更正自述

This commit is contained in:
Slnanx 2024-11-17 10:05:38 +00:00
parent 8236fe1840
commit 936844f323

View file

@ -1,26 +1,20 @@
/**
* 使JSON文件对C#
*
* 使JSON文件对C#
*
* 使
*
* :
* - System.Collections.Generic
* - System.Globalization
* - System.IO
* - System.Text.Json
*
* :
* - JSON文件en.jsonzh.json
* - JSON文件en-US.jsonzh-CN.json
* - 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": "请从主应用运行!"