mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 17:34:56 +05:30
chore: locize sync
This commit is contained in:
parent
2a05f42d1d
commit
89a509a13e
1 changed files with 13 additions and 13 deletions
|
|
@ -156,23 +156,23 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"split": {
|
"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.",
|
"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",
|
"shortDescription": "Split text into multiple parts using a separator",
|
||||||
"splitSeparatorOptions": "Split separator options",
|
"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.)",
|
"symbolDescription": "Character that will be used to break text into parts. (Space by default.)",
|
||||||
"regexTitle": "Use a Regex for Splitting",
|
"symbolTitle": "Use a Symbol for Splitting",
|
||||||
"regexDescription": "Regular expression that will be used to break text into parts. (Multiple spaces by default.)",
|
"title": "Split"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"statistic": {
|
"statistic": {
|
||||||
"characterFrequencyAnalysis": "Character Frequency Analysis",
|
"characterFrequencyAnalysis": "Character Frequency Analysis",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue