From 25c7c6ab404dde6072d680dff2f3ce1c8c1df0e4 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 10 May 2022 21:57:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Translations=20Update=20(#4622)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] --- src/Ombi.I18n/Resources/Texts.pl.resx | 14 +++++++------- src/Ombi/wwwroot/translations/bg.json | 3 ++- src/Ombi/wwwroot/translations/cs.json | 3 ++- src/Ombi/wwwroot/translations/da.json | 3 ++- src/Ombi/wwwroot/translations/de.json | 3 ++- src/Ombi/wwwroot/translations/es.json | 3 ++- src/Ombi/wwwroot/translations/fr.json | 3 ++- src/Ombi/wwwroot/translations/hu.json | 3 ++- src/Ombi/wwwroot/translations/it.json | 3 ++- src/Ombi/wwwroot/translations/nl.json | 3 ++- src/Ombi/wwwroot/translations/no.json | 3 ++- src/Ombi/wwwroot/translations/pl.json | 3 ++- src/Ombi/wwwroot/translations/pt-BR.json | 3 ++- src/Ombi/wwwroot/translations/pt.json | 3 ++- src/Ombi/wwwroot/translations/ru.json | 3 ++- src/Ombi/wwwroot/translations/sk.json | 3 ++- src/Ombi/wwwroot/translations/sv.json | 3 ++- src/Ombi/wwwroot/translations/zh-TW.json | 3 ++- src/Ombi/wwwroot/translations/zh.json | 3 ++- 19 files changed, 43 insertions(+), 25 deletions(-) diff --git a/src/Ombi.I18n/Resources/Texts.pl.resx b/src/Ombi.I18n/Resources/Texts.pl.resx index c8e5e5ee1..f7833ced6 100644 --- a/src/Ombi.I18n/Resources/Texts.pl.resx +++ b/src/Ombi.I18n/Resources/Texts.pl.resx @@ -118,13 +118,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Nowy Album + Nowe Albumy - Nowy film + Nowe filmy - Nowy telewizor + Nowe seriale Gatunki: @@ -136,21 +136,21 @@ Sezon: - Odcinków: + Odcinki: Wspierane przez - Wypisać się + Wypisz się Album - Movie + Film - TV Show + Serial \ No newline at end of file diff --git a/src/Ombi/wwwroot/translations/bg.json b/src/Ombi/wwwroot/translations/bg.json index fd207e4bb..16ae7dc06 100644 --- a/src/Ombi/wwwroot/translations/bg.json +++ b/src/Ombi/wwwroot/translations/bg.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Проверете тази страница за последни новини на сайта." }, "ErrorPages": { - "NotFound": "Page not found" + "NotFound": "Page not found", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Открийте", diff --git a/src/Ombi/wwwroot/translations/cs.json b/src/Ombi/wwwroot/translations/cs.json index c1dec8f37..31376e92f 100644 --- a/src/Ombi/wwwroot/translations/cs.json +++ b/src/Ombi/wwwroot/translations/cs.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Check this page for continuous site updates." }, "ErrorPages": { - "NotFound": "Stránka nenalezena" + "NotFound": "Stránka nenalezena", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Objevit nové", diff --git a/src/Ombi/wwwroot/translations/da.json b/src/Ombi/wwwroot/translations/da.json index 1486bcfae..932f40ae8 100644 --- a/src/Ombi/wwwroot/translations/da.json +++ b/src/Ombi/wwwroot/translations/da.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Tjek denne side for løbende opdateringer." }, "ErrorPages": { - "NotFound": "Siden blev ikke fundet" + "NotFound": "Siden blev ikke fundet", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Opdag", diff --git a/src/Ombi/wwwroot/translations/de.json b/src/Ombi/wwwroot/translations/de.json index d397f0c55..99d147a9c 100644 --- a/src/Ombi/wwwroot/translations/de.json +++ b/src/Ombi/wwwroot/translations/de.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Überprüfe diese Seite für kontinuierliche Website-Updates." }, "ErrorPages": { - "NotFound": "Seite nicht gefunden" + "NotFound": "Seite nicht gefunden", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Entdecken", diff --git a/src/Ombi/wwwroot/translations/es.json b/src/Ombi/wwwroot/translations/es.json index bb8cb4a9a..adc047916 100644 --- a/src/Ombi/wwwroot/translations/es.json +++ b/src/Ombi/wwwroot/translations/es.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Consulta esta página para ver las últimas novedades." }, "ErrorPages": { - "NotFound": "Página no encontrada" + "NotFound": "Página no encontrada", + "SomethingWentWrong": "¡Algo salió mal!" }, "NavigationBar": { "Discover": "Descubre", diff --git a/src/Ombi/wwwroot/translations/fr.json b/src/Ombi/wwwroot/translations/fr.json index ec7e1c27d..f8f52ea97 100644 --- a/src/Ombi/wwwroot/translations/fr.json +++ b/src/Ombi/wwwroot/translations/fr.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Consultez cette page pour voir les mises à jour du site." }, "ErrorPages": { - "NotFound": "Page non trouvée" + "NotFound": "Page non trouvée", + "SomethingWentWrong": "Une erreur s'est produite !" }, "NavigationBar": { "Discover": "Découvrir", diff --git a/src/Ombi/wwwroot/translations/hu.json b/src/Ombi/wwwroot/translations/hu.json index 9a9013317..f26d4bc06 100644 --- a/src/Ombi/wwwroot/translations/hu.json +++ b/src/Ombi/wwwroot/translations/hu.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Látogasd meg ezt az oldalt a frissítésekhez." }, "ErrorPages": { - "NotFound": "Az oldal nem található" + "NotFound": "Az oldal nem található", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Felfedezés", diff --git a/src/Ombi/wwwroot/translations/it.json b/src/Ombi/wwwroot/translations/it.json index 71b7c121f..7c1cda82e 100644 --- a/src/Ombi/wwwroot/translations/it.json +++ b/src/Ombi/wwwroot/translations/it.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Controlla questa pagina per aggiornamenti continui del sito." }, "ErrorPages": { - "NotFound": "Pagina non trovata" + "NotFound": "Pagina non trovata", + "SomethingWentWrong": "Qualcosa è andato storto!" }, "NavigationBar": { "Discover": "Scopri", diff --git a/src/Ombi/wwwroot/translations/nl.json b/src/Ombi/wwwroot/translations/nl.json index 932bbff9c..5c949461a 100644 --- a/src/Ombi/wwwroot/translations/nl.json +++ b/src/Ombi/wwwroot/translations/nl.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Controleer deze pagina voor updates." }, "ErrorPages": { - "NotFound": "Page not found" + "NotFound": "Page not found", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Ontdekken", diff --git a/src/Ombi/wwwroot/translations/no.json b/src/Ombi/wwwroot/translations/no.json index fcb16d35b..01cc7a4d9 100644 --- a/src/Ombi/wwwroot/translations/no.json +++ b/src/Ombi/wwwroot/translations/no.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Sjekk denne siden for kontinuerlige oppdateringer." }, "ErrorPages": { - "NotFound": "Page not found" + "NotFound": "Page not found", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Discover", diff --git a/src/Ombi/wwwroot/translations/pl.json b/src/Ombi/wwwroot/translations/pl.json index 869feaac1..6cb9589da 100644 --- a/src/Ombi/wwwroot/translations/pl.json +++ b/src/Ombi/wwwroot/translations/pl.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Tutaj znajdziesz aktualizacje dotyczące tej strony." }, "ErrorPages": { - "NotFound": "Nie znaleziono strony" + "NotFound": "Nie znaleziono strony", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Odkryj", diff --git a/src/Ombi/wwwroot/translations/pt-BR.json b/src/Ombi/wwwroot/translations/pt-BR.json index 88623edd5..cfc718950 100644 --- a/src/Ombi/wwwroot/translations/pt-BR.json +++ b/src/Ombi/wwwroot/translations/pt-BR.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Verifique esta página para acompanhar as atualizações do site." }, "ErrorPages": { - "NotFound": "Pagina não encontrada" + "NotFound": "Pagina não encontrada", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Explorar", diff --git a/src/Ombi/wwwroot/translations/pt.json b/src/Ombi/wwwroot/translations/pt.json index ed1aa5434..b6f05d2a2 100644 --- a/src/Ombi/wwwroot/translations/pt.json +++ b/src/Ombi/wwwroot/translations/pt.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Check this page for continuous site updates." }, "ErrorPages": { - "NotFound": "Page not found" + "NotFound": "Page not found", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Discover", diff --git a/src/Ombi/wwwroot/translations/ru.json b/src/Ombi/wwwroot/translations/ru.json index b60adcaaa..a3b793fdb 100644 --- a/src/Ombi/wwwroot/translations/ru.json +++ b/src/Ombi/wwwroot/translations/ru.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Проверьте эту страницу для получения последних новостей сайта." }, "ErrorPages": { - "NotFound": "Page not found" + "NotFound": "Page not found", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Discover", diff --git a/src/Ombi/wwwroot/translations/sk.json b/src/Ombi/wwwroot/translations/sk.json index b13ddd8ff..ced89f170 100644 --- a/src/Ombi/wwwroot/translations/sk.json +++ b/src/Ombi/wwwroot/translations/sk.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Prezrite túto stránku pre aktualizácie." }, "ErrorPages": { - "NotFound": "Stránka sa nenašla" + "NotFound": "Stránka sa nenašla", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Objaviť", diff --git a/src/Ombi/wwwroot/translations/sv.json b/src/Ombi/wwwroot/translations/sv.json index 7b4ba0439..a06953dd2 100644 --- a/src/Ombi/wwwroot/translations/sv.json +++ b/src/Ombi/wwwroot/translations/sv.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "Håll utkik här för uppdateringar på denna sida." }, "ErrorPages": { - "NotFound": "Page not found" + "NotFound": "Page not found", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "Upptäck", diff --git a/src/Ombi/wwwroot/translations/zh-TW.json b/src/Ombi/wwwroot/translations/zh-TW.json index 16d8d9adf..c9300bafa 100644 --- a/src/Ombi/wwwroot/translations/zh-TW.json +++ b/src/Ombi/wwwroot/translations/zh-TW.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "检查此页面以获取站点连续更新。" }, "ErrorPages": { - "NotFound": "找不到页面" + "NotFound": "找不到页面", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "发现", diff --git a/src/Ombi/wwwroot/translations/zh.json b/src/Ombi/wwwroot/translations/zh.json index edbdf6e94..5adca37ec 100644 --- a/src/Ombi/wwwroot/translations/zh.json +++ b/src/Ombi/wwwroot/translations/zh.json @@ -60,7 +60,8 @@ "CheckPageForUpdates": "检查此页面以获取站点连续更新。" }, "ErrorPages": { - "NotFound": "找不到页面" + "NotFound": "找不到页面", + "SomethingWentWrong": "Something went wrong!" }, "NavigationBar": { "Discover": "发现",