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/sl.js
Nextcloud bot e218d1f98e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-15 00:25:46 +00:00

48 lines
2.2 KiB
JavaScript

OC.L10N.register(
"user_status",
{
"Recent statuses" : "Nedavna stanja",
"No recent status changes" : "Ni nedavnih sprememb stanja",
"In a meeting" : "Na sestanku",
"Commuting" : "Med vožnjo",
"Out sick" : "Na bolniški",
"Vacationing" : "Na dopustu",
"Out of office" : "Službena odsotnost",
"Working remotely" : "Delam od doma",
"In a call" : "V klicu",
"User status" : "Stanje uporabnika",
"Clear status after" : "Počisti stanje",
"Emoji for your status message" : "Izrazne ikone za stanje sporočila",
"What is your status?" : "Kako želite nastaviti stanje?",
"Predefined statuses" : "Pripravljena stanja",
"Previously set" : "Predhodno nastavljeno",
"Reset status" : "Ponastavi stanje",
"Set status" : "Nastavi stanje",
"Online status" : "Povezano stanje",
"Status message" : "Sporočilo stanja",
"Your status was set automatically" : "Stanje je določeno samodejno",
"Clear status message" : "Počisti sporočilo stanja",
"Set status message" : "Nastavi sporočilo stanja",
"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}«",
"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",
"There was an error reverting the status" : "Prišlo je do napake spreminjanja stanja",
"Don't clear" : "ne počisti",
"Today" : "enkrat danes",
"This week" : "še ta teden",
"Online" : "Na spletu",
"Away" : "Trenutno ne spremljam",
"Do not disturb" : "Ne pustim se motiti",
"Invisible" : "Drugim neviden",
"Offline" : "Brez povezave",
"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",
"Appear offline" : "Pokaže kot brez povezave"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");