mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
New Crowdin updates (#135)
This commit is contained in:
committed by
GitHub
parent
35831b9801
commit
22d9b46016
@@ -3,41 +3,41 @@ de:
|
||||
attributes:
|
||||
board:
|
||||
name: 'Name'
|
||||
description: 'Description'
|
||||
order: 'Order'
|
||||
description: 'Beschreibung'
|
||||
order: 'Sortierung'
|
||||
comment:
|
||||
body: 'Body'
|
||||
is_post_update: 'Post update'
|
||||
user_id: 'Author'
|
||||
post_id: 'Post'
|
||||
is_post_update: 'Beitragsdatum'
|
||||
user_id: 'Autor'
|
||||
post_id: 'Beitrag'
|
||||
parent_id: 'Parent comment'
|
||||
follow:
|
||||
user_id: 'User'
|
||||
post_id: 'Post'
|
||||
post_id: 'Beitrag'
|
||||
like:
|
||||
user_id: 'User'
|
||||
post_id: 'Post'
|
||||
post_id: 'Beitrag'
|
||||
post_status:
|
||||
name: 'Name'
|
||||
color: 'Color'
|
||||
order: 'Order'
|
||||
show_in_roadmap: 'Show in roadmap'
|
||||
color: 'Farbe'
|
||||
order: 'Sortierung'
|
||||
show_in_roadmap: 'In Roadmap anzeigen'
|
||||
post:
|
||||
title: 'Title'
|
||||
description: 'Description'
|
||||
title: 'Titel'
|
||||
description: 'Beschreibung'
|
||||
board_id: 'Post board'
|
||||
user_id: 'Post author'
|
||||
post_status_id: 'Post status'
|
||||
user_id: 'Beitragsautor'
|
||||
post_status_id: 'Beitragsstatus'
|
||||
user:
|
||||
email: 'Email'
|
||||
full_name: 'Name and surname'
|
||||
role: 'Role'
|
||||
notifications_enabled: 'Notifications enabled'
|
||||
email: 'E-Mail'
|
||||
full_name: 'Vor- und Nachname'
|
||||
role: 'Rolle'
|
||||
notifications_enabled: 'Benachrichtigungen aktiviert'
|
||||
errors:
|
||||
messages:
|
||||
invalid: 'is invalid'
|
||||
required: 'is mandatory'
|
||||
blank: 'cannot be blank'
|
||||
taken: 'is already in use'
|
||||
too_short: 'is too short (minimum %{count} characters)'
|
||||
too_long: 'is too long (maximum ${count} characters)'
|
||||
invalid: 'ist gültig'
|
||||
required: 'ist obligatorisch'
|
||||
blank: 'darf nicht leer sein'
|
||||
taken: 'wird bereits verwendet'
|
||||
too_short: 'ist zu kurz (mindestens %{count} Zeichen)'
|
||||
too_long: 'ist zu lang (maximal ${count} Zeichen)'
|
||||
|
||||
@@ -2,79 +2,98 @@ de:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
new_password: 'New password'
|
||||
new_password_confirmation: 'New password confirmation'
|
||||
current_password: 'Current password'
|
||||
notifications_enabled: 'Notifications enabled'
|
||||
email: 'E-Mail'
|
||||
full_name: 'Voller Name'
|
||||
password: 'Passwort'
|
||||
password_confirmation: 'Passwort Bestätigung'
|
||||
new_password: 'Neues Passwort'
|
||||
new_password_confirmation: 'Neues Passwort bestätigen'
|
||||
current_password: 'Jetziges Passwort'
|
||||
notifications_enabled: 'Benachrichtigungen aktiviert'
|
||||
notifications_enabled_help: "if disabled, you won't receive any notification"
|
||||
remember_me: 'Remember me'
|
||||
log_in: 'Log in'
|
||||
sign_up: 'Sign up'
|
||||
profile_settings: 'Profile settings'
|
||||
update_profile: 'Update profile'
|
||||
cancel_account: 'Cancel account'
|
||||
forgot_password: 'Forgot your password?'
|
||||
confirmation_instructions_not_received: "Didn't receive confirmation instructions?"
|
||||
unlock_instructions_not_received: "Didn't receive unlock instructions?"
|
||||
send_reset_password_instructions: 'Send me reset password instructions'
|
||||
resend_confirmation_instructions: 'Resend confirmation instructions'
|
||||
resend_unlock_instructions: 'Resend unlock instructions'
|
||||
change_password: 'Change password'
|
||||
password_help: '%{count} characters minimum'
|
||||
remember_me: 'Eingeloggt bleiben'
|
||||
log_in: 'Einloggen'
|
||||
sign_up: 'Registrieren'
|
||||
profile_settings: 'Profileinstellungen'
|
||||
update_profile: 'Profil aktualisieren'
|
||||
cancel_account: 'Konto entfernen'
|
||||
forgot_password: 'Passwort vergessen?'
|
||||
confirmation_instructions_not_received: "Keine Anweisungen zur Bestätigung erhalten?"
|
||||
unlock_instructions_not_received: "Keine Anweisungen zum Entsperren erhalten?"
|
||||
send_reset_password_instructions: 'Anweisungen zum Zurücksetzen des Passworts an mich senden'
|
||||
resend_confirmation_instructions: 'Bestätigungsanweisungen erneut senden'
|
||||
resend_unlock_instructions: 'Anweisungen zum Entsperren erneut senden'
|
||||
change_password: 'Passwort ändern'
|
||||
password_help: 'Mindestens %{count} Zeichen'
|
||||
comments_number:
|
||||
one: '1 comment'
|
||||
other: '%{count} comments'
|
||||
no_status: 'No status'
|
||||
loading: 'Loading...'
|
||||
confirmation: 'Are you sure?'
|
||||
edited: 'Edited'
|
||||
one: '1 Kommentar'
|
||||
other: '%{count} Kommentare'
|
||||
no_status: 'Kein Status'
|
||||
loading: 'Laden...'
|
||||
confirmation: 'Sicher?'
|
||||
edited: 'Bearbeitet'
|
||||
buttons:
|
||||
edit: 'Edit'
|
||||
delete: 'Delete'
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
edit: 'Bearbeiten'
|
||||
delete: 'Löschen'
|
||||
cancel: 'Abbrechen'
|
||||
create: 'Erstellen'
|
||||
update: 'Speichern'
|
||||
confirm: 'Bestätigen'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
now: 'gerade eben'
|
||||
minutes:
|
||||
one: '1 minute ago'
|
||||
other: '%{count} minutes ago'
|
||||
one: 'vor 1 Minute'
|
||||
other: 'vor %{count} Minuten'
|
||||
hours:
|
||||
one: '1 hour ago'
|
||||
other: '%{count} hours ago'
|
||||
one: 'vor 1 Stunde'
|
||||
other: 'vor %{count} Stunden'
|
||||
days:
|
||||
one: '1 day ago'
|
||||
other: '%{count} days ago'
|
||||
one: 'vor 1 Tag'
|
||||
other: 'vor %{count} Tagen'
|
||||
signup:
|
||||
page_title: 'Create your feedback space'
|
||||
step1:
|
||||
title: '1. Benutzerkonto erstellen'
|
||||
email_auth: 'Mit E-Mail registrieren'
|
||||
step2:
|
||||
title: '2. Feedbackraum erstellen'
|
||||
site_name: 'Seitenname'
|
||||
subdomain: 'Subdomain'
|
||||
create_button: 'Feedbackraum erstellen'
|
||||
step3:
|
||||
title: "Fast fertig!"
|
||||
message: "E-Mail %{email} überprüfen, um neuen Feedback-Bereich %{subdomain} zu aktivieren!"
|
||||
header:
|
||||
menu:
|
||||
site_settings: 'Site settings'
|
||||
profile_settings: 'Profile settings'
|
||||
sign_out: 'Sign out'
|
||||
log_in: 'Log in / Sign up'
|
||||
site_settings: 'Seiteneinstellungen'
|
||||
profile_settings: 'Profileinstellungen'
|
||||
sign_out: 'Abmelden'
|
||||
log_in: 'Einloggen / Registrieren'
|
||||
roadmap:
|
||||
title: 'Roadmap'
|
||||
pending_tenant:
|
||||
title: 'E-Mail-Adresse verifizieren'
|
||||
message: 'Wir haben eine E-Mail mit einem Aktivierungslink an die E-Mail gesendet, die bei der Registrierung angegeben wurde. Um diesen Feedbackbereich zu aktivieren, muss auf dessen Link geklickt werden!'
|
||||
blocked_tenant:
|
||||
title: 'Dieser Feedbackbereich wurde blockiert'
|
||||
board:
|
||||
new_post:
|
||||
submit_button: 'Submit feedback'
|
||||
cancel_button: 'Cancel'
|
||||
login_button: 'Log in / Sign up'
|
||||
title: 'Title'
|
||||
description: 'Description (optional)'
|
||||
submit_button: 'Feedback senden'
|
||||
cancel_button: 'Abbrechen'
|
||||
login_button: 'Einloggen / Registrieren'
|
||||
title: 'Titel'
|
||||
description: 'Beschreibung (optional)'
|
||||
no_title: 'Title field is mandatory'
|
||||
submit_success: 'Feedback published! You will be redirected soon...'
|
||||
submit_error: 'An unknown error occurred, try again'
|
||||
search_box:
|
||||
title: 'Search'
|
||||
title: 'Suchen'
|
||||
filter_box:
|
||||
title: 'Filter by status'
|
||||
posts_list:
|
||||
empty: 'There are no posts'
|
||||
post:
|
||||
edit_button: 'Edit'
|
||||
edit_button: 'Bearbeiten'
|
||||
published_by: 'Published by'
|
||||
post_status_select:
|
||||
no_post_status: 'None'
|
||||
@@ -92,44 +111,56 @@ de:
|
||||
not_following_description: "you won't receive notifications about this post"
|
||||
comments:
|
||||
title: 'Activity'
|
||||
post_update_badge: 'Update'
|
||||
reply_button: 'Reply'
|
||||
post_update_badge: 'Aktualisierung'
|
||||
reply_button: 'Antworten'
|
||||
new_comment:
|
||||
body_placeholder: 'Leave a comment'
|
||||
submit_button: 'Submit'
|
||||
body_placeholder: 'Einen Kommentar hinterlassen'
|
||||
submit_button: 'Senden'
|
||||
is_post_update: 'Mark as update'
|
||||
user_notification: 'Users that follow this post will be notified'
|
||||
not_logged_in: 'You need to log in to post comments'
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
title: 'Seiteneinstellungen'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
users: 'Users'
|
||||
users: 'Benutzer'
|
||||
info_box:
|
||||
up_to_date: 'All changes saved'
|
||||
up_to_date: 'Alle Änderungen gespeichert'
|
||||
error: 'An error occurred: %{message}'
|
||||
dirty: 'Änderungen nicht gespeichert'
|
||||
general:
|
||||
title: 'General'
|
||||
site_name: 'Seitenname'
|
||||
site_logo: 'Seitenlogo'
|
||||
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: 'Sprache'
|
||||
boards:
|
||||
title: 'Boards'
|
||||
empty: 'There are no boards. Create one below!'
|
||||
new: 'New'
|
||||
new: 'Neu'
|
||||
form:
|
||||
name: 'Board name'
|
||||
description: 'Board description (optional)'
|
||||
post_statuses:
|
||||
title: 'Statuses'
|
||||
empty: 'There are no statuses. Create one below!'
|
||||
new: 'New'
|
||||
new: 'Neu'
|
||||
form:
|
||||
name: 'Status name'
|
||||
roadmap:
|
||||
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'
|
||||
title: 'Benutzer'
|
||||
block: 'Block'
|
||||
unblock: 'Unblock'
|
||||
block_confirmation: "%{name} won't be able to log in until it is unblocked. Are you sure?"
|
||||
@@ -141,23 +172,40 @@ de:
|
||||
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'
|
||||
|
||||
@@ -2,7 +2,7 @@ es:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
@@ -38,6 +38,7 @@ es:
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
confirm: 'Confirm'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
minutes:
|
||||
@@ -49,6 +50,19 @@ es:
|
||||
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 @@ es:
|
||||
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 @@ es:
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
@@ -110,6 +130,17 @@ es:
|
||||
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 @@ es:
|
||||
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 @@ es:
|
||||
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'
|
||||
|
||||
@@ -2,7 +2,7 @@ fr:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
@@ -38,6 +38,7 @@ fr:
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
confirm: 'Confirm'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
minutes:
|
||||
@@ -49,6 +50,19 @@ fr:
|
||||
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 @@ fr:
|
||||
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 @@ fr:
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
@@ -110,6 +130,17 @@ fr:
|
||||
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 @@ fr:
|
||||
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 @@ fr:
|
||||
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'
|
||||
|
||||
@@ -2,7 +2,7 @@ it:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email'
|
||||
email: 'E-mail'
|
||||
full_name: 'Nome e cognome'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Conferma password'
|
||||
@@ -61,7 +61,7 @@ it:
|
||||
subdomain: 'Sottodominio'
|
||||
create_button: 'Crea spazio feedback'
|
||||
step3:
|
||||
title: 'Hai quasi finito!'
|
||||
title: "Hai quasi finito!"
|
||||
message: "Controlla la tua email %{email} per attivare il tuo nuovo spazio di feedback %{subdomain}!"
|
||||
header:
|
||||
menu:
|
||||
@@ -75,7 +75,7 @@ it:
|
||||
title: 'Verifica il tuo indirizzo email'
|
||||
message: 'Abbiamo mandato una email con un link di attivazione all''indirizzo email che hai specificato in fase di registrazione. Clicca su quel link per attivare questo spazio di feedback!'
|
||||
blocked_tenant:
|
||||
title: 'This feedback space has been blocked'
|
||||
title: 'Questo spazio di feedback è stato bloccato'
|
||||
board:
|
||||
new_post:
|
||||
submit_button: 'Invia feedback'
|
||||
|
||||
@@ -2,7 +2,7 @@ ja:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
@@ -37,6 +37,7 @@ ja:
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
confirm: 'Confirm'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
minutes:
|
||||
@@ -45,6 +46,19 @@ ja:
|
||||
other: '%{count} hours ago'
|
||||
days:
|
||||
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'
|
||||
@@ -53,6 +67,11 @@ ja:
|
||||
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'
|
||||
@@ -99,6 +118,7 @@ ja:
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
@@ -106,6 +126,17 @@ ja:
|
||||
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!'
|
||||
@@ -123,7 +154,7 @@ ja:
|
||||
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'
|
||||
@@ -137,23 +168,40 @@ ja:
|
||||
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'
|
||||
|
||||
@@ -2,7 +2,7 @@ ko:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
@@ -37,6 +37,7 @@ ko:
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
confirm: 'Confirm'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
minutes:
|
||||
@@ -45,6 +46,19 @@ ko:
|
||||
other: '%{count} hours ago'
|
||||
days:
|
||||
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'
|
||||
@@ -53,6 +67,11 @@ ko:
|
||||
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'
|
||||
@@ -99,6 +118,7 @@ ko:
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
@@ -106,6 +126,17 @@ ko:
|
||||
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!'
|
||||
@@ -123,7 +154,7 @@ ko:
|
||||
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'
|
||||
@@ -137,23 +168,40 @@ ko:
|
||||
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'
|
||||
|
||||
@@ -2,7 +2,7 @@ nl:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
@@ -38,6 +38,7 @@ nl:
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
confirm: 'Confirm'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
minutes:
|
||||
@@ -49,6 +50,19 @@ nl:
|
||||
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 @@ nl:
|
||||
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 @@ nl:
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
@@ -110,6 +130,17 @@ nl:
|
||||
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 @@ nl:
|
||||
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 @@ nl:
|
||||
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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -2,7 +2,7 @@ ru:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
@@ -40,6 +40,7 @@ ru:
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
confirm: 'Confirm'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
minutes:
|
||||
@@ -57,6 +58,19 @@ ru:
|
||||
few: '%{count} days ago'
|
||||
many: '%{count} days 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'
|
||||
@@ -65,6 +79,11 @@ ru:
|
||||
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'
|
||||
@@ -111,6 +130,7 @@ ru:
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
@@ -118,6 +138,17 @@ ru:
|
||||
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!'
|
||||
@@ -135,7 +166,7 @@ ru:
|
||||
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'
|
||||
@@ -149,23 +180,40 @@ ru:
|
||||
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'
|
||||
|
||||
@@ -2,7 +2,7 @@ zh-CN:
|
||||
common:
|
||||
forms:
|
||||
auth:
|
||||
email: 'Email address'
|
||||
email: 'Email'
|
||||
full_name: 'Full name'
|
||||
password: 'Password'
|
||||
password_confirmation: 'Password confirmation'
|
||||
@@ -37,6 +37,7 @@ zh-CN:
|
||||
cancel: 'Cancel'
|
||||
create: 'Create'
|
||||
update: 'Save'
|
||||
confirm: 'Confirm'
|
||||
datetime:
|
||||
now: 'just now'
|
||||
minutes:
|
||||
@@ -45,6 +46,19 @@ zh-CN:
|
||||
other: '%{count} hours ago'
|
||||
days:
|
||||
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'
|
||||
@@ -53,6 +67,11 @@ zh-CN:
|
||||
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'
|
||||
@@ -99,6 +118,7 @@ zh-CN:
|
||||
site_settings:
|
||||
menu:
|
||||
title: 'Site settings'
|
||||
general: 'General'
|
||||
boards: 'Boards'
|
||||
post_statuses: 'Statuses'
|
||||
roadmap: 'Roadmap'
|
||||
@@ -106,6 +126,17 @@ zh-CN:
|
||||
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!'
|
||||
@@ -123,7 +154,7 @@ zh-CN:
|
||||
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'
|
||||
@@ -137,23 +168,40 @@ zh-CN:
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user