From e5f712ed87bb79bdd15fdd9d0632efdcc1bb42d8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 15 Jan 2022 02:27:34 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- apps/cloud_federation_api/l10n/lt_LT.js | 8 ++++++++ apps/cloud_federation_api/l10n/lt_LT.json | 6 ++++++ apps/lookup_server_connector/l10n/lt_LT.js | 7 +++++++ apps/lookup_server_connector/l10n/lt_LT.json | 5 +++++ apps/sharebymail/l10n/cs.js | 1 + apps/sharebymail/l10n/cs.json | 1 + apps/sharebymail/l10n/de_DE.js | 1 + apps/sharebymail/l10n/de_DE.json | 1 + apps/sharebymail/l10n/pl.js | 1 + apps/sharebymail/l10n/pl.json | 1 + apps/sharebymail/l10n/sk.js | 1 + apps/sharebymail/l10n/sk.json | 1 + apps/sharebymail/l10n/zh_HK.js | 1 + apps/sharebymail/l10n/zh_HK.json | 1 + apps/sharebymail/l10n/zh_TW.js | 1 + apps/sharebymail/l10n/zh_TW.json | 1 + apps/systemtags/l10n/pl.js | 4 ++-- apps/systemtags/l10n/pl.json | 4 ++-- apps/weather_status/l10n/de_DE.js | 4 ++-- apps/weather_status/l10n/de_DE.json | 4 ++-- apps/weather_status/l10n/sk.js | 22 ++++++++++++++++++++++ apps/weather_status/l10n/sk.json | 22 ++++++++++++++++++++++ 22 files changed, 90 insertions(+), 8 deletions(-) create mode 100644 apps/cloud_federation_api/l10n/lt_LT.js create mode 100644 apps/cloud_federation_api/l10n/lt_LT.json create mode 100644 apps/lookup_server_connector/l10n/lt_LT.js create mode 100644 apps/lookup_server_connector/l10n/lt_LT.json (limited to 'apps') diff --git a/apps/cloud_federation_api/l10n/lt_LT.js b/apps/cloud_federation_api/l10n/lt_LT.js new file mode 100644 index 00000000000..991f0c3335a --- /dev/null +++ b/apps/cloud_federation_api/l10n/lt_LT.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "cloud_federation_api", + { + "Cloud Federation API" : "Cloud Federation įskiepis", + "Enable clouds to communicate with each other and exchange data" : "Leisti debesų technologijoms jungtis ir keistis duomenimis tarpusavyje", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation įskiepis leidžia atskiriems Nextcloud serveriams jungtis ir keistis duomenimis tarpusavyje." +}, +"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/cloud_federation_api/l10n/lt_LT.json b/apps/cloud_federation_api/l10n/lt_LT.json new file mode 100644 index 00000000000..37bbcccdc91 --- /dev/null +++ b/apps/cloud_federation_api/l10n/lt_LT.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cloud Federation API" : "Cloud Federation įskiepis", + "Enable clouds to communicate with each other and exchange data" : "Leisti debesų technologijoms jungtis ir keistis duomenimis tarpusavyje", + "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Cloud Federation įskiepis leidžia atskiriems Nextcloud serveriams jungtis ir keistis duomenimis tarpusavyje." +},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" +} \ No newline at end of file diff --git a/apps/lookup_server_connector/l10n/lt_LT.js b/apps/lookup_server_connector/l10n/lt_LT.js new file mode 100644 index 00000000000..ce562ad7bd6 --- /dev/null +++ b/apps/lookup_server_connector/l10n/lt_LT.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "lookup_server_connector", + { + "Lookup Server Connector" : "Vardų serverio prievadas", + "Sync public user information with the lookup server" : "Sinchronizuoti viešą naudotojo informaciją su vardų serveriu" +}, +"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/lookup_server_connector/l10n/lt_LT.json b/apps/lookup_server_connector/l10n/lt_LT.json new file mode 100644 index 00000000000..f2289753ec8 --- /dev/null +++ b/apps/lookup_server_connector/l10n/lt_LT.json @@ -0,0 +1,5 @@ +{ "translations": { + "Lookup Server Connector" : "Vardų serverio prievadas", + "Sync public user information with the lookup server" : "Sinchronizuoti viešą naudotojo informaciją su vardų serveriu" +},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" +} \ No newline at end of file diff --git a/apps/sharebymail/l10n/cs.js b/apps/sharebymail/l10n/cs.js index 7d13755f381..16afcacfe59 100644 --- a/apps/sharebymail/l10n/cs.js +++ b/apps/sharebymail/l10n/cs.js @@ -27,6 +27,7 @@ OC.L10N.register( "Share by mail" : "Sdílet e-mailem", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Sdílení položky %1$s se nezdařilo, protože ta je už s uživatelem %2$s sdílena", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nemůžeme vám zaslat automaticky vytvořené heslo. Nastavte si v osobním nastavení platnou e-mailovou adresu a zkuste to znovu.", + "Failed to send share by email. Got an invalid email address" : "Nepodařilo se odeslat sdílení e-mailem. Obdržena neplatná e-mailová adresa", "Failed to send share by email" : "Sdílení e-mailem se nezdařilo", "%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“", "%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.", diff --git a/apps/sharebymail/l10n/cs.json b/apps/sharebymail/l10n/cs.json index 0597345d7c2..644878c5407 100644 --- a/apps/sharebymail/l10n/cs.json +++ b/apps/sharebymail/l10n/cs.json @@ -25,6 +25,7 @@ "Share by mail" : "Sdílet e-mailem", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Sdílení položky %1$s se nezdařilo, protože ta je už s uživatelem %2$s sdílena", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nemůžeme vám zaslat automaticky vytvořené heslo. Nastavte si v osobním nastavení platnou e-mailovou adresu a zkuste to znovu.", + "Failed to send share by email. Got an invalid email address" : "Nepodařilo se odeslat sdílení e-mailem. Obdržena neplatná e-mailová adresa", "Failed to send share by email" : "Sdílení e-mailem se nezdařilo", "%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“", "%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.", diff --git a/apps/sharebymail/l10n/de_DE.js b/apps/sharebymail/l10n/de_DE.js index 9c49c4da6cc..d17faae393d 100644 --- a/apps/sharebymail/l10n/de_DE.js +++ b/apps/sharebymail/l10n/de_DE.js @@ -27,6 +27,7 @@ OC.L10N.register( "Share by mail" : "Geteilt über eine E-Mail", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Freigabe von %1$s fehlgeschlagen, da dieses Element schon mit dem Benutzer %2$s geteilt wird.", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Automatisch erzeugtes Passwort kann nicht versandt werden. Bitte geben Sie in Ihren persönlichen Einstellungen eine gültige E-Mail-Adresse ein und versuche Sie es erneut.", + "Failed to send share by email. Got an invalid email address" : "Die Freigabe per E-Mail konnte nicht gesendet werden. Habe eine ungültige E-Mail-Adresse erhalten.", "Failed to send share by email" : "Fehler beim Senden der Freigabe per E-Mail", "%1$s shared »%2$s« with you" : "%1$s hat »%2$s« mit Ihnen geteilt", "%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Ihnen geteilt.", diff --git a/apps/sharebymail/l10n/de_DE.json b/apps/sharebymail/l10n/de_DE.json index 7b936195023..0efe5e3b44b 100644 --- a/apps/sharebymail/l10n/de_DE.json +++ b/apps/sharebymail/l10n/de_DE.json @@ -25,6 +25,7 @@ "Share by mail" : "Geteilt über eine E-Mail", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Freigabe von %1$s fehlgeschlagen, da dieses Element schon mit dem Benutzer %2$s geteilt wird.", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Automatisch erzeugtes Passwort kann nicht versandt werden. Bitte geben Sie in Ihren persönlichen Einstellungen eine gültige E-Mail-Adresse ein und versuche Sie es erneut.", + "Failed to send share by email. Got an invalid email address" : "Die Freigabe per E-Mail konnte nicht gesendet werden. Habe eine ungültige E-Mail-Adresse erhalten.", "Failed to send share by email" : "Fehler beim Senden der Freigabe per E-Mail", "%1$s shared »%2$s« with you" : "%1$s hat »%2$s« mit Ihnen geteilt", "%1$s shared »%2$s« with you." : "%1$s hat »%2$s« mit Ihnen geteilt.", diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js index 7eeecd1324d..288caba5f3b 100644 --- a/apps/sharebymail/l10n/pl.js +++ b/apps/sharebymail/l10n/pl.js @@ -27,6 +27,7 @@ OC.L10N.register( "Share by mail" : "Udostępnij e-mailem", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element jest już udostępniony użytkownikowi %2$s", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nie można wysłać automatycznie wygenerowanego hasła. Proszę ustawić prawidłowy adres e-mail w ustawieniach osobistych i spróbować ponownie.", + "Failed to send share by email. Got an invalid email address" : "Nie udało się wysłać udostępnienia pocztą e-mail. Masz nieprawidłowy adres e-mail", "Failed to send share by email" : "Nie udało się wysłać linku udostępnienia e-mailem", "%1$s shared »%2$s« with you" : "%1$s udostępnił »%2$s«", "%1$s shared »%2$s« with you." : "%1$s udostępnił »%2$s«.", diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json index 97b8ed46e1d..c88b6e41a46 100644 --- a/apps/sharebymail/l10n/pl.json +++ b/apps/sharebymail/l10n/pl.json @@ -25,6 +25,7 @@ "Share by mail" : "Udostępnij e-mailem", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Udostępnianie %1$s nie powiodło się, ponieważ ten element jest już udostępniony użytkownikowi %2$s", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nie można wysłać automatycznie wygenerowanego hasła. Proszę ustawić prawidłowy adres e-mail w ustawieniach osobistych i spróbować ponownie.", + "Failed to send share by email. Got an invalid email address" : "Nie udało się wysłać udostępnienia pocztą e-mail. Masz nieprawidłowy adres e-mail", "Failed to send share by email" : "Nie udało się wysłać linku udostępnienia e-mailem", "%1$s shared »%2$s« with you" : "%1$s udostępnił »%2$s«", "%1$s shared »%2$s« with you." : "%1$s udostępnił »%2$s«.", diff --git a/apps/sharebymail/l10n/sk.js b/apps/sharebymail/l10n/sk.js index 85dcd981c46..7752b53b219 100644 --- a/apps/sharebymail/l10n/sk.js +++ b/apps/sharebymail/l10n/sk.js @@ -27,6 +27,7 @@ OC.L10N.register( "Share by mail" : "Sprístupniť e-mailom", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Zdieľanie %1$s zlyhalo, táto položka už je zdieľaná s užívateľom %2$s ", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Vygenerované heslo Vám nemôže byť zaslané. Zadajte správnu mailovú adresu vo Vašich osobných nastaveniach a skúste znovu.", + "Failed to send share by email. Got an invalid email address" : "Odoslanie zdieľania e-mailom zlyhalo. Máte neplatnú e-mailovú adresu", "Failed to send share by email" : "Zaslanie sprístupnenia cez e-mail zlyhalo", "%1$s shared »%2$s« with you" : "%1$s vám sprístupnil »%2$s«", "%1$s shared »%2$s« with you." : "%1$s vám sprístupnil »%2$s«.", diff --git a/apps/sharebymail/l10n/sk.json b/apps/sharebymail/l10n/sk.json index ee9c829ddaf..9e69b56c20b 100644 --- a/apps/sharebymail/l10n/sk.json +++ b/apps/sharebymail/l10n/sk.json @@ -25,6 +25,7 @@ "Share by mail" : "Sprístupniť e-mailom", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Zdieľanie %1$s zlyhalo, táto položka už je zdieľaná s užívateľom %2$s ", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Vygenerované heslo Vám nemôže byť zaslané. Zadajte správnu mailovú adresu vo Vašich osobných nastaveniach a skúste znovu.", + "Failed to send share by email. Got an invalid email address" : "Odoslanie zdieľania e-mailom zlyhalo. Máte neplatnú e-mailovú adresu", "Failed to send share by email" : "Zaslanie sprístupnenia cez e-mail zlyhalo", "%1$s shared »%2$s« with you" : "%1$s vám sprístupnil »%2$s«", "%1$s shared »%2$s« with you." : "%1$s vám sprístupnil »%2$s«.", diff --git a/apps/sharebymail/l10n/zh_HK.js b/apps/sharebymail/l10n/zh_HK.js index cae842f9653..ea605df07ce 100644 --- a/apps/sharebymail/l10n/zh_HK.js +++ b/apps/sharebymail/l10n/zh_HK.js @@ -27,6 +27,7 @@ OC.L10N.register( "Share by mail" : "通過郵件分享", "Sharing %1$s failed, because this item is already shared with user %2$s" : "分享 %1$s 失敗,此項目已經與用戶 %2$s 分享", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "我們無法將自動生成的密碼發送與您。請在您的個人設置中提供有效的電郵地址後重試。", + "Failed to send share by email. Got an invalid email address" : "透過電子郵件傳送分享失敗。收到無效的電郵地址", "Failed to send share by email" : "通過電郵發送分享失敗", "%1$s shared »%2$s« with you" : "%1$s 與您分享了 »%2$s«", "%1$s shared »%2$s« with you." : "%1$s 與您分享了 »%2$s«。", diff --git a/apps/sharebymail/l10n/zh_HK.json b/apps/sharebymail/l10n/zh_HK.json index c267383d49b..3eaa4db49e4 100644 --- a/apps/sharebymail/l10n/zh_HK.json +++ b/apps/sharebymail/l10n/zh_HK.json @@ -25,6 +25,7 @@ "Share by mail" : "通過郵件分享", "Sharing %1$s failed, because this item is already shared with user %2$s" : "分享 %1$s 失敗,此項目已經與用戶 %2$s 分享", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "我們無法將自動生成的密碼發送與您。請在您的個人設置中提供有效的電郵地址後重試。", + "Failed to send share by email. Got an invalid email address" : "透過電子郵件傳送分享失敗。收到無效的電郵地址", "Failed to send share by email" : "通過電郵發送分享失敗", "%1$s shared »%2$s« with you" : "%1$s 與您分享了 »%2$s«", "%1$s shared »%2$s« with you." : "%1$s 與您分享了 »%2$s«。", diff --git a/apps/sharebymail/l10n/zh_TW.js b/apps/sharebymail/l10n/zh_TW.js index 39cbf177deb..44d3d189e03 100644 --- a/apps/sharebymail/l10n/zh_TW.js +++ b/apps/sharebymail/l10n/zh_TW.js @@ -27,6 +27,7 @@ OC.L10N.register( "Share by mail" : "透過電子郵件分享", "Sharing %1$s failed, because this item is already shared with user %2$s" : "分享 %1$s 失敗,因為此項目已與使用者 %2$s 分享", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "我們無法將自動生成的密碼寄送給您。請在您的個人設定裡設定有效的電子郵件地址並再試一次。", + "Failed to send share by email. Got an invalid email address" : "透過電子郵件傳送分享失敗。收到無效的電子郵件地址", "Failed to send share by email" : "透過電子郵件寄送分享失敗", "%1$s shared »%2$s« with you" : "%1$s 與您分享了 %2$s", "%1$s shared »%2$s« with you." : "%1$s 與您分享了 %2$s。", diff --git a/apps/sharebymail/l10n/zh_TW.json b/apps/sharebymail/l10n/zh_TW.json index 81faec34620..cd3792ac9b0 100644 --- a/apps/sharebymail/l10n/zh_TW.json +++ b/apps/sharebymail/l10n/zh_TW.json @@ -25,6 +25,7 @@ "Share by mail" : "透過電子郵件分享", "Sharing %1$s failed, because this item is already shared with user %2$s" : "分享 %1$s 失敗,因為此項目已與使用者 %2$s 分享", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "我們無法將自動生成的密碼寄送給您。請在您的個人設定裡設定有效的電子郵件地址並再試一次。", + "Failed to send share by email. Got an invalid email address" : "透過電子郵件傳送分享失敗。收到無效的電子郵件地址", "Failed to send share by email" : "透過電子郵件寄送分享失敗", "%1$s shared »%2$s« with you" : "%1$s 與您分享了 %2$s", "%1$s shared »%2$s« with you." : "%1$s 與您分享了 %2$s。", diff --git a/apps/systemtags/l10n/pl.js b/apps/systemtags/l10n/pl.js index 3371d46e600..88ec9db305f 100644 --- a/apps/systemtags/l10n/pl.js +++ b/apps/systemtags/l10n/pl.js @@ -44,8 +44,8 @@ OC.L10N.register( "System tags for a file have been modified" : "Etykieta systemowa dla pliku została zmieniona", "Tags" : "Etykiety", "Collaborative tags" : "Wspólne etykiety", - "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom.", - "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", + "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom.", + "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", "Tagged files" : "Oznaczone pliki", "Select tags to filter by" : "Wybierz etykiety do filtrowania", "No tags found" : "Nie znaleziono etykiet", diff --git a/apps/systemtags/l10n/pl.json b/apps/systemtags/l10n/pl.json index ea85acae177..b674b7ab3df 100644 --- a/apps/systemtags/l10n/pl.json +++ b/apps/systemtags/l10n/pl.json @@ -42,8 +42,8 @@ "System tags for a file have been modified" : "Etykieta systemowa dla pliku została zmieniona", "Tags" : "Etykiety", "Collaborative tags" : "Wspólne etykiety", - "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom.", - "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja tagowania, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", + "Collaborative tagging functionality which shares tags among users." : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom.", + "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Wspólna funkcja przypisywania etykiet, która udostępnia etykiety użytkownikom. Idealne dla zespołów.\n\t(Jeśli jesteś dostawcą instalacji dla wielu odbiorców, zaleca się dezaktywację tej aplikacji, ponieważ etykiety są udostępniane.)", "Tagged files" : "Oznaczone pliki", "Select tags to filter by" : "Wybierz etykiety do filtrowania", "No tags found" : "Nie znaleziono etykiet", diff --git a/apps/weather_status/l10n/de_DE.js b/apps/weather_status/l10n/de_DE.js index c7719e18df3..47c4b6ebd80 100644 --- a/apps/weather_status/l10n/de_DE.js +++ b/apps/weather_status/l10n/de_DE.js @@ -19,8 +19,8 @@ OC.L10N.register( "{temperature} {unit} fair weather" : "{temperature} {unit} Schönes Wetter", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} Teilweise bewölkt später am Tag", "{temperature} {unit} partly cloudy" : "{temperature} {unit} Teilweise bewölkt", - "{temperature} {unit} foggy later today" : "{temperature} {unit} Nebelig später am Tag", - "{temperature} {unit} foggy" : "{temperature} {unit} Nebelig", + "{temperature} {unit} foggy later today" : "{temperature} {unit} Neblig später am Tag", + "{temperature} {unit} foggy" : "{temperature} {unit} Neblig", "{temperature} {unit} light rain later today" : "{temperature} {unit} Leichter Regen später am Tag", "{temperature} {unit} light rain" : "{temperature} {unit} Leichter Regen", "{temperature} {unit} rain later today" : "{temperature} {unit} Regen später am Tag", diff --git a/apps/weather_status/l10n/de_DE.json b/apps/weather_status/l10n/de_DE.json index 9a7a496b31f..706bf29a38b 100644 --- a/apps/weather_status/l10n/de_DE.json +++ b/apps/weather_status/l10n/de_DE.json @@ -17,8 +17,8 @@ "{temperature} {unit} fair weather" : "{temperature} {unit} Schönes Wetter", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} Teilweise bewölkt später am Tag", "{temperature} {unit} partly cloudy" : "{temperature} {unit} Teilweise bewölkt", - "{temperature} {unit} foggy later today" : "{temperature} {unit} Nebelig später am Tag", - "{temperature} {unit} foggy" : "{temperature} {unit} Nebelig", + "{temperature} {unit} foggy later today" : "{temperature} {unit} Neblig später am Tag", + "{temperature} {unit} foggy" : "{temperature} {unit} Neblig", "{temperature} {unit} light rain later today" : "{temperature} {unit} Leichter Regen später am Tag", "{temperature} {unit} light rain" : "{temperature} {unit} Leichter Regen", "{temperature} {unit} rain later today" : "{temperature} {unit} Regen später am Tag", diff --git a/apps/weather_status/l10n/sk.js b/apps/weather_status/l10n/sk.js index e380887aff2..3686ef8eced 100644 --- a/apps/weather_status/l10n/sk.js +++ b/apps/weather_status/l10n/sk.js @@ -11,6 +11,28 @@ OC.L10N.register( "Detect location" : "Zistiť polohu", "Set custom address" : "Nastaviť vlastnú adresu", "Favorites" : "Obľúbené", + "{temperature} {unit} clear sky later today" : "{temperature} {unit} jasná obloha, neskôr v priebehu dňa", + "{temperature} {unit} clear sky" : "{temperature} {unit} jasná obloha", + "{temperature} {unit} cloudy later today" : "{temperature} {unit} oblačno, neskôr v priebehu dňa", + "{temperature} {unit} cloudy" : "{temperature} {unit} oblačno", + "{temperature} {unit} fair weather later today" : "{temperature} {unit} pekné počasie, neskôr v priebehu dňa", + "{temperature} {unit} fair weather" : "{temperature} {unit} pekné počasie", + "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} čiastočne zamračené, neskôr v priebehu dňa", + "{temperature} {unit} partly cloudy" : "{temperature} {unit} čiastočne zamračené", + "{temperature} {unit} foggy later today" : "{temperature} {unit} hmlisto, neskôr v priebehu dňa", + "{temperature} {unit} foggy" : "{temperature} {unit} hmlisto", + "{temperature} {unit} light rain later today" : "{temperature} {unit} slabý dážď, neskôr v priebehu dňa", + "{temperature} {unit} light rain" : "{temperature} {unit} ľahký dážď", + "{temperature} {unit} rain later today" : "{temperature} {unit} dážď, neskôr v priebehu dňa", + "{temperature} {unit} rain" : "{temperature} {unit} dážď", + "{temperature} {unit} heavy rain later today" : "{temperature} {unit} silný dážď, neskôr v priebehu dňa", + "{temperature} {unit} heavy rain" : "{temperature} {unit} silný dážď", + "{temperature} {unit} rain showers later today" : "{temperature} {unit} dažďové prehánky, neskôr v priebehu dňa", + "{temperature} {unit} rain showers" : "{temperature} {unit} dažďové prehánky", + "{temperature} {unit} light rain showers later today" : "{temperature} {unit} ľahké dažďové prehánky, neskôr v priebehu dňa", + "{temperature} {unit} light rain showers" : "{temperature} {unit} ľahké dažďové prehánky", + "{temperature} {unit} heavy rain showers later today" : "{temperature} {unit} silné dažďové prehánky, neskôr v priebehu dňa", + "{temperature} {unit} heavy rain showers" : "{temperature} {unit} silné dažďové prehánky", "More weather for {adr}" : "Viac o počasí pre {adr}", "Loading weather" : "Načítava sa počasie", "Remove from favorites" : "Odstrániť z obľúbených", diff --git a/apps/weather_status/l10n/sk.json b/apps/weather_status/l10n/sk.json index 403d23ade67..4092777d08f 100644 --- a/apps/weather_status/l10n/sk.json +++ b/apps/weather_status/l10n/sk.json @@ -9,6 +9,28 @@ "Detect location" : "Zistiť polohu", "Set custom address" : "Nastaviť vlastnú adresu", "Favorites" : "Obľúbené", + "{temperature} {unit} clear sky later today" : "{temperature} {unit} jasná obloha, neskôr v priebehu dňa", + "{temperature} {unit} clear sky" : "{temperature} {unit} jasná obloha", + "{temperature} {unit} cloudy later today" : "{temperature} {unit} oblačno, neskôr v priebehu dňa", + "{temperature} {unit} cloudy" : "{temperature} {unit} oblačno", + "{temperature} {unit} fair weather later today" : "{temperature} {unit} pekné počasie, neskôr v priebehu dňa", + "{temperature} {unit} fair weather" : "{temperature} {unit} pekné počasie", + "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} čiastočne zamračené, neskôr v priebehu dňa", + "{temperature} {unit} partly cloudy" : "{temperature} {unit} čiastočne zamračené", + "{temperature} {unit} foggy later today" : "{temperature} {unit} hmlisto, neskôr v priebehu dňa", + "{temperature} {unit} foggy" : "{temperature} {unit} hmlisto", + "{temperature} {unit} light rain later today" : "{temperature} {unit} slabý dážď, neskôr v priebehu dňa", + "{temperature} {unit} light rain" : "{temperature} {unit} ľahký dážď", + "{temperature} {unit} rain later today" : "{temperature} {unit} dážď, neskôr v priebehu dňa", + "{temperature} {unit} rain" : "{temperature} {unit} dážď", + "{temperature} {unit} heavy rain later today" : "{temperature} {unit} silný dážď, neskôr v priebehu dňa", + "{temperature} {unit} heavy rain" : "{temperature} {unit} silný dážď", + "{temperature} {unit} rain showers later today" : "{temperature} {unit} dažďové prehánky, neskôr v priebehu dňa", + "{temperature} {unit} rain showers" : "{temperature} {unit} dažďové prehánky", + "{temperature} {unit} light rain showers later today" : "{temperature} {unit} ľahké dažďové prehánky, neskôr v priebehu dňa", + "{temperature} {unit} light rain showers" : "{temperature} {unit} ľahké dažďové prehánky", + "{temperature} {unit} heavy rain showers later today" : "{temperature} {unit} silné dažďové prehánky, neskôr v priebehu dňa", + "{temperature} {unit} heavy rain showers" : "{temperature} {unit} silné dažďové prehánky", "More weather for {adr}" : "Viac o počasí pre {adr}", "Loading weather" : "Načítava sa počasie", "Remove from favorites" : "Odstrániť z obľúbených", -- cgit v1.2.3