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/ro.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" : "Statusuri recente",
"No recent status changes" : "Nu există modificări recente ale statutului",
"In a meeting" : "În cadrul unei întâlniri",
"Commuting" : "În deplasare",
"Out sick" : "Bolnav",
"Vacationing" : "În vacanță",
"Out of office" : "În afara serviciului",
"Working remotely" : "Lucru la distanță",
"In a call" : "Într-un apel",
"User status" : "Statusul utilizatorului",
"Clear status after" : "Șterge statusul după",
"Emoji for your status message" : "Emoji pentru mesajul de status",
"What is your status?" : "Care este statusul dumneavoastră?",
"Predefined statuses" : "Stări predefinite",
"Previously set" : "Setat anterior",
"Reset status" : "Resetează starea",
"Set status" : "Setează status",
"Online status" : "Status online",
"Status message" : "Mesaj de status",
"Your status was set automatically" : "Statusul a fost setat automat",
"Clear status message" : "Șterge mesajul de stare",
"Set status message" : "Setează mesajul de status",
"Reset status to \"{icon} {message}\"" : "Resetează statusul la \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Resetează statusul la \"{message}\"",
"Reset status to \"{icon}\"" : "Resetează statusul la \"{icon}\"",
"There was an error saving the status" : "S-a produs o eroare la salvarea stării",
"There was an error clearing the status" : "S-a produs o eroare de ștergere a statutului",
"There was an error reverting the status" : "Eroare la revenirea la statusul anterior",
"Don't clear" : "Nu curăța",
"Today" : "Azi",
"This week" : "Săptămâna asta",
"Online" : "Online",
"Away" : "Plecat",
"Do not disturb" : "Nu deranja",
"Invisible" : "Invizibil",
"Offline" : "Offline",
"There was an error saving the new status" : "S-a produs o eroare de salvare a noului status",
"30 minutes" : "30 minute",
"1 hour" : "1 oră",
"4 hours" : "4 ore",
"Mute all notifications" : "Dezactivați toate notificările",
"Appear offline" : "Apari deconectat"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");