grommet
Version:
focus on the essential experience
181 lines (180 loc) • 5.29 kB
JSON
{
"button": {
"busy": "button is in a busy state",
"success": "button action succeeded"
},
"calendar": {
"previousMove": "Moved to {date}",
"previous": "Go to {date}",
"nextMove": "Moved to {date}",
"next": "Go to {date}"
},
"carousel": {
"previous": "Go to slide {slide}",
"next": "Go to slide {slide}",
"jump": "Jump to slide {slide}"
},
"dateInput": {
"openCalendar": "Press space to open calendar",
"enterCalendar": "Calendar is open, use arrow keys and enter to select a date.",
"exitCalendar": "Exited calendar dialog"
},
"dataFilters": {
"clear": "Clear filters",
"heading": "Filters",
"open": "Open filters",
"openSet": {
"singular": "Open filters, {number} filter applied",
"plural": "Open filters, {number} filters applied"
}
},
"dataForm": {
"submit": "Apply filters"
},
"dataSearch": {
"label": "Search",
"open": "Open search"
},
"dataSort": {
"ascending": "Ascending",
"by": "Sort by",
"descending": "Descending",
"direction": "Sort direction",
"open": "Open sort"
},
"dataSummary": {
"filtered": "{filteredTotal} results of {total} {items}",
"filteredSingle": "{filteredTotal} result of {total} {items}",
"items": "items",
"itemsSingle": "item",
"selected": "{selected} selected",
"total": "{total} {items}",
"totalSingle": "{total} {items}"
},
"dataTableColumns": {
"open": "Open column selector",
"order": "Order columns",
"select": "Select columns",
"tip": "Manage columns"
},
"dataTableGroupBy": {
"clear": "Clear group",
"label": "Group by"
},
"dataView": {
"label": "View"
},
"fileInput": {
"browse": "browse",
"dropPrompt": "Drop file here or",
"dropPromptMultiple": "Drop files here or",
"files": "files",
"maxFile": "Attach a maximum of {max} files only.",
"maxSizeSingle": "The file is too large. Select a file no larger than {maxSize}.",
"maxSizeMultiple": {
"singular": "One file is too large. Select files which are no larger than {maxSize}.",
"plural": "{numOfFiles} files are too large. Select files which are no larger than {maxSize}."
},
"remove": "remove",
"removeAll": "remove all"
},
"form": {
"invalid": "invalid",
"required": "required"
},
"formField": {
"maxCharacters": {
"remaining": {
"singular": "{number} character left",
"plural": "{number} characters left"
},
"overLimit": {
"singular": "{number} character over limit",
"plural": "{number} characters over limit"
}
}
},
"input": {
"readOnlyCopy": {
"prompt": "Copy to clipboard",
"validation": "Copied"
}
},
"menu": {
"openMenu": "Open Menu",
"closeMenu": "Close Menu"
},
"meter": {
"bar": {
"singular": "Bar meter with value {meterValue} out of {max}",
"plural": "Bar meter with values {meterValue} out of {max}"
},
"circle": {
"singular": "Circle meter with value {meterValue} out of {max}",
"plural": "Circle meter with values {meterValue} out of {max}"
},
"pie": {
"singular": "Pie meter with value {meterValue} out of {max}",
"plural": "Pie meter with values {meterValue} out of {max}"
},
"semicircle": {
"singular": "Semicircle meter with value {meterValue} out of {max}",
"plural": "Semicircle meter with values {meterValue} out of {max}"
}
},
"pagination": {
"stepLabel": "Items per page",
"summary": "Showing {start}-{end} of {total}",
"summaryNoItems": "0 items"
},
"rangeSelector": {
"lower": "Lower Bounds",
"upper": "Upper Bounds"
},
"select": {
"multiple": "multiple",
"selected": "; Selected: {currentSelectedValue}"
},
"selectMultiple": {
"clearAll": "Clear All",
"clearAllA11y": "{selected} options selected. Clear all?",
"open": "Open drop",
"optionNotSelected": "{optionLabel} not selected",
"optionSelected": "{optionLabel} selected",
"search": "Search to filter options",
"selectAll": "Select All",
"selectAllA11y": "Select all {total} options",
"selectDrop": "Select dropdown",
"selected": "{selected} selected",
"selectedOfTotal": "{selected} selected of {total}",
"selectedOptions": "Selected options",
"showMore": "+ {remaining} more",
"summarizedValue": "{selected} selected"
},
"skipLinks": {
"skipTo": "Skip To:"
},
"tabs": {
"tabContents": "Tab Contents"
},
"textInput": {
"enterSelect": "(Press Enter to Select)",
"suggestionsCount": "suggestions available",
"suggestionsExist": "This input has suggestions use arrow keys to navigate",
"suggestionIsOpen": "Suggestions drop is open, continue to use arrow keys to navigate"
},
"video": {
"audioDescriptions": "video audio description",
"captions": "closed captions",
"closeMenu": "close menu",
"description": "video audio description",
"fullScreen": "full screen",
"progressMeter": "video progress",
"scrubber": "scrubber",
"openMenu": "open menu",
"pauseButton": "pause",
"playButton": "play",
"volumeDown": "volume down",
"volumeUp": "volume up"
}
}