|
32 | 32 | en: |
33 | 33 | unauthorized: |
34 | 34 | manage: |
35 | | - all: 'Not authorized to %{action} %{subject}.' |
| 35 | + all: Not authorized to %{action} %{subject}. |
36 | 36 | new: |
37 | | - faq: 'Not authorized to add %{action} %{subject}.' |
| 37 | + faq: Not authorized to add %{action} %{subject}. |
38 | 38 |
|
39 | 39 | time: |
40 | 40 | formats: |
41 | | - timestamp: '%Y-%m-%d %H:%M (%a)' |
| 41 | + timestamp: %Y-%m-%d %H:%M (%a) |
42 | 42 |
|
43 | 43 | # Controllers |
44 | 44 | faq: |
45 | 45 | index: |
46 | | - new: 'Add Question to FAQ' |
47 | | - edit: 'Edit This FAQ' |
48 | | - destroy: 'Delete This FAQ' |
49 | | - confirm: 'Are you sure?' |
| 46 | + new: Add Question to FAQ |
| 47 | + edit: Edit This FAQ |
| 48 | + destroy: Delete This FAQ |
| 49 | + confirm: Are you sure? |
50 | 50 | new: |
51 | | - heading: 'Create New FAQ' |
| 51 | + heading: Create New FAQ |
52 | 52 | edit: |
53 | | - heading: 'Edit FAQ' |
| 53 | + heading: Edit FAQ |
54 | 54 | create: |
55 | | - alert: 'Could not create FAQ. Please correct the issues below.' |
56 | | - notice: 'FAQ "%{name}" created successfully.' |
| 55 | + alert: Could not create FAQ. Please correct the issues below. |
| 56 | + notice: FAQ %{name} created successfully. |
57 | 57 | update: |
58 | | - alert: 'Could not update FAQ. Please correct the issues below.' |
59 | | - notice: 'FAQ "%{name}" updated successfully.' |
| 58 | + alert: Could not update FAQ. Please correct the issues below. |
| 59 | + notice: FAQ %{name} updated successfully. |
60 | 60 | destroy: |
61 | | - alert: 'Problem deleting FAQ "%{name}"' |
62 | | - notice: 'FAQ "%{name}" deleted successfully.' |
| 61 | + alert: Problem deleting FAQ %{name} |
| 62 | + notice: FAQ %{name} deleted successfully. |
63 | 63 | form: |
64 | | - cancel: 'Cancel' |
| 64 | + cancel: Cancel |
65 | 65 | participants: |
66 | 66 | safety_briefings: |
67 | 67 | update: |
68 | | - alert: 'Problem: %{errors}' |
| 68 | + alert: Problem: %{errors} |
69 | 69 | waivers: |
70 | 70 | form: |
71 | | - cancel: 'Cancel' |
| 71 | + cancel: Cancel |
72 | 72 | update: |
73 | | - alert: 'Could not accept waiver. Please correct the issues below.' |
74 | | - notice: 'Waiver for %{name} submitted.' |
| 73 | + alert: Could not accept waiver. Please correct the issues below. |
| 74 | + notice: Waiver for %{name} submitted. |
75 | 75 | sessions: |
76 | 76 | create: |
77 | | - alert: 'User could not be found. %{message}' |
78 | | - help_link: 'Get help' |
| 77 | + alert: User could not be found. %{message} |
| 78 | + help_link: Get help |
79 | 79 | destroy: |
80 | | - notice: 'User logged out.' |
| 80 | + notice: User logged out. |
81 | 81 | welcome: |
82 | | - html: '<h1>Welcome, %{name}!</h1>' |
| 82 | + html: <h1>Welcome, %{name}!</h1> |
| 83 | + organization_timeline_entries: |
| 84 | + create: |
| 85 | + alert: Failed to save organization timeline entry |
83 | 86 |
|
84 | 87 | # Views: Form helpers |
85 | 88 | helpers: |
86 | 89 | label: |
87 | 90 | faq: |
88 | | - question: 'Question text' |
89 | | - answer: 'Answer to the question' |
90 | | - organization_category: 'Show this question to' |
| 91 | + question: Question text |
| 92 | + answer: Answer to the question |
| 93 | + organization_category: Show this question to |
91 | 94 | submit: |
92 | | - create: 'Create New %{model}' |
93 | | - update: 'Confirm Changes to %{model}' |
| 95 | + create: Create New %{model} |
| 96 | + update: Confirm Changes to %{model} |
94 | 97 |
|
95 | 98 | # Models |
96 | 99 | activerecord: |
97 | 100 | models: |
98 | | - faq: 'Question' |
| 101 | + faq: Question |
99 | 102 | attributes: |
100 | 103 | participant: |
101 | | - safety_briefing_expected_end_at: 'Safety briefing completion time' |
| 104 | + safety_briefing_expected_end_at: Safety briefing completion time |
102 | 105 | errors: |
103 | 106 | models: |
104 | 107 | participant: |
105 | 108 | attributes: |
106 | 109 | safety_briefing_expected_end_at: |
107 | | - less_than: 'too soon. Now watch it again from the beginning.' |
| 110 | + less_than: too soon. Now watch it again from the beginning. |
108 | 111 | name_confirmation: |
109 | | - confirmation: "doesn't match name above" |
| 112 | + confirmation: doesn't match name above |
110 | 113 | # OLD |
111 | 114 | attributes_OLD: |
112 | 115 | shift: |
113 | | - required_number_of_participants: '# of People' |
114 | | - shift_participants: 'Participants' |
115 | | - shift_type: 'Type' |
| 116 | + required_number_of_participants: # of People |
| 117 | + shift_participants: Participants |
| 118 | + shift_type: Type |
116 | 119 | charge: |
117 | | - charge_type: 'Type' |
118 | | - issuing_participant: 'Issued By' |
119 | | - receiving_participant: 'Issued To' |
120 | | - charged_at: 'Time' |
121 | | - is_approved: 'Approved?' |
| 120 | + charge_type: Type |
| 121 | + issuing_participant: Issued By |
| 122 | + receiving_participant: Issued To |
| 123 | + charged_at: Time |
| 124 | + is_approved: Approved? |
122 | 125 | organization: |
123 | | - organization_category: 'Division' |
| 126 | + organization_category: Division |
124 | 127 | helpers_OLD: |
125 | | - actions: 'Actions' |
| 128 | + actions: Actions |
126 | 129 | links: |
127 | | - add: 'Add' |
128 | | - edit: 'Edit' |
129 | | - new: 'New' |
130 | | - update: 'Update' |
131 | | - show: 'Show' |
132 | | - destroy: 'Delete' |
133 | | - back: 'Back' |
134 | | - cancel: 'Cancel' |
135 | | - checkout: 'Check-Out' |
136 | | - checkin: 'Check-In' |
137 | | - add_to_cart: 'Add to Cart' |
138 | | - remove_from_cart: 'Remove from Cart' |
139 | | - complete: 'Complete' |
140 | | - confirm: 'Are you sure?' |
141 | | - new_item: 'New Store Item' |
142 | | - new_charge: 'New Charge' |
143 | | - new_task: 'New Task' |
144 | | - new_shift_participant: 'Clock In' |
| 130 | + add: Add |
| 131 | + edit: Edit |
| 132 | + new: New |
| 133 | + update: Update |
| 134 | + show: Show |
| 135 | + destroy: Delete |
| 136 | + back: Back |
| 137 | + cancel: Cancel |
| 138 | + checkout: Check-Out |
| 139 | + checkin: Check-In |
| 140 | + add_to_cart: Add to Cart |
| 141 | + remove_from_cart: Remove from Cart |
| 142 | + complete: Complete |
| 143 | + confirm: Are you sure? |
| 144 | + new_item: New Store Item |
| 145 | + new_charge: New Charge |
| 146 | + new_task: New Task |
| 147 | + new_shift_participant: Clock In |
145 | 148 | errors: |
146 | 149 | messages: |
147 | | - tool_already_checked_out: 'The Tool you selected is already checked out. Please return it before continuing.' |
148 | | - tool_already_checked_in: 'The Tool you selected is already checked in.' |
149 | | - tool_does_not_exist: 'The Tool barcode you entered is not registered with the system. Please register it if desired.' |
150 | | - tool_is_not_hardhat: 'This page can only be used to checkout/checkin hardhats.' |
151 | | - participant_does_not_exist: 'The Participant or ID card you selected is invalid. Please try again or contact an admin if you think this message is in error' |
152 | | - organization_does_not_exist: 'The Organization you selected does not exist.' |
| 150 | + tool_already_checked_out: The Tool you selected is already checked out. Please return it before continuing. |
| 151 | + tool_already_checked_in: The Tool you selected is already checked in. |
| 152 | + tool_does_not_exist: The Tool barcode you entered is not registered with the system. Please register it if desired. |
| 153 | + tool_is_not_hardhat: This page can only be used to checkout/checkin hardhats. |
| 154 | + participant_does_not_exist: The Participant or ID card you selected is invalid. Please try again or contact an admin if you think this message is in error |
| 155 | + organization_does_not_exist: The Organization you selected does not exist. |
153 | 156 | will_paginate: |
154 | | - previous_label: '«' |
155 | | - next_label: '»' |
| 157 | + previous_label: « |
| 158 | + next_label: » |
156 | 159 | flash: |
157 | 160 | actions: |
158 | 161 | create: |
159 | | - notice: '{resource_name} was successfully created' |
| 162 | + notice: {resource_name} was successfully created |
160 | 163 | update: |
161 | | - notice: '{resource_name} was successfully updated' |
| 164 | + notice: {resource_name} was successfully updated |
162 | 165 | destroy: |
163 | | - notice: '{resource_name} was successfully deleted' |
164 | | - alert: '{resource_name} could not be deleted' |
| 166 | + notice: {resource_name} was successfully deleted |
| 167 | + alert: {resource_name} could not be deleted |
165 | 168 | charges: |
166 | 169 | approve: |
167 | | - notice: 'Charge was successfully approved/un-approved' |
168 | | - alert: 'Charge could not be approved/un-approved' |
| 170 | + notice: Charge was successfully approved/un-approved |
| 171 | + alert: Charge could not be approved/un-approved |
0 commit comments