aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorDoğu Abaris <abaris@null.net>2024-11-24 17:39:49 +0100
committerVolkerE <volker.e@wikimedia.org>2024-11-25 18:39:34 +0000
commit03a7792e7aa8e52cb57600aaa7a956fb06851932 (patch)
tree8849b87b6021399b5a6f5ffc103daf9e637deb3f /languages
parentac47f676dbe7437fe412076786c4b64890510aaf (diff)
downloadmediawikicore-03a7792e7aa8e52cb57600aaa7a956fb06851932.tar.gz
mediawikicore-03a7792e7aa8e52cb57600aaa7a956fb06851932.zip
i18n/codex: Add `cdx-table-no-data-message` to i18n files
- Added `cdx-table-no-data-message` to `en.json` with the value: "There is no data available." - Documented `cdx-table-no-data-message` in `qqq.json` to explain its use as a message displayed when the CdxTable component has no data. Bug: T380459 Change-Id: Ic2c59dac7563616706b5f6d4a67a00bff2d186e6
Diffstat (limited to 'languages')
-rw-r--r--languages/i18n/codex/en.json6
-rw-r--r--languages/i18n/codex/qqq.json6
2 files changed, 8 insertions, 4 deletions
diff --git a/languages/i18n/codex/en.json b/languages/i18n/codex/en.json
index 18e03c522e26..ef13b31b8838 100644
--- a/languages/i18n/codex/en.json
+++ b/languages/i18n/codex/en.json
@@ -1,7 +1,8 @@
{
"@metadata": {
"authors": [
- "Design System Team"
+ "Design System Team",
+ "Doğu Abaris"
]
},
"cdx-chip-input-chip-added": "Chip $1 was added.",
@@ -26,5 +27,6 @@
"cdx-table-pagination-status-message-indeterminate-long": "Showing results $1–$2 of many",
"cdx-table-pagination-status-message-indeterminate-short": "$1–$2 of many",
"cdx-table-pagination-status-message-indeterminate-final": "Showing the last {{PLURAL:$1|$1 result|$1 results}}",
- "cdx-table-pagination-status-message-pending": "Loading results..."
+ "cdx-table-pagination-status-message-pending": "Loading results...",
+ "cdx-table-no-data-message": "There is no data available."
}
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."
}