2021-06-23 02:26:18 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"user_status",
|
|
|
|
{
|
2021-08-11 02:26:43 +00:00
|
|
|
"Recent statuses" : "Nedávne stavy",
|
2021-06-23 02:26:18 +00:00
|
|
|
"In a meeting" : "Na schôdzke",
|
|
|
|
"Commuting" : "Na ceste",
|
|
|
|
"Out sick" : "Choroba",
|
|
|
|
"Vacationing" : "Na dovolenke",
|
|
|
|
"Working remotely" : "Pracuje na diaľku",
|
2021-10-22 02:21:58 +00:00
|
|
|
"In a call" : "práve telefonuje",
|
2021-06-23 02:26:18 +00:00
|
|
|
"User status" : "Stav užívateľa",
|
2021-10-22 02:21:58 +00:00
|
|
|
"View profile" : "Zobraziť profil",
|
2022-06-04 02:31:57 +00:00
|
|
|
"Clear status after" : "Vyčistiť správu o stave po",
|
2021-09-14 02:30:41 +00:00
|
|
|
"What is your status?" : "Aký je váš stav?",
|
2021-06-23 02:26:18 +00:00
|
|
|
"Set status" : "Nastaviť stav",
|
|
|
|
"Online status" : "Stav pripojenia",
|
|
|
|
"Status message" : "Správa o stave",
|
|
|
|
"Clear status message" : "Vyčistiť správu o stave",
|
|
|
|
"Set status message" : "Nastaviť správu o stave",
|
|
|
|
"There was an error saving the status" : "Pri ukladaní stavu sa vyskytla chyba",
|
|
|
|
"There was an error clearing the status" : "Pri čistení stavu sa vyskytla chyba",
|
|
|
|
"No recent status changes" : "Žiadne nedávne zmeny stavu",
|
|
|
|
"Away" : "Preč",
|
|
|
|
"Do not disturb" : "Nerušiť",
|
|
|
|
"{status}, {timestamp}" : "{status}, {timestamp}",
|
|
|
|
"Don't clear" : "Nemazať",
|
|
|
|
"Today" : "Dnes",
|
|
|
|
"This week" : "Tento týždeň",
|
|
|
|
"Online" : "Pripojené",
|
|
|
|
"Invisible" : "Neviditeľné",
|
|
|
|
"Offline" : "Offline",
|
|
|
|
"There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba",
|
|
|
|
"30 minutes" : "30 minút",
|
|
|
|
"1 hour" : "1 hodina",
|
|
|
|
"4 hours" : "4 hodiny",
|
|
|
|
"Mute all notifications" : "Stíšiť všetky upozornenia",
|
2023-05-27 00:17:51 +00:00
|
|
|
"Appear offline" : "V odpojenom režime"
|
2021-06-23 02:26:18 +00:00
|
|
|
},
|
|
|
|
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
|