mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update to langpack base source file, and fix to xlf generation. (#22829)
* update to build lib and langpack base files * fix for gulp localization xlf task and xlf update * fix to yarn
This commit is contained in:
@@ -100,6 +100,9 @@
|
||||
<trans-unit id="dataworkspace.projectFilePlaceholder">
|
||||
<source xml:lang="en">Select project file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectFileTitle">
|
||||
<source xml:lang="en">Project file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectLocationPlaceholder">
|
||||
<source xml:lang="en">Select location to create project</source>
|
||||
</trans-unit>
|
||||
@@ -115,9 +118,6 @@
|
||||
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
|
||||
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectsFailedToLoad">
|
||||
<source xml:lang="en">Some projects failed to load. To view more details, [open the developer console](command:workbench.action.toggleDevTools)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.remoteGitRepo">
|
||||
<source xml:lang="en">Remote git repository</source>
|
||||
</trans-unit>
|
||||
@@ -181,6 +181,9 @@
|
||||
<trans-unit id="openedProjectsUndefinedAfterRefresh">
|
||||
<source xml:lang="en">List of opened projects should not be undefined after refresh from disk.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectFailedToLoad">
|
||||
<source xml:lang="en">Project '{0}' failed to load: {1} To view more details, [open the developer console](command:workbench.action.toggleDevTools).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectNameNull">
|
||||
<source xml:lang="en">Project name is null</source>
|
||||
</trans-unit>
|
||||
@@ -194,7 +197,7 @@
|
||||
<source xml:lang="en">File name cannot be over 255 characters</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="trailingWhitespaceErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a whitespace</source>
|
||||
<source xml:lang="en">File name cannot start or end with whitespace</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="undefinedFilenameErrorMessage">
|
||||
<source xml:lang="en">Undefined name</source>
|
||||
|
||||
Reference in New Issue
Block a user