OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "description": "This is the label for the 'Add' buttons.", | 3 "description": "This is the label for the 'Add' buttons.", |
4 "message": "Add" | 4 "message": "Add" |
5 }, | 5 }, |
6 "add_domain_button": { | 6 "add_domain_button": { |
7 "message": "Add domain" | 7 "message": "Add domain" |
8 }, | 8 }, |
9 "add_filter_button": { | 9 "add_filter_button": { |
10 "message": "Add filter" | 10 "message": "Add filter" |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 }, | 141 }, |
142 "last_updated_at_today": { | 142 "last_updated_at_today": { |
143 "description": "e.g. Last updated at 3:00pm today", | 143 "description": "e.g. Last updated at 3:00pm today", |
144 "message": "Last updated at $time$ today", | 144 "message": "Last updated at $time$ today", |
145 "placeholders": { | 145 "placeholders": { |
146 "time": { | 146 "time": { |
147 "content": "$1" | 147 "content": "$1" |
148 } | 148 } |
149 } | 149 } |
150 }, | 150 }, |
| 151 "loading": { |
| 152 "description": "Placeholder text displayed when something is still loading", |
| 153 "message": "Loading..." |
| 154 }, |
151 "name": { | 155 "name": { |
152 "message": "Adblock Plus" | 156 "message": "Adblock Plus" |
153 }, | 157 }, |
154 "name_devbuild": { | 158 "name_devbuild": { |
155 "description": "Extension name to be shown for development builds. Note: thi
s cannot be longer than 45 characters.", | 159 "description": "Extension name to be shown for development builds. Note: thi
s cannot be longer than 45 characters.", |
156 "message": "Adblock Plus development build" | 160 "message": "Adblock Plus development build" |
157 }, | 161 }, |
158 "notification_configure": { | 162 "notification_configure": { |
159 "message": "Configure notification settings" | 163 "message": "Configure notification settings" |
160 }, | 164 }, |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 } | 296 } |
293 }, | 297 }, |
294 "continue": { | 298 "continue": { |
295 "description": "Continue button label", | 299 "description": "Continue button label", |
296 "message": "Continue" | 300 "message": "Continue" |
297 }, | 301 }, |
298 "sendReport": { | 302 "sendReport": { |
299 "message": "Report issue on this page" | 303 "message": "Report issue on this page" |
300 } | 304 } |
301 } | 305 } |
OLD | NEW |