|
|
|
@ -39,6 +39,7 @@
|
|
|
|
|
"signIn": "登录", |
|
|
|
|
"signOut": "登出", |
|
|
|
|
"required": "必填项", |
|
|
|
|
"enableScanner": "Enable Scanner for filling", |
|
|
|
|
"preferred": "首选", |
|
|
|
|
"mandatory": "强制的", |
|
|
|
|
"loading": "加载中...", |
|
|
|
@ -209,7 +210,8 @@
|
|
|
|
|
"advancedSettings": "高级设置", |
|
|
|
|
"codeSnippet": "代码片段", |
|
|
|
|
"keyboardShortcut": "快捷键", |
|
|
|
|
"generateRandomName": "随机名称" |
|
|
|
|
"generateRandomName": "随机名称", |
|
|
|
|
"findRowByScanningCode": "Find row by scanning a QR or Barcode" |
|
|
|
|
}, |
|
|
|
|
"labels": { |
|
|
|
|
"createdBy": "创建自", |
|
|
|
@ -219,6 +221,7 @@
|
|
|
|
|
"viewName": "查看名称", |
|
|
|
|
"viewLink": "查看链接", |
|
|
|
|
"columnName": "列名", |
|
|
|
|
"columnToScanFor": "Column to scan", |
|
|
|
|
"columnType": "列类型", |
|
|
|
|
"roleName": "权限组", |
|
|
|
|
"roleDescription": "权限描述", |
|
|
|
@ -257,7 +260,7 @@
|
|
|
|
|
"barcodeFormat": "条形码码制", |
|
|
|
|
"qrCodeValueTooLong": "字数超出二维码容量", |
|
|
|
|
"barcodeValueTooLong": "字数超出条形码容量", |
|
|
|
|
"currentLocation": "您所在的位置", |
|
|
|
|
"currentLocation": "Current Location", |
|
|
|
|
"lng": "经度", |
|
|
|
|
"lat": "纬度", |
|
|
|
|
"aggregateFunction": "汇总功能", |
|
|
|
@ -393,8 +396,8 @@
|
|
|
|
|
"saveAndExit": "保存并退出", |
|
|
|
|
"saveAndStay": "保存并留在此页", |
|
|
|
|
"insertRow": "插入新行", |
|
|
|
|
"deleteRow": "删除行", |
|
|
|
|
"duplicateRow": "复制该行", |
|
|
|
|
"deleteRow": "删除行", |
|
|
|
|
"deleteSelectedRow": "删除所选行", |
|
|
|
|
"importExcel": "导入 Excel", |
|
|
|
|
"importCSV": "导入 CSV", |
|
|
|
@ -409,6 +412,8 @@
|
|
|
|
|
"changePwd": "更改密码", |
|
|
|
|
"createView": "创建视图", |
|
|
|
|
"shareView": "分享视图", |
|
|
|
|
"findRowByCodeScan": "Find row by scan", |
|
|
|
|
"fillByCodeScan": "Fill by scan", |
|
|
|
|
"listSharedView": "共享视图列表", |
|
|
|
|
"ListView": "视图列表", |
|
|
|
|
"copyView": "复制视图", |
|
|
|
@ -465,7 +470,8 @@
|
|
|
|
|
"chooseMappingField": "Choose a Mapping Field", |
|
|
|
|
"openInGoogleMaps": "Google Maps", |
|
|
|
|
"openInOpenStreetMap": "OSM" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"toggleMobileMode": "Toggle Mobile Mode" |
|
|
|
|
}, |
|
|
|
|
"tooltip": { |
|
|
|
|
"saveChanges": "保存更改", |
|
|
|
@ -531,6 +537,12 @@
|
|
|
|
|
"orgCreator": "创始人可以创建新项目,访问受邀项目。", |
|
|
|
|
"orgViewer": "游客不能创建新项目,仅允许访问受邀项目。" |
|
|
|
|
}, |
|
|
|
|
"codeScanner": { |
|
|
|
|
"loadingScanner": "Loading the scanner...", |
|
|
|
|
"selectColumn": "Select a column (QR code or Barcode) that you want to use for finding a row by scanning.", |
|
|
|
|
"moreThanOneRowFoundForCode": "More than one row found for this code. Currently only unique codes are supported.", |
|
|
|
|
"noRowFoundForCode": "No row found for this code for the selected column" |
|
|
|
|
}, |
|
|
|
|
"map": { |
|
|
|
|
"overLimit": "你已经超出了限制。", |
|
|
|
|
"closeLimit": "您已接近上限。", |
|
|
|
|