File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,17 +91,17 @@ export default function NewIdeaPage() {
9191 />
9292
9393 < FormControl fullWidth size = "small" >
94- < InputLabel > 公開範囲 </ InputLabel >
94+ < InputLabel > { tIdea ( "fields.visibility" ) } </ InputLabel >
9595 < Select
9696 name = "visibility"
97- label = "公開範囲"
97+ label = { tIdea ( "fields.visibility" ) }
9898 defaultValue = "public"
9999 disabled = { pending }
100100 >
101- < MenuItem value = "public" > 公開 (誰でも閲覧可能) </ MenuItem >
102- < MenuItem value = "unlisted" > 限定公開 (リンクを知っている人のみ閲覧可能) </ MenuItem >
103- < MenuItem value = "private" > 非公開 (自分のみ閲覧可能) </ MenuItem >
104- < MenuItem value = "draft" > 下書き </ MenuItem >
101+ < MenuItem value = "public" > { tIdea ( "fields.visibilityOptions.public" ) } </ MenuItem >
102+ < MenuItem value = "unlisted" > { tIdea ( "fields.visibilityOptions.unlisted" ) } </ MenuItem >
103+ < MenuItem value = "private" > { tIdea ( "fields.visibilityOptions.private" ) } </ MenuItem >
104+ < MenuItem value = "draft" > { tIdea ( "fields.visibilityOptions.draft" ) } </ MenuItem >
105105 </ Select >
106106 </ FormControl >
107107
Original file line number Diff line number Diff line change 324324 "title" : " Title" ,
325325 "titlePlaceholder" : " e.g. A magic wand mod for easier building" ,
326326 "content" : " What kind of Mod/Plugin do you want?" ,
327- "contentPlaceholder" : " Describe the specific features and why you want it."
327+ "contentPlaceholder" : " Describe the specific features and why you want it." ,
328+ "visibility" : " Visibility" ,
329+ "visibilityOptions" : {
330+ "public" : " Public" ,
331+ "unlisted" : " Unlisted" ,
332+ "private" : " Private" ,
333+ "draft" : " Draft"
334+ }
328335 },
329336 "submitting" : " Submitting..." ,
330337 "submitIdea" : " Post Idea" ,
Original file line number Diff line number Diff line change 341341 "title" : " タイトル" ,
342342 "titlePlaceholder" : " 例: 建築が楽になる魔法の杖を追加するMod" ,
343343 "content" : " どんなMod/Pluginが欲しいですか?" ,
344- "contentPlaceholder" : " 具体的な機能や、なぜ欲しいのかを書いてみましょう。"
344+ "contentPlaceholder" : " 具体的な機能や、なぜ欲しいのかを書いてみましょう。" ,
345+ "visibility" : " 公開範囲" ,
346+ "visibilityOptions" : {
347+ "public" : " 公開" ,
348+ "unlisted" : " 限定公開" ,
349+ "private" : " 非公開" ,
350+ "draft" : " 下書き"
351+ }
345352 },
346353 "submitting" : " 送信中..." ,
347354 "submitIdea" : " アイデアを投稿する" ,
You can’t perform that action at this time.
0 commit comments