Skip to content

Commit

Permalink
Update: Update guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Aug 25, 2024
1 parent 4d08d53 commit a2080d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
11 changes: 6 additions & 5 deletions frontend/i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ upload:

publishModal:
title: "Publish this chart?"
description: "This chart..."
check0: "has originality, (Do not publish a copy of existing chart)"
check1: "is completed, (Do not publish unfinished charts)"
check2: "uses music that allows fanmade charts, (FYI, songs of these games don't allow making fanmade charts: A new dimension rhythm game, A tatsujin)"
check3: "has no regligious, political, sexual or other inappropriate content"
description: "Your chart must..."
check0: "have originality, (Do not publish a copy of existing chart)"
check1: "be completed, (Do not publish unfinished charts)"
check2: "use music that allows fanmade charts, (FYI, songs of these games don't allow making fanmade charts: A new dimension rhythm game, A tatsujin)"
check3: "not have regligious, political, sexual or other inappropriate content,"
check4: "have the correct information. (title, composer, artist, BPM, etc.)"
description2: "Any chart that violates the <0>guideline</0> will be deleted, \
and the author will be warned or banned."
ok: "Publish"
Expand Down
7 changes: 4 additions & 3 deletions frontend/i18n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,13 @@ upload:

publishModal:
title: "以上の内容で公開しますか?"
description: "この譜面は…"
description: "投稿する譜面は..."
check0: "オリジナリティがあり、(既存譜面の丸写しなどは禁止されています)"
check1: "完成していて、(未完成の譜面は公開しないでください)"
check2: "曲の規約に反していない、(例えば、某超感覚リズムゲーム、某達人の曲は二次創作が禁止されています)"
check3: "宗教的・政治的・性的な内容を含まない"
description2: "譜面です。<0>ガイドライン</0>に違反する譜面は削除され、投稿者に対して警告が行われます。"
check3: "宗教的・政治的・性的な内容を含まない、"
check4: "正しく情報が入力されている(タイトル・作曲者・アーティスト・BPMなど)"
description2: "譜面である必要があります。<0>ガイドライン</0>に違反する譜面は削除され、投稿者に対して警告が行われます。"
ok: "公開する"

errors:
Expand Down
1 change: 1 addition & 0 deletions frontend/pages/charts/upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ const UploadChart: NextPage<
useState(false),
useState(false),
useState(false),
useState(false),
]
const isAllPublicConfirmsChecked = publishConfirms.every(([value]) => value)

Expand Down

0 comments on commit a2080d0

Please sign in to comment.