diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-03-16 01:12:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-03-16 01:12:34 +0000 |
commit | f8988c257c9217e968a377ce38ea558862948118 (patch) | |
tree | 410c71e59b1f3989570679ce560d64aa7420d1e9 /core/l10n/hu.js | |
parent | 24d239d3e6c7a9364e8648696e20c635d8d62e9b (diff) | |
download | nextcloud-server-f8988c257c9217e968a377ce38ea558862948118.tar.gz nextcloud-server-f8988c257c9217e968a377ce38ea558862948118.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/hu.js')
-rw-r--r-- | core/l10n/hu.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/hu.js b/core/l10n/hu.js index 0497ebb9730..4ca1dcb0d71 100644 --- a/core/l10n/hu.js +++ b/core/l10n/hu.js @@ -28,6 +28,10 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Nem küldhető visszaállítási e-mail. Győződjön meg arról, hogy felhasználónév helyes.", "Preparing update" : "Felkészülés a frissítésre", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step:" : "Javítási lépés:", + "Repair info:" : "Javítási információ:", + "Repair warning:" : "Javítási figyelmeztetés:", + "Repair error:" : "Javítási hiba:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Használja a parancssoros frissítőt, mert az automatikusa frissítés ki van kapcsolva a config.php-ban.", "[%d / %d]: Checking table %s" : "[%d / %d]: Tábla ellenőrzése: %s", "Turned on maintenance mode" : "Karbantartási mód bekapcsolva", @@ -224,6 +228,7 @@ OC.L10N.register( "Missing index \"{indexName}\" in table \"{tableName}\"." : "A(z) „{indexName}” index hiányzik a(z) „{tableName}” táblában.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Ennél a példánynál hiányzik néhány javasolt PHP modul. A jobb teljesítmény és nagyobb kompatibilitás miatt ezek telepítése erősen javallott.", + "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Az adatbázisban néhány oszlop nem lett big int-re alakítva. Annak következtében, hogy a oszlopok változtatása nagy táblákon sokáig is eltarthat, nem lettek automatikusan megváltoztatva. A 'occ db:convert-filecache-bigint' parancsot futtatva a függő változások manuálisan végrehajthatók. Ezt a folyamatot csak a környezet offline állapotában szabad futtatni. További részletekért olvasd el a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\"> a dokumentáció </a>oldalán.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jelenleg SQLite van háttéradatbázisként használva. Nagyobb telepítésekhez javasoljuk, hogy váltson más háttéradatbázisra. ", "This is particularly recommended when using the desktop client for file synchronisation." : "Ezt különösen akkor javasoljuk, ha asztali klienst használ fájlszinkronizálásához.", "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Más adatbázisra való migráláshoz használja a parancssori eszközt: „occ db:convert-type”, vagy nézze meg a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentációt ↗</a>.", @@ -328,6 +333,8 @@ OC.L10N.register( "Alternative log in using app token" : "Alternatív bejelentkezés app token segítségével", "Account access" : "Fiók hozzáférés", "You are about to grant %1$s access to your %2$s account." : "Hozzáférést készülsz biztosítani neki: %1$sehhez a fiókodhoz: %2$s.", + "Account connected" : "Csatlakozott fiók", + "Your client should now be connected! You can close this window." : "Az ügyfél már csatlakozhatott! Bezárhatod ezt az ablakot.", "New password" : "Új jelszó", "New Password" : "Új jelszó", "This share is password-protected" : "Ez egy jelszóval védett megosztás", |