File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export function languageKeyToLabel(lang) {
11
11
const languageMap = {
12
12
'en-US' : 'English' ,
13
13
'es-419' : 'Español' ,
14
- 'ja' : 'Japanese '
14
+ 'ja' : '日本語 '
15
15
} ;
16
16
return languageMap [ lang ] ;
17
17
}
Original file line number Diff line number Diff line change 15
15
"TidyCode" : " コード整形" ,
16
16
"Find" : " 検索" ,
17
17
"FindNext" : " 次を検索" ,
18
- "FindPrevious" : " 前を検索"
18
+ "FindPrevious" : " 前を検索" ,
19
+ "Replace" : " 置換"
19
20
},
20
21
"Sketch" : {
21
22
"Title" : " スケッチ" ,
48
49
"LogOut" : " ログアウト"
49
50
}
50
51
},
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
+ },
51
66
"LoginForm" : {
52
67
"UsernameOrEmail" : " eメールもしくはユーザ名" ,
53
68
"UsernameOrEmailARIA" : " eメールもしくはユーザ名" ,
165
180
"FindText" : " テキスト検索" ,
166
181
"FindNextMatch" : " 次の一致を検索" ,
167
182
"FindPrevMatch" : " 前の一致を検索" ,
183
+ "ReplaceTextMatch" : " 一致するテキストの置換" ,
168
184
"IndentCodeLeft" : " インデント左揃え" ,
169
185
"IndentCodeRight" : " インデント右揃え" ,
170
186
"CommentLine" : " コメントライン" ,
You can’t perform that action at this time.
0 commit comments