mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:17:00 +00:00
fix(i18n): move back key to global (#1195)
This commit is contained in:
parent
6fb58d01a3
commit
d1a6aeec76
@ -147,6 +147,7 @@ export default {
|
||||
"Integer": "Integer",
|
||||
"Percent": "Percent",
|
||||
"Password": "Password",
|
||||
"Advanced type": "Advanced",
|
||||
"Formula": "Formula",
|
||||
"Formula description": "Compute a value in each record based on other fields in the same record.",
|
||||
"Choices": "Choices",
|
||||
|
@ -136,6 +136,7 @@ export default {
|
||||
"Integer": "整数",
|
||||
"Percent": "パーセント",
|
||||
"Password": "パスワード",
|
||||
"Advanced type": "アドバンスタイプ",
|
||||
"Formula": "式",
|
||||
"Formula description": "各レコードの値を、同じレコード内の他のフィールドを基に計算します。",
|
||||
"Choices": "選択",
|
||||
|
@ -124,6 +124,7 @@ export default {
|
||||
"Integer": "Целое",
|
||||
"Percent": "Процент",
|
||||
"Password": "Пароль",
|
||||
"Advanced type": "Продвинутый",
|
||||
"Formula": "Формула",
|
||||
"Formula description": "Вычисляет значение на базе значений других полей той же записи.",
|
||||
"Choices": "Выбор",
|
||||
|
@ -124,6 +124,7 @@ export default {
|
||||
"Integer": "Tamsayı",
|
||||
"Percent": "Yüzde",
|
||||
"Password": "Şifre",
|
||||
"Advanced type": "Gelişmiş",
|
||||
"Formula": "Formül",
|
||||
"Formula description": "Aynı kayıttaki diğer alanlara dayalı olarak her kayıtta bir değer hesaplayın.",
|
||||
"Choices": "Seçimler",
|
||||
|
@ -151,11 +151,14 @@ export default {
|
||||
"Integer": "整数",
|
||||
"Percent": "百分比",
|
||||
"Password": "密码",
|
||||
"Advanced type": "高级类型",
|
||||
"Formula": "公式",
|
||||
"Formula description": "基于同一条记录中的其他字段计算出一个值。",
|
||||
"Sequence": "自动编码",
|
||||
"Sequence rules": "编号规则",
|
||||
"Add rule": "添加规则",
|
||||
"Inputable": "可输入",
|
||||
"Match rules": "输入必须匹配规则",
|
||||
"Type": "类型",
|
||||
"Autoincrement": "自增数字",
|
||||
"Fixed text": "固定文本",
|
||||
|
@ -44,7 +44,6 @@ export default {
|
||||
"By field": "By field",
|
||||
"By custom date": "By custom date",
|
||||
"Advanced": "Advanced",
|
||||
"Advanced type": "Advanced",
|
||||
"End": "End",
|
||||
"Trigger variables": "Trigger variables",
|
||||
"Node result": "Node result",
|
||||
|
@ -44,7 +44,6 @@ export default {
|
||||
"By field": "フィールドごと",
|
||||
"By custom date": "カスタム時間",
|
||||
"Advanced": "アドバンスド",
|
||||
"Advanced type": "アドバンスタイプ",
|
||||
"End": "終了",
|
||||
"Trigger variables": "トリガーフィールド",
|
||||
"Node result": "ノードの結果",
|
||||
|
@ -44,7 +44,6 @@ export default {
|
||||
"By field": "По полю",
|
||||
"By custom date": "По пользовательской дате",
|
||||
"Advanced": "Продвинутый",
|
||||
"Advanced type": "Продвинутый",
|
||||
"End": "Окончание",
|
||||
"Trigger variables": "Контекст триггера",
|
||||
"Node result": "Результат Узла",
|
||||
|
@ -44,7 +44,6 @@ export default {
|
||||
"By field": "Alanda",
|
||||
"By custom date": "Özel tarihe göre",
|
||||
"Advanced": "Gelişmiş",
|
||||
"Advanced type": "Gelişmiş",
|
||||
"End": "Son",
|
||||
"Trigger variables": "Tetikleyici bağlamı",
|
||||
"Node result": "Düğüm sonucu",
|
||||
|
@ -59,7 +59,6 @@ export default {
|
||||
'By custom date': '自定义时间',
|
||||
|
||||
'Advanced': '高级模式',
|
||||
'Advanced type': '高级类型',
|
||||
|
||||
'End': '结束',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user