mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Add missing translations (en/de) for plugins ignore-user and local-auth.
This commit is contained in:
@@ -39,6 +39,7 @@ en:
|
||||
confirmation_title: Ignore {0}?
|
||||
de:
|
||||
talk-plugin-ignore-user:
|
||||
blank_info: Sie ignorieren derzeit keine Nutzer
|
||||
section_title: Ignorierte Nutzer
|
||||
section_info: Weil Sie die folgenden Nutzer ignorieren, sind deren Kommentare versteckt.
|
||||
stop_ignoring: Ignorieren beenden
|
||||
|
||||
@@ -185,7 +185,7 @@ class ChangePassword extends React.Component {
|
||||
>
|
||||
<InputField
|
||||
id="oldPassword"
|
||||
label="Old Password"
|
||||
label={t('talk-plugin-local-auth.change_password.old_password')}
|
||||
name="oldPassword"
|
||||
type="password"
|
||||
onChange={this.onChange}
|
||||
@@ -205,7 +205,7 @@ class ChangePassword extends React.Component {
|
||||
</InputField>
|
||||
<InputField
|
||||
id="newPassword"
|
||||
label="New Password"
|
||||
label={t('talk-plugin-local-auth.change_password.new_password')}
|
||||
name="newPassword"
|
||||
type="password"
|
||||
onChange={this.onChange}
|
||||
@@ -216,7 +216,9 @@ class ChangePassword extends React.Component {
|
||||
/>
|
||||
<InputField
|
||||
id="confirmNewPassword"
|
||||
label="Confirm New Password"
|
||||
label={t(
|
||||
'talk-plugin-local-auth.change_password.confirm_new_password'
|
||||
)}
|
||||
name="confirmNewPassword"
|
||||
type="password"
|
||||
onChange={this.onChange}
|
||||
|
||||
@@ -65,7 +65,7 @@ class ChangeUsernameContentDialog extends React.Component {
|
||||
<form onSubmit={this.confirmChanges}>
|
||||
<InputField
|
||||
id="confirmNewUsername"
|
||||
label="Re-enter new username"
|
||||
label={t('talk-plugin-local-auth.change_username.re_enter')}
|
||||
name="confirmNewUsername"
|
||||
type="text"
|
||||
onChange={this.props.onChange}
|
||||
|
||||
@@ -13,6 +13,9 @@ en:
|
||||
passwords_dont_match: "Passwords don`t match"
|
||||
required_field: "This field is required"
|
||||
forgot_password: "Forgot your password?"
|
||||
old_password: "Old Password"
|
||||
new_password: "New Password"
|
||||
confirm_new_password: "Confirm New Password"
|
||||
save: "Save"
|
||||
cancel: "Cancel"
|
||||
edit: "Edit"
|
||||
@@ -28,6 +31,7 @@ en:
|
||||
description: "You are attempting to change your username. Your new username will appear on all of your past and future comments."
|
||||
old_username: "Old Username"
|
||||
new_username: "New Username"
|
||||
re_enter: "Re-enter new username"
|
||||
bottom_note: "Note: You will not be able to change your username again for 14 days"
|
||||
confirm_changes: "Confirm Changes"
|
||||
username_does_not_match: "Username does not match"
|
||||
@@ -84,6 +88,9 @@ de:
|
||||
passwords_dont_match: "Die Passwörter stimmen nicht überein"
|
||||
required_field: "Diese Angabe ist erforderlich"
|
||||
forgot_password: "Passwort vergessen?"
|
||||
old_password: "Altes Passwort"
|
||||
new_password: "Neues Passwort"
|
||||
confirm_new_password: "Neues Passwort bestätigen"
|
||||
save: "Speichern"
|
||||
cancel: "Abbrechen"
|
||||
edit: "Ändern"
|
||||
@@ -98,6 +105,7 @@ de:
|
||||
description: "Sie möchten Ihren Nutzernamen ändern: der neue Nutzername wird an allen alten und neuen Kommentaren erscheinen."
|
||||
old_username: "Alter Nutzername"
|
||||
new_username: "Neuer Nutzername"
|
||||
re_enter: "Neuen Nutzernamen bestätigen"
|
||||
bottom_note: "Achtung: die nächste Änderung des Nutzernamens ist erst nach 14 Tagen möglich"
|
||||
confirm_changes: "Änderung bestätigen"
|
||||
username_does_not_match: "Die Nutzernamen stimmen nicht überein"
|
||||
|
||||
Reference in New Issue
Block a user