fix(i18n): move back key to global (#1195)

This commit is contained in:
Junyi 2022-12-04 18:58:16 -08:00 committed by GitHub
parent 6fb58d01a3
commit d1a6aeec76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 7 additions and 5 deletions

View File

@ -147,6 +147,7 @@ export default {
"Integer": "Integer", "Integer": "Integer",
"Percent": "Percent", "Percent": "Percent",
"Password": "Password", "Password": "Password",
"Advanced type": "Advanced",
"Formula": "Formula", "Formula": "Formula",
"Formula description": "Compute a value in each record based on other fields in the same record.", "Formula description": "Compute a value in each record based on other fields in the same record.",
"Choices": "Choices", "Choices": "Choices",

View File

@ -136,6 +136,7 @@ export default {
"Integer": "整数", "Integer": "整数",
"Percent": "パーセント", "Percent": "パーセント",
"Password": "パスワード", "Password": "パスワード",
"Advanced type": "アドバンスタイプ",
"Formula": "式", "Formula": "式",
"Formula description": "各レコードの値を、同じレコード内の他のフィールドを基に計算します。", "Formula description": "各レコードの値を、同じレコード内の他のフィールドを基に計算します。",
"Choices": "選択", "Choices": "選択",

View File

@ -124,6 +124,7 @@ export default {
"Integer": "Целое", "Integer": "Целое",
"Percent": "Процент", "Percent": "Процент",
"Password": "Пароль", "Password": "Пароль",
"Advanced type": "Продвинутый",
"Formula": "Формула", "Formula": "Формула",
"Formula description": "Вычисляет значение на базе значений других полей той же записи.", "Formula description": "Вычисляет значение на базе значений других полей той же записи.",
"Choices": "Выбор", "Choices": "Выбор",

View File

@ -124,6 +124,7 @@ export default {
"Integer": "Tamsayı", "Integer": "Tamsayı",
"Percent": "Yüzde", "Percent": "Yüzde",
"Password": "Şifre", "Password": "Şifre",
"Advanced type": "Gelişmiş",
"Formula": "Formül", "Formula": "Formül",
"Formula description": "Aynı kayıttaki diğer alanlara dayalı olarak her kayıtta bir değer hesaplayın.", "Formula description": "Aynı kayıttaki diğer alanlara dayalı olarak her kayıtta bir değer hesaplayın.",
"Choices": "Seçimler", "Choices": "Seçimler",

View File

@ -151,11 +151,14 @@ export default {
"Integer": "整数", "Integer": "整数",
"Percent": "百分比", "Percent": "百分比",
"Password": "密码", "Password": "密码",
"Advanced type": "高级类型",
"Formula": "公式", "Formula": "公式",
"Formula description": "基于同一条记录中的其他字段计算出一个值。", "Formula description": "基于同一条记录中的其他字段计算出一个值。",
"Sequence": "自动编码", "Sequence": "自动编码",
"Sequence rules": "编号规则", "Sequence rules": "编号规则",
"Add rule": "添加规则", "Add rule": "添加规则",
"Inputable": "可输入",
"Match rules": "输入必须匹配规则",
"Type": "类型", "Type": "类型",
"Autoincrement": "自增数字", "Autoincrement": "自增数字",
"Fixed text": "固定文本", "Fixed text": "固定文本",

View File

@ -44,7 +44,6 @@ export default {
"By field": "By field", "By field": "By field",
"By custom date": "By custom date", "By custom date": "By custom date",
"Advanced": "Advanced", "Advanced": "Advanced",
"Advanced type": "Advanced",
"End": "End", "End": "End",
"Trigger variables": "Trigger variables", "Trigger variables": "Trigger variables",
"Node result": "Node result", "Node result": "Node result",

View File

@ -44,7 +44,6 @@ export default {
"By field": "フィールドごと", "By field": "フィールドごと",
"By custom date": "カスタム時間", "By custom date": "カスタム時間",
"Advanced": "アドバンスド", "Advanced": "アドバンスド",
"Advanced type": "アドバンスタイプ",
"End": "終了", "End": "終了",
"Trigger variables": "トリガーフィールド", "Trigger variables": "トリガーフィールド",
"Node result": "ノードの結果", "Node result": "ノードの結果",

View File

@ -44,7 +44,6 @@ export default {
"By field": "По полю", "By field": "По полю",
"By custom date": "По пользовательской дате", "By custom date": "По пользовательской дате",
"Advanced": "Продвинутый", "Advanced": "Продвинутый",
"Advanced type": "Продвинутый",
"End": "Окончание", "End": "Окончание",
"Trigger variables": "Контекст триггера", "Trigger variables": "Контекст триггера",
"Node result": "Результат Узла", "Node result": "Результат Узла",

View File

@ -44,7 +44,6 @@ export default {
"By field": "Alanda", "By field": "Alanda",
"By custom date": "Özel tarihe göre", "By custom date": "Özel tarihe göre",
"Advanced": "Gelişmiş", "Advanced": "Gelişmiş",
"Advanced type": "Gelişmiş",
"End": "Son", "End": "Son",
"Trigger variables": "Tetikleyici bağlamı", "Trigger variables": "Tetikleyici bağlamı",
"Node result": "Düğüm sonucu", "Node result": "Düğüm sonucu",

View File

@ -59,7 +59,6 @@ export default {
'By custom date': '自定义时间', 'By custom date': '自定义时间',
'Advanced': '高级模式', 'Advanced': '高级模式',
'Advanced type': '高级类型',
'End': '结束', 'End': '结束',