Skip to content

Commit

Permalink
Fix: Add sus
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed May 11, 2024
1 parent c2789a6 commit 9b3be31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ upload:
optional: " (optional)"
dropHere: "Drop to upload"
unUploadedFiles: "Some files were not uploaded."
unUploadedFilesNote: "Supported files: .usc, .mp3, .ogg, .wav, .jpg, .jpeg, .png, .gif"
unUploadedFilesNote: "Supported files: .sus, .usc, .mp3, .ogg, .wav, .jpg, .jpeg, .png, .gif"

filesTooLarge: Files are too large
filesTooLargeNote: "The sum of the file sizes must be less than 20MB."
Expand Down
2 changes: 1 addition & 1 deletion frontend/i18n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ upload:
optional: "(任意)"
dropHere: "ドロップしてアップロード"
unUploadedFiles: "対応していないファイルがドロップされました。"
unUploadedFilesNote: ".usc、.json、.mp3、.wav、.ogg、.png、.jpg、.jpegのみ対応しています。"
unUploadedFilesNote: ".sus、.usc、.json、.mp3、.wav、.ogg、.png、.jpg、.jpegのみ対応しています。"

filesTooLarge: ファイルが大きすぎます。
filesTooLargeNote: ファイルは合計で最大20MBまでです。
Expand Down

0 comments on commit 9b3be31

Please sign in to comment.