mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
为文件夹功能添加国际化支持
This commit is contained in:
@@ -1974,6 +1974,20 @@ export default {
|
||||
updateHistoryTitle: '{name} 更新说明',
|
||||
updateToLatest: '更新到最新版本',
|
||||
updatingTo: '更新 {name} 到 {version} 版本...',
|
||||
folderNameEmpty: '文件夹名称不能为空',
|
||||
folderExists: '文件夹已存在',
|
||||
folderCreateSuccess: '文件夹创建成功',
|
||||
folderRenameSuccess: '文件夹重命名成功',
|
||||
folderRenameFailed: '重命名文件夹失败',
|
||||
folderDeleteSuccess: '文件夹删除成功',
|
||||
folderDeleteFailed: '删除文件夹失败',
|
||||
removeFromFolderSuccess: '插件已移出文件夹',
|
||||
operationFailed: '操作失败',
|
||||
saveFolderConfigFailed: '保存文件夹配置失败',
|
||||
newFolder: '新建文件夹',
|
||||
folderName: '文件夹名称',
|
||||
cancel: '取消',
|
||||
create: '创建',
|
||||
},
|
||||
profile: {
|
||||
personalInfo: '个人信息',
|
||||
|
||||
Reference in New Issue
Block a user