hu.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. /*!
  2. * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2018 Froala Labs
  5. */
  6. (function (factory) {
  7. if (typeof define === 'function' && define.amd) {
  8. // AMD. Register as an anonymous module.
  9. define(['jquery'], factory);
  10. } else if (typeof module === 'object' && module.exports) {
  11. // Node/CommonJS
  12. module.exports = function( root, jQuery ) {
  13. if ( jQuery === undefined ) {
  14. // require('jQuery') returns a factory that requires window to
  15. // build a jQuery instance, we normalize how we use modules
  16. // that require this pattern but the window provided is a noop
  17. // if it's defined (how jquery works)
  18. if ( typeof window !== 'undefined' ) {
  19. jQuery = require('jquery');
  20. }
  21. else {
  22. jQuery = require('jquery')(root);
  23. }
  24. }
  25. return factory(jQuery);
  26. };
  27. } else {
  28. // Browser globals
  29. factory(window.jQuery);
  30. }
  31. }(function ($) {
  32. /**
  33. * Hungarian
  34. */
  35. $.FE.LANGUAGE['hu'] = {
  36. translation: {
  37. // Place holder
  38. "Type something": "Sz\u00f6veg...",
  39. // Basic formatting
  40. "Bold": "F\u00e9lk\u00f6v\u00e9r",
  41. "Italic": "D\u0151lt",
  42. "Underline": "Al\u00e1h\u00fazott",
  43. "Strikethrough": "\u00c1th\u00fazott",
  44. // Main buttons
  45. "Insert": "Beilleszt\u00e9s",
  46. "Delete": "T\u00f6rl\u00e9s",
  47. "Cancel": "M\u00e9gse",
  48. "OK": "Rendben",
  49. "Back": "Vissza",
  50. "Remove": "Elt\u00e1vol\u00edt\u00e1s",
  51. "More": "T\u00f6bb",
  52. "Update": "Friss\u00edt\u00e9s",
  53. "Style": "St\u00edlus",
  54. // Font
  55. "Font Family": "Bet\u0171t\u00edpus",
  56. "Font Size": "Bet\u0171m\u00e9ret",
  57. // Colors
  58. "Colors": "Sz\u00ednek",
  59. "Background": "H\u00e1tt\u00e9r",
  60. "Text": "Sz\u00f6veg",
  61. "HEX Color": "Hex színű",
  62. // Paragraphs
  63. "Paragraph Format": "Form\u00e1tumok",
  64. "Normal": "Norm\u00e1l",
  65. "Code": "K\u00f3d",
  66. "Heading 1": "C\u00edmsor 1",
  67. "Heading 2": "C\u00edmsor 2",
  68. "Heading 3": "C\u00edmsor 3",
  69. "Heading 4": "C\u00edmsor 4",
  70. // Style
  71. "Paragraph Style": "Bekezd\u00e9s st\u00edlusa",
  72. "Inline Style": " Helyi st\u00edlus",
  73. // Alignment
  74. "Align": "Igaz\u00edt\u00e1s",
  75. "Align Left": "Balra igaz\u00edt",
  76. "Align Center": "K\u00f6z\u00e9pre z\u00e1r",
  77. "Align Right": "Jobbra igaz\u00edt",
  78. "Align Justify": "Sorkiz\u00e1r\u00e1s",
  79. "None": "Egyik sem",
  80. // Lists
  81. "Ordered List": "Sz\u00e1moz\u00e1s",
  82. "Unordered List": "Felsorol\u00e1s",
  83. // Indent
  84. "Decrease Indent": "Beh\u00faz\u00e1s cs\u00f6kkent\u00e9se",
  85. "Increase Indent": "Beh\u00faz\u00e1s n\u00f6vel\u00e9se",
  86. // Links
  87. "Insert Link": "Hivatkoz\u00e1s beilleszt\u00e9se",
  88. "Open in new tab": "Megnyit\u00e1s \u00faj lapon",
  89. "Open Link": "Hivatkoz\u00e1s megnyit\u00e1sa",
  90. "Edit Link": "Hivatkoz\u00e1 s szerkeszt\u00e9se",
  91. "Unlink": "Hivatkoz\u00e1s t\u00f6rl\u00e9se",
  92. "Choose Link": "Keres\u00e9s a lapok k\u00f6z\u00f6tt",
  93. // Images
  94. "Insert Image": "K\u00e9p beilleszt\u00e9se",
  95. "Upload Image": "K\u00e9p felt\u00f6lt\u00e9se",
  96. "By URL": "Webc\u00edm megad\u00e1sa",
  97. "Browse": "B\u00f6ng\u00e9sz\u00e9s",
  98. "Drop image": "H\u00fazza ide a k\u00e9pet",
  99. "or click": "vagy kattintson ide",
  100. "Manage Images": "K\u00e9pek kezel\u00e9se",
  101. "Loading": "Bet\u00f6lt\u00e9s...",
  102. "Deleting": "T\u00f6rl\u00e9s...",
  103. "Tags": "C\u00edmk\u00e9k",
  104. "Are you sure? Image will be deleted.": "Biztos benne? A k\u00e9p t\u00f6rl\u00e9sre ker\u00fcl.",
  105. "Replace": "Csere",
  106. "Uploading": "Felt\u00f6lt\u00e9s",
  107. "Loading image": "K\u00e9p bet\u00f6lt\u00e9se",
  108. "Display": "Kijelz\u0151",
  109. "Inline": "Sorban",
  110. "Break Text": "Sz\u00f6veg t\u00f6r\u00e9se",
  111. "Alternative Text": "Alternat\u00edv sz\u00f6veg",
  112. "Change Size": "M\u00e9ret m\u00f3dos\u00edt\u00e1sa",
  113. "Width": "Sz\u00e9less\u00e9g",
  114. "Height": "Magass\u00e1g",
  115. "Something went wrong. Please try again.": "Valami elromlott. K\u00e9rlek pr\u00f3b\u00e1ld \u00fajra.",
  116. "Image Caption": "Képaláírás",
  117. "Advanced Edit": "Fejlett szerkesztés",
  118. // Video
  119. "Insert Video": "Vide\u00f3 beilleszt\u00e9se",
  120. "Embedded Code": "K\u00f3d bem\u00e1sol\u00e1sa",
  121. "Paste in a video URL": "Illessze be a videó URL-címét",
  122. "Drop video": "Csepp videót",
  123. "Your browser does not support HTML5 video.": "A böngészője nem támogatja a html5 videót.",
  124. "Upload Video": "Videó feltöltése",
  125. // Tables
  126. "Insert Table": "T\u00e1bl\u00e1zat beilleszt\u00e9se",
  127. "Table Header": "T\u00e1bl\u00e1zat fejl\u00e9ce",
  128. "Remove Table": "T\u00e1bla elt\u00e1vol\u00edt\u00e1sa",
  129. "Table Style": "T\u00e1bl\u00e1zat st\u00edlusa",
  130. "Horizontal Align": "V\u00edzszintes igaz\u00edt\u00e1s",
  131. "Row": "Sor",
  132. "Insert row above": "Sor besz\u00far\u00e1sa el\u00e9",
  133. "Insert row below": "Sor besz\u00far\u00e1sa m\u00f6g\u00e9",
  134. "Delete row": "Sor t\u00f6rl\u00e9se",
  135. "Column": "Oszlop",
  136. "Insert column before": "Oszlop besz\u00far\u00e1sa el\u00e9",
  137. "Insert column after": "Oszlop besz\u00far\u00e1sa m\u00f6g\u00e9",
  138. "Delete column": "Oszlop t\u00f6rl\u00e9se",
  139. "Cell": "Cella",
  140. "Merge cells": "Cell\u00e1k egyes\u00edt\u00e9se",
  141. "Horizontal split": "V\u00edzszintes osztott",
  142. "Vertical split": "F\u00fcgg\u0151leges osztott",
  143. "Cell Background": "Cella h\u00e1ttere",
  144. "Vertical Align": "F\u00fcgg\u0151leges fej\u00e1ll\u00edt\u00e1s",
  145. "Top": "Fels\u0151",
  146. "Middle": "K\u00f6z\u00e9ps\u0151",
  147. "Bottom": "Als\u00f3",
  148. "Align Top": "Igaz\u00edtsa fel\u00fclre",
  149. "Align Middle": "Igaz\u00edtsa k\u00f6z\u00e9pre",
  150. "Align Bottom": "Igaz\u00edtsa al\u00falra",
  151. "Cell Style": "Cella st\u00edlusa",
  152. // Files
  153. "Upload File": "F\u00e1jl felt\u00f6lt\u00e9se",
  154. "Drop file": "H\u00fazza ide a f\u00e1jlt",
  155. // Emoticons
  156. "Emoticons": "Hangulatjelek",
  157. "Grinning face": "Vigyorg\u00f3 arc",
  158. "Grinning face with smiling eyes": "Vigyorg\u00f3 arc mosolyg\u00f3 szemekkel",
  159. "Face with tears of joy": "Arc \u00e1t az \u00f6r\u00f6m k\u00f6nnyei",
  160. "Smiling face with open mouth": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal",
  161. "Smiling face with open mouth and smiling eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s mosolyg\u00f3 szemek",
  162. "Smiling face with open mouth and cold sweat": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s hideg ver\u00edt\u00e9k",
  163. "Smiling face with open mouth and tightly-closed eyes": "Mosolyg\u00f3 arc t\u00e1tott sz\u00e1jjal \u00e9s szorosan lehunyt szemmel",
  164. "Smiling face with halo": "Mosolyg\u00f3 arc dicsf\u00e9nyben",
  165. "Smiling face with horns": "Mosolyg\u00f3 arc szarvakkal",
  166. "Winking face": "Kacsint\u00f3s arc",
  167. "Smiling face with smiling eyes": "Mosolyg\u00f3 arc mosolyg\u00f3 szemekkel",
  168. "Face savoring delicious food": "Arc \u00edzlelgette \u00edzletes \u00e9telek",
  169. "Relieved face": "Megk\u00f6nnyebb\u00fclt arc",
  170. "Smiling face with heart-shaped eyes": "Mosolyg\u00f3 arc sz\u00edv alak\u00fa szemekkel",
  171. "Smilin g face with sunglasses": "Mosolyg\u00f3 arc napszem\u00fcvegben",
  172. "Smirking face": "Vigyorg\u00f3 arca",
  173. "Neutral face": "Semleges arc",
  174. "Expressionless face": "Kifejez\u00e9stelen arc",
  175. "Unamused face": "Unott arc",
  176. "Face with cold sweat": "Arc\u00e1n hideg verejt\u00e9kkel",
  177. "Pensive face": "T\u00f6preng\u0151 arc",
  178. "Confused face": "Zavaros arc",
  179. "Confounded face": "R\u00e1c\u00e1folt arc",
  180. "Kissing face": "Cs\u00f3kos arc",
  181. "Face throwing a kiss": "Arcra dobott egy cs\u00f3kot",
  182. "Kissing face with smiling eyes": "Cs\u00f3kos arc\u00e1t mosolyg\u00f3 szemek",
  183. "Kissing face with closed eyes": "Cs\u00f3kos arc\u00e1t csukott szemmel",
  184. "Face with stuck out tongue": "Szembe kiny\u00faj totta a nyelv\u00e9t",
  185. "Face with stuck out tongue and winking eye": "Szembe kiny\u00fajtotta a nyelv\u00e9t, \u00e9s kacsint\u00f3 szem",
  186. "Face with stuck out tongue and tightly-closed eyes": "Arc kiny\u00fajtotta a nyelv\u00e9t, \u00e9s szorosan lehunyt szemmel",
  187. "Disappointed face": "Csal\u00f3dott arc",
  188. "Worried face": "Agg\u00f3d\u00f3 arc\u00e1t",
  189. "Angry face": "D\u00fch\u00f6s arc",
  190. "Pouting face": "Duzzog\u00f3 arc",
  191. "Crying face": "S\u00edr\u00f3 arc",
  192. "Persevering face": "Kitart\u00f3 arc",
  193. "Face with look of triumph": "Arc\u00e1t diadalmas pillant\u00e1st",
  194. "Disappointed but relieved face": "Csal\u00f3dott, de megk\u00f6nnyebb\u00fclt arc",
  195. "Frowning face with open mouth": "Komor arcb\u00f3l t\u00e1tott sz\u00e1jjal",
  196. "Anguished face": "Gy\u00f6tr\u0151d\u0151 arc",
  197. "Fearful face": "F\u00e9lelmetes arc",
  198. "Weary face": "F\u00e1radt arc",
  199. "Sleepy face": "\u00e1lmos arc",
  200. "Tired face": "F\u00e1radt arc",
  201. "Grimacing face": "Elfintorodott arc",
  202. "Loudly crying face": "Hangosan s\u00edr\u00f3 arc",
  203. "Face with open mouth": "Arc nyitott sz\u00e1jjal",
  204. "Hushed face": "Csit\u00edtott arc",
  205. "Face with open mouth and cold sweat": "Arc t\u00e1tott sz\u00e1jjal \u00e9s hideg ver\u00edt\u00e9k",
  206. "Face screaming in fear": "Sikoltoz\u00f3 arc a f\u00e9lelemt\u0151l",
  207. "Astonished face": "Meglepett arc",
  208. "Flushed face": "Kipirult arc",
  209. "Sleeping face": "Alv\u00f3 arc",
  210. "Dizzy face": " Sz\u00e1d\u00fcl\u0151 arc",
  211. "Face without mouth": "Arc n\u00e9lküli sz\u00e1j",
  212. "Face with medical mask": "Arc\u00e1n orvosi maszk",
  213. // Line breaker
  214. "Break": "T\u00f6r\u00e9s",
  215. // Math
  216. "Subscript": "Als\u00f3 index",
  217. "Superscript": "Fels\u0151 index",
  218. // Full screen
  219. "Fullscreen": "Teljes k\u00e9perny\u0151",
  220. // Horizontal line
  221. "Insert Horizontal Line": "V\u00edzszintes vonal",
  222. // Clear formatting
  223. "Clear Formatting": "Form\u00e1z\u00e1s elt\u00e1vol\u00edt\u00e1sa",
  224. // Undo, redo
  225. "Undo": "Visszavon\u00e1s",
  226. "Redo": "Ism\u00e9t",
  227. // Select all
  228. "Select All": "Minden kijel\u00f6l\u00e9se",
  229. // Code view
  230. "Code View": "Forr\u00e1sk\u00f3d",
  231. // Quote
  232. "Quote": "Id\u00e9zet",
  233. "Increase": "N\u00f6vel\u00e9s",
  234. "Decrease": "Cs\u00f6kkent\u00e9s",
  235. // Quick Insert
  236. "Quick Insert": "Beilleszt\u00e9s",
  237. // Spcial Characters
  238. "Special Characters": "Speciális karakterek",
  239. "Latin": "Latin",
  240. "Greek": "Görög",
  241. "Cyrillic": "Cirill",
  242. "Punctuation": "Központozás",
  243. "Currency": "Valuta",
  244. "Arrows": "Nyilak",
  245. "Math": "Matematikai",
  246. "Misc": "Misc",
  247. // Print.
  248. "Print": "Nyomtatás",
  249. // Spell Checker.
  250. "Spell Checker": "Helyesírás-ellenőrző",
  251. // Help
  252. "Help": "Segítség",
  253. "Shortcuts": "Hivatkozások",
  254. "Inline Editor": "Inline szerkesztő",
  255. "Show the editor": "Mutassa meg a szerkesztőt",
  256. "Common actions": "Közös cselekvések",
  257. "Copy": "Másolat",
  258. "Cut": "Vágott",
  259. "Paste": "Paszta",
  260. "Basic Formatting": "Alap formázás",
  261. "Increase quote level": "Növeli az idézet szintjét",
  262. "Decrease quote level": "Csökkenti az árazási szintet",
  263. "Image / Video": "Kép / videó",
  264. "Resize larger": "Nagyobb átméretezés",
  265. "Resize smaller": "Kisebb méretűek",
  266. "Table": "Asztal",
  267. "Select table cell": "Válasszon táblázatcellát",
  268. "Extend selection one cell": "Kiterjesztheti a kiválasztást egy cellára",
  269. "Extend selection one row": "Szűkítse ki az egy sort",
  270. "Navigation": "Navigáció",
  271. "Focus popup / toolbar": "Fókusz felugró ablak / eszköztár",
  272. "Return focus to previous position": "Visszaáll az előző pozícióra",
  273. // Embed.ly
  274. "Embed URL": "Beágyazott url",
  275. "Paste in a URL to embed": "Beilleszteni egy URL-t a beágyazáshoz",
  276. // Word Paste.
  277. "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "A beillesztett tartalom egy microsoft szó dokumentumból származik. szeretné megtartani a formátumot vagy tisztítani?",
  278. "Keep": "Tart",
  279. "Clean": "Tiszta",
  280. "Word Paste Detected": "Szópaszta észlelhető"
  281. },
  282. direction: "ltr"
  283. };
  284. }));