-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.zh-cn.json
56 lines (56 loc) · 2.65 KB
/
package.nls.zh-cn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"ext.displayName": "文本格式化工具",
"ext.description": "简单的文本格式化工具。待办(TODO),字符串逆序/小写/大写/词首大写,列表生成,Base64,AES,URI,Unicode,十六进制字符串(Hex),行排序,去重...",
"checkTaskList.title": "切换 TODO",
"reverseString.title": "字符串逆序",
"transformToLowercase.title": "小写",
"transformToUppercase.title": "大写",
"transformToTitleCase.title": "词首大写",
"transformToUnorderedList.title": "无序列表",
"transformToOrderedList.title": "有序列表",
"base64Encode.title": "编码",
"base64Decode.title": "解码",
"aesEncrypt.title": "加密",
"aesDecrypt.title": "解密",
"uriEncode.title": "编码",
"uriDecode.title": "解码",
"unicodeEncode.title": "编码",
"unicodeDecode.title": "解码",
"hexEncode.title": "编码",
"hexDecode.title": "解码",
"sortLinesByAlpha.title": "按字母顺序",
"sortLinesByReverseAlpha.title": "按字母逆序",
"sortLinesByNum.title": "按数字顺序",
"sortLinesByReverseNum.title": "按数字逆序",
"reverseLines.title": "行逆序",
"deduplicateByLine.title": "行去重",
"deduplicateByChar.title": "字符去重",
"randomPassword.title": "随机密码",
"theDate.title": "今日日期",
"generateUUID.title": "生成UUID",
"case.label": "大小写",
"list.label": "列表",
"base64.label": "Base64",
"aes.label": "AES",
"uri.label": "URI",
"unicode.label": "Unicode",
"hex.label": "Hex",
"sort.label": "行排序",
"deduplicate.label": "去重",
"config.checkTaskList.enabled": "启用TODO功能",
"config.reverseString.enabled": "启用字符串逆序功能",
"config.case.enabled": "启用大小写转换功能",
"config.list.enabled": "启用列表生成功能",
"config.base64.enabled": "启用Base64编码解码功能",
"config.base64.decode_multiline_mode": "Base64解码多行的模式, 模式1是作为多个Base64字符串, 模式2是整体作为单个Base64字符串",
"config.aes.enabled": "启用AES加密解密功能",
"config.uri.enabled": "启用URI编码解码功能",
"config.unicode.enabled": "启用Unicode编码解码功能",
"config.hex.enabled": "启用Hex编码解码功能",
"config.sort.enabled": "启用行排序功能",
"config.deduplicate.enabled": "启用去重功能",
"config.randomPassword.enabled": "启用生成随机密码功能",
"config.theDate.enabled": "启用输出今日日期功能",
"config.theDate.format": "今日日期的输出格式",
"config.generateUUID.enabled": "启用生成UUID功能"
}