update typo in language key files (#4101)
update type in language key files
This commit is contained in:
parent
dad5c8d8ae
commit
2c778e2a75
@ -166,7 +166,7 @@ export default function AccountModal({ user, hideModal }) {
|
||||
minLength={8}
|
||||
/>
|
||||
<p className="mt-2 text-xs text-white/60">
|
||||
{t("profile_settings.passwort_description")}
|
||||
{t("profile_settings.password_description")}
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@ -731,7 +731,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -770,7 +770,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Brugernavnet må kun indeholde små bogstaver, tal, understregninger og bindestreger uden mellemrum",
|
||||
new_password: "Ny adgangskode",
|
||||
passwort_description: "Adgangskoden skal være mindst 8 tegn lang",
|
||||
password_description: "Adgangskoden skal være mindst 8 tegn lang",
|
||||
cancel: "Annuller",
|
||||
update_account: "Opdater konto",
|
||||
theme: "Tema-præference",
|
||||
|
||||
@ -966,7 +966,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Der Nutzername darf nur kleine Buchstaben, Zahlen, Unterstrich und Bindestriche ohne Leerzeichen.",
|
||||
new_password: "Neues Passwort",
|
||||
passwort_description: "Das Passwort muss mindestens 8 Zeichen haben.",
|
||||
password_description: "Das Passwort muss mindestens 8 Zeichen haben.",
|
||||
cancel: "Abbrechen",
|
||||
update_account: "Account updaten",
|
||||
theme: "Bevozugtes Design",
|
||||
|
||||
@ -1002,7 +1002,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Username must be only contain lowercase letters, numbers, underscores, and hyphens with no spaces",
|
||||
new_password: "New Password",
|
||||
passwort_description: "Password must be at least 8 characters long",
|
||||
password_description: "Password must be at least 8 characters long",
|
||||
cancel: "Cancel",
|
||||
update_account: "Update Account",
|
||||
theme: "Theme Preference",
|
||||
|
||||
@ -730,7 +730,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -925,7 +925,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Kasutajanimi võib sisaldada ainult väiketähti, numbreid, alakriipse ja sidekriipse, ilma tühikuteta",
|
||||
new_password: "Uus parool",
|
||||
passwort_description: "Parool peab olema vähemalt 8 märki",
|
||||
password_description: "Parool peab olema vähemalt 8 märki",
|
||||
cancel: "Tühista",
|
||||
update_account: "Uuenda kontot",
|
||||
theme: "Teema eelistus",
|
||||
|
||||
@ -723,7 +723,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -731,7 +731,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -716,7 +716,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -729,7 +729,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -762,7 +762,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"ユーザー名は小文字の英字、数字、アンダースコア、ハイフンのみ使用でき、スペースは使えません",
|
||||
new_password: "新しいパスワード",
|
||||
passwort_description: "パスワードは8文字以上である必要があります",
|
||||
password_description: "パスワードは8文字以上である必要があります",
|
||||
cancel: "キャンセル",
|
||||
update_account: "アカウントを更新",
|
||||
theme: "テーマ設定",
|
||||
|
||||
@ -942,7 +942,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"사용자명은 소문자, 숫자, 밑줄(_), 하이픈(-)만 사용할 수 있으며, 공백은 허용되지 않습니다.",
|
||||
new_password: "새 비밀번호",
|
||||
passwort_description: "비밀번호는 최소 8자 이상이어야 합니다.",
|
||||
password_description: "비밀번호는 최소 8자 이상이어야 합니다.",
|
||||
cancel: "취소",
|
||||
update_account: "계정 정보 업데이트",
|
||||
theme: "테마 설정",
|
||||
|
||||
@ -957,7 +957,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Lietotājvārdam jāsatur tikai mazie burti, cipari, pasvītrojumi un defises bez atstarpēm",
|
||||
new_password: "Jauna parole",
|
||||
passwort_description: "Parolei jābūt vismaz 8 rakstzīmes garai",
|
||||
password_description: "Parolei jābūt vismaz 8 rakstzīmes garai",
|
||||
cancel: "Atcelt",
|
||||
update_account: "Atjaunināt kontu",
|
||||
theme: "Tēmas preference",
|
||||
|
||||
@ -726,7 +726,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -963,7 +963,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Nazwa użytkownika musi zawierać tylko małe litery, cyfry, podkreślenia i myślniki bez spacji.",
|
||||
new_password: "Nowe hasło",
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: "Anuluj",
|
||||
update_account: "Zaktualizuj konto",
|
||||
theme: "Preferencje dotyczące motywu",
|
||||
|
||||
@ -938,7 +938,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Somente letras minúsculas, números, sublinhados e hífens. Sem espaços.",
|
||||
new_password: "Nova senha",
|
||||
passwort_description: "A senha deve ter no mínimo 8 caracteres",
|
||||
password_description: "A senha deve ter no mínimo 8 caracteres",
|
||||
cancel: "Cancelar",
|
||||
update_account: "Atualizar conta",
|
||||
theme: "Preferência de tema",
|
||||
|
||||
@ -771,7 +771,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"Имя пользователя должно состоять только из строчных букв, цифр, символов подчеркивания и дефисов без пробелов",
|
||||
new_password: "Новый пароль",
|
||||
passwort_description: "Пароль должен содержать не менее 8 символов",
|
||||
password_description: "Пароль должен содержать не менее 8 символов",
|
||||
cancel: "Отмена",
|
||||
update_account: "Обновить учётную запись",
|
||||
theme: "Предпочтения темы",
|
||||
|
||||
@ -726,7 +726,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -725,7 +725,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
@ -897,7 +897,7 @@ const TRANSLATIONS = {
|
||||
username_description:
|
||||
"用户名必须仅包含小写字母、数字、下划线和连字符,且不能包含空格",
|
||||
new_password: "新密码",
|
||||
passwort_description: "密码长度必须至少为 8 个字符",
|
||||
password_description: "密码长度必须至少为 8 个字符",
|
||||
cancel: "取消",
|
||||
update_account: "更新帐号",
|
||||
theme: "主题偏好",
|
||||
|
||||
@ -728,7 +728,7 @@ const TRANSLATIONS = {
|
||||
username: null,
|
||||
username_description: null,
|
||||
new_password: null,
|
||||
passwort_description: null,
|
||||
password_description: null,
|
||||
cancel: null,
|
||||
update_account: null,
|
||||
theme: null,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user