-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathen.yml
More file actions
111 lines (99 loc) · 2.83 KB
/
en.yml
File metadata and controls
111 lines (99 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
en:
date:
formats:
default: "%Y-%m-%d"
schedule: "%A, %B %d, %Y"
day_only: "%A"
news: "%B %d, %Y"
day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
abbr_day_names: [Su, Mo, Tue, We, Th, Fr, Sa]
month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
order:
- day
- month
- year
activerecord:
attributes:
competitor:
wca: 'WCA ID'
name: 'Name'
first_name: 'First name'
last_name: 'Last name'
email: 'E-mail'
birthday: 'Birthday'
country: 'Country'
citizen_of: 'Citizen of'
gender: 'Gender'
user_comment: 'Comment'
errors:
messages:
blank: "is missing"
models:
competitor:
at_least_one_day: "You have to register for at least one day"
attributes:
wca_id:
taken: "was already used to register another competitor"
invalid: "is not valid"
birthday:
inclusion: "is incomplete or invalid"
mail:
invalid: "is not valid"
gender:
inclusion: "is missing"
information:
title: "Information"
news:
title: "News"
competitors:
title: "Competitors"
registration:
title: "Registration"
error_count_failed_to_save:
one: "There was a problem with your registration"
other: "There were %{count} problems with your registration"
flash_success: "Registration successful. You will receive a confirmation email soon."
flash_closed: "Registration is not possbile at this moment."
closed: 'closed'
waiting_list: 'waiting list'
submit: "Register me!"
register_not_coming: "I won't come"
register_as_guest: "I am a guest"
register_as_competitor: "I want to compete"
wca_id_first_time: "If this is your first competition, leave this field empty."
i_live_in: "I live in %{city}"
did_you_mean: "Did you mean %{suggestion}?"
schedule:
title: "Schedule"
start: "Start"
stop: "Stop"
event: "Event"
stage: "Stage"
round: "Round"
timelimit: "Timelimit"
format: "Format"
max: "Max."
stats:
title: 'Statistics'
events: "Events"
registrations: "Registrations"
registrations_count: "Number of registrations"
competitors: "Competitors"
guests: "Guests"
countries: "Countries"
days: "Days"
newcomer: "Newcomer"
non-newcomer: "Non-newcomer"
disclaimer:
title: "Disclaimer"
genders:
male: 'Male'
female: 'Female'
other: 'Other'
misc:
designed_by: "Design by"
comparison:
title: "Comparison"
single: 'Single'
average: 'Average'