Browse Source

fix: add i18n items for menuScriptDisabled

close #47
Gerald 9 years ago
parent
commit
9e12517c35

+ 1 - 0
package.json

@@ -4,6 +4,7 @@
   "scripts": {
     "clean": "gulp clean",
     "dev": "gulp build && gulp watch",
+    "i18n": "gulp i18n",
     "update": "node scripts/updateLib"
   },
   "description": "Violentmonkey",

+ 6 - 2
src/_locales/cs/messages.json

@@ -371,9 +371,13 @@
     "message": "Najdi skripty pro tuto stránku"
   },
   "menuScriptEnabled": {
-    "description": "Menu item showing the status of Violentmonkey, whether enabled.",
+    "description": "Menu item showing the status of Violentmonkey, when enabled.",
     "message": "Skripty zapnuty"
   },
+  "menuScriptDisabled": {
+    "description": "Menu item showing the status of Violentmonkey, when disabled.",
+    "message": ""
+  },
   "menuBack": {
     "description": "Menu item to go back to main menu from script commands.",
     "message": "Zpět"
@@ -426,4 +430,4 @@
     "description": "Button to ask for URL of a user script.",
     "message": "Instalovat vzdálený skript"
   }
-}
+}

+ 5 - 1
src/_locales/de/messages.json

@@ -371,9 +371,13 @@
     "message": "Finde Skripte für diese Seite"
   },
   "menuScriptEnabled": {
-    "description": "Menu item showing the status of Violentmonkey, whether enabled.",
+    "description": "Menu item showing the status of Violentmonkey, when enabled.",
     "message": "Skripte aktiviert"
   },
+  "menuScriptDisabled": {
+    "description": "Menu item showing the status of Violentmonkey, when disabled.",
+    "message": ""
+  },
   "menuBack": {
     "description": "Menu item to go back to main menu from script commands.",
     "message": "Zurück"

+ 5 - 1
src/_locales/en/messages.json

@@ -371,9 +371,13 @@
     "message": "Find scripts for this site"
   },
   "menuScriptEnabled": {
-    "description": "Menu item showing the status of Violentmonkey, whether enabled.",
+    "description": "Menu item showing the status of Violentmonkey, when enabled.",
     "message": "Scripts enabled"
   },
+  "menuScriptDisabled": {
+    "description": "Menu item showing the status of Violentmonkey, when disabled.",
+    "message": "Scripts disabled"
+  },
   "menuBack": {
     "description": "Menu item to go back to main menu from script commands.",
     "message": "Back"

+ 5 - 1
src/_locales/pl/messages.json

@@ -371,9 +371,13 @@
     "message": "Znajdź skrypty dla tej strony"
   },
   "menuScriptEnabled": {
-    "description": "Menu item showing the status of Violentmonkey, whether enabled.",
+    "description": "Menu item showing the status of Violentmonkey, when enabled.",
     "message": "Skrypty włączone"
   },
+  "menuScriptDisabled": {
+    "description": "Menu item showing the status of Violentmonkey, when disabled.",
+    "message": ""
+  },
   "menuBack": {
     "description": "Menu item to go back to main menu from script commands.",
     "message": "Wstecz"

+ 6 - 2
src/_locales/ru/messages.json

@@ -371,9 +371,13 @@
     "message": "Найти скрипты для сайта"
   },
   "menuScriptEnabled": {
-    "description": "Menu item showing the status of Violentmonkey, whether enabled.",
+    "description": "Menu item showing the status of Violentmonkey, when enabled.",
     "message": "Включить скрипты"
   },
+  "menuScriptDisabled": {
+    "description": "Menu item showing the status of Violentmonkey, when disabled.",
+    "message": ""
+  },
   "menuBack": {
     "description": "Menu item to go back to main menu from script commands.",
     "message": "Назад"
@@ -426,4 +430,4 @@
     "description": "Button to ask for URL of a user script.",
     "message": "Установить по ссылке"
   }
-}
+}

+ 6 - 2
src/_locales/zh/messages.json

@@ -371,8 +371,12 @@
     "message": "为此站点查找脚本"
   },
   "menuScriptEnabled": {
-    "description": "Menu item showing the status of Violentmonkey, whether enabled.",
-    "message": "启用脚本"
+    "description": "Menu item showing the status of Violentmonkey, when enabled.",
+    "message": "脚本已启用"
+  },
+  "menuScriptDisabled": {
+    "description": "Menu item showing the status of Violentmonkey, when disabled.",
+    "message": "脚本已禁用"
   },
   "menuBack": {
     "description": "Menu item to go back to main menu from script commands.",