diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-03-26 02:25:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-03-26 02:25:32 +0000 |
commit | 630eddf41b7ea05d4d1a844a2faed157605b13c3 (patch) | |
tree | c1a737f74fc6e406c931260a7619919b79b53c50 /apps/user_status | |
parent | c25daf5df7885f274eb49b82566be373c4d54b9b (diff) | |
download | nextcloud-server-630eddf41b7ea05d4d1a844a2faed157605b13c3.tar.gz nextcloud-server-630eddf41b7ea05d4d1a844a2faed157605b13c3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/hu.js | 37 | ||||
-rw-r--r-- | apps/user_status/l10n/hu.json | 35 |
2 files changed, 72 insertions, 0 deletions
diff --git a/apps/user_status/l10n/hu.js b/apps/user_status/l10n/hu.js new file mode 100644 index 00000000000..a19898c6d63 --- /dev/null +++ b/apps/user_status/l10n/hu.js @@ -0,0 +1,37 @@ +OC.L10N.register( + "user_status", + { + "In a meeting" : "Találkozón", + "Commuting" : "Ingázás", + "Out sick" : "Beteg szabadság", + "Vacationing" : "Nyaralás", + "Working remotely" : "Távoli munkavégzés", + "User status" : "Felhasználói állapot", + "Clear status message after" : "Állapotüzenet törlése ennyi idő után:", + "What's your status?" : "Mi az állapota?", + "Set status" : "Állapot beállítása", + "Online status" : "Online állapot", + "Status message" : "Állapotüzenet", + "Clear status message" : "Állapotüzenet törlése", + "Set status message" : "Állapotüzenet beállítása", + "There was an error saving the status" : "Hiba történt az állapot mentésekor", + "There was an error clearing the status" : "Hiba történt az állapot törlésekor", + "No recent status changes" : "Nincsenek legutóbbi állapotváltozások", + "Away" : "Távol", + "Do not disturb" : "Ne zavarjanak", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Ne törölje", + "Today" : "Ma", + "This week" : "Ez a hét", + "Online" : "Online", + "Invisible" : "Láthatatlan", + "Offline" : "Offline", + "There was an error saving the new status" : "Hiba történt az új állapot mentésekor", + "30 minutes" : "30 perc", + "1 hour" : "1 óra", + "4 hours" : "4 óra", + "Mute all notifications" : "Összes értesítés némítása", + "Appear offline" : "Offline módon jelenik meg", + "Clear status after" : "Állapot törlése ennyi idő után" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/hu.json b/apps/user_status/l10n/hu.json new file mode 100644 index 00000000000..0ccb9ad7583 --- /dev/null +++ b/apps/user_status/l10n/hu.json @@ -0,0 +1,35 @@ +{ "translations": { + "In a meeting" : "Találkozón", + "Commuting" : "Ingázás", + "Out sick" : "Beteg szabadság", + "Vacationing" : "Nyaralás", + "Working remotely" : "Távoli munkavégzés", + "User status" : "Felhasználói állapot", + "Clear status message after" : "Állapotüzenet törlése ennyi idő után:", + "What's your status?" : "Mi az állapota?", + "Set status" : "Állapot beállítása", + "Online status" : "Online állapot", + "Status message" : "Állapotüzenet", + "Clear status message" : "Állapotüzenet törlése", + "Set status message" : "Állapotüzenet beállítása", + "There was an error saving the status" : "Hiba történt az állapot mentésekor", + "There was an error clearing the status" : "Hiba történt az állapot törlésekor", + "No recent status changes" : "Nincsenek legutóbbi állapotváltozások", + "Away" : "Távol", + "Do not disturb" : "Ne zavarjanak", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Ne törölje", + "Today" : "Ma", + "This week" : "Ez a hét", + "Online" : "Online", + "Invisible" : "Láthatatlan", + "Offline" : "Offline", + "There was an error saving the new status" : "Hiba történt az új állapot mentésekor", + "30 minutes" : "30 perc", + "1 hour" : "1 óra", + "4 hours" : "4 óra", + "Mute all notifications" : "Összes értesítés némítása", + "Appear offline" : "Offline módon jelenik meg", + "Clear status after" : "Állapot törlése ennyi idő után" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |