mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 14:56:19 +00:00
小修正
This commit is contained in:
parent
9087838427
commit
887a5734ac
1 changed files with 3 additions and 2 deletions
|
@ -8,13 +8,14 @@
|
|||
* - 将JSON文件放置程序同目录中。
|
||||
* - 运行程序,它将根据系统当前的语言加载翻译。
|
||||
* - 调用方式: localization.Translate("Try_Terminate_Process") //返回一个 string 字符串
|
||||
* 示例JSON文件(en.json):
|
||||
*
|
||||
* 示例JSON文件(en-US.json):
|
||||
* {
|
||||
* "Restart_v2rayN": "Start v2rayN, please wait...",
|
||||
* "Guidelines": "Please run it from the main application."
|
||||
* }
|
||||
*
|
||||
* 示例JSON文件(zh.json):
|
||||
* 示例JSON文件(zh-CN.json):
|
||||
* {
|
||||
* "Restart_v2rayN": "正在重启,请等待...",
|
||||
* "Guidelines": "请从主应用运行!"
|
||||
|
|
Loading…
Reference in a new issue