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) {
1111 const languageMap = {
1212 'en-US' : 'English' ,
1313 'es-419' : 'Español' ,
14- 'ja' : 'Japanese '
14+ 'ja' : '日本語 '
1515 } ;
1616 return languageMap [ lang ] ;
1717}
Original file line number Diff line number Diff line change 1515 "TidyCode" : " コード整形" ,
1616 "Find" : " 検索" ,
1717 "FindNext" : " 次を検索" ,
18- "FindPrevious" : " 前を検索"
18+ "FindPrevious" : " 前を検索" ,
19+ "Replace" : " 置換"
1920 },
2021 "Sketch" : {
2122 "Title" : " スケッチ" ,
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メールもしくはユーザ名" ,
165180 "FindText" : " テキスト検索" ,
166181 "FindNextMatch" : " 次の一致を検索" ,
167182 "FindPrevMatch" : " 前の一致を検索" ,
183+ "ReplaceTextMatch" : " 一致するテキストの置換" ,
168184 "IndentCodeLeft" : " インデント左揃え" ,
169185 "IndentCodeRight" : " インデント右揃え" ,
170186 "CommentLine" : " コメントライン" ,
You can’t perform that action at this time.
0 commit comments