| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  180   }, |  180   }, | 
|  181   "subscriptionSelection_subscriptionSelector_label": { |  181   "subscriptionSelection_subscriptionSelector_label": { | 
|  182     "message": "Please choose a filter subscription from the list:" |  182     "message": "Please choose a filter subscription from the list:" | 
|  183   }, |  183   }, | 
|  184   "update_now": { |  184   "update_now": { | 
|  185     "message": "Update now" |  185     "message": "Update now" | 
|  186   }, |  186   }, | 
|  187   "whitelisted_domains": { |  187   "whitelisted_domains": { | 
|  188     "description": "This is a tab heading.", |  188     "description": "This is a tab heading.", | 
|  189     "message": "Whitelisted domains" |  189     "message": "Whitelisted domains" | 
 |  190   }, | 
 |  191   "unexpected_filter_list_header": { | 
 |  192     "message": "Filter list headers aren't allowed here" | 
 |  193   }, | 
 |  194   "invalid_css_selector": { | 
 |  195     "message": "$selector$ is not a valid CSS selector", | 
 |  196     "placeholders": { | 
 |  197       "selector": { | 
 |  198         "content": "$1" | 
 |  199       } | 
 |  200     } | 
 |  201   }, | 
 |  202   "line": { | 
 |  203     "message": "Line $number$", | 
 |  204     "description": "Prepended to error messages to indicate the line number (e.g
     . \"Line 42: Some error on this line\")", | 
 |  205     "placeholders": { | 
 |  206       "number": { | 
 |  207         "content": "$1" | 
 |  208       } | 
 |  209     } | 
|  190   } |  210   } | 
|  191 } |  211 } | 
| OLD | NEW |