-
Notifications
You must be signed in to change notification settings - Fork 54
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
12 changed files
with
41 additions
and
13 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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default { | ||
thisBaseOn: '这是基于', | ||
baseOnL18n: '该项目的国际化基于', | ||
baseOn: '是根据', | ||
documentation: '文献资料', | ||
palette: '您可以在上生成调色板', | ||
theme: '选择配色方案:', | ||
dropHere: '将文件拖放到此处进行上传', | ||
tinymceTips: '在线富文本编辑器作为LGPL下的开源软件发布。', | ||
imageUploadTips: '改性。 如果要使用它,最好使用正式版本。', | ||
dropzoneTips: '', | ||
stickyTips: '当页面滚动到预设位置时,将在顶部粘贴。', | ||
backToTop: '当页面滚动到指定位置时,“返回顶部”按钮将显示在右下角', | ||
draggable: '允许您在其中拖动面板和项目', | ||
}; |
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
File renamed without changes.
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
File renamed without changes.
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,6 +1,7 @@ | ||
import en from 'vuetify/es5/locale/en'; | ||
import ru from 'vuetify/es5/locale/ru'; | ||
import zh from 'vuetify/es5/locale/zh-Hans'; | ||
|
||
const locales = { en, ru }; | ||
const locales = { en, ru, zh }; | ||
|
||
export default locales; |
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