LEFT | RIGHT |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "message": "Agregar" | 3 "message": "Agregar" |
4 }, | 4 }, |
5 "add_domain_button": { | 5 "add_domain_button": { |
6 "message": "Agregar dominio" | 6 "message": "Agregar dominio" |
7 }, | 7 }, |
8 "add_filter_button": { | 8 "add_filter_button": { |
9 "message": "Agregar filtro" | 9 "message": "Agregar filtro" |
10 }, | 10 }, |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 } | 147 } |
148 }, | 148 }, |
149 "line": { | 149 "line": { |
150 "message": "Línea $number$", | 150 "message": "Línea $number$", |
151 "placeholders": { | 151 "placeholders": { |
152 "number": { | 152 "number": { |
153 "content": "$1" | 153 "content": "$1" |
154 } | 154 } |
155 } | 155 } |
156 }, | 156 }, |
157 "loading": { | |
158 "message": "Cargando..." | |
159 }, | |
160 "name": { | 157 "name": { |
161 "message": "Adblock Plus" | 158 "message": "Adblock Plus" |
162 }, | 159 }, |
163 "name_devbuild": { | 160 "name_devbuild": { |
164 "message": "Versión de desarrollo de Adblock Plus" | 161 "message": "Versión de desarrollo de Adblock Plus" |
165 }, | 162 }, |
166 "notification_configure": { | 163 "notification_configure": { |
167 "message": "Configura opciones de notificación" | 164 "message": "Configura opciones de notificación" |
168 }, | 165 }, |
169 "notification_open_all": { | 166 "notification_open_all": { |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 "unexpected_filter_list_header": { | 250 "unexpected_filter_list_header": { |
254 "message": "Cabeceras de la lista del filtro no son permitidas aquí" | 251 "message": "Cabeceras de la lista del filtro no son permitidas aquí" |
255 }, | 252 }, |
256 "update_now": { | 253 "update_now": { |
257 "message": "Actualizar ahora" | 254 "message": "Actualizar ahora" |
258 }, | 255 }, |
259 "whitelisted_domains": { | 256 "whitelisted_domains": { |
260 "message": "Dominos autorizados" | 257 "message": "Dominos autorizados" |
261 } | 258 } |
262 } | 259 } |
LEFT | RIGHT |