From ccead686aa87ee9c7d91267c4352d6162e9ef467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xos=C3=A9=20M?= Date: Sat, 25 Jun 2022 07:18:00 +0200 Subject: [PATCH] Translated using Weblate (Galician) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (67 of 67 strings) Added translation using Weblate (Galician) Co-authored-by: Xosé M Translate-URL: https://hosted.weblate.org/projects/subtracks/subtracks/gl/ Translation: Subtracks/subtracks --- .../app/src/main/assets/custom/i18n/gl.json | 152 ++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 android/app/src/main/assets/custom/i18n/gl.json diff --git a/android/app/src/main/assets/custom/i18n/gl.json b/android/app/src/main/assets/custom/i18n/gl.json new file mode 100644 index 0000000..cd83206 --- /dev/null +++ b/android/app/src/main/assets/custom/i18n/gl.json @@ -0,0 +1,152 @@ +{ + "resources": { + "album": { + "lists": { + "sort": "Ordenar Álbums", + "newest": "Últimas engadidas", + "recent": "Reproducidas a miúdo", + "starred": "Favoritas", + "random": "Ao chou", + "frequent": "Reproducidas a miúdo", + "byGenre": "Por xénero", + "alphabeticalByName": "Por nome", + "alphabeticalByArtist": "Por artista", + "byYear": "Por ano" + }, + "name": "Álbum", + "name_plural": "Álbums", + "actions": { + "play": "Reproducir", + "view": "Ver Álbum" + } + }, + "song": { + "name": "Canción", + "name_plural": "Cancións", + "lists": { + "artistTopSongs": "Máis reproducidas" + } + }, + "artist": { + "lists": { + "sort": "Ordenar Artistas", + "alphabeticalByName": "Por nome", + "random": "Ao chou", + "starred": "Favoritos" + }, + "name": "Artista", + "name_plural": "Artistas", + "actions": { + "view": "Ver Artista" + } + }, + "playlist": { + "name": "Listaxe", + "name_plural": "Listaxes", + "actions": { + "play": "Reproducir lista" + } + }, + "queue": { + "name": "Fila", + "name_plural": "Filas" + } + }, + "context": { + "actions": { + "star": "Estrela", + "unstar": "Retirar" + } + }, + "navigation": { + "tabs": { + "home": "Inicio", + "library": "Biblioteca", + "search": "Buscar", + "settings": "Axustes" + } + }, + "search": { + "inputPlaceholder": "Buscar", + "headerTitle": "Buscar: {{query}}", + "moreResults": "Máis…", + "nowPlayingContext": "Resultados" + }, + "settings": { + "servers": { + "name": "Servidores", + "fields": { + "address": "Enderezo", + "username": "Identificador", + "password": "Contrasinal" + }, + "options": { + "forcePlaintextPassword": { + "title": "Forzar contrasinal en texto plano", + "descriptionOn": "Enviar contrasinal en texto plano (herdado, pon coidado en que a conexión sexa segura!)", + "descriptionOff": "Enviar contrasinal como token + salt" + } + }, + "actions": { + "add": "Engadir Servidor", + "edit": "Editar Servidor", + "delete": "Eliminar", + "testConnection": "Comprobar Conexión", + "save": "Gardar" + }, + "messages": { + "connectionOk": "Conexión con {{address}} OK!", + "connectionFailed": "Fallou a conexión a {{address}}, comproba os axustes" + } + }, + "network": { + "values": { + "kbps": "{{value}}kbps", + "unlimitedKbps": "Sen límite", + "seconds": "{{value}} segundos" + }, + "options": { + "maxBitrateWifi": { + "title": "Bitrate máx. (Wi-Fi)" + }, + "maxBitrateMobile": { + "title": "Bitrate máx. (móbil)" + }, + "minBuffer": { + "title": "Tempo mínimo na memoria" + }, + "maxBuffer": { + "title": "Tempo máximo na memoria" + } + }, + "name": "Rede" + }, + "music": { + "name": "Música", + "options": { + "scrobble": { + "title": "Rexistrar reprodución", + "descriptionOn": "Rexistrar o historial de reprodución", + "descriptionOff": "Non rexistrar o historial de reprodución" + } + } + }, + "reset": { + "name": "Restablecer", + "actions": { + "clearImageCache": "Limpar a caché de imaxes" + } + }, + "about": { + "actions": { + "licenses": "Licenzas", + "projectHomepage": "Web do Proxecto" + }, + "name": "Acerca de", + "version": "versión {{version}}" + } + }, + "messages": { + "nothingHere": "Nada por aquí…" + } +}