jojo/options/locale_next/locale_gl.json
0ko f05ff7ec5b chore(i18n): move 89 strings to JSON (#12280)
Previous similar PR: https://codeberg.org/forgejo/forgejo/pulls/11879.

Moved strings from INI to JSON. Some directly, some with keys updated to be consistent. The latter was done carefully, making sure all usages are updated, and was tested locally.

There are more deletions than insertions because some languages also had some extra empty lines removed.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12280
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
2026-04-27 16:07:51 +02:00

48 lines
2.1 KiB
JSON

{
"webauthn.error.timeout": "Alcanzouse o límite de tempo antes de que se puidera ler a súa clave. Volva cargar esta páxina e ténteo de novo.",
"webauthn.error.empty": "Debe definir un nome para esta clave.",
"webauthn.error.duplicated": "A clave de seguridade non está permitida para esta solicitude. Asegúrese de que a clave non estea xa rexistrada.",
"webauthn.error.unable_to_process": "O servidor non puido procesar a súa solicitude.",
"webauthn.error.insecure": "WebAuthn só admite conexións seguras. Para probar a través de HTTP, pode usar a orixe \"localhost\" ou \"127.0.0.1\"",
"webauthn.error.unknown": "Produciuse un erro descoñecido. Ténteo de novo.",
"webauthn.unsupported_browser": "O seu navegador non soporta WebAuthn actualmente.",
"webauthn.error": "Non se puido ler a súa clave de seguridade.",
"webauthn.use_twofa": "Use o Código de Dous Factores do seu Teléfono",
"webauthn.press_button": "Prema o botón da súa chave de seguridade…",
"webauthn.sign_in": "Prema o botón da súa chave de seguridade. Se a súa chave de seguridade non ten ningún botón, volva inserila.",
"webauthn.insert_key": "Insira a súa chave de seguridade",
"relativetime.now": "agora",
"relativetime.future": "máis adiante",
"repo.form.cannot_create": "Todos os espazos onde podes crear repositorios chegaron ao límite de repositorios creados.",
"followers.outgoing.list.self.none": "Non esas seguindo a ninguén.",
"followers.outgoing.list.none": "%s non está seguindo a ninguén.",
"relativetime.1day": "onte",
"relativetime.1week": "a semana pasada",
"relativetime.1month": "hai un mes",
"relativetime.1year": "hai un ano",
"relativetime.mins": {
"one": "hai %d minuto",
"other": "hai %d minutos"
},
"relativetime.hours": {
"one": "hai %d hora",
"other": "hai %d horas"
},
"relativetime.days": {
"one": "hai %d día",
"other": "hai %d días"
},
"relativetime.weeks": {
"one": "hai %d semana",
"other": "hai %d semanas"
},
"relativetime.months": {
"one": "hai %d mes",
"other": "hai %d meses"
},
"relativetime.years": {
"one": "hai %d ano",
"other": "hai %d anos"
},
"meta.last_line": " "
}