aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-01-10 11:43:24 +0100
committerGitHub <noreply@github.com>2022-01-10 11:43:24 +0100
commit6572f801023f3b6bed33c32aee4edc5c8e840ece (patch)
tree610f6e7651523ec38ee513e62a0c402ee9feaa45 /apps/twofactor_backupcodes
parent91c7efaeb6c3a65643f1f0a9377d7c42b9231f8a (diff)
parenta47d23c1e4b1493b9867878e27a2a3c40562be77 (diff)
downloadnextcloud-server-6572f801023f3b6bed33c32aee4edc5c8e840ece.tar.gz
nextcloud-server-6572f801023f3b6bed33c32aee4edc5c8e840ece.zip
Merge pull request #30561 from nextcloud/rakekniven-branch2
Diffstat (limited to 'apps/twofactor_backupcodes')
-rw-r--r--apps/twofactor_backupcodes/l10n/cs_CZ.js21
-rw-r--r--apps/twofactor_backupcodes/l10n/cs_CZ.json19
-rw-r--r--apps/twofactor_backupcodes/l10n/hu_HU.js18
-rw-r--r--apps/twofactor_backupcodes/l10n/hu_HU.json16
-rw-r--r--apps/twofactor_backupcodes/l10n/nb_NO.js21
-rw-r--r--apps/twofactor_backupcodes/l10n/nb_NO.json19
6 files changed, 0 insertions, 114 deletions
diff --git a/apps/twofactor_backupcodes/l10n/cs_CZ.js b/apps/twofactor_backupcodes/l10n/cs_CZ.js
deleted file mode 100644
index 126b5b20ec1..00000000000
--- a/apps/twofactor_backupcodes/l10n/cs_CZ.js
+++ /dev/null
@@ -1,21 +0,0 @@
-OC.L10N.register(
- "twofactor_backupcodes",
- {
- "Generate backup codes" : "Vytvořit záložní kódy",
- "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Záložní kódy byly vytvořeny. {{used}} z {{total}} kódů bylo využito.",
- "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Zde jsou vaše záložní kódy. Kódy si prosím uložte a/nebo vytiskněte, protože je nebude možné později zobrazit.",
- "Save backup codes" : "Uložit záložní kódy",
- "Print backup codes" : "Vytisknout záložní kódy",
- "Regenerate backup codes" : "Vytvořit nové záložní kódy",
- "If you regenerate backup codes, you automatically invalidate old codes." : "Pokud vytvoříte nové záložní kódy, staré budou automaticky zrušeny.",
- "An error occurred while generating your backup codes" : "Při pokusu o vytvoření záložních kódů nastala chyba.",
- "Nextcloud backup codes" : "Nextcloud záložní kódy",
- "Two-factor authentication" : "Dvoufázová autentizace",
- "You successfully logged in using two-factor authentication (%1$s)" : "Úspěšně jste se přihlásil(a) pomocí dvoufázové autentizace (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Pokus o přihlášení s použitím dvoufázové autentizace selhal (%1$s)",
- "You created two-factor backup codes for your account" : "Vytvořil(a) jste záložní kódy dvoufázové autentizace pro váš účet",
- "Backup code" : "Záložní kód",
- "Use backup code" : "Použít záložní kód",
- "Second-factor backup codes" : "Dvoufázové záložní kódy"
-},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/twofactor_backupcodes/l10n/cs_CZ.json b/apps/twofactor_backupcodes/l10n/cs_CZ.json
deleted file mode 100644
index 98005f8e6ee..00000000000
--- a/apps/twofactor_backupcodes/l10n/cs_CZ.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{ "translations": {
- "Generate backup codes" : "Vytvořit záložní kódy",
- "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Záložní kódy byly vytvořeny. {{used}} z {{total}} kódů bylo využito.",
- "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Zde jsou vaše záložní kódy. Kódy si prosím uložte a/nebo vytiskněte, protože je nebude možné později zobrazit.",
- "Save backup codes" : "Uložit záložní kódy",
- "Print backup codes" : "Vytisknout záložní kódy",
- "Regenerate backup codes" : "Vytvořit nové záložní kódy",
- "If you regenerate backup codes, you automatically invalidate old codes." : "Pokud vytvoříte nové záložní kódy, staré budou automaticky zrušeny.",
- "An error occurred while generating your backup codes" : "Při pokusu o vytvoření záložních kódů nastala chyba.",
- "Nextcloud backup codes" : "Nextcloud záložní kódy",
- "Two-factor authentication" : "Dvoufázová autentizace",
- "You successfully logged in using two-factor authentication (%1$s)" : "Úspěšně jste se přihlásil(a) pomocí dvoufázové autentizace (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "Pokus o přihlášení s použitím dvoufázové autentizace selhal (%1$s)",
- "You created two-factor backup codes for your account" : "Vytvořil(a) jste záložní kódy dvoufázové autentizace pro váš účet",
- "Backup code" : "Záložní kód",
- "Use backup code" : "Použít záložní kód",
- "Second-factor backup codes" : "Dvoufázové záložní kódy"
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
-} \ No newline at end of file
diff --git a/apps/twofactor_backupcodes/l10n/hu_HU.js b/apps/twofactor_backupcodes/l10n/hu_HU.js
deleted file mode 100644
index af793b8fb9a..00000000000
--- a/apps/twofactor_backupcodes/l10n/hu_HU.js
+++ /dev/null
@@ -1,18 +0,0 @@
-OC.L10N.register(
- "twofactor_backupcodes",
- {
- "Generate backup codes" : "Biztonsági kód generálás",
- "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}.",
- "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ódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
- "Save backup codes" : "Biztonsági kódok mentése",
- "Print backup codes" : "Biztonsági kódok nyomtatása",
- "Regenerate backup codes" : "Biztonsági kódok újra generálása",
- "If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
- "An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
- "Nextcloud backup codes" : "Nextcloud biztonsági kódok",
- "Two-factor authentication" : "Kétlépcsős hitelesítés",
- "Backup code" : "Biztonsági kód",
- "Use backup code" : "Biztonsági kód használata",
- "Second-factor backup codes" : "Második lépcsős biztonsági kódok"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/twofactor_backupcodes/l10n/hu_HU.json b/apps/twofactor_backupcodes/l10n/hu_HU.json
deleted file mode 100644
index acb9373df72..00000000000
--- a/apps/twofactor_backupcodes/l10n/hu_HU.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{ "translations": {
- "Generate backup codes" : "Biztonsági kód generálás",
- "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}.",
- "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ódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
- "Save backup codes" : "Biztonsági kódok mentése",
- "Print backup codes" : "Biztonsági kódok nyomtatása",
- "Regenerate backup codes" : "Biztonsági kódok újra generálása",
- "If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
- "An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
- "Nextcloud backup codes" : "Nextcloud biztonsági kódok",
- "Two-factor authentication" : "Kétlépcsős hitelesítés",
- "Backup code" : "Biztonsági kód",
- "Use backup code" : "Biztonsági kód használata",
- "Second-factor backup codes" : "Második lépcsős biztonsági kódok"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/apps/twofactor_backupcodes/l10n/nb_NO.js b/apps/twofactor_backupcodes/l10n/nb_NO.js
deleted file mode 100644
index 98ad943d2cd..00000000000
--- a/apps/twofactor_backupcodes/l10n/nb_NO.js
+++ /dev/null
@@ -1,21 +0,0 @@
-OC.L10N.register(
- "twofactor_backupcodes",
- {
- "Generate backup codes" : "Generer sikkerhetskopi-koder",
- "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Sikkerhetskopi-koder har blitt generert. {{used}} av {{total}} koder er brukt.",
- "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Dette er sikkerhetskopi-kodene. Vennligst lagre og/eller skriv dem ut siden du ikke vil kunne se kodene her igjen senere.",
- "Save backup codes" : "Lagre sikkerhetskopi-kodene",
- "Print backup codes" : "Skriv ut sikkerhetskopi-koder",
- "Regenerate backup codes" : "Lag sikkerhetskopi-koder på nytt",
- "If you regenerate backup codes, you automatically invalidate old codes." : "Hvis du regenererer nye sikkerhetskopi-koder, vil du automatisk gjøre de gamle kodene ugyldige.",
- "An error occurred while generating your backup codes" : "En feil oppstod under generering av sikkerhetskopi-kodene",
- "Nextcloud backup codes" : "Nextcloud sikkerhetskopi-koder",
- "Two-factor authentication" : "To-trinns bekreftelse",
- "You successfully logged in using two-factor authentication (%1$s)" : "Din innlogging med to-trinns bekreftelse var velykket (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "En innlogging med to-trinns bekreftelse mislyktes (%1$s)",
- "You created two-factor backup codes for your account" : "Du opprettet to-trinns bekreftelse sikkerhetskopi-koder",
- "Backup code" : "Sikkerhetskopi-kode",
- "Use backup code" : "Bruker sikkerhetskopi-kode",
- "Second-factor backup codes" : "To-trinns bekreftelse sikkerhetskopi-koder"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/apps/twofactor_backupcodes/l10n/nb_NO.json b/apps/twofactor_backupcodes/l10n/nb_NO.json
deleted file mode 100644
index 1fe3d2a9a32..00000000000
--- a/apps/twofactor_backupcodes/l10n/nb_NO.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{ "translations": {
- "Generate backup codes" : "Generer sikkerhetskopi-koder",
- "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Sikkerhetskopi-koder har blitt generert. {{used}} av {{total}} koder er brukt.",
- "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Dette er sikkerhetskopi-kodene. Vennligst lagre og/eller skriv dem ut siden du ikke vil kunne se kodene her igjen senere.",
- "Save backup codes" : "Lagre sikkerhetskopi-kodene",
- "Print backup codes" : "Skriv ut sikkerhetskopi-koder",
- "Regenerate backup codes" : "Lag sikkerhetskopi-koder på nytt",
- "If you regenerate backup codes, you automatically invalidate old codes." : "Hvis du regenererer nye sikkerhetskopi-koder, vil du automatisk gjøre de gamle kodene ugyldige.",
- "An error occurred while generating your backup codes" : "En feil oppstod under generering av sikkerhetskopi-kodene",
- "Nextcloud backup codes" : "Nextcloud sikkerhetskopi-koder",
- "Two-factor authentication" : "To-trinns bekreftelse",
- "You successfully logged in using two-factor authentication (%1$s)" : "Din innlogging med to-trinns bekreftelse var velykket (%1$s)",
- "A login attempt using two-factor authentication failed (%1$s)" : "En innlogging med to-trinns bekreftelse mislyktes (%1$s)",
- "You created two-factor backup codes for your account" : "Du opprettet to-trinns bekreftelse sikkerhetskopi-koder",
- "Backup code" : "Sikkerhetskopi-kode",
- "Use backup code" : "Bruker sikkerhetskopi-kode",
- "Second-factor backup codes" : "To-trinns bekreftelse sikkerhetskopi-koder"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file