Made build portable

This commit is contained in:
Alessandro Autiero
2022-10-07 17:23:30 +02:00
parent 000a2a53ed
commit 55467152c9
128 changed files with 54402 additions and 7 deletions

View File

@@ -0,0 +1,27 @@
{
"@@locale": "en",
"backButtonTooltip": "Back",
"closeButtonLabel": "Close",
"searchLabel": "Search",
"closeNavigationTooltip": "Close Navigation",
"openNavigationTooltip": "Open Navigation",
"clickToSearch": "Click to search",
"modalBarrierDismissLabel": "Dismiss",
"minimizeWindowTooltip": "Minimize",
"restoreWindowTooltip": "Restore",
"closeWindowTooltip": "Close",
"dialogLabel": "Dialog",
"cutActionLabel": "Cut",
"copyActionLabel": "Copy",
"pasteActionLabel": "Paste",
"selectAllActionLabel": "Select all",
"newTabLabel": "Add new tab",
"closeTabLabelSuffix": "Close tab",
"scrollTabBackwardLabel": "Scroll tab list backward",
"scrollTabForwardLabel": "Scroll tab list forward",
"noResultsFoundLabel": "No results found",
"copyActionTooltip": "Copy the selected content to the clipboard",
"cutActionTooltip": "Remove the selected content and put it in the clipboard",
"pasteActionTooltip": "Inserts the contents of the clipboard at the current location",
"selectAllActionTooltip": "Select all content"
}