2020-10-06 22:18:12 -04:00
|
|
|
OC.L10N.register(
|
|
|
|
|
"user_status",
|
|
|
|
|
{
|
2021-08-10 22:26:43 -04:00
|
|
|
"Recent statuses" : "Nedavna stanja",
|
2023-08-22 20:28:15 -04:00
|
|
|
"No recent status changes" : "Ni nedavnih sprememb stanja",
|
2020-10-06 22:18:12 -04:00
|
|
|
"In a meeting" : "Na sestanku",
|
|
|
|
|
"Commuting" : "Med vožnjo",
|
|
|
|
|
"Out sick" : "Na bolniški",
|
|
|
|
|
"Vacationing" : "Na dopustu",
|
2023-12-18 19:19:27 -05:00
|
|
|
"Out of office" : "Službena odsotnost",
|
2020-10-06 22:18:12 -04:00
|
|
|
"Working remotely" : "Delam od doma",
|
2021-11-29 21:26:19 -05:00
|
|
|
"In a call" : "V klicu",
|
2020-10-06 22:18:12 -04:00
|
|
|
"User status" : "Stanje uporabnika",
|
2022-06-03 22:31:57 -04:00
|
|
|
"Clear status after" : "Počisti stanje",
|
2023-06-27 20:30:40 -04:00
|
|
|
"Emoji for your status message" : "Izrazne ikone za stanje sporočila",
|
2021-11-28 21:25:06 -05:00
|
|
|
"What is your status?" : "Kako želite nastaviti stanje?",
|
2023-06-27 20:30:40 -04:00
|
|
|
"Predefined statuses" : "Pripravljena stanja",
|
|
|
|
|
"Previously set" : "Predhodno nastavljeno",
|
|
|
|
|
"Reset status" : "Ponastavi stanje",
|
2020-10-06 22:18:12 -04:00
|
|
|
"Set status" : "Nastavi stanje",
|
|
|
|
|
"Online status" : "Povezano stanje",
|
|
|
|
|
"Status message" : "Sporočilo stanja",
|
2023-06-27 20:30:40 -04:00
|
|
|
"Your status was set automatically" : "Stanje je določeno samodejno",
|
2020-10-06 22:18:12 -04:00
|
|
|
"Clear status message" : "Počisti sporočilo stanja",
|
|
|
|
|
"Set status message" : "Nastavi sporočilo stanja",
|
2023-06-27 20:30:40 -04:00
|
|
|
"Reset status to \"{icon} {message}\"" : "Ponastavi stanje na »{icon} {message}«",
|
|
|
|
|
"Reset status to \"{message}\"" : "Ponastavi stanje na »{message}«",
|
|
|
|
|
"Reset status to \"{icon}\"" : "Ponastavi stanje na »{icon}«",
|
2020-10-06 22:18:12 -04:00
|
|
|
"There was an error saving the status" : "Prišlo je do napake med shranjevanjem stanja",
|
|
|
|
|
"There was an error clearing the status" : "Prišlo je do napake med odstranjevanjem stanja",
|
2023-06-27 20:30:40 -04:00
|
|
|
"There was an error reverting the status" : "Prišlo je do napake spreminjanja stanja",
|
2020-10-06 22:18:12 -04:00
|
|
|
"Don't clear" : "ne počisti",
|
|
|
|
|
"Today" : "enkrat danes",
|
|
|
|
|
"This week" : "še ta teden",
|
|
|
|
|
"Online" : "Na spletu",
|
2023-08-22 20:28:15 -04:00
|
|
|
"Away" : "Trenutno ne spremljam",
|
|
|
|
|
"Do not disturb" : "Ne pustim se motiti",
|
2020-10-06 22:18:12 -04:00
|
|
|
"Invisible" : "Drugim neviden",
|
2023-02-03 21:25:17 -05:00
|
|
|
"Offline" : "Brez povezave",
|
2020-10-06 22:18:12 -04:00
|
|
|
"There was an error saving the new status" : "Prišlo je do napake med shranjevanjem novega stanja",
|
|
|
|
|
"30 minutes" : "po 30 minutah",
|
|
|
|
|
"1 hour" : "po 1 uri",
|
|
|
|
|
"4 hours" : "po 4 urah",
|
|
|
|
|
"Mute all notifications" : "Utiša vsa obvestila",
|
2024-08-14 20:25:46 -04:00
|
|
|
"Appear offline" : "Pokaže kot brez povezave"
|
2020-10-06 22:18:12 -04:00
|
|
|
},
|
|
|
|
|
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
|