Skip to content
Merged
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
1 change: 1 addition & 0 deletions src/main/resources/assets/concerto/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"concerto.success": "Success",
"concerto.fail": "Fail",
"concerto.not_cacheable": "Not cacheable",
"concerto.not_available": "Concerto not available in this server!",
"concerto.drag_confirm": "Do you want to add the following files/folders to Concerto?",
"concerto.thank_you": "Thank you! Your support keeps me going always!",

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/concerto/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"concerto.success": "成功",
"concerto.fail": "失败",
"concerto.not_cacheable": "不是可缓存的",
"concerto.not_available": "Concerto 在该服务器不可用!",
"concerto.drag_confirm": "确认将下列 文件/文件夹 添加到 Concerto?",
"concerto.thank_you": "感谢支持!您的支持是我更新的最大动力",

Expand Down