From f86fb33cebb2220da8d473b3a4b85e4667862c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aindri=C3=BA=20Mac=20Giolla=20Eoin?= Date: Sun, 10 Nov 2024 12:34:07 -0500 Subject: [PATCH] Added translation using Weblate (Irish) --- langs/ga.json | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 langs/ga.json diff --git a/langs/ga.json b/langs/ga.json new file mode 100644 index 00000000..ccaf520b --- /dev/null +++ b/langs/ga.json @@ -0,0 +1,89 @@ +{ + "common": { + "beta": "", + "cancel": "", + "delete": "", + "edit": "", + "ok": "", + "unknown": "" + }, + "headings": { + "addServer": "", + "appearance": "", + "downloads": "", + "home": "", + "links": "", + "playback": "", + "servers": "", + "settings": "" + }, + "addServer": { + "address": "", + "validation": { + "empty": "", + "invalid": "", + "invalidProduct": "", + "noConnection": "" + } + }, + "home": { + "errors": { + "502": { + "description": "" + }, + "504": { + "description": "" + }, + "http": { + "heading": "", + "description": "" + }, + "invalidServer": { + "heading": "", + "description": "" + }, + "offline": { + "heading": "", + "description": "" + } + }, + "errorCode": "", + "errorUrl": "", + "retry": "" + }, + "serverHelp": { + "heading": "", + "description": "", + "learnMore": "" + }, + "settings": { + "version": "", + "keepAwake": "", + "nativeVideoPlayer": "", + "minimumServerVersion": "", + "fmp4Support": "", + "lightTheme": "", + "systemTheme": "", + "rotationLock": "", + "tabLabels": "" + }, + "links": { + "website": "", + "documentation": "", + "source": "", + "translate": "", + "issue": "" + }, + "alerts": { + "deleteServer": { + "title": "", + "description": "", + "confirm": "" + }, + "resetApplication": { + "title": "", + "description": "", + "confirm": "" + } + } +}