chore: locize sync

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-16 16:01:37 +01:00
parent 2a05f42d1d
commit 89a509a13e

View File

@@ -156,23 +156,23 @@
}
},
"split": {
"charAfterChunkDescription": "Character after each chunk",
"charBeforeChunkDescription": "Character before each chunk",
"chunksDescription": "Number of chunks of equal length in the output.",
"chunksTitle": "Use a Number of Chunks",
"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.",
"lengthDescription": "Number of characters that will be put in each output chunk.",
"lengthTitle": "Use Length for Splitting",
"outputSeparatorDescription": "Character that will be put between the split chunks. (It's newline \"\\n\" by default.)",
"outputSeparatorOptions": "Output Separator Options",
"regexDescription": "Regular expression that will be used to break text into parts. (Multiple spaces by default.)",
"regexTitle": "Use a Regex for Splitting",
"resultTitle": "Split Result",
"shortDescription": "Split text into multiple parts using a separator",
"splitSeparatorOptions": "Split separator options",
"title": "Split",
"resultTitle": "Split Result",
"outputSeparatorOptions": "Output Separator Options",
"symbolTitle": "Use a Symbol for Splitting",
"symbolDescription": "Character that will be used to break text into parts. (Space by default.)",
"regexTitle": "Use a Regex for Splitting",
"regexDescription": "Regular expression that will be used to break text into parts. (Multiple spaces by default.)",
"lengthTitle": "Use Length for Splitting",
"lengthDescription": "Number of characters that will be put in each output chunk.",
"chunksTitle": "Use a Number of Chunks",
"chunksDescription": "Number of chunks of equal length in the output.",
"outputSeparatorDescription": "Character that will be put between the split chunks. (It's newline \"\\n\" by default.)",
"charBeforeChunkDescription": "Character before each chunk",
"charAfterChunkDescription": "Character after each chunk"
"symbolTitle": "Use a Symbol for Splitting",
"title": "Split"
},
"statistic": {
"characterFrequencyAnalysis": "Character Frequency Analysis",