diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-04-18 02:16:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-04-18 02:16:28 +0000 |
commit | 148bdabd580d4ff055217649c40dbb3309830267 (patch) | |
tree | 2bb48fa84e06ed3f54dbf29220e22a936ff7f5c4 /apps | |
parent | 51c9fd4ecec36fadd9858f60943b7aeeb0f1fae9 (diff) | |
download | nextcloud-server-148bdabd580d4ff055217649c40dbb3309830267.tar.gz nextcloud-server-148bdabd580d4ff055217649c40dbb3309830267.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/hu.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/hu.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hu.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hu.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/settings/l10n/fr.json | 3 | ||||
-rw-r--r-- | apps/settings/l10n/hu.js | 367 | ||||
-rw-r--r-- | apps/settings/l10n/hu.json | 367 | ||||
-rw-r--r-- | apps/updatenotification/l10n/hu.js | 1 | ||||
-rw-r--r-- | apps/updatenotification/l10n/hu.json | 1 |
10 files changed, 746 insertions, 0 deletions
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index 4c1e4b336a4..ebfffce75cd 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -139,6 +139,7 @@ OC.L10N.register( "Accept" : "Elfogad", "File Management" : "Fájlkezelés", "Change" : "Módosít", + "Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Tags" : "Címkék", "%s used" : "%s használt", "%1$s of %2$s used" : "%1$s a %2$s-ból használva", diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index 401ce02406f..8fef8274e30 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -137,6 +137,7 @@ "Accept" : "Elfogad", "File Management" : "Fájlkezelés", "Change" : "Módosít", + "Invalid path selected" : "Érvénytelen útvonal kiválasztva", "Tags" : "Címkék", "%s used" : "%s használt", "%1$s of %2$s used" : "%1$s a %2$s-ból használva", diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 7c435092f11..6069d674d2c 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -136,6 +136,7 @@ OC.L10N.register( "Add another link" : "További hivatkozás hozzáadása", "Share link" : "Hivatkozás megosztása", "Resharing is not allowed" : "Az újra megosztás nem engedélyezett", + "Searching …" : "Keresés ...", "Search globally" : "Keresés globálisan", "Shared" : "Megosztva", "Share" : "Megosztás", diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index 5aae1ea57fe..348ee932a67 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -134,6 +134,7 @@ "Add another link" : "További hivatkozás hozzáadása", "Share link" : "Hivatkozás megosztása", "Resharing is not allowed" : "Az újra megosztás nem engedélyezett", + "Searching …" : "Keresés ...", "Search globally" : "Keresés globálisan", "Shared" : "Megosztva", "Share" : "Megosztás", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index ec7ca4346f6..f0bc0337402 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -47,6 +47,7 @@ OC.L10N.register( "{actor} changed your password" : "{actor} a modifié votre mot de passe", "You changed your password" : "Vous avez modifié votre mot de passe", "Your password was reset by an administrator" : "Votre mot de passe a été réinitialisé par un administrateur", + "Your password was reset" : "Votre mot de passe a été réinitialisé", "{actor} changed your email address" : "{actor} a modifié votre adresse e-mail", "You changed your email address" : "Vous avez modifié votre adresse e-mail", "Your email address was changed by an administrator" : "Votre adresse e-mail a été modifiée par un administrateur", @@ -242,11 +243,13 @@ OC.L10N.register( "Common languages" : "Langues communes", "All languages" : "Toutes les langues", "Password change is disabled because the master key is disabled" : "Le changement de mot de passe est désactivé car la clé principale est désactivée", + "Passwordless authentication requires a secure connection." : "L'authentification sans mot de passe requiert une connexion sécurisée.", "Name your device" : "Nom de votre appareil", "Add" : "Ajouter", "Adding your device …" : "Ajout de votre appareil…", "Unnamed device" : "Appareil sans nom", "Passwordless Authentication" : "Authentification sans mot de passe", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Configurer votre compte pour une authentification sans mot de passe suivant le standard FIDO2.", "No devices configured." : "Aucun appareil paramétré.", "The following devices are configured for your account:" : "Les appareils suivants sont paramétrés pour votre compte :", "Your apps" : "Vos applications", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 526e9d746bf..091ca5d7e27 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -45,6 +45,7 @@ "{actor} changed your password" : "{actor} a modifié votre mot de passe", "You changed your password" : "Vous avez modifié votre mot de passe", "Your password was reset by an administrator" : "Votre mot de passe a été réinitialisé par un administrateur", + "Your password was reset" : "Votre mot de passe a été réinitialisé", "{actor} changed your email address" : "{actor} a modifié votre adresse e-mail", "You changed your email address" : "Vous avez modifié votre adresse e-mail", "Your email address was changed by an administrator" : "Votre adresse e-mail a été modifiée par un administrateur", @@ -240,11 +241,13 @@ "Common languages" : "Langues communes", "All languages" : "Toutes les langues", "Password change is disabled because the master key is disabled" : "Le changement de mot de passe est désactivé car la clé principale est désactivée", + "Passwordless authentication requires a secure connection." : "L'authentification sans mot de passe requiert une connexion sécurisée.", "Name your device" : "Nom de votre appareil", "Add" : "Ajouter", "Adding your device …" : "Ajout de votre appareil…", "Unnamed device" : "Appareil sans nom", "Passwordless Authentication" : "Authentification sans mot de passe", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Configurer votre compte pour une authentification sans mot de passe suivant le standard FIDO2.", "No devices configured." : "Aucun appareil paramétré.", "The following devices are configured for your account:" : "Les appareils suivants sont paramétrés pour votre compte :", "Your apps" : "Vos applications", diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index f49731fad7f..08b089281a4 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -132,6 +132,7 @@ OC.L10N.register( "Save changes" : "Változások mentése", "This app is supported via your current Nextcloud subscription." : "Ez az alkalmazás támogatott a jelenlegi Nextcloud előfizetése által.", "Supported" : "Támogatott", + "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "A szereplő alkalmazások a közösségen belül lettek fejlesztve. Ezek biztosítják a fő funkciókat és készek éles bevetésre.", "Featured" : "Kiemelt", "by" : "által", "Update to {version}" : "Frissítés erre: {version}", @@ -167,6 +168,7 @@ OC.L10N.register( "Rename" : "Átnevez", "Revoke" : "Visszavonás", "Wipe device" : "Eszkoz törlése", + "Revoking this token might prevent the wiping of your device if it hasn't started the wipe yet." : "A token újraélesztése lehet hogy meggátolja az eszköz tisztítását, ha az még nem kezdődött el.", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -215,6 +217,7 @@ OC.L10N.register( "Disable user" : "Felhasználó tiltása", "Enable user" : "Felhasználó engedélyezése", "Resend welcome email" : "Üdvözlő üzenet ismételt küldése", + "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Eszköz elvesztés vagy vállalatból való kilépés esetén ez távolról képes eltávolítani a Nextcloud adatokat minden hozzá kapcsolódott eszközről: {userid}", "Remote wipe of devices" : "Eszközök távoli törlése", "Wipe {userid}'s devices" : "{userid} eszközeinek törlése", "Cancel" : "Mégsem", @@ -243,10 +246,18 @@ OC.L10N.register( "Password change is disabled because the master key is disabled" : "A jelszó változtatása tiltva van mert a mester kulcs tiltva van", "Passwordless authentication requires a secure connection." : "Jelszó nélküli hitelesítés biztonságos kapcsolatot követel.", "Add WebAuthn device" : "WebAuth eszköz hozzáadása", + "Please authorize your WebAuthn device." : "Kérem hitelesítse WebAuthn eszközét.", "Name your device" : "Nevezd el az eszközöd", "Add" : "Hozzáadás", "Adding your device …" : "Eszközöd hozzáadás...", + "Server error while trying to add WebAuthn device" : "Szerver hiba WebAuthn eszköz hozzáadása során", + "Server error while trying to complete WebAuthn device registration" : "Szerver hiba WebAuthn eszköz regisztációjának befejezése során", "Unnamed device" : "Név nélküli eszköz", + "Passwordless Authentication" : "Jelszó nélküli hitelesítés", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Állítsd be fiókodat jelszó nélküli hitelesítéssel az FIDO2 szabvány követésével.", + "No devices configured." : "Nincs eszköz beállítva.", + "The following devices are configured for your account:" : "A következő eszközök vannak a te fiókodhoz kapcsolva:", + "Your browser does not support WebAuthn." : "A te böngésződ nem támogatja a WebAuthn-ot.", "Your apps" : "Alkalmazásaid", "Active apps" : "Aktív alkalmazások", "Disabled apps" : "Letiltott alkalmazások", @@ -335,11 +346,14 @@ OC.L10N.register( "Start migration" : "Migrálás indítása", "Background jobs" : "Háttérfeladatok", "Last job execution ran %s. Something seems wrong." : "Utolsó futás:%s. Valami nincs rendben.", + "Some jobs haven’t been executed since %s. Please consider increasing the execution frequency." : "Néhány feladat nem futott ezóta: %s. Fontolja meg a futási időközök növelését. ", + "Some jobs didn’t execute since %s. Please consider switching to system cron." : "Néhány feladat nem futott ezóta: %s. Fontolja meg a system-cron -ra váltást.", "Last job ran %s." : "Utolsó futás: %s.", "Background job didn’t run yet!" : "Háttérfeladat még nem futott le!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Az optimális teljesítményhez fontos, hogy a háttérfeladatok megfelelően legyenek beállítva. Nagyobb telepítésekhez a 'Cron' javasolt. Kérlek nézd meg a dokumentációt a részletekért.", "Pick background job setting" : "Háttér folyamat beállítása", "Execute one task with each page loaded" : "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP." : "cron.php regisztrálva van a webcron szolgáltatásban hogy minden 5 percben meghívja a cron.php-t HTTP-n keresztül.", "Use system cron service to call the cron.php file every 5 minutes." : "Rendszer időzítő használata a cron.php file meghívásához minden 5 percben.", "The cron.php needs to be executed by the system user \"%s\"." : "A cron.php-t ennek a rendszer felhasználónak kell végrehajtania: \"%s\".", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek futtatásához PHP POSIX kiterjesztés szükséges. Nézd meg a {linkstart}PHP dokumentációt{linkend} a részletekért.", @@ -360,6 +374,7 @@ OC.L10N.register( "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Felhasználónevek automatikus kiegészítésének engedélyezése a megosztási ablakban. Ha ki van kapcsolva, teljes felhasználóneveket vagy e-mail címeket kell begépelni.", + "Restrict username autocompletion to users within the same groups" : "Korlátozza a felhasználónevek automata kiegészítését azonos csoportokon belül", "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Nyilatkozat szövegének megjelenítése a nyilvános feltöltési oldalon. (Csak akkor jelenik meg, ha fájl lista rejtett.)", "This text will be shown on the public link upload page when the file list is hidden." : "Ez a szöveg jelenik meg a nyilvános feltöltési oldalon, amikor a fájl lista el van rejtve.", "Default share permissions" : "Alapértelmezett megosztási beállítások", @@ -401,88 +416,440 @@ OC.L10N.register( "Current password" : "Jelenlegi jelszó", "New password" : "Az új jelszó", "Change password" : "Jelszó megváltoztatása", + "Use a second factor besides your password to increase security for your account." : "Használjon egy második faktort a jelszava mellett, hogy növelje fiókja biztonságát.", + "Afrikaans (Namibia)" : "Afrikaans (Namibia)", + "Afrikaans (South Africa)" : "Afrikaans (South Africa)", "Afrikaans" : "Afrikai", + "Akan (Ghana)" : "Akan (Ghana)", "Akan" : "Akan", + "Albanian (Albania)" : "Albanian (Albania)", "Albanian" : "Albán", + "Amharic (Ethiopia)" : "Amharic (Ethiopia)", "Amharic" : "Amhara", + "Arabic (Algeria)" : "Arabic (Algeria)", + "Arabic (Bahrain)" : "Arabic (Bahrain)", + "Arabic (Egypt)" : "Arabic (Egypt)", + "Arabic (Iraq)" : "Arabic (Iraq)", + "Arabic (Jordan)" : "Arabic (Jordan)", + "Arabic (Kuwait)" : "Arabic (Kuwait)", + "Arabic (Lebanon)" : "Arabic (Lebanon)", + "Arabic (Libya)" : "Arabic (Libya)", + "Arabic (Morocco)" : "Arabic (Morocco)", + "Arabic (Oman)" : "Arabic (Oman)", + "Arabic (Qatar)" : "Arabic (Qatar)", + "Arabic (Saudi Arabia)" : "Arabic (Saudi Arabia)", + "Arabic (Sudan)" : "Arabic (Sudan)", + "Arabic (Syria)" : "Arabic (Syria)", + "Arabic (Tunisia)" : "Arabic (Tunisia)", + "Arabic (United Arab Emirates)" : "Arabic (United Arab Emirates)", + "Arabic (Yemen)" : "Arabic (Yemen)", "Arabic" : "Arab", + "Armenian (Armenia)" : "Armenian (Armenia)", "Armenian" : "Örmény", + "Assamese (India)" : "Assamese (India)", "Assamese" : "Asszámi", + "Asu (Tanzania)" : "Asu (Tanzánia)", + "Asu" : "Asu", + "Azerbaijani (Cyrillic)" : "Azerbaijani (Cyrillic)", + "Azerbaijani (Cyrillic, Azerbaijan)" : "Azerbaijani (Cyrillic, Azerbaijan)", + "Azerbaijani (Latin)" : "Azerbaijani (Latin)", + "Azerbaijani (Latin, Azerbaijan)" : "Azerbaijani (Latin, Azerbaijan)", "Azerbaijani" : "Azerbajdzsán", + "Bambara (Mali)" : "Bambara (Mali)", "Bambara" : "Bambara", + "Basque (Spain)" : "Basque (Spain)", "Basque" : "Baszk", + "Belarusian (Belarus)" : "Belarusian (Belarus)", "Belarusian" : "Fehérorosz", + "Bemba (Zambia)" : "Bemba (Zambia)", + "Bemba" : "Bemba", + "Bena (Tanzania)" : "Bena (Tanzania)", + "Bena" : "Bena", + "Bengali (Bangladesh)" : "Bengali (Bangladesh)", + "Bengali (India)" : "Bengali (India)", "Bengali" : "Bengáli", + "Bosnian (Bosnia and Herzegovina)" : "Bosnian (Bosnia and Herzegovina)", "Bosnian" : "Boszniai", + "Bulgarian (Bulgaria)" : "Bulgarian (Bulgaria)", "Bulgarian" : "Bulgár", + "Burmese (Myanmar [Burma])" : "Burmese (Myanmar [Burma])", "Burmese" : "Burmai", + "Catalan (Spain)" : "Catalan (Spain)", + "Catalan" : "Catalan", + "Central Morocco Tamazight (Latin)" : "Central Morocco Tamazight (Latin)", + "Central Morocco Tamazight (Latin, Morocco)" : "Central Morocco Tamazight (Latin, Morocco)", + "Central Morocco Tamazight" : "Central Morocco Tamazight", + "Cherokee (United States)" : "Cherokee (United States)", + "Cherokee" : "Cherokee", + "Chiga (Uganda)" : "Chiga (Uganda)", + "Chiga" : "Chiga", + "Chinese (Simplified Han)" : "Chinese (Simplified Han)", + "Chinese (Simplified Han, China)" : "Chinese (Simplified Han, China)", + "Chinese (Simplified Han, Hong Kong SAR China)" : "Chinese (Simplified Han, Hong Kong SAR China)", + "Chinese (Simplified Han, Macau SAR China)" : "Chinese (Simplified Han, Macau SAR China)", + "Chinese (Simplified Han, Singapore)" : "Chinese (Simplified Han, Singapore)", + "Chinese (Traditional Han)" : "Chinese (Traditional Han)", + "Chinese (Traditional Han, Hong Kong SAR China)" : "Chinese (Traditional Han, Hong Kong SAR China)", + "Chinese (Traditional Han, Macau SAR China)" : "Chinese (Traditional Han, Macau SAR China)", + "Chinese (Traditional Han, Taiwan)" : "Chinese (Traditional Han, Taiwan)", "Chinese" : "Kínai", + "Cornish (United Kingdom)" : "Cornish (United Kingdom)", "Cornish" : "Korni", + "Croatian (Croatia)" : "Croatian (Croatia)", "Croatian" : "Horvát", + "Czech (Czech Republic)" : "Czech (Czech Republic)", "Czech" : "Cseh", + "Danish (Denmark)" : "Danish (Denmark)", "Danish" : "Dán", + "Dutch (Belgium)" : "Dutch (Belgium)", + "Dutch (Netherlands)" : "Dutch (Netherlands)", + "Dutch" : "Dutch", + "Embu (Kenya)" : "Embu (Kenya)", + "Embu" : "Embu", + "English (American Samoa)" : "English (American Samoa)", + "English (Australia)" : "English (Australia)", + "English (Belgium)" : "English (Belgium)", + "English (Belize)" : "English (Belize)", + "English (Botswana)" : "English (Botswana)", + "English (Canada)" : "English (Canada)", + "English (Guam)" : "English (Guam)", + "English (Hong Kong SAR China)" : "English (Hong Kong SAR China)", + "English (India)" : "English (India)", + "English (Ireland)" : "English (Ireland)", + "English (Jamaica)" : "English (Jamaica)", + "English (Malta)" : "English (Malta)", + "English (Marshall Islands)" : "English (Marshall Islands)", + "English (Mauritius)" : "English (Mauritius)", + "English (Namibia)" : "English (Namibia)", + "English (New Zealand)" : "English (New Zealand)", + "English (Northern Mariana Islands)" : "English (Northern Mariana Islands)", + "English (Pakistan)" : "English (Pakistan)", + "English (Philippines)" : "English (Philippines)", + "English (Singapore)" : "English (Singapore)", + "English (South Africa)" : "English (South Africa)", + "English (Trinidad and Tobago)" : "English (Trinidad and Tobago)", + "English (U.S. Minor Outlying Islands)" : "English (U.S. Minor Outlying Islands)", + "English (U.S. Virgin Islands)" : "English (U.S. Virgin Islands)", + "English (United Kingdom)" : "English (United Kingdom)", + "English (United States)" : "English (United States)", + "English (Zimbabwe)" : "English (Zimbabwe)", "English" : "Angol", "Esperanto" : "Eszperantó", + "Estonian (Estonia)" : "Estonian (Estonia)", "Estonian" : "Észt", + "Ewe (Ghana)" : "Ewe (Ghana)", + "Ewe (Togo)" : "Ewe (Togo)", "Ewe" : "Ewe", + "Faroese (Faroe Islands)" : "Faroese (Faroe Islands)", "Faroese" : "Feröeri", + "Filipino (Philippines)" : "Filipino (Philippines)", + "Filipino" : "Filipino", + "Finnish (Finland)" : "Finnish (Finland)", "Finnish" : "Finn", + "French (Belgium)" : "French (Belgium)", + "French (Benin)" : "French (Benin)", + "French (Burkina Faso)" : "French (Burkina Faso)", + "French (Burundi)" : "French (Burundi)", + "French (Cameroon)" : "French (Cameroon)", + "French (Canada)" : "French (Canada)", + "French (Central African Republic)" : "French (Central African Republic)", + "French (Chad)" : "French (Chad)", + "French (Comoros)" : "French (Comoros)", + "French (Congo - Brazzaville)" : "French (Congo - Brazzaville)", + "French (Congo - Kinshasa)" : "French (Congo - Kinshasa)", + "French (Côte d’Ivoire)" : "French (Côte d’Ivoire)", + "French (Djibouti)" : "French (Djibouti)", + "French (Equatorial Guinea)" : "French (Equatorial Guinea)", + "French (France)" : "French (France)", + "French (Gabon)" : "French (Gabon)", + "French (Guadeloupe)" : "French (Guadeloupe)", + "French (Guinea)" : "French (Guinea)", + "French (Luxembourg)" : "French (Luxembourg)", + "French (Madagascar)" : "French (Madagascar)", + "French (Mali)" : "French (Mali)", + "French (Martinique)" : "French (Martinique)", + "French (Monaco)" : "French (Monaco)", + "French (Niger)" : "French (Niger)", + "French (Rwanda)" : "French (Rwanda)", + "French (Réunion)" : "French (Réunion)", + "French (Saint Barthélemy)" : "French (Saint Barthélemy)", + "French (Saint Martin)" : "French (Saint Martin)", + "French (Senegal)" : "French (Senegal)", + "French (Switzerland)" : "French (Switzerland)", + "French (Togo)" : "French (Togo)", "French" : "Francia", + "Fulah (Senegal)" : "Fulah (Senegal)", "Fulah" : "Ful", + "Galician (Spain)" : "Galician (Spain)", "Galician" : "Galíciai", + "Ganda (Uganda)" : "Ganda (Uganda)", "Ganda" : "Ganda", + "Georgian (Georgia)" : "Georgian (Georgia)", "Georgian" : "Grúz", + "German (Austria)" : "German (Austria)", + "German (Belgium)" : "German (Belgium)", + "German (Germany)" : "German (Germany)", + "German (Liechtenstein)" : "German (Liechtenstein)", + "German (Luxembourg)" : "German (Luxembourg)", + "German (Switzerland)" : "German (Switzerland)", "German" : "Német", + "Greek (Cyprus)" : "Greek (Cyprus)", + "Greek (Greece)" : "Greek (Greece)", + "Greek" : "Greek", + "Gujarati (India)" : "Gujarati (India)", "Gujarati" : "Gudzsarát", + "Gusii (Kenya)" : "Gusii (Kenya)", + "Gusii" : "Gusii", + "Hausa (Latin)" : "Hausa (Latin)", + "Hausa (Latin, Ghana)" : "Hausa (Latin, Ghana)", + "Hausa (Latin, Niger)" : "Hausa (Latin, Niger)", + "Hausa (Latin, Nigeria)" : "Hausa (Latin, Nigeria)", "Hausa" : "Hausza", + "Hawaiian (United States)" : "Hawaiian (United States)", + "Hawaiian" : "Hawaiian", + "Hebrew (Israel)" : "Hebrew (Israel)", "Hebrew" : "Héber", + "Hindi (India)" : "Hindi (India)", "Hindi" : "Hindu", + "Hungarian (Hungary)" : "Hungarian (Hungary)", "Hungarian" : "Magyar", + "Icelandic (Iceland)" : "Icelandic (Iceland)", "Icelandic" : "Izlandi", + "Igbo (Nigeria)" : "Igbo (Nigeria)", "Igbo" : "Igbo", + "Indonesian (Indonesia)" : "Indonesian (Indonesia)", "Indonesian" : "Indonéziai", + "Irish (Ireland)" : "Irish (Ireland)", "Irish" : "Ír", + "Italian (Italy)" : "Italian (Italy)", + "Italian (Switzerland)" : "Italian (Switzerland)", "Italian" : "Olasz", + "Japanese (Japan)" : "Japanese (Japan)", "Japanese" : "Japán", + "Kabuverdianu (Cape Verde)" : "Kabuverdianu (Cape Verde)", + "Kabuverdianu" : "Kabuverdianu", + "Kabyle (Algeria)" : "Kabyle (Algeria)", + "Kabyle" : "Kabyle", + "Kalaallisut (Greenland)" : "Kalaallisut (Greenland)", + "Kalaallisut" : "Kalaallisut", + "Kalenjin (Kenya)" : "Kalenjin (Kenya)", + "Kalenjin" : "Kalenjin", + "Kamba (Kenya)" : "Kamba (Kenya)", + "Kamba" : "Kamba", + "Kannada (India)" : "Kannada (India)", "Kannada" : "Kannada", + "Kazakh (Cyrillic)" : "Kazakh (Cyrillic)", + "Kazakh (Cyrillic, Kazakhstan)" : "Kazakh (Cyrillic, Kazakhstan)", "Kazakh" : "Kazahsztáni", + "Khmer (Cambodia)" : "Khmer (Cambodia)", + "Khmer" : "Khmer", + "Kikuyu (Kenya)" : "Kikuyu (Kenya)", + "Kikuyu" : "Kikuyu", + "Kinyarwanda (Rwanda)" : "Kinyarwanda (Rwanda)", "Kinyarwanda" : "Kinyarwanda", + "Konkani (India)" : "Konkani (India)", + "Konkani" : "Konkani", + "Korean (South Korea)" : "Korean (South Korea)", "Korean" : "Koreai", + "Koyra Chiini (Mali)" : "Koyra Chiini (Mali)", + "Koyra Chiini" : "Koyra Chiini", + "Koyraboro Senni (Mali)" : "Koyraboro Senni (Mali)", + "Koyraboro Senni" : "Koyraboro Senni", + "Langi (Tanzania)" : "Langi (Tanzania)", + "Langi" : "Langi", + "Latvian (Latvia)" : "Latvian (Latvia)", "Latvian" : "Lett", + "Lithuanian (Lithuania)" : "Lithuanian (Lithuania)", "Lithuanian" : "Litván", + "Luo (Kenya)" : "Luo (Kenya)", + "Luo" : "Luo", + "Luyia (Kenya)" : "Luyia (Kenya)", + "Luyia" : "Luyia", + "Macedonian (Macedonia)" : "Macedonian (Macedonia)", "Macedonian" : "Macedóniai", + "Machame (Tanzania)" : "Machame (Tanzania)", + "Machame" : "Machame", + "Makonde (Tanzania)" : "Makonde (Tanzania)", + "Makonde" : "Makonde", + "Malagasy (Madagascar)" : "Malagasy (Madagascar)", "Malagasy" : "Malgasz", + "Malay (Brunei)" : "Malay (Brunei)", + "Malay (Malaysia)" : "Malay (Malaysia)", "Malay" : "Maláj", + "Malayalam (India)" : "Malayalam (India)", "Malayalam" : "Malajálam", + "Maltese (Malta)" : "Maltese (Malta)", "Maltese" : "Máltai", + "Manx (United Kingdom)" : "Manx (United Kingdom)", "Manx" : "Manx", + "Marathi (India)" : "Marathi (India)", "Marathi" : "Maráthi", + "Masai (Kenya)" : "Masai (Kenya)", + "Masai (Tanzania)" : "Masai (Tanzania)", + "Masai" : "Masai", + "Meru (Kenya)" : "Meru (Kenya)", + "Meru" : "Meru", + "Morisyen (Mauritius)" : "Morisyen (Mauritius)", + "Morisyen" : "Morisyen", + "Nama (Namibia)" : "Nama (Namibia)", + "Nama" : "Nama", + "Nepali (India)" : "Nepali (India)", + "Nepali (Nepal)" : "Nepali (Nepal)", "Nepali" : "Nepáli", + "North Ndebele (Zimbabwe)" : "North Ndebele (Zimbabwe)", + "North Ndebele" : "North Ndebele", + "Norwegian Bokmål (Norway)" : "Norwegian Bokmål (Norway)", + "Norwegian Bokmål" : "Norwegian Bokmål", + "Norwegian Nynorsk (Norway)" : "Norwegian Nynorsk (Norway)", + "Norwegian Nynorsk" : "Norwegian Nynorsk", + "Nyankole (Uganda)" : "Nyankole (Uganda)", + "Nyankole" : "Nyankole", + "Oriya (India)" : "Oriya (India)", + "Oriya" : "Oriya", + "Oromo (Ethiopia)" : "Oromo (Ethiopia)", + "Oromo (Kenya)" : "Oromo (Kenya)", "Oromo" : "Oromó", + "Pashto (Afghanistan)" : "Pashto (Afghanistan)", + "Pashto" : "Pashto", + "Persian (Afghanistan)" : "Persian (Afghanistan)", + "Persian (Iran)" : "Persian (Iran)", "Persian" : "Perzsa", + "Polish (Poland)" : "Polish (Poland)", "Polish" : "Lengyel", + "Portuguese (Brazil)" : "Portuguese (Brazil)", + "Portuguese (Guinea-Bissau)" : "Portuguese (Guinea-Bissau)", + "Portuguese (Mozambique)" : "Portuguese (Mozambique)", + "Portuguese (Portugal)" : "Portuguese (Portugal)", "Portuguese" : "Portugál", + "Punjabi (Arabic)" : "Punjabi (Arabic)", + "Punjabi (Arabic, Pakistan)" : "Punjabi (Arabic, Pakistan)", + "Punjabi (Gurmukhi)" : "Punjabi (Gurmukhi)", + "Punjabi (Gurmukhi, India)" : "Punjabi (Gurmukhi, India)", + "Punjabi" : "Punjabi", + "Romanian (Moldova)" : "Romanian (Moldova)", + "Romanian (Romania)" : "Romanian (Romania)", + "Romanian" : "Romanian", + "Romansh (Switzerland)" : "Romansh (Switzerland)", "Romansh" : "Romans", + "Rombo (Tanzania)" : "Rombo (Tanzania)", + "Rombo" : "Rombo", + "Russian (Moldova)" : "Russian (Moldova)", + "Russian (Russia)" : "Russian (Russia)", + "Russian (Ukraine)" : "Russian (Ukraine)", "Russian" : "Orosz", + "Rwa (Tanzania)" : "Rwa (Tanzania)", + "Rwa" : "Rwa", + "Samburu (Kenya)" : "Samburu (Kenya)", + "Samburu" : "Samburu", + "Sango (Central African Republic)" : "Sango (Central African Republic)", + "Sango" : "Sango", + "Sena (Mozambique)" : "Sena (Mozambique)", + "Sena" : "Sena", + "Serbian (Cyrillic)" : "Serbian (Cyrillic)", + "Serbian (Cyrillic, Bosnia and Herzegovina)" : "Serbian (Cyrillic, Bosnia and Herzegovina)", + "Serbian (Cyrillic, Montenegro)" : "Serbian (Cyrillic, Montenegro)", + "Serbian (Cyrillic, Serbia)" : "Serbian (Cyrillic, Serbia)", + "Serbian (Latin)" : "Serbian (Latin)", + "Serbian (Latin, Bosnia and Herzegovina)" : "Serbian (Latin, Bosnia and Herzegovina)", + "Serbian (Latin, Montenegro)" : "Serbian (Latin, Montenegro)", + "Serbian (Latin, Serbia)" : "Serbian (Latin, Serbia)", "Serbian" : "Szerb", + "Shona (Zimbabwe)" : "Shona (Zimbabwe)", + "Shona" : "Shona", + "Sichuan Yi (China)" : "Sichuan Yi (China)", + "Sichuan Yi" : "Sichuan Yi", + "Sinhala (Sri Lanka)" : "Sinhala (Sri Lanka)", + "Sinhala" : "Sinhala", + "Slovak (Slovakia)" : "Slovak (Slovakia)", "Slovak" : "Szlovák", + "Slovenian (Slovenia)" : "Slovenian (Slovenia)", "Slovenian" : "Szlovén", + "Soga (Uganda)" : "Soga (Uganda)", + "Soga" : "Soga", + "Somali (Djibouti)" : "Somali (Djibouti)", + "Somali (Ethiopia)" : "Somali (Ethiopia)", + "Somali (Kenya)" : "Somali (Kenya)", + "Somali (Somalia)" : "Somali (Somalia)", "Somali" : "Szomáli", + "Spanish (Argentina)" : "Spanish (Argentina)", + "Spanish (Bolivia)" : "Spanish (Bolivia)", + "Spanish (Chile)" : "Spanish (Chile)", + "Spanish (Colombia)" : "Spanish (Colombia)", + "Spanish (Costa Rica)" : "Spanish (Costa Rica)", + "Spanish (Dominican Republic)" : "Spanish (Dominican Republic)", + "Spanish (Ecuador)" : "Spanish (Ecuador)", + "Spanish (El Salvador)" : "Spanish (El Salvador)", + "Spanish (Equatorial Guinea)" : "Spanish (Equatorial Guinea)", + "Spanish (Guatemala)" : "Spanish (Guatemala)", + "Spanish (Honduras)" : "Spanish (Honduras)", + "Spanish (Latin America)" : "Spanish (Latin America)", + "Spanish (Mexico)" : "Spanish (Mexico)", + "Spanish (Nicaragua)" : "Spanish (Nicaragua)", + "Spanish (Panama)" : "Spanish (Panama)", + "Spanish (Paraguay)" : "Spanish (Paraguay)", + "Spanish (Peru)" : "Spanish (Peru)", + "Spanish (Puerto Rico)" : "Spanish (Puerto Rico)", + "Spanish (Spain)" : "Spanish (Spain)", + "Spanish (United States)" : "Spanish (United States)", + "Spanish (Uruguay)" : "Spanish (Uruguay)", + "Spanish (Venezuela)" : "Spanish (Venezuela)", + "Spanish" : "Spanish", + "Swahili (Kenya)" : "Swahili (Kenya)", + "Swahili (Tanzania)" : "Swahili (Tanzania)", "Swahili" : "Szuahéli", + "Swedish (Finland)" : "Swedish (Finland)", + "Swedish (Sweden)" : "Swedish (Sweden)", "Swedish" : "Svéd", + "Swiss German (Switzerland)" : "Swiss German (Switzerland)", + "Swiss German" : "Swiss German", + "Tachelhit (Latin)" : "Tachelhit (Latin)", + "Tachelhit (Latin, Morocco)" : "Tachelhit (Latin, Morocco)", + "Tachelhit (Tifinagh)" : "Tachelhit (Tifinagh)", + "Tachelhit (Tifinagh, Morocco)" : "Tachelhit (Tifinagh, Morocco)", + "Tachelhit" : "Tachelhit", + "Taita (Kenya)" : "Taita (Kenya)", + "Taita" : "Taita", + "Tamil (India)" : "Tamil (India)", + "Tamil (Sri Lanka)" : "Tamil (Sri Lanka)", "Tamil" : "Tamil", + "Telugu (India)" : "Telugu (India)", "Telugu" : "Telugu", + "Teso (Kenya)" : "Teso (Kenya)", + "Teso (Uganda)" : "Teso (Uganda)", + "Teso" : "Teso", + "Thai (Thailand)" : "Thai (Thailand)", "Thai" : "Thai", + "Tibetan (China)" : "Tibetan (China)", + "Tibetan (India)" : "Tibetan (India)", "Tibetan" : "Tibeti", + "Tigrinya (Eritrea)" : "Tigrinya (Eritrea)", + "Tigrinya (Ethiopia)" : "Tigrinya (Ethiopia)", "Tigrinya" : "Tigrinya", + "Tonga (Tonga)" : "Tonga (Tonga)", "Tonga" : "Tonga", + "Turkish (Turkey)" : "Turkish (Turkey)", "Turkish" : "Török", + "Ukrainian (Ukraine)" : "Ukrainian (Ukraine)", "Ukrainian" : "Ukrán", + "Urdu (India)" : "Urdu (India)", + "Urdu (Pakistan)" : "Urdu (Pakistan)", "Urdu" : "Urdu", + "Uzbek (Arabic)" : "Uzbek (Arabic)", + "Uzbek (Arabic, Afghanistan)" : "Uzbek (Arabic, Afghanistan)", + "Uzbek (Cyrillic)" : "Uzbek (Cyrillic)", + "Uzbek (Cyrillic, Uzbekistan)" : "Uzbek (Cyrillic, Uzbekistan)", + "Uzbek (Latin)" : "Uzbek (Latin)", + "Uzbek (Latin, Uzbekistan)" : "Uzbek (Latin, Uzbekistan)", "Uzbek" : "Üzbég", + "Vietnamese (Vietnam)" : "Vietnamese (Vietnam)", "Vietnamese" : "Vietnámi", + "Vunjo (Tanzania)" : "Vunjo (Tanzania)", + "Vunjo" : "Vunjo", + "Welsh (United Kingdom)" : "Welsh (United Kingdom)", "Welsh" : "Walesi", + "Yoruba (Nigeria)" : "Yoruba (Nigeria)", "Yoruba" : "Yoruba", + "Zulu (South Africa)" : "Zulu (South Africa)", "Zulu" : "Zului", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "A hivatalos alkalmazásokat a közösség fejleszti. Ezek adják a központi funkcionalitásokat és éles rendszerekben használhatóak.", "Official" : "Hivatalos", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index b38178f163a..13461fea533 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -130,6 +130,7 @@ "Save changes" : "Változások mentése", "This app is supported via your current Nextcloud subscription." : "Ez az alkalmazás támogatott a jelenlegi Nextcloud előfizetése által.", "Supported" : "Támogatott", + "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "A szereplő alkalmazások a közösségen belül lettek fejlesztve. Ezek biztosítják a fő funkciókat és készek éles bevetésre.", "Featured" : "Kiemelt", "by" : "által", "Update to {version}" : "Frissítés erre: {version}", @@ -165,6 +166,7 @@ "Rename" : "Átnevez", "Revoke" : "Visszavonás", "Wipe device" : "Eszkoz törlése", + "Revoking this token might prevent the wiping of your device if it hasn't started the wipe yet." : "A token újraélesztése lehet hogy meggátolja az eszköz tisztítását, ha az még nem kezdődött el.", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -213,6 +215,7 @@ "Disable user" : "Felhasználó tiltása", "Enable user" : "Felhasználó engedélyezése", "Resend welcome email" : "Üdvözlő üzenet ismételt küldése", + "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Eszköz elvesztés vagy vállalatból való kilépés esetén ez távolról képes eltávolítani a Nextcloud adatokat minden hozzá kapcsolódott eszközről: {userid}", "Remote wipe of devices" : "Eszközök távoli törlése", "Wipe {userid}'s devices" : "{userid} eszközeinek törlése", "Cancel" : "Mégsem", @@ -241,10 +244,18 @@ "Password change is disabled because the master key is disabled" : "A jelszó változtatása tiltva van mert a mester kulcs tiltva van", "Passwordless authentication requires a secure connection." : "Jelszó nélküli hitelesítés biztonságos kapcsolatot követel.", "Add WebAuthn device" : "WebAuth eszköz hozzáadása", + "Please authorize your WebAuthn device." : "Kérem hitelesítse WebAuthn eszközét.", "Name your device" : "Nevezd el az eszközöd", "Add" : "Hozzáadás", "Adding your device …" : "Eszközöd hozzáadás...", + "Server error while trying to add WebAuthn device" : "Szerver hiba WebAuthn eszköz hozzáadása során", + "Server error while trying to complete WebAuthn device registration" : "Szerver hiba WebAuthn eszköz regisztációjának befejezése során", "Unnamed device" : "Név nélküli eszköz", + "Passwordless Authentication" : "Jelszó nélküli hitelesítés", + "Set up your account for passwordless authentication following the FIDO2 standard." : "Állítsd be fiókodat jelszó nélküli hitelesítéssel az FIDO2 szabvány követésével.", + "No devices configured." : "Nincs eszköz beállítva.", + "The following devices are configured for your account:" : "A következő eszközök vannak a te fiókodhoz kapcsolva:", + "Your browser does not support WebAuthn." : "A te böngésződ nem támogatja a WebAuthn-ot.", "Your apps" : "Alkalmazásaid", "Active apps" : "Aktív alkalmazások", "Disabled apps" : "Letiltott alkalmazások", @@ -333,11 +344,14 @@ "Start migration" : "Migrálás indítása", "Background jobs" : "Háttérfeladatok", "Last job execution ran %s. Something seems wrong." : "Utolsó futás:%s. Valami nincs rendben.", + "Some jobs haven’t been executed since %s. Please consider increasing the execution frequency." : "Néhány feladat nem futott ezóta: %s. Fontolja meg a futási időközök növelését. ", + "Some jobs didn’t execute since %s. Please consider switching to system cron." : "Néhány feladat nem futott ezóta: %s. Fontolja meg a system-cron -ra váltást.", "Last job ran %s." : "Utolsó futás: %s.", "Background job didn’t run yet!" : "Háttérfeladat még nem futott le!", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Az optimális teljesítményhez fontos, hogy a háttérfeladatok megfelelően legyenek beállítva. Nagyobb telepítésekhez a 'Cron' javasolt. Kérlek nézd meg a dokumentációt a részletekért.", "Pick background job setting" : "Háttér folyamat beállítása", "Execute one task with each page loaded" : "Egy-egy feladat végrehajtása minden alkalommal, amikor egy weboldalt letöltenek", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP." : "cron.php regisztrálva van a webcron szolgáltatásban hogy minden 5 percben meghívja a cron.php-t HTTP-n keresztül.", "Use system cron service to call the cron.php file every 5 minutes." : "Rendszer időzítő használata a cron.php file meghívásához minden 5 percben.", "The cron.php needs to be executed by the system user \"%s\"." : "A cron.php-t ennek a rendszer felhasználónak kell végrehajtania: \"%s\".", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Ennek futtatásához PHP POSIX kiterjesztés szükséges. Nézd meg a {linkstart}PHP dokumentációt{linkend} a részletekért.", @@ -358,6 +372,7 @@ "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Felhasználónevek automatikus kiegészítésének engedélyezése a megosztási ablakban. Ha ki van kapcsolva, teljes felhasználóneveket vagy e-mail címeket kell begépelni.", + "Restrict username autocompletion to users within the same groups" : "Korlátozza a felhasználónevek automata kiegészítését azonos csoportokon belül", "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Nyilatkozat szövegének megjelenítése a nyilvános feltöltési oldalon. (Csak akkor jelenik meg, ha fájl lista rejtett.)", "This text will be shown on the public link upload page when the file list is hidden." : "Ez a szöveg jelenik meg a nyilvános feltöltési oldalon, amikor a fájl lista el van rejtve.", "Default share permissions" : "Alapértelmezett megosztási beállítások", @@ -399,88 +414,440 @@ "Current password" : "Jelenlegi jelszó", "New password" : "Az új jelszó", "Change password" : "Jelszó megváltoztatása", + "Use a second factor besides your password to increase security for your account." : "Használjon egy második faktort a jelszava mellett, hogy növelje fiókja biztonságát.", + "Afrikaans (Namibia)" : "Afrikaans (Namibia)", + "Afrikaans (South Africa)" : "Afrikaans (South Africa)", "Afrikaans" : "Afrikai", + "Akan (Ghana)" : "Akan (Ghana)", "Akan" : "Akan", + "Albanian (Albania)" : "Albanian (Albania)", "Albanian" : "Albán", + "Amharic (Ethiopia)" : "Amharic (Ethiopia)", "Amharic" : "Amhara", + "Arabic (Algeria)" : "Arabic (Algeria)", + "Arabic (Bahrain)" : "Arabic (Bahrain)", + "Arabic (Egypt)" : "Arabic (Egypt)", + "Arabic (Iraq)" : "Arabic (Iraq)", + "Arabic (Jordan)" : "Arabic (Jordan)", + "Arabic (Kuwait)" : "Arabic (Kuwait)", + "Arabic (Lebanon)" : "Arabic (Lebanon)", + "Arabic (Libya)" : "Arabic (Libya)", + "Arabic (Morocco)" : "Arabic (Morocco)", + "Arabic (Oman)" : "Arabic (Oman)", + "Arabic (Qatar)" : "Arabic (Qatar)", + "Arabic (Saudi Arabia)" : "Arabic (Saudi Arabia)", + "Arabic (Sudan)" : "Arabic (Sudan)", + "Arabic (Syria)" : "Arabic (Syria)", + "Arabic (Tunisia)" : "Arabic (Tunisia)", + "Arabic (United Arab Emirates)" : "Arabic (United Arab Emirates)", + "Arabic (Yemen)" : "Arabic (Yemen)", "Arabic" : "Arab", + "Armenian (Armenia)" : "Armenian (Armenia)", "Armenian" : "Örmény", + "Assamese (India)" : "Assamese (India)", "Assamese" : "Asszámi", + "Asu (Tanzania)" : "Asu (Tanzánia)", + "Asu" : "Asu", + "Azerbaijani (Cyrillic)" : "Azerbaijani (Cyrillic)", + "Azerbaijani (Cyrillic, Azerbaijan)" : "Azerbaijani (Cyrillic, Azerbaijan)", + "Azerbaijani (Latin)" : "Azerbaijani (Latin)", + "Azerbaijani (Latin, Azerbaijan)" : "Azerbaijani (Latin, Azerbaijan)", "Azerbaijani" : "Azerbajdzsán", + "Bambara (Mali)" : "Bambara (Mali)", "Bambara" : "Bambara", + "Basque (Spain)" : "Basque (Spain)", "Basque" : "Baszk", + "Belarusian (Belarus)" : "Belarusian (Belarus)", "Belarusian" : "Fehérorosz", + "Bemba (Zambia)" : "Bemba (Zambia)", + "Bemba" : "Bemba", + "Bena (Tanzania)" : "Bena (Tanzania)", + "Bena" : "Bena", + "Bengali (Bangladesh)" : "Bengali (Bangladesh)", + "Bengali (India)" : "Bengali (India)", "Bengali" : "Bengáli", + "Bosnian (Bosnia and Herzegovina)" : "Bosnian (Bosnia and Herzegovina)", "Bosnian" : "Boszniai", + "Bulgarian (Bulgaria)" : "Bulgarian (Bulgaria)", "Bulgarian" : "Bulgár", + "Burmese (Myanmar [Burma])" : "Burmese (Myanmar [Burma])", "Burmese" : "Burmai", + "Catalan (Spain)" : "Catalan (Spain)", + "Catalan" : "Catalan", + "Central Morocco Tamazight (Latin)" : "Central Morocco Tamazight (Latin)", + "Central Morocco Tamazight (Latin, Morocco)" : "Central Morocco Tamazight (Latin, Morocco)", + "Central Morocco Tamazight" : "Central Morocco Tamazight", + "Cherokee (United States)" : "Cherokee (United States)", + "Cherokee" : "Cherokee", + "Chiga (Uganda)" : "Chiga (Uganda)", + "Chiga" : "Chiga", + "Chinese (Simplified Han)" : "Chinese (Simplified Han)", + "Chinese (Simplified Han, China)" : "Chinese (Simplified Han, China)", + "Chinese (Simplified Han, Hong Kong SAR China)" : "Chinese (Simplified Han, Hong Kong SAR China)", + "Chinese (Simplified Han, Macau SAR China)" : "Chinese (Simplified Han, Macau SAR China)", + "Chinese (Simplified Han, Singapore)" : "Chinese (Simplified Han, Singapore)", + "Chinese (Traditional Han)" : "Chinese (Traditional Han)", + "Chinese (Traditional Han, Hong Kong SAR China)" : "Chinese (Traditional Han, Hong Kong SAR China)", + "Chinese (Traditional Han, Macau SAR China)" : "Chinese (Traditional Han, Macau SAR China)", + "Chinese (Traditional Han, Taiwan)" : "Chinese (Traditional Han, Taiwan)", "Chinese" : "Kínai", + "Cornish (United Kingdom)" : "Cornish (United Kingdom)", "Cornish" : "Korni", + "Croatian (Croatia)" : "Croatian (Croatia)", "Croatian" : "Horvát", + "Czech (Czech Republic)" : "Czech (Czech Republic)", "Czech" : "Cseh", + "Danish (Denmark)" : "Danish (Denmark)", "Danish" : "Dán", + "Dutch (Belgium)" : "Dutch (Belgium)", + "Dutch (Netherlands)" : "Dutch (Netherlands)", + "Dutch" : "Dutch", + "Embu (Kenya)" : "Embu (Kenya)", + "Embu" : "Embu", + "English (American Samoa)" : "English (American Samoa)", + "English (Australia)" : "English (Australia)", + "English (Belgium)" : "English (Belgium)", + "English (Belize)" : "English (Belize)", + "English (Botswana)" : "English (Botswana)", + "English (Canada)" : "English (Canada)", + "English (Guam)" : "English (Guam)", + "English (Hong Kong SAR China)" : "English (Hong Kong SAR China)", + "English (India)" : "English (India)", + "English (Ireland)" : "English (Ireland)", + "English (Jamaica)" : "English (Jamaica)", + "English (Malta)" : "English (Malta)", + "English (Marshall Islands)" : "English (Marshall Islands)", + "English (Mauritius)" : "English (Mauritius)", + "English (Namibia)" : "English (Namibia)", + "English (New Zealand)" : "English (New Zealand)", + "English (Northern Mariana Islands)" : "English (Northern Mariana Islands)", + "English (Pakistan)" : "English (Pakistan)", + "English (Philippines)" : "English (Philippines)", + "English (Singapore)" : "English (Singapore)", + "English (South Africa)" : "English (South Africa)", + "English (Trinidad and Tobago)" : "English (Trinidad and Tobago)", + "English (U.S. Minor Outlying Islands)" : "English (U.S. Minor Outlying Islands)", + "English (U.S. Virgin Islands)" : "English (U.S. Virgin Islands)", + "English (United Kingdom)" : "English (United Kingdom)", + "English (United States)" : "English (United States)", + "English (Zimbabwe)" : "English (Zimbabwe)", "English" : "Angol", "Esperanto" : "Eszperantó", + "Estonian (Estonia)" : "Estonian (Estonia)", "Estonian" : "Észt", + "Ewe (Ghana)" : "Ewe (Ghana)", + "Ewe (Togo)" : "Ewe (Togo)", "Ewe" : "Ewe", + "Faroese (Faroe Islands)" : "Faroese (Faroe Islands)", "Faroese" : "Feröeri", + "Filipino (Philippines)" : "Filipino (Philippines)", + "Filipino" : "Filipino", + "Finnish (Finland)" : "Finnish (Finland)", "Finnish" : "Finn", + "French (Belgium)" : "French (Belgium)", + "French (Benin)" : "French (Benin)", + "French (Burkina Faso)" : "French (Burkina Faso)", + "French (Burundi)" : "French (Burundi)", + "French (Cameroon)" : "French (Cameroon)", + "French (Canada)" : "French (Canada)", + "French (Central African Republic)" : "French (Central African Republic)", + "French (Chad)" : "French (Chad)", + "French (Comoros)" : "French (Comoros)", + "French (Congo - Brazzaville)" : "French (Congo - Brazzaville)", + "French (Congo - Kinshasa)" : "French (Congo - Kinshasa)", + "French (Côte d’Ivoire)" : "French (Côte d’Ivoire)", + "French (Djibouti)" : "French (Djibouti)", + "French (Equatorial Guinea)" : "French (Equatorial Guinea)", + "French (France)" : "French (France)", + "French (Gabon)" : "French (Gabon)", + "French (Guadeloupe)" : "French (Guadeloupe)", + "French (Guinea)" : "French (Guinea)", + "French (Luxembourg)" : "French (Luxembourg)", + "French (Madagascar)" : "French (Madagascar)", + "French (Mali)" : "French (Mali)", + "French (Martinique)" : "French (Martinique)", + "French (Monaco)" : "French (Monaco)", + "French (Niger)" : "French (Niger)", + "French (Rwanda)" : "French (Rwanda)", + "French (Réunion)" : "French (Réunion)", + "French (Saint Barthélemy)" : "French (Saint Barthélemy)", + "French (Saint Martin)" : "French (Saint Martin)", + "French (Senegal)" : "French (Senegal)", + "French (Switzerland)" : "French (Switzerland)", + "French (Togo)" : "French (Togo)", "French" : "Francia", + "Fulah (Senegal)" : "Fulah (Senegal)", "Fulah" : "Ful", + "Galician (Spain)" : "Galician (Spain)", "Galician" : "Galíciai", + "Ganda (Uganda)" : "Ganda (Uganda)", "Ganda" : "Ganda", + "Georgian (Georgia)" : "Georgian (Georgia)", "Georgian" : "Grúz", + "German (Austria)" : "German (Austria)", + "German (Belgium)" : "German (Belgium)", + "German (Germany)" : "German (Germany)", + "German (Liechtenstein)" : "German (Liechtenstein)", + "German (Luxembourg)" : "German (Luxembourg)", + "German (Switzerland)" : "German (Switzerland)", "German" : "Német", + "Greek (Cyprus)" : "Greek (Cyprus)", + "Greek (Greece)" : "Greek (Greece)", + "Greek" : "Greek", + "Gujarati (India)" : "Gujarati (India)", "Gujarati" : "Gudzsarát", + "Gusii (Kenya)" : "Gusii (Kenya)", + "Gusii" : "Gusii", + "Hausa (Latin)" : "Hausa (Latin)", + "Hausa (Latin, Ghana)" : "Hausa (Latin, Ghana)", + "Hausa (Latin, Niger)" : "Hausa (Latin, Niger)", + "Hausa (Latin, Nigeria)" : "Hausa (Latin, Nigeria)", "Hausa" : "Hausza", + "Hawaiian (United States)" : "Hawaiian (United States)", + "Hawaiian" : "Hawaiian", + "Hebrew (Israel)" : "Hebrew (Israel)", "Hebrew" : "Héber", + "Hindi (India)" : "Hindi (India)", "Hindi" : "Hindu", + "Hungarian (Hungary)" : "Hungarian (Hungary)", "Hungarian" : "Magyar", + "Icelandic (Iceland)" : "Icelandic (Iceland)", "Icelandic" : "Izlandi", + "Igbo (Nigeria)" : "Igbo (Nigeria)", "Igbo" : "Igbo", + "Indonesian (Indonesia)" : "Indonesian (Indonesia)", "Indonesian" : "Indonéziai", + "Irish (Ireland)" : "Irish (Ireland)", "Irish" : "Ír", + "Italian (Italy)" : "Italian (Italy)", + "Italian (Switzerland)" : "Italian (Switzerland)", "Italian" : "Olasz", + "Japanese (Japan)" : "Japanese (Japan)", "Japanese" : "Japán", + "Kabuverdianu (Cape Verde)" : "Kabuverdianu (Cape Verde)", + "Kabuverdianu" : "Kabuverdianu", + "Kabyle (Algeria)" : "Kabyle (Algeria)", + "Kabyle" : "Kabyle", + "Kalaallisut (Greenland)" : "Kalaallisut (Greenland)", + "Kalaallisut" : "Kalaallisut", + "Kalenjin (Kenya)" : "Kalenjin (Kenya)", + "Kalenjin" : "Kalenjin", + "Kamba (Kenya)" : "Kamba (Kenya)", + "Kamba" : "Kamba", + "Kannada (India)" : "Kannada (India)", "Kannada" : "Kannada", + "Kazakh (Cyrillic)" : "Kazakh (Cyrillic)", + "Kazakh (Cyrillic, Kazakhstan)" : "Kazakh (Cyrillic, Kazakhstan)", "Kazakh" : "Kazahsztáni", + "Khmer (Cambodia)" : "Khmer (Cambodia)", + "Khmer" : "Khmer", + "Kikuyu (Kenya)" : "Kikuyu (Kenya)", + "Kikuyu" : "Kikuyu", + "Kinyarwanda (Rwanda)" : "Kinyarwanda (Rwanda)", "Kinyarwanda" : "Kinyarwanda", + "Konkani (India)" : "Konkani (India)", + "Konkani" : "Konkani", + "Korean (South Korea)" : "Korean (South Korea)", "Korean" : "Koreai", + "Koyra Chiini (Mali)" : "Koyra Chiini (Mali)", + "Koyra Chiini" : "Koyra Chiini", + "Koyraboro Senni (Mali)" : "Koyraboro Senni (Mali)", + "Koyraboro Senni" : "Koyraboro Senni", + "Langi (Tanzania)" : "Langi (Tanzania)", + "Langi" : "Langi", + "Latvian (Latvia)" : "Latvian (Latvia)", "Latvian" : "Lett", + "Lithuanian (Lithuania)" : "Lithuanian (Lithuania)", "Lithuanian" : "Litván", + "Luo (Kenya)" : "Luo (Kenya)", + "Luo" : "Luo", + "Luyia (Kenya)" : "Luyia (Kenya)", + "Luyia" : "Luyia", + "Macedonian (Macedonia)" : "Macedonian (Macedonia)", "Macedonian" : "Macedóniai", + "Machame (Tanzania)" : "Machame (Tanzania)", + "Machame" : "Machame", + "Makonde (Tanzania)" : "Makonde (Tanzania)", + "Makonde" : "Makonde", + "Malagasy (Madagascar)" : "Malagasy (Madagascar)", "Malagasy" : "Malgasz", + "Malay (Brunei)" : "Malay (Brunei)", + "Malay (Malaysia)" : "Malay (Malaysia)", "Malay" : "Maláj", + "Malayalam (India)" : "Malayalam (India)", "Malayalam" : "Malajálam", + "Maltese (Malta)" : "Maltese (Malta)", "Maltese" : "Máltai", + "Manx (United Kingdom)" : "Manx (United Kingdom)", "Manx" : "Manx", + "Marathi (India)" : "Marathi (India)", "Marathi" : "Maráthi", + "Masai (Kenya)" : "Masai (Kenya)", + "Masai (Tanzania)" : "Masai (Tanzania)", + "Masai" : "Masai", + "Meru (Kenya)" : "Meru (Kenya)", + "Meru" : "Meru", + "Morisyen (Mauritius)" : "Morisyen (Mauritius)", + "Morisyen" : "Morisyen", + "Nama (Namibia)" : "Nama (Namibia)", + "Nama" : "Nama", + "Nepali (India)" : "Nepali (India)", + "Nepali (Nepal)" : "Nepali (Nepal)", "Nepali" : "Nepáli", + "North Ndebele (Zimbabwe)" : "North Ndebele (Zimbabwe)", + "North Ndebele" : "North Ndebele", + "Norwegian Bokmål (Norway)" : "Norwegian Bokmål (Norway)", + "Norwegian Bokmål" : "Norwegian Bokmål", + "Norwegian Nynorsk (Norway)" : "Norwegian Nynorsk (Norway)", + "Norwegian Nynorsk" : "Norwegian Nynorsk", + "Nyankole (Uganda)" : "Nyankole (Uganda)", + "Nyankole" : "Nyankole", + "Oriya (India)" : "Oriya (India)", + "Oriya" : "Oriya", + "Oromo (Ethiopia)" : "Oromo (Ethiopia)", + "Oromo (Kenya)" : "Oromo (Kenya)", "Oromo" : "Oromó", + "Pashto (Afghanistan)" : "Pashto (Afghanistan)", + "Pashto" : "Pashto", + "Persian (Afghanistan)" : "Persian (Afghanistan)", + "Persian (Iran)" : "Persian (Iran)", "Persian" : "Perzsa", + "Polish (Poland)" : "Polish (Poland)", "Polish" : "Lengyel", + "Portuguese (Brazil)" : "Portuguese (Brazil)", + "Portuguese (Guinea-Bissau)" : "Portuguese (Guinea-Bissau)", + "Portuguese (Mozambique)" : "Portuguese (Mozambique)", + "Portuguese (Portugal)" : "Portuguese (Portugal)", "Portuguese" : "Portugál", + "Punjabi (Arabic)" : "Punjabi (Arabic)", + "Punjabi (Arabic, Pakistan)" : "Punjabi (Arabic, Pakistan)", + "Punjabi (Gurmukhi)" : "Punjabi (Gurmukhi)", + "Punjabi (Gurmukhi, India)" : "Punjabi (Gurmukhi, India)", + "Punjabi" : "Punjabi", + "Romanian (Moldova)" : "Romanian (Moldova)", + "Romanian (Romania)" : "Romanian (Romania)", + "Romanian" : "Romanian", + "Romansh (Switzerland)" : "Romansh (Switzerland)", "Romansh" : "Romans", + "Rombo (Tanzania)" : "Rombo (Tanzania)", + "Rombo" : "Rombo", + "Russian (Moldova)" : "Russian (Moldova)", + "Russian (Russia)" : "Russian (Russia)", + "Russian (Ukraine)" : "Russian (Ukraine)", "Russian" : "Orosz", + "Rwa (Tanzania)" : "Rwa (Tanzania)", + "Rwa" : "Rwa", + "Samburu (Kenya)" : "Samburu (Kenya)", + "Samburu" : "Samburu", + "Sango (Central African Republic)" : "Sango (Central African Republic)", + "Sango" : "Sango", + "Sena (Mozambique)" : "Sena (Mozambique)", + "Sena" : "Sena", + "Serbian (Cyrillic)" : "Serbian (Cyrillic)", + "Serbian (Cyrillic, Bosnia and Herzegovina)" : "Serbian (Cyrillic, Bosnia and Herzegovina)", + "Serbian (Cyrillic, Montenegro)" : "Serbian (Cyrillic, Montenegro)", + "Serbian (Cyrillic, Serbia)" : "Serbian (Cyrillic, Serbia)", + "Serbian (Latin)" : "Serbian (Latin)", + "Serbian (Latin, Bosnia and Herzegovina)" : "Serbian (Latin, Bosnia and Herzegovina)", + "Serbian (Latin, Montenegro)" : "Serbian (Latin, Montenegro)", + "Serbian (Latin, Serbia)" : "Serbian (Latin, Serbia)", "Serbian" : "Szerb", + "Shona (Zimbabwe)" : "Shona (Zimbabwe)", + "Shona" : "Shona", + "Sichuan Yi (China)" : "Sichuan Yi (China)", + "Sichuan Yi" : "Sichuan Yi", + "Sinhala (Sri Lanka)" : "Sinhala (Sri Lanka)", + "Sinhala" : "Sinhala", + "Slovak (Slovakia)" : "Slovak (Slovakia)", "Slovak" : "Szlovák", + "Slovenian (Slovenia)" : "Slovenian (Slovenia)", "Slovenian" : "Szlovén", + "Soga (Uganda)" : "Soga (Uganda)", + "Soga" : "Soga", + "Somali (Djibouti)" : "Somali (Djibouti)", + "Somali (Ethiopia)" : "Somali (Ethiopia)", + "Somali (Kenya)" : "Somali (Kenya)", + "Somali (Somalia)" : "Somali (Somalia)", "Somali" : "Szomáli", + "Spanish (Argentina)" : "Spanish (Argentina)", + "Spanish (Bolivia)" : "Spanish (Bolivia)", + "Spanish (Chile)" : "Spanish (Chile)", + "Spanish (Colombia)" : "Spanish (Colombia)", + "Spanish (Costa Rica)" : "Spanish (Costa Rica)", + "Spanish (Dominican Republic)" : "Spanish (Dominican Republic)", + "Spanish (Ecuador)" : "Spanish (Ecuador)", + "Spanish (El Salvador)" : "Spanish (El Salvador)", + "Spanish (Equatorial Guinea)" : "Spanish (Equatorial Guinea)", + "Spanish (Guatemala)" : "Spanish (Guatemala)", + "Spanish (Honduras)" : "Spanish (Honduras)", + "Spanish (Latin America)" : "Spanish (Latin America)", + "Spanish (Mexico)" : "Spanish (Mexico)", + "Spanish (Nicaragua)" : "Spanish (Nicaragua)", + "Spanish (Panama)" : "Spanish (Panama)", + "Spanish (Paraguay)" : "Spanish (Paraguay)", + "Spanish (Peru)" : "Spanish (Peru)", + "Spanish (Puerto Rico)" : "Spanish (Puerto Rico)", + "Spanish (Spain)" : "Spanish (Spain)", + "Spanish (United States)" : "Spanish (United States)", + "Spanish (Uruguay)" : "Spanish (Uruguay)", + "Spanish (Venezuela)" : "Spanish (Venezuela)", + "Spanish" : "Spanish", + "Swahili (Kenya)" : "Swahili (Kenya)", + "Swahili (Tanzania)" : "Swahili (Tanzania)", "Swahili" : "Szuahéli", + "Swedish (Finland)" : "Swedish (Finland)", + "Swedish (Sweden)" : "Swedish (Sweden)", "Swedish" : "Svéd", + "Swiss German (Switzerland)" : "Swiss German (Switzerland)", + "Swiss German" : "Swiss German", + "Tachelhit (Latin)" : "Tachelhit (Latin)", + "Tachelhit (Latin, Morocco)" : "Tachelhit (Latin, Morocco)", + "Tachelhit (Tifinagh)" : "Tachelhit (Tifinagh)", + "Tachelhit (Tifinagh, Morocco)" : "Tachelhit (Tifinagh, Morocco)", + "Tachelhit" : "Tachelhit", + "Taita (Kenya)" : "Taita (Kenya)", + "Taita" : "Taita", + "Tamil (India)" : "Tamil (India)", + "Tamil (Sri Lanka)" : "Tamil (Sri Lanka)", "Tamil" : "Tamil", + "Telugu (India)" : "Telugu (India)", "Telugu" : "Telugu", + "Teso (Kenya)" : "Teso (Kenya)", + "Teso (Uganda)" : "Teso (Uganda)", + "Teso" : "Teso", + "Thai (Thailand)" : "Thai (Thailand)", "Thai" : "Thai", + "Tibetan (China)" : "Tibetan (China)", + "Tibetan (India)" : "Tibetan (India)", "Tibetan" : "Tibeti", + "Tigrinya (Eritrea)" : "Tigrinya (Eritrea)", + "Tigrinya (Ethiopia)" : "Tigrinya (Ethiopia)", "Tigrinya" : "Tigrinya", + "Tonga (Tonga)" : "Tonga (Tonga)", "Tonga" : "Tonga", + "Turkish (Turkey)" : "Turkish (Turkey)", "Turkish" : "Török", + "Ukrainian (Ukraine)" : "Ukrainian (Ukraine)", "Ukrainian" : "Ukrán", + "Urdu (India)" : "Urdu (India)", + "Urdu (Pakistan)" : "Urdu (Pakistan)", "Urdu" : "Urdu", + "Uzbek (Arabic)" : "Uzbek (Arabic)", + "Uzbek (Arabic, Afghanistan)" : "Uzbek (Arabic, Afghanistan)", + "Uzbek (Cyrillic)" : "Uzbek (Cyrillic)", + "Uzbek (Cyrillic, Uzbekistan)" : "Uzbek (Cyrillic, Uzbekistan)", + "Uzbek (Latin)" : "Uzbek (Latin)", + "Uzbek (Latin, Uzbekistan)" : "Uzbek (Latin, Uzbekistan)", "Uzbek" : "Üzbég", + "Vietnamese (Vietnam)" : "Vietnamese (Vietnam)", "Vietnamese" : "Vietnámi", + "Vunjo (Tanzania)" : "Vunjo (Tanzania)", + "Vunjo" : "Vunjo", + "Welsh (United Kingdom)" : "Welsh (United Kingdom)", "Welsh" : "Walesi", + "Yoruba (Nigeria)" : "Yoruba (Nigeria)", "Yoruba" : "Yoruba", + "Zulu (South Africa)" : "Zulu (South Africa)", "Zulu" : "Zului", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "A hivatalos alkalmazásokat a közösség fejleszti. Ezek adják a központi funkcionalitásokat és éles rendszerekben használhatóak.", "Official" : "Hivatalos", diff --git a/apps/updatenotification/l10n/hu.js b/apps/updatenotification/l10n/hu.js index 1fd89ed6adb..86cb98bc09d 100644 --- a/apps/updatenotification/l10n/hu.js +++ b/apps/updatenotification/l10n/hu.js @@ -34,6 +34,7 @@ OC.L10N.register( "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nem lehet csatlakozni az alkalmazásbolthoz, vagy az nem adott vissza frissítéseket egyáltalán. Keress frissítéseket kézzel, vagy győződj meg arról, hogy a szervered hozzáfér az internethez és eléri az alkalmazásboltot.", "<strong>All</strong> apps have an update for this version available" : "<strong>Minden</strong> alkalmazás felfrissítve a legújabb verzióra.", "View changelog" : "Változásnapló megjelenítése", + "Beta" : "Béta", "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz","<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz"] }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/hu.json b/apps/updatenotification/l10n/hu.json index 7d3ca5a4fa3..4581e899166 100644 --- a/apps/updatenotification/l10n/hu.json +++ b/apps/updatenotification/l10n/hu.json @@ -32,6 +32,7 @@ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Nem lehet csatlakozni az alkalmazásbolthoz, vagy az nem adott vissza frissítéseket egyáltalán. Keress frissítéseket kézzel, vagy győződj meg arról, hogy a szervered hozzáfér az internethez és eléri az alkalmazásboltot.", "<strong>All</strong> apps have an update for this version available" : "<strong>Minden</strong> alkalmazás felfrissítve a legújabb verzióra.", "View changelog" : "Változásnapló megjelenítése", + "Beta" : "Béta", "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz","<strong>%n</strong> alkalmazásnak nincs elérhető frissítése ehhez a verzióhoz"] },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |