https://git.reactos.org/?p=reactos.git;a=commitdiff;h=118940ed9ad8b63ed31ad…
commit 118940ed9ad8b63ed31adf261e6c8e4046c138f4
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Thu Mar 6 19:33:03 2025 +0900
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Mar 6 19:33:03 2025 +0900
[DRWTSN32] Add Japanese (ja-JP) translation (#7761)
JIRA issue: CORE-18706
---
base/applications/drwtsn32/drwtsn32.rc | 3 +++
base/applications/drwtsn32/lang/ja-JP.rc | 7 +++++++
2 files changed, 10 insertions(+)
diff --git a/base/applications/drwtsn32/drwtsn32.rc
b/base/applications/drwtsn32/drwtsn32.rc
index 2e2946c72f7..22498777e8d 100644
--- a/base/applications/drwtsn32/drwtsn32.rc
+++ b/base/applications/drwtsn32/drwtsn32.rc
@@ -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_PL_PL
#include "lang/pl-PL.rc"
#endif
diff --git a/base/applications/drwtsn32/lang/ja-JP.rc
b/base/applications/drwtsn32/lang/ja-JP.rc
new file mode 100644
index 00000000000..7829faea8db
--- /dev/null
+++ b/base/applications/drwtsn32/lang/ja-JP.rc
@@ -0,0 +1,7 @@
+LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
+
+STRINGTABLE
+BEGIN
+ IDS_APP_TITLE "ReactOS クラッシュレポーター"
+ IDS_USER_ALERT_MESSAGE "アプリケーション %ls
がクラッシュしました。このクラッシュに関する情報は次の場所に保存されました:\n\n%ls"
+END