{
  "scriptCategory": "English-like",
  "@scriptCategory": {
    "description": "The name of the language's script category (see https://material.io/guidelines/style/typography.html#typography-language-categories-reference)."
  },

  "timeOfDayFormat": "h:mm a",
  "@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"
  },

  "openAppDrawerTooltip": "Open navigation menu",
  "@openAppDrawerTooltip": {
    "description": "The tooltip for the leading app bar menu (aka 'hamburger') button."
  },

  "backButtonTooltip": "Back",
  "@backButtonTooltip": {
    "description": "The tooltip for the back button, which closes the current page and returns to the previous one."
  },

  "closeButtonTooltip": "Close",
  "@closeButtonTooltip": {
    "description": "The tooltip for the close button, which closes the current page and returns to the previous one."
  },

  "deleteButtonTooltip": "Delete",
  "@deleteButtonTooltip": {
    "description": "The tooltip for the delete button of chips."
  },

  "nextMonthTooltip": "Next month",
  "@nextMonthTooltip": {
    "description": "The tooltip for the month picker's 'next month' button."
  },

  "previousMonthTooltip": "Previous month",
  "@previousMonthTooltip": {
    "description": "The tooltip for the month picker's 'previous month' button."
  },

  "nextPageTooltip": "Next page",
  "@nextPageTooltip": {
    "description": "The tooltip for the button that sends the user to the next page of a paginated data table."
  },

  "previousPageTooltip": "Previous page",
  "@previousPageTooltip": {
    "description": "The tooltip for the button that sends the user to the previous page of a paginated data table."
  },

  "showMenuTooltip": "Show menu",
  "@showMenuTooltip": {
    "description": "The tooltip for the button that shows a popup menu."
  },

  "aboutListTileTitle": "About $applicationName",
  "@aboutListTileTitle": {
    "description": "The default title for the drawer item that shows an about page for the application. The value of $applicationName is the name of the application, like GMail or Chrome.",
    "parameters": "applicationName"
  },

  "licensesPageTitle": "Licenses",
  "@licensesPageTitle": {
    "description": "The title for the Flutter licenses page."
  },

  "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount",
  "@pageRowsInfoTitle": {
    "description": "The text shown in the footer of a paginated data table 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"
  },

  "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
  "@pageRowsInfoTitleApproximate": {
    "description": "The text shown in the footer of a paginated data table 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"
  },

  "rowsPerPageTitle": "Rows per page:",
  "@rowsPerPageTitle": {
    "description": "The caption for the drop-down button on a paginated data table's footer that allows the user to control the number of rows of data per page of the table."
  },

  "tabLabel": "Tab $tabIndex of $tabCount",
  "@tabLabel": {
    "description": "The accessibility label used on a tab. This message describes the index of the selected tab and how many tabs there are, e.g. 'Tab 1 of 2'. All values are greater than or equal to one.",
    "parameters": "tabIndex, tabCount"
  },

  "selectedRowCountTitleZero": "No items selected",
  "selectedRowCountTitleOne": "1 item selected",
  "selectedRowCountTitleOther": "$selectedRowCount items selected",
  "@selectedRowCountTitle": {
    "description": "The title for the header of a paginated data table when the user is selecting rows. The value of $selectedRowCount is an integer which indicates the number of data table row elements that have been selected.",
    "plural": "selectedRowCount"
  },

  "cancelButtonLabel": "CANCEL",
  "@cancelButtonLabel": {
    "description": "The label for cancel buttons and menu items."
  },

  "closeButtonLabel": "CLOSE",
  "@closeButtonLabel": {
    "description": "The label for close buttons and menu items."
  },

  "continueButtonLabel": "CONTINUE",
  "@continueButtonLabel": {
    "description": "The label for continue buttons and menu items."
  },

  "copyButtonLabel": "COPY",
  "@copyButtonLabel": {
    "description": "The label for copy buttons and menu items."
  },

  "cutButtonLabel": "CUT",
  "@cutButtonLabel": {
    "description": "The label for cut buttons and menu items."
  },

  "okButtonLabel": "OK",
  "@okButtonLabel": {
    "description": "The label for OK buttons and menu items."
  },

  "pasteButtonLabel": "PASTE",
  "@pasteButtonLabel": {
    "description": "The label for paste buttons and menu items."
  },

  "selectAllButtonLabel": "SELECT ALL",
  "@selectAllButtonLabel": {
    "description": "The label for select-all buttons and menu items."
  },

  "viewLicensesButtonLabel": "VIEW LICENSES",
  "@viewLicensesButtonLabel": {
    "description": "The label for the button in the about box that leads the user to a list of all licenses that apply to the application."
  },

  "anteMeridiemAbbreviation": "AM",
  "@anteMeridiemAbbreviation": {
    "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": {
    "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."
  },

  "timePickerHourModeAnnouncement": "Select hours",
  "@timePickerHourModeAnnouncement": {
    "description": "The audio announcement made when the time picker dialog is set to hour mode."
  },

  "timePickerMinuteModeAnnouncement": "Select minutes",
  "@timePickerMinuteModeAnnouncement": {
    "description": "The audio announcement made when the time picker dialog is set to minute mode."
  },

  "modalBarrierDismissLabel": "Dismiss",
  "@modalBarrierDismissLabel": {
    "description": "Label read out by accessibility tools (TalkBack or VocieOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can for example be found behind a alert or popup to block user interaction with elements behind it."
  },

  "signedInLabel": "Signed in",
  "@signedInLabel": {
    "description": "The accessibility label used to indicate which account is signed in, in a UserAccountsDrawerHeader, when the accessibility user navigates the UI. This phrase serves as an adjective with respect to the user. The phrase indicates that the user is currently signed in."
  },

  "hideAccountsLabel": "Hide accounts",
  "@hideAccountsLabel": {
    "description": "The accessibility label used for the button on a UserAccountsDrawerHeader that hides the list of accounts."
  },

  "showAccountsLabel": "Show accounts",
  "@showAccountsLabel": {
    "description": "The accessibility label used for the button on a UserAccountsDrawerHeader that shows the list of accounts."
  }
}