diff options
Diffstat (limited to 'apps/twofactor_backupcodes/l10n/lv.js')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/lv.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/lv.js b/apps/twofactor_backupcodes/l10n/lv.js new file mode 100644 index 00000000000..8d0aba6bab3 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/lv.js @@ -0,0 +1,17 @@ +OC.L10N.register( + "twofactor_backupcodes", + { + "Generate backup codes" : "Izveidot rezerves kodus", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Rezerves kodi ir ģenerēti. {{used}} no {{total}} kodiem ir izmantoti.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Šie ir jūsu dublējuma kodi. Lūdzu saglabāt un / vai izdrukāt tos, jūs nevarēsiet izlasīt kodus vēlreiz", + "Save backup codes" : "Saglabāt rezerves kodus", + "Print backup codes" : "Drukāt dublējuma kodus", + "Regenerate backup codes" : "Atjaunot dublējuma kodus", + "If you regenerate backup codes, you automatically invalidate old codes." : "Ja atjaunot dublējum kodus, tiek automātiski anulēti vecie kodi.", + "An error occurred while generating your backup codes" : "Radās kļūda, ģenerējot jūsu dublējuma kodus", + "Nextcloud backup codes" : "Nextcloud dublēšanas kodi", + "Two-factor authentication" : "Divpakāpju autentifikācija", + "Backup code" : "Dublēšanas kods", + "Use backup code" : "Izmantojiet dublēšanas kodu" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |