Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-01-27 04:14:25 +0300
committerNextcloud bot <bot@nextcloud.com>2017-01-27 04:14:25 +0300
commit89fb66a0859adfd47a91db7b6b1fd0ba14e34c1f (patch)
tree1e4a393f2eec14686c4279944efecaabb7cc748f /l10n
parent2e454510a2cf118d2fcaba491d5363c14b288202 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/lv.js15
-rw-r--r--l10n/lv.json13
2 files changed, 28 insertions, 0 deletions
diff --git a/l10n/lv.js b/l10n/lv.js
new file mode 100644
index 0000000..d804a5c
--- /dev/null
+++ b/l10n/lv.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "twofactor_totp",
+ {
+ "Enable TOTP" : "Iespējot TOTP",
+ "This is your new TOTP secret:" : "Šis ir jūsu jaunais TOTP noslēpums:",
+ "Scan this QR code with your TOTP app" : "Skenējiet šo QR kodu ar TOTP lietotni",
+ "You enabled TOTP two-factor authentication for your account" : "Esat iespējojis TOTP divu faktoru autentifikāciju jūsu kontam",
+ "You disabled TOTP two-factor authentication for your account" : "Esat atspējojis TOTP divu faktoru autentifikāciju jūsu kontam",
+ "TOTP (Authenticator app)" : "TOTP (Autentificētājs lietotne)",
+ "Authenticate with a TOTP app" : "Autentificēt ar TOTP lietotni",
+ "Authentication code" : "Autentifikācijas kods",
+ "Get the authentication code from the two-factor authentication app on your device." : "Iegūstiet autentifikācijas kodu no divu faktoru autentifikācijas koda autentifikācijas jūsu ierīcē.",
+ "TOTP second-factor auth" : "TOTP otrā faktora autentifikācija"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/l10n/lv.json b/l10n/lv.json
new file mode 100644
index 0000000..17542c2
--- /dev/null
+++ b/l10n/lv.json
@@ -0,0 +1,13 @@
+{ "translations": {
+ "Enable TOTP" : "Iespējot TOTP",
+ "This is your new TOTP secret:" : "Šis ir jūsu jaunais TOTP noslēpums:",
+ "Scan this QR code with your TOTP app" : "Skenējiet šo QR kodu ar TOTP lietotni",
+ "You enabled TOTP two-factor authentication for your account" : "Esat iespējojis TOTP divu faktoru autentifikāciju jūsu kontam",
+ "You disabled TOTP two-factor authentication for your account" : "Esat atspējojis TOTP divu faktoru autentifikāciju jūsu kontam",
+ "TOTP (Authenticator app)" : "TOTP (Autentificētājs lietotne)",
+ "Authenticate with a TOTP app" : "Autentificēt ar TOTP lietotni",
+ "Authentication code" : "Autentifikācijas kods",
+ "Get the authentication code from the two-factor authentication app on your device." : "Iegūstiet autentifikācijas kodu no divu faktoru autentifikācijas koda autentifikācijas jūsu ierīcē.",
+ "TOTP second-factor auth" : "TOTP otrā faktora autentifikācija"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
+} \ No newline at end of file