diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index db15fd1a..76e2adfd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,6 +1,6 @@ # Contributors -- [@anirudh-modi](https://github.com/anirudh-modi) +- [@anirudh-modi](https://git^b.com/anirudh-modi) - [@ENT8R](https://github.com/ENT8R) - [@OogieBoogieInJSON](https://github.com/OogieBoogieInJSON) - [@redagavin](https://github.com/redagavin) @@ -60,6 +60,9 @@ - Shani Rub ([@shanirub](https://github.com/shanirub)) - [@relspas](https://github.com/relspas) +### Hungarian +- [@alakszab1107](https://github.com/alakszab1107) + ### Indonesian - Rizal Fakhri ([@rizalfakhri](https://github.com/rizalfakhri)) diff --git a/assets/texts/en/Changelog/next.md b/assets/texts/en/Changelog/next.md index 119366ba..d26f8544 100644 --- a/assets/texts/en/Changelog/next.md +++ b/assets/texts/en/Changelog/next.md @@ -1,3 +1,4 @@ * **New:** An option for using the clipboard content when opening the popup has been added, thanks to [@BrandonTuTwo2](https://github.com/BrandonTuTwo2). * **New:** Added a context menu item for generating QR codes for the current page, with a settings option to enable or disable the context menu item, thanks to [@mahmoudhusam](https://github.com/mahmoudhusam) * **New:** The translation for Urdu has been added, thanks to [@Toprun123](https://github.com/Toprun123). +* **New:** The translation for Hungarian has been added, thanks to [@alakszab1107](https://github.com/alakszab1107). diff --git a/src/_locales/hu/messages.json b/src/_locales/hu/messages.json new file mode 100644 index 00000000..2ac94740 --- /dev/null +++ b/src/_locales/hu/messages.json @@ -0,0 +1,535 @@ +{ + // manifest.json + "extensionName": { + "message": "Offline QR kód generátor", + "description": "Name of the extension.", + "hash": "8f698856e9a0ac32513f12b1955fa3c1" + }, + "extensionNameShort": { + "message": "Offline QR kód", + "description": "Name of the extension.", + "hash": "a38edae757cf4b1c8a57c0de97ae7400" + }, + "extensionDescription": { + "message": "Lehetővé teszi QR-kód létrehozását bármely megnyitott weboldalhoz vagy laphoz.", + "description": "Description of the extension.", + "hash": "824ef7416ba4361e3621df1fe8048c3b" + }, + "browserActionButtonTitle": { + "message": "Offline QR kód", + "description": "The title for the button, which opens the popup.", + "hash": "dc0228c66afb28e701184df952b0df18" + }, + "commandOpenQrPopup": { + "message": "QR-kód felugró ablak megnyitása", + "description": "Description of the hot key command to open the QR Code popup (by default with Ctrl+Shift+F10).", + "hash": "98e90b2532a0097cd43081b4e1610519" + }, + + // errors or other messages (mostly for settings) + "errorShowingMessage": { + "message": "Nem sikerült megjeleníteni ezt az üzenetet.", + "description": "When there is an error when showing the error/info/….", + "hash": "a9440e4f824a372841d4de2b7e2643ee" + }, + "couldNotLoadOptions": { + "message": "Nem sikerült betölteni a beállításokat.", + "description": "When one or all settings could not be loaded.", + "hash": "9497a5d2c9473aeb2ed9601f46c456be" + }, + "couldNotSaveOption": { + "message": "Nem sikerült menteni ezt a beállítást.", + "description": "When a setting could not be saved.", + "hash": "6bcb9e36d2c33172b948515a9c50aa8e" + }, + "messageUndoButton": { + "message": "Visszavonás", + "hash": "a85e775d7404b86c8060a20efd31241c" + }, + "couldNotUndoAction": { + "message": "Nem sikerült visszavonni a műveletet.", + "description": "Shown when an action cannot be undone.", + "hash": "d2883c6ca0164afc4f360f3e02e3166a" + }, + "resettingOptionsWorked": { + "message": "Minden beállítás visszaállt az alapértelmezett értékre!", + "description": "The message shown, when the options of the settings were reset.", + "hash": "257b99ed2a074fccbfc658d770b50107" + }, + "resettingOptionsFailed": { + "message": "Nem sikerült visszaállítani a beállításokat!", + "description": "The message shown, when the options of the settings could not have been reset.", + "hash": "76e950d2db72a824482411ca6564fb1f" + }, + "permissionRequiredClipboardRead": { + "message": "Ehhez a funkcióhoz engedély szükséges az adatok vágólapról történő másolásához.", + "description": "The message shown, when the user wants to use the clipboard to read from", + "hash": "4ac4cd3bf49ac157f435a267c47a28ec" + }, + + // errors or other messages + "unknownError": { + "message": "ismeretlen hiba", + "hash": "879b63f6ebf03308a9f4b8a4406663f3" + }, + "loading": { + "message": "Betöltés...", + "description": "A general loading message.", + "hash": "e2a5d4627618472a68f4cb8895e93f30" + }, + "couldNotGenerateQrCode": { + "message": "Nem sikerült QR-kódot generálni.", + "hash": "87e71800b895b0e9695da467734df0e5" + }, + "couldNotReceiveActiveTab": { + "message": "Could not get active tab.", + "hash": "2b4c5f788e39f7ae35dcca2f96e1e5d4" + }, + "errorDownloadingFile": { + "message": "Nem sikerült letölteni a fájlt.", + "description": "Error shown when a file could not be downloaded. Do not mention a file type or name, but just keep it general.", + "hash": "8f5756df0d5dd4d25f01ca4b4ff0ec44" + }, + "errorPermissionRequired": { + "message": "Engedély nélkül nem folytatható.", + "description": "Error shown when a permission is declined and the thing the user triggered cannot be executed.", + "hash": "9742f751499f8c2acf32d83df83c36b9" + }, + "errorPermissionRequestFailed": { + "message": "Engedélykérés sikertelen.", + "description": "Error shown when a permission request failed. This indicates a technical error and does NOT mean the user declined the permission.", + "hash": "54aaf50f8bdf6154677a4ff7fd384310" + }, + "errorQrCodeOverflow": { + "message": "Nem sikerült QR-kódot generálni, a megadott szöveg túl hosszú.", + "description": "Error shown when QR code cannot be generated due to overflow in input size.", + "hash": "36c48d76203a1f1362b32abf72af5d8b" + }, + "requestDownloadPermissionForQr": { + "message": "A QR-kód mentésének folytatásához letöltési engedélyre van szükség.", + "description": "Shown, when the user is asked to allow the download permission to save the QR code.", + "hash": "6e5a5fe9a077400ba6e4dc66a6dfd44a" + }, + "lowContrastRatioInfo": { + "message": "Előfordulhat, hogy a QR-kód beolvasása egyes QR kód olvasókkal nehézkes az alacsony kontraszt miatt.", + "hash": "90432f33baa13153accd007ae2e23e99" + }, + "lowContrastRatioWarning": { + "message": "Lehetséges, hogy a QR-kód kontrasztaránya túl alacsony ahhoz, hogy minden QR-kód-olvasó helyesen felismerje.", + "hash": "f4264a9b8b24922e4dff589f611b5e2f" + }, + "lowContrastRatioError": { + "message": "A QR-kód színe és a háttérszín túl hasonló.", + "description": "The message shown when the color for the QR code and the background are equal", + "hash": "a2d1d2fdc32ecb73ffdf0ab537e46f32" + }, + "messageAutoSelectColorButton": { + "message": "Használjon kontrasztos színt", + "description": "The text of a button that sets a new color with a sufficient contrast.", + "hash": "9d422df9f61f2b45e272ae3451ca3ded" + }, + + // tips + "tipYouLikeAddon": { + "message": "Kedveli ezt a beépülőt?", + "description": "A tip shown to remind the user to rate the addon.", + "hash": "0f5680a5a42bcebf793a44b9dfcf79a1" + }, + "tipYouLikeAddonButton": { + "message": "Értékelje", + "description": "Button for the tip shown to remind the user to rate the addon.", + "hash": "821d7f942b02e2b56cd0424d3ab65de8" + }, + "tipSaveQrCode": { + "message": "Tudtad, hogy QR-kódokat is el lehet menteni?", + "description": "A tip shown to get the user to find the save option.", + "hash": "84f0a0027a58c98d9158ab9894fe8427" + }, + "tipSaveQrCodeLink": { + "message": "https://github.com/rugk/offline-qr-code/wiki/FAQ#how-to-save-the-qr-code-on-disk", + "description": "The link for more information for the tip on how to save the QR code image. This should go to the FAQ.", + "hash": "c453089f62132ffa4151c4487209de69" + }, + "tipQrCodeHotkey": { + "message": "Ezen beépülő gyorsbillentyűje Ctrl+Shift+F10", + "description": "A tip shown to get the user to notice that there is a hot key.", + "hash": "a372dc813085fe800ecb594e33b6c81c" + }, + "tipAndroidQrReader": { + "message": "Firefox rendelkezik beépített QR olvasóval.", + "description": "A tip shown to get the Android users to make them aware that Firefox already has an integrated QR Code Reader/Scanner. See https://github.com/rugk/offline-qr-code/issues/160.", + "hash": "dfa24b6c3e5815e07df938f51fa45065" + }, + "tipAndroidQrReaderLink": { + "message": "https://mzl.la/1GQ2fcu", + "description": "The link for more information for the tip about the integrated Android QR Code scanner. The current link should automatically redirect the user to their locale translation of the support article, so it should *NOT* need to be changed.", + "hash": "094c1bbce6c3a7bcb09f36b7bc970dd0" + }, + "tipTranslateAddon": { + "message": "Ha beszélsz más nyelvet, segíthetsz a kiegészítő fordításában.", + "description": "A tip shown to users that potentially speak another language to translate this add-on.", + "hash": "f22661cb0e9cdc8144d0c3cf59f854e3" + }, + "tipTranslateAddonLink": { + "message": "https://github.com/rugk/offline-qr-code/blob/master/CONTRIBUTING.md#translations", + "description": "The link to a description of the translation service/way you can use.", + "hash": "b0421380ecfc4481fd5ee9da72c61516" + }, + "tipDonate": { + "message": "Élvezed ennek a kiegészítőnek az ingyenes használatát?", + "description": "A tip shown to get the remind them of a donation.", + "hash": "1ca77d6621635ae0bec563e15fbc3791" + }, + "tipDonateButton": { + "message": "Támogasd a fejlesztést", + "description": "The button of the donation tip taking the user to the donation site.", + "hash": "8ec498495b752c6d9358208a5564d42c" + }, + "tipLearnMore": { + "message": "Tudj meg többet", + "description": "The common button for tips, where you can get more information on click.", + "hash": "9085b09f4748be12ab0c241d2e643b31" + }, + "tipHowToUse": { + "message": "Hogyan kell használni?", + "description": "The common button for tips, where you can get more information about how to use a feature just presented.", + "hash": "b48eefa95832b3c6df287ff077b4e28a" + }, + + // placeholder + "qrCodePlaceholder": { + "message": "QR-kód helyőrző kép", + "description": "Alt text of placeholder image.", + "hash": "2aad56747125ef1f986b5d952ba68a83" + }, + "textareaPlaceholder": { + "message": "Írd be ide a QR kód szövegét a létrehozásához.", + "description": "Placeholder for the textarea, when it is empty.", + "hash": "0d0f6b3baffcdbf22a78418b3460d1ad" + }, + + // context menu + "contextMenuItemConvertSelection": { + "message": "QR kód a kijelölésből", + "description": "The context menu entry shown for generating QR codes from a selection.", + "hash": "e8c3fbbac6f04370f00af836aa65b49d" + }, + "contextMenuItemConvertSelectionAccessKey": { + "message": "&QR kód a kijelölésből", + "description": "the context menu entry shown for generating QR codes from a selection with an access key.", + "hash": "95228af6c838cb7040b6e2441d8d516b" + }, + "contextMenuItemConvertLinkSelection": { + "message": "QR kód a linkből", + "description": "The context menu entry shown for generating QR codes from a selected link.", + "hash": "bc4971948a5e6f453046467bfbf6dbc0" + }, + "contextMenuItemConvertLinkSelectionAccessKey": { + "message": "&QR kód a linkből", + "description": "The context menu entry shown for generating QR codes from a selected link with an access key.", + "hash": "312595c39b5cbc8edf0baab8c16875af" + }, + "contextMenuItemConvertPageURL": { + "message": "QR-kód generálása ehhez az oldalhoz", + "description": "Context menu item title for generating a QR code for the current page URL.", + "hash": "0a7a04d8b855c29f4f88f24c17008b3d" + }, + "contextMenuItemConvertPageURLAccessKey": { + "message": "&QR-kód generálása ehhez az oldalhoz", + "description": "Context menu item title for generating a QR code for the current page URL with an access key.", + "hash": "5d6c965ad6c409442d99123d5ac4e8e9" + }, + "contextMenuSaveImageCanvas": { + "message": "QR kód mentése képként", + "description": "The context menu entry shown for saving PNG images (from a canvas) in the popup.", + "hash": "42a883816c70d59d5cd627824032554d" + }, + "contextMenuSaveImageCanvasAccessKey": { + "message": "QR kód mentése &képként", + "description": "The context menu entry shown for saving PNG images (from a canvas) in the popup with an access key.", + "hash": "6becd03ca3b80ffda6996a42f9b7a12b" + }, + "contextMenuSaveImageSvg": { + "message": "QR kód mentése, mint SVG", + "description": "The context menu entry shown for saving SVG images in the popup.", + "hash": "9320cc3bf1cc9d37ad8013123a8d4118" + }, + "contextMenuSaveImageSvgAccessKey": { + "message": "QR kód mentése, mint &SVG", + "description": "The context menu entry shown for saving SVG images in the popup with an access key.", + "hash": "618fa783b036bbb465ec794c601d19a7" + }, + + // options + "someSettingsAreManaged": { + "message": "Bizonyos beállításokat a rendszergazda kezel, és nem módosíthatók.", + "description": "The message, which appears, when settings are pre-defined (as managed options) by administrators.", + "hash": "148604ebbeb7df28974d8233f1418d1f" + }, + "optionIsDisabledBecauseManaged": { + "message": "Ez a beállítás le van tiltva, mert a rendszergazda konfigurálta.", + "description": "The title (tooltip) shown, when hovering over a disabled, managed option.", + "hash": "50fb70682c64e1a1fb4d8884b33cca64" + }, + "optionLearnMore": { + "message": "Tudj meg többet", + "description": "When a link to an explainer needs to be added, this is the link text.", + "hash": "9085b09f4748be12ab0c241d2e643b31" + }, + "optionsResetButton": { + "message": "Minden beállítás visszaállítása az alapértelmezett értékekre", + "description": "The button to delete all current settings and load the defaults, shown in the add-on settings.", + "hash": "4bb60c6c7e7b9e2ff987c244e76ee044" + }, + "titleGeneral": { + "message": "Beépülő", + "description": "The title for the general settings group.", + "hash": "3cb58113bf50253738aef3a6d97964b8" + }, + "titleQrCodeSetting": { + "message": "QR kód", + "description": "The title for the qr code settings group.", + "hash": "70fe1f61bc42ca4b582a22ba9c00e22f" + }, + "titleAddonBehavior": { + "message": "Beépülő viselkedése", + "description": "The title for the addon behavior settings group.", + "hash": "fbad6be4d92eb060918e27bc7c8b070b" + }, + "optionPopupIconColored": { + "message": "Színes ikon", + "description": "This is an option shown in the add-on settings.", + "hash": "d1a73cea0718b619bd2adcfe97bd66a8" + }, + "optionPopupIconColoredDescr": { + "message": "Színes ikont jelenít meg a fekete/fehér ikon helyett az eszköztáron.", + "description": "This is an option shown in the add-on settings. It describes the optionPopupIconColored setting in more details.", + "hash": "5d8459d16f7e1ed774fc85f40ce8963e" + }, + "optionContextMenuEnabled": { + "message": "QR-kód generálás a helyi menüben", + "description": "This label refers to an option in the add-on settings. It allows users to toggle the visibility of the context menu item for generating a QR code from the current page.", + "hash": "6bf487ca2534102bf2710bfd35d7b673" + }, + "optionContextMenuEnabledDescr": { + "message": "Megjelenít egy helyi menüelemet, amellyel QR-kódot hozhat létre az aktuális oldalhoz, a hivatkozások és a szövegkijelölések mellett.", + "description": "This is the helper text for the context menu toggle option. It explains that enabling this option will show the QR code generation context menu for the current page.", + "hash": "fb523036b54981d41722e9fe54f5eaf7" + }, + "subtitleQrCodeSize": { + "message": "QR kód mérete", + "description": "The heading/grouping title shown for the radio buttons for the size setting of the QR code.", + "hash": "c74c1fd09a791c747fab18a81c3e2a5a" + }, + "optionQrCodeSizeFixed": { + "message": "Fix méret", + "description": "This is an option shown in the add-on settings. It is one option for selecting the QR code size.", + "hash": "c68e3c4b50dd64aebeb558b3c600e18f" + }, + "optionPixelAbbreviation": { + "message": "px", + "description": "The abbreviation of the term 'pixels'. In most cases, it may stay as it is in English.", + "hash": "7b0c117512f22afe7fef1bcda3e474e1" + }, + "optionQrCodeSizeAuto": { + "message": "Méret automatikus beállítása", + "description": "This is an option shown in the add-on settings. It is one option for selecting the QR code size.", + "hash": "127515053bfb818e4268a74a81133b71" + }, + "optionQrCodeSizeAutoHelper": { + "message": "Főleg mobileszközökön hasznos, ahol a QR-kód új lapon nyílik meg.", + "description": "Helper text for the optionQrCodeSizeAuto making the user aware that this setting will likely have no or little effect on desktop devices.", + "hash": "8fc122b9bf15ab197091d768fd2f7dff" + }, + "optionQrCodeSizeRemember": { + "message": "Emlékezz az utolsó méretre", + "description": "This is an option shown in the add-on settings. It is one option for selecting the QR code size.", + "hash": "280612358cfcc5357399f75b697a07bb" + }, + "subtitleMisc": { + "message": "Egyéb beállítások", + "description": "The heading/grouping title shown for the miscellaneous setting of the QR code.", + "hash": "6394c364dd4afc224c653644259bc4ea" + }, + "optionQrQuietZone": { + "message": "QR quiet zone:", + "description": "This is an option shown in the add-on settings. It's about the area around the QR code.", + "hash": "a11f6e534cf14d30bccdb359489862b9" + }, + "optionQrQuietZoneStatusSingular": { + "message": "($INTEGER$ square)", + "description": "This is the number of empty/'white' modules around the QR code in its singular form.", + "placeholders": { + "integer": { "content": "$1", "example": "1" } + }, + "hash": "dfb928dac26b3da38c89476f22610303" + }, + "optionQrQuietZoneStatusPlural": { + "message": "($INTEGER$ squares)", + "description": "This is the number of empty/'white' modules around the QR code in its plural form.", + "placeholders": { + "integer": { "content": "$1", "example": "3" } + }, + "hash": "717944c73c8d92595af6c07bb960b52d" + }, + "optionQrQuietZoneDescr": { + "message": "A QR-kód körüli, háttérszínnel színezett szegélymodulok száma.", + "description": "The description of the quiet zone option.", + "hash": "94a93f5a15d9303e8003eae8c0b94ed1" + }, + "optionQrQuietZoneDescrLink": { + "message": "https://github.com/rugk/offline-qr-code/wiki/FAQ#what-is-a-quiet-zone", + "description": "The 'Learn more' link in the description of the quiet zone option.", + "hash": "c1647a59859dec44f48888e26ca70661" + }, + "optionQrCodeColor": { + "message": "QR kód szín:", + "description": "This is an option shown in the add-on settings.", + "hash": "d9f06d0c24e89fbc94c03561a7e09fa9" + }, + "optionQrCodeBackgroundColor": { + "message": "QR kód háttérszín:", + "description": "This is an option shown in the add-on settings.", + "hash": "7fefdae7b929d22545bf61bc1c26abe3" + }, + "optionErrorCorrection": { + "message": "Hibajavítási szint:", + "description": "Error correction setting for QR code. See https://en.wikipedia.org/wiki/QR_code#Error_correction.", + "hash": "112ebf137091b98b587615b7cd3f9e7c" + }, + "optionEcLow": { + "message": "Alacsony (7%)", + "description": "Option of error correction level for QR code. See https://en.wikipedia.org/wiki/QR_code#Error_correction.", + "hash": "6e3061544eb22cab11cd1222788610bd" + }, + "optionEcMedium": { + "message": "Közepes (15%)", + "description": "Option of error correction level for QR code. See https://en.wikipedia.org/wiki/QR_code#Error_correction.", + "hash": "0ea96235848be6f66788cad72bc0ea02" + }, + "optionEcQuartile": { + "message": "(25%)", + "description": "Option of error correction level for QR code. See https://en.wikipedia.org/wiki/QR_code#Error_correction.", + "hash": "344e853acdaef0ac95e161cdbc201036" + }, + "optionEcHigh": { + "message": "Magas (30%)", + "description": "Option of error correction level for QR code. See https://en.wikipedia.org/wiki/QR_code#Error_correction.", + "hash": "30035374d52e135473d464fe1726ad8c" + }, + "optionErrorCorrectionDescr": { + "message": "Ez az érték azt jelzi, hogy a kód mekkora része hiányozhat, hogy az még beolvasható legyen.", + "description": "The description of the error correction option.", + "hash": "2bbbd8aafc044a910d26cbf04e560766" + }, + "optionErrorCorrectionDescrLink": { + "message": "https://en.wikipedia.org/wiki/QR_code#Error_correction", + "description": "The 'Learn more' link in the description of the error correction option.", + "hash": "530f6b1ee177dddd7d40571d98a64408" + }, + "optionAutoGetSelectedText": { + "message": "A weboldalon kijelölt szöveg automatikus használata", + "description": "This is an option shown in the add-on settings.", + "hash": "21667c5a30f89561cea02351172b9c91" + }, + "optionUseMonospaceFont": { + "message": "Egyenletes betűtípus használata", + "description": "This is an option shown in the add-on settings.", + "hash": "69191273c436064be8c4f5d6a8f675f5" + }, + "optionAutoGetClipboardContent": { + "message": "Vágólap tartalmának használata felugró ablak megnyitásakor", + "description": "This is an option shown in the add-on settings.", + "hash": "4f48f8fa294c08afa99a80d3a8f6d162" + }, + "buttonRequestPermission": { + "message": "Engedély megadása", + "description": "The button label, used for requesting a permission that is missing.", + "hash": "4689dc838288903e92432d87c1b8fea2" + }, + "couldNotRequestPermission": { + "message": "Az engedélykérés sikertelen.", + "description": "When the permission request fails.", + "hash": "53e3617a82c33e20fb22eed64dced8de" + }, + "optionDebugMode": { + "message": "Hibakeresési mód engedélyezése", + "description": "This is an option shown in the add-on settings.", + "hash": "de6506af4973e0980d64f242fba11a19" + }, + "optionDebugModeDescr": { + "message": "Azért hasznos, hogy részletesebb naplózási kimenetet kapjunk a konzolban a hibák jelentéséhez.", + "description": "The description shown for the debug mode (optionDebugMode).", + "hash": "2aff10770796694827ec4253860e0771" + }, + "translatorCredit": { + "message": "Ez a kiegészítő magyarra fordítva $TRANSLATORS$ által.", + "description": "The credit text for the translator. See https://github.com/TinyWebEx/common/blob/master/CONTRIBUTING.md#translator-credit-inside-of-add-on for how to translate this.", + "placeholders": { + "translators": { "content": "$1", "example": "@rugk" } + }, + "hash": "a6f5deecd624d5f8cd58350c72dd8fdf" + }, + "translatorLink": { + "message": "https://github.com/rugk", + "description": "The link to the translator's GitHub profile.", + "hash": "4775fb2f88fd33d02b871e5021dec3e9" + }, + "translatorUsername": { + "message": "rugk", + "description": "The username that the translator wants to be referred to.", + "hash": "ce96c18a8a1b4b528b294e981ee4d651" + }, + "contributorsThanks": { + "message": "Köszönet $CONTRIBUTORS$", + "description": "Text thanking all contributors and linking to the contributors file.", + "placeholders": { + "contributors": { "content": "$1", "example": "all other contributors" } + }, + "hash": "b1434b8b42b1707f37d0531a8efdc7f8" + }, + "contributorsThanksLink": { + "message": "https://github.com/rugk/offline-qr-code/blob/master/CONTRIBUTORS.md", + "description": "The link to the CONTRIBUTORS file.", + "hash": "808a4cfbf726b7e10fc79370638ee855" + }, + "contributorsThanksLinkText": { + "message": "minden más közreműködő", + "description": "The link text linking to the contributors file. See contributorsThanks.", + "hash": "ce03e1f3b15df3bba66048b30c4f8de4" + }, + + // ARIA labels/descriptions + "dismissIconDescription": { + "message": "Üzenet bezárása", + "description": "the aria label for the close button of the message box", + "hash": "632720ab193dcacba4286cb364124856" + }, + "ariaMessageLoading": { + "message": "üzenet betöltése", + "description": "the aria label to label the message box as an info message box", + "hash": "570016a957498a1fa1b3e818eb282adb" + }, + "ariaMessageInfo": { + "message": "információs üzenet", + "description": "the aria label to label the message box as an info message box", + "hash": "5f54e42067e19895a2641b17a5233418" + }, + "ariaMessageSuccess": { + "message": "sikeres", + "description": "the aria label to label the message box as an success message box", + "hash": "334387b4ae53483d17f11519a70dd3af" + }, + "ariaMessageError": { + "message": "hibaüzenet", + "description": "the aria label to label the message box as an error message box", + "hash": "fcda6eedc61727fe8aae7392a0a541a5" + }, + "ariaMessageWarning": { + "message": "figyelmeztető üzenet", + "description": "the aria label to label the message box as an warning message box", + "hash": "8a5dd7528bead1ccd27cb7430d797bd2" + }, + + "__WET_LOCALE__": { "message": "hu" } +}