mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
fix: missing translations
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
"copyDescription": "Number of copies (can be fractional)",
|
||||
"description": "World's simplest browser-based utility for duplicating list items. Input your list and specify duplication criteria to create copies of items. Perfect for data expansion, testing, or creating repeated patterns.",
|
||||
"duplicationOptions": "Duplication Options",
|
||||
"error": "Error",
|
||||
"example1Description": "This example shows how to duplicate a list of words.",
|
||||
"example1Title": "Simple duplication",
|
||||
"example2Description": "This example shows how to duplicate a list in reverse order.",
|
||||
"example2Title": "Reverse duplication",
|
||||
"example3Description": "This example shows how to interweave items instead of concatenating them.",
|
||||
"example3Title": "Interweaving items",
|
||||
"example4Description": "This example shows how to duplicate a list with a fractional number of copies.",
|
||||
"example4Title": "Fractional duplication",
|
||||
"examples": {
|
||||
"fractional": {
|
||||
"description": "This example shows how to duplicate a list with a fractional number of copies.",
|
||||
@@ -37,12 +46,53 @@
|
||||
"toolInfo": {
|
||||
"description": "This tool allows you to duplicate items in a list. You can specify the number of copies (including fractional values), control whether items are concatenated or interweaved, and even reverse the duplicated items. It's useful for creating repeated patterns, generating test data, or expanding lists with predictable content.",
|
||||
"title": "List Duplication"
|
||||
},
|
||||
"unknownError": "An unknown error occurred",
|
||||
"validation": {
|
||||
"copyMustBeNumber": "Number of copies must be a number",
|
||||
"copyMustBePositive": "Number of copies must be positive",
|
||||
"copyRequired": "Number of copies is required",
|
||||
"joinSeparatorRequired": "The join separator is required",
|
||||
"separatorRequired": "The separator is required"
|
||||
}
|
||||
},
|
||||
"findMostPopular": {
|
||||
"description": "World's simplest browser-based utility for finding the most popular items in a list. Input your list and instantly get the items that appear most frequently. Perfect for data analysis, trend identification, or finding common elements.",
|
||||
"displayFormatDescription": "How to display the most popular list items?",
|
||||
"displayOptions": {
|
||||
"count": "Show item count",
|
||||
"percentage": "Show item percentage",
|
||||
"total": "Show item total"
|
||||
},
|
||||
"extractListItems": "How to Extract List Items?",
|
||||
"ignoreItemCase": "Ignore Item Case",
|
||||
"ignoreItemCaseDescription": "Compare all list items in lowercase.",
|
||||
"inputTitle": "Input list",
|
||||
"itemComparison": "Item comparison",
|
||||
"outputFormat": "Top item output format",
|
||||
"removeEmptyItems": "Remove empty items",
|
||||
"removeEmptyItemsDescription": "Ignore empty items from comparison.",
|
||||
"resultTitle": "Most popular items",
|
||||
"shortDescription": "Find most frequently occurring items",
|
||||
"title": "Find most popular"
|
||||
"sortOptions": {
|
||||
"alphabetic": "Sort Alphabetically",
|
||||
"count": "Sort by count"
|
||||
},
|
||||
"sortingMethodDescription": "Select a sorting method.",
|
||||
"splitOperators": {
|
||||
"regex": {
|
||||
"description": "Delimit input list items with a regular expression.",
|
||||
"title": "Use a Regex for Splitting"
|
||||
},
|
||||
"symbol": {
|
||||
"description": "Delimit input list items with a character.",
|
||||
"title": "Use a Symbol for Splitting"
|
||||
}
|
||||
},
|
||||
"splitSeparatorDescription": "Set a delimiting symbol or regular expression.",
|
||||
"title": "Find most popular",
|
||||
"trimItems": "Trim top list items",
|
||||
"trimItemsDescription": "Remove leading and trailing spaces before comparing items"
|
||||
},
|
||||
"findUnique": {
|
||||
"caseSensitiveItems": "Case Sensitive Items",
|
||||
|
||||
Reference in New Issue
Block a user