diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-01 02:32:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-01 02:32:26 +0000 |
commit | e6177afeda0e2e9374e37b1131e131af2c4f6da3 (patch) | |
tree | 27c9b473cbc01f463b32fa8c72382fbc865f9ebd /apps/user_status | |
parent | 581bb62d9cdd954c75babc20b27cc111df99f026 (diff) | |
download | nextcloud-server-e6177afeda0e2e9374e37b1131e131af2c4f6da3.tar.gz nextcloud-server-e6177afeda0e2e9374e37b1131e131af2c4f6da3.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/ro.js | 15 | ||||
-rw-r--r-- | apps/user_status/l10n/ro.json | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/apps/user_status/l10n/ro.js b/apps/user_status/l10n/ro.js index 444a7badebc..300cabab797 100644 --- a/apps/user_status/l10n/ro.js +++ b/apps/user_status/l10n/ro.js @@ -1,6 +1,15 @@ OC.L10N.register( "user_status", { + "Recent statuses" : "Statusuri recente", + "In a meeting" : "În cadrul unei întâlniri", + "Commuting" : "În deplasare", + "Out sick" : "Bolnav", + "Vacationing" : "În vacanță", + "Working remotely" : "Lucru la distanță", + "In a call" : "Într-un apel", + "User status" : "Statusul utilizatorului", + "View profile" : "Vezi profilul", "Clear status message after" : "Șterge mesajul de stare după", "What is your status?" : "Care este statusul dumneavoastră?", "Set status" : "Setează status", @@ -8,13 +17,19 @@ OC.L10N.register( "Status message" : "Mesaj de status", "Clear status message" : "Șterge mesajul de stare", "Set status message" : "Setează mesajul de status", + "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", + "No recent status changes" : "Nu există modificări recente ale statutului", "Away" : "Plecat", "Do not disturb" : "Nu deranja", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Nu curăța", "Today" : "Azi", "This week" : "Săptămâna asta", "Online" : "Online", "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", diff --git a/apps/user_status/l10n/ro.json b/apps/user_status/l10n/ro.json index 3b4c2630f74..d89a1f6a40c 100644 --- a/apps/user_status/l10n/ro.json +++ b/apps/user_status/l10n/ro.json @@ -1,4 +1,13 @@ { "translations": { + "Recent statuses" : "Statusuri recente", + "In a meeting" : "În cadrul unei întâlniri", + "Commuting" : "În deplasare", + "Out sick" : "Bolnav", + "Vacationing" : "În vacanță", + "Working remotely" : "Lucru la distanță", + "In a call" : "Într-un apel", + "User status" : "Statusul utilizatorului", + "View profile" : "Vezi profilul", "Clear status message after" : "Șterge mesajul de stare după", "What is your status?" : "Care este statusul dumneavoastră?", "Set status" : "Setează status", @@ -6,13 +15,19 @@ "Status message" : "Mesaj de status", "Clear status message" : "Șterge mesajul de stare", "Set status message" : "Setează mesajul de status", + "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", + "No recent status changes" : "Nu există modificări recente ale statutului", "Away" : "Plecat", "Do not disturb" : "Nu deranja", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Nu curăța", "Today" : "Azi", "This week" : "Săptămâna asta", "Online" : "Online", "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", |