Skip to content

Commit e8d6a55

Browse files
authored
i18n: Update numeric formatting suffixes to improve consistency (#1939)
Signed-off-by: feifei <[email protected]>
1 parent 89013dd commit e8d6a55

File tree

27 files changed

+71
-71
lines changed

27 files changed

+71
-71
lines changed

src/i18n/locales/ca/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
},
66
"number_format": {
77
"thousand_suffix": "k",
8-
"million_suffix": "M",
9-
"billion_suffix": "MM"
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "Benvingut/da, {{name}}! Tens {{count}} notificacions.",
1212
"items": {

src/i18n/locales/de/common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Ein komplettes Entwicklerteam mit KI in deinem Editor."
55
},
66
"number_format": {
7-
"thousand_suffix": "T",
8-
"million_suffix": "Mio.",
9-
"billion_suffix": "Mrd."
7+
"thousand_suffix": "k",
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "Willkommen, {{name}}! Du hast {{count}} Benachrichtigungen.",
1212
"items": {

src/i18n/locales/fr/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
},
66
"number_format": {
77
"thousand_suffix": "k",
8-
"million_suffix": "M",
9-
"billion_suffix": "Md"
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "Bienvenue, {{name}} ! Vous avez {{count}} notification(s).",
1212
"items": {

src/i18n/locales/hi/common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "आपके एडिटर में AI डेवलपर्स की पूरी टीम।"
55
},
66
"number_format": {
7-
"thousand_suffix": "हज़ार",
8-
"million_suffix": "लाख",
9-
"billion_suffix": "अरब"
7+
"thousand_suffix": "k",
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "स्वागत है, {{name}}! आपके पास {{count}} सूचनाएँ हैं।",
1212
"items": {

src/i18n/locales/it/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
},
66
"number_format": {
77
"thousand_suffix": "k",
8-
"million_suffix": "mln",
9-
"billion_suffix": "mld"
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "Benvenuto, {{name}}! Hai {{count}} notifiche.",
1212
"items": {

src/i18n/locales/ja/common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "エディター内のAIデベロッパーチーム全体。"
55
},
66
"number_format": {
7-
"thousand_suffix": "",
8-
"million_suffix": "百万",
9-
"billion_suffix": "十億"
7+
"thousand_suffix": "k",
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "ようこそ、{{name}}さん!{{count}}件の通知があります。",
1212
"items": {

src/i18n/locales/ko/common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "에디터 내에서 동작하는 AI 개발팀 전체입니다."
55
},
66
"number_format": {
7-
"thousand_suffix": "",
8-
"million_suffix": "백만",
9-
"billion_suffix": "십억"
7+
"thousand_suffix": "k",
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "안녕하세요, {{name}}님! {{count}}개의 알림이 있습니다.",
1212
"items": {

src/i18n/locales/pl/common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Cały zespół programistów AI w Twoim edytorze."
55
},
66
"number_format": {
7-
"thousand_suffix": "tys.",
8-
"million_suffix": "mln",
9-
"billion_suffix": "mld"
7+
"thousand_suffix": "k",
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "Witaj, {{name}}! Masz {{count}} powiadomień.",
1212
"items": {

src/i18n/locales/pt-BR/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
},
66
"number_format": {
77
"thousand_suffix": "k",
8-
"million_suffix": "mi",
9-
"billion_suffix": "bi"
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "Bem-vindo(a), {{name}}! Você tem {{count}} notificações.",
1212
"items": {

src/i18n/locales/tr/common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Düzenleyicinizde tam bir AI geliştirici ekibi."
55
},
66
"number_format": {
7-
"thousand_suffix": "B",
8-
"million_suffix": "M",
9-
"billion_suffix": "Mr"
7+
"thousand_suffix": "k",
8+
"million_suffix": "m",
9+
"billion_suffix": "b"
1010
},
1111
"welcome": "Hoş geldiniz, {{name}}! {{count}} bildiriminiz var.",
1212
"items": {

0 commit comments

Comments
 (0)