forked from github/dataease
refactor: 更新 X-Pack
This commit is contained in:
parent
3ad55ac01a
commit
2a07136b39
@ -292,6 +292,8 @@ export default {
|
||||
option: 'Option',
|
||||
form_setting: 'Form Setting',
|
||||
input_limit_50: 'No more than 50 characters',
|
||||
input_limit_max: 'No more than {0} characters',
|
||||
input_limit_min: 'No less than {0} characters',
|
||||
confirm_delete: 'Confirm delete? (The tables created in database will not be deleted)',
|
||||
list: 'Form List',
|
||||
record: 'Fill Record',
|
||||
@ -389,6 +391,7 @@ export default {
|
||||
data_not_found: '] Not Found'
|
||||
},
|
||||
task: {
|
||||
finish_rate_hint: 'Finished Rate = Finished Task Count / Assigned Task Count * 100%',
|
||||
distribute_frequency: 'Distribute Frequency',
|
||||
one_time: 'One Time',
|
||||
interval: 'Interval',
|
||||
|
@ -192,6 +192,8 @@ export default {
|
||||
component_setting: '組件設置',
|
||||
hint: '提示詞',
|
||||
input_limit_50: '不超過50個字符',
|
||||
input_limit_max: '不超過{0}個字符',
|
||||
input_limit_min: '不少于{0}個字符',
|
||||
option: '選項',
|
||||
form_setting: '表單設置',
|
||||
confirm_delete: '確認刪除?(不會刪除已創建的數據庫表)',
|
||||
@ -290,6 +292,7 @@ export default {
|
||||
data_not_found: ']的數據不存在'
|
||||
},
|
||||
task: {
|
||||
finish_rate_hint: '填報完成率=已填報數據條數/下發填報條數*100%',
|
||||
distribute_frequency: '發送頻率',
|
||||
one_time: '僅下發一次',
|
||||
interval: '定期下發',
|
||||
|
@ -2622,6 +2622,8 @@ export default {
|
||||
component_setting: '组件设置',
|
||||
hint: '提示词',
|
||||
input_limit_50: '不超过50个字符',
|
||||
input_limit_max: '不超过{0}个字符',
|
||||
input_limit_min: '不少于{0}个字符',
|
||||
option: '选项',
|
||||
form_setting: '表单设置',
|
||||
confirm_delete: '确认删除?(不会删除已创建的数据库表)',
|
||||
@ -2720,6 +2722,7 @@ export default {
|
||||
data_not_found: ']的数据不存在'
|
||||
},
|
||||
task: {
|
||||
finish_rate_hint: '填报完成率=已填报数据条数/下发填报条数*100%',
|
||||
distribute_frequency: '发送频率',
|
||||
one_time: '仅下发一次',
|
||||
interval: '定期下发',
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 475c252508432a23ec5164a586993e68d2e2e1e0
|
||||
Subproject commit 4d6e54f4788840bd4a2ed0ed25c5394855554174
|
Loading…
Reference in New Issue
Block a user