-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
1,289 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
const langMessage = { | ||
"en_US": { | ||
"matched_scripts_tab": "Matched Scripts", | ||
"console_tab": "Console", | ||
"state_actived": "Activated", | ||
"state_stopped": "Stopped", | ||
"null_scripts": "no available scripts were matched", | ||
"null_register_menu": "Do not apply to this web site", | ||
"menu_close": "Close", | ||
"toast_keep_active": "Please keep the script activated", | ||
}, | ||
"zh_CN": { | ||
"matched_scripts_tab": "已匹配脚本", | ||
"console_tab": "控制台", | ||
"state_actived": "运行中", | ||
"state_stopped": "已停止", | ||
"null_scripts": "未匹配到可用脚本", | ||
"null_register_menu": "不应用于该网站", | ||
"menu_close": "关闭", | ||
"toast_keep_active": "请保持脚本处于激活状态", | ||
}, | ||
"zh_HK": { | ||
"matched_scripts_tab": "已匹配腳本", | ||
"console_tab": "控制台", | ||
"state_actived": "運行中", | ||
"state_stopped": "已停止", | ||
"null_scripts": "未匹配到可用腳本", | ||
"null_register_menu": "不應用於該網站", | ||
"menu_close": "關閉", | ||
"toast_keep_active": "請保持腳本處於激活狀態", | ||
}, | ||
} |
Oops, something went wrong.