material_en.arb 4.21 KB
Newer Older
1
{
Yegor's avatar
Yegor committed
2 3 4 5 6 7
  "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",
    "type": "text"
  },

8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
  "openAppDrawerTooltip": "Open navigation menu",
  "@openAppDrawerTooltip": {
    "description": "The tooltip for the leading AppBar menu (aka 'hamburger') button",
    "type": "text"
  },

  "backButtonTooltip": "Back",
  "@backButtonTooltip": {
    "description": "The BackButton's tooltip",
    "type": "text"
  },

  "closeButtonTooltip": "Close",
  "@closeButtonTooltip": {
    "description": "The CloseButton's tooltip",
    "type": "text"
  },

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

  "previousMonthTooltip": "Previous month",
  "@previousMonthTooltip": {
    "description": "The tooltip for the MonthPicker's 'previous month' button.",
    "type": "text"
36 37
  },

38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
  "nextPageTooltip": "Next page",
  "@nextMonthTooltip": {
    "description": "The tooltip for the [PaginatedDataTables]'s 'next page' button.",
    "type": "text"
  },

  "previousPageTooltip": "Previous page",
  "@previousMonthTooltip": {
    "description": "The tooltip for the PaginatedDataTables's 'previous page' button.",
    "type": "text"
  },

  "showMenuTooltip": "Show menu",
  "@showMenuTooltip": {
    "description": "The default PopupMenuButton tooltip",
    "type": "text"
  },

Hans Muller's avatar
Hans Muller committed
56 57 58 59 60 61
  "aboutListTileTitle": "About $applicationName",
  "@aboutListTileTitle": {
    "description": "The default title for AboutListTile",
    "type": "text"
  },

62 63 64 65 66 67
  "licensesPageTitle": "Licenses",
  "@licensesPageTitle": {
    "description": "The title for the Flutter licenses page.",
    "type": "text"
  },

68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
  "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount",
  "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
  "@pageRowInfoTitle": {
    "description": "Title for the [PaginatedDataTable]'s row info footer",
    "type": "text"
  },

  "rowsPerPageTitle": "Rows per page:",
  "@rowsPerPageTitle": {
    "description": "Title for the [PaginatedDataTable]'s 'rows per page' footer.",
    "type": "text"
  },

  "selectedRowCountTitleZero": "No items selected",
  "selectedRowCountTitleOne": "1 item selected",
  "selectedRowCountTitleOther": "$selectedRowCount items selected",
  "@selectedRowCountTitle": {
    "description": "Title for the PaginatedDataTable's selected row count header",
    "type": "text"
  },

89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
  "cancelButtonLabel": "CANCEL",
  "@cancelButtonLabel": {
    "description": "The label for cancel buttons and menu items.",
    "type": "text"
  },

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

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

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

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

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

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

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

  "viewLicensesButtonLabel": "VIEW LICENSES",
  "@viewLicensesButtonLabel": {
    "description": "The label for the about box's view licenses button.",
    "type": "text"
Yegor's avatar
Yegor committed
141 142 143 144 145 146 147 148 149 150 151 152
  },

  "anteMeridiemAbbreviation": "AM",
  "@anteMeridiemAbbreviation": {
    "description": "The abbreviation for ante meridiem (before noon) shown in the time picker.",
    "type": "text"
  },

  "postMeridiemAbbreviation": "PM",
  "@postMeridiemAbbreviation": {
    "description": "The abbreviation for post meridiem (after noon) shown in the time picker.",
    "type": "text"
153 154
  }
}