feat(i18n): use compact number format instead K/M suffix (#678)

This commit is contained in:
Joaquín Sánchez 2023-01-01 20:31:14 +01:00 committed by GitHub
parent d0567c0d18
commit ca93f1a813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 30 deletions

View file

@ -85,8 +85,6 @@
"end_of_list": "نهاية القائمة",
"error": "حدث خطأ",
"in": "في",
"kiloSuffix": "ألف",
"megaSuffix": "مليون",
"not_found": "404 غير معثور عليه",
"offline_desc": "يبدو أنك غير متصل بالإنترنت. يرجى التحقق من اتصالك."
},

View file

@ -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."
},

View file

@ -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."
},

View file

@ -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."
},

View file

@ -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."
},

View file

@ -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."
},

View file

@ -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."
},

View file

@ -85,8 +85,6 @@
"end_of_list": "列表到底啦",
"error": "错误",
"in": "在",
"kiloSuffix": "K",
"megaSuffix": "M",
"not_found": "无法找到相关内容",
"offline_desc": "您目前已离线,请检查网络连接。"
},

View file

@ -85,8 +85,6 @@
"end_of_list": "列表到底啦",
"error": "錯誤",
"in": "在",
"kiloSuffix": "K",
"megaSuffix": "M",
"not_found": "無法找到相關內容",
"offline_desc": "您目前已離線,請檢查網絡連接。"
},