mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[FINDSTR] Add Japanese (ja-JP) translation (#7760)
JIRA issue: CORE-18706
This commit is contained in:
committed by
GitHub
parent
84f3a2b1d1
commit
5c8d677356
@@ -40,6 +40,9 @@
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_JA_JP
|
||||
#include "lang/ja-JP.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_LT_LT
|
||||
#include "lang/lt-LT.rc"
|
||||
#endif
|
||||
|
||||
13
base/applications/findstr/lang/ja-JP.rc
Normal file
13
base/applications/findstr/lang/ja-JP.rc
Normal file
@@ -0,0 +1,13 @@
|
||||
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "FINDSTR: 文字列を含むファイルのすべての行を出力します。\n\n\
|
||||
FIND [ /C ] [ /I ] [ /N ] [ /V ] ""文字列"" [ ファイル... ]\n\
|
||||
/C 文字列を含む行の個数を数えます\n\
|
||||
/I 大文字小文字を無視します\n\
|
||||
/N 表示される行に1から番号を付けます\n\
|
||||
/V 文字列を含まない行を出力します"
|
||||
IDS_NO_SUCH_FILE "FINDSTR: %s: そのようなファイルはありません\n"
|
||||
IDS_CANNOT_OPEN "FINDSTR: %s: ファイルが開けません\n"
|
||||
END
|
||||
Reference in New Issue
Block a user