Skip to content

Commit 9462b31

Browse files
committed
fix. 语言文件缺失
1 parent dafd1ae commit 9462b31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/resources/assets/concerto/lang/en_us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"concerto.success": "Success",
1717
"concerto.fail": "Fail",
1818
"concerto.not_cacheable": "Not cacheable",
19+
"concerto.not_available": "Concerto not available in this server!",
1920
"concerto.drag_confirm": "Do you want to add the following files/folders to Concerto?",
2021
"concerto.thank_you": "Thank you! Your support keeps me going always!",
2122

src/main/resources/assets/concerto/lang/zh_cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"concerto.success": "成功",
1717
"concerto.fail": "失败",
1818
"concerto.not_cacheable": "不是可缓存的",
19+
"concerto.not_available": "Concerto 在该服务器不可用!",
1920
"concerto.drag_confirm": "确认将下列 文件/文件夹 添加到 Concerto?",
2021
"concerto.thank_you": "感谢支持!您的支持是我更新的最大动力",
2122

0 commit comments

Comments
 (0)