diff --git a/src/locales/de.json b/src/locales/de.json index 2474905..be40a43 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -18,6 +18,7 @@ } }, "preferences": { + "settings": "Einstellungen", "colorScheme": { "switch": { "light": "Zum hellen Modus wechseln", diff --git a/src/locales/en.json b/src/locales/en.json index a55a928..1203149 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -18,6 +18,7 @@ } }, "preferences": { + "settings": "Settings", "colorScheme": { "switch": { "light": "Switch to light mode", diff --git a/src/locales/es.json b/src/locales/es.json index c5775bd..92cb08c 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -18,6 +18,7 @@ } }, "preferences": { + "settings": "Ajustes", "colorScheme": { "switch": { "light": "Cambiar al modo claro", diff --git a/src/locales/fr.json b/src/locales/fr.json index 050eeee..f57d9b1 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -18,6 +18,7 @@ } }, "preferences": { + "settings": "Paramètres", "colorScheme": { "switch": { "light": "Passer en mode clair", diff --git a/src/locales/it.json b/src/locales/it.json index 2b6d8c1..5c1bdb9 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -18,6 +18,7 @@ } }, "preferences": { + "settings": "Impostazioni", "colorScheme": { "switch": { "light": "Passa alla modalità chiara", diff --git a/src/locales/pt.json b/src/locales/pt.json index a5a03d4..1c13356 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -18,6 +18,7 @@ } }, "preferences": { + "settings": "Configurações", "colorScheme": { "switch": { "light": "Mudar para modo claro",