Skip to content

Commit 269b9a3

Browse files
committed
Respond to the feedback.
- modify the translation in i18n.js - merged #1552 and translated new items
1 parent fd61fd8 commit 269b9a3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

client/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function languageKeyToLabel(lang) {
1111
const languageMap = {
1212
'en-US': 'English',
1313
'es-419': 'Español',
14-
'ja': 'Japanese'
14+
'ja': '日本語'
1515
};
1616
return languageMap[lang];
1717
}

translations/locales/ja/translations.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"TidyCode": "コード整形",
1616
"Find": "検索",
1717
"FindNext": "次を検索",
18-
"FindPrevious": "前を検索"
18+
"FindPrevious": "前を検索",
19+
"Replace": "置換"
1920
},
2021
"Sketch": {
2122
"Title": "スケッチ",
@@ -48,6 +49,20 @@
4849
"LogOut": "ログアウト"
4950
}
5051
},
52+
"CodemirrorFindAndReplace": {
53+
"Find": "検索",
54+
"FindPlaceholder": "ファイル内検索",
55+
"Replace": "置換",
56+
"ReplaceAll": "全て置換",
57+
"ReplacePlaceholder": "置換するテキスト",
58+
"Regex": "正規表現",
59+
"CaseSensitive": "大文字小文字を区別する",
60+
"WholeWords": "全単語",
61+
"Previous": "",
62+
"Next": "",
63+
"NoResults": "該当なし",
64+
"Close": "閉じる"
65+
},
5166
"LoginForm": {
5267
"UsernameOrEmail": "eメールもしくはユーザ名",
5368
"UsernameOrEmailARIA": "eメールもしくはユーザ名",
@@ -165,6 +180,7 @@
165180
"FindText": "テキスト検索",
166181
"FindNextMatch": "次の一致を検索",
167182
"FindPrevMatch": "前の一致を検索",
183+
"ReplaceTextMatch": "一致するテキストの置換",
168184
"IndentCodeLeft": "インデント左揃え",
169185
"IndentCodeRight": "インデント右揃え",
170186
"CommentLine": "コメントライン",

0 commit comments

Comments
 (0)