-
Notifications
You must be signed in to change notification settings - Fork 142
/
Copy pathen-US.yml
executable file
·94 lines (93 loc) · 2.42 KB
/
en-US.yml
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
en-US:
activerecord:
models:
user:
one: User
other: Users
itinerary:
one: Itinerary
other: Itineraries
feedback:
one: Feedback
other: Feedbacks
conversation:
one: Conversation
other: Conversations
message:
one: Message
other: Messages
attributes:
conversation:
messages: Messages
user:
email: Email
name: Name
about: About
gender: Gender
age: Age
locale: Localization
gender_male: Male
gender_female: Female
birthday: Birthday
education: Education
work: Work
time_zone: Time zone
vehicle_avg_consumption: Fuel cost
send_email_messages: You receive a message
feedback:
category: Category
status: Status
message: Message
updated_at: Last modified
url: URL
itinerary:
start_address: Start address
end_address: End address
avoid_highways: Avoid highways
avoid_tolls: Avoid tolls
start_location: Start location
end_location: End location
title: Title
description: Description
smoking_allowed: Smoking allowed
pets_allowed: Pets allowed
fuel_cost: Fuel cost
tolls: Tolls
pink: Pink Itinerary
round_trip: Round trip
leave_date: Leave date
return_date: Return date
driver_gender: Driver's gender
daily: Daily
message:
body: Message
errors:
models:
user:
attributes:
email:
invalid: is not a valid email
itinerary:
attributes:
base:
out_of_boundaries: is not included within the authorized geographic area.
pink:
driver_must_be_female: only women can create pink itineraries
conversation:
attributes:
receiver:
yourself: you cannot start a conversation with yourself
reference:
attributes:
user:
yourself: you cannot leave a reference for yourself
referencing_user_id:
already_present: you already left a reference for this user
activemodel:
attributes:
errors:
models:
login:
attributes:
email:
invalid: is not a valid email