| 609 | } |
| 610 | |
| 611 | Japanese::Japanese() // 日本 |
| 612 | { |
| 613 | addPair("Formatted %s\n", L"フォーマット %s\n"); // should align with unchanged |
| 614 | addPair("Unchanged %s\n", L"変更 %s\n"); // should align with formatted |
| 615 | addPair("Directory %s\n", L"ディレクトリ %s\n"); |
| 616 | addPair("Exclude %s\n", L"除外する %s\n"); |
| 617 | addPair("Exclude (unmatched) %s\n", L"除外(マッチせず) %s\n"); |
| 618 | addPair(" %s formatted %s unchanged ", L" %sフォーマット %s 変更 "); |
| 619 | addPair(" seconds ", L" 秒 "); |
| 620 | addPair("%d min %d sec ", L"%d 分 %d 秒 "); |
| 621 | addPair("%s lines\n", L"%s の行\n"); |
| 622 | addPair("Using default options file %s\n", L"デフォルトの設定ファイルを使用してください %s\n"); |
| 623 | addPair("Invalid option file options:", L"無効なコンフィギュレーションファイルオプション:"); |
| 624 | addPair("Invalid command line options:", L"無効なコマンドラインオプション:"); |
| 625 | addPair("For help on options type 'astyle -h'", L"コマンドラインについてのヘルプは'astyle- h'を入力してください"); |
| 626 | addPair("Cannot open options file", L"コンフィギュレーションファイルを開くことができません"); |
| 627 | addPair("Cannot open directory", L"ディレクトリのオープンに失敗しました"); |
| 628 | addPair("Missing filename in %s\n", L"%s はファイル名で欠落しています\n"); |
| 629 | addPair("Recursive option with no wildcard", L"再帰的なオプションではワイルドカードではない"); |
| 630 | addPair("Did you intend quote the filename", L"あなたは、ファイル名を参照するつもり"); |
| 631 | addPair("No file to process %s\n", L"いいえファイルは処理できません %s\n"); |
| 632 | addPair("Did you intend to use --recursive", L"あなたが使用する予定 --recursive"); |
| 633 | addPair("Cannot process UTF-32 encoding", L"UTF- 32エンコーディングを処理できない"); |
| 634 | addPair("\nArtistic Style has terminated", L"\nArtistic Style 実行が終了しました"); |
| 635 | } |
| 636 | |
| 637 | Korean::Korean() // 한국의 |
| 638 | { |
nothing calls this directly
no outgoing calls
no test coverage detected