13 строки
703 B
JavaScript
13 строки
703 B
JavaScript
OC.L10N.register(
|
|
"twofactor_totp",
|
|
{
|
|
"Enable TOTP" : "הפעלת TOTP",
|
|
"This is your new TOTP secret:" : "להלן סיסמת ה- TOTP החדשה שלך:",
|
|
"Scan this QR code with your TOTP app" : "יש לסרוק את קוד ה- QR עם יישום ה- TOTP שלך",
|
|
"Authentication code" : "קוד אימות",
|
|
"Authenticate with a TOTP app" : "אימות עם יישום ה- TOTP",
|
|
"Get the authentication code from the two-factor authentication app on your device." : "קבלת קוד אימות מיישום אימות דו-מרכיבי בהתקן שלך.",
|
|
"TOTP second-factor auth" : "אימות מקדם-שני של TOTP"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|