From 5ba1045a17d2bfa89a4e80af0abf7a8ffe990a18 Mon Sep 17 00:00:00 2001 From: Jakob Gregory Date: Wed, 29 Jul 2026 18:14:11 +0200 Subject: [PATCH 01/10] chore(i18n): complete Spanish translations --- src/locales/es.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/locales/es.json b/src/locales/es.json index bce7381..17c7984 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -38,5 +38,28 @@ } } }, - "slogan": "Hecho para buscar." + "slogan": "Hecho para buscar.", + "settings": { + "input": { + "done": { + "title": "Guardar valor", + "ariaLabel": "Guarda el valor introducido" + } + }, + "switch": { + "title": "Cambiar valor", + "ariaLabel": "Cambia el valor" + }, + "pages": { + "link": { + "ariaLabel": "Va a la página de configuración {page}" + } + }, + "noSectionSelected": "No se ha seleccionado ninguna sección de configuración.", + "selection": { + "option": { + "ariaLabel": "Selecciona la opción {option}" + } + } + } } \ No newline at end of file -- 2.39.5 From d5a8f852b26036c57b68afa52a62d859f58c0e22 Mon Sep 17 00:00:00 2001 From: Jakob Gregory Date: Wed, 29 Jul 2026 18:38:59 +0200 Subject: [PATCH 02/10] chore(i18n): complete French translations --- src/locales/fr.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/locales/fr.json b/src/locales/fr.json index b25ec6f..5d7c81b 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -38,5 +38,28 @@ } } }, - "slogan": "Conçu pour chercher." + "slogan": "Conçu pour chercher.", + "settings": { + "input": { + "done": { + "title": "Enregistrer la valeur", + "ariaLabel": "Enregistre la valeur saisie" + } + }, + "switch": { + "title": "Basculer la valeur", + "ariaLabel": "Bascule la valeur" + }, + "pages": { + "link": { + "ariaLabel": "Accéder à la page de paramètres {page}" + } + }, + "noSectionSelected": "Aucune section des paramètres n'est sélectionnée.", + "selection": { + "option": { + "ariaLabel": "Sélectionne l'option {option}" + } + } + } } \ No newline at end of file -- 2.39.5 From 0aee1ab9a60e0b15c13d4e48fac2a29540e50fd0 Mon Sep 17 00:00:00 2001 From: Jakob Gregory Date: Wed, 29 Jul 2026 18:39:55 +0200 Subject: [PATCH 03/10] chore(i18n): complete Italian translations --- src/locales/it.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/locales/it.json b/src/locales/it.json index c4a753a..7bcfd88 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -38,5 +38,28 @@ } } }, - "slogan": "Costruito per cercare." + "slogan": "Costruito per cercare.", + "settings": { + "input": { + "done": { + "title": "Salva valore", + "ariaLabel": "Salva il valore inserito" + } + }, + "switch": { + "title": "Attiva/disattiva valore", + "ariaLabel": "Attiva o disattiva il valore" + }, + "pages": { + "link": { + "ariaLabel": "Vai alla pagina delle impostazioni {page}" + } + }, + "noSectionSelected": "Nessuna sezione delle impostazioni è selezionata.", + "selection": { + "option": { + "ariaLabel": "Seleziona l'opzione {option}" + } + } + } } \ No newline at end of file -- 2.39.5 From 88bda40e870453111289a040d60f44966b14a727 Mon Sep 17 00:00:00 2001 From: Jakob Gregory <7+jakob.gregory@noreply.localhost> Date: Wed, 29 Jul 2026 18:40:12 +0200 Subject: [PATCH 04/10] chore(i18n): complete Portuguese translations --- src/locales/pt.json | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/locales/pt.json b/src/locales/pt.json index c4813ef..bd6bbf1 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -38,5 +38,28 @@ } } }, - "slogan": "Feito para pesquisar." + "slogan": "Feito para pesquisar.", + "settings": { + "input": { + "done": { + "title": "Guardar valor", + "ariaLabel": "Guarda o valor introduzido" + } + }, + "switch": { + "title": "Alternar valor", + "ariaLabel": "Alterna o valor" + }, + "pages": { + "link": { + "ariaLabel": "Ir para a página de definições {page}" + } + }, + "noSectionSelected": "Nenhuma secção de definições está selecionada.", + "selection": { + "option": { + "ariaLabel": "Seleciona a opção {option}" + } + } + } } \ No newline at end of file -- 2.39.5 From 805512c9dee8798ced0571b519f6fecb5674dc82 Mon Sep 17 00:00:00 2001 From: Jakob Gregory Date: Wed, 29 Jul 2026 18:42:13 +0200 Subject: [PATCH 05/10] Change wrong commit email --- src/locales/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/pt.json b/src/locales/pt.json index bd6bbf1..84fed04 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -60,6 +60,6 @@ "option": { "ariaLabel": "Seleciona a opção {option}" } - } + } } } \ No newline at end of file -- 2.39.5 From f2050ceed0c351f1f4c2ae343672ca4e488252d0 Mon Sep 17 00:00:00 2001 From: Jakob Gregory Date: Wed, 29 Jul 2026 18:45:20 +0200 Subject: [PATCH 06/10] Delete the unnecessary space in pt.json --- src/locales/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/pt.json b/src/locales/pt.json index 84fed04..bd6bbf1 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -60,6 +60,6 @@ "option": { "ariaLabel": "Seleciona a opção {option}" } - } + } } } \ No newline at end of file -- 2.39.5 From cd174860549b07268fb856d771faa31f3761594d Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 30 Jul 2026 10:02:31 +0200 Subject: [PATCH 07/10] style(i18n): update Spanish translations indentation --- src/locales/es.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/locales/es.json b/src/locales/es.json index 17c7984..2026185 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -40,26 +40,26 @@ }, "slogan": "Hecho para buscar.", "settings": { - "input": { - "done": { - "title": "Guardar valor", - "ariaLabel": "Guarda el valor introducido" + "input": { + "done": { + "title": "Guardar valor", + "ariaLabel": "Guarda el valor introducido" + } + }, + "switch": { + "title": "Cambiar valor", + "ariaLabel": "Cambia el valor" + }, + "pages": { + "link": { + "ariaLabel": "Va a la página de configuración {page}" + } + }, + "noSectionSelected": "No se ha seleccionado ninguna sección de configuración.", + "selection": { + "option": { + "ariaLabel": "Selecciona la opción {option}" + } } - }, - "switch": { - "title": "Cambiar valor", - "ariaLabel": "Cambia el valor" - }, - "pages": { - "link": { - "ariaLabel": "Va a la página de configuración {page}" - } - }, - "noSectionSelected": "No se ha seleccionado ninguna sección de configuración.", - "selection": { - "option": { - "ariaLabel": "Selecciona la opción {option}" - } - } } } \ No newline at end of file -- 2.39.5 From 8697557259ed48924a956a2834bf7bc313fd9ebc Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 30 Jul 2026 10:03:24 +0200 Subject: [PATCH 08/10] style(i18n): update French translations indentation --- src/locales/fr.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/locales/fr.json b/src/locales/fr.json index 5d7c81b..e582c2b 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -40,26 +40,26 @@ }, "slogan": "Conçu pour chercher.", "settings": { - "input": { - "done": { - "title": "Enregistrer la valeur", - "ariaLabel": "Enregistre la valeur saisie" - } - }, - "switch": { - "title": "Basculer la valeur", - "ariaLabel": "Bascule la valeur" - }, - "pages": { - "link": { - "ariaLabel": "Accéder à la page de paramètres {page}" - } - }, - "noSectionSelected": "Aucune section des paramètres n'est sélectionnée.", - "selection": { - "option": { - "ariaLabel": "Sélectionne l'option {option}" - } - } + "input": { + "done": { + "title": "Enregistrer la valeur", + "ariaLabel": "Enregistre la valeur saisie" + } + }, + "switch": { + "title": "Basculer la valeur", + "ariaLabel": "Bascule la valeur" + }, + "pages": { + "link": { + "ariaLabel": "Accéder à la page de paramètres {page}" + } + }, + "noSectionSelected": "Aucune section des paramètres n'est sélectionnée.", + "selection": { + "option": { + "ariaLabel": "Sélectionne l'option {option}" + } + } } } \ No newline at end of file -- 2.39.5 From f39a69f76ddef19baf74ed55769ec5210dcc6f9d Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 30 Jul 2026 10:04:16 +0200 Subject: [PATCH 09/10] style(i18n): update Italian translations indentation --- src/locales/it.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/locales/it.json b/src/locales/it.json index 7bcfd88..95b95a1 100644 --- a/src/locales/it.json +++ b/src/locales/it.json @@ -40,26 +40,26 @@ }, "slogan": "Costruito per cercare.", "settings": { - "input": { - "done": { - "title": "Salva valore", - "ariaLabel": "Salva il valore inserito" - } - }, - "switch": { - "title": "Attiva/disattiva valore", - "ariaLabel": "Attiva o disattiva il valore" - }, - "pages": { - "link": { - "ariaLabel": "Vai alla pagina delle impostazioni {page}" - } - }, - "noSectionSelected": "Nessuna sezione delle impostazioni è selezionata.", - "selection": { - "option": { - "ariaLabel": "Seleziona l'opzione {option}" - } - } + "input": { + "done": { + "title": "Salva valore", + "ariaLabel": "Salva il valore inserito" + } + }, + "switch": { + "title": "Attiva/disattiva valore", + "ariaLabel": "Attiva o disattiva il valore" + }, + "pages": { + "link": { + "ariaLabel": "Vai alla pagina delle impostazioni {page}" + } + }, + "noSectionSelected": "Nessuna sezione delle impostazioni è selezionata.", + "selection": { + "option": { + "ariaLabel": "Seleziona l'opzione {option}" + } + } } } \ No newline at end of file -- 2.39.5 From 00caf4d6923d8f280f2c9964dcac1f16eb7e5223 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 30 Jul 2026 10:04:47 +0200 Subject: [PATCH 10/10] style(i18n): update Portuguese translations indentation --- src/locales/pt.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/locales/pt.json b/src/locales/pt.json index bd6bbf1..6502f48 100644 --- a/src/locales/pt.json +++ b/src/locales/pt.json @@ -40,26 +40,26 @@ }, "slogan": "Feito para pesquisar.", "settings": { - "input": { - "done": { - "title": "Guardar valor", - "ariaLabel": "Guarda o valor introduzido" - } - }, - "switch": { - "title": "Alternar valor", - "ariaLabel": "Alterna o valor" - }, - "pages": { - "link": { - "ariaLabel": "Ir para a página de definições {page}" - } - }, - "noSectionSelected": "Nenhuma secção de definições está selecionada.", - "selection": { - "option": { - "ariaLabel": "Seleciona a opção {option}" - } - } + "input": { + "done": { + "title": "Guardar valor", + "ariaLabel": "Guarda o valor introduzido" + } + }, + "switch": { + "title": "Alternar valor", + "ariaLabel": "Alterna o valor" + }, + "pages": { + "link": { + "ariaLabel": "Ir para a página de definições {page}" + } + }, + "noSectionSelected": "Nenhuma secção de definições está selecionada.", + "selection": { + "option": { + "ariaLabel": "Seleciona a opção {option}" + } + } } } \ No newline at end of file -- 2.39.5