2015-09-25 14:07:00 +08:00
core :
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
2015-10-19 17:24:38 +08:00
# Strings in this namespace are used by the admin interface.
admin :
# These strings are used in the Appearance page.
appearance :
colored_header_label : Colored Header
colors_heading : Colors
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
colors_text : "Choose two colors to theme your forum with. The first will be used as a highlight color, while the second will be used to style background elements."
2015-10-19 17:24:38 +08:00
custom_styles_heading : Custom Styles
custom_styles_text : Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles.
dark_mode_label : Dark Mode
edit_css_button : Edit Custom CSS
enter_hex_message : Please enter a hexadecimal color code.
submit_button : => core.ref.save_changes
# These strings are used in the Basics page.
basics :
all_discussions_label : => core.ref.all_discussions
default_language_heading : Default Language
forum_description_heading : Forum Description
forum_description_text : Enter a short sentence or two that describes your community. This will appear in the meta tag and show up in search engines.
forum_title_heading : Forum Title
home_page_heading : Home Page
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
home_page_text : "Choose the page which users will first see when they visit your forum. If entering a custom value, use the path relative to the forum root."
2015-10-19 17:24:38 +08:00
saved_message : Your changes were saved.
submit_button : => core.ref.save_changes
welcome_banner_heading : Welcome Banner
welcome_banner_text : Configure the text that displays in the banner on the All Discussions page. Use this to welcome guests to your forum.
# These strings are used in the Dashboard page.
dashboard :
beta_warning_text : "This <strong>beta software</strong> is provided primarily so that you can help us test it and make it better; it should not be used in production."
contributing_text : "Want to look for bugs and contribute? Read the <a>Contributing docs</a>."
extension_text : "Interested in developing extensions? Read the <a>Extension docs</a>."
features_text : "Got an idea to improve a feature? Tell us about it under the <a>Features tag</a>."
support_text : "Found a bug? Please report it in our forum, under the <a>Support tag</a>."
troubleshooting_text : "Having problems? Follow the instructions in the <a>Troubleshooting docs</a>."
version_text : "Thanks for trying out Flarum! You are running version {version}."
# These strings are used in the Edit Group modal dialog.
edit_group :
color_label : Color
delete_button : Delete Group
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
delete_confirmation : "Are you sure you want to delete this group? The group members will NOT be deleted."
2015-10-19 17:24:38 +08:00
icon_label : Icon
icon_text : "Enter the name of any <a>FontAwesome</a> icon class, <em>without</em> the <code>fa-</code> prefix."
name_label : Name
plural_placeholder : Plural (e.g. Mods)
singular_placeholder : Singular (e.g. Mod)
submit_button : => core.ref.save_changes
title : Create Group
# These strings are used in the Extensions page.
extensions :
add_button : Add Extension
disable_button : Disable
enable_button : Enable
settings_button : => core.ref.settings
uninstall_button : Uninstall
# This string is used in the session dropdown menu.
header :
log_out_button : => core.ref.log_out
# This string is used in the modal dialog displayed when loading extensions.
loading :
title : Please Wait...
# These strings are used in the navigation bar.
nav :
appearance_button : Appearance
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
appearance_text : "Customize your forum's colors, logos, and other variables."
2015-10-19 17:24:38 +08:00
basics_button : Basics
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
basics_text : "Set your forum title, language, and other basic settings."
2015-10-19 17:24:38 +08:00
dashboard_button : Dashboard
dashboard_text : Your forum at a glance.
extensions_button : Extensions
extensions_text : Add extra functionality to your forum and make it your own.
permissions_button : Permissions
permissions_text : Configure who can see and do what.
# These strings are used in the Permissions page of the admin interface.
permissions :
allow_renaming_label : Allow renaming
allow_post_editing_label : Allow post editing
create_heading : Create
delete_discussions_forever_label : Delete discussions forever
delete_discussions_label : Delete discussions
delete_posts_forever_label : Delete posts forever
edit_and_delete_posts_label : Edit and delete posts
global_heading : Global
moderate_heading : Moderate
new_group_button : New Group
participate_heading : Participate
read_heading : Read
rename_discussions_label : Rename discussions
reply_to_discussions_label : Reply to discussions
sign_up_label : Sign up
start_discussions_label : Start discussions
view_discussions_label : View discussions
# These strings are used in the dropdown menus on the Permissions page.
permissions_controls :
allow_indefinitely_button : Indefinitely
allow_some_minutes_button : "For {count} minute|For {count} minutes"
allow_ten_minutes_button : For 10 minutes
allow_until_reply_button : Until next reply
everyone_button : Everyone
2015-10-21 07:56:42 +08:00
members_button : => core.group.members
2015-10-19 17:24:38 +08:00
signup_closed_button : Closed
signup_open_button : Open
2015-10-06 11:14:05 +08:00
# Strings in this namespace are used by the forum user interface.
forum :
# These strings are used in the Change Email modal dialog.
2015-10-19 17:24:38 +08:00
change_email :
confirmation_message : => core.ref.confirmation_email_sent
dismiss_button : => core.ref.okay
submit_button : => core.ref.save_changes
title : => core.ref.change_email
2015-10-06 11:14:05 +08:00
# These strings are used in the Change Password modal dialog.
2015-10-19 17:24:38 +08:00
change_password :
send_button : Send Password Reset Email
text : Click the button below and check your email for a link to change your password.
title : => core.ref.change_password
2015-10-06 11:14:05 +08:00
# These strings are used by the composer controls.
2015-10-19 17:24:38 +08:00
composer :
close_tooltip : Close
exit_full_screen_tooltip : Exit Full Screen
full_screen_tooltip : Full Screen
minimize_tooltip : Minimize
2015-10-06 11:14:05 +08:00
# These strings are used by the composer when starting a discussion.
2015-10-19 17:24:38 +08:00
composer_discussion :
body_placeholder : Write a Post...
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
discard_confirmation : "You have not posted your discussion. Do you wish to discard it?"
2015-10-19 17:24:38 +08:00
submit_button : Post Discussion
title_placeholder : Discussion Title
2015-10-06 11:14:05 +08:00
# These strings are used by the composer when editing a post.
2015-10-19 17:24:38 +08:00
composer_edit :
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
discard_confirmation : "You have not saved your changes. Do you wish to discard them?"
2015-10-19 17:24:38 +08:00
post_link : "Post #{number} in {discussion}"
submit_button : => core.ref.save_changes
2015-10-06 11:14:05 +08:00
# These strings are used by the composer when replying to a discussion.
2015-10-19 17:24:38 +08:00
composer_reply :
body_placeholder : => core.ref.write_a_reply
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
discard_confirmation : "You have not posted your reply. Do you wish to discard it?"
2015-10-19 17:24:38 +08:00
posted_message : Your reply was posted.
submit_button : Post Reply
view_button : View
2015-10-06 11:14:05 +08:00
# These strings are used by the discussion control buttons.
2015-10-19 17:24:38 +08:00
discussion_controls :
cannot_reply_button : Can't Reply
cannot_reply_text : You don't have permission to reply to this discussion.
delete_button : => core.ref.delete
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
delete_confirmation : "Are you sure you want to delete this discussion?"
2015-10-19 17:24:38 +08:00
delete_forever_button : => core.ref.delete_forever
log_in_to_reply_button : Log In to Reply
rename_button : Rename
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
rename_text : "Enter a new title for this discussion:"
2015-10-23 17:37:49 +08:00
reply_button : => core.ref.reply
2015-10-19 17:24:38 +08:00
restore_button : => core.ref.restore
2015-10-06 11:14:05 +08:00
# These strings are used in the discussion list.
2015-10-19 17:24:38 +08:00
discussion_list :
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
empty_text : "Looks like there are no discussions here. Why don't you create a new one?"
2015-10-19 17:24:38 +08:00
load_more_button : => core.ref.load_more
mark_as_read_tooltip : Mark as Read
replied_text : "{username} replied {ago}"
started_text : "{username} started {ago}"
2015-10-06 11:14:05 +08:00
# These strings are used in the Edit User modal dialog (admin function).
2015-10-19 17:24:38 +08:00
edit_user :
email_label : => core.ref.email
password_label : => core.ref.password
submit_button : => core.ref.save_changes
username_label : => core.ref.username
2015-10-06 11:14:05 +08:00
# These strings are used in the Forgot Password modal dialog.
2015-10-19 17:24:38 +08:00
forgot_password :
dismiss_button : => core.ref.okay
email_placeholder : => core.ref.email
email_sent_message : We've sent you an email containing a link to reset your password. Check your spam folder if you don't receive it within the next minute or two.
submit_button : Recover Password
text : Enter your email address and we will send you a link to reset your password.
title : Forgot Password
2015-10-06 11:14:05 +08:00
# These strings are used in the header and session dropdown menu.
2015-10-19 17:24:38 +08:00
header :
admin_button : Administration
log_in_link : => core.ref.log_in
log_out_button : => core.ref.log_out
profile_button : Profile
search_placeholder : Search Forum
settings_button : => core.ref.settings
sign_up_link : => core.ref.sign_up
2015-10-06 11:14:05 +08:00
# These strings are used on the index page, peripheral to the discussion list.
2015-10-19 17:24:38 +08:00
index :
all_discussions_link : => core.ref.all_discussions
cannot_start_discussion_button : Can't Start Discussion
mark_all_as_read_tooltip : => core.ref.mark_all_as_read
refresh_tooltip : Refresh
start_discussion_button : Start a Discussion
2015-10-06 11:14:05 +08:00
# These strings are used by the sorting control above the discussion list.
2015-10-19 17:24:38 +08:00
index_sort :
latest_button : Latest
newest_button : Newest
oldest_button : Oldest
relevance_button : Relevance
top_button : Top
2015-10-06 11:14:05 +08:00
# These strings are used in the Log In modal dialog.
2015-10-19 17:24:38 +08:00
log_in :
confirmation_required_message : "You need to confirm your email before you can log in. We've sent a confirmation email to {email}. If it doesn't arrive soon, check your spam folder."
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
forgot_password_link : "Forgot password?"
2015-10-19 17:24:38 +08:00
invalid_login_message : Your login details were incorrect.
password_placeholder : => core.ref.password
sign_up_text : "Don't have an account? <a>Sign Up</a>"
submit_button : => core.ref.log_in
title : => core.ref.log_in
username_or_email_placeholder : Username or Email
2015-10-06 11:14:05 +08:00
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
2015-10-19 17:24:38 +08:00
notifications :
discussion_renamed_text : "{username} changed the title"
empty_text : No Notifications
mark_all_as_read_tooltip : => core.ref.mark_all_as_read
title : => core.ref.notifications
tooltip : => core.ref.notifications
2015-10-06 11:14:05 +08:00
# These strings are used by tooltips displayed for individual posts.
2015-10-19 17:24:38 +08:00
post :
edited_tooltip : "{username} edited {ago}"
number_tooltip : "Post #{number}"
2015-10-06 11:14:05 +08:00
# These strings are used by the post control buttons.
2015-10-19 17:24:38 +08:00
post_controls :
delete_button : => core.ref.delete
delete_forever_button : => core.ref.delete_forever
edit_button : => core.ref.edit
restore_button : => core.ref.restore
2015-10-06 11:14:05 +08:00
# These strings are used in the scrubber to the right of the post stream.
2015-10-19 17:24:38 +08:00
post_scrubber :
now_link : Now
original_post_link : Original Post
unread_text : "{count} unread"
viewing_text : "{index} of {count} post|{index} of {count} posts"
2015-10-06 11:14:05 +08:00
# These strings are displayed between posts in the post stream.
2015-10-19 17:24:38 +08:00
post_stream :
discussion_renamed_text : "{username} changed the title from {old} to {new}."
reply_placeholder : => core.ref.write_a_reply
time_lapsed_text : "{period} later"
2015-10-06 11:14:05 +08:00
# These strings are used by the search results dropdown list.
2015-10-19 17:24:38 +08:00
search :
all_discussions_button : 'Search all discussions for "{query}"'
discussions_heading : => core.ref.discussions
users_heading : Users
2015-10-06 11:14:05 +08:00
# These strings are used in the Settings page.
2015-10-19 17:24:38 +08:00
settings :
account_heading : Account
change_email_button : => core.ref.change_email
change_password_button : => core.ref.change_password
notifications_heading : => core.ref.notifications
notify_by_email_heading : => core.ref.email
notify_by_web_heading : Web
notify_discussion_renamed_label : Someone renames a discussion I started
privacy_disclose_online_label : Allow others to see when I am online
privacy_heading : Privacy
title : => core.ref.settings
2015-10-06 11:14:05 +08:00
# These strings are used in the Sign Up modal dialog.
2015-10-19 17:24:38 +08:00
sign_up :
confirmation_message : => core.ref.confirmation_email_sent
email_placeholder : => core.ref.email
dismiss_button : => core.ref.okay
log_in_text : "Already have an account? <a>Log In</a>"
password_placeholder : => core.ref.password
submit_button : => core.ref.sign_up
title : => core.ref.sign_up
username_placeholder : => core.ref.username
welcome_text : "Welcome, {username}!"
2015-10-06 11:14:05 +08:00
# These strings are used in the user profile page and profile popup.
2015-10-19 17:24:38 +08:00
user :
avatar_remove_button : Remove
avatar_upload_button : Upload
bio_placeholder : Write something about yourself
discussions_link : => core.ref.discussions
joined_date_text : "Joined {ago}"
online_text : Online
posts_load_more_button : => core.ref.load_more
posts_link : Posts
settings_link : => core.ref.settings
2015-10-06 11:14:05 +08:00
# These strings are found on the user profile page (admin function).
2015-10-19 17:24:38 +08:00
user_controls :
button : Controls
delete_button : => core.ref.delete
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
delete_confirmation : "Are you sure you want to delete this user? All of the user's posts will be deleted."
2015-10-19 17:24:38 +08:00
edit_button : => core.ref.edit
2015-10-06 11:14:05 +08:00
2015-10-19 17:24:38 +08:00
# Strings in this namespace are used by the forum and admin interfaces.
lib :
2015-10-06 11:14:05 +08:00
2015-10-21 15:30:20 +08:00
# These strings are displayed as tooltips for discussion badges.
badge :
2015-10-22 08:39:25 +08:00
hidden_tooltip : Hidden
2015-10-21 15:30:20 +08:00
2015-10-19 17:24:38 +08:00
# This string is displayed in place of the username of deleted user account.
deleted_user_text : "[deleted]"
2015-10-06 11:14:05 +08:00
2015-10-21 16:27:14 +08:00
# These strings are displayed as error messages.
2015-10-20 11:28:34 +08:00
error :
Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).
See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 21:26:56 +08:00
generic_message : "Oops! Something went wrong. Please reload the page and try again."
2015-10-20 11:28:34 +08:00
permission_denied_message : You do not have permission to do that.
not_found_message : The requested resource was not found.
2015-10-22 14:26:59 +08:00
rate_limit_exceeded_message : You're going a little too quickly. Please try again in a few seconds.
2015-10-20 11:28:34 +08:00
2015-10-22 14:26:59 +08:00
# These strings are used as suffixes when abbreviating numbers.
2015-10-20 11:28:34 +08:00
number_suffix :
kilo_text : K
mega_text : M
2015-10-08 20:20:28 +08:00
# These strings are used to punctuate a series of items.
2015-10-19 17:24:38 +08:00
series :
glue_text : ", "
two_text : "{first} and {second}"
three_text : "{first}, {second}, and {third}"
2015-10-21 09:07:46 +08:00
# Strings in this namespace are used in basic HTML interface.
basic :
load_error_message : Something went wrong while trying to load the full version of this site.
javascript_disabled_message : This site is best viewed in a modern browser with JavaScript enabled.
next_page_button : Next Page
previous_page_button : Previous Page
2015-09-25 14:07:00 +08:00
##
2015-10-19 17:24:38 +08:00
# REUSED STRINGS - These keys should not be used directly in code!
2015-09-25 14:07:00 +08:00
##
2015-10-19 17:24:38 +08:00
# Strings in this namespace are referenced by two or more unique keys.
2015-10-19 08:54:08 +08:00
ref :
all_discussions : All Discussions
change_email : Change Email
change_password : Change Password
confirmation_email_sent : "We've sent a confirmation email to {email}. If it doesn't arrive soon, check your spam folder."
delete : Delete
delete_forever : Delete Forever
discussions : Discussions
edit : Edit
email : Email
load_more : Load More
log_in : Log In
log_out : Log Out
mark_all_as_read : Mark All as Read
notifications : Notifications
okay : OK
password : Password
2015-10-24 09:14:20 +08:00
reply : Reply # Referenced by flarum-mentions.yml
2015-10-19 08:54:08 +08:00
restore : Restore
2015-10-24 09:14:20 +08:00
save_changes : Save Changes # Referenced by flarum-tags.yml
2015-10-19 08:54:08 +08:00
settings : Settings
sign_up : Sign Up
2015-10-24 09:14:20 +08:00
some_others : "{count} other|{count} others" # Referenced by flarum-likes.yml, flarum-mentions.yml
2015-10-19 08:54:08 +08:00
username : Username
write_a_reply : Write a Reply...
2015-10-24 09:14:20 +08:00
you : You # Referenced by flarum-likes.yml, flarum-mentions.yml
2015-09-25 14:07:00 +08:00
##
2015-10-19 17:24:38 +08:00
# EMAIL CONTENT
2015-09-25 14:07:00 +08:00
##
2015-10-19 17:24:38 +08:00
# Strings in this namespace are used in emails sent by the forum.
2015-10-19 08:54:08 +08:00
email :
2015-10-19 17:24:38 +08:00
# These strings are used in emails sent when users register new accounts.
2015-10-19 08:54:08 +08:00
activate_account :
subject : Activate Your New Account
body : |
Hey {username}!
Someone (hopefully you!) has signed up to {forum} with this email address.
If this was you, simply click the following link and your account will be activated :
{url}
If you did not sign up, please ignore this email.
2015-10-19 17:24:38 +08:00
# These strings are used in emails sent when users change their email address.
2015-10-19 08:54:08 +08:00
confirm_email :
2015-10-19 16:11:40 +08:00
subject : Confirm Your New Email Address
2015-10-19 08:54:08 +08:00
body : |
Hey {username}!
Someone (hopefully you!) has changed their email address on {forum} to this one.
If this was you, simply click the following link and your email will be confirmed :
{url}
If this was not you, please ignore this email.
2015-10-19 17:24:38 +08:00
# These strings are used in emails sent when users ask to reset their passwords.
2015-10-19 08:54:08 +08:00
reset_password :
2015-10-19 16:11:40 +08:00
subject : Reset Your Password
2015-10-19 08:54:08 +08:00
body : |
Hey {username}!
Someone (hopefully you!) has submitted a forgotten password request for your account on {forum}.
If this was you, click the following link to reset your password :
{url}
If you do not wish to change your password, just ignore this email and nothing will happen.
2015-10-19 17:24:38 +08:00
##
# GROUP NAMES
##
# Strings in this namespace are used to translate default group names.
group :
admin : Admin
admins : Admins
guest : Guest
guests : Guests
member : Member
members : Members
mod : Mod
mods : Mods