FSharp.Editor.ja.xlf 17.2 KB
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
J
Jon Fortescue 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14
<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="../FSharp.Editor.resx">
    <body>
      <trans-unit id="AddMissingEqualsToTypeDefinition">
        <source>Add missing '=' to type definition</source>
        <target state="translated">不足している '=' を型定義に追加します</target>
        <note />
      </trans-unit>
      <trans-unit id="AddMissingFunKeyword">
        <source>Add missing 'fun' keyword</source>
        <target state="translated">不足している 'fun' キーワードを追加する</target>
        <note />
      </trans-unit>
15 16
      <trans-unit id="AddMissingInstanceMemberParameter">
        <source>Add missing instance member parameter</source>
17
        <target state="translated">見つからないインスタンス メンバー パラメーターを追加する</target>
18 19
        <note />
      </trans-unit>
J
Jon Fortescue 已提交
20 21 22 23 24 25 26 27 28 29
      <trans-unit id="AddNewKeyword">
        <source>Add 'new' keyword</source>
        <target state="translated">'new' キーワードを追加する</target>
        <note />
      </trans-unit>
      <trans-unit id="AddTypeAnnotation">
        <source>Add type annotation</source>
        <target state="translated">型の注釈の追加</target>
        <note />
      </trans-unit>
30 31 32 33 34 35
      <trans-unit id="AdvancedPageKeywords">
        <source>Block Structure Guides;
Show structure guidelines for F# code;
Outlining;
Show outlining and collapsible nodes for F# code;
Inline hints;
36
Display inline type hints (preview);
37
Display return type hints (preview);
38
Display inline parameter name hints (preview);
39 40
Live Buffers;
Use live (unsaved) buffers for checking</source>
41
        <target state="needs-review-translation">ブロック構造ガイド;
42 43 44 45 46 47 48 49 50
F# コードの構造ガイドラインを表示します。
アウトライン;
F# コードのアウトラインと折りたたみ可能なノードを表示します。
インライン ヒント;
インライン型のヒントを表示する (プレビュー);
戻り値型のヒントを表示する (プレビュー);
インライン パラメーター名のヒントを表示する (プレビュー);ビール;
ライブ バッファー;
ライブ (未保存) バッファーをチェックに使用する</target>
51 52 53 54 55 56 57 58
        <note />
      </trans-unit>
      <trans-unit id="CodeFixesPageKeywords">
        <source>Simplify names (remove unnecessary qualifiers);
Always place open statements at the top level;
Remove unused open statements;
Analyze and suggest fixes for unused values;
Suggest names for unresolved identifiers;</source>
59 60 61 62 63
        <target state="translated">名前を簡略化します (不要な修飾子を削除する);
常に open ステートメントを最上位レベルに配置します。
未使用の open ステートメントを削除します。
未使用の値の修正を分析して提案します。
未解決の識別子の名前を提案します;</target>
64 65
        <note />
      </trans-unit>
66 67
      <trans-unit id="ConvertCSharpUsingToFSharpOpen">
        <source>Convert C# 'using' to F# 'open'</source>
68
        <target state="translated">C# 'using' を F# 'open' に変換する</target>
69 70
        <note />
      </trans-unit>
J
Jon Fortescue 已提交
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
      <trans-unit id="ConvertToAnonymousRecord">
        <source>Convert to Anonymous Record</source>
        <target state="translated">匿名レコードに変換</target>
        <note />
      </trans-unit>
      <trans-unit id="ConvertToNotEqualsEqualityExpression">
        <source>Use '&lt;&gt;' for inequality check</source>
        <target state="translated">非等値のチェックには '&lt;&gt;' を使用します</target>
        <note />
      </trans-unit>
      <trans-unit id="ConvertToSingleEqualsEqualityExpression">
        <source>Use '=' for equality check</source>
        <target state="translated">等値性のチェックには '=' を使用します</target>
        <note />
      </trans-unit>
      <trans-unit id="ChangePrefixNegationToInfixSubtraction">
        <source>Use subtraction instead of negation</source>
        <target state="translated">否定の代わりに減算を使用する</target>
        <note />
      </trans-unit>
      <trans-unit id="FSharpDisposableLocalValuesClassificationType">
        <source>F# Disposable Values (locals)</source>
        <target state="translated">F# の破棄可能な値 (ローカル)</target>
        <note />
      </trans-unit>
      <trans-unit id="FSharpDisposableTopLevelValuesClassificationType">
97
        <source>F# Disposable Values (top-level)</source>
J
Jon Fortescue 已提交
98 99 100 101 102 103 104 105 106 107 108 109 110
        <target state="translated">F# の破棄可能な値 (トップレベル)</target>
        <note />
      </trans-unit>
      <trans-unit id="FSharpDisposableTypesClassificationType">
        <source>F# Disposable Types</source>
        <target state="translated">F# 破棄可能な型</target>
        <note />
      </trans-unit>
      <trans-unit id="FSharpFunctionsClassificationType">
        <source>F# Functions</source>
        <target state="translated">F# 関数</target>
        <note />
      </trans-unit>
111 112
      <trans-unit id="FormattingPageKeywords">
        <source>Re-format indentation on paste (Experimental)</source>
113
        <target state="translated">貼り付け時にインデントを再フォーマットする (試験段階)</target>
114 115
        <note />
      </trans-unit>
J
Jon Fortescue 已提交
116 117 118 119 120 121 122 123 124 125
      <trans-unit id="ImplementInterface">
        <source>Implement interface</source>
        <target state="translated">インターフェイスを実装します。</target>
        <note />
      </trans-unit>
      <trans-unit id="ImplementInterfaceWithoutTypeAnnotation">
        <source>Implement interface without type annotation</source>
        <target state="translated">型の注釈を指定しないでインターフェイスを実装する</target>
        <note />
      </trans-unit>
126 127 128 129 130 131 132 133 134
      <trans-unit id="IntelliSensePageKeywords">
        <source>Completion Lists;
Show completion list after a character is deleted;
Show completion list after a character is typed;
Show symbols in unopened namespaces;
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;</source>
135 136 137 138 139 140 141 142
        <target state="translated">入力候補リスト;
文字が削除された後に完了リストを表示します。
文字が入力された後に入力候補一覧を表示します。
開かれていない名前空間にシンボルを表示します。
キーの動作を入力します。
Enter キーで改行を追加しないでください。
完全に入力された単語の末尾の後に Enter キーで改行を追加します。
常に Enter キーを押して新しい行を追加します。</target>
143 144
        <note />
      </trans-unit>
J
Jon Fortescue 已提交
145 146 147 148 149 150 151 152 153 154
      <trans-unit id="MakeDeclarationMutable">
        <source>Make declaration 'mutable'</source>
        <target state="translated">'mutable' を宣言する</target>
        <note />
      </trans-unit>
      <trans-unit id="MakeOuterBindingRecursive">
        <source>Make '{0}' recursive</source>
        <target state="translated">'{0}' を再帰的にする</target>
        <note />
      </trans-unit>
155 156 157
      <trans-unit id="PerformancePageKeywords">
        <source>F# Project and Caching Performance Options;
Enable in-memory cross project references;
158
Enable_partial_type_checking;
159 160 161 162 163
IntelliSense Performance Options;
Enable stale data for IntelliSense features;
Time until stale results are used (in milliseconds);
Parallelization (requires restart);
Enable parallel type checking with signature files;
P
Petr Pokorny 已提交
164
Enable parallel reference resolution;
165 166
Enable fast find references &amp; rename (experimental);
Cache parsing results (experimental)</source>
167 168
        <target state="translated">F# プロジェクトとキャッシュのパフォーマンス オプション;
メモリ内のプロジェクト間参照を有効にする。
169
Enable_partial_type_checking;
170 171 172 173 174 175 176 177
IntelliSense パフォーマンス オプション;
IntelliSense 機能の古いデータを有効にする。
古い結果が使用されるまでの時間 (ミリ秒);
並列化 (再起動が必要);
署名ファイルを使用して並列型チェックを有効にする。
並列参照解決を有効にする;
高速検索参照の有効化と名前の変更 (試験段階);
キャッシュ解析の結果 (試験段階)</target>
178 179
        <note />
      </trans-unit>
J
Jon Fortescue 已提交
180 181 182 183 184
      <trans-unit id="PrefixValueNameWithUnderscore">
        <source>Prefix '{0}' with underscore</source>
        <target state="translated">アンダースコアが含まれているプレフィックス '{0}'</target>
        <note />
      </trans-unit>
185
      <trans-unit id="QuickInfoPageKeywords">
186
        <source>Formatting;
187 188
Preferred description width in characters;
Format signature to the given width by adding line breaks conforming with F# syntax rules;
189
Navigation links;
190 191 192 193
Show navigation links as;
Solid underline;
Dot underline;
Dash underline;</source>
194 195 196 197 198 199 200 201
        <target state="translated">書式 設定;
希望の説明の幅 (文字数);
F# 構文規則に準拠するよう、改行を追加して指定された幅に署名を書式設定します;
ナビゲーション リンク;
ナビゲーション リンクを次のように表示します:
塗りつぶしの下線;
ドットの下線;
ダッシュ下線;</target>
202 203
        <note />
      </trans-unit>
J
Jon Fortescue 已提交
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
      <trans-unit id="RemoveReturn">
        <source>Remove 'return'</source>
        <target state="translated">'return' の削除</target>
        <note />
      </trans-unit>
      <trans-unit id="RemoveReturnBang">
        <source>Remove 'return!'</source>
        <target state="translated">'return!' の削除</target>
        <note />
      </trans-unit>
      <trans-unit id="RemoveUnusedBinding">
        <source>Remove unused binding</source>
        <target state="translated">使用されていないバインドの削除</target>
        <note />
      </trans-unit>
      <trans-unit id="RemoveYield">
        <source>Remove 'yield'</source>
        <target state="translated">'yield' の削除</target>
        <note />
      </trans-unit>
      <trans-unit id="RemoveYieldBang">
        <source>Remove 'yield!'</source>
        <target state="translated">'yield!' の削除</target>
        <note />
      </trans-unit>
      <trans-unit id="RenameValueToUnderscore">
        <source>Rename '{0}' to '_'</source>
        <target state="translated">'{0}' から '_' に名前を変更する</target>
        <note />
      </trans-unit>
      <trans-unit id="SimplifyName">
        <source>Simplify name</source>
        <target state="translated">名前を単純化する</target>
        <note />
      </trans-unit>
      <trans-unit id="NameCanBeSimplified">
        <source>Name can be simplified.</source>
        <target state="translated">名前を簡略化できます。</target>
        <note />
      </trans-unit>
      <trans-unit id="FSharpMutableVarsClassificationType">
        <source>F# Mutable Variables / Reference Cells</source>
        <target state="translated">F# 変更可能な変数 / 参照セル</target>
        <note />
      </trans-unit>
      <trans-unit id="FSharpPrintfFormatClassificationType">
        <source>F# Printf Format</source>
        <target state="translated">F# Printf 形式</target>
        <note />
      </trans-unit>
      <trans-unit id="FSharpPropertiesClassificationType">
        <source>F# Properties</source>
        <target state="translated">F# プロパティ</target>
        <note />
      </trans-unit>
      <trans-unit id="RemoveUnusedOpens">
        <source>Remove unused open declarations</source>
        <target state="translated">未使用の Open 宣言を削除する</target>
        <note />
      </trans-unit>
      <trans-unit id="UnusedOpens">
        <source>Open declaration can be removed.</source>
        <target state="translated">Open 宣言は削除できます。</target>
        <note />
      </trans-unit>
      <trans-unit id="6008">
        <source>IntelliSense</source>
271
        <target state="translated">IntelliSense</target>
J
Jon Fortescue 已提交
272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363
        <note />
      </trans-unit>
      <trans-unit id="6009">
        <source>QuickInfo</source>
        <target state="translated">QuickInfo</target>
        <note />
      </trans-unit>
      <trans-unit id="AddAssemblyReference">
        <source>Add an assembly reference to '{0}'</source>
        <target state="translated">アセンブリ参照を '{0}' に追加する</target>
        <note />
      </trans-unit>
      <trans-unit id="AddProjectReference">
        <source>Add a project reference to '{0}'</source>
        <target state="translated">プロジェクト参照を '{0}' に追加する</target>
        <note />
      </trans-unit>
      <trans-unit id="6010">
        <source>Code Fixes</source>
        <target state="translated">コード修正</target>
        <note />
      </trans-unit>
      <trans-unit id="6011">
        <source>Performance</source>
        <target state="translated">パフォーマンス</target>
        <note />
      </trans-unit>
      <trans-unit id="TheValueIsUnused">
        <source>The value is unused</source>
        <target state="translated">値は使用されていません</target>
        <note />
      </trans-unit>
      <trans-unit id="CannotDetermineSymbol">
        <source>Cannot determine the symbol under the caret</source>
        <target state="translated">キャレットの下のシンボルを特定できません</target>
        <note />
      </trans-unit>
      <trans-unit id="CannotNavigateUnknown">
        <source>Cannot navigate to the requested location</source>
        <target state="translated">要求された場所に移動できません</target>
        <note />
      </trans-unit>
      <trans-unit id="LocatingSymbol">
        <source>Locating the symbol under the caret...</source>
        <target state="translated">キャレットの下のシンボルを検索しています...</target>
        <note />
      </trans-unit>
      <trans-unit id="NavigatingTo">
        <source>Navigating to symbol...</source>
        <target state="translated">シンボルに移動しています...</target>
        <note />
      </trans-unit>
      <trans-unit id="NavigateToFailed">
        <source>Navigate to symbol failed: {0}</source>
        <target state="translated">シンボルへの移動に失敗しました: {0}</target>
        <note />
      </trans-unit>
      <trans-unit id="ExceptionsHeader">
        <source>Exceptions:</source>
        <target state="translated">例外:</target>
        <note />
      </trans-unit>
      <trans-unit id="GenericParametersHeader">
        <source>Generic parameters:</source>
        <target state="translated">ジェネリック パラメーター:</target>
        <note />
      </trans-unit>
      <trans-unit id="RenameValueToDoubleUnderscore">
        <source>Rename '{0}' to '__'</source>
        <target state="translated">'{0}' から '__' に名前を変更する</target>
        <note />
      </trans-unit>
      <trans-unit id="6012">
        <source>Advanced</source>
        <target state="translated">詳細</target>
        <note />
      </trans-unit>
      <trans-unit id="6014">
        <source>Formatting</source>
        <target state="translated">書式設定</target>
        <note />
      </trans-unit>
      <trans-unit id="UseFSharpLambda">
        <source>Use F# lambda syntax</source>
        <target state="translated">F# のラムダ構文を使用する</target>
        <note />
      </trans-unit>
      <trans-unit id="UseMutationWhenValueIsMutable">
        <source>Use '&lt;-' to mutate value</source>
        <target state="translated">'&lt;-' を使用して値を変換する</target>
        <note />
      </trans-unit>
364 365
      <trans-unit id="UseNameof">
        <source>Use 'nameof'</source>
366
        <target state="translated">'nameof' を使用する</target>
367 368
        <note />
      </trans-unit>
369 370
      <trans-unit id="UseTripleQuotedInterpolation">
        <source>Use triple quoted string interpolation.</source>
371
        <target state="translated">三重引用符で囲まれた文字列補間を使用します。</target>
372 373
        <note />
      </trans-unit>
J
Jon Fortescue 已提交
374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
      <trans-unit id="UseUpcastKeyword">
        <source>Use 'upcast'</source>
        <target state="translated">'upcast' を使用する</target>
        <note />
      </trans-unit>
      <trans-unit id="UseUpcastOperator">
        <source>Use ':&gt;' operator</source>
        <target state="translated">':&gt;' 演算子を使用する</target>
        <note />
      </trans-unit>
      <trans-unit id="UseNotForNegation">
        <source>Use 'not' to negate expression</source>
        <target state="translated">式を否定するには 'not' を使用する</target>
        <note />
      </trans-unit>
      <trans-unit id="UseValueInsteadOfDeref">
        <source>Use '.Value' to dereference expression</source>
        <target state="translated">'.Value' を使用して式を逆参照する</target>
        <note />
      </trans-unit>
      <trans-unit id="WrapExpressionInParentheses">
        <source>Wrap expression in parentheses</source>
        <target state="translated">式をかっこで囲む</target>
        <note />
      </trans-unit>
    </body>
  </file>
B
Brett V. Forsgren 已提交
401
</xliff>