New Crowdin updates (#135)

This commit is contained in:
Riccardo Graziosi
2022-07-18 18:28:07 +02:00
committed by GitHub
parent 35831b9801
commit 22d9b46016
11 changed files with 691 additions and 259 deletions

View File

@@ -2,7 +2,7 @@ pt:
common:
forms:
auth:
email: 'Email address'
email: 'Email'
full_name: 'Full name'
password: 'Password'
password_confirmation: 'Password confirmation'
@@ -38,6 +38,7 @@ pt:
cancel: 'Cancel'
create: 'Create'
update: 'Save'
confirm: 'Confirm'
datetime:
now: 'just now'
minutes:
@@ -49,6 +50,19 @@ pt:
days:
one: '1 day ago'
other: '%{count} days ago'
signup:
page_title: 'Create your feedback space'
step1:
title: '1. Create user account'
email_auth: 'Register with email'
step2:
title: '2. Create feedback space'
site_name: 'Site name'
subdomain: 'Subdomain'
create_button: 'Create feedback space'
step3:
title: "You're almost done!"
message: "Check your email %{email} to activate your new feedback space %{subdomain}!"
header:
menu:
site_settings: 'Site settings'
@@ -57,6 +71,11 @@ pt:
log_in: 'Log in / Sign up'
roadmap:
title: 'Roadmap'
pending_tenant:
title: 'Verify your email address'
message: 'We''ve sent an email with an activation link to the email you provided during registration. Click on that link to activate this feedback space!'
blocked_tenant:
title: 'This feedback space has been blocked'
board:
new_post:
submit_button: 'Submit feedback'
@@ -103,6 +122,7 @@ pt:
site_settings:
menu:
title: 'Site settings'
general: 'General'
boards: 'Boards'
post_statuses: 'Statuses'
roadmap: 'Roadmap'
@@ -110,6 +130,17 @@ pt:
info_box:
up_to_date: 'All changes saved'
error: 'An error occurred: %{message}'
dirty: 'Changes not saved'
general:
title: 'General'
site_name: 'Site name'
site_logo: 'Site logo'
brand_setting: 'Display'
brand_setting_both: 'Both name and logo'
brand_setting_name: 'Name only'
brand_setting_logo: 'Logo only'
brand_setting_none: 'None'
locale: 'Language'
boards:
title: 'Boards'
empty: 'There are no boards. Create one below!'
@@ -127,7 +158,7 @@ pt:
title: 'Roadmap'
title2: 'Not in roadmap'
empty: 'The roadmap is empty.'
help: 'You can add statuses to the roadmap by dragging them from the section below. If you instead want to create a new status or change their order, go to Site settings -> Statuses.'
help: 'You can add statuses to the roadmap by dragging them from the section below. If you instead want to create a new status or change their order, go to Site settings > Statuses.'
users:
title: 'Users'
block: 'Block'
@@ -141,23 +172,40 @@ pt:
status_active: 'Active'
status_blocked: 'Blocked'
status_deleted: 'Deleted'
user_mailer:
opening_greeting: 'Hello!'
closing_greeting: 'Have a great day!'
learn_more: 'Click here to learn more'
unsubscribe: 'Annoyed? You can turn off notifications here'
notify_post_owner:
subject: '[%{app_name}] New comment on %{post}'
body: 'There is a new comment by %{user} on your post %{post}'
notify_comment_owner:
subject: '[%{app_name}] New reply on your comment from %{post}'
body: 'There is a new reply by %{user} on your comment from post %{post}'
notify_followers_of_post_update:
subject: '[%{app_name}] New update for post %{post}'
body: "There is a new update on the post you're following %{post}"
notify_followers_of_post_status_change:
subject: '[%{app_name}] Status change on post %{post}'
body: "The post you're following %{post} has a new status"
mailers:
devise:
welcome_greeting: 'Welcome to %{site_name}, %{email}!'
opening_greeting: 'Hello %{email}!'
confirmation_instructions:
body: 'You can confirm your account email through the link below:'
action: 'Confirm my account'
email_changed:
body: "We're contacting you to notify you that your email is being changed to %{email}."
body2: "We're contacting you to notify you that your email has been changed to %{email}."
password_change:
body: "We're contacting you to notify you that your password has been changed."
reset_password:
body: 'Someone has requested a link to change your password. You can do this through the link below.'
body2: "If you didn't request this, please ignore this email."
body3: "Your password won't change until you access the link above and create a new one."
action: 'Change my password'
user:
opening_greeting: 'Hello!'
closing_greeting: 'Have a great day!'
learn_more: 'Click here to learn more'
unsubscribe: 'Annoyed? You can turn off notifications here'
notify_post_owner:
subject: '[%{app_name}] New comment on %{post}'
body: 'There is a new comment by %{user} on your post %{post}'
notify_comment_owner:
subject: '[%{app_name}] New reply on your comment from %{post}'
body: 'There is a new reply by %{user} on your comment from post %{post}'
notify_followers_of_post_update:
subject: '[%{app_name}] New update for post %{post}'
body: "There is a new update on the post you're following %{post}"
notify_followers_of_post_status_change:
subject: '[%{app_name}] Status change on post %{post}'
body: "The post you're following %{post} has a new status"
backend:
errors:
unauthorized: 'You are not authorized'