-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
export default { | ||
zh: { | ||
scanPath: '请指定需要扫描的文件夹', | ||
show: '是否展示修改结果', | ||
noFiles: '未发现有需要迁移的文件', | ||
finish: '完成', | ||
isGitMv: '是否使用Git mv方式进行批量修改后缀名(Git托管的项目推荐这种方式)', | ||
}, | ||
en: { | ||
scanPath: 'Please specify the folder to be scanned', | ||
show: 'Display modification results', | ||
noFiles: 'No files found to be migrated', | ||
finish: 'Finish', | ||
isGitMv: 'Whether to use Git mv method to batch modify suffix names (Git managed projects recommend this method)', | ||
}, | ||
} |