nextcloud/apps/dav/l10n/hu.js

114 lines
8.9 KiB
JavaScript
Raw Normal View History

2017-03-02 19:48:52 +03:00
OC.L10N.register(
"dav",
{
"Calendar" : "Naptár",
"Todos" : "Teendők",
2017-11-01 04:08:44 +03:00
"Personal" : "Személyes",
2017-03-02 19:48:52 +03:00
"{actor} created calendar {calendar}" : "{actor} létrehozta a naptárt: {calendar}",
"You created calendar {calendar}" : "Létrehoztad a naptárt: {calendar}",
"{actor} deleted calendar {calendar}" : "{actor} törölte a naptárt: {calendar}",
"You deleted calendar {calendar}" : "Törölted a naptárt: {calendar}",
"{actor} updated calendar {calendar}" : "{actor} frissítette a napárt: {calendar}",
"You updated calendar {calendar}" : "Frissítetted a naptárt: {calendar}",
2018-01-04 12:48:31 +03:00
"You shared calendar {calendar} as public link" : "Nyilvános hivatkozásként megosztottad ezt a naptárt: {calendar}",
"You removed public link for calendar {calendar}" : "Eltávolítottad a naptár nyilvános hivatkozását: {calendar}",
2017-03-02 19:48:52 +03:00
"{actor} shared calendar {calendar} with you" : "{actor} megosztotta veled ezt a naptárt: {calendar}",
"You shared calendar {calendar} with {user}" : "Megosztottad ezt a napárt: {calendar} vele: {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} megosztotta ezt a napárt: {calendar} vele: {user}",
"{actor} unshared calendar {calendar} from you" : "{actor} visszavonta töled a naptár megosztását: {calendar}",
"You unshared calendar {calendar} from {user}" : "Visszavontad a naptár megosztását: {calendar} tőle: {user}",
"{actor} unshared calendar {calendar} from {user}" : "{actor} visszavonta a naptár megosztását: {calendar} tőle: {user}",
"{actor} unshared calendar {calendar} from themselves" : "{actor} visszavonta tőlük a naptár megosztását: {calendar}",
"You shared calendar {calendar} with group {group}" : "Megosztottad ezt a naptárt: {calendar} evvel a csoporttal: {group}",
"{actor} shared calendar {calendar} with group {group}" : "{actor} megosztotta ezt a naptárt: {calendar} evvel a csoporttal: {group}",
"You unshared calendar {calendar} from group {group}" : "Visszavontad ennek a naptárnak a magosztását: {calendar} ettől a csoporttól: {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} visszavonta ennek a naptárnak a magosztását: {calendar} ettől a csoporttól: {group}",
"{actor} created event {event} in calendar {calendar}" : "{actor} létrehozta ezt az eseményt: {event} ebben a naptárban: {calendar}",
"You created event {event} in calendar {calendar}" : "Létrehoztad ezt az eseményt: {event} ebben a naptárban: {calendar}",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} törölte ezt az eseményt: {event} ebből a naptárból: {calendar}",
"You deleted event {event} from calendar {calendar}" : "Törölted ezt az eseményt: {event} ebből a naptárból: {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} frissítette ezt az eseményt: {event} ebben a naptárban: {calendar}",
"You updated event {event} in calendar {calendar}" : "Frissítetted ezt az eseményt: {event} ebben a naptárban: {calendar}",
2019-12-22 05:28:34 +03:00
"Busy" : "Foglalt",
2017-03-02 19:48:52 +03:00
"{actor} created todo {todo} in list {calendar}" : "{actor} létrehozta ezt a teendőt: {todo} ebben a listában: {calendar}",
"You created todo {todo} in list {calendar}" : "Létrehoztad ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} deleted todo {todo} from list {calendar}" : "{actor} törölte ezt a teendőt: {todo} ebből a listából: {calendar}",
"You deleted todo {todo} from list {calendar}" : "Törölted ezt a teendőt: {todo} ebből a listából: {calendar}",
"{actor} updated todo {todo} in list {calendar}" : "{actor} frissítette ezt a teendőt: {todo} ebben a listában: {calendar}",
"You updated todo {todo} in list {calendar}" : "Frissítetted ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} solved todo {todo} in list {calendar}" : "{actor} elintézte ezt a teendőt: {todo} ebben a listában: {calendar}",
"You solved todo {todo} in list {calendar}" : "Elintézted ezt a teendőt: {todo} ebben a listában: {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} újranyitotta ezt a teendőt: {todo} ebben a listában: {calendar}",
"You reopened todo {todo} in list {calendar}" : "Újranyitottad ezt a teendőt: {todo} ebben a listában: {calendar}",
"A <strong>calendar</strong> was modified" : "Egy <strong>naptár</strong> megváltozott",
"A calendar <strong>event</strong> was modified" : "Egy naptár <strong>esemény</strong> megváltozott",
"A calendar <strong>todo</strong> was modified" : "Egy naptár <strong>teendő</strong> megváltozott",
"Contact birthdays" : "Születésnapok",
2021-04-03 05:25:32 +03:00
"Death of %s" : "%s halála",
2020-03-25 05:18:27 +03:00
"Calendar:" : "Naptár:",
"Date:" : "Dátum:",
2019-08-16 05:14:16 +03:00
"Where:" : "Hol:",
"Description:" : "Leírás:",
2020-03-25 05:18:27 +03:00
"Untitled event" : "Névtelen esemény",
2021-04-03 05:25:32 +03:00
"_%n year_::_%n years_" : ["%n év","%n év"],
"_%n month_::_%n months_" : ["%n hónap","%n hónap"],
2020-11-25 05:18:53 +03:00
"_%n day_::_%n days_" : ["%n nap","%n nap"],
2021-04-03 05:25:32 +03:00
"_%n hour_::_%n hours_" : ["%n óra","%n óra"],
"_%n minute_::_%n minutes_" : ["%n perc","%n perc"],
"%s (%s ago)" : "%s (%s ezelőtt)",
2020-03-25 05:18:27 +03:00
"Calendar: %s" : "Naptár: %s",
"Date: %s" : "Dátum: %s",
"Description: %s" : "Leírás: %s",
"Where: %s" : "Hely: %s",
2018-11-27 04:11:34 +03:00
"%1$s via %2$s" : "%1$s - %2$s",
2017-11-10 04:09:43 +03:00
"Invitation canceled" : "Meghívás visszavonva",
"Invitation updated" : "Meghívó frissítve",
2021-04-03 05:25:32 +03:00
"Invitation" : "Meghívás",
"Title:" : "Cím:",
"Time:" : "Idő:",
2020-09-05 05:16:45 +03:00
"Location:" : "Hely:",
2017-11-10 04:09:43 +03:00
"Link:" : "Link:",
2021-04-03 05:25:32 +03:00
"Organizer:" : "Szervező:",
"Attendees:" : "Résztvevők:",
2018-11-27 04:11:34 +03:00
"Accept" : "Elfogad",
"Decline" : "Elutasít",
2021-04-03 05:25:32 +03:00
"More options …" : "További opciók …",
2018-11-27 04:11:34 +03:00
"More options at %s" : "További opciók itt: %s",
2017-03-02 19:48:52 +03:00
"Contacts" : "Névjegyek",
2021-04-03 05:25:32 +03:00
"Upgrade needed" : "Frissítés szükséges",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "A %s naptárat úgy kell beállítani, hogy HTTPS-t használjon a CalDAVés és a CardDAV eléréséhez iOS / macOS rendszeren.",
"Configures a CalDAV account" : "Konfigurálja a CalDAV fiókot",
"Configures a CardDAV account" : "Konfigurálja a CardDAV fiókot",
"Events" : "Események",
2020-08-05 05:16:56 +03:00
"Tasks" : "Feladatok",
"Untitled task" : "Névtelen feladat",
2021-04-03 05:25:32 +03:00
"Completed on %s" : "%s időpontban befejezve",
"Due on %s by %s" : "%s időpontban esedékes %s által",
"Due on %s" : "%s időpontban esedékes",
2018-02-19 04:11:54 +03:00
"WebDAV" : "WebDAV",
2018-11-27 04:11:34 +03:00
"WebDAV endpoint" : "WebDAV végpont",
"There was an error updating your attendance status." : "Probléma lépett fel a részvételed státuszának frissítése közben.",
"Please contact the organizer directly." : "Kérlek vedd fel közvetlenül a kapcsolatot a szervezővel.",
"Are you accepting the invitation?" : "Elfogadod az meghívást?",
"Tentative" : "Valószínűleg",
2018-10-23 17:54:28 +03:00
"Save" : "Mentés",
2018-11-27 04:11:34 +03:00
"Your attendance was updated successfully." : "A részvételed frissítése sikerült.",
"Calendar server" : "Naptár szerver",
2021-04-03 05:25:32 +03:00
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Telepítse a {calendarappstoreopen}Naptár alkalmazást{linkclose}, vagy {calendardocopen} csatlakoztassa asztali számítógépét és mobilját a szinkronizáláshoz ↗{linkclose}.",
2017-10-25 03:08:45 +03:00
"Send invitations to attendees" : "Meghívó küldése a résztvevőknek",
2021-04-03 05:25:32 +03:00
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Ne felejtse el megfelelően beállítani az {emailopen}e-mail szervert{linkclose}.",
2018-01-04 12:48:31 +03:00
"Automatically generate a birthday calendar" : "Születésnapokat tartalmazó naptár automatikus létrehozása",
"Birthday calendars will be generated by a background job." : "A születésnapokat tartalmazó naptárakat egy háttérben futó folyamat fogja létrehozni.",
2020-03-23 05:19:02 +03:00
"Hence they will not be available immediately after enabling but will show up after some time." : "Nem lesznek elérhetőek azonnal az engedélyezés után, de egy rövid idő múlva már láthatóak lesznek.",
2021-04-03 05:25:32 +03:00
"Send notifications for events" : "Értesítések küldése az eseményekről",
"Notifications are sent via background jobs, so these must occur often enough." : "Az értesítéseket háttérfeladatok küldik, ezért ezeknek elég gyakran meg kell történniük.",
"Enable notifications for events via push" : "Értesítés engedélyezése eseményekről push-on keresztül",
2020-09-05 05:16:45 +03:00
"Hello %s," : "Üdv %s,",
"The meeting »%1$s« with %2$s was canceled." : "A »%1$s« találkozó vele: %2$s lemondásra került.",
"The meeting »%1$s« with %2$s was updated." : "A »%1$s« találkozó vele:%2$s módosult.",
"%1$s invited you to »%2$s«" : "%1$s meghívott ide: »%2$s«",
2021-05-30 05:24:58 +03:00
"When:" : "Mikor:",
"Calendar and tasks" : "Naptár és feladatok"
2017-03-02 19:48:52 +03:00
},
"nplurals=2; plural=(n != 1);");