cmd: Fix the Japanese translation.
This commit is contained in:
parent
e740c01b42
commit
712ae3cf2b
|
@ -199,6 +199,12 @@ Wine
|
||||||
|
|
||||||
WCMD_VOL, "VOLのヘルプ\n"
|
WCMD_VOL, "VOLのヘルプ\n"
|
||||||
|
|
||||||
|
WCMD_PUSHD, "PUSHD <directoryname> saves the current directory onto a\n\
|
||||||
|
stack, and then changes the current directory to the supplied one.\n"
|
||||||
|
|
||||||
|
WCMD_POPD, "POPD changes current directory to the last one saved with\n\
|
||||||
|
PUSHD.\n"
|
||||||
|
|
||||||
WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
|
WCMD_MORE, "MORE displays output of files or piped input in pages.\n"
|
||||||
|
|
||||||
WCMD_EXIT,
|
WCMD_EXIT,
|
||||||
|
@ -220,7 +226,9 @@ MD (MKDIR)\t
|
||||||
MORE\t\tDisplay output in pages\n\
|
MORE\t\tDisplay output in pages\n\
|
||||||
MOVE\t\tファイルまたはディレクトリツリーを移動\n\
|
MOVE\t\tファイルまたはディレクトリツリーを移動\n\
|
||||||
PATH\t\tパスを表示又は設定\n\
|
PATH\t\tパスを表示又は設定\n\
|
||||||
|
POPD\t\tRestores the directory to the last one saved with PUSHD\n\
|
||||||
PROMPT\t\tコマンドプロンプトを変更\n\
|
PROMPT\t\tコマンドプロンプトを変更\n\
|
||||||
|
PUSHD\t\tChanges to a new directory, saving the current one\n\
|
||||||
REN (RENAME)\tファイルをリネーム\n\
|
REN (RENAME)\tファイルをリネーム\n\
|
||||||
RD (RMDIR)\tサブディレクトリを削除\n\
|
RD (RMDIR)\tサブディレクトリを削除\n\
|
||||||
SET\t\t環境変数を設定又は表示\n\
|
SET\t\t環境変数を設定又は表示\n\
|
||||||
|
|
Loading…
Reference in New Issue