| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "description": "This message will be posted to social networks if the user d
ecides to share the stats.", | 159 "description": "This message will be posted to social networks if the user d
ecides to share the stats.", |
| 160 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", | 160 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", |
| 161 "placeholders": { | 161 "placeholders": { |
| 162 "number": { | 162 "number": { |
| 163 "content": "$1" | 163 "content": "$1" |
| 164 } | 164 } |
| 165 } | 165 } |
| 166 }, | 166 }, |
| 167 "stats_share_title": { | 167 "stats_share_title": { |
| 168 "description": "Label for social media buttons sharing the number of blocked
ads", | 168 "description": "Label for social media buttons sharing the number of blocked
ads", |
| 169 "message": "Share these numbers" | 169 "message": "Share this number" |
| 170 }, | 170 }, |
| 171 "stats_show_iconnumber": { | 171 "stats_show_iconnumber": { |
| 172 "description": "Toggle for displaying the number of blocked ads in the icon.
", | 172 "description": "Toggle for displaying the number of blocked ads in the icon.
", |
| 173 "message": "Show number in icon" | 173 "message": "Show number in icon" |
| 174 }, | 174 }, |
| 175 "stats_title": { | 175 "stats_title": { |
| 176 "description": "Title for the stats section in the popup.", | 176 "description": "Title for the stats section in the popup.", |
| 177 "message": "Ads blocked" | 177 "message": "Ads blocked" |
| 178 }, | 178 }, |
| 179 "subscriptionSelection_subscriptionSelector_label": { | 179 "subscriptionSelection_subscriptionSelector_label": { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 201 "line": { | 201 "line": { |
| 202 "message": "Line $number$", | 202 "message": "Line $number$", |
| 203 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", | 203 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", |
| 204 "placeholders": { | 204 "placeholders": { |
| 205 "number": { | 205 "number": { |
| 206 "content": "$1" | 206 "content": "$1" |
| 207 } | 207 } |
| 208 } | 208 } |
| 209 } | 209 } |
| 210 } | 210 } |
| OLD | NEW |