Skip to content

Commit 9e1f6e3

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 154ba93 commit 9e1f6e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+466
-150
lines changed

apps/dav/l10n/it.js

Lines changed: 113 additions & 7 deletions
Large diffs are not rendered by default.

apps/dav/l10n/it.json

Lines changed: 113 additions & 7 deletions
Large diffs are not rendered by default.

apps/encryption/l10n/hu.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/encryption/l10n/hu.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Jelentkezzen be a webes felületre, ugorjon a személyes beállításai „Biztonság” szakaszához, és frissítse a titkosítási jelszavát úgy, hogy megadja ezt a jelszót a „Régi bejelentkezési jelszó” mezőben, majd megadja a jelenlegi bejelentkezési jelszavát.",
3333
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájl nem fejthető vissza, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
3434
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
35+
"Default Encryption Module" : "Alapértelmezett titkosítási modul",
36+
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Alapértelmezett titkosítási modul a kiszolgálóoldali titkosításhoz (SSE)",
37+
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Ez az alkalmazás biztosítja az (alapértelmezett) titkosítási megvalósítást a Nextcloud kiszolgálóoldali titkosítási (SSE) funkciójához.\n\n\t\t\t**Titkosítás részletei**\n\t\t\t* **Titkosítási mód:** AES-256-CTR (alapértelmezett)\n\t\t\t* **Hitelesítés:** HMAC-SHA256\n\n\t\t\t**Fontos figyelmeztetések**\n\t\t\t* **VESZÉLY:** Ne tiltsa le az alkalmazást addig, amíg fel nem oldotta az összes fájl titkosítását (`occ encryption:decrypt-all`).\n\t\t\t* **FIGYELMEZTETÉS**: A nem titkosított fájltárolásra visszaálláshoz parancssoros hozzáférés szükséges. A művelet a webes felületen végleges.\"\n\n\t\t\t**Megjegyzés a meglévő fájlokhoz**\n\t\t\t* Alapértelmezés szerint az SSE engedélyezése nem titkosítja a meglévő fájlokat; csak az új fájlok lesznek titkosítva.\n\t\t\t* Az összes meglévő fájl titkosításához használja az `occ encryption:encrypt-all` parancsot.\n\n\t\t\t**Mielőtt nekikezd**\n\t\t\t* **Olvassa el a dokumentációt:** Az SSE engedélyezése, a meglévő fájlok titkosítása vagy az SSE letiltása előtt \n\t\t\t\telengedhetetlen a dokumentáció elolvasása, hogy tisztában legyen a következményekkel, és az adatvesztés\n\t\t\t\telkerülését eredményező folyamatokkal.",
3538
"Default encryption module" : "Alapértelmezett titkosítási modul",
3639
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezett, de a kulcsai még nincsenek előkészítve. Lépjen ki, majd lépjen be újra.",
3740
"Encrypt the home storage" : "Helyi tároló titkosítása",

apps/twofactor_backupcodes/l10n/hu.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ OC.L10N.register(
1212
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok előállítása során",
1313
"Backup codes have been generated. {used} of {total} codes have been used." : "Létrejöttek a biztonsági kódok. {total} kódból {used} lett felhasználva.",
1414
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Ezek a biztonsági kódjai. Mentse el vagy nyomtassa ki őket úgy, hogy később is meglegyenek.",
15+
"List of backup codes" : "Biztonsági kódok listája",
1516
"Regenerate backup codes" : "Biztonsági kódok újbóli előállítása",
1617
"Print backup codes" : "Biztonsági kódok nyomtatása",
1718
"Save backup codes" : "Biztonsági kódok mentése",
1819
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra előállítja a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
1920
"{name} backup codes" : "{name} biztonsági kódjai",
21+
"Unable to open a new tab for printing" : "Nem nyitható új lap a nyomtatáshoz",
2022
"Use one of the backup codes you saved when setting up two-factor authentication." : "Használjon egy biztonsági kódot, amikor beállítja a kétlépcsős hitelesítést.",
2123
"Submit" : "Küldés"
2224
},

apps/twofactor_backupcodes/l10n/hu.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok előállítása során",
1111
"Backup codes have been generated. {used} of {total} codes have been used." : "Létrejöttek a biztonsági kódok. {total} kódból {used} lett felhasználva.",
1212
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Ezek a biztonsági kódjai. Mentse el vagy nyomtassa ki őket úgy, hogy később is meglegyenek.",
13+
"List of backup codes" : "Biztonsági kódok listája",
1314
"Regenerate backup codes" : "Biztonsági kódok újbóli előállítása",
1415
"Print backup codes" : "Biztonsági kódok nyomtatása",
1516
"Save backup codes" : "Biztonsági kódok mentése",
1617
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra előállítja a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
1718
"{name} backup codes" : "{name} biztonsági kódjai",
19+
"Unable to open a new tab for printing" : "Nem nyitható új lap a nyomtatáshoz",
1820
"Use one of the backup codes you saved when setting up two-factor authentication." : "Használjon egy biztonsági kódot, amikor beállítja a kétlépcsős hitelesítést.",
1921
"Submit" : "Küldés"
2022
},"pluralForm" :"nplurals=2; plural=(n != 1);"

apps/twofactor_backupcodes/l10n/sv.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ OC.L10N.register(
1111
"A two-factor auth backup codes provider" : "Återställningsnycklar för tvåfaktorautentisering",
1212
"An error occurred while generating your backup codes" : "Ett fel uppstod vid skapandet av nya återställningsnycklar",
1313
"Backup codes have been generated. {used} of {total} codes have been used." : "Återställningsnycklar har skapats. {used} av {total} nycklar har använts.",
14-
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Detta är dina reservkoder. Spara och/eller skriv ut dem eftersom du inte kommer att kunna läsa koderna igen senare.",
14+
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Detta är dina återställningsnycklar. Spara och/eller skriv ut dem eftersom du inte kommer att kunna läsa koderna igen senare.",
15+
"List of backup codes" : "Lista över återställningsnycklar",
1516
"Regenerate backup codes" : "Skapa nya återställningsnycklar",
1617
"Print backup codes" : "Skriv ut återställningsnycklar",
1718
"Save backup codes" : "Spara återställningsnycklar",
1819
"If you regenerate backup codes, you automatically invalidate old codes." : "Om du skapar nya återställningsnycklar så kommer de gamla automatiskt att sluta fungera.",
1920
"{name} backup codes" : "{name} återställningsnycklar",
21+
"Unable to open a new tab for printing" : "Kunde inte öppna en ny flik för utskrift",
2022
"Use one of the backup codes you saved when setting up two-factor authentication." : "Använd en av återställningsnycklarna du sparade när du konfigurerar tvåfaktorsautentisering.",
2123
"Submit" : "Skicka"
2224
},

apps/twofactor_backupcodes/l10n/sv.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
"A two-factor auth backup codes provider" : "Återställningsnycklar för tvåfaktorautentisering",
1010
"An error occurred while generating your backup codes" : "Ett fel uppstod vid skapandet av nya återställningsnycklar",
1111
"Backup codes have been generated. {used} of {total} codes have been used." : "Återställningsnycklar har skapats. {used} av {total} nycklar har använts.",
12-
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Detta är dina reservkoder. Spara och/eller skriv ut dem eftersom du inte kommer att kunna läsa koderna igen senare.",
12+
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Detta är dina återställningsnycklar. Spara och/eller skriv ut dem eftersom du inte kommer att kunna läsa koderna igen senare.",
13+
"List of backup codes" : "Lista över återställningsnycklar",
1314
"Regenerate backup codes" : "Skapa nya återställningsnycklar",
1415
"Print backup codes" : "Skriv ut återställningsnycklar",
1516
"Save backup codes" : "Spara återställningsnycklar",
1617
"If you regenerate backup codes, you automatically invalidate old codes." : "Om du skapar nya återställningsnycklar så kommer de gamla automatiskt att sluta fungera.",
1718
"{name} backup codes" : "{name} återställningsnycklar",
19+
"Unable to open a new tab for printing" : "Kunde inte öppna en ny flik för utskrift",
1820
"Use one of the backup codes you saved when setting up two-factor authentication." : "Använd en av återställningsnycklarna du sparade när du konfigurerar tvåfaktorsautentisering.",
1921
"Submit" : "Skicka"
2022
},"pluralForm" :"nplurals=2; plural=(n != 1);"

apps/twofactor_backupcodes/l10n/zh_TW.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ OC.L10N.register(
1212
"An error occurred while generating your backup codes" : "產生備用碼時發生錯誤",
1313
"Backup codes have been generated. {used} of {total} codes have been used." : "備用碼已產生。共 {total} 組備用碼,有 {used} 組已使用。",
1414
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "以下是您的備用碼。由於備用碼不會再次顯示,請儲存及/或列印。",
15+
"List of backup codes" : "備用碼清單",
1516
"Regenerate backup codes" : "重新產生備用碼",
1617
"Print backup codes" : "列印備用碼",
1718
"Save backup codes" : "儲存備用碼",
1819
"If you regenerate backup codes, you automatically invalidate old codes." : "若您重新產生備用碼,原來舊的備用碼將自動失效。",
1920
"{name} backup codes" : "{name} 備用碼",
21+
"Unable to open a new tab for printing" : "無法開啟新分頁進行列印",
2022
"Use one of the backup codes you saved when setting up two-factor authentication." : "設定啟用雙因子認證時,可輸入其中一組您已儲存的備用碼。",
2123
"Submit" : "提交"
2224
},

apps/twofactor_backupcodes/l10n/zh_TW.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010
"An error occurred while generating your backup codes" : "產生備用碼時發生錯誤",
1111
"Backup codes have been generated. {used} of {total} codes have been used." : "備用碼已產生。共 {total} 組備用碼,有 {used} 組已使用。",
1212
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "以下是您的備用碼。由於備用碼不會再次顯示,請儲存及/或列印。",
13+
"List of backup codes" : "備用碼清單",
1314
"Regenerate backup codes" : "重新產生備用碼",
1415
"Print backup codes" : "列印備用碼",
1516
"Save backup codes" : "儲存備用碼",
1617
"If you regenerate backup codes, you automatically invalidate old codes." : "若您重新產生備用碼,原來舊的備用碼將自動失效。",
1718
"{name} backup codes" : "{name} 備用碼",
19+
"Unable to open a new tab for printing" : "無法開啟新分頁進行列印",
1820
"Use one of the backup codes you saved when setting up two-factor authentication." : "設定啟用雙因子認證時,可輸入其中一組您已儲存的備用碼。",
1921
"Submit" : "提交"
2022
},"pluralForm" :"nplurals=1; plural=0;"

0 commit comments

Comments
 (0)