Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion public/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
"MaidataWillInheritScores": "This upload will inherit previous scores",
"MaidataWillInheritHistory": "This upload will inherit previous scores or interactions",
"MaidataHashLookupFailed": "Failed to query maidata.txt hash",
"MaidataFileEmpty": "maidata.txt cannot be empty",
"MaidataTitleMissingOrEmpty": "Song title (&title) is missing or empty",
"MaidataArtistMissingOrEmpty": "Artist (&artist) is missing or empty",
"MaidataDesignerMissingOrEmpty": "Chart designer (&des) is missing or empty",
"MaidataFileReadFailed": "Failed to read maidata.txt. Please select the file again.",
"MaidataFileChanged": "maidata.txt was modified after it was selected. Please select the file again.",
"View": "View",
"ManageYourCharts": "Manage your uploaded charts",
"ModifyPersonalInfo": "Modify personal information and settings",
Expand Down Expand Up @@ -373,4 +379,4 @@
"AllCharts": "All Charts",
"RandomRecommend": "Random Recommend",
"500UploadErrorAndHint": "Upload failed, please go to the main site to upload"
}
}
8 changes: 7 additions & 1 deletion public/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
"MaidataWillInheritScores": "今回のアップロードは以前のスコアを引き継ぎます",
"MaidataWillInheritHistory": "今回のアップロードは以前のスコアまたはインタラクションを引き継ぎます",
"MaidataHashLookupFailed": "maidata.txt のハッシュ照会に失敗しました",
"MaidataFileEmpty": "maidata.txt を空にすることはできません",
"MaidataTitleMissingOrEmpty": "曲名(&title)が存在しないか、空です",
"MaidataArtistMissingOrEmpty": "アーティスト(&artist)が存在しないか、空です",
"MaidataDesignerMissingOrEmpty": "譜面制作者(&des)が存在しないか、空です",
"MaidataFileReadFailed": "maidata.txt を読み込めませんでした。ファイルを選択し直してください。",
"MaidataFileChanged": "maidata.txt は選択後に変更されました。ファイルを選択し直してください。",
"View": "表示",
"ManageYourCharts": "アップロードした譜面を管理",
"ModifyPersonalInfo": "個人情報と設定を変更",
Expand Down Expand Up @@ -368,4 +374,4 @@
"CreateFailed": "作成に失敗しました",
"Submit": "送信",
"500UploadErrorAndHint": "アップロードに失敗しました。主サイトに行ってアップロードしてください"
}
}
8 changes: 7 additions & 1 deletion public/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
"MaidataWillInheritScores": "이번 업로드는 이전 점수를 이어받습니다",
"MaidataWillInheritHistory": "이번 업로드는 이전 점수 또는 상호작용을 이어받습니다",
"MaidataHashLookupFailed": "maidata.txt 해시 조회에 실패했습니다",
"MaidataFileEmpty": "maidata.txt는 비워 둘 수 없습니다",
"MaidataTitleMissingOrEmpty": "곡명(&title)이 없거나 비어 있습니다",
"MaidataArtistMissingOrEmpty": "아티스트(&artist)가 없거나 비어 있습니다",
"MaidataDesignerMissingOrEmpty": "채보 제작자(&des)가 없거나 비어 있습니다",
"MaidataFileReadFailed": "maidata.txt를 읽지 못했습니다. 파일을 다시 선택해 주세요.",
"MaidataFileChanged": "maidata.txt가 선택된 후 변경되었습니다. 파일을 다시 선택해 주세요.",
"View": "보기",
"ManageYourCharts": "내가 올린 채보를 관리하세요",
"ModifyPersonalInfo": "개인 정보와 설정을 수정하세요",
Expand Down Expand Up @@ -368,4 +374,4 @@
"CreateFailed": "생성 실패",
"Submit": "제출",
"500UploadErrorAndHint": "업로드 실패, 주 사이트로 가서 업로드하세요"
}
}
8 changes: 7 additions & 1 deletion public/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@
"MaidataWillInheritScores": "这次上传会继承之前的分数",
"MaidataWillInheritHistory": "这次上传会继承之前的分数或互动",
"MaidataHashLookupFailed": "查询 maidata.txt 哈希失败",
"MaidataFileEmpty": "maidata.txt 不能为空",
"MaidataTitleMissingOrEmpty": "歌曲名(&title)缺失或为空",
"MaidataArtistMissingOrEmpty": "艺术家(&artist)缺失或为空",
"MaidataDesignerMissingOrEmpty": "谱师(&des)缺失或为空",
"MaidataFileReadFailed": "无法读取 maidata.txt,请重新选择文件",
"MaidataFileChanged": "maidata内容已修改,请再次选择文件",
"View": "查看",
"ManageYourCharts": "管理您上传的谱面",
"ModifyPersonalInfo": "修改个人信息和设置",
Expand Down Expand Up @@ -378,4 +384,4 @@
"CreateFailed": "创建失败",
"Submit": "提交",
"500UploadErrorAndHint": "上传失败, 请前往主站上传"
}
}
Loading