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

lv.js « l10n « twofactor_backupcodes « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a9cc9278a6f3638d22b59f3944c6a5f88b8d393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",
    "You created two-factor backup codes for your account" : "Jūs izveidojāt divpakāpju dublējumu kodus savam kontam",
    "Backup code" : "Dublēšanas kods",
    "Use backup code" : "Izmantojiet dublēšanas kodu",
    "Second-factor backup codes" : "Second-factor dublēšanas kodi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");