|
3 | 3 | "mark_all_read_button_text_chats": "Mark all chats as read", |
4 | 4 | "mark_all_read_button_text_hosting": "Mark all host requests as read", |
5 | 5 | "mark_all_read_button_text_surfing": "Mark all surf requests as read", |
6 | | - "request_closed_message": "This host request is closed. To continue chatting, send the other person a normal message.", |
7 | 6 | "write_reference_button_text": "Write a Reference", |
8 | | - "close_request_dialog_title": "Are you done messaging?", |
9 | | - "close_request_dialog_host": "Please make sure you are done chatting before you decline their request.", |
10 | | - "close_request_dialog_surfer": "Please make sure you are done chatting before you cancel your request.", |
| 7 | + "reference_card": { |
| 8 | + "title": "Write a reference", |
| 9 | + "description": "Share your experience to help the community." |
| 10 | + }, |
11 | 11 | "close_request_button_text": "Decline", |
| 12 | + "respond_box_title": "Send a response", |
| 13 | + "respond_box_description": "Select a response to let {{name}} know immediately. Feel free to follow up with a message.", |
| 14 | + "status_bar_edit_button": "Edit", |
| 15 | + "status_bar_cancel_edit_button": "Cancel", |
| 16 | + "status_bar_close_button": "Close", |
| 17 | + "surfer_bar_pending": "You sent a host request — waiting for {{name}} to respond.", |
| 18 | + "cancel_request_button": "Cancel request", |
| 19 | + "cancel_request_dialog_title": "Cancel request?", |
| 20 | + "cancel_request_dialog_message": "Are you sure you want to cancel your request? This cannot be undone.", |
| 21 | + "cancel_request_dialog_confirm_button": "Yes, cancel", |
| 22 | + "cancel_request_dialog_dismiss_button": "No", |
| 23 | + "private_feedback_card": { |
| 24 | + "title": "Feedback on this request", |
| 25 | + "quality_label": "Privately rate this request (Optional):", |
| 26 | + "quality_high": "High quality", |
| 27 | + "quality_okay": "Okay", |
| 28 | + "quality_low": "Low quality", |
| 29 | + "decline_reason_label": "Why did you decline?", |
| 30 | + "reason_didnt_read_profile": "Didn't read my profile", |
| 31 | + "reason_dont_want_to_host": "I don't want to host this person", |
| 32 | + "reason_not_available": "I'm not available to host then", |
| 33 | + "reason_other": "Other", |
| 34 | + "reason_other_placeholder": "Please tell us more...", |
| 35 | + "privacy_notice": "Your responses are private and will not be shared with the user. We may use them in an aggregated and anonymous form—combined with many others—to improve feedback for all users.", |
| 36 | + "skip_button": "Skip", |
| 37 | + "next_button": "Next", |
| 38 | + "back_button": "Back", |
| 39 | + "submit_button": "Submit" |
| 40 | + }, |
12 | 41 | "confirm_request_button_text": "Confirm", |
| 42 | + "surfer_confirm_box_title": "{{name}} accepted your request!", |
| 43 | + "surfer_confirm_box_description": "Confirm to lock in your stay, or cancel if your plans have changed.", |
13 | 44 | "host_pending_request_help_text": "<0>Things to consider</0> before responding.", |
14 | 45 | "surfer_declined_request_help_text": "<0>Read our guide</0> on how to write a request that will get accepted.", |
15 | 46 | "past_request_help_text": "This request is in the past, you can still send messages but cannot otherwise modify it.", |
|
136 | 167 | "admin_removal_text": "{{user}} removed {{target_user}} as admin", |
137 | 168 | "host_request_status_changed": { |
138 | 169 | "accepted": "{{user}} has accepted the request", |
| 170 | + "accepted_self": "You have accepted the request", |
139 | 171 | "cancelled": "{{user}} has cancelled the request", |
| 172 | + "cancelled_self": "You have cancelled the request", |
140 | 173 | "confirmed": "{{user}} has confirmed the request", |
141 | | - "rejected": "{{user}} has rejected the request" |
| 174 | + "confirmed_self": "You have confirmed the request", |
| 175 | + "rejected": "{{user}} has declined the request", |
| 176 | + "rejected_self": "You have declined the request" |
142 | 177 | }, |
143 | 178 | "unknown_message_text": "Unknown control message" |
144 | 179 | }, |
|
155 | 190 | "pending": "This request is still pending", |
156 | 191 | "host_status": { |
157 | 192 | "accepted": "You have accepted this request", |
| 193 | + "accepted_waiting": "You have accepted this request — waiting for the surfer to confirm.", |
158 | 194 | "cancelled": "You have cancelled this request", |
159 | | - "confirmed": "You have confirmed this request", |
| 195 | + "confirmed": "Have fun! You have accepted and the surfer has confirmed this request.", |
160 | 196 | "rejected": "You have declined this request" |
161 | 197 | }, |
162 | 198 | "surfer_status": { |
163 | | - "accepted": "Your request was accepted", |
| 199 | + "accepted": "Have fun! {{name}} has accepted the request.", |
164 | 200 | "cancelled": "Your request was cancelled", |
165 | | - "confirmed": "Your request was confirmed", |
| 201 | + "confirmed": "Have fun! {{name}} accepted and you confirmed this request.", |
166 | 202 | "rejected": "Your request was declined" |
167 | 203 | } |
168 | 204 | }, |
|
0 commit comments