generated from Seekra/repository-template
Merge pull request 'Complete missing settings translations' (#154) from chore/complete-translations into main
Deploy on dev / Deploy on dev (push) Successful in 33s
Deploy on dev / Deploy on dev (push) Successful in 33s
Reviewed-on: #154 Reviewed-by: Jakob Scheid
This commit was merged in pull request #154.
This commit is contained in:
+24
-1
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+24
-1
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+24
-1
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+24
-1
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user