diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-15 02:27:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-15 02:27:10 +0000 |
commit | 6d95afe6f12f70c40fc1ae93b254f065f76123f2 (patch) | |
tree | 2fa84da2726929b2dcde60a824434846eb55a2c3 | |
parent | 206967a4fbf217a4ec69bb8438194e5a40e1cf12 (diff) | |
download | nextcloud-server-6d95afe6f12f70c40fc1ae93b254f065f76123f2.tar.gz nextcloud-server-6d95afe6f12f70c40fc1ae93b254f065f76123f2.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
24 files changed, 126 insertions, 8 deletions
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( "<strong>System tags</strong> for a file have been modified" : "<strong>Etykieta systemowa</strong> 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 @@ "<strong>System tags</strong> for a file have been modified" : "<strong>Etykieta systemowa</strong> 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", diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index 20d83685baa..4bbc3a42ba2 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -2,6 +2,7 @@ OC.L10N.register( "lib", { "Cannot write into \"config\" directory!" : "Nie je možné zapisovat do priečinka \"config\"!", + "This can usually be fixed by giving the web server write access to the config directory." : "Toto sa zvyčajne dá opraviť poskytnutím práva webového servera na zápis do priečinka s konfiguráciou.", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Alebo, ak preferujete ponechať súbor config.php iba na čítanie, nastavte v ňom parameter \"config_is_read_only\" na true.", "See %s" : "Pozri %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Súbory aplikácie %1$s neboli správne nahradené. Uistite sa, že to je verzia kompatibilná so serverom.", @@ -211,19 +212,36 @@ OC.L10N.register( "Authentication error" : "Chyba autentifikácie", "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ovládače databázy (sqlite, mysql, alebo postgresql) nie sú nainštalované.", + "Cannot write into \"config\" directory." : "Nie je možné zapisovať do priečinka \"config\".", + "This can usually be fixed by giving the web server write access to the config directory. See %s" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do adresára s konfiguráciou. Viď %s", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Alebo, ak preferujete ponechať súbor config.php iba na čítanie, nastavte v ňom parameter \"config_is_read_only\" na true. Viď %s", + "Cannot write into \"apps\" directory." : "Nie je možné zapisovať do priečinka \"apps\".", + "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "Toto sa zvyčajne dá opraviť poskytnutím práva webového servera na zápis do priečinka s aplikáciami alebo vypnutím katalógu s aplikáciami v súbore s nastaveniami.", "Cannot create \"data\" directory." : "Nie je možné vytvoriť priečinok \"data\"", + "This can usually be fixed by giving the web server write access to the root directory. See %s" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do koreňového adresára. Viď %s", + "Permissions can usually be fixed by giving the web server write access to the root directory. See %s." : "Oprávnenia je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do koreňového priečinka. Viď %s.", + "Your data directory is not writable." : "Priečinok s dátami nie je zapisovateľný.", + "Setting locale to %s failed." : "Nastavenie locale na %s zlyhalo.", + "Please install one of these locales on your system and restart your web server." : "Prosím, nainštalujte si aspoň jeden z týchto jazykov do svojho systému a reštartujte webserver.", "PHP module %s not installed." : "PHP modul %s nie je nainštalovaný.", "Please ask your server administrator to install the module." : "Prosím, požiadajte administrátora vášho servera o inštaláciu modulu.", "PHP setting \"%s\" is not set to \"%s\"." : "Voľba PHP „%s“ nie je nastavená na „%s“.", "Adjusting this setting in php.ini will make Nextcloud run again" : "Použitím týchto nastavení v php.ini dovolí Nextcloudu sa znova spustiť", + "<code>mbstring.func_overload</code> is set to <code>%s</code> instead of the expected value <code>0</code>." : "<code>mbstring.func_overload</code> je nastavený na <code>%s</code>, namiesto predpokladanej hodnoty <code>0</code>.", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini." : "Oprava problému spočíva v nastavení <code>mbstring.func_overload</code> na <code>0</code> vo vašom php.ini.", "libxml2 2.7.0 is at least required. Currently %s is installed." : "Vyžadovaná verzia libxml2 je 2.7.0 a vyššia. Momentálne je nainštalovaná verzia %s.", "To fix this issue update your libxml2 version and restart your web server." : "Pre vyriešenie tohto problému aktualizujte prosím verziu libxml2 a reštartujte webový server.", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP moduly boli nainštalované, ale stále sa tvária, že chýbajú?", "Please ask your server administrator to restart the web server." : "Prosím, požiadajte administrátora vášho servera o reštartovanie webového servera.", + "PostgreSQL >= 9 required." : "Vyžadované PostgreSQL >= 9.", + "Please upgrade your database version." : "Prosím, aktualizujte verziu svojej databázy.", + "Your data directory is readable by other users." : "Váš priečinok s dátami je prístupný na čítanie ostatným užívateľom.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Prosím, zmeňte oprávnenia na 0770, aby tento priečinok nemohli ostatní používatelia otvoriť.", + "Your data directory must be an absolute path." : "Priečinok s dátami musí byť zadaný ako absolútna cesta.", + "Check the value of \"datadirectory\" in your configuration." : "Skontrolujte hodnotu \"datadirectory\" vo vašej konfigurácii.", + "Your data directory is invalid." : "Priečinok pre dáta je neplatný.", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Uistite sa, že v koreňovom adresári sa nachádza súbor s názvom \".ocdata\".", "Action \"%s\" not supported or implemented." : "Akcia \"%s\" nie je podporovaná alebo implementovaná.", "Authentication failed, wrong token or provider ID given" : "Autentifikácia zlyhala, bol zadaný neplatný token alebo ID poskytovateľa", diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json index 41ea885dcc8..b99d7846098 100644 --- a/lib/l10n/sk.json +++ b/lib/l10n/sk.json @@ -1,5 +1,6 @@ { "translations": { "Cannot write into \"config\" directory!" : "Nie je možné zapisovat do priečinka \"config\"!", + "This can usually be fixed by giving the web server write access to the config directory." : "Toto sa zvyčajne dá opraviť poskytnutím práva webového servera na zápis do priečinka s konfiguráciou.", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Alebo, ak preferujete ponechať súbor config.php iba na čítanie, nastavte v ňom parameter \"config_is_read_only\" na true.", "See %s" : "Pozri %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Súbory aplikácie %1$s neboli správne nahradené. Uistite sa, že to je verzia kompatibilná so serverom.", @@ -209,19 +210,36 @@ "Authentication error" : "Chyba autentifikácie", "Token expired. Please reload page." : "Token vypršal. Obnovte, prosím, stránku.", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ovládače databázy (sqlite, mysql, alebo postgresql) nie sú nainštalované.", + "Cannot write into \"config\" directory." : "Nie je možné zapisovať do priečinka \"config\".", + "This can usually be fixed by giving the web server write access to the config directory. See %s" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do adresára s konfiguráciou. Viď %s", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Alebo, ak preferujete ponechať súbor config.php iba na čítanie, nastavte v ňom parameter \"config_is_read_only\" na true. Viď %s", + "Cannot write into \"apps\" directory." : "Nie je možné zapisovať do priečinka \"apps\".", + "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "Toto sa zvyčajne dá opraviť poskytnutím práva webového servera na zápis do priečinka s aplikáciami alebo vypnutím katalógu s aplikáciami v súbore s nastaveniami.", "Cannot create \"data\" directory." : "Nie je možné vytvoriť priečinok \"data\"", + "This can usually be fixed by giving the web server write access to the root directory. See %s" : "To je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do koreňového adresára. Viď %s", + "Permissions can usually be fixed by giving the web server write access to the root directory. See %s." : "Oprávnenia je zvyčajne možné opraviť tým, že udelíte webovému serveru oprávnenie na zápis do koreňového priečinka. Viď %s.", + "Your data directory is not writable." : "Priečinok s dátami nie je zapisovateľný.", + "Setting locale to %s failed." : "Nastavenie locale na %s zlyhalo.", + "Please install one of these locales on your system and restart your web server." : "Prosím, nainštalujte si aspoň jeden z týchto jazykov do svojho systému a reštartujte webserver.", "PHP module %s not installed." : "PHP modul %s nie je nainštalovaný.", "Please ask your server administrator to install the module." : "Prosím, požiadajte administrátora vášho servera o inštaláciu modulu.", "PHP setting \"%s\" is not set to \"%s\"." : "Voľba PHP „%s“ nie je nastavená na „%s“.", "Adjusting this setting in php.ini will make Nextcloud run again" : "Použitím týchto nastavení v php.ini dovolí Nextcloudu sa znova spustiť", + "<code>mbstring.func_overload</code> is set to <code>%s</code> instead of the expected value <code>0</code>." : "<code>mbstring.func_overload</code> je nastavený na <code>%s</code>, namiesto predpokladanej hodnoty <code>0</code>.", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini." : "Oprava problému spočíva v nastavení <code>mbstring.func_overload</code> na <code>0</code> vo vašom php.ini.", "libxml2 2.7.0 is at least required. Currently %s is installed." : "Vyžadovaná verzia libxml2 je 2.7.0 a vyššia. Momentálne je nainštalovaná verzia %s.", "To fix this issue update your libxml2 version and restart your web server." : "Pre vyriešenie tohto problému aktualizujte prosím verziu libxml2 a reštartujte webový server.", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP je zjavne nastavené, aby odstraňovalo bloky vloženej dokumentácie. To zneprístupní niekoľko základných aplikácií.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "To je pravdepodobne spôsobené cache/akcelerátorom ako napr. Zend OPcache alebo eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP moduly boli nainštalované, ale stále sa tvária, že chýbajú?", "Please ask your server administrator to restart the web server." : "Prosím, požiadajte administrátora vášho servera o reštartovanie webového servera.", + "PostgreSQL >= 9 required." : "Vyžadované PostgreSQL >= 9.", + "Please upgrade your database version." : "Prosím, aktualizujte verziu svojej databázy.", + "Your data directory is readable by other users." : "Váš priečinok s dátami je prístupný na čítanie ostatným užívateľom.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Prosím, zmeňte oprávnenia na 0770, aby tento priečinok nemohli ostatní používatelia otvoriť.", + "Your data directory must be an absolute path." : "Priečinok s dátami musí byť zadaný ako absolútna cesta.", + "Check the value of \"datadirectory\" in your configuration." : "Skontrolujte hodnotu \"datadirectory\" vo vašej konfigurácii.", + "Your data directory is invalid." : "Priečinok pre dáta je neplatný.", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Uistite sa, že v koreňovom adresári sa nachádza súbor s názvom \".ocdata\".", "Action \"%s\" not supported or implemented." : "Akcia \"%s\" nie je podporovaná alebo implementovaná.", "Authentication failed, wrong token or provider ID given" : "Autentifikácia zlyhala, bol zadaný neplatný token alebo ID poskytovateľa", |