From 3a76b75cd84045875ba6d1d5a955c5743d5b28f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jos=C3=A9=20m?= Date: Sat, 2 Sep 2023 06:49:05 +0000 Subject: [PATCH] Translated using Weblate (Galician) Currently translated at 12.3% (24 of 194 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/gl/ --- src/locales/gl.json | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/src/locales/gl.json b/src/locales/gl.json index 0967ef42..10299e99 100644 --- a/src/locales/gl.json +++ b/src/locales/gl.json @@ -1 +1,32 @@ -{} +{ + "titles": { + "register": "Crear conta", + "feed": "Cronoloxía", + "preferences": "Preferencias", + "history": "Historial", + "trending": "En voga", + "account": "Conta", + "player": "Reprodutor", + "login": "Acceder", + "instance": "Instancia", + "bookmarks": "Marcadores", + "subscriptions": "Subscricións", + "playlists": "Listas", + "livestreams": "En directo", + "channels": "Canles", + "channel_groups": "Grupos de canles" + }, + "player": { + "watch_on": "Ver en {0}", + "failed": "Fallou con código do erro {0}, mira o rexistro para máis info" + }, + "actions": { + "subscribe": "Subscribirse - {count}", + "sort_by": "Orde por:", + "least_recent": "Máis antigo", + "most_recent": "Máis recente", + "channel_name_asc": "Nome da canle (A-Z)", + "unsubscribe": "Retirar subscrición - {count}", + "view_subscriptions": "Ver Subscricións" + } +}