tabletop-companion/config/locales/en.yml

259 lines
8.5 KiB
YAML
Raw Normal View History

2024-04-13 10:22:40 +00:00
en:
site_name: Tabletop Companion
2024-05-26 09:34:09 +00:00
administration: Administration
2024-04-21 14:01:10 +00:00
log_in: Log in
log_out: Log out
sign_up: Sign up
not_authenticated: You need to log in to access this page.
2024-05-26 10:42:48 +00:00
edit: Edit
delete: Delete
2024-05-28 19:22:08 +00:00
errors:
unique_table_name: you already have a table with that name
2024-04-14 19:01:32 +00:00
layouts:
2024-05-26 10:42:48 +00:00
admin:
dashboard: Dashboard
game_systems: Game Systems
2024-05-30 07:28:37 +00:00
jobs: Jobs
2024-05-28 19:22:08 +00:00
application:
2024-06-05 17:46:27 +00:00
characters: Characters
2024-05-30 08:07:54 +00:00
profile: Profile
2024-05-28 19:22:08 +00:00
tables: Tables
2024-04-14 19:01:32 +00:00
mailer:
2024-05-29 15:47:31 +00:00
greeting: "Hi %{name},"
greeting_without_name: Hi,
2024-04-14 19:01:32 +00:00
sign_off: |
See you soon,
The Tabletop Companion team
sign_off_html: "<p>See you soon,<br>The Tabletop Companion team</p>"
2024-06-12 17:20:14 +00:00
table:
overview: Overview
2024-06-13 12:24:54 +00:00
events: Events
2024-04-14 19:01:32 +00:00
account_verifications:
show:
success: "Thanks for verifying your email address! You can now log in."
error: "Invalid token, could not verify your account."
2024-05-26 09:34:09 +00:00
admin:
index:
2024-05-26 10:42:48 +00:00
dashboard: Dashboard
2024-05-26 09:34:09 +00:00
intro: With great power comes great responsibility
2024-05-26 10:42:48 +00:00
game_systems:
error: Error
index:
game_systems: Game systems
new_game_system: New game system
new:
new: New game system
create: Add game system
create:
success: “%{name}” has been created.
error: “%{name}” could not be created.
show:
confirm_delete: Are you sure you want to delete “%{name}”?
edit:
edit: Edit %{name}
update: Update %{name}
update:
success: Successfully updated “%{name}”.
error: “%{name}” could not be updated.
destroy:
success: Successfully deleted “%{name}”.
error: “%{name}” could not be deleted.
character_sheet_sections:
edit_links:
add_subsection: Add subsection
delete_section: Delete %{name}
confirm_delete: Are you sure you want to delete this section?
2024-06-07 15:53:32 +00:00
add_stat: Add stat
2024-06-12 16:51:57 +00:00
add_counter: Add counter
index:
2024-06-10 17:02:09 +00:00
edit: Edit character sheet
stop_editing: Stop editing
character_sheet: "%{name}s character sheet"
no_sections: This character sheet has no content
add_section: Add section
new:
create_section: Create section
2024-06-05 17:46:27 +00:00
characters:
index:
my_characters: My characters
add_character: Create new character
no_characters: You do not have any characters yet
new:
new_character: Create a character
create: Create character
create:
success: “%{name}” has been created.
error: Your character could not be created.
show:
sheet: Character sheet
2024-06-05 17:46:27 +00:00
edit: Edit character
owner: Player
game_system: Game system
table: Table
edit:
edit_character: Edit %{name}
update: Update character
delete_character: Delete “%{name}”
delete_character_confirmation: Are you sure you want to delete “%{name}”?
update:
success: Updated “%{name}”
error: Could not update your character
destroy:
success: Deleted “%{name}”
error: Could not delete your character
2024-06-12 16:51:57 +00:00
counters:
counter:
delete: Delete counter
confirm_delete: Are you sure you want to delete %{name}?
new:
create_counter: Create counter
2024-06-03 10:54:38 +00:00
password_resets:
new:
reset_password: Reset your password
forgotten_password_intro: |-
If you have forgotten your password, enter your information below to reset it.
reset_password_button: Reset password
create:
success: Please check your email to reset your password.
error: Could not reset your password.
edit:
reset_password: Reset your password
invalid_token: That token seems to have expired, please try resettting your password again.
reset_password_button: Update password
update:
invalid_token: That token seems to have expired, please try resettting your password again.
success: Your password has been reset, you may now log in.
error: Failed to reset password. Please try again or contact us for help.
2024-06-04 08:09:59 +00:00
passwords:
edit:
change_password: Change your password
current_password: Current password
update_password: Update password
update:
success: Your password has been updated
error: Failed to update password
2024-04-21 14:01:10 +00:00
sessions:
create:
success: "Hello, %{name}!"
2024-05-26 08:51:17 +00:00
error: "Could not sign in. Please check your username and password."
2024-04-21 14:01:10 +00:00
new:
log_in: Log in
2024-06-03 10:54:38 +00:00
forgot_password: Forgotten your password?
2024-04-21 14:01:10 +00:00
destroy:
log_out: Log out
success: "You have signed out."
2024-06-07 15:53:32 +00:00
stats:
2024-06-10 19:39:46 +00:00
stat:
delete: Delete
confirm_delete: Are you sure you want to delete %{name}?
2024-06-07 15:53:32 +00:00
new:
create_stat: Create stat
2024-05-29 15:47:31 +00:00
table_invite_mailer:
2024-05-30 07:16:06 +00:00
invite_new_user:
2024-06-03 10:54:38 +00:00
subject: Youve been invited to join a game on Tabletop Companion!
2024-05-30 07:16:06 +00:00
content: |-
Youve been invited to join a game on Tabletop Companion. To start playing, sign up at the
link below and accept your invitation!
sign_up: Sign up now
2024-05-29 15:47:31 +00:00
invite_user:
2024-06-03 10:54:38 +00:00
subject: Youve been invited to a new game!
2024-05-29 15:47:31 +00:00
content: |-
You have been invited to join the table “%{table_name}” on Tabletop Companion. To
respond, visit the link below.
respond_to_invite: Respond to invite
2024-05-29 14:24:18 +00:00
table_invites:
2024-05-29 15:47:31 +00:00
index:
table_invites: Your invitations
no_table_invites: You have no new invitations
2024-05-29 14:24:18 +00:00
new:
new_table_invite: Invite a player to %{name}
new_invite_description: Enter an email address to invite a player to your table.
create_table_invite: Send invite
button_text: Send invite
create:
user_not_found: There is no registered user with that email address. Ask them to sign up!
2024-05-29 15:47:31 +00:00
success: Sent invite to %{email}
2024-05-29 14:24:18 +00:00
error: Failed to send invite
edit:
respond_to_invite: Respond to your invitation
accept_invite_description: You have been invited to join the table %{table_name}. To start playing, hit accept!
accept_invite: Accept
decline_invite: Decline
update:
accept_success: You accepted your invite
decline_success: You declined your invite
2024-05-28 19:16:43 +00:00
tables:
index:
new_table: Create a table
tables: Tables
2024-05-30 16:08:51 +00:00
no_tables: You are currently not at any tables. Why not create one?
2024-05-28 19:16:43 +00:00
show:
edit_table: Edit table
game_system: Game system
owner: Owner
2024-05-29 14:24:18 +00:00
invite_user: Invite a new player
2024-06-05 17:49:34 +00:00
no_characters: This table doesnt have any characters yet
no_users: This table doesnt have any players yet
users: Players
characters: Characters
2024-05-28 19:16:43 +00:00
new:
new_table: New table
create_table: Create table
create:
success: Your table “%{name}” has been created.
error: Failed to create table
edit:
delete_table: Delete %{name}
delete_table_confirmation: Are you sure you want to delete %{name}?
edit_table: Edit %{name}
update_table: Update table
update:
success: Updated table “%{name}”.
error: Failed to update table.
destroy:
success: Deleted table “%{name}”.
error: Failed to delete table.
2024-04-14 19:01:32 +00:00
users:
validations:
email_format: "must be a valid email address"
new:
sign_up: Sign up
create:
error: "Could not create account: %{error}"
success: "Thanks for joining Tabletop Companion, %{name}! Please check your email to verify your address."
2024-05-29 16:17:06 +00:00
show:
your_invites: Your invites
2024-05-30 08:07:54 +00:00
edit_profile: Edit profile
edit:
edit_profile: Edit profile
update_profile: Update profile
2024-06-04 08:09:59 +00:00
update_password: Change your password
2024-05-30 08:07:54 +00:00
form:
password: Password
password_hint: To keep your existing password, leave the below fields blank
current_password: Current password
2024-06-04 08:09:59 +00:00
update_password: Change your password
2024-05-30 08:07:54 +00:00
update:
success: Your profile has been updated
error: Failed to update profile
2024-04-14 19:01:32 +00:00
user_mailer:
email_verified:
2024-06-03 10:54:38 +00:00
subject: Email verified on Tabletop Companion
2024-04-14 19:01:32 +00:00
content: |-
Thanks for verifying your email address, and welcome to Tabletop Companion!
2024-04-14 19:01:32 +00:00
You can now go ahead and log in. Enjoy!
email_verification:
2024-06-03 10:54:38 +00:00
subject: Verify your email on Tabletop Companion
2024-04-14 19:01:32 +00:00
content: |-
If you did not sign up for Tabletop Companion, please ignore this email.
2024-04-14 19:01:32 +00:00
Otherwise, please visit the link below to verify your email address.
2024-06-03 10:54:38 +00:00
password_reset:
subject: Reset your password on Tabletop Companion
reset_password: Reset your password
content: |-
If you did not request a password reset, please ignore this email.
Otherwise, please visit the link below to reset your password.