From 62c6d5a5d066730a0004ab1cdfbe6969445f8dd4 Mon Sep 17 00:00:00 2001 From: Domi <106663559+easydomii@users.noreply.github.com> Date: Thu, 9 May 2024 22:47:06 +0200 Subject: [PATCH] chore(locales): update multiple languages (#573) --- locales/da.json | 1 + locales/de.json | 17 +++++++++-------- locales/es.json | 1 + locales/fi.json | 1 + locales/fr.json | 1 + locales/it.json | 1 + 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/locales/da.json b/locales/da.json index 9538975..a67ce30 100644 --- a/locales/da.json +++ b/locales/da.json @@ -1,5 +1,6 @@ { "language": "Dansk", + "settings": "Indstillinger", "ui": { "cancel": "Annuller", "close": "Luk", diff --git a/locales/de.json b/locales/de.json index 94fbfa0..9ffe206 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,5 +1,6 @@ { "language": "Deutsch", + "settings": "Einstellungen", "ui": { "cancel": "Abbrechen", "close": "Schließen", @@ -12,14 +13,14 @@ "notification_position": "Notification position" }, "position": { - "bottom": "Bottom", - "bottom-left": "Bottom-left", - "bottom-right": "Bottom-right", - "center-left": "Center-left", - "center-right": "Center-right", - "top": "Top", - "top-left": "Top-left", - "top-right": "Top-right" + "bottom": "Unten", + "bottom-left": "Unten-Links", + "bottom-right": "Unten-Rechts", + "center-left": "Mittig-Links", + "center-right": "Mittig-Rechts", + "top": "Oben", + "top-left": "Oben-Links", + "top-right": "Oben-Rechts" } }, "open_radial_menu": "Radial Menu öffnen", diff --git a/locales/es.json b/locales/es.json index b436776..2dc6e87 100644 --- a/locales/es.json +++ b/locales/es.json @@ -1,5 +1,6 @@ { "language": "Español", + "settings": "Ajustes", "ui": { "cancel": "Cancelar", "close": "Cerrar", diff --git a/locales/fi.json b/locales/fi.json index 1d99447..0a7830e 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -1,5 +1,6 @@ { "language": "Suomi", + "settings": "Asetukset", "ui": { "cancel": "Peruuta", "close": "Sulje", diff --git a/locales/fr.json b/locales/fr.json index f70684d..c501a77 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -1,5 +1,6 @@ { "language": "Français", + "settings": "Paramètres", "ui": { "cancel": "Annuler", "close": "Fermer", diff --git a/locales/it.json b/locales/it.json index 7495c86..d0063fe 100644 --- a/locales/it.json +++ b/locales/it.json @@ -1,5 +1,6 @@ { "language": "Italiano", + "settings": "Impostazioni", "ui": { "cancel": "Annulla", "close": "Chiudi",