Unverified Commit 7987dfe9 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Revised the English translation definitions (#12812)

parent 6161d54e
{ {
"scriptCategory": "English-like", "scriptCategory": "English-like",
"@scriptCategory": { "@scriptCategory": {
"description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)", "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)"
"type": "text"
}, },
"timeOfDayFormat": "h:mm a", "timeOfDayFormat": "h:mm a",
"@timeOfDayFormat": { "@timeOfDayFormat": {
"description": "The ICU 'Short Time' pattern, such as 'HH:mm', 'h:mm a', 'H:mm'. See: http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US", "description": "The ICU 'Short Time' pattern, such as 'HH:mm', 'h:mm a', 'H:mm'. See: http://demo.icu-project.org/icu-bin/locexp?d_=en&_=en_US"
"type": "text"
}, },
"openAppDrawerTooltip": "Open navigation menu", "openAppDrawerTooltip": "Open navigation menu",
"@openAppDrawerTooltip": { "@openAppDrawerTooltip": {
"description": "The tooltip for the leading AppBar menu (aka 'hamburger') button", "description": "The tooltip for the leading AppBar menu (aka 'hamburger') button"
"type": "text"
}, },
"backButtonTooltip": "Back", "backButtonTooltip": "Back",
"@backButtonTooltip": { "@backButtonTooltip": {
"description": "The BackButton's tooltip", "description": "The BackButton's tooltip"
"type": "text"
}, },
"closeButtonTooltip": "Close", "closeButtonTooltip": "Close",
"@closeButtonTooltip": { "@closeButtonTooltip": {
"description": "The CloseButton's tooltip", "description": "The CloseButton's tooltip"
"type": "text"
}, },
"nextMonthTooltip": "Next month", "nextMonthTooltip": "Next month",
"@nextMonthTooltip": { "@nextMonthTooltip": {
"description": "The tooltip for the MonthPicker's 'next month' button.", "description": "The tooltip for the MonthPicker's 'next month' button."
"type": "text"
}, },
"previousMonthTooltip": "Previous month", "previousMonthTooltip": "Previous month",
"@previousMonthTooltip": { "@previousMonthTooltip": {
"description": "The tooltip for the MonthPicker's 'previous month' button.", "description": "The tooltip for the MonthPicker's 'previous month' button."
"type": "text"
}, },
"nextPageTooltip": "Next page", "nextPageTooltip": "Next page",
"@nextMonthTooltip": { "@nextPageTooltip": {
"description": "The tooltip for the [PaginatedDataTables]'s 'next page' button.", "description": "The tooltip for the [PaginatedDataTables]'s 'next page' button."
"type": "text"
}, },
"previousPageTooltip": "Previous page", "previousPageTooltip": "Previous page",
"@previousMonthTooltip": { "@previousPageTooltip": {
"description": "The tooltip for the PaginatedDataTables's 'previous page' button.", "description": "The tooltip for the PaginatedDataTables's 'previous page' button."
"type": "text"
}, },
"showMenuTooltip": "Show menu", "showMenuTooltip": "Show menu",
"@showMenuTooltip": { "@showMenuTooltip": {
"description": "The default PopupMenuButton tooltip", "description": "The default PopupMenuButton tooltip"
"type": "text"
}, },
"aboutListTileTitle": "About $applicationName", "aboutListTileTitle": "About $applicationName",
"@aboutListTileTitle": { "@aboutListTileTitle": {
"description": "The default title for AboutListTile", "description": "The default title for AboutListTile",
"type": "text" "parameters": "applicationName"
}, },
"licensesPageTitle": "Licenses", "licensesPageTitle": "Licenses",
"@licensesPageTitle": { "@licensesPageTitle": {
"description": "The title for the Flutter licenses page.", "description": "The title for the Flutter licenses page."
"type": "text"
}, },
"pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount", "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount",
"pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
"@pageRowsInfoTitle": { "@pageRowsInfoTitle": {
"description": "Title for the [PaginatedDataTable]'s row info footer", "description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is known",
"type": "text" "parameters": "firstRow, lastRow, rowCount"
},
"pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
"@pageRowsInfoTitleApproximate": {
"description": "Title for the [PaginatedDataTable]'s row info footer when the exact overall row count is unknown",
"parameters": "firstRow, lastRow, rowCount"
}, },
"rowsPerPageTitle": "Rows per page:", "rowsPerPageTitle": "Rows per page:",
"@rowsPerPageTitle": { "@rowsPerPageTitle": {
"description": "Title for the [PaginatedDataTable]'s 'rows per page' footer.", "description": "Title for the [PaginatedDataTable]'s 'rows per page' footer."
"type": "text"
}, },
"selectedRowCountTitleZero": "No items selected", "selectedRowCountTitleZero": "No items selected",
...@@ -89,72 +82,61 @@ ...@@ -89,72 +82,61 @@
"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",
"type": "text" "plural": "selectedRowCount"
}, },
"cancelButtonLabel": "CANCEL", "cancelButtonLabel": "CANCEL",
"@cancelButtonLabel": { "@cancelButtonLabel": {
"description": "The label for cancel buttons and menu items.", "description": "The label for cancel buttons and menu items."
"type": "text"
}, },
"closeButtonLabel": "CLOSE", "closeButtonLabel": "CLOSE",
"@closeButtonLabel": { "@closeButtonLabel": {
"description": "The label for close buttons and menu items.", "description": "The label for close buttons and menu items."
"type": "text"
}, },
"continueButtonLabel": "CONTINUE", "continueButtonLabel": "CONTINUE",
"@continueButtonLabel": { "@continueButtonLabel": {
"description": "The label for continue buttons and menu items.", "description": "The label for continue buttons and menu items."
"type": "text"
}, },
"copyButtonLabel": "COPY", "copyButtonLabel": "COPY",
"@copyButtonLabel": { "@copyButtonLabel": {
"description": "The label for copy buttons and menu items.", "description": "The label for copy buttons and menu items."
"type": "text"
}, },
"cutButtonLabel": "CUT", "cutButtonLabel": "CUT",
"@cutButtonLabel": { "@cutButtonLabel": {
"description": "The label for cut buttons and menu items", "description": "The label for cut buttons and menu items."
"type": "text"
}, },
"okButtonLabel": "OK", "okButtonLabel": "OK",
"@okButtonLabel": { "@okButtonLabel": {
"description": "The label for OK buttons and menu items.", "description": "The label for OK buttons and menu items."
"type": "text"
}, },
"pasteButtonLabel": "PASTE", "pasteButtonLabel": "PASTE",
"@pasteButtonLabel": { "@pasteButtonLabel": {
"description": "The label for paste buttons and menu items.", "description": "The label for paste buttons and menu items."
"type": "text"
}, },
"selectAllButtonLabel": "SELECT ALL", "selectAllButtonLabel": "SELECT ALL",
"@selectButtonLabel": { "@selectAllButtonLabel": {
"description": "The label for select-all buttons and menu items.", "description": "The label for select-all buttons and menu items."
"type": "text"
}, },
"viewLicensesButtonLabel": "VIEW LICENSES", "viewLicensesButtonLabel": "VIEW LICENSES",
"@viewLicensesButtonLabel": { "@viewLicensesButtonLabel": {
"description": "The label for the about box's view licenses button.", "description": "The label for the about box's view licenses button."
"type": "text"
}, },
"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."
"type": "text"
}, },
"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."
"type": "text"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment