Web: Moved translationKeys "Sending", "RecoverProcessSending", "ThirdPartyProcessSending" and "RegisterProcessSending" to "/static/locales/{lng}/Common.json"

This commit is contained in:
Alexey Safronov 2021-05-21 18:06:31 +03:00
parent 4fdeec00e7
commit 6b7cab8236
17 changed files with 9 additions and 21 deletions

View File

@ -35,5 +35,6 @@
"ShowUsersList": "Liste der Benutzer anzeigen",
"AddButton": "Hinzufügen",
"DirectionAscLabel": "A-Z",
"DirectionDescLabel": "Z-A"
"DirectionDescLabel": "Z-A",
"Sending": "Senden..."
}

View File

@ -35,5 +35,6 @@
"ShowUsersList": "View users list",
"AddButton": "Add",
"DirectionAscLabel": "A-Z",
"DirectionDescLabel": "Z-A"
"DirectionDescLabel": "Z-A",
"Sending": "Sending..."
}

View File

@ -35,5 +35,6 @@
"ShowUsersList": "Показать список пользователей",
"AddButton": "Добавить",
"DirectionAscLabel": "А-Я",
"DirectionDescLabel": "Я-А"
"DirectionDescLabel": "Я-А",
"Sending": "Отправка..."
}

View File

@ -7,7 +7,6 @@
"RecoverContactEmailPlaceholder": "E-Mail-Adresse",
"RecoverDescribeYourProblemPlaceholder": "Bitte Problem beschreiben",
"RecoverErrorMessage": "Pflichtfeld",
"RecoverProcessSending": "Senden...",
"RecoverTextBody": "Wenn Sie sich mit Ihren Anmeldeinformationen nicht einloggen können oder ein neues Profil erstellen möchten, wenden Sie sich an den Administrator des Portals.",
"RecoverTitle": "Zugriffswiederherstellung",
"Settings": "Einstellungen",

View File

@ -68,7 +68,6 @@
"ThirdPartyBottomDescription": "Brauchen Sie Hilfe? Bitte an unser \u003C2\u003ESupport-Team\u003C/2\u003E wenden.",
"ThirdPartyEnableButton": "Aktivieren",
"ThirdPartyHowItWorks": "Wie funktioniert es?",
"ThirdPartyProcessSending": "Senden...",
"ThirdPartyPropsActivated": "Einstellungen wurde aktualisiert",
"ThirdPartyPropsDeactivated": "Deaktivierung erfolgreich",
"ThirdPartyTitleDescription": "Mit Berechtigungsschlüsseln können Sie Ihr Portal mit den Drittleistungen verbinden. Loggen Sie sich einfacher mit Facebook, Twitter oder LinkedIn. Fügen Sie Dropbox, OneDrive usw. hinzu, um mit dort gespeicherten Dateien aus dem Modul Dokumente zu arbeiten.",

View File

@ -7,7 +7,6 @@
"RecoverContactEmailPlaceholder": "Contact email",
"RecoverDescribeYourProblemPlaceholder": "Describe your problem",
"RecoverErrorMessage": "Required field",
"RecoverProcessSending": "Sending...",
"RecoverTextBody": "If you can\u0027t log in with your existing account or want to be registered as a new user, contact the portal administrator. ",
"RecoverTitle": "Access recovery",
"Settings": "Settings",

View File

@ -82,7 +82,6 @@
"ThirdPartyBottomDescription": "Need help? Contact our \u003C2\u003ESupport Team.\u003C/2\u003E",
"ThirdPartyEnableButton": "Enable",
"ThirdPartyHowItWorks": "How It Works?",
"ThirdPartyProcessSending": "Sending...",
"ThirdPartyPropsActivated": "Updated successfully",
"ThirdPartyPropsDeactivated": "Deactivated successfully",
"ThirdPartyTitleDescription": "With Authorization keys, you can connect third-party services to your portal. Sign in easily with Facebook, Twitter, or LinkedIn; add Dropbox, OneDrive, etc. to work with files stored there from the Documents module.",

View File

@ -7,7 +7,6 @@
"RecoverContactEmailPlaceholder": "Адрес email, по которому можно связаться с Вами",
"RecoverDescribeYourProblemPlaceholder": "Пожалуйста, опишите вашу проблему",
"RecoverErrorMessage": "Обязательное поле",
"RecoverProcessSending": "Отправка...",
"RecoverTextBody": "Если Вы уже зарегистрированы и у Вас есть проблемы с доступом к этому порталу, или Вы хотите зарегистрироваться как новый пользователь портала, пожалуйста, обратитесь к администратору портала, используя форму, расположенную ниже.",
"RecoverTitle": "Доступ к порталу",
"Settings": "Настройки",

View File

@ -81,7 +81,6 @@
"ThirdPartyBottomDescription": "Если у вас остались вопросы по подключению этого сервиса или вам требуется помощь, вы всегда можете обратиться в нашу \u003C2\u003EСлужбу поддержки\u003C/2\u003E.",
"ThirdPartyEnableButton": "Включить",
"ThirdPartyHowItWorks": "Как это работает?",
"ThirdPartyProcessSending": "Отправка...",
"ThirdPartyPropsActivated": "Настройки сервиса успешно обновлены",
"ThirdPartyPropsDeactivated": "Сервис был успешно отключен",
"ThirdPartyTitleDescription": "Ключи авторизации позволяют подключить портал ONLYOFFICE к сторонним сервисам, таким как Twitter, Facebook, Dropbox и т.д. Подключите портал к Facebook, Twitter или Linkedin, если Вы не хотите каждый раз при входе вводить свои учетные данные на портале. Привяжите портал к таким сервисам, как Dropbox, OneDrive и т.д. чтобы перенести документы из всех этих хранилищ в модуль Документы ONLYOFFICE.",

View File

@ -110,7 +110,7 @@ const RecoverAccessModalDialog = ({
<Button
className="recover-button-dialog"
key="SendBtn"
label={loading ? t("RecoverProcessSending") : t("Common:SendButton")}
label={loading ? t("Common:Sending") : t("Common:SendButton")}
size="big"
primary={true}
onClick={onSendRecoverRequest}

View File

@ -189,9 +189,7 @@ class ConsumerModalDialog extends React.Component {
primary
size="big"
label={
isLoading
? t("ThirdPartyProcessSending")
: t("ThirdPartyEnableButton")
isLoading ? t("Common:Sending") : t("ThirdPartyEnableButton")
}
tabIndex={1}
isLoading={isLoading}

View File

@ -11,7 +11,6 @@
"PasswordRecoveryTitle": "Kennwort wiederherstellen",
"Register": "Registrieren",
"RegisterPlaceholder": "Ihr Registrierungsemail",
"RegisterProcessSending": "Senden...",
"RegisterSendButton": "Anfrage senden",
"RegisterTextBodyAfterDomainsList": "Für Registrierung geben Sie Ihre E-Mail-Adresse ein und klicken Sie auf Anfrage senden. Der Aktivierungslink wird an dieser Adresse gesendet.",
"RegisterTextBodyBeforeDomainsList": "Für Registrierung sollen Benutzer E-Mail-Konten hier haben:",

View File

@ -13,7 +13,6 @@
"ProviderNotConnected": "Provider is not connected to your account",
"Register": "Register",
"RegisterPlaceholder": "Your registration email",
"RegisterProcessSending": "Sending...",
"RegisterSendButton": "Send request",
"RegisterTextBodyAfterDomainsList": "To register, enter your email and click Send request. An activation link will be sent to you. ",
"RegisterTextBodyBeforeDomainsList": "Registration is available to users with an email account at",

View File

@ -11,7 +11,6 @@
"PasswordRecoveryTitle": "Récupération de mot de passe",
"Register": "Inscription",
"RegisterPlaceholder": "Votre mail d\u0027inscription",
"RegisterProcessSending": "Envoi...",
"RegisterSendButton": "Envoyer une demande",
"RegisterTextBodyAfterDomainsList": "Pour vous inscrire, saisissez votre adresse de courriel et cliquez sur Envoyer une demande. Vous allez recevoir un courriel à l\u0027adresse spécifiée. Veuillez indiquer l\u0027adresse de courriel à laquelle votre invitation sera envoyée :",
"RegisterTextBodyBeforeDomainsList": "L\u0027inscription est disponible aux utilisateurs avec le compte de mail à ",

View File

@ -11,7 +11,6 @@
"PasswordRecoveryTitle": "Recupero della password",
"Register": "Registra",
"RegisterPlaceholder": "la tua email di registrazione",
"RegisterProcessSending": "invio in corso...",
"RegisterSendButton": "Invia richiesta",
"RegisterTextBodyAfterDomainsList": "Per registrarsi, immettere la posta elettronica e fare clic su Invia richiesta. Ti verrà inviato un link di attivazione. ",
"RegisterTextBodyBeforeDomainsList": "La registrazione è disponibile per gli utenti con un account di posta elettronica all\u0027indirizzo",

View File

@ -13,7 +13,6 @@
"ProviderNotConnected": "Провайдер не подключен к вашему аккаунту",
"Register": "Регистрация",
"RegisterPlaceholder": "Ваш регистрационный email",
"RegisterProcessSending": "Отправка...",
"RegisterSendButton": "Отправить запрос",
"RegisterTextBodyAfterDomainsList": "Чтобы зарегистрироваться, введите свой email и нажмите кнопку Отправить запрос. Сообщение со ссылкой для активации вашей учётной записи будет отправлено на указанный адрес.",
"RegisterTextBodyBeforeDomainsList": "Регистрация доступна для пользователей, которые имеют почтовый ящик на",

View File

@ -87,9 +87,7 @@ const RegisterModalDialog = ({
<Button
className="modal-dialog-button"
key="SendBtn"
label={
loading ? t("RegisterProcessSending") : t("RegisterSendButton")
}
label={loading ? t("Common:Sending") : t("RegisterSendButton")}
size="big"
scale={false}
primary={true}