[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2022-04-24 03:31:11 +00:00
Родитель bf790943fc
Коммит 7182796e9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
6 изменённых файлов: 18 добавлений и 6 удалений

Просмотреть файл

@ -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 dautentificacion",
"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 dautentificacion",
"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;"
}