From d91e7ed6cd80699658d3e59d55a589b92e7b6a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96ssur=20Ingi=20J=C3=B3nsson?= Date: Mon, 16 Oct 2023 12:40:58 -0400 Subject: [PATCH] Added translation using Weblate (Icelandic) --- langs/is.json | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 langs/is.json diff --git a/langs/is.json b/langs/is.json new file mode 100644 index 00000000..e05626eb --- /dev/null +++ b/langs/is.json @@ -0,0 +1,90 @@ +{ + "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": "", + "expoVersion": "" + }, + "links": { + "website": "", + "documentation": "", + "source": "", + "translate": "", + "issue": "" + }, + "alerts": { + "deleteServer": { + "title": "", + "description": "", + "confirm": "" + }, + "resetApplication": { + "title": "", + "description": "", + "confirm": "" + } + } +}