feat(i18n): use compact number format instead K/M suffix (#678)
This commit is contained in:
parent
d0567c0d18
commit
ca93f1a813
11 changed files with 14 additions and 30 deletions
|
@ -85,8 +85,6 @@
|
|||
"end_of_list": "نهاية القائمة",
|
||||
"error": "حدث خطأ",
|
||||
"in": "في",
|
||||
"kiloSuffix": "ألف",
|
||||
"megaSuffix": "مليون",
|
||||
"not_found": "404 غير معثور عليه",
|
||||
"offline_desc": "يبدو أنك غير متصل بالإنترنت. يرجى التحقق من اتصالك."
|
||||
},
|
||||
|
|
|
@ -64,8 +64,6 @@
|
|||
"common": {
|
||||
"end_of_list": "Konec seznamu",
|
||||
"error": "CHYBA",
|
||||
"kiloSuffix": "K",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "404 Nenalezeno!",
|
||||
"offline_desc": "Zdá se, že jste offline. Zkontrolujte připojení k internetu."
|
||||
},
|
||||
|
|
|
@ -64,8 +64,6 @@
|
|||
"common": {
|
||||
"end_of_list": "Ende der Liste",
|
||||
"error": "FEHLER",
|
||||
"kiloSuffix": "T",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "404 Nicht Gefunden",
|
||||
"offline_desc": "Anscheinend bist du offline. Bitte überprüfe deine Netzwerkverbindung."
|
||||
},
|
||||
|
|
|
@ -85,8 +85,6 @@
|
|||
"end_of_list": "End of the list",
|
||||
"error": "ERROR",
|
||||
"in": "in",
|
||||
"kiloSuffix": "K",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "404 Not Found",
|
||||
"offline_desc": "Seems like you are offline. Please check your network connection."
|
||||
},
|
||||
|
|
|
@ -85,8 +85,6 @@
|
|||
"end_of_list": "End of the list",
|
||||
"error": "ERROR",
|
||||
"in": "in",
|
||||
"kiloSuffix": "K",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "404 Not Found",
|
||||
"offline_desc": "Seems like you are offline. Please check your network connection."
|
||||
},
|
||||
|
|
|
@ -83,8 +83,6 @@
|
|||
"end_of_list": "Fin",
|
||||
"error": "ERROR",
|
||||
"in": "en",
|
||||
"kiloSuffix": "K",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "404 No Encontrado",
|
||||
"offline_desc": "Al parecer estás fuera de línea. Por favor, comprueba tu conexión a la red."
|
||||
},
|
||||
|
|
|
@ -82,8 +82,6 @@
|
|||
"end_of_list": "Fin de liste",
|
||||
"error": "ERREUR",
|
||||
"in": "sur",
|
||||
"kiloSuffix": "K",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "404 Introuvable",
|
||||
"offline_desc": "Il semble que vous soyez hors-ligne. Vérifiez votre connexion internet."
|
||||
},
|
||||
|
|
|
@ -85,8 +85,6 @@
|
|||
"end_of_list": "列表到底啦",
|
||||
"error": "错误",
|
||||
"in": "在",
|
||||
"kiloSuffix": "K",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "无法找到相关内容",
|
||||
"offline_desc": "您目前已离线,请检查网络连接。"
|
||||
},
|
||||
|
|
|
@ -85,8 +85,6 @@
|
|||
"end_of_list": "列表到底啦",
|
||||
"error": "錯誤",
|
||||
"in": "在",
|
||||
"kiloSuffix": "K",
|
||||
"megaSuffix": "M",
|
||||
"not_found": "無法找到相關內容",
|
||||
"offline_desc": "您目前已離線,請檢查網絡連接。"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue