fix: i18n文案错误 (#5163)

This commit is contained in:
RUNZE LU 2022-08-17 17:22:43 +08:00 committed by GitHub
parent 865fc6c144
commit 0ad6f692c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 8 deletions

View File

@ -171,8 +171,8 @@ register('de-DE', {
'Log.mustHaveSource': 'Quelle muss in der Konfiguration vorhanden sein',
'Log.showLineNumber': 'Zeilennummer anzeigen',
'Log.notShowLineNumber': 'Zeilennummer ausblenden',
'Log.expand': 'Erweitern',
'Log.collapse': 'Zusammenbruch',
'Log.expand': 'Entfalten',
'Log.collapse': 'Falten',
'link': 'Link',
'loading': 'Wird geladen...',
'LocationPicker.placeholder': 'Wählen Sie einen Ort',
@ -330,8 +330,10 @@ register('de-DE', {
'Condition.formula_placeholder': 'Bitte geben Sie eine Formel ein',
'Condition.fun_error': 'Funktion ist undefiniert',
'InputTable.uniqueError': 'Column `{{label}}` unique validate failed',
'Timeline.collapseText': 'Entfalten',
'Timeline.expandText': 'Falten',
'Timeline.collapseText': 'Falten',
'Timeline.expandText': 'Entfalten',
'collapse': 'Falten',
'expand': 'Entfalten',
'FormulaEditor.btnLabel': 'Formel Bearbeiten',
'FormulaEditor.title': 'Formel Editor',
'FormulaEditor.variable': 'Variable',

View File

@ -322,6 +322,8 @@ register('en-US', {
'InputTable.uniqueError': 'Column `{{label}}` unique validate failed',
'Timeline.collapseText': 'Unfold',
'Timeline.expandText': 'Fold',
'collapse': 'Collapse',
'expand': 'Expand',
'FormulaEditor.btnLabel': 'Formula Edit',
'FormulaEditor.title': 'Formula Editor',
'FormulaEditor.variable': 'Variable',

View File

@ -322,10 +322,10 @@ register('zh-CN', {
'Condition.formula_placeholder': '请输入公式',
'Condition.fun_error': '方法未定义',
'InputTable.uniqueError': '列`{{label}}`没有通过唯一验证',
'Timeline.collapseText': '展开',
'Timeline.expandText': '折叠',
'collapse': '展开',
'expand': '折叠',
'Timeline.collapseText': '收起',
'Timeline.expandText': '展开',
'collapse': '收起',
'expand': '展开',
'FormulaEditor.btnLabel': '公式编辑',
'FormulaEditor.title': '公式编辑器',
'FormulaEditor.variable': '变量',