From a4b17d9a8fc0cf1f645731c066a9b961b67c290e Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Thu, 8 Sep 2022 14:00:53 +0300 Subject: [PATCH] remove readonly i18n keys from other languages --- public/locales/de/common.json | 11 ----------- public/locales/es/common.json | 11 ----------- public/locales/fr/common.json | 11 ----------- public/locales/pt/common.json | 11 ----------- public/locales/ru/common.json | 11 ----------- public/locales/zh-CN/common.json | 11 ----------- 6 files changed, 66 deletions(-) diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 920d83c0..242f81b4 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 3039651c..9219bf5d 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 7ccded97..9ba09232 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 15796ef8..7cbcadf1 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 2e8aa883..c94f9c08 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 25ac5c2a..a5eb60d6 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错误",