瀏覽代碼

fixed a message key

Signed-off-by: Gerald <[email protected]>
Gerald 11 年之前
父節點
當前提交
e20d227b07
共有 6 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      _locales/cs/messages.json
  2. 1 1
      _locales/en/messages.json
  3. 1 1
      _locales/pl/messages.json
  4. 1 1
      _locales/ru/messages.json
  5. 1 1
      _locales/zh/messages.json
  6. 1 1
      options.js

+ 1 - 1
_locales/cs/messages.json

@@ -327,7 +327,7 @@
 		"description": "Hint for vacuuming data.",
 		"description": "Hint for vacuuming data.",
 		"message": "Zbavit se nadbytečného a zkusit znovu načíst chybějící zdroje v cache."
 		"message": "Zbavit se nadbytečného a zkusit znovu načíst chybějící zdroje v cache."
 	},
 	},
-	"Use @downloadURL": {
+	"hintUseDownloadURL": {
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"message": "Use @downloadURL"
 		"message": "Use @downloadURL"
 	},
 	},

+ 1 - 1
_locales/en/messages.json

@@ -327,7 +327,7 @@
 		"description": "Hint for vacuuming data.",
 		"description": "Hint for vacuuming data.",
 		"message": "Discard the redundancy and try to reload the missing resources in cache."
 		"message": "Discard the redundancy and try to reload the missing resources in cache."
 	},
 	},
-	"Use @downloadURL": {
+	"hintUseDownloadURL": {
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"message": "Use @downloadURL"
 		"message": "Use @downloadURL"
 	},
 	},

+ 1 - 1
_locales/pl/messages.json

@@ -327,7 +327,7 @@
 		"description": "Hint for vacuuming data.",
 		"description": "Hint for vacuuming data.",
 		"message": "Usuń nadmiarowość i spróbuj przeładować brakujące dane w pamięci podręcznej."
 		"message": "Usuń nadmiarowość i spróbuj przeładować brakujące dane w pamięci podręcznej."
 	},
 	},
-	"Use @downloadURL": {
+	"hintUseDownloadURL": {
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"message": "Use @downloadURL"
 		"message": "Use @downloadURL"
 	},
 	},

+ 1 - 1
_locales/ru/messages.json

@@ -327,7 +327,7 @@
 		"description": "Hint for vacuuming data.",
 		"description": "Hint for vacuuming data.",
 		"message": "Сбросить избыточность кэша и попробовать подгрузить недостающие ресурсы"
 		"message": "Сбросить избыточность кэша и попробовать подгрузить недостающие ресурсы"
 	},
 	},
-	"Use @downloadURL": {
+	"hintUseDownloadURL": {
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"message": "Use @downloadURL"
 		"message": "Use @downloadURL"
 	},
 	},

+ 1 - 1
_locales/zh/messages.json

@@ -327,7 +327,7 @@
 		"description": "Hint for vacuuming data.",
 		"description": "Hint for vacuuming data.",
 		"message": "丢弃多余的数据,并尝试重新获取缺失的资源。"
 		"message": "丢弃多余的数据,并尝试重新获取缺失的资源。"
 	},
 	},
-	"Use @downloadURL": {
+	"hintUseDownloadURL": {
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"description": "Shown as a place holder for @updateURL when it is not assigned",
 		"message": "使用@downloadURL"
 		"message": "使用@downloadURL"
 	},
 	},

+ 1 - 1
options.js

@@ -313,7 +313,7 @@ function mReset(){
 	mH.value=c.homepageURL||'';
 	mH.value=c.homepageURL||'';
 	mH.placeholder=m.homepageURL||'';
 	mH.placeholder=m.homepageURL||'';
 	mU.value=c.updateURL||'';
 	mU.value=c.updateURL||'';
-	mU.placeholder=m.updateURL||_('Use @downloadURL');
+	mU.placeholder=m.updateURL||_('hintUseDownloadURL');
 	mD.value=c.downloadURL||'';
 	mD.value=c.downloadURL||'';
 	mD.placeholder=m.downloadURL||c.lastInstallURL||'';
 	mD.placeholder=m.downloadURL||c.lastInstallURL||'';
 	switch(c['run-at']){
 	switch(c['run-at']){