hu.i18n.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. {
  2. "accept": "Elfogadás",
  3. "act-activity-notify": "Tevékenység értesítés",
  4. "act-addAttachment": "added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  5. "act-deleteAttachment": "deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  6. "act-addSubtask": "added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  7. "act-addLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  8. "act-addedLabel": "Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  9. "act-removeLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  10. "act-removedLabel": "Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  11. "act-addChecklist": "added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  12. "act-addChecklistItem": "added checklist item __checklistItem__ to checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  13. "act-removeChecklist": "removed checklist __checklist__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  14. "act-removeChecklistItem": "removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  15. "act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  16. "act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  17. "act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  18. "act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  19. "act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
  20. "act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
  21. "act-deleteComment": "deleted comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
  22. "act-createBoard": "created board __board__",
  23. "act-createSwimlane": "created swimlane __swimlane__ to board __board__",
  24. "act-createCard": "created card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
  25. "act-createCustomField": "created custom field __customField__ at board __board__",
  26. "act-deleteCustomField": "deleted custom field __customField__ at board __board__",
  27. "act-setCustomField": "edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  28. "act-createList": "added list __list__ to board __board__",
  29. "act-addBoardMember": "added member __member__ to board __board__",
  30. "act-archivedBoard": "Board __board__ moved to Archive",
  31. "act-archivedCard": "Card __card__ at list __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
  32. "act-archivedList": "List __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
  33. "act-archivedSwimlane": "Swimlane __swimlane__ at board __board__ moved to Archive",
  34. "act-importBoard": "imported board __board__",
  35. "act-importCard": "imported card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
  36. "act-importList": "imported list __list__ to swimlane __swimlane__ at board __board__",
  37. "act-joinMember": "added member __member__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  38. "act-moveCard": "moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
  39. "act-moveCardToOtherBoard": "moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__",
  40. "act-removeBoardMember": "removed member __member__ from board __board__",
  41. "act-restoredCard": "restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
  42. "act-unjoinMember": "removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  43. "act-withBoardTitle": "__board__",
  44. "act-withCardTitle": "[__board__] __card__",
  45. "actions": "Műveletek",
  46. "activities": "Tevékenységek",
  47. "activity": "Tevékenység",
  48. "activity-added": "%s hozzáadva ehhez: %s",
  49. "activity-archived": "%s moved to Archive",
  50. "activity-attached": "%s mellékletet csatolt a kártyához: %s",
  51. "activity-created": "%s létrehozva",
  52. "activity-customfield-created": "létrehozta a(z) %s egyéni mezőt",
  53. "activity-excluded": "%s kizárva innen: %s",
  54. "activity-imported": "%s importálva ebbe: %s, innen: %s",
  55. "activity-imported-board": "%s importálva innen: %s",
  56. "activity-joined": "%s csatlakozott",
  57. "activity-moved": "%s áthelyezve: %s → %s",
  58. "activity-on": "ekkor: %s",
  59. "activity-removed": "%s eltávolítva innen: %s",
  60. "activity-sent": "%s elküldve ide: %s",
  61. "activity-unjoined": "%s kilépett a csoportból",
  62. "activity-subtask-added": "Alfeladat hozzáadva ehhez: %s",
  63. "activity-checked-item": "checked %s in checklist %s of %s",
  64. "activity-unchecked-item": "unchecked %s in checklist %s of %s",
  65. "activity-checklist-added": "ellenőrzőlista hozzáadva ehhez: %s",
  66. "activity-checklist-removed": "removed a checklist from %s",
  67. "activity-checklist-completed": "completed checklist %s of %s",
  68. "activity-checklist-uncompleted": "uncompleted the checklist %s of %s",
  69. "activity-checklist-item-added": "ellenőrzőlista elem hozzáadva ehhez: „%s”, ebben: %s",
  70. "activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
  71. "add": "Hozzáadás",
  72. "activity-checked-item-card": "checked %s in checklist %s",
  73. "activity-unchecked-item-card": "unchecked %s in checklist %s",
  74. "activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
  75. "activity-checklist-uncompleted-card": "uncompleted the checklist %s",
  76. "activity-editComment": "edited comment %s",
  77. "activity-deleteComment": "deleted comment %s",
  78. "add-attachment": "Melléklet hozzáadása",
  79. "add-board": "Tábla hozzáadása",
  80. "add-card": "Kártya hozzáadása",
  81. "add-swimlane": "Add Swimlane",
  82. "add-subtask": "Alfeladat hozzáadása",
  83. "add-checklist": "Ellenőrzőlista hozzáadása",
  84. "add-checklist-item": "Elem hozzáadása az ellenőrzőlistához",
  85. "add-cover": "Borító hozzáadása",
  86. "add-label": "Címke hozzáadása",
  87. "add-list": "Lista hozzáadása",
  88. "add-members": "Tagok hozzáadása",
  89. "added": "Hozzáadva",
  90. "addMemberPopup-title": "Tagok",
  91. "admin": "Adminisztrátor",
  92. "admin-desc": "Megtekintheti és szerkesztheti a kártyákat, eltávolíthat tagokat, valamint megváltoztathatja a tábla beállításait.",
  93. "admin-announcement": "Bejelentés",
  94. "admin-announcement-active": "Bekapcsolt rendszerszintű bejelentés",
  95. "admin-announcement-title": "Bejelentés az adminisztrátortól",
  96. "all-boards": "Összes tábla",
  97. "and-n-other-card": "És __count__ egyéb kártya",
  98. "and-n-other-card_plural": "És __count__ egyéb kártya",
  99. "apply": "Alkalmaz",
  100. "app-is-offline": "Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
  101. "archive": "Mozgatás az archívumba",
  102. "archive-all": "Move All to Archive",
  103. "archive-board": "Move Board to Archive",
  104. "archive-card": "Move Card to Archive",
  105. "archive-list": "Move List to Archive",
  106. "archive-swimlane": "Move Swimlane to Archive",
  107. "archive-selection": "Move selection to Archive",
  108. "archiveBoardPopup-title": "Move Board to Archive?",
  109. "archived-items": "Archiválás",
  110. "archived-boards": "Boards in Archive",
  111. "restore-board": "Tábla visszaállítása",
  112. "no-archived-boards": "No Boards in Archive.",
  113. "archives": "Archiválás",
  114. "template": "Sablon",
  115. "templates": "Sablonok",
  116. "assign-member": "Tag hozzárendelése",
  117. "attached": "csatolva",
  118. "attachment": "Melléklet",
  119. "attachment-delete-pop": "A melléklet törlése végeleges. Nincs visszaállítás.",
  120. "attachmentDeletePopup-title": "Törli a mellékletet?",
  121. "attachments": "Mellékletek",
  122. "auto-watch": "Táblák automatikus megtekintése, amikor létrejönnek",
  123. "avatar-too-big": "Az avatár túl nagy (legfeljebb 70 KB)",
  124. "back": "Vissza",
  125. "board-change-color": "Szín megváltoztatása",
  126. "board-nb-stars": "%s csillag",
  127. "board-not-found": "A tábla nem található",
  128. "board-private-info": "Ez a tábla legyen <strong>személyes</strong>.",
  129. "board-public-info": "Ez a tábla legyen <strong>nyilvános</strong>.",
  130. "boardChangeColorPopup-title": "Tábla hátterének megváltoztatása",
  131. "boardChangeTitlePopup-title": "Tábla átnevezése",
  132. "boardChangeVisibilityPopup-title": "Láthatóság megváltoztatása",
  133. "boardChangeWatchPopup-title": "Megfigyelés megváltoztatása",
  134. "boardMenuPopup-title": "Tábla beállítások",
  135. "boardChangeViewPopup-title": "Tábla nézet",
  136. "boards": "Táblák",
  137. "board-view": "Tábla nézet",
  138. "board-view-cal": "Naptár",
  139. "board-view-swimlanes": "Swimlanes",
  140. "board-view-collapse": "Összecsukás",
  141. "board-view-gantt": "Gantt",
  142. "board-view-lists": "Listák",
  143. "bucket-example": "Mint például „Bakancslista”",
  144. "cancel": "Mégse",
  145. "card-archived": "This card is moved to Archive.",
  146. "board-archived": "This board is moved to Archive.",
  147. "card-comments-title": "Ez a kártya %s hozzászólást tartalmaz.",
  148. "card-delete-notice": "A törlés végleges. Az összes műveletet elveszíti, amely ehhez a kártyához tartozik.",
  149. "card-delete-pop": "Az összes művelet el lesz távolítva a tevékenységlistából, és nem lesz képes többé újra megnyitni a kártyát. Nincs visszaállítási lehetőség.",
  150. "card-delete-suggest-archive": "You can move a card to Archive to remove it from the board and preserve the activity.",
  151. "card-due": "Esedékes",
  152. "card-due-on": "Esedékes ekkor",
  153. "card-spent": "Eltöltött idő",
  154. "card-edit-attachments": "Mellékletek szerkesztése",
  155. "card-edit-custom-fields": "Egyéni mezők szerkesztése",
  156. "card-edit-labels": "Címkék szerkesztése",
  157. "card-edit-members": "Tagok szerkesztése",
  158. "card-labels-title": "A kártya címkéinek megváltoztatása.",
  159. "card-members-title": "A tábla tagjainak hozzáadása vagy eltávolítása a kártyáról.",
  160. "card-start": "Kezdés",
  161. "card-start-on": "Kezdés ekkor",
  162. "cardAttachmentsPopup-title": "Innen csatolva",
  163. "cardCustomField-datePopup-title": "Dátum megváltoztatása",
  164. "cardCustomFieldsPopup-title": "Egyéni mezők szerkesztése",
  165. "cardStartVotingPopup-title": "Start a vote",
  166. "positiveVoteMembersPopup-title": "Proponents",
  167. "negativeVoteMembersPopup-title": "Opponents",
  168. "card-edit-voting": "Edit voting",
  169. "editVoteEndDatePopup-title": "Change vote end date",
  170. "allowNonBoardMembers": "Allow all logged in users",
  171. "vote-question": "Voting question",
  172. "vote-public": "Show who voted what",
  173. "vote-for-it": "for it",
  174. "vote-against": "against",
  175. "deleteVotePopup-title": "Delete vote?",
  176. "vote-delete-pop": "Deleting is permanent. You will lose all actions associated with this vote.",
  177. "cardDeletePopup-title": "Törli a kártyát?",
  178. "cardDetailsActionsPopup-title": "Kártyaműveletek",
  179. "cardLabelsPopup-title": "Címkék",
  180. "cardMembersPopup-title": "Tagok",
  181. "cardMorePopup-title": "Több",
  182. "cardTemplatePopup-title": "Create template",
  183. "cards": "Kártyák",
  184. "cards-count": "Kártyák",
  185. "casSignIn": "Sign In with CAS",
  186. "cardType-card": "Card",
  187. "cardType-linkedCard": "Linked Card",
  188. "cardType-linkedBoard": "Linked Board",
  189. "change": "Változtatás",
  190. "change-avatar": "Avatár megváltoztatása",
  191. "change-password": "Jelszó megváltoztatása",
  192. "change-permissions": "Jogosultságok megváltoztatása",
  193. "change-settings": "Beállítások megváltoztatása",
  194. "changeAvatarPopup-title": "Avatár megváltoztatása",
  195. "changeLanguagePopup-title": "Nyelv megváltoztatása",
  196. "changePasswordPopup-title": "Jelszó megváltoztatása",
  197. "changePermissionsPopup-title": "Jogosultságok megváltoztatása",
  198. "changeSettingsPopup-title": "Beállítások megváltoztatása",
  199. "subtasks": "Alfeladat",
  200. "checklists": "Ellenőrzőlisták",
  201. "click-to-star": "Kattintson a tábla csillagozásához.",
  202. "click-to-unstar": "Kattintson a tábla csillagának eltávolításához.",
  203. "clipboard": "Vágólap vagy fogd és vidd",
  204. "close": "Bezárás",
  205. "close-board": "Tábla bezárása",
  206. "close-board-pop": "You will be able to restore the board by clicking the “Archive” button from the home header.",
  207. "color-black": "fekete",
  208. "color-blue": "kék",
  209. "color-crimson": "crimson",
  210. "color-darkgreen": "darkgreen",
  211. "color-gold": "gold",
  212. "color-gray": "gray",
  213. "color-green": "zöld",
  214. "color-indigo": "indigo",
  215. "color-lime": "citrus",
  216. "color-magenta": "magenta",
  217. "color-mistyrose": "mistyrose",
  218. "color-navy": "navy",
  219. "color-orange": "narancssárga",
  220. "color-paleturquoise": "paleturquoise",
  221. "color-peachpuff": "peachpuff",
  222. "color-pink": "rózsaszín",
  223. "color-plum": "plum",
  224. "color-purple": "lila",
  225. "color-red": "piros",
  226. "color-saddlebrown": "saddlebrown",
  227. "color-silver": "silver",
  228. "color-sky": "égszínkék",
  229. "color-slateblue": "slateblue",
  230. "color-white": "white",
  231. "color-yellow": "sárga",
  232. "unset-color": "Unset",
  233. "comment": "Megjegyzés",
  234. "comment-placeholder": "Megjegyzés írása",
  235. "comment-only": "Csak megjegyzés",
  236. "comment-only-desc": "Csak megjegyzést írhat a kártyákhoz.",
  237. "no-comments": "No comments",
  238. "no-comments-desc": "Can not see comments and activities.",
  239. "worker": "Worker",
  240. "worker-desc": "Can only move cards, assign itself to card and comment.",
  241. "computer": "Számítógép",
  242. "confirm-subtask-delete-dialog": "Biztosan törölni szeretnél az alfeladatot?",
  243. "confirm-checklist-delete-dialog": "Are you sure you want to delete checklist?",
  244. "copy-card-link-to-clipboard": "Kártya hivatkozásának másolása a vágólapra",
  245. "linkCardPopup-title": "Link Card",
  246. "searchElementPopup-title": "Keresés",
  247. "copyCardPopup-title": "Kártya másolása",
  248. "copyChecklistToManyCardsPopup-title": "Ellenőrzőlista sablon másolása több kártyára",
  249. "copyChecklistToManyCardsPopup-instructions": "A célkártyák címe és a leírások ebben a JSON formátumban",
  250. "copyChecklistToManyCardsPopup-format": "[ {\"title\": \"Első kártya címe\", \"description\":\"Első kártya leírása\"}, {\"title\":\"Második kártya címe\",\"description\":\"Második kártya leírása\"},{\"title\":\"Utolsó kártya címe\",\"description\":\"Utolsó kártya leírása\"} ]",
  251. "create": "Létrehozás",
  252. "createBoardPopup-title": "Tábla létrehozása",
  253. "chooseBoardSourcePopup-title": "Tábla importálása",
  254. "createLabelPopup-title": "Címke létrehozása",
  255. "createCustomField": "Mező létrehozása",
  256. "createCustomFieldPopup-title": "Mező létrehozása",
  257. "current": "jelenlegi",
  258. "custom-field-delete-pop": "Nincs visszavonás. Ez el fogja távolítani az egyéni mezőt az összes kártyáról, és megsemmisíti az előzményeit.",
  259. "custom-field-checkbox": "Jelölőnégyzet",
  260. "custom-field-currency": "Currency",
  261. "custom-field-currency-option": "Currency Code",
  262. "custom-field-date": "Dátum",
  263. "custom-field-dropdown": "Legördülő lista",
  264. "custom-field-dropdown-none": "(nincs)",
  265. "custom-field-dropdown-options": "Lista lehetőségei",
  266. "custom-field-dropdown-options-placeholder": "Nyomja meg az Enter billentyűt több lehetőség hozzáadásához",
  267. "custom-field-dropdown-unknown": "(ismeretlen)",
  268. "custom-field-number": "Szám",
  269. "custom-field-text": "Szöveg",
  270. "custom-fields": "Egyéni mezők",
  271. "date": "Dátum",
  272. "decline": "Elutasítás",
  273. "default-avatar": "Alapértelmezett avatár",
  274. "delete": "Törlés",
  275. "deleteCustomFieldPopup-title": "Törli az egyéni mezőt?",
  276. "deleteLabelPopup-title": "Törli a címkét?",
  277. "description": "Leírás",
  278. "disambiguateMultiLabelPopup-title": "Címkeművelet egyértelműsítése",
  279. "disambiguateMultiMemberPopup-title": "Tagművelet egyértelműsítése",
  280. "discard": "Eldobás",
  281. "done": "Kész",
  282. "download": "Letöltés",
  283. "edit": "Szerkesztés",
  284. "edit-avatar": "Avatár megváltoztatása",
  285. "edit-profile": "Profil szerkesztése",
  286. "edit-wip-limit": "WIP korlát szerkesztése",
  287. "soft-wip-limit": "Gyenge WIP korlát",
  288. "editCardStartDatePopup-title": "Kezdődátum megváltoztatása",
  289. "editCardDueDatePopup-title": "Esedékesség dátumának megváltoztatása",
  290. "editCustomFieldPopup-title": "Mező szerkesztése",
  291. "editCardSpentTimePopup-title": "Eltöltött idő megváltoztatása",
  292. "editLabelPopup-title": "Címke megváltoztatása",
  293. "editNotificationPopup-title": "Értesítés szerkesztése",
  294. "editProfilePopup-title": "Profil szerkesztése",
  295. "email": "E-mail",
  296. "email-enrollAccount-subject": "Létrejött a profilja a következő oldalon: __siteName__",
  297. "email-enrollAccount-text": "Kedves __user__!\n\nA szolgáltatás használatának megkezdéséhez egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
  298. "email-fail": "Az e-mail küldése nem sikerült",
  299. "email-fail-text": "Hiba az e-mail küldésének kísérlete közben",
  300. "email-invalid": "Érvénytelen e-mail",
  301. "email-invite": "Meghívás e-mailben",
  302. "email-invite-subject": "__inviter__ egy meghívást küldött Önnek",
  303. "email-invite-text": "Kedves __user__!\n\n__inviter__ meghívta Önt, hogy csatlakozzon a(z) „__board__” táblán történő együttműködéshez.\n\nKattintson az alábbi hivatkozásra:\n\n__url__\n\nKöszönjük.",
  304. "email-resetPassword-subject": "Jelszó visszaállítása ezen az oldalon: __siteName__",
  305. "email-resetPassword-text": "Kedves __user__!\n\nA jelszava visszaállításához egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
  306. "email-sent": "E-mail elküldve",
  307. "email-verifyEmail-subject": "Igazolja vissza az e-mail címét a következő oldalon: __siteName__",
  308. "email-verifyEmail-text": "Kedves __user__!\n\nAz e-mail fiókjának visszaigazolásához egyszerűen kattintson a lenti hivatkozásra.\n\n__url__\n\nKöszönjük.",
  309. "enable-wip-limit": "WIP korlát engedélyezése",
  310. "error-board-doesNotExist": "Ez a tábla nem létezik",
  311. "error-board-notAdmin": "A tábla adminisztrátorának kell lennie, hogy ezt megtehesse",
  312. "error-board-notAMember": "A tábla tagjának kell lennie, hogy ezt megtehesse",
  313. "error-json-malformed": "A szöveg nem érvényes JSON",
  314. "error-json-schema": "A JSON adatok nem a helyes formátumban tartalmazzák a megfelelő információkat",
  315. "error-csv-schema": "Your CSV(Comma Separated Values)/TSV (Tab Separated Values) does not include the proper information in the correct format",
  316. "error-list-doesNotExist": "Ez a lista nem létezik",
  317. "error-user-doesNotExist": "Ez a felhasználó nem létezik",
  318. "error-user-notAllowSelf": "Nem hívhatja meg saját magát",
  319. "error-user-notCreated": "Ez a felhasználó nincs létrehozva",
  320. "error-username-taken": "Ez a felhasználónév már foglalt",
  321. "error-email-taken": "Az e-mail már foglalt",
  322. "export-board": "Tábla exportálása",
  323. "export-board-json": "Export board to JSON",
  324. "export-board-csv": "Export board to CSV",
  325. "export-board-tsv": "Export board to TSV",
  326. "export-board-html": "Export board to HTML",
  327. "exportBoardPopup-title": "Tábla exportálása",
  328. "sort": "Sort",
  329. "sort-desc": "Click to Sort List",
  330. "list-sort-by": "Sort the List By:",
  331. "list-label-modifiedAt": "Last Access Time",
  332. "list-label-title": "Name of the List",
  333. "list-label-sort": "Your Manual Order",
  334. "list-label-short-modifiedAt": "(L)",
  335. "list-label-short-title": "(N)",
  336. "list-label-short-sort": "(M)",
  337. "filter": "Szűrő",
  338. "filter-cards": "Filter Cards or Lists",
  339. "list-filter-label": "Filter List by Title",
  340. "filter-clear": "Szűrő törlése",
  341. "filter-labels-label": "Filter by label",
  342. "filter-no-label": "Nincs címke",
  343. "filter-member-label": "Filter by member",
  344. "filter-no-member": "Nincs tag",
  345. "filter-assignee-label": "Filter by assignee",
  346. "filter-no-assignee": "No assignee",
  347. "filter-custom-fields-label": "Filter by Custom Fields",
  348. "filter-no-custom-fields": "Nincsenek egyéni mezők",
  349. "filter-show-archive": "Show archived lists",
  350. "filter-hide-empty": "Hide empty lists",
  351. "filter-on": "Szűrő bekapcsolva",
  352. "filter-on-desc": "A kártyaszűrés be van kapcsolva ezen a táblán. Kattintson ide a szűrő szerkesztéséhez.",
  353. "filter-to-selection": "Szűrés a kijelöléshez",
  354. "other-filters-label": "Other Filters",
  355. "advanced-filter-label": "Speciális szűrő",
  356. "advanced-filter-description": "Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
  357. "fullname": "Teljes név",
  358. "header-logo-title": "Vissza a táblák oldalára.",
  359. "hide-system-messages": "Rendszerüzenetek elrejtése",
  360. "headerBarCreateBoardPopup-title": "Tábla létrehozása",
  361. "home": "Kezdőlap",
  362. "import": "Importálás",
  363. "impersonate-user": "Impersonate user",
  364. "link": "Link",
  365. "import-board": "tábla importálása",
  366. "import-board-c": "Tábla importálása",
  367. "import-board-title-trello": "Tábla importálása a Trello oldalról",
  368. "import-board-title-wekan": "Import board from previous export",
  369. "import-board-title-csv": "Import board from CSV/TSV",
  370. "from-trello": "A Trello oldalról",
  371. "from-wekan": "From previous export",
  372. "from-csv": "From CSV/TSV",
  373. "import-board-instruction-trello": "A Trello tábláján menjen a „Menü”, majd a „Több”, „Nyomtatás és exportálás”, „JSON exportálása” menüpontokra, és másolja ki az eredményül kapott szöveget.",
  374. "import-board-instruction-csv": "Paste in your Comma Separated Values(CSV)/ Tab Separated Values (TSV) .",
  375. "import-board-instruction-wekan": "In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
  376. "import-board-instruction-about-errors": "If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
  377. "import-json-placeholder": "Illessze be ide az érvényes JSON adatokat",
  378. "import-csv-placeholder": "Paste your valid CSV/TSV data here",
  379. "import-map-members": "Tagok leképezése",
  380. "import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
  381. "import-show-user-mapping": "Tagok leképezésének vizsgálata",
  382. "import-user-select": "Pick your existing user you want to use as this member",
  383. "importMapMembersAddPopup-title": "Select member",
  384. "info": "Verzió",
  385. "initials": "Kezdőbetűk",
  386. "invalid-date": "Érvénytelen dátum",
  387. "invalid-time": "Érvénytelen idő",
  388. "invalid-user": "Érvénytelen felhasználó",
  389. "joined": "csatlakozott",
  390. "just-invited": "Éppen most hívták meg erre a táblára",
  391. "keyboard-shortcuts": "Gyorsbillentyűk",
  392. "label-create": "Címke létrehozása",
  393. "label-default": "%s címke (alapértelmezett)",
  394. "label-delete-pop": "Nincs visszavonás. Ez el fogja távolítani ezt a címkét az összes kártyáról, és törli az előzményeit.",
  395. "labels": "Címkék",
  396. "language": "Nyelv",
  397. "last-admin-desc": "Nem változtathatja meg a szerepeket, mert legalább egy adminisztrátora szükség van.",
  398. "leave-board": "Tábla elhagyása",
  399. "leave-board-pop": "Biztosan el szeretné hagyni ezt a táblát: __boardTitle__? El lesz távolítva a táblán lévő összes kártyáról.",
  400. "leaveBoardPopup-title": "Elhagyja a táblát?",
  401. "link-card": "Összekapcsolás ezzel a kártyával",
  402. "list-archive-cards": "Move all cards in this list to Archive",
  403. "list-archive-cards-pop": "This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.",
  404. "list-move-cards": "A listán lévő összes kártya áthelyezése",
  405. "list-select-cards": "A listán lévő összes kártya kiválasztása",
  406. "set-color-list": "Set Color",
  407. "listActionPopup-title": "Műveletek felsorolása",
  408. "settingsUserPopup-title": "User Settings",
  409. "swimlaneActionPopup-title": "Swimlane Actions",
  410. "swimlaneAddPopup-title": "Add a Swimlane below",
  411. "listImportCardPopup-title": "Trello kártya importálása",
  412. "listImportCardsTsvPopup-title": "Import Excel CSV/TSV",
  413. "listMorePopup-title": "Több",
  414. "link-list": "Összekapcsolás ezzel a listával",
  415. "list-delete-pop": "Az összes művelet el lesz távolítva a tevékenységlistából, és nem lesz lehetősége visszaállítani a listát. Nincs visszavonás.",
  416. "list-delete-suggest-archive": "You can move a list to Archive to remove it from the board and preserve the activity.",
  417. "lists": "Listák",
  418. "swimlanes": "Swimlanes",
  419. "log-out": "Kijelentkezés",
  420. "log-in": "Bejelentkezés",
  421. "loginPopup-title": "Bejelentkezés",
  422. "memberMenuPopup-title": "Tagok beállításai",
  423. "members": "Tagok",
  424. "menu": "Menü",
  425. "move-selection": "Kijelölés áthelyezése",
  426. "moveCardPopup-title": "Kártya áthelyezése",
  427. "moveCardToBottom-title": "Áthelyezés az aljára",
  428. "moveCardToTop-title": "Áthelyezés a tetejére",
  429. "moveSelectionPopup-title": "Kijelölés áthelyezése",
  430. "multi-selection": "Többszörös kijelölés",
  431. "multi-selection-label": "Set label for selection",
  432. "multi-selection-member": "Set member for selection",
  433. "multi-selection-on": "Többszörös kijelölés bekapcsolva",
  434. "muted": "Némítva",
  435. "muted-info": "Soha sem lesz értesítve a táblán lévő semmilyen változásról.",
  436. "my-boards": "Saját tábláim",
  437. "name": "Név",
  438. "no-archived-cards": "No cards in Archive.",
  439. "no-archived-lists": "No lists in Archive.",
  440. "no-archived-swimlanes": "No swimlanes in Archive.",
  441. "no-results": "Nincs találat",
  442. "normal": "Normál",
  443. "normal-desc": "Megtekintheti és szerkesztheti a kártyákat. Nem változtathatja meg a beállításokat.",
  444. "not-accepted-yet": "A meghívás még nincs elfogadva",
  445. "notify-participate": "Frissítések fogadása bármely kártyánál, amelynél létrehozóként vagy tagként vesz részt",
  446. "notify-watch": "Frissítések fogadása bármely táblánál, listánál vagy kártyánál, amelyet megtekint",
  447. "optional": "opcionális",
  448. "or": "vagy",
  449. "page-maybe-private": "Ez az oldal személyes lehet. Esetleg megtekintheti, ha <a href='%s'>bejelentkezik</a>.",
  450. "page-not-found": "Az oldal nem található.",
  451. "password": "Jelszó",
  452. "paste-or-dragdrop": "illessze be, vagy fogd és vidd módon húzza ide a képfájlt (csak képeket)",
  453. "participating": "Részvétel",
  454. "preview": "Előnézet",
  455. "previewAttachedImagePopup-title": "Előnézet",
  456. "previewClipboardImagePopup-title": "Előnézet",
  457. "private": "Személyes",
  458. "private-desc": "Ez a tábla személyes. Csak a táblához hozzáadott emberek tekinthetik meg és szerkeszthetik.",
  459. "profile": "Profil",
  460. "public": "Nyilvános",
  461. "public-desc": "Ez a tábla nyilvános. A hivatkozás birtokában bárki számára látható, és megjelenik az olyan keresőmotorokban, mint például a Google. Csak a táblához hozzáadott emberek szerkeszthetik.",
  462. "quick-access-description": "Csillagozzon meg egy táblát egy gyors hivatkozás hozzáadásához ebbe a sávba.",
  463. "remove-cover": "Borító eltávolítása",
  464. "remove-from-board": "Eltávolítás a tábláról",
  465. "remove-label": "Címke eltávolítása",
  466. "listDeletePopup-title": "Törli a listát?",
  467. "remove-member": "Tag eltávolítása",
  468. "remove-member-from-card": "Eltávolítás a kártyáról",
  469. "remove-member-pop": "Eltávolítja __name__ (__username__) felhasználót a tábláról: __boardTitle__? A tag el lesz távolítva a táblán lévő összes kártyáról. Értesítést fog kapni erről.",
  470. "removeMemberPopup-title": "Eltávolítja a tagot?",
  471. "rename": "Átnevezés",
  472. "rename-board": "Tábla átnevezése",
  473. "restore": "Visszaállítás",
  474. "save": "Mentés",
  475. "search": "Keresés",
  476. "rules": "Rules",
  477. "search-cards": "Search from card/list titles, descriptions and custom fields on this board",
  478. "search-example": "Write text you search and press Enter",
  479. "select-color": "Szín kiválasztása",
  480. "select-board": "Select Board",
  481. "set-wip-limit-value": "Korlát beállítása a listán lévő feladatok legnagyobb számához",
  482. "setWipLimitPopup-title": "WIP korlát beállítása",
  483. "shortcut-assign-self": "Önmaga hozzárendelése a jelenlegi kártyához",
  484. "shortcut-autocomplete-emoji": "Emodzsi automatikus kiegészítése",
  485. "shortcut-autocomplete-members": "Tagok automatikus kiegészítése",
  486. "shortcut-clear-filters": "Összes szűrő törlése",
  487. "shortcut-close-dialog": "Párbeszédablak bezárása",
  488. "shortcut-filter-my-cards": "Kártyáim szűrése",
  489. "shortcut-show-shortcuts": "A hivatkozási lista előre hozása",
  490. "shortcut-toggle-filterbar": "Szűrő oldalsáv ki- és bekapcsolása",
  491. "shortcut-toggle-searchbar": "Toggle Search Sidebar",
  492. "shortcut-toggle-sidebar": "Tábla oldalsáv ki- és bekapcsolása",
  493. "show-cards-minimum-count": "Kártyaszámok megjelenítése, ha a lista többet tartalmaz mint",
  494. "sidebar-open": "Oldalsáv megnyitása",
  495. "sidebar-close": "Oldalsáv bezárása",
  496. "signupPopup-title": "Fiók létrehozása",
  497. "star-board-title": "Kattintson a tábla csillagozásához. Meg fog jelenni a táblalistája tetején.",
  498. "starred-boards": "Csillagozott táblák",
  499. "starred-boards-description": "A csillagozott táblák megjelennek a táblalistája tetején.",
  500. "subscribe": "Feliratkozás",
  501. "team": "Csapat",
  502. "this-board": "ez a tábla",
  503. "this-card": "ez a kártya",
  504. "spent-time-hours": "Eltöltött idő (óra)",
  505. "overtime-hours": "Túlóra (óra)",
  506. "overtime": "Túlóra",
  507. "has-overtime-cards": "Van túlórás kártyája",
  508. "has-spenttime-cards": "Has spent time cards",
  509. "time": "Idő",
  510. "title": "Cím",
  511. "tracking": "Követés",
  512. "tracking-info": "Értesítve lesz az összes olyan kártya változásáról, amelyen létrehozóként vagy tagként vesz részt.",
  513. "type": "Típus",
  514. "unassign-member": "Tag hozzárendelésének megszüntetése",
  515. "unsaved-description": "Van egy mentetlen leírása.",
  516. "unwatch": "Megfigyelés megszüntetése",
  517. "upload": "Feltöltés",
  518. "upload-avatar": "Egy avatár feltöltése",
  519. "uploaded-avatar": "Egy avatár feltöltve",
  520. "custom-top-left-corner-logo-image-url": "Custom Top Left Corner Logo Image URL",
  521. "custom-top-left-corner-logo-link-url": "Custom Top Left Corner Logo Link URL",
  522. "custom-top-left-corner-logo-height": "Custom Top Left Corner Logo Height. Default: 27",
  523. "custom-login-logo-image-url": "Custom Login Logo Image URL",
  524. "custom-login-logo-link-url": "Custom Login Logo Link URL",
  525. "text-below-custom-login-logo": "Text below Custom Login Logo",
  526. "username": "Felhasználónév",
  527. "view-it": "Megtekintés",
  528. "warn-list-archived": "warning: this card is in an list at Archive",
  529. "watch": "Megfigyelés",
  530. "watching": "Megfigyelés",
  531. "watching-info": "Értesítve lesz a táblán lévő összes változásról",
  532. "welcome-board": "Üdvözlő tábla",
  533. "welcome-swimlane": "1. mérföldkő",
  534. "welcome-list1": "Alapok",
  535. "welcome-list2": "Speciális",
  536. "card-templates-swimlane": "Card Templates",
  537. "list-templates-swimlane": "List Templates",
  538. "board-templates-swimlane": "Board Templates",
  539. "what-to-do": "Mit szeretne tenni?",
  540. "wipLimitErrorPopup-title": "Érvénytelen WIP korlát",
  541. "wipLimitErrorPopup-dialog-pt1": "A listán lévő feladatok száma magasabb a meghatározott WIP korlátnál.",
  542. "wipLimitErrorPopup-dialog-pt2": "Helyezzen át néhány feladatot a listáról, vagy állítson be magasabb WIP korlátot.",
  543. "admin-panel": "Adminisztrációs panel",
  544. "settings": "Beállítások",
  545. "people": "Emberek",
  546. "registration": "Regisztráció",
  547. "disable-self-registration": "Önregisztráció letiltása",
  548. "invite": "Meghívás",
  549. "invite-people": "Emberek meghívása",
  550. "to-boards": "Táblákhoz",
  551. "email-addresses": "E-mail címek",
  552. "smtp-host-description": "Az SMTP kiszolgáló címe, amely az e-maileket kezeli.",
  553. "smtp-port-description": "Az SMTP kiszolgáló által használt port a kimenő e-mailekhez.",
  554. "smtp-tls-description": "TLS támogatás engedélyezése az SMTP kiszolgálónál",
  555. "smtp-host": "SMTP kiszolgáló",
  556. "smtp-port": "SMTP port",
  557. "smtp-username": "Felhasználónév",
  558. "smtp-password": "Jelszó",
  559. "smtp-tls": "TLS támogatás",
  560. "send-from": "Feladó",
  561. "send-smtp-test": "Teszt e-mail küldése magamnak",
  562. "invitation-code": "Meghívási kód",
  563. "email-invite-register-subject": "__inviter__ egy meghívás küldött Önnek",
  564. "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
  565. "email-smtp-test-subject": "SMTP Test Email",
  566. "email-smtp-test-text": "Sikeresen elküldött egy e-mailt",
  567. "error-invitation-code-not-exist": "A meghívási kód nem létezik",
  568. "error-notAuthorized": "Nincs jogosultsága az oldal megtekintéséhez.",
  569. "webhook-title": "Webhook Name",
  570. "webhook-token": "Token (Optional for Authentication)",
  571. "outgoing-webhooks": "Kimenő webhurkok",
  572. "bidirectional-webhooks": "Two-Way Webhooks",
  573. "outgoingWebhooksPopup-title": "Kimenő webhurkok",
  574. "boardCardTitlePopup-title": "Card Title Filter",
  575. "disable-webhook": "Disable This Webhook",
  576. "global-webhook": "Global Webhooks",
  577. "new-outgoing-webhook": "Új kimenő webhurok",
  578. "no-name": "(Ismeretlen)",
  579. "Node_version": "Node verzió",
  580. "Meteor_version": "Meteor version",
  581. "MongoDB_version": "MongoDB version",
  582. "MongoDB_storage_engine": "MongoDB storage engine",
  583. "MongoDB_Oplog_enabled": "MongoDB Oplog enabled",
  584. "OS_Arch": "Operációs rendszer architektúrája",
  585. "OS_Cpus": "Operációs rendszer CPU száma",
  586. "OS_Freemem": "Operációs rendszer szabad memóriája",
  587. "OS_Loadavg": "Operációs rendszer átlagos terhelése",
  588. "OS_Platform": "Operációs rendszer platformja",
  589. "OS_Release": "Operációs rendszer kiadása",
  590. "OS_Totalmem": "Operációs rendszer összes memóriája",
  591. "OS_Type": "Operációs rendszer típusa",
  592. "OS_Uptime": "Operációs rendszer üzemideje",
  593. "days": "days",
  594. "hours": "óra",
  595. "minutes": "perc",
  596. "seconds": "másodperc",
  597. "show-field-on-card": "A mező megjelenítése a kártyán",
  598. "automatically-field-on-card": "Auto create field to all cards",
  599. "showLabel-field-on-card": "Show field label on minicard",
  600. "yes": "Igen",
  601. "no": "Nem",
  602. "accounts": "Fiókok",
  603. "accounts-allowEmailChange": "E-mail megváltoztatásának engedélyezése",
  604. "accounts-allowUserNameChange": "Felhasználónév megváltoztatásának engedélyezése",
  605. "createdAt": "Létrehozva",
  606. "verified": "Ellenőrizve",
  607. "active": "Aktív",
  608. "card-received": "Érkezett",
  609. "card-received-on": "Ekkor érkezett",
  610. "card-end": "Befejezés",
  611. "card-end-on": "Befejeződik ekkor",
  612. "editCardReceivedDatePopup-title": "Érkezési dátum megváltoztatása",
  613. "editCardEndDatePopup-title": "Befejezési dátum megváltoztatása",
  614. "setCardColorPopup-title": "Set color",
  615. "setCardActionsColorPopup-title": "Choose a color",
  616. "setSwimlaneColorPopup-title": "Choose a color",
  617. "setListColorPopup-title": "Choose a color",
  618. "assigned-by": "Assigned By",
  619. "requested-by": "Requested By",
  620. "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
  621. "delete-board-confirm-popup": "All lists, cards, labels, and activities will be deleted and you won't be able to recover the board contents. There is no undo.",
  622. "boardDeletePopup-title": "Delete Board?",
  623. "delete-board": "Delete Board",
  624. "default-subtasks-board": "Subtasks for __board__ board",
  625. "default": "Default",
  626. "queue": "Queue",
  627. "subtask-settings": "Alfeladat beállítások",
  628. "card-settings": "Card Settings",
  629. "boardSubtaskSettingsPopup-title": "Tábla alfeladat beállítások",
  630. "boardCardSettingsPopup-title": "Card Settings",
  631. "deposit-subtasks-board": "Deposit subtasks to this board:",
  632. "deposit-subtasks-list": "Landing list for subtasks deposited here:",
  633. "show-parent-in-minicard": "Show parent in minicard:",
  634. "prefix-with-full-path": "Prefix with full path",
  635. "prefix-with-parent": "Prefix with parent",
  636. "subtext-with-full-path": "Subtext with full path",
  637. "subtext-with-parent": "Subtext with parent",
  638. "change-card-parent": "Change card's parent",
  639. "parent-card": "Parent card",
  640. "source-board": "Source board",
  641. "no-parent": "Don't show parent",
  642. "activity-added-label": "added label '%s' to %s",
  643. "activity-removed-label": "removed label '%s' from %s",
  644. "activity-delete-attach": "deleted an attachment from %s",
  645. "activity-added-label-card": "added label '%s'",
  646. "activity-removed-label-card": "removed label '%s'",
  647. "activity-delete-attach-card": "deleted an attachment",
  648. "activity-set-customfield": "set custom field '%s' to '%s' in %s",
  649. "activity-unset-customfield": "unset custom field '%s' in %s",
  650. "r-rule": "Rule",
  651. "r-add-trigger": "Add trigger",
  652. "r-add-action": "Add action",
  653. "r-board-rules": "Board rules",
  654. "r-add-rule": "Add rule",
  655. "r-view-rule": "View rule",
  656. "r-delete-rule": "Delete rule",
  657. "r-new-rule-name": "New rule title",
  658. "r-no-rules": "No rules",
  659. "r-trigger": "Trigger",
  660. "r-action": "Action",
  661. "r-when-a-card": "When a card",
  662. "r-is": "is",
  663. "r-is-moved": "is moved",
  664. "r-added-to": "Added to",
  665. "r-removed-from": "Removed from",
  666. "r-the-board": "the board",
  667. "r-list": "list",
  668. "set-filter": "Set Filter",
  669. "r-moved-to": "Moved to",
  670. "r-moved-from": "Moved from",
  671. "r-archived": "Archívumba helyezve",
  672. "r-unarchived": "Helyreállítva az archívumból",
  673. "r-a-card": "a card",
  674. "r-when-a-label-is": "When a label is",
  675. "r-when-the-label": "When the label",
  676. "r-list-name": "list name",
  677. "r-when-a-member": "When a member is",
  678. "r-when-the-member": "When the member",
  679. "r-name": "name",
  680. "r-when-a-attach": "When an attachment",
  681. "r-when-a-checklist": "When a checklist is",
  682. "r-when-the-checklist": "When the checklist",
  683. "r-completed": "Completed",
  684. "r-made-incomplete": "Made incomplete",
  685. "r-when-a-item": "When a checklist item is",
  686. "r-when-the-item": "When the checklist item",
  687. "r-checked": "Checked",
  688. "r-unchecked": "Unchecked",
  689. "r-move-card-to": "Move card to",
  690. "r-top-of": "Top of",
  691. "r-bottom-of": "Bottom of",
  692. "r-its-list": "its list",
  693. "r-archive": "Mozgatás az archívumba",
  694. "r-unarchive": "Helyreállítás az archívumból",
  695. "r-card": "card",
  696. "r-add": "Hozzáadás",
  697. "r-remove": "Remove",
  698. "r-label": "label",
  699. "r-member": "member",
  700. "r-remove-all": "Remove all members from the card",
  701. "r-set-color": "Set color to",
  702. "r-checklist": "checklist",
  703. "r-check-all": "Összes megjelölése",
  704. "r-uncheck-all": "Összes jelölés törlése",
  705. "r-items-check": "items of checklist",
  706. "r-check": "Kijelölés",
  707. "r-uncheck": "Jelölés törlése",
  708. "r-item": "item",
  709. "r-of-checklist": "ellenőrzőlistából",
  710. "r-send-email": "E-mail küldése",
  711. "r-to": "címzett",
  712. "r-of": "of",
  713. "r-subject": "tárgy",
  714. "r-rule-details": "Rule details",
  715. "r-d-move-to-top-gen": "Move card to top of its list",
  716. "r-d-move-to-top-spec": "Move card to top of list",
  717. "r-d-move-to-bottom-gen": "Move card to bottom of its list",
  718. "r-d-move-to-bottom-spec": "Move card to bottom of list",
  719. "r-d-send-email": "E-mail küldése",
  720. "r-d-send-email-to": "címzett",
  721. "r-d-send-email-subject": "tárgy",
  722. "r-d-send-email-message": "üzenet",
  723. "r-d-archive": "Move card to Archive",
  724. "r-d-unarchive": "Restore card from Archive",
  725. "r-d-add-label": "Címke hozzáadása",
  726. "r-d-remove-label": "Címke eltávolítása",
  727. "r-create-card": "Create new card",
  728. "r-in-list": "in list",
  729. "r-in-swimlane": "in swimlane",
  730. "r-d-add-member": "Add member",
  731. "r-d-remove-member": "Remove member",
  732. "r-d-remove-all-member": "Remove all member",
  733. "r-d-check-all": "Check all items of a list",
  734. "r-d-uncheck-all": "Uncheck all items of a list",
  735. "r-d-check-one": "Elem kijelölése",
  736. "r-d-uncheck-one": "Elem bejelölésének törlése",
  737. "r-d-check-of-list": "ellenőrzőlistából",
  738. "r-d-add-checklist": "Ellenőrzőlista hozzáadása",
  739. "r-d-remove-checklist": "Ellenőrzőlista eltávolítása",
  740. "r-by": "által",
  741. "r-add-checklist": "Ellenőrzőlista hozzáadása",
  742. "r-with-items": "elemekkel",
  743. "r-items-list": "item1,item2,item3",
  744. "r-add-swimlane": "Add swimlane",
  745. "r-swimlane-name": "swimlane name",
  746. "r-board-note": "Note: leave a field empty to match every possible value.",
  747. "r-checklist-note": "Note: checklist's items have to be written as comma separated values.",
  748. "r-when-a-card-is-moved": "Amikor egy kártya másik listába kerül",
  749. "r-set": "Set",
  750. "r-update": "Frissítés",
  751. "r-datefield": "dátum mező",
  752. "r-df-start-at": "kezdet",
  753. "r-df-due-at": "határidő",
  754. "r-df-end-at": "végzett",
  755. "r-df-received-at": "megérkezett",
  756. "r-to-current-datetime": "to current date/time",
  757. "r-remove-value-from": "Remove value from",
  758. "ldap": "LDAP",
  759. "oauth2": "OAuth2",
  760. "cas": "CAS",
  761. "authentication-method": "Hitelesítési mód",
  762. "authentication-type": "Hitelesítés típusa",
  763. "custom-product-name": "Saját terméknév",
  764. "layout": "Elrendezés",
  765. "hide-logo": "Logo elrejtése",
  766. "add-custom-html-after-body-start": "Egyedi HTML hozzáadása <body> után",
  767. "add-custom-html-before-body-end": "1",
  768. "error-undefined": "Valami hiba történt",
  769. "error-ldap-login": "Hiba történt bejelentkezés közben",
  770. "display-authentication-method": "Hitelelesítési mód mutatása",
  771. "default-authentication-method": "Alapértelmezett hitelesítési mód",
  772. "duplicate-board": "Duplicate Board",
  773. "people-number": "The number of people is:",
  774. "swimlaneDeletePopup-title": "Delete Swimlane ?",
  775. "swimlane-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the swimlane. There is no undo.",
  776. "restore-all": "Összes visszaállítása",
  777. "delete-all": "Összes törlése",
  778. "loading": "Betöltés folyamatban, kis türelmet…",
  779. "previous_as": "last time was",
  780. "act-a-dueAt": "modified due time to \nWhen: __timeValue__\nWhere: __card__\n previous due was __timeOldValue__",
  781. "act-a-endAt": "modified ending time to __timeValue__ from (__timeOldValue__)",
  782. "act-a-startAt": "modified starting time to __timeValue__ from (__timeOldValue__)",
  783. "act-a-receivedAt": "modified received time to __timeValue__ from (__timeOldValue__)",
  784. "a-dueAt": "modified due time to be",
  785. "a-endAt": "modified ending time to be",
  786. "a-startAt": "modified starting time to be",
  787. "a-receivedAt": "modified received time to be",
  788. "almostdue": "current due time %s is approaching",
  789. "pastdue": "current due time %s is past",
  790. "duenow": "current due time %s is today",
  791. "act-newDue": "__list__/__card__ has 1st due reminder [__board__]",
  792. "act-withDue": "__list__/__card__ due reminders [__board__]",
  793. "act-almostdue": "was reminding the current due (__timeValue__) of __card__ is approaching",
  794. "act-pastdue": "was reminding the current due (__timeValue__) of __card__ is past",
  795. "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now",
  796. "act-atUserComment": "You were mentioned in [__board__] __list__/__card__",
  797. "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo.",
  798. "accounts-allowUserDelete": "Allow users to self delete their account",
  799. "hide-minicard-label-text": "Hide minicard label text",
  800. "show-desktop-drag-handles": "Show desktop drag handles",
  801. "assignee": "Felelős",
  802. "cardAssigneesPopup-title": "Felelős",
  803. "addmore-detail": "Add a more detailed description",
  804. "show-on-card": "Show on Card",
  805. "new": "Új",
  806. "editUserPopup-title": "Felhasználó szerkesztése",
  807. "newUserPopup-title": "Új felhasználó",
  808. "notifications": "Értesítések",
  809. "view-all": "Összes megtekintése",
  810. "filter-by-unread": "Filter by Unread",
  811. "mark-all-as-read": "Összes megjelölése olvasottként",
  812. "remove-all-read": "Remove all read",
  813. "allow-rename": "Allow Rename",
  814. "allowRenamePopup-title": "Allow Rename",
  815. "start-day-of-week": "Állítsa be a hét kezdetének napját",
  816. "monday": "hétfő",
  817. "tuesday": "kedd",
  818. "wednesday": "szerda",
  819. "thursday": "csütörtök",
  820. "friday": "péntek",
  821. "saturday": "szombat",
  822. "sunday": "vasárnap",
  823. "status": "Állapot",
  824. "swimlane": "Swimlane",
  825. "owner": "Tulajdonos",
  826. "last-modified-at": "Last modified at",
  827. "last-activity": "Last activity",
  828. "voting": "Voting",
  829. "archived": "Archiválva",
  830. "delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has",
  831. "delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list",
  832. "hide-checked-items": "Kijelölt elemek elrejtése",
  833. "task": "Task",
  834. "create-task": "Create Task",
  835. "ok": "OK"
  836. }