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": "Añadir" | 4 "message": "Añadir" |
5 }, | 5 }, |
6 "add_domain_button": { | 6 "add_domain_button": { |
7 "message": "Añadir dominio" | 7 "message": "Añadir dominio" |
8 }, | 8 }, |
9 "add_filter_button": { | 9 "add_filter_button": { |
10 "message": "Añadir filtro" | 10 "message": "Añadir filtro" |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "message": "Lista de filtros" | 57 "message": "Lista de filtros" |
58 }, | 58 }, |
59 "filter_must_follow_syntax": { | 59 "filter_must_follow_syntax": { |
60 "message": "Tu filtro debe seguir la <a href='$url$'>sintaxis para filtros d
e Adblock Plus</a>. Algunos tipos de filtros, como object-subrequest, no están s
oportados.", | 60 "message": "Tu filtro debe seguir la <a href='$url$'>sintaxis para filtros d
e Adblock Plus</a>. Algunos tipos de filtros, como object-subrequest, no están s
oportados.", |
61 "placeholders": { | 61 "placeholders": { |
62 "url": { | 62 "url": { |
63 "content": "$1" | 63 "content": "$1" |
64 } | 64 } |
65 } | 65 } |
66 }, | 66 }, |
| 67 "filters_acceptableAds2_label": { |
| 68 "message": "Permitir cierta publicidad no intrusiva" |
| 69 }, |
67 "filters_addSubscriptionAdd_label": { | 70 "filters_addSubscriptionAdd_label": { |
68 "message": "Añadir" | 71 "message": "Añadir" |
69 }, | 72 }, |
70 "filters_addSubscriptionOther_label": { | 73 "filters_addSubscriptionOther_label": { |
71 "message": "Añadir otra suscripción" | 74 "message": "Añadir otra suscripción" |
72 }, | 75 }, |
73 "filters_addSubscription_label": { | 76 "filters_addSubscription_label": { |
74 "message": "Añadir suscripción de filtros" | 77 "message": "Añadir suscripción de filtros" |
75 }, | 78 }, |
| 79 "filters_readMore_label": { |
| 80 "message": "Leer más" |
| 81 }, |
76 "filters_subscription_delete_label": { | 82 "filters_subscription_delete_label": { |
77 "message": "Eliminar" | 83 "message": "Eliminar" |
78 }, | 84 }, |
79 "filters_subscription_enabled_label": { | 85 "filters_subscription_enabled_label": { |
80 "message": "Activada" | 86 "message": "Activada" |
81 }, | 87 }, |
82 "filters_subscription_lastDownload_checksumMismatch": { | 88 "filters_subscription_lastDownload_checksumMismatch": { |
83 "message": "Error, el checksum no coincide" | 89 "message": "Error, el checksum no coincide" |
84 }, | 90 }, |
85 "filters_subscription_lastDownload_connectionError": { | 91 "filters_subscription_lastDownload_connectionError": { |
86 "message": "Error: error de descarga" | 92 "message": "Error: error de descarga" |
87 }, | 93 }, |
88 "filters_subscription_lastDownload_inProgress": { | 94 "filters_subscription_lastDownload_inProgress": { |
89 "message": "Descargando…" | 95 "message": "Descargando…" |
90 }, | 96 }, |
91 "filters_subscription_lastDownload_invalidData": { | 97 "filters_subscription_lastDownload_invalidData": { |
92 "message": "Error: lista de filtros no válida" | 98 "message": "Error: lista de filtros no válida" |
93 }, | 99 }, |
94 "filters_subscription_lastDownload_invalidURL": { | 100 "filters_subscription_lastDownload_invalidURL": { |
95 "message": "Error: no es una dirección válida" | 101 "message": "Error: no es una dirección válida" |
96 }, | 102 }, |
| 103 "filters_viewList_label": { |
| 104 "message": "Ver lista" |
| 105 }, |
97 "found_a_bug": { | 106 "found_a_bug": { |
98 "message": "¿Encontraste un bug en Adblock Plus o tienes una mejor traducció
n? Por favor <a href='$url$'>repórtalo aquí</a>.", | 107 "message": "¿Encontraste un bug en Adblock Plus o tienes una mejor traducció
n? Por favor <a href='$url$'>repórtalo aquí</a>.", |
99 "placeholders": { | 108 "placeholders": { |
100 "url": { | 109 "url": { |
101 "content": "$1" | 110 "content": "$1" |
102 } | 111 } |
103 } | 112 } |
104 }, | 113 }, |
105 "general": { | 114 "general": { |
106 "description": "This is a tab heading.", | 115 "description": "This is a tab heading.", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "message": "Título de la suscripción:" | 177 "message": "Título de la suscripción:" |
169 }, | 178 }, |
170 "update_now": { | 179 "update_now": { |
171 "message": "Actualizar ahora" | 180 "message": "Actualizar ahora" |
172 }, | 181 }, |
173 "whitelisted_domains": { | 182 "whitelisted_domains": { |
174 "description": "This is a tab heading.", | 183 "description": "This is a tab heading.", |
175 "message": "Dominios autorizados" | 184 "message": "Dominios autorizados" |
176 } | 185 } |
177 } | 186 } |
OLD | NEW |