Skip to content

Commit 89a509a

Browse files
committed
chore: locize sync
1 parent 2a05f42 commit 89a509a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

public/locales/en/string.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -156,23 +156,23 @@
156156
}
157157
},
158158
"split": {
159+
"charAfterChunkDescription": "Character after each chunk",
160+
"charBeforeChunkDescription": "Character before each chunk",
161+
"chunksDescription": "Number of chunks of equal length in the output.",
162+
"chunksTitle": "Use a Number of Chunks",
159163
"description": "World's simplest browser-based utility for splitting text. Input your text and specify a separator to split it into multiple parts. Perfect for data processing, text manipulation, or extracting specific content from larger text blocks.",
164+
"lengthDescription": "Number of characters that will be put in each output chunk.",
165+
"lengthTitle": "Use Length for Splitting",
166+
"outputSeparatorDescription": "Character that will be put between the split chunks. (It's newline \"\\n\" by default.)",
167+
"outputSeparatorOptions": "Output Separator Options",
168+
"regexDescription": "Regular expression that will be used to break text into parts. (Multiple spaces by default.)",
169+
"regexTitle": "Use a Regex for Splitting",
170+
"resultTitle": "Split Result",
160171
"shortDescription": "Split text into multiple parts using a separator",
161172
"splitSeparatorOptions": "Split separator options",
162-
"title": "Split",
163-
"resultTitle": "Split Result",
164-
"outputSeparatorOptions": "Output Separator Options",
165-
"symbolTitle": "Use a Symbol for Splitting",
166173
"symbolDescription": "Character that will be used to break text into parts. (Space by default.)",
167-
"regexTitle": "Use a Regex for Splitting",
168-
"regexDescription": "Regular expression that will be used to break text into parts. (Multiple spaces by default.)",
169-
"lengthTitle": "Use Length for Splitting",
170-
"lengthDescription": "Number of characters that will be put in each output chunk.",
171-
"chunksTitle": "Use a Number of Chunks",
172-
"chunksDescription": "Number of chunks of equal length in the output.",
173-
"outputSeparatorDescription": "Character that will be put between the split chunks. (It's newline \"\\n\" by default.)",
174-
"charBeforeChunkDescription": "Character before each chunk",
175-
"charAfterChunkDescription": "Character after each chunk"
174+
"symbolTitle": "Use a Symbol for Splitting",
175+
"title": "Split"
176176
},
177177
"statistic": {
178178
"characterFrequencyAnalysis": "Character Frequency Analysis",

0 commit comments

Comments
 (0)