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

sq.js « l10n « twofactor_backupcodes « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ced8235f6a8dfd1a7ae31de76114e3c26006644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "twofactor_backupcodes",
    {
    "An error occurred while generating your backup codes" : "Ndodhi një problem ndërsa ishin duke u prodhuar kodet tuaja rezervë",
    "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Këto janë kodet tuaja rezervë. Ju lutemi ruajini dhe/ose printojini ato pasi nuk do të jeni në gjendje që ti lexoni më vonë",
    "Save backup codes" : "Ruaj kodet e kopjuara",
    "Print backup codes" : "Printo kodet rezervë ",
    "Regenerate backup codes" : "Gjenero kodet e kopjuara",
    "If you regenerate backup codes, you automatically invalidate old codes." : "Nëse gjeneroni kode rezervë, automaktikisht ju çaktivizoni kodet e vjetra.",
    "Generate backup codes" : "Gjenero kodet rezerve",
    "You created two-factor backup codes for your account" : "Ju krijuat kodet rezervë me dy faktorë për llogarinë tuaj",
    "Second-factor backup codes" : "Kodet e rezervimit të dytë të faktorëve",
    "Backup code" : "Kod i kopjuar",
    "Use backup code" : "Përdorni kodin e kopjimit",
    "Two factor backup codes" : "Dy kopje rezervë të faktorëve",
    "Submit" : "Dërgo"
},
"nplurals=2; plural=(n != 1);");