14 строки
1.4 KiB
JavaScript
14 строки
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"You enabled TOTP two-factor authentication for your account" : "თქვენს ანგარიშზე აამოქმედეთ TOTP ორ-ფაქტორიანი აუტენტიფიკაცია",
|
|
"You disabled TOTP two-factor authentication for your account" : "თქვენს ანგარიშზე გათიშეთ TOTP ორ-ფაქტორიანი აუტენტიფიკაცია",
|
|
"TOTP (Authenticator app)" : "TOTP (აუტენტიფიკაციის აპლიკაცია)",
|
|
"Authenticate with a TOTP app" : "გაიარეთ აუტენტიფიკაცია თქვენს TOTP აპლიკაციასთან",
|
|
"Could not enable TOTP" : "TOTP-ს ამოქმედება ვერ მოხერხდა",
|
|
"Authentication code" : "აუტენტიფიკაციის კოდი",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "აუტენტიფიკაციის კოდი მიიღეთ თქვენს მოწყობილობაზე არსებული ორ-ფაქტორიანი აუტენტიფიკაციის აპლიკაციისგან.",
|
|
"Submit" : "გაგზავნა"
|
|
},
|
|
"nplurals=2; plural=(n!=1);");
|