From 89a509a13e4c90b0fc2da375327e1557038d947e Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Wed, 16 Jul 2025 16:01:37 +0100 Subject: [PATCH] chore: locize sync --- public/locales/en/string.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/locales/en/string.json b/public/locales/en/string.json index daf5000..142f8b9 100644 --- a/public/locales/en/string.json +++ b/public/locales/en/string.json @@ -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",