2014-08-01 02:23:47 -07:00
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en :
2015-05-26 09:24:33 -07:00
views :
2015-06-06 15:24:27 -07:00
messages :
noscript : "Please activate JavaScript."
2015-06-06 16:28:10 -07:00
notifications :
show : "Show all notifications"
mark : " and mark them as read"
answer :
body : "answered %{question} %{time} ago"
question : "your question"
relationship :
body : "followed you %{time} ago"
smile :
2015-06-06 17:43:18 -07:00
body : "smiled at %{content} %{time} ago" # see below for 'content' vvvv
answer : "your answer" # content if smile, 'smiled at your answer'
comment : "your comment" # content if commentsmile, 'smiled at your comment'
comment :
2015-06-06 17:46:12 -07:00
body : "commented on %{content} %{time} ago" # see below for 'content' vvvv
your : "your answer" # 'commented on your answer'
their : "their answer" # 'commented on their answer'
user : "#{user}'s answer" # 'commented on user's asnwer'
2015-06-06 17:43:18 -07:00
# all three have the 'user' variable
2015-06-06 16:28:10 -07:00
tabs :
all : "All notifications"
answer : "Answers"
smile : "Smiles"
comment : "Comments"
commentsmile : "Comment Smiles"
relationship : "Followers"
2015-06-06 15:24:27 -07:00
inbox :
empty : "Nothing to see here."
sidebar :
questions :
title : "Out of questions?"
button : "Get new question"
share :
title : "Share"
button : "Share on %{service}"
actions :
title : "Actions"
button : "Delete all questions"
entry :
asked : "%{user} asked %{time} ago"
response : "response"
sharing :
title : "Sharing"
post : "Post to %{service}"
none : "You have not connected any services yet. Visit your %{settings} to connect one."
settings : "service settings"
2015-05-26 12:15:18 -07:00
general :
answer : "answer"
question : "question"
comment : "comment"
smile : "smile"
follower : "follower"
following : "following"
2015-05-26 18:53:53 -07:00
actions :
2015-06-06 15:24:27 -07:00
answer : "Answer"
options : "Options"
2015-05-26 19:31:28 -07:00
anonymous : "Hide your name"
2015-05-26 18:53:53 -07:00
delete : "Delete"
report : "Report"
return : "Return to Inbox"
subscribe : "Subscribe"
unsubscribe : "Unsubscribe"
view : "View comment smiles"
2015-06-06 15:24:27 -07:00
load : "Load more"
2015-05-26 09:24:33 -07:00
sessions :
destroy : "Logout"
create : "Sign in"
new : "Sign up"
navigation :
timeline : "Timeline"
inbox : "Inbox"
discover : "Discover"
notifications : "Notifications"
show : "View profile"
settings : "Settings"
admin : "Kontrollzentrum"
sidekiq : "Sidekiq"
moderation : "Moderation Panel"
front :
subtitle : "Ask questions, give answers and learn more about your friends."
ask :
title : "Ask and answer questions"
2015-05-26 12:15:18 -07:00
desc : "With %{app_title} you can ask people questions and answer questions from other users or unregistered people. Want to know something more? Keep the discussion ongoing in the comments!"
2015-05-26 09:24:33 -07:00
follow :
title : "Follow users and get followed"
desc : "Following users allows you to get a personalized feed of all people you want to know more about. You can also send a question to all your followers at once!"
share :
title : "Sharing to other networks"
desc : "Want to share your answer to a question so that more people read it? With a simple click on the answer button, your answer is shared wherever you want!"
about :
subtitle : "About our service, features and other information"
links :
title : "Links"
2015-05-26 12:15:18 -07:00
desc : "Important pages and social media profiles from the %{app_title} team, which are recommended to visit!"
2015-05-26 09:24:33 -07:00
opensource :
title : "Open Source"
2015-05-26 12:15:18 -07:00
warning : "%{app_title} is running on unfinished code, full of bugs. Caveat emptor."
desc : "Want to contribute? If you are a Ruby developer, CoffeeScript coder or frontend designer, you can now help %{app_title} to get the features everyone wanted by forking our %{github}. If that's not the case, you can still report bugs and request features at our %{bugtracker}."
github : "Github repository"
bugtracker : "bug tracker"
2015-05-26 09:24:33 -07:00
repository :
title : "Main Repository"
desc : "The place where all the code magic and fixing happens!"
contributors :
title : "Contributors"
2015-05-26 12:15:18 -07:00
desc : "These people have contributed to %{app_title}'s source code."
howto : "Want to get listed here? %{fork} and create a new pull request with your changes."
fork : "Fork this repo"
2015-05-26 09:24:33 -07:00
team :
title : "The Team"
2015-05-26 12:15:18 -07:00
desc : "The people behind %{app_title}!"
2015-05-26 09:24:33 -07:00
moderators :
title : "Moderators"
2015-05-26 12:15:18 -07:00
desc : "The people on %{app_title} that look after you!"
2015-05-26 09:24:33 -07:00
funding :
title : "Funding"
2015-05-26 12:15:18 -07:00
desc : "People which (previously) donated to %{app_title}!"
2015-05-26 09:24:33 -07:00
statistics :
title : "Statistics"
2015-05-26 12:15:18 -07:00
desc : "All-time statistics for %{app_title}, updated every time you refresh the page!"
2015-05-26 09:24:33 -07:00
discover :
title : "Discover"
2015-05-26 12:15:18 -07:00
subtitle : "The perfect place to find interesting content from the last week on %{app_title}!"
2015-05-26 09:24:33 -07:00
content :
title : "Popular Content"
desc : "Answers with most smiles and most answered questions"
tab :
answers : "Answers"
questions : "Questions"
comments : "Most Comments"
people :
title : "People"
desc : "Newcomers and people who asked the most questions"
tab :
new : "New Users"
questions : "Most Asked Questions"
answers : "Most Answers"
2015-05-26 12:15:18 -07:00
userbox :
new : "registered %{time} ago"
answers : "answered %{questions}"
questions : "asked %{questions}"
2015-05-26 17:58:03 -07:00
answerbox :
asked : "%{user} asked %{time} ago"
read : "Read the entire answer"
2015-05-26 19:43:42 -07:00
answered : "%{hide} %{user}" # resolves into "Answered by %{user}"
hide : "Answered by" # ^
2015-05-26 17:58:03 -07:00
time : "%{time} ago"
2015-05-26 18:53:53 -07:00
no_smile : "No one smiled this, yet."
no_comment : "There are no comments yet."
commentsmile : "People who smiled this comment"
2015-05-26 19:31:28 -07:00
questionbox :
title : "Ask something!"
banned : "This user got hit with ye olde banhammer."
required : "This user does not want to get asked by strangers. Why don't you %{signup}?"
promote :
message : "Your question has been sent."
create : "Create an account"
another : "Ask another question"
join : "Join %{app_title} today! You'll be able to follow and ask people you know and a lot more."
2014-08-01 02:23:47 -07:00
hello : "Hello world"