Improved l10 message descriptions (#13016)
This commit is contained in:
parent
efe2892081
commit
b6fb4a8a87
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
"aboutListTileTitle": "About $applicationName",
|
"aboutListTileTitle": "About $applicationName",
|
||||||
"@aboutListTileTitle": {
|
"@aboutListTileTitle": {
|
||||||
"description": "The default title for AboutListTile",
|
"description": "The default title for AboutListTile. The value of $applicationName is the name of the application, like GMail or Chrome.",
|
||||||
"parameters": "applicationName"
|
"parameters": "applicationName"
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -62,13 +62,13 @@
|
|||||||
|
|
||||||
"pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount",
|
"pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount",
|
||||||
"@pageRowsInfoTitle": {
|
"@pageRowsInfoTitle": {
|
||||||
"description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is known",
|
"description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is known. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.",
|
||||||
"parameters": "firstRow, lastRow, rowCount"
|
"parameters": "firstRow, lastRow, rowCount"
|
||||||
},
|
},
|
||||||
|
|
||||||
"pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
|
"pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
|
||||||
"@pageRowsInfoTitleApproximate": {
|
"@pageRowsInfoTitleApproximate": {
|
||||||
"description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is unknown",
|
"description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is unknown. This message describes an integer range where $firstRow is the index of the start of the range, $lastRow is the index of the end of the range, and $rowCount is the limit of the range. All values are greater than or equal to zero.",
|
||||||
"parameters": "firstRow, lastRow, rowCount"
|
"parameters": "firstRow, lastRow, rowCount"
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -81,7 +81,7 @@
|
|||||||
"selectedRowCountTitleOne": "1 item selected",
|
"selectedRowCountTitleOne": "1 item selected",
|
||||||
"selectedRowCountTitleOther": "$selectedRowCount items selected",
|
"selectedRowCountTitleOther": "$selectedRowCount items selected",
|
||||||
"@selectedRowCountTitle": {
|
"@selectedRowCountTitle": {
|
||||||
"description": "Title for the PaginatedDataTable's selected row count header",
|
"description": "Title for the PaginatedDataTable's selected row count header. The value of $selectedRowCount is an integer which indicates the number of data table row elements that have been selected.",
|
||||||
"plural": "selectedRowCount"
|
"plural": "selectedRowCount"
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -132,11 +132,11 @@
|
|||||||
|
|
||||||
"anteMeridiemAbbreviation": "AM",
|
"anteMeridiemAbbreviation": "AM",
|
||||||
"@anteMeridiemAbbreviation": {
|
"@anteMeridiemAbbreviation": {
|
||||||
"description": "The abbreviation for ante meridiem (before noon) shown in the time picker."
|
"description": "The abbreviation for ante meridiem (before noon) shown in the time picker. Translations for this abbreviation will only be provided for locales that support it."
|
||||||
},
|
},
|
||||||
|
|
||||||
"postMeridiemAbbreviation": "PM",
|
"postMeridiemAbbreviation": "PM",
|
||||||
"@postMeridiemAbbreviation": {
|
"@postMeridiemAbbreviation": {
|
||||||
"description": "The abbreviation for post meridiem (after noon) shown in the time picker."
|
"description": "The abbreviation for post meridiem (after noon) shown in the time picker. Translations for this abbreviation will only be provided for locales that support it."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user