-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.nls.zh.json
281 lines (281 loc) · 26.8 KB
/
package.nls.zh.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
{
"command.filterLinesIncludingString.title": "筛选包含字符串的行",
"command.filterLinesIncludingStringToNewEditor.title": "筛选包含字符串的行到新文件",
"command.copyLinesIncludingStringToClipboard.title": "复制包含字符串的行到剪贴板",
"command.cutLinesIncludingStringToClipboard.title": "剪切包含字符串的行到剪贴板",
"command.filterLinesMatchingRegex.title": "筛选行(使用正则)",
"command.filterLinesMatchingRegexToNewEditor.title": "筛选行到新文件(使用正则)",
"command.copyLinesMatchingRegexToClipboard.title": "复制筛选行到剪贴板(使用正则)",
"command.cutLinesMatchingRegexToClipboard.title": "剪切筛选行到剪贴板(使用正则)",
"command.filterLinesIncludingSelection.title": "使用选中文本筛选行",
"command.filterLinesIncludingSelectionToNewEditor.title": "使用选中文本筛选行到新文件",
"command.filterLinesNotIncludingString.title": "筛选不包含字符串的行",
"command.filterLinesNotIncludingStringToNewEditor.title": "筛选不包含字符串的行",
"command.copyLinesNotIncludingStringToClipboard.title": "复制不包含字符串的行到剪贴板",
"command.cutLinesNotIncludingStringToClipboard.title": "剪切不包含字符串的行到剪贴板",
"command.filterLinesNotMatchingRegex.title": "筛选不匹配(正则)的行",
"command.filterLinesNotMatchingRegexToNewEditor.title": "筛选不匹配(正则)的行到新文件",
"command.copyLinesNotMatchingRegexToClipboard.title": "复制不匹配(正则)的行到剪贴板",
"command.cutLinesNotMatchingRegexToClipboard.title": "剪切不匹配(正则)的行到剪贴板",
"command.filterLinesNotIncludingSelection.title": "筛选不包含选中文本的行",
"command.filterLinesNotIncludingSelectionToNewEditor.title": "筛选不包含选中文本的行到新文件",
"command.extractInformation.title": "使用正则表达式捕获组提取信息",
"command.extractInformationToNewEditor.title": "使用正则表达式捕获组提取信息到新文件",
"command.countOccurrences.title": "统计各行出现次数",
"command.countOccurrencesToNewEditor.title": "统计各行出现次数到新文件",
"command.countAdjacentDuplicates.title": "统计相邻重复行出现的次数",
"command.countAdjacentDuplicatesToNewEditor.title": "统计相邻重复行出现的次数到新文件",
"command.padStart.title": "用默认字符串(默认为空,需要设置)在当前位置左侧填充指定位数字符",
"command.padStartWithCustomString.title": "用自定义字符串在当前位置左侧填充指定位数字符",
"command.padEnd.title": "用默认字符串(默认为空,需要设置)在当前位置右侧填充指定位数字符",
"command.padEndWithCustomString.title": "用自定义字符串在当前位置右侧填充指定位数字符",
"command.appendPrefixToAllLines.title": "在所有行前添加指定字符串",
"command.appendSuffixToAllLines.title": "在所有行末添加指定字符串",
"command.wrapAllLinesWithTextSame.title": "将所有行用指定字符串包裹(前后相同)",
"command.wrapAllLinesWithTextDifferent.title": "将所有行用指定字符串包裹(前后分别设定)",
"command.separateWordsWithSpaces.title": "使用空格分隔单词(仅对英文有效,以首大写字母作为识别单词的依据,同时用空格替换掉所有标点符号)",
"command.separateWordsWithForwardSlashes.title": "使用 / 分隔单词(仅对英文有效,以首大写字母作为识别单词的依据,同时用/替换掉所有标点符号)",
"command.separateWordsWithBackslashes.title": "使用 \\ 分隔单词(仅对英文有效,以首大写字母作为识别单词的依据,同时用/替换掉所有标点符号)",
"command.trimStart.title": "Trim leading whitespace",
"command.trim.title": "Trim leading & trailing whitespace",
"command.formatContentAsTableByTabulator.title": "使用Tab作为分隔符将内容转化为表格(需进一步确定用法)",
"command.formatContentAsTableBySemicolon.title": "使用 ; 作为分隔符将内容转化为表格(需进一步确定用法)",
"command.formatContentAsTableByComma.title": "使用 , 作为分隔符将内容转化为表格(需进一步确定用法)",
"command.formatContentAsTableByPipe.title": "使用 | 作为分隔符将内容转化为表格(需进一步确定用法)",
"command.formatContentAsTableByCustomCharacter.title": "使用指定字符作为分隔符将内容转化为表格(需进一步确定用法)",
"command.formatContentAsTableBySemicolonWithPadding.title": "使用 ; 作为分隔符将内容转化为表格,同时进行填充(需进一步确定用法)",
"command.formatContentAsTableByPipeWithPadding.title": "使用 | 作为分隔符将内容转化为表格,同时进行填充(需进一步确定用法)",
"command.formatContentAsTableByCustomCharacterWithPadding.title": "使用指定字符作为分隔符将内容转化为表格,同时进行填充(需进一步确定用法)",
"command.changeCaseToCamelCase.title": "更改为驼峰式大小写 (camelCase)",
"command.changeCaseToPascalCase.title": "更改为帕斯卡式大小写(PascalCase)",
"command.changeCaseToSnakeCase.title": "更改为蛇形大小写 (snake_case)",
"command.changeCaseToDashCase.title": "更改为短横线式大小写 (dash-case)",
"command.changeCaseToConstantCase.title": "更改为常量式大小写(CONSTANT_CASE)",
"command.changeCaseToDotCase.title": "更改为点式大小写 (dot.case)",
"command.changeCaseToTitleCase.title": "更改为标题式大小写 (Title Case)",
"command.changeCaseToSentenceCase.title": "更改为句子式大小写 (Sentence case)",
"command.changeCaseToSpongeCase.title": "更改为海绵式大小写(随机大写)(random capitalization)",
"command.changeCaseToSwapCase.title": "反转英文文本大小写",
"command.latinize.title": "Latinize text",
"command.slugify.title": "Slugify text",
"command.unicodeNormalizationNFC.title": "Convert to NFC Unicode normalization form",
"command.unicodeNormalizationNFD.title": "Convert to NFD Unicode normalization form",
"command.unicodeNormalizationNFKC.title": "Convert to NFKC Unicode normalization form",
"command.unicodeNormalizationNFKD.title": "Convert to NFKD Unicode normalization form",
"command.joinEvery2Lines.title": "将选中文本每2行合并为一行",
"command.joinEvery2LinesWithSpace.title": "将选中文本每2行合并为一行,中间用空格连接",
"command.joinEvery2LinesWithComma.title": "将选中文本每2行合并为一行,中间用 , 连接",
"command.joinEvery2LinesWithSemicolon.title": "将选中文本每2行合并为一行,中间用 ; 连接",
"command.joinEvery2LinesWithPipe.title": "将选中文本每2行合并为一行,中间用 | 连接",
"command.joinEvery2LinesWithCustomString.title": "将选中文本每2行合并为一行,指定中间连接字符(串)",
"command.joinEveryNLines.title": "将选中文本每N行合并为一行",
"command.joinEveryNLinesWithSpace.title": "将选中文本每N行合并为一行,中间用空格连接",
"command.joinEveryNLinesWithComma.title": "将选中文本每N行合并为一行,中间用 , 连接",
"command.joinEveryNLinesWithSemicolon.title": "将选中文本每N行合并为一行,中间用 ; 连接",
"command.joinEveryNLinesWithPipe.title": "将选中文本每N行合并为一行,中间用 | 连接",
"command.joinEveryNLinesWithCustomString.title": "将选中文本每N行合并为一行,指定中间连接字符(串)",
"command.splitLinesBySpace.title": "用空格分割选中文本中的行(连续多个空格不会视为1个)",
"command.splitLinesByComma.title": "用 , 分割选中文本中的行(连续多个 , 不会视为1个)",
"command.splitLinesBySemicolon.title": "用 ; 分割选中文本中的行(连续多个 ; 不会视为1个)",
"command.splitLinesByPipe.title": "用 | 分割选中文本中的行(连续多个 | 不会视为1个)",
"command.splitLinesByCustomString.title": "用指定字符(串)分割选中文本中的行(连续多个指定字符(串)不会视为1个)",
"command.caseSensitiveSortAscending.title": "行排序(升序,按行首字符排序,逻辑:\"bBAa中阿\"排序结果为\"阿中aAbB\")",
"command.caseSensitiveSortDescending.title": "行排序(降序,按行首字符排序,逻辑:\"bBAa中阿\"排序结果为\"BbAa中阿\")",
"command.caseSensitiveSortAscendingAtColumn.title": "行排序(升序,大小写敏感,按光标右侧位置字符排序,逻辑:\"bBAa中阿\"排序结果为\"阿中aAbB\")",
"command.caseSensitiveSortDescendingAtColumn.title": "行排序(降序,大小写敏感,按光标右侧位置字符排序,逻辑:\"bBAa中阿\"排序结果为\"阿中aAbB\")",
"command.caseInsensitiveSortAscendingAtColumn.title": "行排序(升序,大小写不敏感,按光标右侧位置字符排序,逻辑:\"bBAa中阿\"排序结果为\"阿中aAbB\")",
"command.caseInsensitiveSortDescendingAtColumn.title": "行排序(降序,大小写不敏感,按光标右侧位置字符排序,逻辑:\"bBAa中阿\"排序结果为\"阿中aAbB\")",
"command.sortByLengthCaseSensitiveAscending.title": "行排序-每行字符个数(升序,大小写敏感,相同个数时按第一个出现的不同字母排序)",
"command.sortByLengthCaseSensitiveDescending.title": "行排序-每行字符个数(降序,大小写敏感,相同个数时按第一个出现的不同字母排序)",
"command.sortByLengthCaseInsensitiveAscending.title": "行排序-每行字符个数(升序,大小写不敏感,相同个数时按第一个出现的不同字母排序)",
"command.sortByLengthCaseInsensitiveDescending.title": "行排序-每行字符个数(降序,大小写不敏感,相同个数时按第一个出现的不同字母排序)",
"command.sortByWordCountAscending.title": "行排序-英文单词个数(升序,大写字母开头视为单词)",
"command.sortByWordCountDescending.title": "行排序-英文单词个数(降序,大写字母开头视为单词)",
"command.sortByGraphemeCountAscending.title": "行排序-升序,by grapheme count",
"command.sortByGraphemeCountDescending.title": "行排序-降序,by grapheme count",
"command.semverSortAscending.title": "行排序-升序,using semver rules",
"command.semverSortDescending.title": "行排序-降序,using semver rules",
"command.ipAddressSortAscending.title": "IP地址排序-升序",
"command.ipAddressSortDescending.title": "IP地址排序-降序",
"command.sortByDecimalValueAscending.title": "行排序-升序,依据十进制数值",
"command.sortByDecimalValueDescending.title": "行排序-降序,依据十进制数值",
"command.sortByHexadecimalValueAscending.title": "行排序-升序,依据十六进制数值",
"command.sortByHexadecimalValueDescending.title": "行排序-降序,依据十六进制数值",
"command.shuffleLines.title": "行排序-随机打乱现有行序",
"command.reverseLines.title": "行排序-反转现有行序",
"command.generateRandomFromUserInput.title": "根据用户输入的内容生成指定行数,每行内容都是输入的内容",
"command.generateRandomDecimalNumbersFromRange.title": "根据用户指定范围和指定行数生成行,每行一个随机十进制数",
"command.generateRandomHexadecimalNumbersFromRange.title": "根据用户指定范围和指定行数生成行,每行一个随机十六进制数",
"command.generateRandomRealNumbersFromRange.title": "生成指定行数,每行一个随机实数(小数点后有16位)",
"command.generateFakeData.title": "Generate fake/random data...",
"command.generateRandomGuids.title": "Generate random GUIDs",
"command.generateRandomIpv4Addresses.title": "随机生成指定行数的IPv4地址",
"command.generateRandomIpv6Addresses.title": "随机生成指定行数的IPv6地址",
"command.generateRandomCoordinates.title": "随机生成指定行数的WGS84坐标点",
"command.generateRandomEuropeanCoordinates.title": "随机生成指定行数的欧洲WGS84坐标点",
"command.generateRandomNorthAmericanCoordinates.title": "随机生成指定行数的北美WGS84坐标点",
"command.generateRandomAsianCoordinates.title": "随机生成指定行数的亚洲WGS84坐标点",
"command.generateLoremIpsumSentence.title": "Generate Lorem ipsum sentences",
"command.generateLoremIpsumParagraph.title": "Generate Lorem ipsum paragraphs",
"command.insertFullFilePath.title": "光标右侧插入当前文件完整路径",
"command.insertDirectoryPath.title": "光标右侧插入当前文件所在目录完整路径",
"command.insertFileName.title": "光标右侧插入当前文件文件名",
"command.insertDate.title": "插入日期(3/28/2024)",
"command.insertLocalDate.title": "按当前语言习惯插入日期(2024/3/28)",
"command.insertTime.title": "插入时间(11:30:21 AM)",
"command.insertLocalTime.title": "按当前语言习惯插入时间(11:30:50)",
"command.insertTimestamp.title": "插入日期时间(3/28/2024, 11:31:15 AM)",
"command.insertLocalTimestamp.title": "按当前语言习惯插入日期时间(2024/3/28 11:32:33)",
"command.insertUtcTimestamp.title": "插入日期时间(2024-03-28T03:32:56.139Z)",
"command.insertUnixTimestamp.title": "插入时间戳(1711596803)",
"command.insertDecimalNumbers.title": "Insert decimal number sequence",
"command.insertDecimalNumbersStartingAt.title": "Insert decimal number sequence starting at...",
"command.insertDecimalNumbersWithIncrements.title": "Insert decimal number sequence with custom increments",
"command.insertDecimalNumbersWithIncrementsStartingAt.title": "Insert decimal number sequence with custom increments starting at...",
"command.insertHexNumbers.title": "Insert hex number sequence",
"command.insertHexNumbersStartingAt.title": "Insert hex number sequence starting at...",
"command.insertHexNumbersWithIncrements.title": "Insert hex number sequence with custom increments",
"command.insertHexNumbersWithIncrementsStartingAt.title": "Insert hex number sequence with custom increments starting at...",
"command.insertRomanNumerals.title": "Insert Roman numeral sequence",
"command.insertRomanNumeralsStartingAt.title": "Insert Roman numeral sequence starting at...",
"command.insertRomanNumeralsWithIncrements.title": "Insert Roman numeral sequence with custom increments",
"command.insertRomanNumeralsWithIncrementsStartingAt.title": "Insert Roman numeral sequence with custom increments starting at...",
"command.insertLineNumbers.title": "插入行号-当前文件所有行生效",
"command.insertLineNumbersFixedLength.title": "插入行号-有选中文本时,为选中行前面插入在文件中的行号,否则当前文件所有行生效",
"command.insertRelativeLineNumbers.title": "插入行号--有选中文本时,从1开始为选中行插入行号,否则当前文件所有行生效",
"command.insertRelativeLineNumbersFixedLength.title": "Insert fixed line numbers starting with 1 at the first selected line",
"command.insertSequence.title": "Insert series of items...",
"command.insertLowercaseLetterSequence.title": "随机插入指定行数的小写字母,每行一个",
"command.insertUppercaseLetterSequence.title": "随机插入指定行数的大写字母,每行一个",
"command.insertLowercaseGreekLetterSequence.title": "随机插入指定行数的小写希腊字母,每行一个",
"command.insertUppercaseGreekLetterSequence.title": "随机插入指定行数的大写希腊字母,每行一个",
"command.insertNatoPhoneticAlphabetSequence.title": "................................................................",
"command.insertLongEnglishMonthNamesSequence.title": "随机插入指定行数的英文月份全称",
"command.insertShortEnglishMonthNamesSequence.title": "随机插入指定行数的英文月份短称",
"command.insertLongLocaleMonthNamesSequence.title": "按当前语言随机插入指定行数的月份全称",
"command.insertShortLocaleMonthNamesSequence.title": "按当前语言随机插入指定行数的月份短称",
"command.insertLongEnglishDayNamesSequence.title": "随机插入指定行数的英文星期全称",
"command.insertShortEnglishDayNamesSequence.title": "随机插入指定行数的英文星期短称",
"command.insertLongLocaleDayNamesSequence.title": "按当前语言随机插入指定行数的星期全称",
"command.insertShortLocaleDayNamesSequence.title": "按当前语言随机插入指定行数的星期短称",
"command.spreadPasteFromClipboard.title": "Spread paste lines from clipboard",
"command.spreadPasteFromClipboardSkipEmpty.title": "Spread paste lines from clipboard (skip empty lines)",
"command.spreadPasteRepeatedlyFromClipboard.title": "Spread paste lines repeatedly from clipboard",
"command.spreadPasteRepeatedlyFromClipboardSkipEmpty.title": "Spread paste lines repeatedly from clipboard (skip empty lines)",
"command.pasteTextSlot1Content.title": "Paste text slot 1 content",
"command.pasteTextSlot2Content.title": "Paste text slot 2 content",
"command.pasteTextSlot3Content.title": "Paste text slot 3 content",
"command.pasteTextSlot4Content.title": "Paste text slot 4 content",
"command.pasteTextSlot5Content.title": "Paste text slot 5 content",
"command.setTextSlot1Content.title": "Set text slot 1 content",
"command.setTextSlot2Content.title": "Set text slot 2 content",
"command.setTextSlot3Content.title": "Set text slot 3 content",
"command.setTextSlot4Content.title": "Set text slot 4 content",
"command.setTextSlot5Content.title": "Set text slot 5 content",
"command.convertHexadecimalNumbersToDecimal.title": "Convert selected hexadecimal numbers to decimal",
"command.convertHexadecimalNumbersToDecimal8bit.title": "Convert selected hexadecimal numbers to decimal (using 8 bit arithmetic)",
"command.convertHexadecimalNumbersToDecimal16bit.title": "Convert selected hexadecimal numbers to decimal (using 16 bit arithmetic)",
"command.convertHexadecimalNumbersToDecimal32bit.title": "Convert selected hexadecimal numbers to decimal (using 32 bit arithmetic)",
"command.convertHexadecimalNumbersToDecimal64bit.title": "Convert selected hexadecimal numbers to decimal (using 64 bit arithmetic)",
"command.convertDecimalNumbersToHexadecimal.title": "Convert selected decimal numbers to hexadecimal",
"command.convertDecimalNumbersToHexadecimal8bit.title": "Convert selected decimal numbers to hexadecimal (using 8 bit arithmetic)",
"command.convertDecimalNumbersToHexadecimal16bit.title": "Convert selected decimal numbers to hexadecimal (using 16 bit arithmetic)",
"command.convertDecimalNumbersToHexadecimal32bit.title": "Convert selected decimal numbers to hexadecimal (using 32 bit arithmetic)",
"command.convertDecimalNumbersToHexadecimal64bit.title": "Convert selected decimal numbers to hexadecimal (using 64 bit arithmetic)",
"command.convertToZalgoUltraLight.title": "Convert selection to ultra light zalgo text",
"command.convertToZalgoLight.title": "Convert selection to light zalgo text",
"command.convertToZalgoMedium.title": "Convert selection to medium zalgo text",
"command.convertToZalgoHeavy.title": "Convert selection to heavy zalgo text",
"command.increaseDecimalNumbersWithOne.title": "Increase decimal numbers with 1",
"command.increaseHexNumbersWithOne.title": "Increase hexadecimal numbers with 1",
"command.increaseHexNumbersWithOne8bit.title": "Increase hexadecimal numbers with 1 (using 8 bit arithmetic)",
"command.increaseHexNumbersWithOne16bit.title": "Increase hexadecimal numbers with 1 (using 16 bit arithmetic)",
"command.increaseHexNumbersWithOne32bit.title": "Increase hexadecimal numbers with 1 (using 32 bit arithmetic)",
"command.increaseHexNumbersWithOne64bit.title": "Increase hexadecimal numbers with 1 (using 64 bit arithmetic)",
"command.decreaseDecimalNumbersWithOne.title": "Decrease decimal numbers with 1",
"command.decreaseHexNumbersWithOne.title": "Decrease hexadecimal numbers with 1",
"command.decreaseHexNumbersWithOne8bit.title": "Decrease hexadecimal numbers with 1 (using 8 bit arithmetic)",
"command.decreaseHexNumbersWithOne16bit.title": "Decrease hexadecimal numbers with 1 (using 16 bit arithmetic)",
"command.decreaseHexNumbersWithOne32bit.title": "Decrease hexadecimal numbers with 1 (using 32 bit arithmetic)",
"command.decreaseHexNumbersWithOne64bit.title": "Decrease hexadecimal numbers with 1 (using 64 bit arithmetic)",
"command.changeDecimalNumbersWithIncrement.title": "Increase/decrease decimal numbers with a custom value",
"command.changeHexNumbersWithIncrement.title": "Increase/decrease hexadecimal numbers with a custom value",
"command.changeHexNumbersWithIncrement8bit.title": "Increase/decrease hexadecimal numbers with a custom value (using 8 bit arithmetic)",
"command.changeHexNumbersWithIncrement16bit.title": "Increase/decrease hexadecimal numbers with a custom value (using 16 bit arithmetic)",
"command.changeHexNumbersWithIncrement32bit.title": "Increase/decrease hexadecimal numbers with a custom value (using 32 bit arithmetic)",
"command.changeHexNumbersWithIncrement64bit.title": "Increase/decrease hexadecimal numbers with a custom value (using 64 bit arithmetic)",
"command.urlEncodeText.title": "URL编码-无选中则编码全文",
"command.urlEncodeTextOnEachLine.title": "URL编码-每一行",
"command.urlDecodeText.title": "URL解码-无选中则解码全文",
"command.encodeHtmlEntities.title": "HTML编码-无选中则编码全文",
"command.encodeHtmlEntitiesOnEachLine.title": "HTML编码-每一行",
"command.encodeHtmlEntitiesWithNonAscii.title": "Encode HTML entities (including non ASCII characters)",
"command.encodeHtmlEntitiesWithNonAsciiOnEachLine.title": "Encode HTML entities (including non ASCII characters) on each line",
"command.encodeHtmlEntitiesAllNamedReferences.title": "Encode HTML entities (all named references)",
"command.encodeHtmlEntitiesAllNamedReferencesOnEachLine.title": "Encode HTML entities (all named references) on each line",
"command.decodeHtmlEntities.title": "Decode HTML entities",
"command.encodeXmlEntities.title": "Encode XML entities",
"command.encodeXmlEntitiesOnEachLine.title": "Encode XML entities on each line",
"command.decodeXmlEntities.title": "Decode XML entities",
"command.escapeTextForJson.title": "Escape text for JSON",
"command.unescapeTextForJson.title": "Unescape JSON escaped text",
"command.convertToJsonString.title": "Convert text to JSON string",
"command.convertToUnicodeEscapeSequences.title": "Convert to Unicode escape sequences",
"command.decodeUnicodeEscapeSequences.title": "Decode Unicode escape sequences",
"command.base64EncodeText.title": "base64编码-无选中则编码全文",
"command.base64EncodeTextOnEachLine.title": "base64编码-每一行",
"command.base64DecodeText.title": "base64解码-无选中则解码全文",
"command.base64DecodeTextOnEachLine.title": "base64解码-每一行",
"command.duplicateSelectionContent.title": "将选中文本重复一遍",
"command.repeatSelectionContent.title": "将选中文本重复 n 遍",
"command.copySelectionsToNewEditor.title": "复制选中文本到新文件",
"command.removeWhitespaceCharacters.title": "移除去除空白字符",
"command.removeNewLines.title": "Remove newlines",
"command.trimAndRemoveNewLines.title": "Trim whitespace and remove newlines",
"command.replaceWhitespaceWithASingleSpace.title": "Replace whitespace with a single space",
"command.replaceNewLinesAndWhitespaceWithASingleSpace.title": "Replace new lines and whitespace with a single space",
"command.removeDuplicates.title": "去除移除重复行",
"command.caseInsensitiveRemoveDuplicates.title": "去除移除重复行-大小写不敏感",
"command.removeAdjacentDuplicates.title": "去除移除相邻重复行",
"command.caseInsensitiveRemoveAdjacentDuplicates.title": "去除移除相邻重复行-大小写不敏感",
"command.keepOnlyDuplicates.title": "筛选重复行-移除唯一行后再对重复行去重",
"command.caseInsensitiveKeepOnlyDuplicates.title": "筛选重复行-移除唯一行后再对重复行去重,大小写不敏感",
"command.keepOnlyAdjacentDuplicates.title": "筛选相邻重复行-移除唯一行后再对重复行去重",
"command.caseInsensitiveKeepOnlyAdjacentDuplicates.title": "筛选相邻重复行-移除唯一行后再对重复行去重,大小写不敏感",
"command.keepOnlyUniques.title": "筛选唯一行",
"command.caseInsensitiveKeepOnlyUniques.title": "筛选唯一行-大小写不敏感",
"command.keepNumberOfRandomLines.title": "随机保留指定行数-无选中则全文生效",
"command.keepPercentageOfRandomLines.title": "随机保留指定比例的行-无选中则全文生效",
"command.removeEmptyLines.title": "去除空行(仅有\\n,\\t的行)",
"command.removeSurplusEmptyLines.title": "去除空行(仅有\\n的行)",
"command.removeBlankLines.title": "去除空行(仅有\\n,\\t及空格的行)",
"command.removeSurplusBlankLines.title": "去除空行(仅有\\n、空格的行)",
"command.removeControlCharacters.title": "Remove control characters",
"submenu.filterLines.label": "Filter lines (like grep)",
"submenu.extraction.label": "Extract info",
"submenu.formatContent.label": "Format content",
"submenu.changeLetters.label": "Change letters",
"submenu.insertFacts.label": "Insert facts",
"submenu.insertNumbers.label": "Insert numbers",
"submenu.insertSequences.label": "Insert series of items",
"submenu.paste.label": "Paste",
"submenu.textSlots.label": "Text slots (clipboard-like)",
"submenu.convert.label": "Convert",
"submenu.increaseDecrease.label": "Increase/decrease numbers",
"submenu.encodeDecode.label": "Encode/decode",
"submenu.joinSplitLines.label": "Join/split lines",
"submenu.sortLines.label": "Sort lines",
"submenu.generateFakeContent.label": "Generate fake/random content",
"submenu.selection.label": "Selection",
"submenu.remove.label": "Remove content",
"properties.caseSensitiveFiltering.description": "Use case sensitive comparison when performing filter operations.",
"properties.defaultPadString.description": "Default pad string for the 'Pad start (left)' and 'Pad end (right)' functions.",
"properties.insertUppercaseHexNumbers.description": "Insert uppercase hex numbers when using the 'Insert hex number' and other numeric functions.",
"properties.insertUppercaseGuids.description": "Insert uppercase GUIDs when using the 'Generate a GUID' or 'Generate multiple GUIDs' functions.",
"properties.defaultGuidType.description": "Type of the GUIDs inserted when using the 'Generate a GUID' or 'Generate multiple GUIDs' functions. By default the method will ask the type of GUID you want to generate.",
"properties.loremIpsum.wordsPerSentence.min.description": "Minimum number of words in a sentence in generated Lorem ipsum texts.",
"properties.loremIpsum.wordsPerSentence.max.description": "Maximum number of words in a sentence in generated Lorem ipsum texts.",
"properties.loremIpsum.sentencesPerParagraph.min.description": "Minimum number of sentences in a paragraph in generated Lorem ipsum texts.",
"properties.loremIpsum.sentencesPerParagraph.max.description": "Maximum number of sentences in a paragraph in generated Lorem ipsum texts.",
"properties.customLocale.description": "Custom locale (eg. `en-US`, `hu-HU`) to use instead of system locale when running date and time related comamnds."
}