1
0
mirror of https://github.com/flarum/core.git synced 2025-08-17 22:01:44 +02:00

Merge pull request #76 from dcsjapan/misc-cleanup

Clean up translation keys
This commit is contained in:
Toby Zerner
2016-05-21 22:05:51 +09:30

View File

@@ -88,8 +88,6 @@ core:
# These translations are used in the Extensions page. # These translations are used in the Extensions page.
extensions: extensions:
add_button: Add Extension add_button: Add Extension
disable_button: Disable
enable_button: Enable
settings_button: => core.ref.settings settings_button: => core.ref.settings
uninstall_button: Uninstall uninstall_button: Uninstall
@@ -158,7 +156,7 @@ core:
# These translations are used in the Change Email modal dialog. # These translations are used in the Change Email modal dialog.
change_email: change_email:
confirmation_message: => core.ref.confirmation_email_sent confirmation_message: => core.ref.confirmation_email_sent
confirm_password_label: => core.ref.confirm_password confirm_password_placeholder: => core.ref.confirm_password
dismiss_button: => core.ref.okay dismiss_button: => core.ref.okay
incorrect_password_message: The password you entered is incorrect. incorrect_password_message: The password you entered is incorrect.
submit_button: => core.ref.save_changes submit_button: => core.ref.save_changes
@@ -225,6 +223,7 @@ core:
email_label: => core.ref.email email_label: => core.ref.email
password_label: => core.ref.password password_label: => core.ref.password
submit_button: => core.ref.save_changes submit_button: => core.ref.save_changes
title: Edit User
username_label: => core.ref.username username_label: => core.ref.username
# These translations are used in the Forgot Password modal dialog. # These translations are used in the Forgot Password modal dialog.
@@ -427,6 +426,7 @@ core:
# These translations are used in emails sent when users register new accounts. # These translations are used in emails sent when users register new accounts.
activate_account: activate_account:
subject: Activate Your New Account
body: | body: |
Hey {username}! Hey {username}!
@@ -436,10 +436,10 @@ core:
{url} {url}
If you did not sign up, please ignore this email. If you did not sign up, please ignore this email.
subject: Activate Your New Account
# These translations are used in emails sent when users change their email address. # These translations are used in emails sent when users change their email address.
confirm_email: confirm_email:
subject: Confirm Your New Email Address
body: | body: |
Hey {username}! Hey {username}!
@@ -449,10 +449,10 @@ core:
{url} {url}
If this was not you, please ignore this email. If this was not you, please ignore this email.
subject: Confirm Your New Email Address
# These translations are used in emails sent when users ask to reset their passwords. # These translations are used in emails sent when users ask to reset their passwords.
reset_password: reset_password:
subject: => core.ref.reset_your_password
body: | body: |
Hey {username}! Hey {username}!
@@ -462,7 +462,6 @@ core:
{url} {url}
If you do not wish to change your password, just ignore this email and nothing will happen. If you do not wish to change your password, just ignore this email and nothing will happen.
subject: => core.ref.reset_your_password
## ##
# REUSED TRANSLATIONS - These keys should not be used directly in code! # REUSED TRANSLATIONS - These keys should not be used directly in code!