Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DE translation errors #23271

Closed
mynetx opened this issue Mar 27, 2017 · 5 comments
Closed

DE translation errors #23271

mynetx opened this issue Mar 27, 2017 · 5 comments
Assignees

Comments

@mynetx
Copy link
Contributor

mynetx commented Mar 27, 2017

  • Visual Studio Code is a DNT term – no localisation to be applied (referring to hyphen).
  • Überblick über die Schnittstelle: Schnittstelle should read Oberfläche, referring to UI.
  • Erhalten Sie eine visuelle Überlagerung: Very literal translation. Please rework.
  • Install the keyboard shortcuts: Unlocalised text.

bildschirmfoto 2017-03-25 um 16 01 23

  • VSCode Version: Code - Insiders 1.11.0-insider (e1d2e7b, 2017-03-24T09:07:42.332Z)
  • OS Version: Darwin x64 16.5.0
  • Extensions:
Extension Author Version
format-indent Kasik96 1.3.0
vscode-theme-onelight akamud 1.3.1
Bookmarks alefragnani 0.12.0
theme-monokai-light anoff 1.0.2
vscode-eslint dbaeumer 1.2.8
php-debug felixfbecker 1.10.0
php-intellisense felixfbecker 1.1.3
smarty imperez 0.2.0
vscode-icon-theme jtlowe 1.5.0
FlatUI lkytal 1.2.1
vscode-less mrmlnc 0.6.2
csharp ms-vscode 1.8.0
new-cmd odonno 0.2.0

Steps to Reproduce:

@johnliu369
Copy link

johnliu369 commented Mar 28, 2017

2 cases of over loc of "Visual Studio Code"

Localize/deu/vscode/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.nls.resx.lcl

  <Item ItemId=";welcomePage.vscode" ItemType="0;.resx" PsrId="211" Leaf="true">
    <Str Cat="Text">
      <Val><![CDATA[Visual Studio Code]]></Val>
      <Tgt Cat="Text" Stat="Loc" Orig="New">
        <Val><![CDATA[Visual Studio-Code]]></Val>
      </Tgt>
    </Str>
    <Disp Icon="Str" />
  </Item>

Localize\deu\vscode-node-debug\package.nls.resx.lcl

  <Item ItemId=";extension.description" ItemType="0;.resx" PsrId="211" Leaf="true">
    <Str Cat="Text">
      <Val><![CDATA[Visual Studio Code debugger extension for Node.js]]></Val>
      <Tgt Cat="Text" Stat="Loc" Orig="New">
        <Val><![CDATA[Visual Studio-Codedebuggererweiterung für Node.js]]></Val>
      </Tgt>
      <Prev Cat="Text">
        <Val><![CDATA[Visual Studio Code debug adapter for Node.js]]></Val>
      </Prev>
    </Str>
    <Disp Icon="Str" />
  </Item>

@johnliu369
Copy link

johnliu369 commented Mar 28, 2017

issue #2 and #3,

Localize/deu/vscode/src/vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.nls.resx.lcl

  <Item ItemId=";welcomePage.interfaceOverview" ItemType="0;.resx" PsrId="211" Leaf="true">
    <Str Cat="Text">
      <Val><![CDATA[Interface overview]]></Val>
      <Tgt Cat="Text" Stat="Loc" Orig="New">
        <Val><![CDATA[Überblick über die Schnittstelle]]></Val>
      </Tgt>
    </Str>
    <Disp Icon="Str" />
  </Item>

  <Item ItemId=";welcomePage.interfaceOverviewDescription" ItemType="0;.resx" PsrId="211" Leaf="true">
    <Str Cat="Text">
      <Val><![CDATA[Get a visual overlay highlighting the major components of the UI]]></Val>
      <Tgt Cat="Text" Stat="Loc" Orig="New">
        <Val><![CDATA[Erhalten Sie eine visuelle Überlagerung, die die wichtigsten Komponenten der Benutzeroberfläche hervorhebt.]]></Val>
      </Tgt>
    </Str>
    <Disp Icon="Str" />
  </Item>

@johnliu369
Copy link

Unlocalized text "Install the keyboard shortcuts" now localized in file.

@johnliu369 johnliu369 assigned lukaschal and unassigned johnliu369 Mar 28, 2017
@lukaschal
Copy link

Waiting for linguistic input.

@lukaschal
Copy link

Fixed.

Sources:

Get a visual overlay highlighting the major components of the UI
Visual Studio Code debugger extension for Node.js
Interface overview
Visual Studio Code

New DEU translation:

Nutzen Sie die Möglichkeit der optischen Hervorhebung, um sich mit den wichtigsten Elementen der Benutzeroberfläche vertraut zu machen.
Visual Studio Code-Debuggererweiterung für Node.js
Überblick über die Benutzeroberfläche
Visual Studio Code

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants