[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Родитель
bf790943fc
Коммит
7182796e9d
|
@ -5,6 +5,7 @@ OC.L10N.register(
|
|||
"Enable TOTP" : "تفعيل TOTP",
|
||||
"Could not verify your key. Please try again" : "تعذرت عملية التحقق من مفتاحك. يرجى إعادة المحاولة",
|
||||
"Authentication code" : "رمز المصادقة",
|
||||
"Verify" : "تحقق"
|
||||
"Verify" : "تحقق",
|
||||
"Submit" : "إرسال "
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"Enable TOTP" : "تفعيل TOTP",
|
||||
"Could not verify your key. Please try again" : "تعذرت عملية التحقق من مفتاحك. يرجى إعادة المحاولة",
|
||||
"Authentication code" : "رمز المصادقة",
|
||||
"Verify" : "تحقق"
|
||||
"Verify" : "تحقق",
|
||||
"Submit" : "إرسال "
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
|
@ -1,6 +1,9 @@
|
|||
OC.L10N.register(
|
||||
"twofactor_totp",
|
||||
{
|
||||
"Enable TOTP" : "Activar TOTP"
|
||||
"Enable TOTP" : "Activar TOTP",
|
||||
"Authentication code" : "Còdi d’autentificacion",
|
||||
"Verify" : "Verificar",
|
||||
"Submit" : "Transmetre"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{ "translations": {
|
||||
"Enable TOTP" : "Activar TOTP"
|
||||
"Enable TOTP" : "Activar TOTP",
|
||||
"Authentication code" : "Còdi d’autentificacion",
|
||||
"Verify" : "Verificar",
|
||||
"Submit" : "Transmetre"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||
"twofactor_totp",
|
||||
{
|
||||
"Authenticate with a TOTP app" : "ตรวจสอบสิทธิ์ด้วยแอพฯ TOTP",
|
||||
"Enable TOTP" : "เปิดใช้งาน TOTP"
|
||||
"Enable TOTP" : "เปิดใช้งาน TOTP",
|
||||
"Verify" : "ยืนยัน",
|
||||
"Submit" : "ส่ง"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{ "translations": {
|
||||
"Authenticate with a TOTP app" : "ตรวจสอบสิทธิ์ด้วยแอพฯ TOTP",
|
||||
"Enable TOTP" : "เปิดใช้งาน TOTP"
|
||||
"Enable TOTP" : "เปิดใช้งาน TOTP",
|
||||
"Verify" : "ยืนยัน",
|
||||
"Submit" : "ส่ง"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
Загрузка…
Ссылка в новой задаче