This commit is contained in:
Ibrahima G. Coulibaly
2025-07-13 16:59:57 +01:00
parent 24e0e38b4a
commit ee32138b75
14 changed files with 329 additions and 70 deletions

View File

@@ -14,7 +14,10 @@
"findAbsolutelyUniqueItems": "Find Absolutely Unique Items",
"findAbsolutelyUniqueItemsDescription": "Display only those items of the list that exist in a single copy.",
"caseSensitiveItems": "Case Sensitive Items",
"caseSensitiveItemsDescription": "Output items with different case as unique elements in the list."
"caseSensitiveItemsDescription": "Output items with different case as unique elements in the list.",
"title": "Find unique",
"description": "World's simplest browser-based utility for finding unique items in a list. Input your list and instantly get all unique values with duplicates removed. Perfect for data cleaning, deduplication, or finding distinct elements.",
"shortDescription": "Find unique items in a list"
},
"wrap": {
"title": "Wrap List",
@@ -33,7 +36,9 @@
"toolInfo": {
"title": "List Wrapping",
"description": "This tool allows you to add text before and after each item in a list. You can specify different text for the left and right sides, and control how the list is processed. It's useful for adding quotes, brackets, or other formatting to list items, preparing data for different formats, or creating structured text."
}
},
"title": "Wrap",
"shortDescription": "Wrap list items with specified criteria"
},
"sort": {
"inputTitle": "Input list",
@@ -67,7 +72,10 @@
"sortedItemProperties": "Sorted item properties",
"joinSeparatorDescription": "Use this symbol as a joiner between items in a sorted list.",
"removeDuplicates": "Remove duplicates",
"removeDuplicatesDescription": "Delete duplicate list items."
"removeDuplicatesDescription": "Delete duplicate list items.",
"title": "Sort",
"description": "World's simplest browser-based utility for sorting list items. Input your list and specify sorting criteria to organize items in ascending or descending order. Perfect for data organization, text processing, or creating ordered lists.",
"shortDescription": "Sort list items in specified order"
},
"group": {
"inputTitle": "Input list",
@@ -95,7 +103,10 @@
"deleteEmptyItemsDescription": "Ignore empty items and don't include them in the groups.",
"padNonFullGroups": "Pad Non-full Groups",
"padNonFullGroupsDescription": "Fill non-full groups with a custom item (enter below).",
"paddingCharDescription": "Use this character or item to pad non-full groups."
"paddingCharDescription": "Use this character or item to pad non-full groups.",
"title": "Group",
"description": "World's simplest browser-based utility for grouping list items. Input your list and specify grouping criteria to organize items into logical groups. Perfect for categorizing data, organizing information, or creating structured lists. Supports custom separators and various grouping options.",
"shortDescription": "Group list items by common properties"
},
"duplicate": {
"toolInfo": {
@@ -132,7 +143,10 @@
"title": "Fractional duplication",
"description": "This example shows how to duplicate a list with a fractional number of copies."
}
}
},
"title": "Duplicate",
"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.",
"shortDescription": "Duplicate list items with specified criteria"
},
"reverse": {
"toolInfo": {
@@ -155,7 +169,10 @@
"title": "Use a Regex for Splitting",
"description": "Delimit input list items with a regular expression."
}
}
},
"title": "Reverse",
"description": "This is a super simple browser-based application prints all list items in reverse. The input items can be separated by any symbol and you can also change the separator of the reversed list items.",
"shortDescription": "Quickly reverse a list"
},
"shuffle": {
"title": "Shuffle",
@@ -166,6 +183,29 @@
"shuffledListLength": "Shuffled List Length",
"outputLengthDescription": "Output this many random items",
"shuffledListSeparator": "Shuffled List Separator",
"joinSeparatorDescription": "Use this separator in the randomized list."
"joinSeparatorDescription": "Use this separator in the randomized list.",
"title": "Shuffle",
"description": "World's simplest browser-based utility for shuffling list items. Input your list and instantly get a randomized version with items in random order. Perfect for creating variety, testing randomness, or mixing up ordered data.",
"shortDescription": "Randomize the order of list items"
},
"findMostPopular": {
"title": "Find most popular",
"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.",
"shortDescription": "Find most frequently occurring items"
},
"rotate": {
"title": "Rotate",
"description": "World's simplest browser-based utility for rotating list items. Input your list and specify rotation amount to shift items by a specified number of positions. Perfect for data manipulation, circular shifts, or reordering lists.",
"shortDescription": "Rotate list items by specified positions"
},
"truncate": {
"title": "Truncate",
"description": "World's simplest browser-based utility for truncating lists. Input your list and specify the maximum number of items to keep. Perfect for data processing, list management, or limiting content length.",
"shortDescription": "Truncate list to specified number of items"
},
"unwrap": {
"title": "Unwrap",
"description": "World's simplest browser-based utility for unwrapping list items. Input your wrapped list and specify unwrapping criteria to flatten organized items. Perfect for data processing, text manipulation, or extracting content from structured lists.",
"shortDescription": "Unwrap list items from structured format"
}
}