diff options
author | Xosé M <xosem@disroot.org> | 2022-06-24 04:32:25 +0000 |
---|---|---|
committer | Hosted Weblate <hosted@weblate.org> | 2022-06-25 07:16:53 +0200 |
commit | c5ae91700313c8b6bcd4d7b95d8bb6ce8bb4b8bc (patch) | |
tree | 7e6ee1340e66f977cfdc16daf5e469a8f1cbb080 /src | |
parent | Added translation using Weblate (Galician) (diff) | |
download | libredirect-c5ae91700313c8b6bcd4d7b95d8bb6ce8bb4b8bc.zip |
Translated using Weblate (Galician)
Currently translated at 98.1% (54 of 55 strings) Translation: LibRedirect/extension Translate-URL: https://hosted.weblate.org/projects/libredirect/extension/gl/
Diffstat (limited to 'src')
-rw-r--r-- | src/_locales/gl/messages.json | 213 |
1 files changed, 212 insertions, 1 deletions
diff --git a/src/_locales/gl/messages.json b/src/_locales/gl/messages.json index 0967ef42..3468e337 100644 --- a/src/_locales/gl/messages.json +++ b/src/_locales/gl/messages.json @@ -1 +1,212 @@ -{} +{ + "ytmusic": { + "message": "YT Music", + "description": "used in the settings page" + }, + "extensionName": { + "message": "LibRedirect", + "description": "name of the extension" + }, + "settings": { + "message": "Axustes", + "description": "used in the popup" + }, + "maps": { + "message": "Mapas", + "description": "used in the settings page" + }, + "sendFiles": { + "message": "Enviar Ficheiros", + "description": "used in the settings page" + }, + "youtube": { + "message": "YouTube", + "description": "used in the settings page" + }, + "instagram": { + "message": "Instagram", + "description": "used in the settings page" + }, + "twitter": { + "message": "Twitter", + "description": "used in the settings page" + }, + "imgur": { + "message": "Imgur", + "description": "used in the settings page" + }, + "wikipedia": { + "message": "Wikipedia", + "description": "used in the settings page" + }, + "peertube": { + "message": "PeerTube", + "description": "used in the settings page" + }, + "system": { + "message": "Sistema", + "description": "used in the settings page" + }, + "light": { + "message": "Claro", + "description": "used in the settings page" + }, + "dark": { + "message": "Escuro", + "description": "used in the settings page" + }, + "autoRedirect": { + "message": "Auto-redirixir cando unha instancia está caída", + "description": "used in the settings page" + }, + "exceptions": { + "message": "Excepcións", + "description": "used in the settings page" + }, + "updateInstances": { + "message": "Actualizar Instancias", + "description": "used in the settings page" + }, + "importSettings": { + "message": "Importar Axustes", + "description": "used in the settings page" + }, + "exportSettings": { + "message": "Exportar Axustes", + "description": "used in the settings page" + }, + "customPopup": { + "message": "Personalizar Emerxente", + "description": "used in the settings page" + }, + "enable": { + "message": "Activar", + "description": "used in the settings page" + }, + "protocol": { + "message": "Protocolo", + "description": "used in the settings page" + }, + "normal": { + "message": "Normal", + "description": "used in the settings page" + }, + "defaultInstances": { + "message": "Instancias por defecto", + "description": "used in the settings page" + }, + "toggleAll": { + "message": "Activar todo", + "description": "used in the settings page" + }, + "frontend": { + "message": "Interface", + "description": "used in the settings page" + }, + "searchNote": { + "message": "Nota: usa a busca con todo o seu potencial facendo que LibRedirect sexa o teu buscador por defecto.", + "description": "used in the settings page" + }, + "embeddedVids": { + "message": "Interface para Vídeos incrustados", + "description": "used in the settings page" + }, + "both": { + "message": "ambos", + "description": "used in the settings page" + }, + "instanceIsOff": { + "message": "Instancia caída", + "description": "used in instance_offline.html" + }, + "redirectionCanceled": { + "message": "Redirección cancelada", + "description": "used in instance_offline.js" + }, + "copyRaw": { + "message": "Copiar en crú" + }, + "copied": { + "message": "Copiado" + }, + "extensionDescription": { + "message": "Un complemento do navegador que redirixe o tráfico cara alternativas amigables e respetuosas", + "description": "description of the extension" + }, + "general": { + "message": "Xeral", + "description": "used in the settings page" + }, + "search": { + "message": "Buscar", + "description": "used in the settings page" + }, + "translate": { + "message": "Traducir", + "description": "used in the settings page" + }, + "tiktok": { + "message": "TikTok", + "description": "used in the settings page" + }, + "lbry": { + "message": "LBRY" + }, + "switchInstance": { + "message": "Cambiar de Instancia", + "description": "used in manifest.json as shortcut description" + }, + "reddit": { + "message": "Reddit", + "description": "used in the settings page" + }, + "medium": { + "message": "Medium", + "description": "used in the settings page" + }, + "theme": { + "message": "Decorado", + "description": "used in the settings page" + }, + "redirectType": { + "message": "Tipo de Redirección", + "description": "used in the settings page" + }, + "onlyEmbedded": { + "message": "só incrustados", + "description": "used in the settings page" + }, + "onlyNotEmbedded": { + "message": "non só incrustados", + "description": "used in the settings page" + }, + "tor": { + "message": "Tor", + "description": "used in the settings page" + }, + "resetSettings": { + "message": "Restablecer Axustes", + "description": "used in the settings page" + }, + "customInstances": { + "message": "Instancias personalizadas", + "description": "used in the settings page" + }, + "notFullyPrivate": { + "message": "Esta interface non é totalmente privada." + }, + "instanceOffline": { + "message": "Esta instancia está caída, ímoste redirixir após ", + "description": "used in instance_offline.html" + }, + "cancel": { + "message": "Cancelar", + "description": "used in instance_offline.html" + }, + "testInstancesLatency": { + "message": "Comprobar Latencia das instancias" + }, + "i2p": { + "message": "I2P" + } +} |