diff options
| -rw-r--r-- | backend/locales/el-GR.json | 3 | ||||
| -rw-r--r-- | backend/locales/es-ES.json | 4 | ||||
| -rw-r--r-- | backend/locales/fr.json | 4 | ||||
| -rw-r--r-- | backend/locales/sq-AL.json | 3 |
4 files changed, 4 insertions, 10 deletions
diff --git a/backend/locales/el-GR.json b/backend/locales/el-GR.json index 7df6f39e..dc3bf771 100644 --- a/backend/locales/el-GR.json +++ b/backend/locales/el-GR.json @@ -1,7 +1,6 @@ { "SettingsDeveloperIndex": { - "header_one": "", - "header_other": "Other", + "header": "", "react_devtools": { "desc": "Επιτρέπει την σύνδεση με υπολογιστή που τρέχει React DevTools. Η αλλαγή αυτής της ρύθμισης θα προκαλέσει επαναφόρτωση του Steam. Ωρίστε την διεύθυνση IP πριν την ενεργοποιήσετε.", "ip_label": "IP", diff --git a/backend/locales/es-ES.json b/backend/locales/es-ES.json index a8dce642..b039f983 100644 --- a/backend/locales/es-ES.json +++ b/backend/locales/es-ES.json @@ -1,8 +1,6 @@ { "SettingsDeveloperIndex": { - "header_one": "", - "header_many": "Other", - "header_other": "", + "header": "", "third_party_plugins": { "button_install": "Instalar", "button_zip": "Navegar" diff --git a/backend/locales/fr.json b/backend/locales/fr.json index aa2a53b7..0c52a0f0 100644 --- a/backend/locales/fr.json +++ b/backend/locales/fr.json @@ -1,8 +1,6 @@ { "SettingsDeveloperIndex": { - "header_one": "", - "header_many": "Other", - "header_other": "", + "header": "", "react_devtools": { "desc": "Permet la connexion à un ordinateur exécutant React DevTools. Changer ce paramètre rechargera Steam. Définissez l'adresse IP avant l'activation.", "ip_label": "IP", diff --git a/backend/locales/sq-AL.json b/backend/locales/sq-AL.json index f128934d..0a7a10d0 100644 --- a/backend/locales/sq-AL.json +++ b/backend/locales/sq-AL.json @@ -1,7 +1,6 @@ { "SettingsDeveloperIndex": { - "header_one": "", - "header_other": "Other", + "header": "", "react_devtools": { "ip_label": "IP", "label": "Aktivizo React DevTools" |
