diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-10 02:20:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-10 02:20:14 +0000 |
commit | 5fc20e886218e71d1bfd1fbaf8d65d8b0a9b9a09 (patch) | |
tree | 65e2990ade2d6e3a8fa1168e066f30b49beb4271 /apps/user_status | |
parent | a0444bc69cf1c2ffcb39616a2b258078737237bd (diff) | |
download | nextcloud-server-5fc20e886218e71d1bfd1fbaf8d65d8b0a9b9a09.tar.gz nextcloud-server-5fc20e886218e71d1bfd1fbaf8d65d8b0a9b9a09.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/hr.js | 38 | ||||
-rw-r--r-- | apps/user_status/l10n/hr.json | 36 |
2 files changed, 74 insertions, 0 deletions
diff --git a/apps/user_status/l10n/hr.js b/apps/user_status/l10n/hr.js new file mode 100644 index 00000000000..0512bf2bdc9 --- /dev/null +++ b/apps/user_status/l10n/hr.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "Nedavni statusi", + "In a meeting" : "Na sastanku", + "Commuting" : "Na putu", + "Out sick" : "Na bolovanju", + "Vacationing" : "Na odmoru", + "Working remotely" : "Rad na daljinu", + "User status" : "Status korisnika", + "Clear status message after" : "Izbriši poruku statusa nakon", + "What's your status?" : "Koji je vaš status?", + "Set status" : "Postavi status", + "Online status" : "Status na mreži", + "Status message" : "Poruka statusa", + "Clear status message" : "Izbriši poruku statusa", + "Set status message" : "Postavi poruku statusa", + "There was an error saving the status" : "Došlo je do pogreške pri spremanju statusa", + "There was an error clearing the status" : "Došlo je do pogreške pri brisanju statusa", + "No recent status changes" : "Nema nedavnih promjena statusa", + "Away" : "Odsutan", + "Do not disturb" : "Ne ometaj", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Ne briši", + "Today" : "Danas", + "This week" : "Ovaj tjedan", + "Online" : "Na mreži", + "Invisible" : "Nevidljiva", + "Offline" : "Izvanmrežno", + "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa", + "30 minutes" : "30 minuta", + "1 hour" : "1 sat", + "4 hours" : "4 sata", + "Mute all notifications" : "Utišaj sve obavijesti", + "Appear offline" : "Prikaži izvanmrežno", + "Clear status after" : "Izbriši status nakon" +}, +"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/apps/user_status/l10n/hr.json b/apps/user_status/l10n/hr.json new file mode 100644 index 00000000000..c61f4caf874 --- /dev/null +++ b/apps/user_status/l10n/hr.json @@ -0,0 +1,36 @@ +{ "translations": { + "Recent statuses" : "Nedavni statusi", + "In a meeting" : "Na sastanku", + "Commuting" : "Na putu", + "Out sick" : "Na bolovanju", + "Vacationing" : "Na odmoru", + "Working remotely" : "Rad na daljinu", + "User status" : "Status korisnika", + "Clear status message after" : "Izbriši poruku statusa nakon", + "What's your status?" : "Koji je vaš status?", + "Set status" : "Postavi status", + "Online status" : "Status na mreži", + "Status message" : "Poruka statusa", + "Clear status message" : "Izbriši poruku statusa", + "Set status message" : "Postavi poruku statusa", + "There was an error saving the status" : "Došlo je do pogreške pri spremanju statusa", + "There was an error clearing the status" : "Došlo je do pogreške pri brisanju statusa", + "No recent status changes" : "Nema nedavnih promjena statusa", + "Away" : "Odsutan", + "Do not disturb" : "Ne ometaj", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Ne briši", + "Today" : "Danas", + "This week" : "Ovaj tjedan", + "Online" : "Na mreži", + "Invisible" : "Nevidljiva", + "Offline" : "Izvanmrežno", + "There was an error saving the new status" : "Došlo je do pogreške pri spremanju novog statusa", + "30 minutes" : "30 minuta", + "1 hour" : "1 sat", + "4 hours" : "4 sata", + "Mute all notifications" : "Utišaj sve obavijesti", + "Appear offline" : "Prikaži izvanmrežno", + "Clear status after" : "Izbriši status nakon" +},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" +}
\ No newline at end of file |