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 24, 2025
1 parent b60924f commit 9fee101
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
24 changes: 23 additions & 1 deletion l10n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,25 @@ OC.L10N.register(
"Could not restore calendar or event" : "Nie je možné obnoviť kalendár alebo udalosť",
"Do you really want to empty the trash bin?" : "Naozaj chcete vymazať kôš?",
"_Elements in the trash bin are deleted after {numDays} day_::_Elements in the trash bin are deleted after {numDays} days_" : ["Položky v odpadkovom koši budú odstránené po {numDays} dni","Položky v odpadkovom koši budú odstránené po {numDays} dňoch","Položky v odpadkovom koši budú odstránené po {numDays} dňoch","Položky v odpadkovom koši budú odstránené po {numDays} dňoch"],
"Create reminder" : "Vytvoriť pripomienku",
"Update reminder" : "Aktualizovať pipomienku",
"Set a reminder at a custom date and time:" : "Nastaviť pripomienku a vlastný dátum a čas:",
"Cancel" : "Zrušiť",
"No reminders" : "Žiadne pripomienky",
"This is a todo reminder." : "Toto je pripomienka úloh.",
"Notification" : "Oznámenie",
"Email" : "E-mail",
"Audio notification" : "Hlasový oznam",
"Other notification" : "Ostatné hlásenia",
"Edit time" : "Zmeniť čas pripomienky",
"Remove reminder" : "Odstrániť pripomienku",
"Add reminder" : "Pridať pripomienku",
"Before the task starts" : "Predtým než úloha začne",
"Before the task is due" : "Predtým než je úloha splnená",
"Select date and time" : "Vybrať dátum a čas",
"Go back" : "Ísť späť",
"Set a reminder relative to your tasks start date:" : "Nastavte pripomienku vzhľadom na dátum začatia úloh:",
"Set a reminder relative to your tasks due date:" : "Nastavte pripomienku vzhľadom na dátum splnenia úloh:",
"before at" : "pred o",
"_second_::_seconds_" : ["sekunda","sekundy","sekúnd","sekúnd"],
"_minute_::_minutes_" : ["minúta","minúty","minút","minút"],
Expand Down Expand Up @@ -164,6 +174,7 @@ OC.L10N.register(
"[Completed tomorrow at] LT" : "[Dokončené zajtra o] LT",
"[Completed] L [at] LT" : "[Dokončené] L [o] LT",
"Add a subtask to \"{task}\"…" : "Pridať čiastkovú úlohu do \"{task}\"…",
"_Task has one reminder_::_Task has {n} reminders_" : ["Úloha má jednu pripomienku","Úloha má {n} pripomienky","Úloha má {n} pripomienok","Úloha má {n} pripomienok"],
"_Deleting the task in {countdown} second_::_Deleting the task in {countdown} seconds_" : ["Odstránenie úlohy o {countdown} sekundu","Odstránenie úlohy o {countdown} sekundy","Odstránenie úlohy o {countdown} sekundy","Odstránenie úlohy o {countdown} sekúnd"],
"Task is cancelled" : "Úloha je zrušená",
"Task is completed" : "Úloha je dokončená",
Expand Down Expand Up @@ -236,6 +247,7 @@ OC.L10N.register(
"[Due today at] LT" : "[Termín ukončenia dnes o] LT",
"[Due tomorrow at] LT" : "[Termín ukončenia zajtra o] LT",
"[Due] L [at] LT" : "[Termín] L [o] LT",
"Completion date must be in the past." : "Dátum ukončenia musí byť v minulosti.",
"Successfully created the task." : "Úloha bola úspešne vytvorená.",
"Could not delete the task." : "Nepodarilo sa zmazať úlohu.",
"Synchronizing to the server." : "Synchronizácia so serverom.",
Expand Down Expand Up @@ -264,6 +276,16 @@ OC.L10N.register(
"[Starts tomorrow at] LT" : "[Začne zajtra o] LT",
"[Starts on] LL [at] LT" : "[Začne] LL [o] LT",
"[Started yesterday at] LT" : "[Začalo včera o] LT",
"[Started on] LL [at] LT" : "[Začalo] LL [o] LT"
"[Started on] LL [at] LT" : "[Začalo] LL [o] LT",
"Midnight on the day the task starts" : "Najbližšia polnoc deň pred začiatkom úlohy",
"_%n day before the task at {formattedHourMinute}_::_%n days before the task at {formattedHourMinute}_" : ["%n deň pred úlohou o {formattedHourMinute}","%n dni pred úlohou o {formattedHourMinute}","%n dní pred úlohou o {formattedHourMinute}","%n dní pred úlohou o {formattedHourMinute}"],
"_%n week before the task at {formattedHourMinute}_::_%n weeks before the task at {formattedHourMinute}_" : ["%n týždeň pred úlohou o {formattedHourMinute}","%n týždne pred úlohou o {formattedHourMinute}","%n týždňov pred úlohou o {formattedHourMinute}","%n týždňov pred úlohou o {formattedHourMinute}"],
"on the day of the task at {formattedHourMinute}" : "v dni prebiehajúcej úlohy o {formattedHourMinute}",
"at the task's start" : "na začiatku úlohy",
"when the task is due" : "keď je úloha splnená",
"{time} before the task starts" : "{time} pred začiatkom úlohy",
"{time} before the task is due" : "{time} pred splnením úlohy",
"{time} after the task starts" : "{time} po začiatku úlohy",
"{time} after the task is due" : "{time} po splnení úlohy"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
24 changes: 23 additions & 1 deletion l10n/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,25 @@
"Could not restore calendar or event" : "Nie je možné obnoviť kalendár alebo udalosť",
"Do you really want to empty the trash bin?" : "Naozaj chcete vymazať kôš?",
"_Elements in the trash bin are deleted after {numDays} day_::_Elements in the trash bin are deleted after {numDays} days_" : ["Položky v odpadkovom koši budú odstránené po {numDays} dni","Položky v odpadkovom koši budú odstránené po {numDays} dňoch","Položky v odpadkovom koši budú odstránené po {numDays} dňoch","Položky v odpadkovom koši budú odstránené po {numDays} dňoch"],
"Create reminder" : "Vytvoriť pripomienku",
"Update reminder" : "Aktualizovať pipomienku",
"Set a reminder at a custom date and time:" : "Nastaviť pripomienku a vlastný dátum a čas:",
"Cancel" : "Zrušiť",
"No reminders" : "Žiadne pripomienky",
"This is a todo reminder." : "Toto je pripomienka úloh.",
"Notification" : "Oznámenie",
"Email" : "E-mail",
"Audio notification" : "Hlasový oznam",
"Other notification" : "Ostatné hlásenia",
"Edit time" : "Zmeniť čas pripomienky",
"Remove reminder" : "Odstrániť pripomienku",
"Add reminder" : "Pridať pripomienku",
"Before the task starts" : "Predtým než úloha začne",
"Before the task is due" : "Predtým než je úloha splnená",
"Select date and time" : "Vybrať dátum a čas",
"Go back" : "Ísť späť",
"Set a reminder relative to your tasks start date:" : "Nastavte pripomienku vzhľadom na dátum začatia úloh:",
"Set a reminder relative to your tasks due date:" : "Nastavte pripomienku vzhľadom na dátum splnenia úloh:",
"before at" : "pred o",
"_second_::_seconds_" : ["sekunda","sekundy","sekúnd","sekúnd"],
"_minute_::_minutes_" : ["minúta","minúty","minút","minút"],
Expand Down Expand Up @@ -162,6 +172,7 @@
"[Completed tomorrow at] LT" : "[Dokončené zajtra o] LT",
"[Completed] L [at] LT" : "[Dokončené] L [o] LT",
"Add a subtask to \"{task}\"…" : "Pridať čiastkovú úlohu do \"{task}\"",
"_Task has one reminder_::_Task has {n} reminders_" : ["Úloha má jednu pripomienku","Úloha má {n} pripomienky","Úloha má {n} pripomienok","Úloha má {n} pripomienok"],
"_Deleting the task in {countdown} second_::_Deleting the task in {countdown} seconds_" : ["Odstránenie úlohy o {countdown} sekundu","Odstránenie úlohy o {countdown} sekundy","Odstránenie úlohy o {countdown} sekundy","Odstránenie úlohy o {countdown} sekúnd"],
"Task is cancelled" : "Úloha je zrušená",
"Task is completed" : "Úloha je dokončená",
Expand Down Expand Up @@ -234,6 +245,7 @@
"[Due today at] LT" : "[Termín ukončenia dnes o] LT",
"[Due tomorrow at] LT" : "[Termín ukončenia zajtra o] LT",
"[Due] L [at] LT" : "[Termín] L [o] LT",
"Completion date must be in the past." : "Dátum ukončenia musí byť v minulosti.",
"Successfully created the task." : "Úloha bola úspešne vytvorená.",
"Could not delete the task." : "Nepodarilo sa zmazať úlohu.",
"Synchronizing to the server." : "Synchronizácia so serverom.",
Expand Down Expand Up @@ -262,6 +274,16 @@
"[Starts tomorrow at] LT" : "[Začne zajtra o] LT",
"[Starts on] LL [at] LT" : "[Začne] LL [o] LT",
"[Started yesterday at] LT" : "[Začalo včera o] LT",
"[Started on] LL [at] LT" : "[Začalo] LL [o] LT"
"[Started on] LL [at] LT" : "[Začalo] LL [o] LT",
"Midnight on the day the task starts" : "Najbližšia polnoc deň pred začiatkom úlohy",
"_%n day before the task at {formattedHourMinute}_::_%n days before the task at {formattedHourMinute}_" : ["%n deň pred úlohou o {formattedHourMinute}","%n dni pred úlohou o {formattedHourMinute}","%n dní pred úlohou o {formattedHourMinute}","%n dní pred úlohou o {formattedHourMinute}"],
"_%n week before the task at {formattedHourMinute}_::_%n weeks before the task at {formattedHourMinute}_" : ["%n týždeň pred úlohou o {formattedHourMinute}","%n týždne pred úlohou o {formattedHourMinute}","%n týždňov pred úlohou o {formattedHourMinute}","%n týždňov pred úlohou o {formattedHourMinute}"],
"on the day of the task at {formattedHourMinute}" : "v dni prebiehajúcej úlohy o {formattedHourMinute}",
"at the task's start" : "na začiatku úlohy",
"when the task is due" : "keď je úloha splnená",
"{time} before the task starts" : "{time} pred začiatkom úlohy",
"{time} before the task is due" : "{time} pred splnením úlohy",
"{time} after the task starts" : "{time} po začiatku úlohy",
"{time} after the task is due" : "{time} po splnení úlohy"
},"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 9fee101

Please sign in to comment.