material_en_IE.arb 3.36 KB
Newer Older
Yegor's avatar
Yegor committed
1
{
2 3 4 5 6 7 8
  "inputTimeModeButtonLabel": "Switch to text input mode",
  "timePickerDialHelpText": "SELECT TIME",
  "timePickerHourLabel": "Hour",
  "timePickerMinuteLabel": "Minute",
  "invalidTimeLabel": "Enter a valid time",
  "dialModeButtonLabel": "Switch to dial picker mode",
  "timePickerInputHelpText": "ENTER TIME",
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
  "dateSeparator": "/",
  "dateInputLabel": "Enter date",
  "calendarModeButtonLabel": "Switch to calendar",
  "dateRangePickerHelpText": "SELECT RANGE",
  "datePickerHelpText": "SELECT DATE",
  "saveButtonLabel": "SAVE",
  "dateOutOfRangeLabel": "Out of range.",
  "invalidDateRangeLabel": "Invalid range.",
  "invalidDateFormatLabel": "Invalid format.",
  "dateRangeEndDateSemanticLabel": "End date $fullDate",
  "dateRangeStartDateSemanticLabel": "Start date $fullDate",
  "dateRangeEndLabel": "End date",
  "dateRangeStartLabel": "Start date",
  "inputDateModeButtonLabel": "Switch to input",
  "unspecifiedDateRange": "Date range",
  "unspecifiedDate": "Date",
  "selectYearSemanticsLabel": "Select year",
  "dateHelpText": "mm/dd/yyyy",
27
  "moreButtonTooltip": "More",
28 29 30 31
  "tabLabel": "Tab $tabIndex of $tabCount",
  "showAccountsLabel": "Show accounts",
  "hideAccountsLabel": "Hide accounts",
  "signedInLabel": "Signed in",
32 33
  "timePickerMinuteModeAnnouncement": "Select minutes",
  "timePickerHourModeAnnouncement": "Select hours",
34 35 36 37
  "scriptCategory": "English-like",
  "timeOfDayFormat": "HH:mm",
  "nextMonthTooltip": "Next month",
  "pageRowsInfoTitleApproximate": "$firstRow–$lastRow of about $rowCount",
38
  "copyButtonLabel": "Copy",
39
  "closeButtonTooltip": "Close",
40
  "deleteButtonTooltip": "Delete",
41
  "selectAllButtonLabel": "Select all",
42 43 44 45 46
  "viewLicensesButtonLabel": "VIEW LICENCES",
  "rowsPerPageTitle": "Rows per page:",
  "aboutListTileTitle": "About $applicationName",
  "backButtonTooltip": "Back",
  "licensesPageTitle": "Licences",
47
  "licensesPackageDetailTextZero": "No licences",
48 49
  "licensesPackageDetailTextOne": "1 licence",
  "licensesPackageDetailTextOther": "$licenseCount licences",
50
  "okButtonLabel": "OK",
51
  "pasteButtonLabel": "Paste",
52 53
  "previousMonthTooltip": "Previous month",
  "closeButtonLabel": "CLOSE",
54
  "cutButtonLabel": "Cut",
55 56 57 58 59 60 61 62 63 64
  "continueButtonLabel": "CONTINUE",
  "nextPageTooltip": "Next page",
  "openAppDrawerTooltip": "Open navigation menu",
  "previousPageTooltip": "Previous page",
  "cancelButtonLabel": "CANCEL",
  "pageRowsInfoTitle": "$firstRow–$lastRow of $rowCount",
  "selectedRowCountTitleOne": "1 item selected",
  "selectedRowCountTitleOther": "$selectedRowCount items selected",
  "showMenuTooltip": "Show menu",
  "anteMeridiemAbbreviation": "AM",
65
  "postMeridiemAbbreviation": "PM",
66 67
  "modalBarrierDismissLabel": "Dismiss",
  "drawerLabel": "Navigation menu",
68 69
  "popupMenuLabel": "Pop-up menu",
  "dialogLabel": "Dialogue",
70
  "alertDialogLabel": "Alert",
71 72 73 74 75
  "searchFieldLabel": "Search",
  "reorderItemToStart": "Move to the start",
  "reorderItemToEnd": "Move to the end",
  "reorderItemUp": "Move up",
  "reorderItemDown": "Move down",
76 77
  "reorderItemLeft": "Move to the left",
  "reorderItemRight": "Move to the right",
78
  "expandedIconTapHint": "Collapse",
79 80 81
  "collapsedIconTapHint": "Expand",
  "remainingTextFieldCharacterCountZero": "No characters remaining",
  "remainingTextFieldCharacterCountOne": "1 character remaining",
82 83
  "remainingTextFieldCharacterCountOther": "$remainingCount characters remaining",
  "refreshIndicatorSemanticLabel": "Refresh"
Yegor's avatar
Yegor committed
84
}