Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Feb 14, 2024
1 parent e2a67cf commit 8bd5069
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion l10n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Personal activity feed for %s" : "Prehľad aktivít pre používateľa %s",
"Your feed URL is invalid" : "Váš kanál URL je neplatný",
"Activity feed for %1$s" : "Informačný kanál aktivity pre %1$s",
"Activity feed" : "Prehľad aktivít",
"Your settings have been updated." : "Vaše nastavenia boli aktualizované.",
"Settings have been updated." : "Nastavenia boli aktualizované.",
Expand Down Expand Up @@ -40,13 +41,20 @@ OC.L10N.register(
"Open {filename}" : "Otvoriť {filename}",
"in {path}" : "v {path}",
"Home" : "Domov",
"Loading activities" : "Načítavam aktivity",
"This stream will show events like additions, changes & shares" : "Tento dátový prúd zobrazuje udalosti ako pridanie, zmeny a sprístupnenia",
"No activity yet" : "Zatiaľ žiadne aktivity.",
"Loading more activities" : "Načítavam ďalšie aktivity",
"No more activities." : "Žiadne ďalšie aktivity.",
"Could not load activities" : "Aktivity sa nepodarilo načítať",
"Activity settings" : "Nastavenia aktivity",
"Enable RSS feed" : "Povoliť RSS kanál",
"RSS feed" : "RSS kanál",
"Copy RSS feed link" : "Kopírovať odkaz na RSS kanál",
"Personal notification settings" : "Osobné nastavenia upozornení",
"Could not enable RSS link" : "Nepodarilo sa zapnúť RSS odkaz",
"RSS link copied to clipboard" : "RSS odkaz bol skopírovaný do schránky",
"Could not copy the RSS link, please copy manually:" : "Nepodarilo sa skopírovať RSS odkaz, skopírujte ho ručne:",
"Unable to load the activity list" : "Nie je možné načítať zoznam aktivít.",
"Notification" : "Oznámenie",
"Enable notification emails" : "Zapnúť upozorňovanie e-mailom",
Expand All @@ -65,6 +73,7 @@ OC.L10N.register(
"{name} (invisible)" : "{name} (neviditeľné)",
"{name} (restricted)" : "{name} (obmedzené)",
"There are no events for this filter" : "Pre tieto kritériá nie sú žiadne udalosti",
"Activities" : "Aktivity"
"Activities" : "Aktivity",
"Could not load activites" : "Nepodarilo sa načítať aktivity"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
11 changes: 10 additions & 1 deletion l10n/sk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"Personal activity feed for %s" : "Prehľad aktivít pre používateľa %s",
"Your feed URL is invalid" : "Váš kanál URL je neplatný",
"Activity feed for %1$s" : "Informačný kanál aktivity pre %1$s",
"Activity feed" : "Prehľad aktivít",
"Your settings have been updated." : "Vaše nastavenia boli aktualizované.",
"Settings have been updated." : "Nastavenia boli aktualizované.",
Expand Down Expand Up @@ -38,13 +39,20 @@
"Open {filename}" : "Otvoriť {filename}",
"in {path}" : "v {path}",
"Home" : "Domov",
"Loading activities" : "Načítavam aktivity",
"This stream will show events like additions, changes & shares" : "Tento dátový prúd zobrazuje udalosti ako pridanie, zmeny a sprístupnenia",
"No activity yet" : "Zatiaľ žiadne aktivity.",
"Loading more activities" : "Načítavam ďalšie aktivity",
"No more activities." : "Žiadne ďalšie aktivity.",
"Could not load activities" : "Aktivity sa nepodarilo načítať",
"Activity settings" : "Nastavenia aktivity",
"Enable RSS feed" : "Povoliť RSS kanál",
"RSS feed" : "RSS kanál",
"Copy RSS feed link" : "Kopírovať odkaz na RSS kanál",
"Personal notification settings" : "Osobné nastavenia upozornení",
"Could not enable RSS link" : "Nepodarilo sa zapnúť RSS odkaz",
"RSS link copied to clipboard" : "RSS odkaz bol skopírovaný do schránky",
"Could not copy the RSS link, please copy manually:" : "Nepodarilo sa skopírovať RSS odkaz, skopírujte ho ručne:",
"Unable to load the activity list" : "Nie je možné načítať zoznam aktivít.",
"Notification" : "Oznámenie",
"Enable notification emails" : "Zapnúť upozorňovanie e-mailom",
Expand All @@ -63,6 +71,7 @@
"{name} (invisible)" : "{name} (neviditeľné)",
"{name} (restricted)" : "{name} (obmedzené)",
"There are no events for this filter" : "Pre tieto kritériá nie sú žiadne udalosti",
"Activities" : "Aktivity"
"Activities" : "Aktivity",
"Could not load activites" : "Nepodarilo sa načítať aktivity"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}

0 comments on commit 8bd5069

Please sign in to comment.