OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "message": "Přidat" | 3 "message": "Přidat" |
4 }, | 4 }, |
5 "add_domain_button": { | 5 "add_domain_button": { |
6 "message": "Přidat doménu" | 6 "message": "Přidat doménu" |
7 }, | 7 }, |
8 "add_filter_button": { | 8 "add_filter_button": { |
9 "message": "Přidat filtr" | 9 "message": "Přidat filtr" |
10 }, | 10 }, |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 } | 214 } |
215 }, | 215 }, |
216 "stats_label_total": { | 216 "stats_label_total": { |
217 "message": "<strong>$number$</strong> celkem", | 217 "message": "<strong>$number$</strong> celkem", |
218 "placeholders": { | 218 "placeholders": { |
219 "number": { | 219 "number": { |
220 "content": "$1" | 220 "content": "$1" |
221 } | 221 } |
222 } | 222 } |
223 }, | 223 }, |
224 "stats_over": { | |
225 "message": "více než $number$", | |
226 "placeholders": { | |
227 "number": { | |
228 "content": "$1" | |
229 } | |
230 } | |
231 }, | |
232 "stats_share_download": { | |
233 "message": "Stáhnout Adblock Plus" | |
234 }, | |
235 "stats_share_message": { | 224 "stats_share_message": { |
236 "message": "Zablokoval jsem $number$ reklam a slídilů díky Adblock Plus.", | 225 "message": "Zablokoval jsem $number$ reklam a slídilů díky Adblock Plus.", |
237 "placeholders": { | 226 "placeholders": { |
238 "number": { | 227 "number": { |
239 "content": "$1" | 228 "content": "$1" |
240 } | 229 } |
241 } | 230 } |
242 }, | 231 }, |
243 "stats_share_title": { | |
244 "message": "Sdílet toto číslo" | |
245 }, | |
246 "stats_show_iconnumber": { | 232 "stats_show_iconnumber": { |
247 "message": "Zobrazit číslo v ikoně" | 233 "message": "Zobrazit číslo v ikoně" |
248 }, | 234 }, |
249 "stats_title": { | 235 "stats_title": { |
250 "message": "Blokovaných reklam" | 236 "message": "Blokovaných reklam" |
251 }, | 237 }, |
252 "subscriptionSelection_location_label": { | 238 "subscriptionSelection_location_label": { |
253 "message": "Umístění sady filtrů:" | 239 "message": "Umístění sady filtrů:" |
254 }, | 240 }, |
255 "subscriptionSelection_subscriptionSelector_label": { | 241 "subscriptionSelection_subscriptionSelector_label": { |
256 "message": "Zvolte odběr filtrů ze seznamu, prosím:" | 242 "message": "Zvolte odběr filtrů ze seznamu, prosím:" |
257 }, | 243 }, |
258 "subscriptionSelection_title_label": { | 244 "subscriptionSelection_title_label": { |
259 "message": "Označení cizích filtrů:" | 245 "message": "Označení cizích filtrů:" |
260 }, | 246 }, |
261 "unexpected_filter_list_header": { | 247 "unexpected_filter_list_header": { |
262 "message": "Záhlaví seznamů filtrů zde nejsou povoleny" | 248 "message": "Záhlaví seznamů filtrů zde nejsou povoleny" |
263 }, | 249 }, |
264 "update_now": { | 250 "update_now": { |
265 "message": "Aktualizovat nyní" | 251 "message": "Aktualizovat nyní" |
266 }, | 252 }, |
267 "whitelisted_domains": { | 253 "whitelisted_domains": { |
268 "message": "Povolené domény" | 254 "message": "Povolené domény" |
269 } | 255 } |
270 } | 256 } |
OLD | NEW |