f7cloud_client/apps/twofactor_totp/l10n/he.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

19 lines
1.2 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",
"Two-Factor TOTP Provider" : "ספק TOTP לאימות דו־שלבי",
"Could not enable TOTP" : "לא ניתן להפעיל TOTP",
"Could not verify your key. Please try again" : "לא ניתן לוודא שהמפתח שלך תקין. נא לנסות שוב",
"Enable TOTP" : "הפעלת TOTP",
"Your new TOTP secret is:" : "סוד ה־TOTP החדש שלך הוא:",
"Authentication code" : "קוד אימות",
"Verify" : "אימות",
"Get the authentication code from the two-factor authentication app on your device." : "קבלת קוד אימות מיישום אימות דו-מרכיבי בהתקן שלך.",
"Submit" : "הגשה"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");