Events: initial implementation
This commit is contained in:
@@ -82,6 +82,10 @@ en:
|
||||
csv_import:
|
||||
file: File
|
||||
separator: Separator
|
||||
event:
|
||||
name: Name
|
||||
shared_scoreboard: Shared scoreboard
|
||||
shared_scoreboard_description: If activated, there will be a scoreboard link specific to the event, with tabs for each contest
|
||||
message:
|
||||
author: Author
|
||||
processed: Processed?
|
||||
@@ -142,6 +146,10 @@ en:
|
||||
blank: "No file selected"
|
||||
empty: "This file is empty"
|
||||
not_a_csv_file: "it must be a CSV file"
|
||||
event:
|
||||
attributes:
|
||||
name:
|
||||
blank: The event name cannot be empty
|
||||
offline:
|
||||
attributes:
|
||||
end_image:
|
||||
@@ -277,6 +285,22 @@ en:
|
||||
plural: teams
|
||||
upload_csv:
|
||||
title: Import participants
|
||||
events:
|
||||
destroy:
|
||||
notice: Event deleted
|
||||
form:
|
||||
shared_scoreboard_message: As safety measure, for each tab, no information will be shown until the first finish, or if the stopwatch for that contest is started.
|
||||
index:
|
||||
contest: contest
|
||||
contests: contests
|
||||
message: New feature! Events offer to groupe multiple contests in one management space. This also offers, if activated, to have a single scoreboard link for all contests of an event.
|
||||
my_contests_outside_events: My contests not linked to any event
|
||||
new: Create a new event
|
||||
subtitle: My events
|
||||
title: Welcome %{username}!
|
||||
new:
|
||||
notice: Event added
|
||||
title: New event
|
||||
helpers:
|
||||
badges:
|
||||
registration: "registration"
|
||||
|
||||
Reference in New Issue
Block a user