Browse Source

change row to entity

tumao 4 years ago
parent
commit
0f083ba8e2

+ 2 - 2
client/src/i18n/cn/collection.ts

@@ -2,8 +2,8 @@ const collectionTrans = {
   noLoadData: 'No Loaded Collection',
   noLoadData: 'No Loaded Collection',
   noData: 'No Collection',
   noData: 'No Collection',
 
 
-  rowCount: 'Row Count',
-  tooltip: 'data in one row',
+  rowCount: 'Entity Count',
+  tooltip: 'data in one entity',
 
 
   create: 'Create Collection',
   create: 'Create Collection',
   delete: 'delete',
   delete: 'delete',

+ 1 - 1
client/src/i18n/cn/overview.ts

@@ -2,7 +2,7 @@ const overviewTrans = {
   load: 'Loaded Collections',
   load: 'Loaded Collections',
   all: 'All Collections',
   all: 'All Collections',
   data: 'Data',
   data: 'Data',
-  rows: '{{number}} Rows',
+  rows: '{{number}} Entities',
 };
 };
 
 
 export default overviewTrans;
 export default overviewTrans;

+ 2 - 2
client/src/i18n/cn/partition.ts

@@ -7,8 +7,8 @@ const partitionTrans = {
   id: 'ID',
   id: 'ID',
   name: 'Name',
   name: 'Name',
   status: 'Status',
   status: 'Status',
-  rowCount: 'Row Count',
-  tooltip: 'data in one row',
+  rowCount: 'Entity Count',
+  tooltip: 'data in one entity',
 
 
   createTitle: 'Create Partition',
   createTitle: 'Create Partition',
   nameWarning: '_default is reserved, cannot be used as name',
   nameWarning: '_default is reserved, cannot be used as name',

+ 2 - 2
client/src/i18n/en/collection.ts

@@ -2,8 +2,8 @@ const collectionTrans = {
   noLoadData: 'No Loaded Collection',
   noLoadData: 'No Loaded Collection',
   noData: 'No Collection',
   noData: 'No Collection',
 
 
-  rowCount: 'Row Count',
-  tooltip: 'data in one row',
+  rowCount: 'Entity Count',
+  tooltip: 'data in one entity',
 
 
   create: 'Create Collection',
   create: 'Create Collection',
   delete: 'delete',
   delete: 'delete',

+ 1 - 1
client/src/i18n/en/overview.ts

@@ -2,7 +2,7 @@ const overviewTrans = {
   load: 'Loaded Collections',
   load: 'Loaded Collections',
   all: 'All Collections',
   all: 'All Collections',
   data: 'Data',
   data: 'Data',
-  rows: '{{number}} Rows',
+  rows: '{{number}} Entities',
 };
 };
 
 
 export default overviewTrans;
 export default overviewTrans;

+ 2 - 2
client/src/i18n/en/partition.ts

@@ -7,8 +7,8 @@ const partitionTrans = {
   id: 'ID',
   id: 'ID',
   name: 'Name',
   name: 'Name',
   status: 'Status',
   status: 'Status',
-  rowCount: 'Row Count',
-  tooltip: 'data in one row',
+  rowCount: 'Entity Count',
+  tooltip: 'data in one entity',
 
 
   createTitle: 'Create Partition',
   createTitle: 'Create Partition',
   nameWarning: '_default is reserved, cannot be used as name',
   nameWarning: '_default is reserved, cannot be used as name',