VSPackage.ja.xlf 13.8 KB
Newer Older
T
Tom Meschter 已提交
1 2 3 4 5 6
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
  <file datatype="xml" source-language="en" target-language="ja" original="../VSPackage.resx">
    <body>
      <trans-unit id="101">
        <source>C#</source>
7
        <target state="translated">C#</target>
T
Tom Meschter 已提交
8 9 10 11
        <note>Used many places.</note>
      </trans-unit>
      <trans-unit id="102">
        <source>Advanced</source>
12
        <target state="translated">詳細</target>
T
Tom Meschter 已提交
13 14 15 16
        <note>"Advanced" node under Tools &gt; Options, Text Editor, C#.</note>
      </trans-unit>
      <trans-unit id="103">
        <source>IntelliSense</source>
17
        <target state="translated">IntelliSense</target>
T
Tom Meschter 已提交
18 19 20 21
        <note>"IntelliSense" node under Tools &gt; Options, Text Editor, C#.</note>
      </trans-unit>
      <trans-unit id="104">
        <source>C# Editor</source>
22
        <target state="translated">C# エディター</target>
T
Tom Meschter 已提交
23 24 25 26
        <note>"C# Editor" node in profile Import/Export.</note>
      </trans-unit>
      <trans-unit id="105">
        <source>Settings for the C# editor found under the Advanced, Formatting, and IntelliSense nodes in the Tools/Options dialog box.</source>
27
        <target state="translated">C# エディターの設定は、[ツール] メニューから [オプション] ダイアログ ボックスを開いた、[詳細設定]、[書式設定]、[IntelliSense] ノードにあります。</target>
T
Tom Meschter 已提交
28 29 30 31
        <note>"C# Editor" node help text in profile Import/Export.</note>
      </trans-unit>
      <trans-unit id="106">
        <source>Settings for general C# options found under the General and Tabs nodes in the Tools/Options dialog box.</source>
32
        <target state="translated">一般的な C# オプションの設定は、[ツール] メニューから [オプション] ダイアログ ボックスを開いた、[全般] ノードおよび [タブ] ノードにあります。</target>
T
Tom Meschter 已提交
33 34 35
        <note>"C#" node help text in profile Import/Export.</note>
      </trans-unit>
      <trans-unit id="306">
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
        <source>Show diagnostics for closed files;
Colorize regular expression; 
Highlight related components under cursor; 
Report invalid regular expressions;
Enable full solution analysis;
Perform editor feature analysis in external process;
Enable navigation to decompiled sources;
Using directives;
Place system directives first when sorting usings;
Separate using directive groups;
Suggest usings for types in reference assemblies;
Suggest usings for types in NuGet packages;
Highlighting;
Highlight references to symbol under cursor;
Highlight related keywords under cursor;
Outlining;
Enter outlining mode when files open;
Show procedure line separators;
Show outlining for declaration level constructs;
Show outlining for code level constructs;
Show outlining for comments and preprocessor regions;
Collapse regions when collapsing to definitions;
Fading;
Fade out unused usings;
Fade out unreachable code;
Block Structure Guides;
Show guides for declaration level constructs;
Show guides for code level constructs;
Editor Help;
Generate XML documentation comments for ///;
Insert * at the start of new lines when writing /* */ comments;
Show preview for rename tracking;
Split string literals on Enter;
Report invalid placeholders in string.Format calls;
Extract Method;
Don't put ref or out on custom struct;
Implement Interface or Abstract Class;
When inserting properties, events and methods, place them;
with other members of the same kind;
at the end;
When generating property;
prefer throwing properties;
prefer auto properties;</source>
C
Cyrus Najmabadi 已提交
79
        <target state="needs-review-translation">カーソルの下にあるシンボルへの参照をハイライトする;カーソルの下にあるキーワードの関連キーワードをハイライトする;ファイルを開くときにアウトライン モードに入る;プロシージャ行の区切り記号を表示する;XML ドキュメント コメントを生成する;閉じているファイルの診断結果を表示する;名前変更の追跡用プレビューの表示;using を並べ替える際に、'System' ディレクティブを先頭に配置する;カスタム構造体に ref または out を設定しない</target>
T
Tom Meschter 已提交
80 81 82
        <note>C# Advanced options page keywords</note>
      </trans-unit>
      <trans-unit id="307">
83 84 85 86
        <source>Automatically format when typing;
Automatically format statement on semicolon ;
Automatically format block on end brace;
Automatically format on return;
87
Automatically format on paste;</source>
88
        <target state="needs-review-translation">セミコロンでステートメントをオート フォーマットする;中かっこでブロックをオート フォーマットする;貼り付け時にオート フォーマットする;コードをクリーンアップする</target>
T
Tom Meschter 已提交
89 90 91
        <note>C# Formatting &gt; General options page keywords</note>
      </trans-unit>
      <trans-unit id="308">
92 93 94 95 96 97 98 99 100 101
        <source>Indent block contents; 
indent open and close braces; 
indent case contents; 
indent case contents (when block); 
indent case labels; 
label indentation; 
place goto labels in leftmost column; 
indent labels normally; 
place goto labels one indent less than current;</source>
        <target state="needs-review-translation">ブロックの内容をインデントする;始めと終わりの中かっこをインデントする、case の内容をインデントする;case ラベルをインデントする;ラベル インデント</target>
T
Tom Meschter 已提交
102 103 104
        <note>C# Formatting &gt; Indentation options page keywords</note>
      </trans-unit>
      <trans-unit id="309">
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
        <source>New line formatting option for braces;New line formatting options for keywords;New line options for braces;
Place open brace on new line for types;
Place open brace on new line for methods and local functions;
Place open brace on new line for properties, indexers, and events;
Place open brace on new line for property, indexer, and event accessors;
Place open brace on new line for anonymous methods;
Place open brace on new line for control blocks;
Place open brace on new line for anonymous types;
Place open brace on new line for object, collection and array initializers;
New line options for keywords;
Place else on new line;
Place catch on new line;
Place finally on new line;
New line options for expression;
Place members in object initializers on new line;
Place members in anonymous types on new line;
Place query expression clauses on new line;</source>
        <target state="needs-review-translation">中かっこの改行書式オプション;キーワードの改行書式オプション</target>
T
Tom Meschter 已提交
123 124 125
        <note>C# Formatting &gt; New Lines options page keywords</note>
      </trans-unit>
      <trans-unit id="310">
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
        <source>Set spacing for method declarations;
Insert space between method name and its opening parenthesis;
Insert space within parameter list parentheses;
Insert space within empty parameter list parentheses;
Set spacing for method calls;
Insert space within argument list parentheses;
Insert space within empty argument list parentheses;
Set other spacing options;
Insert space after keywords in control flow statements;
Insert space within parentheses of expressions;
Insert space within parentheses of type casts;
Insert spaces within parentheses of control flow statements;
Insert space after cast;
Ignore spaces in declaration statements;
Set spacing for brackets;
Insert space before open square bracket;
Insert space within empty square brackets;
Insert spaces within square brackets;
Set spacing for delimiters;
Insert space after colon for base or interface in type declaration;
Insert space after comma;
Insert space after dot;
Insert space after semicolon in for statement;
Insert space before colon for base or interface in type declaration;
Insert space before comma;
Insert space before dot;
Insert space before semicolon in for statement;
Set spacing for operators;
Ignore spaces around binary operators;
Remove spaces before and after binary operators;
Insert space before and after binary operators;</source>
        <target state="needs-review-translation">メソッド宣言子のスペースを設定する;メソッドの呼び出しのスペースを設定する;他のスペース オプションを設定する;大かっこのスペースを設定する;区切り記号のスペースを設定する;演算子のスペースを設定する</target>
T
Tom Meschter 已提交
158 159 160 161
        <note>C# Formatting &gt; Spacing options page keywords</note>
      </trans-unit>
      <trans-unit id="311">
        <source>Change formatting options for wrapping;leave block on single line;leave statements and member declarations on the same line</source>
162
        <target state="translated">折り返しの書式オプションを変更する;ブロックを単一行に配置する;1 行に複数のステートメントとメンバー宣言を表示する</target>
T
Tom Meschter 已提交
163 164 165
        <note>C# Formatting &gt; Wrapping options page keywords</note>
      </trans-unit>
      <trans-unit id="312">
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
        <source>Change completion list settings;Pre-select most recently used member; Completion Lists;
Show completion list after a character is typed;
Show completion list after a character is deleted;
Highlight matching portions of completion list items;
Show completion item filters;
Snippets behavior;
Never include snippets;
Always include snippets;
Include snippets when ?-Tab is typed after an identifier;
Enter key behavior;
Never add new line on enter;
Only add new line on enter after end of fully typed word;
Always add new line on enter;
Show name suggestions;</source>
        <target state="needs-review-translation">入力候補一覧の設定を変更する;最近使用されたメンバーをあらかじめ選択する</target>
T
Tom Meschter 已提交
181 182 183 184
        <note>C# IntelliSense options page keywords</note>
      </trans-unit>
      <trans-unit id="107">
        <source>Formatting</source>
185
        <target state="translated">書式設定</target>
T
Tom Meschter 已提交
186 187 188 189
        <note>"Formatting" category node under Tools &gt; Options, Text Editor, C#, Code Style (no corresponding keywords)</note>
      </trans-unit>
      <trans-unit id="108">
        <source>General</source>
190
        <target state="translated">全般</target>
T
Tom Meschter 已提交
191 192 193 194
        <note>"General" node under Tools &gt; Options, Text Editor, C# (used for Code Style and Formatting)</note>
      </trans-unit>
      <trans-unit id="109">
        <source>Indentation</source>
195
        <target state="translated">インデント</target>
T
Tom Meschter 已提交
196 197 198 199
        <note>"Indentation" node under Tools &gt; Options, Text Editor, C#, Formatting.</note>
      </trans-unit>
      <trans-unit id="110">
        <source>Wrapping</source>
200
        <target state="translated">折り返し</target>
T
Tom Meschter 已提交
201 202 203 204
        <note />
      </trans-unit>
      <trans-unit id="111">
        <source>New Lines</source>
205
        <target state="translated">改行</target>
T
Tom Meschter 已提交
206 207 208 209
        <note />
      </trans-unit>
      <trans-unit id="112">
        <source>Spacing</source>
210
        <target state="translated">スペース</target>
T
Tom Meschter 已提交
211 212 213 214
        <note />
      </trans-unit>
      <trans-unit id="2358">
        <source>CSharp Editor</source>
215
        <target state="translated">CSharp エディター</target>
T
Tom Meschter 已提交
216 217 218 219
        <note />
      </trans-unit>
      <trans-unit id="2359">
        <source>CSharp Editor with Encoding</source>
220
        <target state="translated">エンコード付き CSharp エディター</target>
T
Tom Meschter 已提交
221 222 223 224
        <note />
      </trans-unit>
      <trans-unit id="113">
        <source>Microsoft Visual C#</source>
225
        <target state="translated">Microsoft Visual C#</target>
T
Tom Meschter 已提交
226 227 228 229
        <note>Used for String in Tools &gt; Options, Text Editor, File Extensions</note>
      </trans-unit>
      <trans-unit id="114">
        <source>Code Style</source>
230
        <target state="translated">コード スタイル</target>
T
Tom Meschter 已提交
231 232 233 234
        <note>"Code Style" category node under Tools &gt; Options, Text Editor, C# (no corresponding keywords)</note>
      </trans-unit>
      <trans-unit id="313">
        <source>Style;Qualify;This;Code Style;var;member access;locals;parameters;var preferences;predefined type;framework type;built-in types;when variable type is apparent;elsewhere;qualify field access;qualify property access; qualify method access;qualify event access;</source>
235
        <target state="translated">スタイル;修飾;This;コード スタイル;var;メンバー アクセス;ローカル;パラメーター;var の設定;事前定義された型;フレームワーク型;ビルトイン型;変数の型が明確な場合;他の場合;フィールド アクセスの修飾;プロパティ アクセスの修飾; メソッド アクセスの修飾;イベント アクセスの修飾;</target>
T
Tom Meschter 已提交
236 237 238 239
        <note>C# Code Style options page keywords</note>
      </trans-unit>
      <trans-unit id="115">
        <source>Naming</source>
240
        <target state="translated">名前指定</target>
T
Tom Meschter 已提交
241 242 243 244
        <note />
      </trans-unit>
      <trans-unit id="314">
        <source>Naming Style;Name Styles;Naming Rule;Naming Conventions</source>
245
        <target state="translated">名前付けのスタイル;名前のスタイル;名前付け規則;名前付けの規則</target>
T
Tom Meschter 已提交
246 247 248 249
        <note>C# Naming Style options page keywords</note>
      </trans-unit>
      <trans-unit id="116">
        <source>C# Tools</source>
250
        <target state="translated">C# ツール</target>
T
Tom Meschter 已提交
251 252 253 254
        <note>Help &gt; About</note>
      </trans-unit>
      <trans-unit id="117">
        <source>C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.</source>
255
        <target state="translated">IDE で使用する C# コンポーネント。プロジェクトの種類や設定に応じて、異なるバージョンのコンパイラを使用できます。</target>
T
Tom Meschter 已提交
256 257 258 259 260
        <note>Help &gt; About</note>
      </trans-unit>
    </body>
  </file>
</xliff>