diff --git a/_locales/de/messages.json b/_locales/de/messages.json index e9751b777..9e3e8f90c 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will in chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Einstellungen", + "description": "appears as tab name in dashboard" + }, "3pPageName" : { "message": "3rd-party filters", "description": "appears as tab name in dashboard" @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} eindeutig blockierte Hostnamen aus:", "description": "English: {{ubiquitousBlacklistCount}} distinct blocked hostnames from:" diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 854e23622..708677808 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will be in the chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Settings", + "description": "appears as tab name in dashboard." + }, "3pPageName" : { "message": "3rd-party filters", "description": "appears as tab name in dashboard." @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} network filters from:", "description": "English: {{ubiquitousBlacklistCount}} network filters from:" diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index f955e6104..1642abc7c 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will in chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Paramètres", + "description": "appears as tab name in dashboard" + }, "3pPageName" : { "message": "Listes de filtres", "description": "appears as tab name in dashboard" @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Afficher le nombre de requêtes bloquées sur l'icône", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} filtres actuellement en action :", "description": "English: {{ubiquitousBlacklistCount}} network filters from:" diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 6f400f081..7ebdc0827 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -7,6 +7,10 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will in chrome web store: must be 132 characters or less" }, + "settingsPageName": { + "message": "Настройки", + "description": "appears as tab name in dashboard." + }, "3pPageName" : { "message": "Third-party filters", "description": "appears as tab name in dashboard" @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "{{ubiquitousBlacklistCount}} блокируется хостов, помимо:", "description": "English: {{ubiquitousBlacklistCount}} distinct blocked hostnames from:" diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json index 78cff649c..4e8b7d9db 100644 --- a/_locales/zh_CN/messages.json +++ b/_locales/zh_CN/messages.json @@ -7,14 +7,18 @@ "message": "Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.", "description": "this will be in the chrome web store: must be 132 characters or less" }, - "1pPageName" : { - "message": "Your filters", + "settingsPageName": { + "message": "设置", "description": "appears as tab name in dashboard." }, "3pPageName" : { "message": "Third-party filters", "description": "appears as tab name in dashboard." }, + "1pPageName" : { + "message": "Your filters", + "description": "appears as tab name in dashboard." + }, "aboutPageName": { "message": "关于", "description": "appears as tab name in dashboard." @@ -35,6 +39,12 @@ }, + "settingsIconBadgePrompt" : { + "message": "Show the number of blocked requests on the icon", + "description": "English: Show the number of blocked requests on the icon" + }, + + "3pListsOfBlockedHostsPrompt2" : { "message": "共{{ubiquitousBlacklistCount}}个不同的屏蔽站点名,来自:", "description": "English: {{ubiquitousBlacklistCount}} distinct blocked hostnames from:" diff --git a/dashboard.html b/dashboard.html index bfd900192..9f2b69c05 100644 --- a/dashboard.html +++ b/dashboard.html @@ -76,6 +76,7 @@ iframe {