mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	perf: add i18n
This commit is contained in:
		| @@ -189,7 +189,6 @@ export default { | ||||
|     access: 'Project access', | ||||
|     toDo: 'To do', | ||||
|     introduction: 'A serious introduction', | ||||
|     more: 'More', | ||||
|     shortcutOperation: 'Quick entry', | ||||
|     operation: 'Operation', | ||||
|     index: 'Index', | ||||
| @@ -284,6 +283,7 @@ export default { | ||||
|     edit: 'Edit', | ||||
|     update: 'Update', | ||||
|     preview: 'Preview', | ||||
|     more: 'More', | ||||
|     sync: 'Sync', | ||||
|     save: 'Save', | ||||
|     detail: 'Detail', | ||||
|   | ||||
| @@ -189,7 +189,6 @@ export default { | ||||
|     access: '项目访问', | ||||
|     toDo: '待办', | ||||
|     introduction: '一个正经的简介', | ||||
|     more: '更多', | ||||
|     shortcutOperation: '快捷入口', | ||||
|     operation: '操作', | ||||
|     index: '指数', | ||||
| @@ -284,6 +283,7 @@ export default { | ||||
|     edit: '编辑', | ||||
|     update: '编辑', | ||||
|     preview: '预览', | ||||
|     more: '更多', | ||||
|     sync: '同步', | ||||
|     save: '保存', | ||||
|     detail: '详情', | ||||
|   | ||||
| @@ -60,7 +60,7 @@ | ||||
|         <template #header> | ||||
|           <div class="flex justify-between h-3"> | ||||
|             <span>{{ t('workplace.project') }}</span> | ||||
|             <el-link type="primary" :underline="false">{{ t('workplace.more') }}</el-link> | ||||
|             <el-link type="primary" :underline="false">{{ t('action.more') }}</el-link> | ||||
|           </div> | ||||
|         </template> | ||||
|         <el-skeleton :loading="loading" animated> | ||||
| @@ -135,7 +135,7 @@ | ||||
|         <template #header> | ||||
|           <div class="flex justify-between h-3"> | ||||
|             <span>{{ t('workplace.notice') }}</span> | ||||
|             <el-link type="primary" :underline="false">{{ t('workplace.more') }}</el-link> | ||||
|             <el-link type="primary" :underline="false">{{ t('action.more') }}</el-link> | ||||
|           </div> | ||||
|         </template> | ||||
|         <el-skeleton :loading="loading" animated> | ||||
|   | ||||
| @@ -49,7 +49,7 @@ | ||||
|           @click="handleDelete(row.id)" | ||||
|         /> | ||||
|         <el-dropdown class="p-0.5" v-hasPermi="['infra:job:trigger', 'infra:job:query']"> | ||||
|           <XTextButton title="更多" postIcon="ep:arrow-down" /> | ||||
|           <XTextButton :title="t('action.more')" postIcon="ep:arrow-down" /> | ||||
|           <template #dropdown> | ||||
|             <el-dropdown-menu> | ||||
|               <el-dropdown-item> | ||||
|   | ||||
| @@ -78,7 +78,7 @@ | ||||
|             @click="handleDetail(row.id)" | ||||
|           /> | ||||
|           <el-dropdown class="p-0.5" v-hasPermi="['infra:job:trigger', 'infra:job:query']"> | ||||
|             <XTextButton title="更多" postIcon="ep:arrow-down" /> | ||||
|             <XTextButton :title="t('action.more')" postIcon="ep:arrow-down" /> | ||||
|             <template #dropdown> | ||||
|               <el-dropdown-menu> | ||||
|                 <el-dropdown-item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu4j
					xingyu4j