Skip to content

Commit

Permalink
Removing icon names from translated strings (#3239)
Browse files Browse the repository at this point in the history
* Removing icon names from translated strings

Signed-off-by: Peter Haumer <4391934+phaumer@users.noreply.github.com>

* Changelog updated

Signed-off-by: Peter Haumer <4391934+phaumer@users.noreply.github.com>

* Changelog for API package

Signed-off-by: Peter Haumer <4391934+phaumer@users.noreply.github.com>

---------

Signed-off-by: Peter Haumer <4391934+phaumer@users.noreply.github.com>
  • Loading branch information
phaumer authored and JillieBeanSim committed Oct 16, 2024
1 parent 46c80e8 commit 0bc4405
Show file tree
Hide file tree
Showing 22 changed files with 190 additions and 186 deletions.
2 changes: 2 additions & 0 deletions packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t

### New features and enhancements

- Zowe Explorer now includes support for the [VS Code display languages](https://code.visualstudio.com/docs/getstarted/locales) French, German, Japanese, Portuguese, and Spanish.

### Bug fixes

## `3.0.1`
Expand Down
6 changes: 3 additions & 3 deletions packages/zowe-explorer-api/src/fs/BaseProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ export class BaseProvider {
}
await vscode.workspace.fs.writeFile(uri.with({ query: "forceUpload=true" }), fsEntry.data);
Gui.setStatusBarMessage(
vscode.l10n.t({
message: "$(check) Overwrite applied for {0}",
`$(check) ${vscode.l10n.t({
message: "Overwrite applied for {0}",
args: [fsEntry.name],
comment: "File name",
}),
})}`,
this.FS_PROVIDER_UI_TIMEOUT
);
fsEntry.conflictData = null;
Expand Down
2 changes: 2 additions & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen

### New features and enhancements

- Zowe Explorer now includes support for the [VS Code display languages](https://code.visualstudio.com/docs/getstarted/locales) French, German, Japanese, Portuguese, and Spanish. Download the respective language pack and switch.

### Bug fixes

## `3.0.1`
Expand Down
108 changes: 53 additions & 55 deletions packages/zowe-explorer/l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"The 'move' function is not implemented for this USS API.": "The 'move' function is not implemented for this USS API.",
"Could not list USS files: Empty path provided in URI": "Could not list USS files: Empty path provided in URI",
"Profile does not exist for this file.": "Profile does not exist for this file.",
"$(sync~spin) Saving USS file...": "$(sync~spin) Saving USS file...",
"Saving USS file...": "Saving USS file...",
"Renaming {0} failed due to API error: {1}/File pathError message": {
"message": "Renaming {0} failed due to API error: {1}",
"comment": [
Expand Down Expand Up @@ -210,11 +210,11 @@
]
},
"Binary": "Binary",
"$(plus) Create a new filter": "$(plus) Create a new filter",
"Create a new filter": "Create a new filter",
"Failed to move file {0}: {1}": "Failed to move file {0}: {1}",
"Confirm": "Confirm",
"One or more items may be overwritten from this drop operation. Confirm or cancel?": "One or more items may be overwritten from this drop operation. Confirm or cancel?",
"$(sync~spin) Moving USS files...": "$(sync~spin) Moving USS files...",
"Moving USS files...": "Moving USS files...",
"Unable to rename {0} because you have unsaved changes in this {1}. Please save your work before renaming the {1}./Node pathNode type": {
"message": "Unable to rename {0} because you have unsaved changes in this {1}. Please save your work before renaming the {1}.",
"comment": [
Expand Down Expand Up @@ -266,7 +266,7 @@
},
"initializeUSSFavorites.error.buttonRemove": "initializeUSSFavorites.error.buttonRemove",
"File does not exist. It may have been deleted.": "File does not exist. It may have been deleted.",
"$(sync~spin) Pulling from Mainframe...": "$(sync~spin) Pulling from Mainframe...",
"Pulling from Mainframe...": "Pulling from Mainframe...",
"{0} location/Node type": {
"message": "{0} location",
"comment": [
Expand Down Expand Up @@ -353,21 +353,21 @@
"No spool files found": "No spool files found",
"No jobs found": "No jobs found",
"Retrieving response from JES list API": "Retrieving response from JES list API",
"$(list-ordered) Job ID (default)": "$(list-ordered) Job ID (default)",
"$(calendar) Date Submitted": "$(calendar) Date Submitted",
"$(calendar) Date Completed": "$(calendar) Date Completed",
"$(case-sensitive) Job Name": "$(case-sensitive) Job Name",
"$(symbol-numeric) Return Code": "$(symbol-numeric) Return Code",
"$(fold) Sort Direction": "$(fold) Sort Direction",
"Job ID (default)": "Job ID (default)",
"Date Submitted": "Date Submitted",
"Date Completed": "Date Completed",
"Job Name": "Job Name",
"Return Code": "Return Code",
"Sort Direction": "Sort Direction",
"Go to Local Filtering": "Go to Local Filtering",
"$(clear-all) Clear filter for profile": "$(clear-all) Clear filter for profile",
"Clear filter for profile": "Clear filter for profile",
"Create new...": "Create new...",
"$(check) Submit this query": "$(check) Submit this query",
"Submit this query": "Submit this query",
"Enter job owner ID": "Enter job owner ID",
"Enter job prefix": "Enter job prefix",
"Enter job status": "Enter job status",
"$(plus) Create job search filter": "$(plus) Create job search filter",
"$(search) Search by job ID": "$(search) Search by job ID",
"Create job search filter": "Create job search filter",
"Search by job ID": "Search by job ID",
"Initializing profiles with jobs favorites.": "Initializing profiles with jobs favorites.",
"No jobs favorites found.": "No jobs favorites found.",
"Loading profile: {0} for jobs favorites/Profile name": {
Expand Down Expand Up @@ -399,8 +399,8 @@
"URI path"
]
},
"$(sync~spin) Polling: {0}.../Unique Spool name": {
"message": "$(sync~spin) Polling: {0}...",
"Polling: {0}.../Unique Spool name": {
"message": "Polling: {0}...",
"comment": [
"Unique Spool name"
]
Expand All @@ -412,15 +412,15 @@
]
},
"Set a filter...": "Set a filter...",
"$(check) Filter cleared for {0}/Job label": {
"message": "$(check) Filter cleared for {0}",
"Filter cleared for {0}/Job label": {
"message": "Filter cleared for {0}",
"comment": [
"Job label"
]
},
"Enter local filter...": "Enter local filter...",
"$(check) Filter updated for {0}/Job label": {
"message": "$(check) Filter updated for {0}",
"Filter updated for {0}/Job label": {
"message": "Filter updated for {0}",
"comment": [
"Job label"
]
Expand Down Expand Up @@ -448,15 +448,14 @@
"Class": "Class",
"Owner": "Owner",
"ID": "ID",
"Return Code": "Return Code",
"Status": "Status",
"Subsystem": "Subsystem",
"Type": "Type",
"Job Correlator": "Job Correlator",
"Phase": "Phase",
"Phase Name": "Phase Name",
"Error Details": "Error Details",
"$(sync~spin) Fetching spool file...": "$(sync~spin) Fetching spool file...",
"Fetching spool file...": "Fetching spool file...",
"Failed to fetch jobs: getJobsByParameters is not implemented for this session's JES API.": "Failed to fetch jobs: getJobsByParameters is not implemented for this session's JES API.",
"Are you sure you want to delete the following item?\nThis will permanently remove the following job from your system.\n\n{0}/Job name": {
"message": "Are you sure you want to delete the following item?\nThis will permanently remove the following job from your system.\n\n{0}",
Expand Down Expand Up @@ -490,8 +489,8 @@
"Spool node label"
]
},
"$(sync~spin) Polling: {0}.../Document file name": {
"message": "$(sync~spin) Polling: {0}...",
"Polling: {0}.../Document file name": {
"message": "Polling: {0}...",
"comment": [
"Document file name"
]
Expand Down Expand Up @@ -528,8 +527,8 @@
]
},
"Select a sorting direction": "Select a sorting direction",
"$(check) Sorting updated for {0}/Session label": {
"message": "$(check) Sorting updated for {0}",
"Sorting updated for {0}/Session label": {
"message": "Sorting updated for {0}",
"comment": [
"Session label"
]
Expand All @@ -540,11 +539,11 @@
"No data sets found": "No data sets found",
"Retrieving response from MVS list API": "Retrieving response from MVS list API",
"Cannot download, item invalid.": "Cannot download, item invalid.",
"$(case-sensitive) Name (default)": "$(case-sensitive) Name (default)",
"$(calendar) Date Created": "$(calendar) Date Created",
"$(calendar) Date Modified": "$(calendar) Date Modified",
"$(account) User ID": "$(account) User ID",
"$(plus) Create a new filter. For example: HLQ.*, HLQ.aaa.bbb, HLQ.ccc.ddd(member)": "$(plus) Create a new filter. For example: HLQ.*, HLQ.aaa.bbb, HLQ.ccc.ddd(member)",
"Name (default)": "Name (default)",
"Date Created": "Date Created",
"Date Modified": "Date Modified",
"User ID": "User ID",
"Create a new filter. For example: HLQ.*, HLQ.aaa.bbb, HLQ.ccc.ddd(member)": "Create a new filter. For example: HLQ.*, HLQ.aaa.bbb, HLQ.ccc.ddd(member)",
"Initializing profiles with data set favorites.": "Initializing profiles with data set favorites.",
"No data set favorites found.": "No data set favorites found.",
"Error creating data set favorite node: {0} for profile {1}./LabelProfile name": {
Expand Down Expand Up @@ -604,8 +603,8 @@
"Specifier"
]
},
"$(check) Sorting updated for {0}/Node label": {
"message": "$(check) Sorting updated for {0}",
"Sorting updated for {0}/Node label": {
"message": "Sorting updated for {0}",
"comment": [
"Node label"
]
Expand All @@ -616,24 +615,24 @@
"Filter value"
]
},
"$(clear-all) Clear filter for PDS": "$(clear-all) Clear filter for PDS",
"Clear filter for PDS": "Clear filter for PDS",
"Set a filter for {0}/Specifier": {
"message": "Set a filter for {0}",
"comment": [
"Specifier"
]
},
"$(check) Filter cleared for {0}/Node label": {
"message": "$(check) Filter cleared for {0}",
"Filter cleared for {0}/Node label": {
"message": "Filter cleared for {0}",
"comment": [
"Node label"
]
},
"Invalid date format specified": "Invalid date format specified",
"Enter a value to filter by": "Enter a value to filter by",
"Invalid filter specified": "Invalid filter specified",
"$(check) Filter updated for {0}/Node label": {
"message": "$(check) Filter updated for {0}",
"Filter updated for {0}/Node label": {
"message": "Filter updated for {0}",
"comment": [
"Node label"
]
Expand All @@ -646,7 +645,7 @@
"Choose the setting location to save the data set template...": "Choose the setting location to save the data set template...",
"Save as User setting": "Save as User setting",
"Save as Workspace setting": "Save as Workspace setting",
"$(sync~spin) Saving data set...": "$(sync~spin) Saving data set...",
"Saving data set...": "Saving data set...",
"Deleting {0} failed due to API error: {1}/File pathError message": {
"message": "Deleting {0} failed due to API error: {1}",
"comment": [
Expand Down Expand Up @@ -795,7 +794,7 @@
]
},
"Item invalid.": "Item invalid.",
"$(sync~spin) Fetching data set...": "$(sync~spin) Fetching data set...",
"Fetching data set...": "Fetching data set...",
"Error encountered when refreshing data set view. {0}/Stringified JSON error": {
"message": "Error encountered when refreshing data set view. {0}",
"comment": [
Expand Down Expand Up @@ -832,24 +831,23 @@
]
},
"Error encountered while activating and initializing logger": "Error encountered while activating and initializing logger",
"$(plus) Add Credentials": "$(plus) Add Credentials",
"Add Credentials": "Add Credentials",
"Add username and password for basic authentication": "Add username and password for basic authentication",
"$(refresh) Update Credentials": "$(refresh) Update Credentials",
"Update stored username and password": "Update stored username and password",
"$(trash) Delete Profile": "$(trash) Delete Profile",
"$(workspace-untrusted) Disable Profile Validation": "$(workspace-untrusted) Disable Profile Validation",
"Delete Profile": "Delete Profile",
"Disable Profile Validation": "Disable Profile Validation",
"Disable validation of server check for profile": "Disable validation of server check for profile",
"$(workspace-trusted) Enable Profile Validation": "$(workspace-trusted) Enable Profile Validation",
"Enable Profile Validation": "Enable Profile Validation",
"Enable validation of server check for profile": "Enable validation of server check for profile",
"$(pencil) Edit Profile": "$(pencil) Edit Profile",
"Edit Profile": "Edit Profile",
"Update profile connection information": "Update profile connection information",
"$(eye-closed) Hide Profile": "$(eye-closed) Hide Profile",
"Hide Profile": "Hide Profile",
"Hide profile name from tree view": "Hide profile name from tree view",
"$(key) Change the Authentication Method": "$(key) Change the Authentication Method",
"Change the Authentication Method": "Change the Authentication Method",
"Change the authentication method": "Change the authentication method",
"$(arrow-right) Log in to authentication service": "$(arrow-right) Log in to authentication service",
"Log in to authentication service": "Log in to authentication service",
"Log in to obtain a new token value": "Log in to obtain a new token value",
"$(arrow-left) Log out of authentication service": "$(arrow-left) Log out of authentication service",
"Log out of authentication service": "Log out of authentication service",
"Log out to invalidate and remove stored token value": "Log out to invalidate and remove stored token value",
"Profile {0} is using basic authentication. Choose a profile action./Profile name": {
"message": "Profile {0} is using basic authentication. Choose a profile action.",
Expand Down Expand Up @@ -1034,7 +1032,7 @@
"All jobs": "All jobs",
"Ascending": "Ascending",
"Descending": "Descending",
"$(plus) Create a new Unix command": "$(plus) Create a new Unix command",
"Create a new Unix command": "Create a new Unix command",
"Issuing commands is not supported for this profile type, {0}./Profile type": {
"message": "Issuing commands is not supported for this profile type, {0}.",
"comment": [
Expand All @@ -1047,14 +1045,14 @@
"Profile type"
]
},
"Error preparring SSH connection for issueing UNIX commands, please check SSH profile for correctness.": "Error preparring SSH connection for issueing UNIX commands, please check SSH profile for correctness.",
"Error preparing SSH connection for issuing UNIX commands, please check SSH profile for correctness.": "Error preparing SSH connection for issuing UNIX commands, please check SSH profile for correctness.",
"No SSH profile found. Please create an SSH profile.": "No SSH profile found. Please create an SSH profile.",
"SSH profile missing connection details. Please update.": "SSH profile missing connection details. Please update.",
"No profiles available.": "No profiles available.",
"Redirecting to Home Directory": "Redirecting to Home Directory",
"Zowe Unix Command": "Zowe Unix Command",
"An SSH profile will be used for issuing UNIX commands with the profile {0}.": "An SSH profile will be used for issuing UNIX commands with the profile {0}.",
"Error checking if SSH profile type required for issueing UNIX commands, setting requirement to false for profile {0}.": "Error checking if SSH profile type required for issueing UNIX commands, setting requirement to false for profile {0}.",
"Error checking if SSH profile type required for issuing UNIX commands, setting requirement to false for profile {0}.": "Error checking if SSH profile type required for issuing UNIX commands, setting requirement to false for profile {0}.",
"Enter the path of the directory in order to execute the command": "Enter the path of the directory in order to execute the command",
"Not implemented yet for profile of type: {0}/Profile type": {
"message": "Not implemented yet for profile of type: {0}",
Expand All @@ -1078,7 +1076,7 @@
},
"Enter or update the Unix command": "Enter or update the Unix command",
"Unix command submitted.": "Unix command submitted.",
"$(plus) Create a new TSO command": "$(plus) Create a new TSO command",
"Create a new TSO command": "Create a new TSO command",
"Zowe TSO Command": "Zowe TSO Command",
"Select the Profile to use to submit the TSO command": "Select the Profile to use to submit the TSO command",
"Profile is invalid": "Profile is invalid",
Expand All @@ -1102,7 +1100,7 @@
"Account Number": "Account Number",
"Enter the account number for the TSO connection.": "Enter the account number for the TSO connection.",
"Operation Cancelled.": "Operation Cancelled.",
"$(plus) Create a new MVS command": "$(plus) Create a new MVS command",
"Create a new MVS command": "Create a new MVS command",
"Zowe MVS Command": "Zowe MVS Command",
"Select the Profile to use to submit the command": "Select the Profile to use to submit the command",
"Select an MVS command to run against {0} (An option to edit will follow)/Host name": {
Expand Down
Loading

0 comments on commit 0bc4405

Please sign in to comment.