blob: 5da69cf9375ad2f7ddc8915aac774ca568f426d7 [file] [log] [blame]
{
"scriptCategory": "English-like",
"@scriptCategory": {
"description": "The name of the language's script category (see https://material.io/design/typography/language-support.html#language-categories-reference).",
"x-flutter-type": "scriptCategory"
},
"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",
"x-flutter-type": "icuShortTimePattern"
},
"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."
},
"moreButtonTooltip": "More",
"@moreButtonTooltip": {
"description": "The tooltip for the more button in the text selection menu, which shows the overflowing menu items."
},
"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."
},
"firstPageTooltip": "First page",
"@firstPageTooltip": {
"description": "The tooltip for the button that sends the user to the first page of a paginated data table."
},
"lastPageTooltip": "Last page",
"@lastPageTooltip": {
"description": "The tooltip for the button that sends the user to the last page of a paginated data table."
},
"showMenuTooltip": "Show menu",
"@showMenuTooltip": {
"description": "The tooltip for the button that shows a popup menu."
},
"scrimLabel": "Scrim",
"@scrimLabel": {
"description": "The label for the scrim rendered underneath the content of a modal route."
},
"bottomSheetLabel": "Bottom Sheet",
"@bottomSheetLabel": {
"description": "The label for a BottomSheet."
},
"scrimOnTapHint": "Close $modalRouteContentName",
"@scrimOnTapHint": {
"description": "The onTapHint for the scrim rendered underneath the content of a modal route which users can tap to dismiss the content",
"parameters": "modalRouteContentName"
},
"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."
},
"licensesPackageDetailTextZero": "No licenses",
"@licensesPackageDetailTextZero": {
"optional": true
},
"licensesPackageDetailTextOne": "1 license",
"@licensesPackageDetailTextOne": {
"optional": true
},
"@licensesPackageDetailTextTwo": {
"optional": true
},
"@licensesPackageDetailTextFew": {
"optional": true
},
"@licensesPackageDetailTextMany": {
"optional": true
},
"licensesPackageDetailTextOther": "$licenseCount licenses",
"@licensesPackageDetailText": {
"description": "The subtitle and detail text for a package displayed on the Flutter licenses page. The value of $licenseCount is an integer which indicates the number of licenses the package has.",
"plural": "licenseCount"
},
"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",
"@selectedRowCountTitleZero": {
"optional": true
},
"selectedRowCountTitleOne": "1 item selected",
"@selectedRowCountTitleOne": {
"optional": true
},
"@selectedRowCountTitleTwo": {
"optional": true
},
"@selectedRowCountTitleFew": {
"optional": true
},
"@selectedRowCountTitleMany": {
"optional": true
},
"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 VoiceOver) 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."
},
"dateSeparator": "/",
"@dateSeparator": {
"description": "The character string used to separate the parts of a compact date format. For example 'mm/dd/yyyy' has a separator of '/'."
},
"dateHelpText": "mm/dd/yyyy",
"@dateHelpText": {
"description": "The help text used on an empty text input date field to indicate the date format being asked for."
},
"selectYearSemanticsLabel": "Select year",
"@selectYearSemanticsLabel": {
"description": "The accessibility label used to announce when the user has entered the year selection mode in the date picker."
},
"unspecifiedDate": "Date",
"@unspecifiedDate": {
"description": "The label used to indicate a date that has not been entered or selected in the date picker."
},
"unspecifiedDateRange": "Date Range",
"@unspecifiedDateRange": {
"description": "The label used to indicate a date range that has not been entered or selected in the date range picker."
},
"dateInputLabel": "Enter Date",
"@dateInputLabel": {
"description": "The label used to describe the input text field used in the date picker."
},
"dateRangeStartLabel": "Start Date",
"@dateRangeStartLabel": {
"description": "The label used to describe the starting date input text field used in the date range picker."
},
"dateRangeEndLabel": "End Date",
"@dateRangeEndLabel": {
"description": "The label used to describe the ending date input text field used in the date range picker."
},
"dateRangeStartDateSemanticLabel": "Start date $fullDate",
"@dateRangeStartDateSemanticLabel": {
"description": "Accessibility announcement that is used when the user navigates to the selected start date in the date range picker.",
"parameters": "$fullDate"
},
"dateRangeEndDateSemanticLabel": "End date $fullDate",
"@dateRangeEndDateSemanticLabel": {
"description": "Accessibility announcement that is used when the user navigates to the selected end date in the date range picker.",
"parameters": "$fullDate"
},
"invalidDateFormatLabel": "Invalid format.",
"@invalidDateFormatLabel": {
"description": "Error message displayed to the user when they have entered a text string in an input field of the date picker that is not in a valid date format."
},
"invalidDateRangeLabel": "Invalid range.",
"@invalidDateRangeLabel": {
"description": "Error message displayed to the user when they have entered an invalid date range in the input fields of the date range picker."
},
"dateOutOfRangeLabel": "Out of range.",
"@dateOutOfRangeLabel": {
"description": "Error message displayed to the user when they have entered a date that is outside the valid range for the date picker."
},
"saveButtonLabel": "Save",
"@saveButtonLabel": {
"description": "Label for a 'Save' button used in full screen dialogs."
},
"datePickerHelpText": "Select date",
"@datePickerHelpText": {
"description": "Label used in the header of the date picker dialog"
},
"dateRangePickerHelpText": "Select range",
"@dateRangePickerHelpText": {
"description": "Label used in the header of the date range picker dialog."
},
"calendarModeButtonLabel": "Switch to calendar",
"@calendarModeButtonLabel": {
"description": "Tooltip used for the calendar mode button of the date pickers."
},
"inputDateModeButtonLabel": "Switch to input",
"@inputDateModeButtonLabel": {
"description": "Tooltip used for the text input mode button of the date pickers."
},
"timePickerDialHelpText": "Select time",
"@timePickerDialHelpText": {
"description": "Label used in the header of the time picker dialog when using the clock dial to select a time."
},
"timePickerInputHelpText": "Enter time",
"@timePickerInputHelpText": {
"description": "Label used in the header of the time picker dialog when using the text input to enter a time."
},
"timePickerHourLabel": "Hour",
"@timePickerHourLabel": {
"description": "Label indicating the text field for inputting an hour when entering a time."
},
"timePickerMinuteLabel": "Minute",
"@timePickerMinuteLabel": {
"description": "Label indicating the text field for inputting a minute when entering a time."
},
"invalidTimeLabel": "Enter a valid time",
"@invalidTimeLabel": {
"description": "Error message displayed to the user when they have entered an invalid time."
},
"dialModeButtonLabel": "Switch to dial picker mode",
"@dialModeButtonLabel": {
"description": "Tooltip used for the clock dial mode button of the time picker."
},
"inputTimeModeButtonLabel": "Switch to text input mode",
"@inputTimeModeButtonLabel": {
"description": "Tooltip used for the text input mode button of the time picker."
},
"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."
},
"drawerLabel": "Navigation menu",
"@drawerLabel": {
"description": "The audio announcement made when the Drawer is opened."
},
"menuBarMenuLabel": "Menu bar menu",
"@menuBarMenuLabel": {
"description": "The audio announcement made when a MenuBarMenu 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",
"@alertDialogLabel": {
"description": "The audio announcement made when an AlertDialog is opened."
},
"searchFieldLabel": "Search",
"@searchFieldLabel": {
"description": "Label indicating that a text field is a search field. This will be used as a hint text in the text field."
},
"currentDateLabel": "Today",
"@currentDateLabel": {
"description": "Label indicating that the focused date is the current date."
},
"reorderItemToStart": "Move to the start",
"@reorderItemToStart": {
"description": "The audio announcement to move an item in a Reorderable List to the start of the list."
},
"reorderItemToEnd": "Move to the end",
"@reorderItemToEnd": {
"description": "The audio announcement to move an item in a Reorderable List to the end of the list."
},
"reorderItemUp": "Move up",
"@reorderItemUp": {
"description": "The audio announcement to move an item in a Reorderable List up in the list when it is oriented vertically."
},
"reorderItemDown": "Move down",
"@reorderItemDown": {
"description": "The audio announcement to move an item in a Reorderable List down in the list when it is oriented vertically."
},
"reorderItemLeft": "Move left",
"@reorderItemLeft": {
"description": "The audio announcement to move an item in a Reorderable List left in the list when it is oriented horizontally."
},
"reorderItemRight": "Move right",
"@reorderItemRight": {
"description": "The audio announcement to move an item in a Reorderable List right in the list when it is oriented horizontally."
},
"expandedIconTapHint": "Collapse",
"@expandedIconTapHint": {
"description": "The verb which describes what happens when an expanded ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to collapse.' The exact phrasing of the hint will vary based on locale"
},
"collapsedIconTapHint": "Expand",
"@collapsedIconTapHint": {
"description": "The verb which describes what happens when a collapsed ExpandIcon toggle button is pressed. This is used by TalkBack on Android to replace the default hint on the accessibility action. The verb will be concatenated with a prefix string which describes how to perform the action, which by default is 'double tap to activate'. In the case of US english, this would be 'double tap to expand.' The exact phrasing of the hint will vary based on locale"
},
"remainingTextFieldCharacterCountZero": "No characters remaining",
"@remainingTextFieldCharacterCountZero": {
"optional": true
},
"remainingTextFieldCharacterCountOne": "1 character remaining",
"@remainingTextFieldCharacterCountOne": {
"optional": true
},
"@remainingTextFieldCharacterCountTwo": {
"optional": true
},
"@remainingTextFieldCharacterCountFew": {
"optional": true
},
"@remainingTextFieldCharacterCountMany": {
"optional": true
},
"remainingTextFieldCharacterCountOther": "$remainingCount characters remaining",
"@remainingTextFieldCharacterCount": {
"description": "The label for the TextField's character counter. remainingCharacters is a integer representing how many more characters the user can type into the text field before using up a given budget. All values are greater than or equal to zero.",
"plural": "remainingCount"
},
"refreshIndicatorSemanticLabel": "Refresh",
"@refreshIndicatorSemanticLabel": {
"description": "The verb which describes what happens when a RefreshIndicator is displayed on screen. This is used by TalkBack on Android to announce that a refresh is happening."
},
"keyboardKeyAlt": "Alt",
"@keyboardKeyAlt": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Alt' (alt) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyAltGraph": "AltGr",
"@keyboardKeyAltGraph": {
"description": "Part of a keyboard shortcut label for the keyboard key 'AltGr' (altGraph) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyBackspace": "Backspace",
"@keyboardKeyBackspace": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Backspace' (backspace) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyCapsLock": "Caps Lock",
"@keyboardKeyCapsLock": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Caps Lock' (capsLock) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyChannelDown": "Channel Down",
"@keyboardKeyChannelDown": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Channel Down' (channelDown) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyChannelUp": "Channel Up",
"@keyboardKeyChannelUp": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Channel Up' (channelUp) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyControl": "Ctrl",
"@keyboardKeyControl": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Ctrl' (control) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyDelete": "Del",
"@keyboardKeyDelete": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Del' (delete) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyEject": "Eject",
"@keyboardKeyEject": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Eject' (eject) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyEnd": "End",
"@keyboardKeyEnd": {
"description": "Part of a keyboard shortcut label for the keyboard key 'End' (end) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyEscape": "Esc",
"@keyboardKeyEscape": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Esc' (escape) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyFn": "Fn",
"@keyboardKeyFn": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Fn' (fn) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyHome": "Home",
"@keyboardKeyHome": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Home' (home) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyInsert": "Insert",
"@keyboardKeyInsert": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Insert' (insert) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyMeta": "Meta",
"@keyboardKeyMeta": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Meta' (meta) to be displayed in an application menu next to the menu item that this keyboard key triggers on non-macOS and non-Windows hosts. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This key is usually designated by a Windows logo on non-macOS keyboards."
},
"keyboardKeyMetaMacOs": "Command",
"@keyboardKeyMetaMacOs": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Command' (meta) to be displayed in an application menu next to the menu item that this keyboard key triggers on a macOS host. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This key is usually designated by a ⌘ symbol on macOS keyboards."
},
"keyboardKeyMetaWindows": "Win",
"@keyboardKeyMetaWindows": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Windows' (meta) to be displayed in an application menu next to the menu item that this keyboard key triggers on a Windows host. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This key is usually designated by a Windows logo on keyboards."
},
"keyboardKeyNumLock": "Num Lock",
"@keyboardKeyNumLock": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num Lock' (numLock) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyNumpad1": "Num 1",
"@keyboardKeyNumpad1": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 1' (numpad1) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '1', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad2": "Num 2",
"@keyboardKeyNumpad2": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 2' (numpad2) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '2', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad3": "Num 3",
"@keyboardKeyNumpad3": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 3' (numpad3) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '3', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad4": "Num 4",
"@keyboardKeyNumpad4": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 4' (numpad4) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '4', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad5": "Num 5",
"@keyboardKeyNumpad5": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 5' (numpad5) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '5', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad6": "Num 6",
"@keyboardKeyNumpad6": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 6' (numpad6) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '6', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad7": "Num 7",
"@keyboardKeyNumpad7": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 7' (numpad7) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '7', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad8": "Num 8",
"@keyboardKeyNumpad8": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 8' (numpad8) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '8', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad9": "Num 9",
"@keyboardKeyNumpad9": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 9' (numpad9) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '9', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpad0": "Num 0",
"@keyboardKeyNumpad0": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num 0' (numpad0) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular number '0', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadAdd": "Num +",
"@keyboardKeyNumpadAdd": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num +' (numpadAdd) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '+', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadComma": "Num ,",
"@keyboardKeyNumpadComma": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num ,' (numpadComma) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular ',', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadDecimal": "Num .",
"@keyboardKeyNumpadDecimal": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num .' (numpadDecimal) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '.', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadDivide": "Num /",
"@keyboardKeyNumpadDivide": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num /' (numpadDivide) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '/', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadEnter": "Num Enter",
"@keyboardKeyNumpadEnter": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num Enter' (numpadEnter) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular Enter key, but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadEqual": "Num =",
"@keyboardKeyNumpadEqual": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num =' (numpadEqual) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '=', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadMultiply": "Num *",
"@keyboardKeyNumpadMultiply": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num *' (numpadMultiply) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '*', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadParenLeft": "Num (",
"@keyboardKeyNumpadParenLeft": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num (' (numpadParenLeft) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '(', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadParenRight": "Num )",
"@keyboardKeyNumpadParenRight": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num )' (numpadParenRight) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular ')', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyNumpadSubtract": "Num -",
"@keyboardKeyNumpadSubtract": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Num -' (numpadSubtract) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is a regular '-', but on the number pad, accessed with the NumLock on."
},
"keyboardKeyPageDown": "PgDown",
"@keyboardKeyPageDown": {
"description": "Part of a keyboard shortcut label for the keyboard key 'PgDown' (pageDown) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyPageUp": "PgUp",
"@keyboardKeyPageUp": {
"description": "Part of a keyboard shortcut label for the keyboard key 'PgUp' (pageUp) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyPower": "Power",
"@keyboardKeyPower": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Power' (power) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. The key typically turns the computer off and on."
},
"keyboardKeyPowerOff": "Power Off",
"@keyboardKeyPowerOff": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Power Off' (powerOff) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. The key typically turns off the computer."
},
"keyboardKeyPrintScreen": "Print Screen",
"@keyboardKeyPrintScreen": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Print Screen' (printScreen) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyScrollLock": "Scroll Lock",
"@keyboardKeyScrollLock": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Scroll Lock' (scrollLock) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeySelect": "Select",
"@keyboardKeySelect": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Select' (select) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale."
},
"keyboardKeyShift": "Shift",
"@keyboardKeyShift": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Shift' (shift) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is the shift modifier key on the left or right sides of the keyboard."
},
"keyboardKeySpace": "Space",
"@keyboardKeySpace": {
"description": "Part of a keyboard shortcut label for the keyboard key 'Space' (space) to be displayed in an application menu next to the menu item that this keyboard key triggers. Should be as short as possible, using standard computer keyboard symbols/terminology for the key in the locale. This is the space bar key."
}
}