@steedos/i18n 3.0.0-beta.14 → 3.0.0-beta.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/i18n",
3
- "private": false,
4
- "version": "3.0.0-beta.14",
3
+ "version": "3.0.0-beta.140",
5
4
  "description": "",
6
5
  "main": "lib/index.js",
7
6
  "scripts": {
@@ -11,7 +10,7 @@
11
10
  "author": "",
12
11
  "license": "ISC",
13
12
  "dependencies": {
14
- "@steedos/cachers": "3.0.0-beta.14",
13
+ "@steedos/cachers": "3.0.0-beta.140",
15
14
  "i18next": "^19.3.4",
16
15
  "i18next-sprintf-postprocessor": "^0.2.2",
17
16
  "underscore": "1.13.4"
@@ -22,5 +21,5 @@
22
21
  "publishConfig": {
23
22
  "access": "public"
24
23
  },
25
- "gitHead": "6ecc49f17c754defd373f19417304e88bdce8aa9"
24
+ "gitHead": "332d116671c9b7be64eaa1f73febe61b37191567"
26
25
  }
@@ -1083,22 +1083,12 @@ CustomLabels:
1083
1083
  objects_icon: 图标
1084
1084
  objects_is_view: 视图
1085
1085
  objects_is_enable: 已启用
1086
- objects_enable_search: 允许搜索
1087
- objects_enable_files: 允许上传附件
1088
- objects_enable_tasks: 允许添加任务
1089
- objects_enable_notes: 允许添加备注
1090
- objects_enable_events: 允许添加日程
1091
- objects_enable_chatter: 允许添加留言
1092
- objects_enable_audit: 记录字段历史
1093
- objects_enable_api: 允许 API 访问
1094
- objects_enable_share: 允许共享记录
1095
- objects_enable_instances: 显示审批单子表
1096
1086
  objects_description: 描述
1097
1087
  objects_amis_details: Details
1098
1088
  objects_amis_field: Fields
1099
1089
  objects_amis_list_view: List Views
1100
1090
  objects_amis_action_button: Buttons
1101
- objects_amis_object_page: Mine Pages
1091
+ objects_amis_object_page: Custom Pages
1102
1092
  objects_amis_page_layout: Page Layouts
1103
1093
  objects_amis_object_permission: Permissions
1104
1094
  objects_amis_trigger: Triggers
@@ -1108,6 +1098,7 @@ CustomLabels:
1108
1098
  objects_amis_sharing_rule: Sharing Rules
1109
1099
  objects_amis_object_workflows: Object Synchronization Rule
1110
1100
  objects_amis_functions: Object Functions
1101
+ objects_amis_queue_import: Data Import
1111
1102
  object_fields: 字段
1112
1103
  object_fields_name: 字段名
1113
1104
  object_fields_label: 显示名称
@@ -1496,6 +1487,7 @@ CustomLabels:
1496
1487
  pending: Pending
1497
1488
  completed: Completed
1498
1489
  instance:
1490
+ draft_deleted_success: The draft has been deleted.
1499
1491
  formatter:
1500
1492
  date:
1501
1493
  simple_date: bb DD, YYYY
@@ -2015,11 +2007,17 @@ CustomLabels:
2015
2007
  uninstall:
2016
2008
  title: Uninstall
2017
2009
  text: Are you sure you want to uninstall
2010
+ content: After uninstallation, all components in this software package will be permanently deleted and cannot be restored
2018
2011
  toast_info: Uninstalling, please wait...
2019
2012
  toastr_success: Uninstalled successfully
2020
2013
  reload:
2021
2014
  toastr_info: Reloading, please wait...
2022
2015
  toastr_success: Reloaded successfully
2016
+ enable:
2017
+ title: Enable
2018
+ text: Are you sure you want to enable
2019
+ toast_info: Enabling, please wait...
2020
+ toastr_success: Enabled successfully
2023
2021
  disable:
2024
2022
  title: Disable
2025
2023
  text: Are you sure you want to disable
@@ -998,16 +998,6 @@ CustomLabels:
998
998
  objects_icon: 图标
999
999
  objects_is_view: 视图
1000
1000
  objects_is_enable: 已启用
1001
- objects_enable_search: 允许搜索
1002
- objects_enable_files: 允许上传附件
1003
- objects_enable_tasks: 允许添加任务
1004
- objects_enable_notes: 允许添加备注
1005
- objects_enable_events: 允许添加日程
1006
- objects_enable_chatter: 允许添加留言
1007
- objects_enable_audit: 记录字段历史
1008
- objects_enable_api: 允许 API 访问
1009
- objects_enable_share: 允许共享记录
1010
- objects_enable_instances: 显示审批单子表
1011
1001
  objects_description: 描述
1012
1002
  objects_amis_details: 详情
1013
1003
  objects_amis_field: 字段与关系
@@ -1023,6 +1013,7 @@ CustomLabels:
1023
1013
  objects_amis_sharing_rule: 共享规则
1024
1014
  objects_amis_object_workflows: 流程映射
1025
1015
  objects_amis_functions: 函数
1016
+ objects_amis_queue_import: 数据导入
1026
1017
  object_fields: 字段
1027
1018
  object_fields_name: 字段名
1028
1019
  object_fields_label: 显示名称
@@ -1399,6 +1390,7 @@ CustomLabels:
1399
1390
  pending: 流转中
1400
1391
  completed: 已结束
1401
1392
  instance:
1393
+ draft_deleted_success: 草稿已删除
1402
1394
  formatter:
1403
1395
  date:
1404
1396
  simple_date: YYYY年MM月DD日
@@ -1440,7 +1432,7 @@ CustomLabels:
1440
1432
  input: 确认
1441
1433
  approval: 审批
1442
1434
  first_submit_applicant: 请确认:我已代您提交了{$instance_name}
1443
- first_submit_inbox: "{$instance_name}"
1435
+ first_submit_inbox: "请审批:{$instance_name}"
1444
1436
  submit_pending_rejected_applicant_inbox: 请修改:{$instance_name}
1445
1437
  submit_pending_rejected_applicant: 您的{$instance_name}已驳回给{$nextApprove_usersname}
1446
1438
  submit_pending_rejected_approve: ''
@@ -1863,11 +1855,17 @@ CustomLabels:
1863
1855
  uninstall:
1864
1856
  title: 卸载
1865
1857
  text: 确定要卸载
1858
+ content: 卸载后,该软件包中的所有组件将被永久删除且无法恢复
1866
1859
  toast_info: 卸载中,请稍后...
1867
1860
  toastr_success: 已卸载
1868
1861
  reload:
1869
1862
  toastr_info: 重新加载中,请稍后...
1870
1863
  toastr_success: 已重新加载
1864
+ enable:
1865
+ title: 启用
1866
+ text: 确定要启用
1867
+ toast_info: 启用中,请稍后..
1868
+ toastr_success: 已启用
1871
1869
  disable:
1872
1870
  title: 停用
1873
1871
  text: 确定要停用