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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 17, 2025
1 parent 6d04ef4 commit 76d2cc4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 5 additions & 1 deletion l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ OC.L10N.register(
"Could not restore calendar or event" : "Kalendář nebo událost se nepodařilo obnovit",
"Do you really want to empty the trash bin?" : "Opravdu chcete koš vyprázdnit?",
"_Elements in the trash bin are deleted after {numDays} day_::_Elements in the trash bin are deleted after {numDays} days_" : ["Prvky v koši jsou smazány po uplynutí {numDays} dne","Prvky v koši jsou smazány po uplynutí {numDays} dnů","Prvky v koši jsou smazány po uplynutí {numDays} dnů","Prvky v koši jsou smazány po uplynutí {numDays} dnů"],
"Create reminder" : "Vytvořit připomínku",
"Update reminder" : "Aktualizovat připomínku",
"Cancel" : "Storno",
"No reminders" : "Žádné připomínky",
"Notification" : "Upozornění",
"Email" : "E-mail",
"Audio notification" : "Zvuková upozornění",
Expand Down Expand Up @@ -265,6 +268,7 @@ OC.L10N.register(
"[Starts tomorrow at] LT" : "[Začíná zítra v] LT",
"[Starts on] LL [at] LT" : "[Začíná v] LL [v] LT",
"[Started yesterday at] LT" : "[Zahájeno včera v] LT",
"[Started on] LL [at] LT" : "[Zahájeno v] LL [v] LT"
"[Started on] LL [at] LT" : "[Zahájeno v] LL [v] LT",
"{time}" : "{time}"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
6 changes: 5 additions & 1 deletion l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
"Could not restore calendar or event" : "Kalendář nebo událost se nepodařilo obnovit",
"Do you really want to empty the trash bin?" : "Opravdu chcete koš vyprázdnit?",
"_Elements in the trash bin are deleted after {numDays} day_::_Elements in the trash bin are deleted after {numDays} days_" : ["Prvky v koši jsou smazány po uplynutí {numDays} dne","Prvky v koši jsou smazány po uplynutí {numDays} dnů","Prvky v koši jsou smazány po uplynutí {numDays} dnů","Prvky v koši jsou smazány po uplynutí {numDays} dnů"],
"Create reminder" : "Vytvořit připomínku",
"Update reminder" : "Aktualizovat připomínku",
"Cancel" : "Storno",
"No reminders" : "Žádné připomínky",
"Notification" : "Upozornění",
"Email" : "E-mail",
"Audio notification" : "Zvuková upozornění",
Expand Down Expand Up @@ -263,6 +266,7 @@
"[Starts tomorrow at] LT" : "[Začíná zítra v] LT",
"[Starts on] LL [at] LT" : "[Začíná v] LL [v] LT",
"[Started yesterday at] LT" : "[Zahájeno včera v] LT",
"[Started on] LL [at] LT" : "[Zahájeno v] LL [v] LT"
"[Started on] LL [at] LT" : "[Zahájeno v] LL [v] LT",
"{time}" : "{time}"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}
1 change: 1 addition & 0 deletions l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ OC.L10N.register(
"Set a reminder at a custom date and time:" : "Set a reminder at a custom date and time:",
"Cancel" : "Cancel",
"No reminders" : "No reminders",
"This is a todo reminder." : "This is a todo reminder.",
"Notification" : "Notification",
"Email" : "Email",
"Audio notification" : "Audio notification",
Expand Down
1 change: 1 addition & 0 deletions l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"Set a reminder at a custom date and time:" : "Set a reminder at a custom date and time:",
"Cancel" : "Cancel",
"No reminders" : "No reminders",
"This is a todo reminder." : "This is a todo reminder.",
"Notification" : "Notification",
"Email" : "Email",
"Audio notification" : "Audio notification",
Expand Down

0 comments on commit 76d2cc4

Please sign in to comment.