11
11
models :
12
12
membership : Member
13
13
organization : Organization
14
+ discovers :
15
+ show :
16
+ actions :
17
+ accept_invitation : Accept invitation
18
+ join : Join
19
+ open : Open
20
+ request_to_join : Request to join
21
+ waiting_for_approval : Waiting for approval
22
+ page_title : Choose your next organization
23
+ title : Discover
24
+ invitations :
25
+ approve :
26
+ success : Invitation approved
27
+ buttons :
28
+ approve : Join
29
+ reject : Reject
30
+ errors :
31
+ not_found : Invitation not found
32
+ index :
33
+ title : Pending invitations
34
+ reject :
35
+ success : Invitation rejected
36
+ membership_requests :
37
+ approve :
38
+ success : Membership request approved
39
+ buttons :
40
+ approve : Approve
41
+ reject : Reject
42
+ errors :
43
+ already_participant : You're already a member of this organization
44
+ already_requested : You have already requested access to this organization
45
+ not_found : Membership request not found
46
+ index :
47
+ page_title : Pending membership requests for %{organization}
48
+ title : Membership Requests
49
+ reject :
50
+ success : Membership request rejected
51
+ success : Requested access successfully
14
52
organizations :
15
53
create :
16
54
success : Organization created
17
55
destroy :
18
56
success : Organization destroyed
19
57
edit :
20
58
title : Edit organization
59
+ errors :
60
+ not_found : Organization not found
21
61
index :
22
62
title : My organizations
63
+ invitations :
64
+ buttons :
65
+ cancel : Cancel invitation
66
+ destroy :
67
+ success : Invitation cancelled
68
+ errors :
69
+ not_found : Invitation not found
70
+ index :
71
+ page_title : Pending invitations for %{organization}
72
+ title : Pending invitations
23
73
memberships :
24
74
create :
25
75
success : " %{email} invited"
28
78
user_removed_from_organization : User removed from organization
29
79
you_have_left_the_organization : You have left the organization
30
80
index :
31
- title : Teammates
32
81
access_settings :
33
- title : Access Settings
34
- privacy : Privacy type
35
82
invitations : Pending invitations
83
+ privacy : Privacy type
36
84
requests_to_join_organization : Pending requests to join organization
85
+ title : Access Settings
86
+ title : Teammates
37
87
new :
38
88
title : Invite teammate
39
89
update :
69
119
update :
70
120
success : Ownership transferred
71
121
update :
72
- success : Organization updated
73
122
error : An error occurred while updating the organization
74
- invitations :
75
- index :
76
- title : Pending invitations
77
- page_title : Pending invitations for %{organization}
78
- destroy :
79
- success : Invitation cancelled
80
- buttons :
81
- cancel : Cancel invitation
82
- errors :
83
- not_found : Invitation not found
84
- errors :
85
- not_found : Organization not found
86
- discovers :
87
- show :
88
- title : Discover
89
- page_title : Choose your next organization
90
- actions :
91
- join : Join
92
- request_to_join : Request to join
93
- open : Open
94
- waiting_for_approval : Waiting for approval
95
- accept_invitation : Accept invitation
96
- invitations :
97
- index :
98
- title : Pending invitations
99
- approve :
100
- success : Invitation approved
101
- reject :
102
- success : Invitation rejected
103
- buttons :
104
- approve : Join
105
- reject : Reject
106
- errors :
107
- not_found : Invitation not found
108
- membership_requests :
109
- index :
110
- title : Membership Requests
111
- page_title : Pending membership requests for %{organization}
112
- buttons :
113
- approve : Approve
114
- reject : Reject
115
- success : Requested access successfully
116
- approve :
117
- success : Membership request approved
118
- reject :
119
- success : Membership request rejected
120
- errors :
121
- not_found : Membership request not found
122
- already_requested : You have already requested access to this organization
123
- already_participant : You're already a member of this organization
123
+ success : Organization updated
124
+ routes :
125
+ memberships : teammates
126
+ organizations : organizations
124
127
shared :
125
128
actions :
126
129
cancel : Cancel
@@ -133,20 +136,17 @@ en:
133
136
not_subscribed : You need to subscribe to access this page.
134
137
rate_limit : Try again later.
135
138
navigation :
139
+ discover : Discover Organizations
136
140
edit_profile : Edit profile
137
141
login : Log in
138
142
logout : Log out
143
+ pending_invitations : Pending invitations
139
144
register : Register
140
145
select_organization : Select organization
141
- pending_invitations : Pending invitations
142
- discover : Discover Organizations
143
146
static :
144
147
pricing :
145
148
title : Pricing
146
149
privacy :
147
150
title : Privacy
148
151
terms :
149
152
title : Terms
150
- routes :
151
- organizations : organizations
152
- memberships : teammates
0 commit comments