OLD | NEW |
1 { | 1 { |
2 "options_close": { | 2 "options_close": { |
3 "message": "tutup" | 3 "message": "tutup" |
4 }, | 4 }, |
5 "options_customFilter_cancel": { | 5 "options_customFilter_cancel": { |
6 "message": "Batal" | 6 "message": "Batal" |
7 }, | 7 }, |
8 "options_customFilter_edit": { | 8 "options_customFilter_edit": { |
9 "message": "Ubah Filter" | 9 "message": "Ubah Filter" |
10 }, | 10 }, |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 }, | 43 }, |
44 "options_dialog_language_title": { | 44 "options_dialog_language_title": { |
45 "message": "Pilih Bahasa" | 45 "message": "Pilih Bahasa" |
46 }, | 46 }, |
47 "options_dialog_predefined_confirm": { | 47 "options_dialog_predefined_confirm": { |
48 "message": "Ya, gunakan saringan ini" | 48 "message": "Ya, gunakan saringan ini" |
49 }, | 49 }, |
50 "options_email": { | 50 "options_email": { |
51 "message": "Surel:" | 51 "message": "Surel:" |
52 }, | 52 }, |
| 53 "options_english": { |
| 54 "message": "Bahasa Inggris" |
| 55 }, |
53 "options_filterList_column_name": { | 56 "options_filterList_column_name": { |
54 "message": "Daftar penyaring" | 57 "message": "Daftar penyaring" |
55 }, | 58 }, |
56 "options_filterList_column_status": { | 59 "options_filterList_column_status": { |
57 "message": "Status" | 60 "message": "Status" |
58 }, | 61 }, |
59 "options_filterList_lastDownload_checksumMismatch": { | 62 "options_filterList_lastDownload_checksumMismatch": { |
60 "message": "Gagal, checksum tidak cocok" | 63 "message": "Gagal, checksum tidak cocok" |
61 }, | 64 }, |
62 "options_filterList_lastDownload_connectionError": { | 65 "options_filterList_lastDownload_connectionError": { |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "options_whitelist_placeholder_example": { | 158 "options_whitelist_placeholder_example": { |
156 "message": "misalnya $domain$", | 159 "message": "misalnya $domain$", |
157 "placeholders": { | 160 "placeholders": { |
158 "domain": { | 161 "domain": { |
159 "content": "$1", | 162 "content": "$1", |
160 "example": "www.example.com" | 163 "example": "www.example.com" |
161 } | 164 } |
162 } | 165 } |
163 } | 166 } |
164 } | 167 } |
OLD | NEW |