0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/user_status/l10n/cs.js
Nextcloud bot d537050f19
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-10 00:20:15 +00:00

50 lines
2.3 KiB
JavaScript

OC.L10N.register(
"user_status",
{
"Recent statuses" : "Nedávné stavy",
"No recent status changes" : "Žádné nedávné změny stavu",
"In a meeting" : "Na poradě",
"Commuting" : "Dojíždění",
"Out sick" : "Nemoc",
"Vacationing" : "Dovolená",
"Out of office" : "Mimo kancelář",
"Working remotely" : "Pracuje na dálku",
"In a call" : "Má hovor",
"User status" : "Stav uživatele",
"Clear status after" : "Vyčistit stav po uplynutí",
"Emoji for your status message" : "Emotikona pro vaší stavovou zprávu",
"What is your status?" : "Jaký je váš stav?",
"Predefined statuses" : "Předdefinované stavy",
"Previously set" : "Dříve nastavené",
"Reset status" : "Resetovat stav",
"Set status" : "Nastavit stav",
"Online status" : "Stav online",
"Status message" : "Stavová zpráva",
"Set absence period" : "Nastavit období nepřítomnosti",
"Set absence period and replacement" : "Nastavit období nepřítomnosti a zástup",
"Your status was set automatically" : "Váš stav byl nastaven automaticky",
"Clear status message" : "Vyčistit stavovou zprávu",
"Set status message" : "Nastavit stavovou zprávu",
"Reset status to \"{icon} {message}\"" : "Resetovat stav na „{icon} {message}“",
"Reset status to \"{message}\"" : "Resetovat stav na „{message}“",
"Reset status to \"{icon}\"" : "Resetovat stav na „{icon}“",
"There was an error saving the status" : "Došlo k chybě při ukládání stavu",
"There was an error clearing the status" : "Při čištění stavu došlo k chybě",
"There was an error reverting the status" : "Při vracení stavu nazpět došlo k chybě",
"Don't clear" : "Do odvolání",
"Today" : "Dnes",
"This week" : "Tento týden",
"Online" : "Online",
"Away" : "Pryč",
"Do not disturb" : "Nerušit",
"Invisible" : "Není vidět",
"Offline" : "Offline",
"There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě",
"30 minutes" : "30 minut",
"1 hour" : "1 hodina",
"4 hours" : "4 hodiny",
"Mute all notifications" : "Ztlumit veškerá upozornění",
"Appear offline" : "Jevit se offline"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");