Skip to content

Commit

Permalink
Update localization metadata for 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Jun 29, 2023
1 parent 897f7a8 commit be14dc9
Show file tree
Hide file tree
Showing 9 changed files with 7,823 additions and 7,522 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/browser/common-frontend-contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,12 @@ export namespace CommonCommands {
export const SHOW_MENU_BAR = Command.toDefaultLocalizedCommand({
id: 'window.menuBarVisibility',
category: VIEW_CATEGORY,
label: 'Show Menu Bar'
label: 'Toggle Menu Bar'
});
export const NEW_UNTITLED_FILE = Command.toDefaultLocalizedCommand({
id: 'workbench.action.files.newUntitledFile',
category: FILE_CATEGORY,
label: 'New Untitled File'
label: 'New Untitled Text File'
});
export const SAVE = Command.toDefaultLocalizedCommand({
id: 'core.save',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/browser/core-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const windowTitleDescription = [
'`${activeFolderLong}`: the full path of the folder the file is contained in (e.g. /Users/Development/myFolder/myFileFolder).',
'`${folderName}`: name of the workspace folder the file is contained in (e.g. myFolder).',
'`${folderPath}`: file path of the workspace folder the file is contained in (e.g. /Users/Development/myFolder).',
'`${rootName}`: name of the opened workspace or folder (e.g. myFolder or myWorkspace).',
'`${rootName}`: name of the workspace with optional remote name and workspace indicator if applicable (e.g. myFolder, myRemoteFolder [SSH] or myWorkspace (Workspace)).',
'`${rootPath}`: file path of the opened workspace or folder (e.g. /Users/Development/myWorkspace).',
'`${appName}`: e.g. VS Code.',
'`${remoteName}`: e.g. SSH',
Expand Down
Loading

0 comments on commit be14dc9

Please sign in to comment.