2024-04-13 10:22:40 +00:00
|
|
|
en:
|
2024-05-26 08:06:27 +00:00
|
|
|
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-28 19:22:08 +00:00
|
|
|
application:
|
|
|
|
tables: Tables
|
2024-04-14 19:01:32 +00:00
|
|
|
mailer:
|
|
|
|
greeting: "Hello, %{name}"
|
|
|
|
sign_off: |
|
|
|
|
See you soon,
|
2024-05-26 08:06:27 +00:00
|
|
|
The Tabletop Companion team
|
|
|
|
sign_off_html: "<p>See you soon,<br>The Tabletop Companion team</p>"
|
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.
|
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
|
|
|
|
destroy:
|
|
|
|
log_out: Log out
|
|
|
|
success: "You have signed out."
|
2024-05-28 19:16:43 +00:00
|
|
|
tables:
|
|
|
|
index:
|
|
|
|
new_table: Create a table
|
|
|
|
tables: Tables
|
|
|
|
show:
|
|
|
|
edit_table: Edit table
|
|
|
|
game_system: Game system
|
|
|
|
owner: Owner
|
|
|
|
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}"
|
2024-05-26 08:06:27 +00:00
|
|
|
success: "Thanks for joining Tabletop Companion, %{name}! Please check your email to verify your address."
|
2024-04-14 19:01:32 +00:00
|
|
|
user_mailer:
|
|
|
|
email_verified:
|
|
|
|
content: |-
|
2024-05-26 08:06:27 +00:00
|
|
|
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:
|
|
|
|
content: |-
|
2024-05-26 08:06:27 +00:00
|
|
|
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.
|
|
|
|
|