diff --git a/l10n/de.js b/l10n/de.js new file mode 100644 index 0000000..b59a94f --- /dev/null +++ b/l10n/de.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "twofactor_totp", + { + "Enable TOTP" : "TOTP (zeitgesteuertes Einmalpasswort) aktivieren", + "This is your new TOTP secret:" : "Dies ist dein neuer TOTP-Schlüssel:", + "Scan this QR code with your TOTP app" : "Scanne diesen QR-Code mit deiner TOTP-App", + "Authenticate with a TOTP app" : "Mit einer TOTP-App ((zeitgesteuertes Einmalpasswort)) authentifizieren", + "TOTP Second-factor Auth" : "TOTP-Zweifaktorauthentifizierung" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json new file mode 100644 index 0000000..e429b20 --- /dev/null +++ b/l10n/de.json @@ -0,0 +1,8 @@ +{ "translations": { + "Enable TOTP" : "TOTP (zeitgesteuertes Einmalpasswort) aktivieren", + "This is your new TOTP secret:" : "Dies ist dein neuer TOTP-Schlüssel:", + "Scan this QR code with your TOTP app" : "Scanne diesen QR-Code mit deiner TOTP-App", + "Authenticate with a TOTP app" : "Mit einer TOTP-App ((zeitgesteuertes Einmalpasswort)) authentifizieren", + "TOTP Second-factor Auth" : "TOTP-Zweifaktorauthentifizierung" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/de.php b/l10n/de.php new file mode 100644 index 0000000..9b1a96e --- /dev/null +++ b/l10n/de.php @@ -0,0 +1,9 @@ + "TOTP (zeitgesteuertes Einmalpasswort) aktivieren", +"This is your new TOTP secret:" => "Dies ist dein neuer TOTP-Schlüssel:", +"Scan this QR code with your TOTP app" => "Scanne diesen QR-Code mit deiner TOTP-App", +"Authenticate with a TOTP app" => "Mit einer TOTP-App ((zeitgesteuertes Einmalpasswort)) authentifizieren", +"TOTP Second-factor Auth" => "TOTP-Zweifaktorauthentifizierung" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/de_DE.js b/l10n/de_DE.js new file mode 100644 index 0000000..7028e53 --- /dev/null +++ b/l10n/de_DE.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "twofactor_totp", + { + "Enable TOTP" : "TOTP (zeitgesteuertes Einmalpasswort) aktivieren", + "This is your new TOTP secret:" : "Dies ist Ihr neuer TOTP-Schlüssel:", + "Scan this QR code with your TOTP app" : "Scannen Sie diesen QR-Code mit Ihrer TOTP-App", + "Authenticate with a TOTP app" : "Mit einer TOTP-App ((zeitgesteuertes Einmalpasswort)) authentifizieren", + "TOTP Second-factor Auth" : "TOTP-Zweifaktorauthentifizierung" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json new file mode 100644 index 0000000..665befd --- /dev/null +++ b/l10n/de_DE.json @@ -0,0 +1,8 @@ +{ "translations": { + "Enable TOTP" : "TOTP (zeitgesteuertes Einmalpasswort) aktivieren", + "This is your new TOTP secret:" : "Dies ist Ihr neuer TOTP-Schlüssel:", + "Scan this QR code with your TOTP app" : "Scannen Sie diesen QR-Code mit Ihrer TOTP-App", + "Authenticate with a TOTP app" : "Mit einer TOTP-App ((zeitgesteuertes Einmalpasswort)) authentifizieren", + "TOTP Second-factor Auth" : "TOTP-Zweifaktorauthentifizierung" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/de_DE.php b/l10n/de_DE.php new file mode 100644 index 0000000..06037d2 --- /dev/null +++ b/l10n/de_DE.php @@ -0,0 +1,9 @@ + "TOTP (zeitgesteuertes Einmalpasswort) aktivieren", +"This is your new TOTP secret:" => "Dies ist Ihr neuer TOTP-Schlüssel:", +"Scan this QR code with your TOTP app" => "Scannen Sie diesen QR-Code mit Ihrer TOTP-App", +"Authenticate with a TOTP app" => "Mit einer TOTP-App ((zeitgesteuertes Einmalpasswort)) authentifizieren", +"TOTP Second-factor Auth" => "TOTP-Zweifaktorauthentifizierung" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/es.js b/l10n/es.js new file mode 100644 index 0000000..011d322 --- /dev/null +++ b/l10n/es.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "twofactor_totp", + { + "Enable TOTP" : "Habilitar TOTP", + "This is your new TOTP secret:" : "Este es su nuevo secreto TOTP:", + "Scan this QR code with your TOTP app" : "Escane este código QR con su app TOTP", + "Authenticate with a TOTP app" : "Autenticar con la app TOTP", + "TOTP Second-factor Auth" : "Autorización de 2 factores TOTP" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/es.json b/l10n/es.json new file mode 100644 index 0000000..619cec8 --- /dev/null +++ b/l10n/es.json @@ -0,0 +1,8 @@ +{ "translations": { + "Enable TOTP" : "Habilitar TOTP", + "This is your new TOTP secret:" : "Este es su nuevo secreto TOTP:", + "Scan this QR code with your TOTP app" : "Escane este código QR con su app TOTP", + "Authenticate with a TOTP app" : "Autenticar con la app TOTP", + "TOTP Second-factor Auth" : "Autorización de 2 factores TOTP" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/es.php b/l10n/es.php new file mode 100644 index 0000000..fb23b18 --- /dev/null +++ b/l10n/es.php @@ -0,0 +1,9 @@ + "Habilitar TOTP", +"This is your new TOTP secret:" => "Este es su nuevo secreto TOTP:", +"Scan this QR code with your TOTP app" => "Escane este código QR con su app TOTP", +"Authenticate with a TOTP app" => "Autenticar con la app TOTP", +"TOTP Second-factor Auth" => "Autorización de 2 factores TOTP" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/l10n/ja.js b/l10n/ja.js new file mode 100644 index 0000000..b02781e --- /dev/null +++ b/l10n/ja.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "twofactor_totp", + { + "Enable TOTP" : "TOTP有効化", + "This is your new TOTP secret:" : "TOTPの新しい秘密鍵", + "Scan this QR code with your TOTP app" : "TOTPアプリでQRコードをスキャンしてください", + "Authenticate with a TOTP app" : "TOTPアプリで認証する", + "TOTP Second-factor Auth" : "TOTP有効化" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json new file mode 100644 index 0000000..92e5a53 --- /dev/null +++ b/l10n/ja.json @@ -0,0 +1,8 @@ +{ "translations": { + "Enable TOTP" : "TOTP有効化", + "This is your new TOTP secret:" : "TOTPの新しい秘密鍵", + "Scan this QR code with your TOTP app" : "TOTPアプリでQRコードをスキャンしてください", + "Authenticate with a TOTP app" : "TOTPアプリで認証する", + "TOTP Second-factor Auth" : "TOTP有効化" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/ja.php b/l10n/ja.php new file mode 100644 index 0000000..4ad51ea --- /dev/null +++ b/l10n/ja.php @@ -0,0 +1,9 @@ + "TOTP有効化", +"This is your new TOTP secret:" => "TOTPの新しい秘密鍵", +"Scan this QR code with your TOTP app" => "TOTPアプリでQRコードをスキャンしてください", +"Authenticate with a TOTP app" => "TOTPアプリで認証する", +"TOTP Second-factor Auth" => "TOTP有効化" +); +$PLURAL_FORMS = "nplurals=1; plural=0;";