Merge branch 'soon' into 5.4-rc

This commit is contained in:
yflory 2023-07-18 11:47:43 +02:00
commit 4135189bb3
6 changed files with 15 additions and 4 deletions

View File

@ -85,6 +85,7 @@ body:
label: Version
description: What version of CryptPad are you running?
options:
- 5.4-rc
- 5.3.0
- 5.2.1
- 5.2.0

View File

@ -241,6 +241,12 @@ define([
type = APP.downloadType;
title = "download";
}
if(title === "" && APP.startWithTemplate) {
var metadata = APP.startWithTemplate.content.metadata;
var copyTitle = Messages._getKey('copy_title', [metadata.title || metadata.defaultTitle]);
common.getMetadataMgr().updateTitle(copyTitle);
title = copyTitle;
}
var file = {};
switch(type) {
case 'doc':

View File

@ -1625,5 +1625,6 @@
"admin_totpRecoveryHint": "يمكن للمستخدمين نسخ بيانات الإسترجاع على صفحة استرجاع المصادقة الثنائية (2FA) /recovery/ ورسله للإيميل مسؤولين المنصة. ألصق بيانات الإسترجاع أدناه لتعطيل المصادقة الثنائية (2FA) لحساب",
"admin_totpEnabled": "المصادقة الثنائية (2FA) مُمكنة",
"admin_totpRecoveryMethod": "طريقة استرجاع المصادقة الثنائية (2FA)",
"admin_totpCheck": "نجاح التحقق من صحة التوقيع"
"admin_totpCheck": "نجاح التحقق من صحة التوقيع",
"recovery_mfa_secret_ph": "رمز الإسترجاع"
}

View File

@ -1614,5 +1614,6 @@
"recovery_header": "2FA-Wiederherstellung",
"mfa_revoke_code": "Bitte gib den Verifizierungscode ein",
"recovery_mfa_error": "Unbekannter Fehler. Bitte neu laden und erneut versuchen.",
"recovery_mfa_disabled": "Multi-Faktor-Authentifizierung ist für diesen Account bereits deaktiviert."
"recovery_mfa_disabled": "Multi-Faktor-Authentifizierung ist für diesen Account bereits deaktiviert.",
"recovery_mfa_secret_ph": "Wiederherstellungscode"
}

View File

@ -1623,5 +1623,6 @@
"admin_totpCheck": "署名の認証に成功しました",
"settings_mfaTitle": "二要素認証",
"form_condorcetSchulze": "シュルツェ",
"form_noCondorcetWinner": "勝者がありません"
"form_noCondorcetWinner": "勝者がありません",
"recovery_mfa_secret_ph": "復旧コード"
}

View File

@ -1628,5 +1628,6 @@
"admin_totpDisableButton": "Disable",
"register_nameTooLong": "Usernames must be shorter than {0} characters",
"loading_enter_otp": "This account is protected with Two-Factor Authentication. Please enter your verification code",
"loading_recover": "Unable to get a code? <a href=\"/recovery/\">Recover your account</a>"
"loading_recover": "Unable to get a code? <a href=\"/recovery/\">Recover your account</a>",
"recovery_mfa_secret_ph": "Recovery code"
}