| OLD | NEW |
| 1 { | 1 { |
| 2 "add": { | 2 "add": { |
| 3 "message": "Magdagdag" | 3 "message": "Magdagdag" |
| 4 }, | 4 }, |
| 5 "add_domain_button": { | 5 "add_domain_button": { |
| 6 "message": "Magdagdag ng domain" | 6 "message": "Magdagdag ng domain" |
| 7 }, | 7 }, |
| 8 "add_filter_button": { | 8 "add_filter_button": { |
| 9 "message": "Magdagdag ng filter" | 9 "message": "Magdagdag ng filter" |
| 10 }, | 10 }, |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 }, | 55 }, |
| 56 "filter_lists": { | 56 "filter_lists": { |
| 57 "message": "Listahan ng mga Filter" | 57 "message": "Listahan ng mga Filter" |
| 58 }, | 58 }, |
| 59 "filter_must_follow_syntax": { | 59 "filter_must_follow_syntax": { |
| 60 "message": "Ang iyong filter ay dapat nakasunod sa <a>Adblock Plus filter sy
ntax</a>." | 60 "message": "Ang iyong filter ay dapat nakasunod sa <a>Adblock Plus filter sy
ntax</a>." |
| 61 }, | 61 }, |
| 62 "found_a_bug": { | 62 "found_a_bug": { |
| 63 "message": "Nakadiskobre ng bug? Gusto mo bang isalin ang Adblock Plus sa in
yong wika? <a>ilagay ang inyong request dito</a>." | 63 "message": "Nakadiskobre ng bug? Gusto mo bang isalin ang Adblock Plus sa in
yong wika? <a>ilagay ang inyong request dito</a>." |
| 64 }, | 64 }, |
| 65 "general": { |
| 66 "message": "Pangkalahatan" |
| 67 }, |
| 65 "invalid_css_selector": { | 68 "invalid_css_selector": { |
| 66 "message": "$selector$ ay hindi valid na CSS selector", | 69 "message": "$selector$ ay hindi valid na CSS selector", |
| 67 "placeholders": { | 70 "placeholders": { |
| 68 "selector": { | 71 "selector": { |
| 69 "content": "$1" | 72 "content": "$1" |
| 70 } | 73 } |
| 71 } | 74 } |
| 72 }, | 75 }, |
| 73 "last_updated_at": { | 76 "last_updated_at": { |
| 74 "message": "Huling na update noong $time$ sa $date$", | 77 "message": "Huling na update noong $time$ sa $date$", |
| 75 "placeholders": { | 78 "placeholders": { |
| 76 "date": { | 79 "date": { |
| 77 "content": "$2" | 80 "content": "$2" |
| 78 }, | 81 }, |
| 79 "time": { | 82 "time": { |
| 80 "content": "$1" | 83 "content": "$1" |
| 81 } | 84 } |
| 82 } | 85 } |
| 83 }, | 86 }, |
| 84 "last_updated_at_today": { | 87 "last_updated_at_today": { |
| 85 "message": "Huling na update kaninang $time$", | 88 "message": "Huling na update kaninang $time$", |
| 86 "placeholders": { | 89 "placeholders": { |
| 87 "time": { | 90 "time": { |
| 88 "content": "$1" | 91 "content": "$1" |
| 89 } | 92 } |
| 90 } | 93 } |
| 91 }, | 94 }, |
| 95 "line": { |
| 96 "message": "Linya $number$", |
| 97 "placeholders": { |
| 98 "number": { |
| 99 "content": "$1" |
| 100 } |
| 101 } |
| 102 }, |
| 92 "name_devbuild": { | 103 "name_devbuild": { |
| 93 "message": "pagbuo ng Adblock Plus" | 104 "message": "pagbuo ng Adblock Plus" |
| 94 }, | 105 }, |
| 106 "notification_configure": { |
| 107 "message": "I-configure ang mga setting ng notification" |
| 108 }, |
| 109 "notification_open_all": { |
| 110 "message": "Buksan ang lahat ng mga link mula sa notification na ito" |
| 111 }, |
| 95 "notification_with_buttons": { | 112 "notification_with_buttons": { |
| 96 "message": "Pindutin ang 'OK' para mabuksan ang lahat ng links sa notifikasy
on na ito." | 113 "message": "Pindutin ang 'OK' para mabuksan ang lahat ng links sa notifikasy
on na ito." |
| 97 }, | 114 }, |
| 98 "notification_without_buttons": { | 115 "notification_without_buttons": { |
| 99 "message": "Pindutin ang notification para mabuksan ang mga links." | 116 "message": "Pindutin ang notification para mabuksan ang mga links." |
| 100 }, | 117 }, |
| 101 "options": { | 118 "options": { |
| 102 "message": "Opsyon sa Adblock Plus" | 119 "message": "Opsyon sa Adblock Plus" |
| 103 }, | 120 }, |
| 104 "options_short": { | 121 "options_short": { |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "subscriptionSelection_subscriptionSelector_label": { | 177 "subscriptionSelection_subscriptionSelector_label": { |
| 161 "message": "Mamili ng filter sa listahan:" | 178 "message": "Mamili ng filter sa listahan:" |
| 162 }, | 179 }, |
| 163 "unexpected_filter_list_header": { | 180 "unexpected_filter_list_header": { |
| 164 "message": "Hindi maaari ang Filter list headers dito" | 181 "message": "Hindi maaari ang Filter list headers dito" |
| 165 }, | 182 }, |
| 166 "update_now": { | 183 "update_now": { |
| 167 "message": "I-update ngayon" | 184 "message": "I-update ngayon" |
| 168 } | 185 } |
| 169 } | 186 } |
| OLD | NEW |