diff options
Diffstat (limited to 'languages/i18n/codex/qqq.json')
-rw-r--r-- | languages/i18n/codex/qqq.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/languages/i18n/codex/qqq.json b/languages/i18n/codex/qqq.json index 1b2cf9356d9a..1241304b62f6 100644 --- a/languages/i18n/codex/qqq.json +++ b/languages/i18n/codex/qqq.json @@ -2,7 +2,8 @@ "@metadata": { "authors": [ "Amire80", - "Design System Team" + "Design System Team", + "Doğu Abaris" ] }, "cdx-chip-input-chip-added": "Visually-hidden status message that is announced to users of assistive technology when a new chip is added. (A \"Chip\" is a visual component that puts a short text that a user has recently written into a small box. See a [[:wmdoc:codex/latest/components/demos/chip-input.html|full ChipInput description]].)", @@ -27,5 +28,6 @@ "cdx-table-pagination-status-message-indeterminate-long": "Message indicating the current page of results being displayed in a CdxTable component when the total number of results is not known.\n\nParameters:\n* $1 - Number representing the position of the first row of the current page of results within the sequence of all available rows.\n* $2 - Number representing the position of the last row of the current page of results within the sequence of all available rows.", "cdx-table-pagination-status-message-indeterminate-short": "Message indicating the current page of results being displayed in a CdxTable component when the total number of results is not known, suitable for small screens.\n\nParameters:\n* $1 - Number representing the position of the first row of the current page of results within the sequence of all available rows.\n* $2 - Number representing the position of the last row of the current page of results within the sequence of all available rows.", "cdx-table-pagination-status-message-indeterminate-final": "Message indicating that the user has reached the last page of an otherwise indeterminate number of results within a CdxTable component.\n\nParameters:\n* $1 - Current number of visible rows", - "cdx-table-pagination-status-message-pending": "Message indicating that a new page of results is being loaded in a CdxTable component" + "cdx-table-pagination-status-message-pending": "Message indicating that a new page of results is being loaded in a CdxTable component", + "cdx-table-no-data-message": "Message shown when there is no data available in the CdxTable component." } |