Skip to content

Commit

Permalink
Merged in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Apr 13, 2017
1 parent 6c44404 commit 305f5e9
Show file tree
Hide file tree
Showing 43 changed files with 162 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"largeImageError": "La imagen es demasiado grande para mostrarse en el editor. ",
"nativeBinaryError": "El archivo no se mostrará en el editor porque es binario, muy grande o usa una codificación de texto no compatible.",
"resourceOpenExternalButton": "Abrir imagen",
"resourceOpenExternalText": "¿se usará el programa externo?",
"sizeB": "{0} B",
"sizeGB": "{0} GB",
"sizeKB": "{0} KB",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"requireStringOrObject": "La propiedad \"{0}\" es obligatoria y debe ser de tipo \"string\" u \"object\"",
"requirearry": "los elementos de menú deben ser una matriz",
"requirestring": "la propiedad `{0}` es obligatoria y debe ser de tipo \"string\"",
"requirestrings": "Las propiedades \"{0}\" y \"{1}\" son obligatorias y deben ser de tipo \"string\"",
"vscode.extension.contributes.commandType.category": "(Opcional) la cadena de categoría se agrupa por el comando en la interfaz de usuario",
"vscode.extension.contributes.commandType.command": "Identificador del comando que se va a ejecutar",
"vscode.extension.contributes.commandType.icon": "(Opcional) El icono que se usa para representar el comando en la UI. Ya sea una ruta de acceso al archivo o una configuración con temas",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dropdownForeground": "Primer plano de lista desplegable.",
"editorBackground": "Color de fondo del editor.",
"editorFindMatch": "Color de la coincidencia de búsqueda actual.",
"editorFindWidgetBackground": "Fondo del widget de búsqueda",
"editorFindWidgetBackground": "Fondo del widget de búsqueda.",
"editorForeground": "Color de primer plano predeterminado del editor.",
"editorInactiveSelection": "Color de la selección en un editor inactivo.",
"editorSelection": "Color de la selección del editor.",
Expand Down
1 change: 1 addition & 0 deletions i18n/esn/src/vs/workbench/common/theme.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"activityBadgeBackground": "Color de fondo de distintivo de notificación de actividad. La barra de actividad se muestra en el extremo izquierdo o derecho y permite cambiar entre vistas de la barra lateral.",
"activityBadgeForeground": "Color de primer plano de distintivo de notificación de actividad. La barra de actividad se muestra en el extremo izquierdo o derecho y permite cambiar entre vistas de la barra lateral.",
"activityBarBackground": "Color de fondo de la barra de actividad, que se muestra en el lado izquierdo o derecho y que permite cambiar entre diferentes vistas de la barra lateral.",
"activityBarDragAndDropBackground": "Color de arrastrar y colocar comentarios de la barra de actividad. La barra de actividad se muestra en el extremo izquierdo o derecho y permite cambiar entre vistas de la barra lateral.",
"editorDragAndDropBackground": "Color de fondo cuando se arrastran editores.",
"editorGroupBackground": "Color de fondo de un grupo de editores. Los grupos de editores son los contenedores de los editores.",
"editorGroupBorder": "Color para separar varios grupos de editores entre sí. Los grupos de editores son los contenedores de los editores.",
Expand Down
8 changes: 4 additions & 4 deletions i18n/esn/src/vs/workbench/electron-browser/actions.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"folders": "carpetas",
"increaseViewSize": "Aumentar tamaño de vista actual",
"keybindingsReference": "Referencia de métodos abreviados de teclado",
"navigateDown": "Mover a la parte de vista inferior",
"navigateLeft": "Mover a la parte de vista izquierda",
"navigateRight": "Mover a la parte de vista derecha",
"navigateUp": "Mover a la parte de vista superior",
"navigateDown": "Mover a la vista inferior",
"navigateLeft": "Mover a la vista de la izquierda",
"navigateRight": "Mover a la vista de la derecha",
"navigateUp": "Mover a la vista superior",
"newWindow": "Nueva ventana",
"noFolderOpened": "No hay ninguna carpeta abierta en esta instancia para cerrar.",
"openDocumentationUrl": "Documentación",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"alwaysException": "Se ha producción una excepción de interrupción continua: {0}",
"debugExceptionWidgetBackground": "Color de fondo del widget de excepciones.",
"debugExceptionWidgetBorder": "Color de borde del widget de excepciones.",
"exceptionThrown": "Se produjo una excepción.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"defineKeybinding.chordsTo": "chord to",
"defineKeybinding.initial": "Presione la combinación de teclas que desee y después ENTRAR. Presione ESCAPE para cancelar."
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
"keybindingsInputName": "Métodos abreviados de teclado",
"keybindingsLabel": "Enlaces de teclado",
"noKeybinding": "No se ha asignado ningún enlace de teclado.",
"noWhen": "No, cuando hay contexto.",
"removeLabel": "Quitar enlace de teclado",
"resetLabel": "Restablecer enlaces de teclado",
"source": "Origen",
"sourceAriaLabel": "El origen es {0}.",
"when": "Cuando"
"when": "Cuando",
"whenAriaLabel": "Cuando es {0}."
}
1 change: 1 addition & 0 deletions i18n/jpn/extensions/git/out/model.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"cantshow": "オブジェクトを表示できませんでした",
"changes": "変更",
"merge changes": "変更のマージ",
"open": "開く",
"staged changes": "ステージング済みの変更"
}
4 changes: 3 additions & 1 deletion i18n/jpn/extensions/git/out/scmProvider.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
{
"commit": "コミット"
}
12 changes: 6 additions & 6 deletions i18n/jpn/extensions/git/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{
"command.branch": "分岐の作成...",
"command.checkout": "チェックアウト先...",
"command.clean": "ファイルを破棄",
"command.cleanAll": "すべてのファイルを破棄",
"command.clean": "変更を破棄",
"command.cleanAll": "すべての変更を破棄",
"command.clone": "複製",
"command.commit": "コミット",
"command.commitAll": "すべてコミット",
Expand All @@ -25,13 +25,13 @@
"command.refresh": "最新の情報に更新",
"command.revertSelectedRanges": "選択範囲を元に戻す",
"command.showOutput": "Git 出力の表示",
"command.stage": "ファイルのステージング",
"command.stageAll": "すべてのファイルのステージング",
"command.stage": "変更のステージング",
"command.stageAll": "すべての変更のステージング",
"command.stageSelectedRanges": "選択した範囲をステージする",
"command.sync": "同期",
"command.undoCommit": "前回のコミットを元に戻す",
"command.unstage": "ファイルのステージング解除",
"command.unstageAll": "すべてのファイルのステージング解除",
"command.unstage": "変更のステージング解除",
"command.unstageAll": "すべての変更のステージング解除",
"command.unstageSelectedRanges": "選択した範囲をアンステージする",
"config.autofetch": "自動フェッチが有効かどうか",
"config.autorefresh": "自動更新が有効かどうか",
Expand Down
4 changes: 3 additions & 1 deletion i18n/jpn/extensions/json/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"json.colorDecorators.enable.desc": "カラー デコレーターを有効または無効にします",
"json.format.enable.desc": "既定の JSON フォーマッタを有効/無効にします (再起動が必要です)",
"json.schemas.desc": "スキーマを現在のプロジェクトの JSON ファイルに関連付けます",
"json.schemas.fileMatch.desc": "JSON ファイルをスキーマに解決する場合に一致するファイル パターンの配列です。",
"json.schemas.fileMatch.item.desc": "JSON ファイルをスキーマに解決する場合に一致するよう '*' を含む可能性があるファイル パターンです。",
"json.schemas.schema.desc": "指定された URL のスキーマ定義です。スキーマは、スキーマ URL へのアクセスを避けるためにのみ指定する必要があります。",
"json.schemas.url.desc": "スキーマへの URL または現在のディレクトリのスキーマへの相対パス"
"json.schemas.url.desc": "スキーマへの URL または現在のディレクトリのスキーマへの相対パス",
"json.tracing.desc": "VS Code と JSON 言語サーバー間の通信をトレースします。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
// Do not edit this file. It is machine generated.
{
"noExecutable": "PHP 実行可能ファイルが設定されていないため、検証できません。設定 'php.validate.executablePath' を使用して PHP 実行可能ファイルを構成してください。",
"php.more": "詳細情報",
"php.no": "いいえ",
"php.no": "許可しない",
"php.useExecutablePath": "PHP ファイルを lint するために {0} (ワークスペースの設定として定義されている) を実行することを許可しますか?",
"php.yes": "はい",
"php.yes": "許可",
"unknownReason": "パス {0} を使用して php を実行できませんでした。理由は不明です。",
"wrongExecutable": "{0} が有効な PHP 実行可能ファイルではないため、検証できません。設定 'php.validate.executablePath' を使用して PHP 実行可能ファイルを構成してください。"
}
2 changes: 2 additions & 0 deletions i18n/jpn/extensions/php/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"command.untrustValidationExecutable": "PHP 検証の実行可能ファイルを信頼しない",
"commands.categroy.php": "PHP",
"configuration.suggest.basic": "組み込みの PHP 言語候補機能を有効にするかどうかを設定します。このサポートによって、PHP グローバルと変数の候補が示されます。",
"configuration.title": "PHP",
"configuration.validate.enable": "組み込みの PHP 検証を有効/無効にします。",
Expand Down
4 changes: 2 additions & 2 deletions i18n/jpn/extensions/typescript/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"typescript.disableAutomaticTypeAcquisition": "種類の自動的な取得を無効にします。変更後、TypeScript 2.0.6 以降と再起動が必要です。",
"typescript.format.enable": "既定の TypeScript フォーマッタを有効/無効にします。",
"typescript.goToProjectConfig.title": "プロジェクト構成に移動",
"typescript.implementationsCodeLens.enabled": "CodeLens の実装を有効または無効にします",
"typescript.implementationsCodeLens.enabled": "CodeLens の実装を有効/無効にします。TypeScript 2.2.0 以上が必要です",
"typescript.openTsServerLog.title": "TS サーバーのログ ファイルを開く",
"typescript.referencesCodeLens.enabled": "CodeLens の参照を有効/無効にします。",
"typescript.referencesCodeLens.enabled": "CodeLens の参照を有効/無効にします。TypeScript 2.0.6 以上が必要です。",
"typescript.reloadProjects.title": "プロジェクトの再読み込み",
"typescript.selectTypeScriptVersion.title": "TypeScript のバージョンの選択",
"typescript.tsdk.desc": "使用する tsserver と lib*.d.ts ファイルが含まれているフォルダーのパスを指定します。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
// Do not edit this file. It is machine generated.
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "イメージが大きすぎてエディターに表示できません。",
"nativeBinaryError": "このファイルはバイナリか、非常に大きいか、またはサポートされていないテキスト エンコードを使用しているため、エディターに表示されません。",
"resourceOpenExternalButton": "イメージを開く",
"resourceOpenExternalText": " 外部プログラムを使用していますか?",
"sizeB": "{0}B",
"sizeGB": "{0}GB",
"sizeKB": "{0}KB",
Expand Down
2 changes: 1 addition & 1 deletion i18n/jpn/src/vs/code/electron-main/menus.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"miInsertCursorAbove": "カーソルを上に挿入(&&A)",
"miInsertCursorAtEndOfEachLineSelected": "カーソルを行末に挿入(&&U)",
"miInsertCursorBelow": "カーソルを下に挿入(&&D)",
"miInstallMoreDebuggers": "デバッガーをさらにインストール(&&I)...",
"miInstallAdditionalDebuggers": "その他のデバッガーをインストールします(&&I)...",
"miInstallingUpdate": "更新プログラムをインストールしています...",
"miIntroductoryVideos": "紹介ビデオ(&&V)",
"miKeyboardShortcuts": "キーボード ショートカットの参照(&&K)",
Expand Down
14 changes: 7 additions & 7 deletions i18n/jpn/src/vs/editor/common/view/editorColorRegistry.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"caret": "エディターのカーソルの色",
"editorLineNumbers": "エディターの行番号",
"guide": "エディター ガイドの色",
"invisibles": "エディターの非表示項目の色",
"lineHighlight": "エディター行の強調表示色",
"lineHighlightBorderBox": "エディターの行を強調表示する境界ボックスの色",
"rangeHighlight": "Quick Open 機能や検索機能などによって強調表示された範囲の背景色"
"caret": "エディターのカーソルの色",
"editorIndentGuides": "エディター インデント ガイドの色。",
"editorLineNumbers": "エディターの行番号の色。",
"editorWhitespaces": "エディターのスペース文字の色。",
"lineHighlight": "カーソル位置の行を強調表示する背景色。",
"lineHighlightBorderBox": "カーソル位置の行の境界線を強調表示する背景色。",
"rangeHighlight": "Quick Open 機能や検索機能などによって強調表示された範囲の背景色"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorMarkerNavigationBackground": "エディターのマーカー ナビゲーション ウィジェットの背景",
"editorMarkerNavigationError": "エディターのマーカー ナビゲーション ウィジェットのエラーの色",
"editorMarkerNavigationWarning": "エディターのマーカー ナビゲーション ウィジェットの警告の色",
"editorMarkerNavigationBackground": "エディターのマーカー ナビゲーション ウィジェットの背景",
"editorMarkerNavigationError": "エディターのマーカー ナビゲーション ウィジェットのエラーの色",
"editorMarkerNavigationWarning": "エディターのマーカー ナビゲーション ウィジェットの警告の色",
"markerAction.next.label": "次のエラーまたは警告へ移動",
"markerAction.previous.label": "前のエラーまたは警告へ移動",
"title.wo_source": "({0}/{1})"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
"missingPreviewMessage": "プレビューを表示できません",
"noResults": "結果がありません",
"peekView.alternateTitle": "参照",
"peekViewBorder": "ピーク ビューの境界と矢印の色。",
"peekViewEditorBackground": "ピーク ビュー エディターの背景色。",
"peekViewEditorMatchHighlight": "ピーク ビュー エディターの一致した強調表示色。",
"peekViewResultsBackground": "ピーク ビュー結果リストの背景色。",
"peekViewResultsFileForeground": "ピーク ビュー結果リストのファイル エントリの前景色。",
"peekViewResultsMatchForeground": "ピーク ビュー結果リストの一致したエントリの前景色。",
"peekViewResultsMatchHighlight": "ピーク ビュー結果リストの一致した強調表示色。",
"peekViewResultsSelectionBackground": "ピーク ビュー結果リストの選択済みエントリの背景色。",
"peekViewResultsSelectionForeground": "ピーク ビュー結果リストの選択済みエントリの前景色。",
"peekViewTitle": "ピーク ビュー タイトルの色。",
"peekViewTitleBackground": "ピーク ビューのタイトル領域の背景色。",
"peekViewTitleInfo": "ピーク ビューのタイトル情報の色。",
"referenceCount": "{0} 個の参照",
"referencesCount": "{0} 個の参照",
"referencesFailre": "ファイルを解決できませんでした。",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"wordHighlight": "変数の読み取りなど読み取りアクセス中のシンボルの背景色",
"wordHighlightStrong": "変数への書き込みなど書き込みアクセス中のシンボルの背景色"
"wordHighlight": "変数の読み取りなど読み取りアクセス中のシンボルの背景色",
"wordHighlightStrong": "変数への書き込みなど書き込みアクセス中のシンボルの背景色"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@
"dupe.command": "メニュー項目において、既定と alt コマンドが同じコマンドを参照しています",
"menuId.invalid": "`{0}` は有効なメニュー識別子ではありません",
"menus.commandPalette": "コマンド パレット",
"menus.debugCallstackContext": "デバッグの呼び出し履歴のコンテキスト メニュー",
"menus.editorContext": "エディターのコンテキスト メニュー",
"menus.editorTabContext": "エディターのタブのコンテキスト メニュー",
"menus.editorTitle": "エディターのタイトル メニュー",
"menus.explorerContext": "エクスプローラーのコンテキスト メニュー",
"menus.resourceGroupContext": "ソース管理リソース グループのコンテキスト メニュー",
"menus.resourceStateContext": "ソース管理リソース状態のコンテキスト メニュー",
"menus.scmTitle": "ソース管理のタイトル メニュー",
"missing.altCommand": "メニュー項目が、'commands' セクションで定義されていない alt コマンド `{0}` を参照しています。",
"missing.command": "メニュー項目が、'commands' セクションで定義されていないコマンド `{0}` を参照しています。",
"nonempty": "空以外の値が必要です。",
"nosupport.altCommand": "申し訳ございません。現在、alt コマンドをサポートしているのは 'editor/title' メニューの 'navigation' グループのみです",
"opticon": "プロパティ `icon` は省略できます。指定する場合には、文字列または `{dark, light}` などのリテラルにする必要があります",
"optstring": "プロパティ `{0}` は省略するか、型 `string` にする必要があります",
"requireStringOrObject": "プロパティ `{0}` は必須で、`string` または `object` の型でなければなりません",
"requirearry": "メニュー項目は配列にする必要があります",
"requirestring": "プロパティ `{0}` は必須で、型 `string` でなければなりません",
"requirestrings": "プロパティ `{0}` と `{1}` は必須で、型 `string` でなければなりません",
"vscode.extension.contributes.commandType.category": "(省略可能) コマンド別のカテゴリ文字列が UI でグループ分けされます",
"vscode.extension.contributes.commandType.command": "実行するコマンドの識別子",
"vscode.extension.contributes.commandType.icon": "(省略可能) UI でコマンドを表すためのアイコン。ファイル パス、またはテーマ設定可能な構成のいずれかです",
Expand Down
Loading

0 comments on commit 305f5e9

Please sign in to comment.