diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 920d83c0f..242f81b4a 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -1,15 +1,4 @@ { - "common": { - "bytes": "{{value, bytes}}", - "bits": "{{value, bytes(bits: true)}}", - "bbytes": "{{value, bytes(binary: true)}}", - "bbits": "{{value, bytes(bits: true, binary: true)}}", - "byterate": "{{value, bytes}}", - "bitrate": "{{value, bytes(bits: true)}}", - "percent": "{{value, percent}}", - "number": "{{value, number}}", - "ms": "{{value, number}}" - }, "widget":{ "missing_type":"Fehlender Widget-Typ: {{type}}", "api_error":"API-Fehler", diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 3039651c1..9219bf5d3 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -1,15 +1,4 @@ { - "common": { - "bytes": "{{value, bytes}}", - "bits": "{{value, bytes(bits: true)}}", - "bbytes": "{{value, bytes(binary: true)}}", - "bbits": "{{value, bytes(bits: true, binary: true)}}", - "byterate": "{{value, bytes}}", - "bitrate": "{{value, bytes(bits: true)}}", - "percent": "{{value, percent}}", - "number": "{{value, number}}", - "ms": "{{value, number}}" - }, "widget":{ "missing_type":"Tipo de widget faltante: {{type}}", "api_error":"Error de API", diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 7ccded970..9ba09232e 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -1,15 +1,4 @@ { - "common": { - "bytes": "{{value, bytes}}", - "bits": "{{value, bytes(bits: true)}}", - "bbytes": "{{value, bytes(binary: true)}}", - "bbits": "{{value, bytes(bits: true, binary: true)}}", - "byterate": "{{value, bytes}}", - "bitrate": "{{value, bytes(bits: true)}}", - "percent": "{{value, percent}}", - "number": "{{value, number}}", - "ms": "{{value, number}}" - }, "widget":{ "missing_type":"Type de widget manquant: {{type}}", "api_error":"Erreur de l'API", diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 15796ef8f..7cbcadf1b 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -1,15 +1,4 @@ { - "common": { - "bytes": "{{value, bytes}}", - "bits": "{{value, bytes(bits: true)}}", - "bbytes": "{{value, bytes(binary: true)}}", - "bbits": "{{value, bytes(bits: true, binary: true)}}", - "byterate": "{{value, bytes}}", - "bitrate": "{{value, bytes(bits: true)}}", - "percent": "{{value, percent}}", - "number": "{{value, number}}", - "ms": "{{value, number}}" - }, "widget":{ "missing_type":"Tipo de widget ausente: {{type}}", "api_error":"Erro da API", diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 2e8aa883b..c94f9c08c 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -1,15 +1,4 @@ { - "common": { - "bytes": "{{value, bytes}}", - "bits": "{{value, bytes(bits: true)}}", - "bbytes": "{{value, bytes(binary: true)}}", - "bbits": "{{value, bytes(bits: true, binary: true)}}", - "byterate": "{{value, bytes}}", - "bitrate": "{{value, bytes(bits: true)}}", - "percent": "{{value, percent}}", - "number": "{{value, number}}", - "ms": "{{value, number}}" - }, "widget": { "missing_type": "Отсутствует тип виджета: {{type}}", "api_error": "Ошибка API", diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index 25ac5c2a5..a5eb60d61 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -1,15 +1,4 @@ { - "common": { - "bytes": "{{value, bytes}}", - "bits": "{{value, bytes(bits: true)}}", - "bbytes": "{{value, bytes(binary: true)}}", - "bbits": "{{value, bytes(bits: true, binary: true)}}", - "byterate": "{{value, bytes}}", - "bitrate": "{{value, bytes(bits: true)}}", - "percent": "{{value, percent}}", - "number": "{{value, number}}", - "ms": "{{value, number}}" - }, "widget":{ "missing_type":"缺少小部件类型:{{type}}", "api_error":"API错误",