1533 lines
60 KiB
YAML
1533 lines
60 KiB
YAML
# encoding: utf-8
|
|
# This file contains content for the client portion of Discourse, sent out
|
|
# to the Javascript app.
|
|
#
|
|
# To validate this YAML file after you change it, please paste it into
|
|
# http://yamllint.com/
|
|
|
|
en:
|
|
js:
|
|
number:
|
|
human:
|
|
storage_units:
|
|
format: ! '%n %u'
|
|
units:
|
|
byte:
|
|
one: Byte
|
|
other: Bytes
|
|
gb: GB
|
|
kb: KB
|
|
mb: MB
|
|
tb: TB
|
|
dates:
|
|
tiny:
|
|
half_a_minute: "< 1m"
|
|
less_than_x_seconds:
|
|
one: "< 1s"
|
|
other: "< %{count}s"
|
|
x_seconds:
|
|
one: "1s"
|
|
other: "%{count}s"
|
|
less_than_x_minutes:
|
|
one: "< 1m"
|
|
other: "< %{count}m"
|
|
x_minutes:
|
|
one: "1m"
|
|
other: "%{count}m"
|
|
about_x_hours:
|
|
one: "1h"
|
|
other: "%{count}h"
|
|
x_days:
|
|
one: "1d"
|
|
other: "%{count}d"
|
|
about_x_years:
|
|
one: "1y"
|
|
other: "%{count}y"
|
|
over_x_years:
|
|
one: "> 1y"
|
|
other: "> %{count}y"
|
|
almost_x_years:
|
|
one: "1y"
|
|
other: "%{count}y"
|
|
medium:
|
|
x_minutes:
|
|
one: "1 min"
|
|
other: "%{count} mins"
|
|
x_hours:
|
|
one: "1 hour"
|
|
other: "%{count} hours"
|
|
x_days:
|
|
one: "1 day"
|
|
other: "%{count} days"
|
|
medium_with_ago:
|
|
x_minutes:
|
|
one: "1 min ago"
|
|
other: "%{count} mins ago"
|
|
x_hours:
|
|
one: "1 hour ago"
|
|
other: "%{count} hours ago"
|
|
x_days:
|
|
one: "1 day ago"
|
|
other: "%{count} days ago"
|
|
share:
|
|
topic: 'share a link to this topic'
|
|
post: 'share a link to post #%{postNumber}'
|
|
close: 'close'
|
|
twitter: 'share this link on Twitter'
|
|
facebook: 'share this link on Facebook'
|
|
google+: 'share this link on Google+'
|
|
email: 'send this link in an email'
|
|
|
|
edit: 'edit the title and category of this topic'
|
|
not_implemented: "That feature hasn't been implemented yet, sorry!"
|
|
no_value: "No"
|
|
yes_value: "Yes"
|
|
of_value: "of"
|
|
generic_error: "Sorry, an error has occurred."
|
|
generic_error_with_reason: "An error occurred: %{error}"
|
|
log_in: "Log In"
|
|
age: "Age"
|
|
last_post: "Last Post"
|
|
joined: "Joined"
|
|
admin_title: "Admin"
|
|
flags_title: "Flags"
|
|
show_more: "show more"
|
|
links: Links
|
|
faq: "FAQ"
|
|
privacy_policy: "Privacy Policy"
|
|
mobile_view: "Mobile View"
|
|
desktop_view: "Desktop View"
|
|
you: "You"
|
|
or: "or"
|
|
now: "just now"
|
|
read_more: 'read more'
|
|
more: "More"
|
|
less: "Less"
|
|
never: "never"
|
|
daily: "daily"
|
|
weekly: "weekly"
|
|
every_two_weeks: "every two weeks"
|
|
character_count:
|
|
one: "{{count}} character"
|
|
other: "{{count}} characters"
|
|
|
|
in_n_seconds:
|
|
one: "in 1 second"
|
|
other: "in {{count}} seconds"
|
|
in_n_minutes:
|
|
one: "in 1 minute"
|
|
other: "in {{count}} minutes"
|
|
in_n_hours:
|
|
one: "in 1 hour"
|
|
other: "in {{count}} hours"
|
|
in_n_days:
|
|
one: "in 1 day"
|
|
other: "in {{count}} days"
|
|
|
|
suggested_topics:
|
|
title: "Suggested Topics"
|
|
|
|
bookmarks:
|
|
not_logged_in: "Sorry, you must be logged in to bookmark posts."
|
|
created: "You've bookmarked this post."
|
|
not_bookmarked: "You've read this post; click to bookmark it."
|
|
last_read: "This is the last post you've read; click to bookmark it."
|
|
|
|
new_topics_inserted: "{{count}} new topics."
|
|
show_new_topics: "Click to show."
|
|
preview: "preview"
|
|
cancel: "cancel"
|
|
|
|
save: "Save Changes"
|
|
saving: "Saving..."
|
|
saved: "Saved!"
|
|
|
|
upload: "Upload"
|
|
uploading: "Uploading..."
|
|
uploaded: "Uploaded!"
|
|
|
|
choose_topic:
|
|
none_found: "No topics found."
|
|
title:
|
|
search: "Search for a Topic by name, url or id:"
|
|
placeholder: "type the topic title here"
|
|
|
|
user_action:
|
|
user_posted_topic: "<a href='{{userUrl}}'>{{user}}</a> posted <a href='{{topicUrl}}'>the topic</a>"
|
|
you_posted_topic: "<a href='{{userUrl}}'>You</a> posted <a href='{{topicUrl}}'>the topic</a>"
|
|
user_replied_to_post: "<a href='{{userUrl}}'>{{user}}</a> replied to <a href='{{postUrl}}'>{{post_number}}</a>"
|
|
you_replied_to_post: "<a href='{{userUrl}}'>You</a> replied to <a href='{{postUrl}}'>{{post_number}}</a>"
|
|
user_replied_to_topic: "<a href='{{userUrl}}'>{{user}}</a> replied to <a href='{{topicUrl}}'>the topic</a>"
|
|
you_replied_to_topic: "<a href='{{userUrl}}'>You</a> replied to <a href='{{topicUrl}}'>the topic</a>"
|
|
|
|
user_mentioned_user: "<a href='{{user1Url}}'>{{user}}</a> mentioned <a href='{{user2Url}}'>{{another_user}}</a>"
|
|
user_mentioned_you: "<a href='{{user1Url}}'>{{user}}</a> mentioned <a href='{{user2Url}}'>you</a>"
|
|
you_mentioned_user: "<a href='{{user1Url}}'>You</a> mentioned <a href='{{user2Url}}'>{{another_user}}</a>"
|
|
|
|
posted_by_user: "Posted by <a href='{{userUrl}}'>{{user}}</a>"
|
|
posted_by_you: "Posted by <a href='{{userUrl}}'>you</a>"
|
|
sent_by_user: "Sent by <a href='{{userUrl}}'>{{user}}</a>"
|
|
sent_by_you: "Sent by <a href='{{userUrl}}'>you</a>"
|
|
|
|
user_action_groups:
|
|
"1": "Likes Given"
|
|
"2": "Likes Received"
|
|
"3": "Bookmarks"
|
|
"4": "Topics"
|
|
"5": "Posts"
|
|
"6": "Replies"
|
|
"7": "Mentions"
|
|
"9": "Quotes"
|
|
"10": "Favorites"
|
|
"11": "Edits"
|
|
"12": "Sent Items"
|
|
"13": "Inbox"
|
|
|
|
categories:
|
|
all: "all categories"
|
|
all_subcategories: "all subcategories"
|
|
no_subcategory: "no subcategory"
|
|
category: "Category"
|
|
posts: "New Posts"
|
|
topics: "New Topics"
|
|
latest: "Latest"
|
|
latest_by: "latest by"
|
|
toggle_ordering: "toggle ordering control"
|
|
subcategories: "Subcategories:"
|
|
topic_stats: "The number of new topics."
|
|
topic_stat_sentence:
|
|
one: "%{count} new topic in the past %{unit}."
|
|
other: "%{count} new topics in the past %{unit}."
|
|
post_stats: "The number of new posts."
|
|
post_stat_sentence:
|
|
one: "%{count} new post in the past %{unit}."
|
|
other: "%{count} new posts in the past %{unit}."
|
|
|
|
user:
|
|
said: "{{username}} said:"
|
|
profile: "Profile"
|
|
show_profile: "Visit Profile"
|
|
mute: "Mute"
|
|
edit: "Edit Preferences"
|
|
download_archive: "download archive of my posts"
|
|
private_message: "Private Message"
|
|
private_messages: "Messages"
|
|
activity_stream: "Activity"
|
|
preferences: "Preferences"
|
|
bio: "About me"
|
|
invited_by: "Invited By"
|
|
trust_level: "Trust Level"
|
|
notifications: "Notifications"
|
|
dynamic_favicon: "Show incoming message notifications on favicon"
|
|
external_links_in_new_tab: "Open all external links in a new tab"
|
|
enable_quoting: "Enable quote reply for highlighted text"
|
|
change: "change"
|
|
moderator: "{{user}} is a moderator"
|
|
admin: "{{user}} is an admin"
|
|
deleted: "(deleted)"
|
|
suspended_notice: "This user is suspended until {{date}}."
|
|
suspended_reason: "Reason: "
|
|
watch_new_topics: "Automatically watch all new topics posted on the forum"
|
|
watched_categories: "Watched"
|
|
watched_categories_instructions: "You will automatically watch all topics in these categories"
|
|
tracked_categories: "Tracked"
|
|
tracked_categories_instructions: "You will automatically receive notifications for topics in these categories"
|
|
muted_categories: "Muted"
|
|
muted_categories_instructions: "You will automatically mute all topics in these categories"
|
|
|
|
messages:
|
|
all: "All"
|
|
mine: "Mine"
|
|
unread: "Unread"
|
|
|
|
change_password:
|
|
success: "(email sent)"
|
|
in_progress: "(sending email)"
|
|
error: "(error)"
|
|
action: "Send Password Reset Email"
|
|
|
|
change_about:
|
|
title: "Change About Me"
|
|
|
|
change_username:
|
|
title: "Change Username"
|
|
confirm: "If you change your username, all prior quotes of your posts and @name mentions will be broken. Are you absolutely sure you want to?"
|
|
taken: "Sorry, that username is taken."
|
|
error: "There was an error changing your username."
|
|
invalid: "That username is invalid. It must only include numbers and letters"
|
|
|
|
change_email:
|
|
title: "Change Email"
|
|
taken: "Sorry, that email is not available."
|
|
error: "There was an error changing your email. Perhaps that address is already in use?"
|
|
success: "We've sent an email to that address. Please follow the confirmation instructions."
|
|
|
|
change_avatar:
|
|
title: "Change your avatar"
|
|
gravatar: "<a href='//gravatar.com/emails' target='_blank'>Gravatar</a>, based on"
|
|
gravatar_title: "Change your avatar on Gravatar's website"
|
|
uploaded_avatar: "Custom picture"
|
|
uploaded_avatar_empty: "Add a custom picture"
|
|
upload_title: "Upload your picture"
|
|
image_is_not_a_square: "Warning: we've cropped your image as it's not a square."
|
|
|
|
email:
|
|
title: "Email"
|
|
instructions: "Your email will never be shown to the public."
|
|
ok: "Looks good. We will email you to confirm."
|
|
invalid: "Please enter a valid email address."
|
|
authenticated: "Your email has been authenticated by {{provider}}."
|
|
frequency: "We'll only email you if we haven't seen you recently and you haven't already seen the thing we're emailing you about."
|
|
|
|
name:
|
|
title: "Name"
|
|
instructions: "The long version of your name. Publicly visible, and used for @name matching."
|
|
too_short: "Your name is too short."
|
|
ok: "Your name looks good."
|
|
username:
|
|
title: "Username"
|
|
instructions: "Must be unique, no spaces. People can mention you as @username."
|
|
short_instructions: "People can mention you as @{{username}}."
|
|
available: "Your username is available."
|
|
global_match: "Email matches the registered username."
|
|
global_mismatch: "Already registered. Try {{suggestion}}?"
|
|
not_available: "Not available. Try {{suggestion}}?"
|
|
too_short: "Your username is too short."
|
|
too_long: "Your username is too long."
|
|
checking: "Checking username availability..."
|
|
enter_email: 'Username found. Enter matching email.'
|
|
prefilled: "Email matches this registered username."
|
|
|
|
password_confirmation:
|
|
title: "Password Again"
|
|
|
|
last_posted: "Last Post"
|
|
last_emailed: "Last Emailed"
|
|
last_seen: "Seen"
|
|
created: "Created At"
|
|
log_out: "Log Out"
|
|
website: "Web Site"
|
|
email_settings: "Email"
|
|
email_digests:
|
|
title: "When I don't visit the site, send me an email digest of what's new"
|
|
daily: "daily"
|
|
weekly: "weekly"
|
|
bi_weekly: "every two weeks"
|
|
|
|
email_direct: "Receive an email when someone quotes you, replies to your post, or mentions your @username"
|
|
email_private_messages: "Receive an email when someone sends you a private message"
|
|
email_always: "Receive email notifications and email digests even if I am active on the forum"
|
|
|
|
other_settings: "Other"
|
|
categories_settings: "Categories"
|
|
|
|
new_topic_duration:
|
|
label: "Consider topics new when"
|
|
not_viewed: "I haven't viewed them yet"
|
|
last_here: "they were posted since I was here last"
|
|
after_n_days:
|
|
one: "they were posted in the last day"
|
|
other: "they were posted in the last {{count}} days"
|
|
after_n_weeks:
|
|
one: "they were posted in the last week"
|
|
other: "they were posted in the last {{count}} week"
|
|
|
|
auto_track_topics: "Automatically track topics I enter"
|
|
auto_track_options:
|
|
never: "never"
|
|
always: "always"
|
|
after_n_seconds:
|
|
one: "after 1 second"
|
|
other: "after {{count}} seconds"
|
|
after_n_minutes:
|
|
one: "after 1 minute"
|
|
other: "after {{count}} minutes"
|
|
|
|
invited:
|
|
search: "type to search invites..."
|
|
title: "Invites"
|
|
user: "Invited User"
|
|
none: "No invites were found."
|
|
truncated: "Showing the first {{count}} invites."
|
|
redeemed: "Redeemed Invites"
|
|
redeemed_at: "Redeemed"
|
|
pending: "Pending Invites"
|
|
topics_entered: "Topics Entered"
|
|
posts_read_count: "Posts Read"
|
|
rescind: "Remove Invitation"
|
|
rescinded: "Invite removed"
|
|
time_read: "Read Time"
|
|
days_visited: "Days Visited"
|
|
account_age_days: "Account age in days"
|
|
create: "Invite Friends to this Forum"
|
|
|
|
password:
|
|
title: "Password"
|
|
too_short: "Your password is too short."
|
|
common: "That password is too common."
|
|
ok: "Your password looks good."
|
|
instructions: "Must be at least %{count} characters."
|
|
|
|
ip_address:
|
|
title: "Last IP Address"
|
|
avatar:
|
|
title: "Avatar"
|
|
title:
|
|
title: "Title"
|
|
|
|
filters:
|
|
all: "All"
|
|
|
|
stream:
|
|
posted_by: "Posted by"
|
|
sent_by: "Sent by"
|
|
private_message: "private message"
|
|
the_topic: "the topic"
|
|
|
|
loading: "Loading..."
|
|
close: "Close"
|
|
learn_more: "learn more..."
|
|
|
|
year: 'year'
|
|
year_desc: 'topics posted in the last 365 days'
|
|
month: 'month'
|
|
month_desc: 'topics posted in the last 30 days'
|
|
week: 'week'
|
|
week_desc: 'topics posted in the last 7 days'
|
|
day: 'day'
|
|
|
|
first_post: First post
|
|
mute: Mute
|
|
unmute: Unmute
|
|
last_post: Last post
|
|
|
|
summary:
|
|
enabled_description: "You're viewing a summary of this topic. To see all posts again, click below."
|
|
description: "There are <b>{{count}}</b> replies. Save reading time by displaying only the most relevant replies?"
|
|
description_time: "There are <b>{{count}}</b> replies with an estimated read time of <b>{{readingTime}} minutes</b>. Save reading time by displaying only the most relevant replies?"
|
|
enable: 'Summarize This Topic'
|
|
disable: 'Show All Posts'
|
|
|
|
private_message_info:
|
|
title: "Private Message"
|
|
invite: "Invite Others..."
|
|
remove_allowed_user: "Do you really want to remove {{name}} from this private message?"
|
|
|
|
email: 'Email'
|
|
username: 'Username'
|
|
last_seen: 'Seen'
|
|
created: 'Created'
|
|
trust_level: 'Trust Level'
|
|
|
|
create_account:
|
|
title: "Create Account"
|
|
action: "Create one now!"
|
|
invite: "Don't have an account yet?"
|
|
failed: "Something went wrong, perhaps this email is already registered, try the forgot password link"
|
|
|
|
forgot_password:
|
|
title: "Forgot Password"
|
|
action: "I forgot my password"
|
|
invite: "Enter your username or email address, and we'll send you a password reset email."
|
|
reset: "Reset Password"
|
|
complete: "If an account matches that username or email address, you should receive an email with instructions on how to reset your password shortly."
|
|
|
|
login:
|
|
title: "Log In"
|
|
username: "Login"
|
|
password: "Password"
|
|
email_placeholder: "email address or username"
|
|
error: "Unknown error"
|
|
reset_password: 'Reset Password'
|
|
logging_in: "Logging In..."
|
|
or: "Or"
|
|
authenticating: "Authenticating..."
|
|
awaiting_confirmation: "Your account is awaiting activation, use the forgot password link to issue another activation email."
|
|
awaiting_approval: "Your account has not been approved by a staff member yet. You will be sent an email when it is approved."
|
|
requires_invite: "Sorry, access to this forum is by invite only."
|
|
not_activated: "You can't log in yet. We previously sent an activation email to you at <b>{{sentTo}}</b>. Please follow the instructions in that email to activate your account."
|
|
resend_activation_email: "Click here to send the activation email again."
|
|
sent_activation_email_again: "We sent another activation email to you at <b>{{currentEmail}}</b>. It might take a few minutes for it to arrive; be sure to check your spam folder."
|
|
google:
|
|
title: "with Google"
|
|
message: "Authenticating with Google (make sure pop up blockers are not enabled)"
|
|
twitter:
|
|
title: "with Twitter"
|
|
message: "Authenticating with Twitter (make sure pop up blockers are not enabled)"
|
|
facebook:
|
|
title: "with Facebook"
|
|
message: "Authenticating with Facebook (make sure pop up blockers are not enabled)"
|
|
cas:
|
|
title: "Log In with CAS"
|
|
message: "Authenticating with CAS (make sure pop up blockers are not enabled)"
|
|
yahoo:
|
|
title: "with Yahoo"
|
|
message: "Authenticating with Yahoo (make sure pop up blockers are not enabled)"
|
|
github:
|
|
title: "with GitHub"
|
|
message: "Authenticating with GitHub (make sure pop up blockers are not enabled)"
|
|
persona:
|
|
title: "with Persona"
|
|
message: "Authenticating with Mozilla Persona (make sure pop up blockers are not enabled)"
|
|
|
|
composer:
|
|
posting_not_on_topic: "Which topic do you want to reply to?"
|
|
saving_draft_tip: "saving"
|
|
saved_draft_tip: "saved"
|
|
saved_local_draft_tip: "saved locally"
|
|
similar_topics: "Your topic is similar to..."
|
|
drafts_offline: "drafts offline"
|
|
|
|
min_length:
|
|
need_more_for_title: "{{n}} to go for the title"
|
|
need_more_for_reply: "{{n}} to go for the post"
|
|
|
|
error:
|
|
title_missing: "Title is required."
|
|
title_too_short: "Title must be at least {{min}} characters long."
|
|
title_too_long: "Title must be less than {{max}} characters long."
|
|
post_missing: "Post can't be empty."
|
|
post_length: "Post must be at least {{min}} characters long."
|
|
category_missing: "You must choose a category."
|
|
|
|
save_edit: "Save Edit"
|
|
reply_original: "Reply on Original Topic"
|
|
reply_here: "Reply Here"
|
|
reply: "Reply"
|
|
cancel: "Cancel"
|
|
create_topic: "Create Topic"
|
|
create_pm: "Create Private Message"
|
|
|
|
users_placeholder: "Add a user"
|
|
title_placeholder: "Type your title here. What is this discussion about in one brief sentence?"
|
|
edit_reason_placeholder: "why are you editing?"
|
|
show_edit_reason: "(add edit reason)"
|
|
reply_placeholder: "Type here. Use Markdown or BBCode to format. Drag or paste an image to upload it."
|
|
view_new_post: "View your new post."
|
|
saving: "Saving..."
|
|
saved: "Saved!"
|
|
saved_draft: "You have a post draft in progress. Click anywhere in this box to resume editing."
|
|
uploading: "Uploading..."
|
|
show_preview: 'show preview »'
|
|
hide_preview: '« hide preview'
|
|
|
|
quote_post_title: "Quote whole post"
|
|
bold_title: "Strong"
|
|
bold_text: "strong text"
|
|
italic_title: "Emphasis"
|
|
italic_text: "emphasized text"
|
|
link_title: "Hyperlink"
|
|
link_description: "enter link description here"
|
|
link_dialog_title: "Insert Hyperlink"
|
|
link_optional_text: "optional title"
|
|
quote_title: "Blockquote"
|
|
quote_text: "Blockquote"
|
|
code_title: "Preformatted text"
|
|
code_text: "enter preformatted text here"
|
|
upload_title: "Upload"
|
|
upload_description: "enter upload description here"
|
|
olist_title: "Numbered List"
|
|
ulist_title: "Bulleted List"
|
|
list_item: "List item"
|
|
heading_title: "Heading"
|
|
heading_text: "Heading"
|
|
hr_title: "Horizontal Rule"
|
|
undo_title: "Undo"
|
|
redo_title: "Redo"
|
|
help: "Markdown Editing Help"
|
|
toggler: "hide or show the composer panel"
|
|
|
|
admin_options_title: "Optional staff settings for this topic"
|
|
auto_close_label: "Auto-close topic time:"
|
|
auto_close_units: "(# of hours, a time, or a timestamp)"
|
|
auto_close_examples: 'Examples: 24, 17:00, 2013-11-22 14:00'
|
|
auto_close_error: "Please enter a valid value."
|
|
|
|
notifications:
|
|
title: "notifications of @name mentions, replies to your posts and topics, private messages, etc"
|
|
none: "You have no notifications right now."
|
|
more: "view older notifications"
|
|
mentioned: "<span title='mentioned' class='icon'>@</span> {{username}} {{link}}"
|
|
quoted: "<i title='quoted' class='fa fa-quote-right'></i> {{username}} {{link}}"
|
|
replied: "<i title='replied' class='fa fa-reply'></i> {{username}} {{link}}"
|
|
posted: "<i title='replied' class='fa fa-reply'></i> {{username}} {{link}}"
|
|
edited: "<i title='edited' class='fa fa-pencil'></i> {{username}} {{link}}"
|
|
liked: "<i title='liked' class='fa fa-heart'></i> {{username}} {{link}}"
|
|
private_message: "<i class='fa fa-envelope-o' title='private message'></i> {{username}} {{link}}"
|
|
invited_to_private_message: "<i class='fa fa-envelope-o' title='private message'></i> {{username}} {{link}}"
|
|
invitee_accepted: "<i title='accepted your invitation' class='fa fa-sign-in'></i> {{username}} accepted your invitation"
|
|
moved_post: "<i title='moved post' class='fa fa-arrow-right'></i> {{username}} moved {{link}}"
|
|
total_flagged: "total flagged posts"
|
|
|
|
upload_selector:
|
|
title: "Add an image"
|
|
title_with_attachments: "Add an image or a file"
|
|
from_my_computer: "From my device"
|
|
from_the_web: "From the web"
|
|
remote_tip: "enter address of an image in the form http://example.com/image.jpg"
|
|
remote_tip_with_attachments: "enter address of an image or a file in the form http://example.com/file.ext (allowed extensions: {{authorized_extensions}})."
|
|
local_tip: "click to select an image from your device"
|
|
local_tip_with_attachments: "click to select an image or a file from your device (allowed extensions: {{authorized_extensions}})"
|
|
hint: "(you can also drag & drop into the editor to upload them)"
|
|
hint_for_chrome: "(you can also drag and drop or paste images into the editor to upload them)"
|
|
uploading: "Uploading"
|
|
|
|
search:
|
|
title: "search for topics, posts, users, or categories"
|
|
placeholder: "type your search terms here"
|
|
no_results: "No results found."
|
|
searching: "Searching ..."
|
|
|
|
prefer:
|
|
user: "search will prefer results by @{{username}}"
|
|
category: "search will prefer results in {{category}}"
|
|
|
|
site_map: "go to another topic list or category"
|
|
go_back: 'go back'
|
|
not_logged_in_user: 'user page with summary of current activity and preferences'
|
|
current_user: 'go to your user page'
|
|
|
|
favorite:
|
|
title: 'Favorite'
|
|
help:
|
|
star: 'add this topic to your favorites list'
|
|
unstar: 'remove this topic from your favorites list'
|
|
|
|
topics:
|
|
none:
|
|
favorited: "You haven't favorited any topics yet. To favorite a topic, click or tap the star next to the title."
|
|
unread: "You have no unread topics."
|
|
new: "You have no new topics."
|
|
read: "You haven't read any topics yet."
|
|
posted: "You haven't posted in any topics yet."
|
|
latest: "There are no latest topics. That's sad."
|
|
hot: "There are no hot topics."
|
|
category: "There are no {{category}} topics."
|
|
bottom:
|
|
latest: "There are no more latest topics."
|
|
hot: "There are no more hot topics."
|
|
posted: "There are no more posted topics."
|
|
read: "There are no more read topics."
|
|
new: "There are no more new topics."
|
|
unread: "There are no more unread topics."
|
|
favorited: "There are no more favorited topics."
|
|
category: "There are no more {{category}} topics."
|
|
|
|
rank_details:
|
|
toggle: toggle topic rank details
|
|
show: show topic rank details
|
|
title: Topic Rank Details
|
|
|
|
topic:
|
|
filter_to: "Show {{post_count}} posts in topic"
|
|
create: 'Create Topic'
|
|
create_long: 'Create a new Topic'
|
|
private_message: 'Start a private message'
|
|
list: 'Topics'
|
|
new: 'new topic'
|
|
new_topics:
|
|
one: '1 new topic'
|
|
other: '{{count}} new topics'
|
|
unread_topics:
|
|
one: '1 unread topic'
|
|
other: '{{count}} unread topics'
|
|
title: 'Topic'
|
|
loading_more: "Loading more Topics..."
|
|
loading: 'Loading topic...'
|
|
invalid_access:
|
|
title: "Topic is private"
|
|
description: "Sorry, you don't have access to that topic!"
|
|
server_error:
|
|
title: "Topic failed to load"
|
|
description: "Sorry, we couldn't load that topic, possibly due to a connection problem. Please try again. If the problem persists, let us know."
|
|
not_found:
|
|
title: "Topic not found"
|
|
description: "Sorry, we couldn't find that topic. Perhaps it was removed by a moderator?"
|
|
unread_posts:
|
|
one: "you have 1 unread old post in this topic"
|
|
other: "you have {{count}} unread old posts in this topic"
|
|
new_posts:
|
|
one: "there is 1 new post in this topic since you last read it"
|
|
other: "there are {{count}} new posts in this topic since you last read it"
|
|
|
|
likes:
|
|
one: "there is 1 like in this topic"
|
|
other: "there are {{count}} likes in this topic"
|
|
back_to_list: "Back to Topic List"
|
|
options: "Topic Options"
|
|
show_links: "show links within this topic"
|
|
toggle_information: "toggle topic details"
|
|
read_more_in_category: "Want to read more? Browse other topics in {{catLink}} or {{latestLink}}."
|
|
read_more: "Want to read more? {{catLink}} or {{latestLink}}."
|
|
|
|
# keys ending with _MF use message format, see /spec/components/js_local_helper_spec.rb for samples
|
|
read_more_MF: "There {
|
|
UNREAD, plural,
|
|
=0 {}
|
|
one {
|
|
is <a href='/unread'>1 unread</a>
|
|
} other {
|
|
are <a href='/unread'># unread</a>
|
|
}
|
|
} {
|
|
NEW, plural,
|
|
=0 {}
|
|
one { {BOTH, select, true{and } false {is } other{}} <a href='/new'>1 new</a> topic}
|
|
other { {BOTH, select, true{and } false {are } other{}} <a href='/new'># new</a> topics}
|
|
} remaining, or {CATEGORY, select, true {browse other topics in {catLink}} false {{latestLink}} other {}}."
|
|
|
|
browse_all_categories: Browse all categories
|
|
|
|
view_latest_topics: view latest topics
|
|
suggest_create_topic: Why not create a topic?
|
|
read_position_reset: "Your read position has been reset."
|
|
jump_reply_up: jump to earlier reply
|
|
jump_reply_down: jump to later reply
|
|
deleted: "The topic has been deleted"
|
|
|
|
auto_close_notice: "This topic will automatically close %{timeLeft}."
|
|
auto_close_title: 'Auto-Close Settings'
|
|
auto_close_save: "Save"
|
|
auto_close_remove: "Don't Auto-Close This Topic"
|
|
|
|
progress:
|
|
title: topic progress
|
|
jump_top: jump to first post
|
|
jump_bottom: jump to last post
|
|
jump_bottom_with_number: "jump to post %{post_number}"
|
|
total: total posts
|
|
current: current post
|
|
position: "post %{current} of %{total}"
|
|
|
|
notifications:
|
|
title: ''
|
|
reasons:
|
|
"3_6": 'You will receive notifications because you are watching this category.'
|
|
"3_5": 'You will receive notifications because you started watching this topic automatically.'
|
|
"3_2": 'You will receive notifications because you are watching this topic.'
|
|
"3_1": 'You will receive notifications because you created this topic.'
|
|
"3": 'You will receive notifications because you are watching this topic.'
|
|
"2_4": 'You will receive notifications because you posted a reply to this topic.'
|
|
"2_2": 'You will receive notifications because you are tracking this topic.'
|
|
"2": 'You will receive notifications because you <a href="/users/{{username}}/preferences">read this topic</a>.'
|
|
"1": 'You will be notified only if someone mentions your @name or replies to your post.'
|
|
"1_2": 'You will be notified only if someone mentions your @name or replies to your post.'
|
|
"0": 'You are ignoring all notifications on this topic.'
|
|
"0_2": 'You are ignoring all notifications on this topic.'
|
|
watching:
|
|
title: "Watching"
|
|
description: "same as Tracking, plus you will be notified of all new posts."
|
|
tracking:
|
|
title: "Tracking"
|
|
description: "you will be notified of @name mentions and replies to your posts, plus you will see a count of unread and new posts."
|
|
regular:
|
|
title: "Regular"
|
|
description: "you will be notified only if someone mentions your @name or replies to your post."
|
|
muted:
|
|
title: "Muted"
|
|
description: "you will not be notified of anything about this topic, and it will not appear on your unread tab."
|
|
|
|
actions:
|
|
recover: "Un-Delete Topic"
|
|
delete: "Delete Topic"
|
|
open: "Open Topic"
|
|
close: "Close Topic"
|
|
auto_close: "Auto Close"
|
|
unpin: "Un-Pin Topic"
|
|
pin: "Pin Topic"
|
|
unarchive: "Unarchive Topic"
|
|
archive: "Archive Topic"
|
|
invisible: "Make Invisible"
|
|
visible: "Make Visible"
|
|
reset_read: "Reset Read Data"
|
|
multi_select: "Select Posts to Move"
|
|
convert_to_topic: "Convert to Regular Topic"
|
|
|
|
reply:
|
|
title: 'Reply'
|
|
help: 'begin composing a reply to this topic'
|
|
|
|
clear_pin:
|
|
title: "Clear pin"
|
|
help: "Clear the pinned status of this topic so it no longer appears at the top of your topic list"
|
|
|
|
share:
|
|
title: 'Share'
|
|
help: 'share a link to this topic'
|
|
|
|
inviting: "Inviting..."
|
|
|
|
invite_private:
|
|
title: 'Invite to Private Message'
|
|
email_or_username: "Invitee's Email or Username"
|
|
email_or_username_placeholder: "email address or username"
|
|
action: "Invite"
|
|
success: "Thanks! We've invited that user to participate in this private message."
|
|
error: "Sorry, there was an error inviting that user."
|
|
|
|
invite_reply:
|
|
title: 'Invite Friends to Reply'
|
|
action: 'Email Invite'
|
|
help: 'send invitations to friends so they can reply to this topic with a single click'
|
|
to_topic: "We'll send your friend a brief email allowing them to immediately reply to this topic by clicking a link, no login required."
|
|
to_forum: "We'll send your friend a brief email allowing them to join the forum by clicking a link."
|
|
|
|
email_placeholder: 'email address'
|
|
success: "Thanks! We mailed out an invitation to <b>{{email}}</b>. We'll let you know when they redeem your invitation. Check the invitations tab on your user page to keep track of who you've invited."
|
|
error: "Sorry, we couldn't invite that person. Perhaps they are already a user?"
|
|
|
|
login_reply: 'Log In to Reply'
|
|
|
|
filters:
|
|
n_posts:
|
|
one: "1 post"
|
|
other: "{{count}} posts"
|
|
cancel: "Show all posts in this topic again."
|
|
|
|
split_topic:
|
|
title: "Move to New Topic"
|
|
action: "move to new topic"
|
|
topic_name: "New Topic Name"
|
|
error: "There was an error moving posts to the new topic."
|
|
instructions:
|
|
one: "You are about to create a new topic and populate it with the post you've selected."
|
|
other: "You are about to create a new topic and populate it with the <b>{{count}}</b> posts you've selected."
|
|
|
|
merge_topic:
|
|
title: "Move to Existing Topic"
|
|
action: "move to existing topic"
|
|
error: "There was an error moving posts into that topic."
|
|
instructions:
|
|
one: "Please choose the topic you'd like to move that post to."
|
|
other: "Please choose the topic you'd like to move those <b>{{count}}</b> posts to."
|
|
|
|
multi_select:
|
|
select: 'select'
|
|
selected: 'selected ({{count}})'
|
|
select_replies: 'select +replies'
|
|
delete: delete selected
|
|
cancel: cancel selecting
|
|
description:
|
|
one: You have selected <b>1</b> post.
|
|
other: "You have selected <b>{{count}}</b> posts."
|
|
|
|
post:
|
|
reply: "Replying to {{link}} by {{replyAvatar}} {{username}}"
|
|
reply_topic: "Reply to {{link}}"
|
|
quote_reply: "quote reply"
|
|
edit: "Editing {{link}} by {{replyAvatar}} {{username}}"
|
|
edit_reason: "Reason: "
|
|
post_number: "post {{number}}"
|
|
in_reply_to: "in reply to"
|
|
last_edited_on: "post last edited on"
|
|
reply_as_new_topic: "Reply as new Topic"
|
|
continue_discussion: "Continuing the discussion from {{postLink}}:"
|
|
follow_quote: "go to the quoted post"
|
|
deleted_by_author:
|
|
one: "(post withdrawn by author, will be automatically deleted in %{count} hour unless flagged)"
|
|
other: "(post withdrawn by author, will be automatically deleted in %{count} hours unless flagged)"
|
|
deleted_by: "deleted by"
|
|
expand_collapse: "expand/collapse"
|
|
gap:
|
|
one: "1 post omitted"
|
|
other: "{{count}} posts omitted"
|
|
|
|
has_replies:
|
|
one: "Reply"
|
|
other: "Replies"
|
|
|
|
errors:
|
|
create: "Sorry, there was an error creating your post. Please try again."
|
|
edit: "Sorry, there was an error editing your post. Please try again."
|
|
upload: "Sorry, there was an error uploading that file. Please try again."
|
|
attachment_too_large: "Sorry, the file you are trying to upload is too big (maximum size is {{max_size_kb}}kb)."
|
|
image_too_large: "Sorry, the image you are trying to upload is too big (maximum size is {{max_size_kb}}kb), please resize it and try again."
|
|
too_many_uploads: "Sorry, you can only upload one file at a time."
|
|
upload_not_authorized: "Sorry, the file you are trying to upload is not authorized (authorized extension: {{authorized_extensions}})."
|
|
image_upload_not_allowed_for_new_user: "Sorry, new users can not upload images."
|
|
attachment_upload_not_allowed_for_new_user: "Sorry, new users can not upload attachments."
|
|
|
|
abandon: "Are you sure you want to abandon your post?"
|
|
|
|
archetypes:
|
|
save: 'Save Options'
|
|
|
|
controls:
|
|
reply: "begin composing a reply to this post"
|
|
like: "like this post"
|
|
edit: "edit this post"
|
|
flag: "flag this post for attention or send a notification about it"
|
|
delete: "delete this post"
|
|
undelete: "undelete this post"
|
|
share: "share a link to this post"
|
|
more: "More"
|
|
delete_replies:
|
|
confirm:
|
|
one: "Do you also want to delete the direct reply to this post?"
|
|
other: "Do you also want to delete the {{count}} direct replies to this post?"
|
|
yes_value: "Yes, delete the replies too"
|
|
no_value: "No, just this post"
|
|
|
|
actions:
|
|
flag: 'Flag'
|
|
clear_flags:
|
|
one: "Clear flag"
|
|
other: "Clear flags"
|
|
it_too:
|
|
off_topic: "Flag it too"
|
|
spam: "Flag it too"
|
|
inappropriate: "Flag it too"
|
|
custom_flag: "Flag it too"
|
|
bookmark: "Bookmark it too"
|
|
like: "Like it too"
|
|
vote: "Vote for it too"
|
|
undo:
|
|
off_topic: "Undo flag"
|
|
spam: "Undo flag"
|
|
inappropriate: "Undo flag"
|
|
bookmark: "Undo bookmark"
|
|
like: "Undo like"
|
|
vote: "Undo vote"
|
|
people:
|
|
off_topic: "{{icons}} marked this as off-topic"
|
|
spam: "{{icons}} marked this as spam"
|
|
inappropriate: "{{icons}} marked this as inappropriate"
|
|
notify_moderators: "{{icons}} notified moderators"
|
|
notify_moderators_with_url: "{{icons}} <a href='{{postUrl}}'>notified moderators</a>"
|
|
notify_user: "{{icons}} sent a private message"
|
|
notify_user_with_url: "{{icons}} sent a <a href='{{postUrl}}'>private message</a>"
|
|
bookmark: "{{icons}} bookmarked this"
|
|
like: "{{icons}} liked this"
|
|
vote: "{{icons}} voted for this"
|
|
by_you:
|
|
off_topic: "You flagged this as off-topic"
|
|
spam: "You flagged this as spam"
|
|
inappropriate: "You flagged this as inappropriate"
|
|
notify_moderators: "You flagged this for moderation"
|
|
notify_user: "You sent a private message to this user"
|
|
bookmark: "You bookmarked this post"
|
|
like: "You liked this"
|
|
vote: "You voted for this post"
|
|
by_you_and_others:
|
|
off_topic:
|
|
one: "You and 1 other flagged this as off-topic"
|
|
other: "You and {{count}} other people flagged this as off-topic"
|
|
spam:
|
|
one: "You and 1 other flagged this as spam"
|
|
other: "You and {{count}} other people flagged this as spam"
|
|
inappropriate:
|
|
one: "You and 1 other flagged this as inappropriate"
|
|
other: "You and {{count}} other people flagged this as inappropriate"
|
|
notify_moderators:
|
|
one: "You and 1 other flagged this for moderation"
|
|
other: "You and {{count}} other people flagged this for moderation"
|
|
notify_user:
|
|
one: "You and 1 other sent a private message to this user"
|
|
other: "You and {{count}} other people sent a private message to this user"
|
|
bookmark:
|
|
one: "You and 1 other bookmarked this post"
|
|
other: "You and {{count}} other people bookmarked this post"
|
|
like:
|
|
one: "You and 1 other liked this"
|
|
other: "You and {{count}} other people liked this"
|
|
vote:
|
|
one: "You and 1 other voted for this post"
|
|
other: "You and {{count}} other people voted for this post"
|
|
by_others:
|
|
off_topic:
|
|
one: "1 person flagged this as off-topic"
|
|
other: "{{count}} people flagged this as off-topic"
|
|
spam:
|
|
one: "1 person flagged this as spam"
|
|
other: "{{count}} people flagged this as spam"
|
|
inappropriate:
|
|
one: "1 person flagged this as inappropriate"
|
|
other: "{{count}} people flagged this as inappropriate"
|
|
notify_moderators:
|
|
one: "1 person flagged this for moderation"
|
|
other: "{{count}} people flagged this for moderation"
|
|
notify_user:
|
|
one: "1 person sent a private message to this user"
|
|
other: "{{count}} sent a private message to this user"
|
|
bookmark:
|
|
one: "1 person bookmarked this post"
|
|
other: "{{count}} people bookmarked this post"
|
|
like:
|
|
one: "1 person liked this"
|
|
other: "{{count}} people liked this"
|
|
vote:
|
|
one: "1 person voted for this post"
|
|
other: "{{count}} people voted for this post"
|
|
|
|
edits:
|
|
one: 1 edit
|
|
other: "{{count}} edits"
|
|
zero: no edits
|
|
|
|
delete:
|
|
confirm:
|
|
one: "Are you sure you want to delete that post?"
|
|
other: "Are you sure you want to delete all those posts?"
|
|
|
|
revisions:
|
|
controls:
|
|
first: "First revision"
|
|
previous: "Previous revision"
|
|
next: "Next revision"
|
|
last: "Last revision"
|
|
comparing_previous_to_current_out_of_total: "<strong>#{{previous}}</strong> vs. <strong>#{{current}}</strong> / {{total}}"
|
|
displays:
|
|
inline:
|
|
title: "Show the rendered output with additions and removals inline"
|
|
button: '<i class="fa fa-square-o"></i> HTML'
|
|
side_by_side:
|
|
title: "Show the rendered output diffs side-by-side"
|
|
button: '<i class="fa fa-columns"></i> HTML'
|
|
side_by_side_markdown:
|
|
title: "Show the markdown source diffs side-by-side"
|
|
button: '<i class="fa fa-columns"></i> Markdown'
|
|
details:
|
|
edited_by: "Edited by"
|
|
|
|
category:
|
|
can: 'can… '
|
|
none: '(no category)'
|
|
choose: 'Select a category…'
|
|
edit: 'edit'
|
|
edit_long: "Edit Category"
|
|
view: 'View Topics in Category'
|
|
general: 'General'
|
|
settings: 'Settings'
|
|
delete: 'Delete Category'
|
|
create: 'Create Category'
|
|
save: 'Save Category'
|
|
creation_error: There has been an error during the creation of the category.
|
|
save_error: There was an error saving the category.
|
|
more_posts: "view all {{posts}}..."
|
|
name: "Category Name"
|
|
description: "Description"
|
|
topic: "category topic"
|
|
badge_colors: "Badge colors"
|
|
background_color: "Background color"
|
|
foreground_color: "Foreground color"
|
|
name_placeholder: "Should be short and succinct."
|
|
color_placeholder: "Any web color"
|
|
delete_confirm: "Are you sure you want to delete this category?"
|
|
delete_error: "There was an error deleting the category."
|
|
list: "List Categories"
|
|
no_description: "There is no description for this category, edit the topic definition."
|
|
change_in_category_topic: "Edit Description"
|
|
hotness: "Hotness"
|
|
already_used: 'This color has been used by another category'
|
|
security: "Security"
|
|
auto_close_label: "Auto-close topics after:"
|
|
auto_close_units: "hours"
|
|
edit_permissions: "Edit Permissions"
|
|
add_permission: "Add Permission"
|
|
this_year: "this year"
|
|
position: "position"
|
|
default_position: "Default Position"
|
|
parent: "Parent Category"
|
|
|
|
flagging:
|
|
title: 'Why are you flagging this post?'
|
|
action: 'Flag Post'
|
|
take_action: "Take Action"
|
|
notify_action: 'Notify'
|
|
delete_spammer: "Delete Spammer"
|
|
delete_confirm: "You are about to delete <b>%{posts}</b> posts and <b>%{topics}</b> topics from this user, remove their account, block signups from their IP address <b>%{ip_address}</b>, and add their email address <b>%{email}</b> to a permanent block list. Are you sure this user is really a spammer?"
|
|
yes_delete_spammer: "Yes, Delete Spammer"
|
|
cant: "Sorry, you can't flag this post at this time."
|
|
custom_placeholder_notify_user: "Why does this post require you to speak to this user directly and privately? Be specific, be constructive, and always be kind."
|
|
custom_placeholder_notify_moderators: "Why does this post require moderator attention? Let us know specifically what you are concerned about, and provide relevant links where possible."
|
|
custom_message:
|
|
at_least: "enter at least {{n}} characters"
|
|
more: "{{n}} to go..."
|
|
left: "{{n}} remaining"
|
|
|
|
topic_map:
|
|
title: "Topic Summary"
|
|
links_shown: "show all {{totalLinks}} links..."
|
|
clicks: "clicks"
|
|
|
|
topic_statuses:
|
|
locked:
|
|
help: "this topic is closed; it no longer accepts new replies"
|
|
pinned:
|
|
help: "this topic is pinned; it will display at the top of its category"
|
|
archived:
|
|
help: "this topic is archived; it is frozen and cannot be changed"
|
|
invisible:
|
|
help: "this topic is invisible; it will not be displayed in topic lists, and can only be accessed via a direct link"
|
|
|
|
posts: "Posts"
|
|
posts_long: "there are {{number}} posts in this topic"
|
|
original_post: "Original Post"
|
|
views: "Views"
|
|
replies: "Replies"
|
|
views_long: "this topic has been viewed {{number}} times"
|
|
activity: "Activity"
|
|
likes: "Likes"
|
|
likes_long: "there are {{number}} likes in this topic"
|
|
users: "Users"
|
|
category_title: "Category"
|
|
history: "History"
|
|
changed_by: "by {{author}}"
|
|
|
|
categories_list: "Categories List"
|
|
|
|
filters:
|
|
latest:
|
|
title: "Latest"
|
|
help: "the most recent topics"
|
|
hot:
|
|
title: "Hot"
|
|
help: "a selection of the hottest topics"
|
|
favorited:
|
|
title: "Favorited"
|
|
help: "topics you marked as favorites"
|
|
read:
|
|
title: "Read"
|
|
help: "topics you've read, in the order that you last read them"
|
|
categories:
|
|
title: "Categories"
|
|
title_in: "Category - {{categoryName}}"
|
|
help: "all topics grouped by category"
|
|
unread:
|
|
title:
|
|
zero: "Unread"
|
|
one: "Unread (1)"
|
|
other: "Unread ({{count}})"
|
|
help: "tracked topics with unread posts"
|
|
new:
|
|
title:
|
|
zero: "New"
|
|
one: "New (1)"
|
|
other: "New ({{count}})"
|
|
help: "new topics since your last visit"
|
|
posted:
|
|
title: "My Posts"
|
|
help: "topics you have posted in"
|
|
category:
|
|
title:
|
|
zero: "{{categoryName}}"
|
|
one: "{{categoryName}} (1)"
|
|
other: "{{categoryName}} ({{count}})"
|
|
help: "latest topics in the {{categoryName}} category"
|
|
top:
|
|
title: "Top"
|
|
help: "a selection of the best topics"
|
|
this_year: "This year"
|
|
this_month: "This month"
|
|
this_week: "This week"
|
|
today: "Today"
|
|
redirect_reasons:
|
|
new_user: "Welcome! As a new visitor, we thought you might like to start with this list of the top discussion topics in the last year."
|
|
not_seen_in_a_month: "Welcome back! We haven't seen you in a while. These are the top discussion topics since you've been away."
|
|
|
|
browser_update: 'Unfortunately, <a href="http://www.discourse.org/faq/#browser">your browser is too old to work on this Discourse forum</a>. Please <a href="http://browsehappy.com">upgrade your browser</a>.'
|
|
|
|
permission_types:
|
|
full: "Create / Reply / See"
|
|
create_post: "Reply / See"
|
|
readonly: "See"
|
|
|
|
# This section is exported to the javascript for i18n in the admin section
|
|
admin_js:
|
|
type_to_filter: "type to filter..."
|
|
|
|
admin:
|
|
title: 'Discourse Admin'
|
|
moderator: 'Moderator'
|
|
|
|
dashboard:
|
|
title: "Dashboard"
|
|
last_updated: "Dashboard last updated:"
|
|
version: "Version"
|
|
up_to_date: "You're up to date!"
|
|
critical_available: "A critical update is available."
|
|
updates_available: "Updates are available."
|
|
please_upgrade: "Please upgrade!"
|
|
no_check_performed: "A check for updates has not been performed. Ensure sidekiq is running."
|
|
stale_data: "A check for updates has not been performed lately. Ensure sidekiq is running."
|
|
version_check_pending: "Looks like you upgraded recently. Fantastic!"
|
|
installed_version: "Installed"
|
|
latest_version: "Latest"
|
|
problems_found: "Some problems have been found with your installation of Discourse:"
|
|
last_checked: "Last checked"
|
|
refresh_problems: "Refresh"
|
|
no_problems: "No problems were found."
|
|
moderators: 'Moderators:'
|
|
admins: 'Admins:'
|
|
blocked: 'Blocked:'
|
|
suspended: 'Suspended:'
|
|
private_messages_short: "PMs"
|
|
private_messages_title: "Private Messages"
|
|
|
|
reports:
|
|
today: "Today"
|
|
yesterday: "Yesterday"
|
|
last_7_days: "Last 7 Days"
|
|
last_30_days: "Last 30 Days"
|
|
all_time: "All Time"
|
|
7_days_ago: "7 Days Ago"
|
|
30_days_ago: "30 Days Ago"
|
|
all: "All"
|
|
view_table: "View as Table"
|
|
view_chart: "View as Bar Chart"
|
|
|
|
commits:
|
|
latest_changes: "Latest changes: please update often!"
|
|
by: "by"
|
|
|
|
flags:
|
|
title: "Flags"
|
|
old: "Old"
|
|
active: "Active"
|
|
|
|
agree_hide: "Agree (hide post + send PM)"
|
|
agree_hide_title: "Hide this post and automatically send the user a private message urging them to edit it"
|
|
defer: "Defer"
|
|
defer_title: "No action is necessary at this time, defer any action on this flag until a later date, or never"
|
|
delete_post: "Delete Post"
|
|
delete_post_title: "Delete post; if the first post, delete the topic"
|
|
disagree_unhide: "Disagree (unhide post)"
|
|
disagree_unhide_title: "Remove any flags from this post and make the post visible again"
|
|
disagree: "Disagree"
|
|
disagree_title: "Disagree with flag, remove any flags from this post"
|
|
delete_spammer_title: "Delete the user and all its posts and topics."
|
|
|
|
flagged_by: "Flagged by"
|
|
system: "System"
|
|
error: "Something went wrong"
|
|
view_message: "Reply"
|
|
no_results: "There are no flags."
|
|
|
|
summary:
|
|
action_type_3:
|
|
one: "off-topic"
|
|
other: "off-topic x{{count}}"
|
|
action_type_4:
|
|
one: "inappropriate"
|
|
other: "inappropriate x{{count}}"
|
|
action_type_6:
|
|
one: "custom"
|
|
other: "custom x{{count}}"
|
|
action_type_7:
|
|
one: "custom"
|
|
other: "custom x{{count}}"
|
|
action_type_8:
|
|
one: "spam"
|
|
other: "spam x{{count}}"
|
|
|
|
groups:
|
|
title: "Groups"
|
|
edit: "Edit Groups"
|
|
selector_placeholder: "add users"
|
|
name_placeholder: "Group name, no spaces, same as username rule"
|
|
about: "Edit your group membership and names here"
|
|
can_not_edit_automatic: "Automatic group membership is determined automatically, administer users to assign roles and trust levels"
|
|
delete: "Delete"
|
|
delete_confirm: "Delete this group?"
|
|
delete_failed: "Unable to delete group. If this is an automatic group, it cannot be destroyed."
|
|
|
|
api:
|
|
generate_master: "Generate Master API Key"
|
|
none: "There are no active API keys right now."
|
|
user: "User"
|
|
title: "API"
|
|
key: "API Key"
|
|
generate: "Generate"
|
|
regenerate: "Regenerate"
|
|
revoke: "Revoke"
|
|
confirm_regen: "Are you sure you want to replace that API Key with a new one?"
|
|
confirm_revoke: "Are you sure you want to revoke that key?"
|
|
info_html: "Your API key will allow you to create and update topics using JSON calls."
|
|
all_users: "All Users"
|
|
note_html: "Keep this key <strong>secret</strong>, all users that have it may create arbitrary posts on the forum as any user."
|
|
|
|
customize:
|
|
title: "Customize"
|
|
long_title: "Site Customizations"
|
|
header: "Header"
|
|
css: "Stylesheet"
|
|
mobile_header: "Mobile Header"
|
|
mobile_css: "Mobile Stylesheet"
|
|
override_default: "Do not include standard style sheet"
|
|
enabled: "Enabled?"
|
|
preview: "preview"
|
|
undo_preview: "undo preview"
|
|
save: "Save"
|
|
new: "New"
|
|
new_style: "New Style"
|
|
delete: "Delete"
|
|
delete_confirm: "Delete this customization?"
|
|
about: "Site Customization allow you to modify stylesheets and headers on the site. Choose or add one to start editing."
|
|
|
|
email:
|
|
title: "Email"
|
|
settings: "Settings"
|
|
logs: "Logs"
|
|
sent_at: "Sent At"
|
|
user: "User"
|
|
email_type: "Email Type"
|
|
to_address: "To Address"
|
|
test_email_address: "email address to test"
|
|
send_test: "send test email"
|
|
sent_test: "sent!"
|
|
delivery_method: "Delivery Method"
|
|
preview_digest: "Preview Digest"
|
|
preview_digest_desc: "This is a tool for previewing the content of the digest emails sent from your forum."
|
|
refresh: "Refresh"
|
|
format: "Format"
|
|
html: "html"
|
|
text: "text"
|
|
last_seen_user: "Last Seen User:"
|
|
reply_key: "Reply Key"
|
|
|
|
logs:
|
|
title: "Logs"
|
|
action: "Action"
|
|
created_at: "Created"
|
|
last_match_at: "Last Matched"
|
|
match_count: "Matches"
|
|
ip_address: "IP"
|
|
delete: 'Delete'
|
|
edit: 'Edit'
|
|
save: 'Save'
|
|
screened_actions:
|
|
block: "block"
|
|
do_nothing: "do nothing"
|
|
staff_actions:
|
|
title: "Staff Actions"
|
|
instructions: "Click usernames and actions to filter the list. Click avatars to go to user pages."
|
|
clear_filters: "Show Everything"
|
|
staff_user: "Staff User"
|
|
target_user: "Target User"
|
|
subject: "Subject"
|
|
when: "When"
|
|
context: "Context"
|
|
details: "Details"
|
|
previous_value: "Previous"
|
|
new_value: "New"
|
|
diff: "Diff"
|
|
show: "Show"
|
|
modal_title: "Details"
|
|
no_previous: "There is no previous value."
|
|
deleted: "No new value. The record was deleted."
|
|
actions:
|
|
delete_user: "delete user"
|
|
change_trust_level: "change trust level"
|
|
change_site_setting: "change site setting"
|
|
change_site_customization: "change site customization"
|
|
delete_site_customization: "delete site customization"
|
|
suspend_user: "suspend user"
|
|
unsuspend_user: "unsuspend user"
|
|
screened_emails:
|
|
title: "Screened Emails"
|
|
description: "When someone tries to create a new account, the following email addresses will be checked and the registration will be blocked, or some other action performed."
|
|
email: "Email Address"
|
|
screened_urls:
|
|
title: "Screened URLs"
|
|
description: "The URLs listed here were used in posts by users who have been identified as spammers."
|
|
url: "URL"
|
|
domain: "Domain"
|
|
screened_ips:
|
|
title: "Screened IPs"
|
|
description: 'IP addresses that are being watched. Use "Allow" to whitelist IP addresses.'
|
|
delete_confirm: "Are you sure you want to remove the rule for %{ip_address}?"
|
|
actions:
|
|
block: "Block"
|
|
do_nothing: "Allow"
|
|
form:
|
|
label: "New:"
|
|
ip_address: "IP address"
|
|
add: "Add"
|
|
|
|
impersonate:
|
|
title: "Impersonate User"
|
|
username_or_email: "Username or Email of User"
|
|
help: "Use this tool to impersonate a user account for debugging purposes."
|
|
not_found: "That user can't be found."
|
|
invalid: "Sorry, you may not impersonate that user."
|
|
|
|
users:
|
|
title: 'Users'
|
|
create: 'Add Admin User'
|
|
last_emailed: "Last Emailed"
|
|
not_found: "Sorry, that username doesn't exist in our system."
|
|
active: "Active"
|
|
nav:
|
|
new: "New"
|
|
active: "Active"
|
|
pending: "Pending"
|
|
admins: 'Admins'
|
|
moderators: 'Mods'
|
|
suspended: 'Suspended'
|
|
blocked: 'Blocked'
|
|
approved: "Approved?"
|
|
approved_selected:
|
|
one: "approve user"
|
|
other: "approve users ({{count}})"
|
|
reject_selected:
|
|
one: "reject user"
|
|
other: "reject users ({{count}})"
|
|
titles:
|
|
active: 'Active Users'
|
|
new: 'New Users'
|
|
pending: 'Users Pending Review'
|
|
newuser: 'Users at Trust Level 0 (New User)'
|
|
basic: 'Users at Trust Level 1 (Basic User)'
|
|
regular: 'Users at Trust Level 2 (Regular User)'
|
|
leader: 'Users at Trust Level 3 (Leader)'
|
|
elder: 'Users at Trust Level 4 (Elder)'
|
|
admins: 'Admin Users'
|
|
moderators: 'Moderators'
|
|
blocked: 'Blocked Users'
|
|
suspended: 'Suspended Users'
|
|
reject_successful:
|
|
one: "Successfully rejected 1 user."
|
|
other: "Successfully rejected %{count} users."
|
|
reject_failures:
|
|
one: "Failed to reject 1 user."
|
|
other: "Failed to reject %{count} users."
|
|
|
|
user:
|
|
suspend_failed: "Something went wrong suspending this user {{error}}"
|
|
unsuspend_failed: "Something went wrong unsuspending this user {{error}}"
|
|
suspend_duration: "How long will the user be suspended for?"
|
|
suspend_duration_units: "(days)"
|
|
suspend_reason_label: "Why are you suspending? This text <b>will be visible to everyone</b> on this user's profile page, and will be shown to the user when they try to log in. Keep it short."
|
|
suspend_reason: "Reason"
|
|
suspended_by: "Suspended by"
|
|
delete_all_posts: "Delete all posts"
|
|
delete_all_posts_confirm: "You are about to delete %{posts} posts and %{topics} topics. Are you sure?"
|
|
suspend: "Suspend"
|
|
unsuspend: "Unsuspend"
|
|
suspended: "Suspended?"
|
|
moderator: "Moderator?"
|
|
admin: "Admin?"
|
|
blocked: "Blocked?"
|
|
show_admin_profile: "Admin"
|
|
edit_title: "Edit Title"
|
|
save_title: "Save Title"
|
|
refresh_browsers: "Force browser refresh"
|
|
show_public_profile: "Show Public Profile"
|
|
impersonate: 'Impersonate'
|
|
revoke_admin: 'Revoke Admin'
|
|
grant_admin: 'Grant Admin'
|
|
revoke_moderation: 'Revoke Moderation'
|
|
grant_moderation: 'Grant Moderation'
|
|
unblock: 'Unblock'
|
|
block: 'Block'
|
|
reputation: Reputation
|
|
permissions: Permissions
|
|
activity: Activity
|
|
like_count: Likes Received
|
|
private_topics_count: Private Topics
|
|
posts_read_count: Posts Read
|
|
post_count: Posts Created
|
|
topics_entered: Topics Entered
|
|
flags_given_count: Flags Given
|
|
flags_received_count: Flags Received
|
|
approve: 'Approve'
|
|
approved_by: "approved by"
|
|
approve_success: "User approved and email sent with activation instructions."
|
|
approve_bulk_success: "Success! All selected users have been approved and notified."
|
|
time_read: "Read Time"
|
|
delete: "Delete User"
|
|
delete_forbidden_because_staff: "Admins and moderators can't be deleted."
|
|
delete_forbidden:
|
|
one: "Users can't be deleted if they registered more than %{count} day ago, or if they have posts. Delete all posts before trying to delete a user."
|
|
other: "Users can't be deleted if they registered more than %{count} days ago, or if they have posts. Delete all posts before trying to delete a user."
|
|
delete_confirm: "Are you SURE you want to delete this user? This action is permanent!"
|
|
delete_and_block: "<b>Yes</b>, and <b>block</b> future signups from this email and IP address"
|
|
delete_dont_block: "<b>Yes</b>, just delete the user"
|
|
deleted: "The user was deleted."
|
|
delete_failed: "There was an error deleting that user. Make sure all posts are deleted before trying to delete the user."
|
|
send_activation_email: "Send Activation Email"
|
|
activation_email_sent: "An activation email has been sent."
|
|
send_activation_email_failed: "There was a problem sending another activation email. %{error}"
|
|
activate: "Activate Account"
|
|
activate_failed: "There was a problem activating the user."
|
|
deactivate_account: "Deactivate Account"
|
|
deactivate_failed: "There was a problem deactivating the user."
|
|
unblock_failed: 'There was a problem unblocking the user.'
|
|
block_failed: 'There was a problem blocking the user.'
|
|
deactivate_explanation: "A deactivated user must re-validate their email."
|
|
suspended_explanation: "A suspended user can't log in."
|
|
block_explanation: "A blocked user can't post or start topics."
|
|
trust_level_change_failed: "There was a problem changing the user's trust level."
|
|
suspend_modal_title: "Suspend User"
|
|
|
|
site_content:
|
|
none: "Choose a type of content to begin editing."
|
|
title: 'Content'
|
|
edit: "Edit Site Content"
|
|
|
|
site_settings:
|
|
show_overriden: 'Only show overridden'
|
|
title: 'Settings'
|
|
reset: 'reset to default'
|
|
none: 'none'
|
|
no_results: "No results found."
|
|
clear_filter: "Clear"
|
|
categories:
|
|
all_results: 'All'
|
|
required: 'Required'
|
|
basic: 'Basic Setup'
|
|
users: 'Users'
|
|
posting: 'Posting'
|
|
email: 'Email'
|
|
files: 'Files'
|
|
trust: 'Trust Levels'
|
|
security: 'Security'
|
|
seo: 'SEO'
|
|
spam: 'Spam'
|
|
rate_limits: 'Rate Limits'
|
|
developer: 'Developer'
|
|
embedding: "Embedding"
|
|
uncategorized: 'Uncategorized'
|
|
|
|
lightbox:
|
|
download: "download"
|
|
|
|
keyboard_shortcuts_help:
|
|
title: 'Keyboard Shortcuts'
|
|
jump_to:
|
|
title: 'Jump To'
|
|
home: '<b>g</b> then <b>h</b> Home (Latest)'
|
|
latest: '<b>g</b> then <b>l</b> Latest'
|
|
new: '<b>g</b> then <b>n</b> New'
|
|
unread: '<b>g</b> then <b>u</b> Unread'
|
|
favorited: '<b>g</b> then <b>f</b> Favorited'
|
|
categories: '<b>g</b> then <b>c</b> Categories'
|
|
navigation:
|
|
title: 'Navigation'
|
|
back: '<b>u</b> Back'
|
|
up_down: '<b>k</b>/<b>j</b> Move selection up/down'
|
|
open: '<b>o</b> or <b>Enter</b> Open selected topic'
|
|
next_prev: '<b>`</b>/<b>~</b> Next/previous section'
|
|
application:
|
|
title: 'Application'
|
|
create: '<b>c</b> Create a new topic'
|
|
notifications: '<b>n</b> Open notifications'
|
|
search: '<b>/</b> Search'
|
|
help: '<b>?</b> Open keyboard shortcuts help'
|
|
actions:
|
|
title: 'Actions'
|
|
favorite: '<b>f</b> Favorite topic'
|
|
share_topic: '<b>s</b> Share topic'
|
|
share_post: '<b>shift s</b> Share post'
|
|
reply_topic: '<b>r</b> Reply to topic'
|
|
reply_post: '<b>shift r</b> Reply to post'
|
|
like: '<b>l</b> Like post'
|
|
flag: '<b>!</b> Flag post'
|
|
bookmark: '<b>b</b> Bookmark post'
|
|
edit: '<b>e</b> Edit post'
|
|
delete: '<b>d</b> Delete post'
|
|
mark_muted: '<b>m</b> then <b>m</b> Mark topic as muted'
|
|
mark_regular: '<b>m</b> then <b>r</b> Mark topic as regular'
|
|
mark_tracking: '<b>m</b> then <b>t</b> Mark topic as tracking'
|
|
mark_watching: '<b>m</b> then <b>w</b> Mark topic as watching'
|