mirror of
https://github.com/teableio/teable.git
synced 2026-03-23 00:04:56 +08:00
[sync] fix: number format i18n T2341 (#1443)
Synced from teableio/teable-ee@be06018
This commit is contained in:
parent
928fc93ea8
commit
75adc112e0
@ -83,7 +83,7 @@
|
||||
"currencySymbol": "Währungssymbol",
|
||||
"defaultSymbol": "€",
|
||||
"precision": "Genaugikeit",
|
||||
"decimalExample": "Dezimal (1.0)",
|
||||
"decimalExample": "Zahl (123)",
|
||||
"currencyExample": "Währung (€100)",
|
||||
"percentExample": "Prozent (20%)"
|
||||
},
|
||||
|
||||
@ -119,7 +119,7 @@
|
||||
"currencySymbol": "Currency symbol",
|
||||
"defaultSymbol": "$",
|
||||
"precision": "Precision",
|
||||
"decimalExample": "Decimal (1.0)",
|
||||
"decimalExample": "Number (123)",
|
||||
"currencyExample": "Currency ($100)",
|
||||
"percentExample": "Percent (20%)"
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
"currencySymbol": "Símbolo de moneda",
|
||||
"defaultSymbol": "$",
|
||||
"precision": "Precisión",
|
||||
"decimalExample": "Decimal (1.0)",
|
||||
"decimalExample": "Número (123)",
|
||||
"currencyExample": "Moneda ($ 100)",
|
||||
"percentExample": "Porcentaje (20%)"
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
"currencySymbol": "Symbole monétaire",
|
||||
"defaultSymbol": "$",
|
||||
"precision": "Précision",
|
||||
"decimalExample": "Décimal (1.0)",
|
||||
"decimalExample": "Nombre (123)",
|
||||
"currencyExample": "Monétaire ($100)",
|
||||
"percentExample": "Pourcentage (20%)"
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
"currencySymbol": "Simbolo della Valuta",
|
||||
"defaultSymbol": "$",
|
||||
"precision": "Precisione",
|
||||
"decimalExample": "Decimale (1.0)",
|
||||
"decimalExample": "Numero (123)",
|
||||
"currencyExample": "Valuta ($100)",
|
||||
"percentExample": "Percentuale (20%)"
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
"currencySymbol": "通貨記号",
|
||||
"defaultSymbol": "¥",
|
||||
"precision": "精度",
|
||||
"decimalExample": "小数点 (1.0)",
|
||||
"decimalExample": "数値 (123)",
|
||||
"currencyExample": "通貨 (¥100)",
|
||||
"percentExample": "パーセント (20%)"
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
"currencySymbol": "Символ валюты",
|
||||
"defaultSymbol": "₽",
|
||||
"precision": "Точность",
|
||||
"decimalExample": "Десятичное (1,0)",
|
||||
"decimalExample": "Число (123)",
|
||||
"currencyExample": "Валюта (100₽)",
|
||||
"percentExample": "Процент (20%)"
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
"currencySymbol": "Para Birimi Sembolü",
|
||||
"defaultSymbol": "₺",
|
||||
"precision": "Hassasiyet",
|
||||
"decimalExample": "Ondalık (1.0)",
|
||||
"decimalExample": "Sayı (123)",
|
||||
"currencyExample": "Para Birimi (₺100)",
|
||||
"percentExample": "Yüzde (%20)"
|
||||
},
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
"CurrencySymbol": "Символ валюти",
|
||||
"defaultSymbol": "₽",
|
||||
"precision": "Точність",
|
||||
"decimalExample": "Десятичне (1,0)",
|
||||
"decimalExample": "Число (123)",
|
||||
"currencyExample": "Валюта (100₴)",
|
||||
"%Example": "Відсоток (20%)"
|
||||
},
|
||||
|
||||
@ -119,7 +119,7 @@
|
||||
"currencySymbol": "货币符号",
|
||||
"defaultSymbol": "¥",
|
||||
"precision": "精度",
|
||||
"decimalExample": "小数 (1.23)",
|
||||
"decimalExample": "数字 (123)",
|
||||
"currencyExample": "货币 (¥100)",
|
||||
"percentExample": "百分比 (20%)"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user