Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/hu.js')
-rw-r--r--l10n/hu.js17
1 files changed, 16 insertions, 1 deletions
diff --git a/l10n/hu.js b/l10n/hu.js
index c341c79..f8230e4 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -1,6 +1,12 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Üdv %s",
+ "Hello %s," : "Üdv %s!",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Új értesítések ennél: %s","%s új értesítés ennél: %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Új értesítései vannak ennél: %s","%n új értesítése van ennél: %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Módosíthatja ezen levelek gyakoriságát, vagy le is tilthatja őket a <a href=\"%s\">beállításokban</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Módosíthatja ezen levelek gyakoriságát, vagy le is tilthatja őket a beállításokban: %s",
"Admin notifications" : "Rendszergazdai értesítések",
"Notifications" : "Értesítések",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Ez az alkalmazás háttérszolgáltatást és előtétprogramot biztosít a Nextcloudban elérhető értesítési API-hoz.",
@@ -13,6 +19,15 @@ OC.L10N.register(
"Dismiss" : "Mellőzés",
"seconds ago" : "másodperce",
"Failed to dismiss notification" : "Az értesítés mellőzése sikertelen",
- "in {path}" : "itt: {path}"
+ "in {path}" : "itt: {path}",
+ "You need to set up your email address before you can receive notification emails." : "Be kell állítanunk az e-mail-címét, mielőtt értesítési leveleket kaphatna.",
+ "Send email reminders about unhandled notifications after:" : "Értesítések küldése levélben a nem kezel értesítésekről ennyi idő után:",
+ "Never" : "Soha",
+ "1 hour" : "1 óra múlva",
+ "3 hours" : "3 óra múlva",
+ "1 day" : "1 nap múlva",
+ "1 week" : "1 hét múlva",
+ "Your settings have been updated." : "A beállításai frissítve lettek.",
+ "An error occurred while updating your settings." : "Hiba történt a beállítások frissítése során."
},
"nplurals=2; plural=(n != 1);");