material_en.arb 7.99 KB
Newer Older
1
{
2 3
  "scriptCategory": "English-like",
  "@scriptCategory": {
4
    "description": "The name of the language's script category (see https://material.io/go/design-typography#typography-language-categories-reference)."
5 6
  },

Yegor's avatar
Yegor committed
7 8
  "timeOfDayFormat": "h:mm a",
  "@timeOfDayFormat": {
9
    "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"
Yegor's avatar
Yegor committed
10 11
  },

12 13
  "openAppDrawerTooltip": "Open navigation menu",
  "@openAppDrawerTooltip": {
14
    "description": "The tooltip for the leading app bar menu (aka 'hamburger') button."
15 16 17 18
  },

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

  "closeButtonTooltip": "Close",
  "@closeButtonTooltip": {
24 25 26 27 28 29
    "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."
30 31 32 33
  },

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

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

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

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

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

Hans Muller's avatar
Hans Muller committed
57 58
  "aboutListTileTitle": "About $applicationName",
  "@aboutListTileTitle": {
59
    "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.",
60
    "parameters": "applicationName"
Hans Muller's avatar
Hans Muller committed
61 62
  },

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

68
  "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount",
69
  "@pageRowsInfoTitle": {
70
    "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.",
71 72 73 74 75
    "parameters": "firstRow, lastRow, rowCount"
  },

  "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
  "@pageRowsInfoTitleApproximate": {
76
    "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.",
77
    "parameters": "firstRow, lastRow, rowCount"
78 79 80 81
  },

  "rowsPerPageTitle": "Rows per page:",
  "@rowsPerPageTitle": {
82
    "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."
83 84
  },

85 86 87 88 89 90
  "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"
  },

91 92 93 94
  "selectedRowCountTitleZero": "No items selected",
  "selectedRowCountTitleOne": "1 item selected",
  "selectedRowCountTitleOther": "$selectedRowCount items selected",
  "@selectedRowCountTitle": {
95
    "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.",
96
    "plural": "selectedRowCount"
97 98
  },

99 100
  "cancelButtonLabel": "CANCEL",
  "@cancelButtonLabel": {
101
    "description": "The label for cancel buttons and menu items."
102 103 104 105
  },

  "closeButtonLabel": "CLOSE",
  "@closeButtonLabel": {
106
    "description": "The label for close buttons and menu items."
107 108 109 110
  },

  "continueButtonLabel": "CONTINUE",
  "@continueButtonLabel": {
111
    "description": "The label for continue buttons and menu items."
112 113 114 115
  },

  "copyButtonLabel": "COPY",
  "@copyButtonLabel": {
116
    "description": "The label for copy buttons and menu items."
117 118 119 120
  },

  "cutButtonLabel": "CUT",
  "@cutButtonLabel": {
121
    "description": "The label for cut buttons and menu items."
122 123 124 125
  },

  "okButtonLabel": "OK",
  "@okButtonLabel": {
126
    "description": "The label for OK buttons and menu items."
127 128 129 130
  },

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

  "selectAllButtonLabel": "SELECT ALL",
135 136
  "@selectAllButtonLabel": {
    "description": "The label for select-all buttons and menu items."
137 138 139 140
  },

  "viewLicensesButtonLabel": "VIEW LICENSES",
  "@viewLicensesButtonLabel": {
141
    "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."
Yegor's avatar
Yegor committed
142 143 144 145
  },

  "anteMeridiemAbbreviation": "AM",
  "@anteMeridiemAbbreviation": {
146
    "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."
Yegor's avatar
Yegor committed
147 148 149 150
  },

  "postMeridiemAbbreviation": "PM",
  "@postMeridiemAbbreviation": {
151
    "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."
152 153 154 155 156 157 158 159 160 161
  },

  "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."
162 163 164 165 166
  },

  "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."
167 168 169 170
  },

  "signedInLabel": "Signed in",
  "@signedInLabel": {
171
    "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."
172 173 174 175
  },

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

  "showAccountsLabel": "Show accounts",
  "@showAccountsLabel": {
181
    "description": "The accessibility label used for the button on a UserAccountsDrawerHeader that shows the list of accounts."
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
  },

  "drawerLabel": "Navigation menu",
  "@drawerLabel": {
    "description": "The audio announcement made when the Drawer is opened."
  },

  "popupMenuLabel": "Popup menu",
  "@popupMenuLabel": {
    "description": "The audio announcement made when a PopupMenu is opened."
  },

  "dialogLabel": "Dialog",
  "@dialogLabel": {
    "description": "The audio announcement made when a Dialog is opened."
  },

  "alertDialogLabel": "Alert",
  "@dialogLabel": {
    "description": "The audio announcement made when an AlertDialog is opened."
202 203
  }
}