mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	初始化管理后台的 uniapp 版本
This commit is contained in:
		| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| 	"uni-pagination.prevText": "prev", | ||||
| 	"uni-pagination.nextText": "next" | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| 	"uni-pagination.prevText": "anterior", | ||||
| 	"uni-pagination.nextText": "próxima" | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| 	"uni-pagination.prevText": "précédente", | ||||
| 	"uni-pagination.nextText": "suivante" | ||||
| } | ||||
| @@ -0,0 +1,12 @@ | ||||
| import en from './en.json' | ||||
| import es from './es.json' | ||||
| import fr from './fr.json' | ||||
| import zhHans from './zh-Hans.json' | ||||
| import zhHant from './zh-Hant.json' | ||||
| export default { | ||||
| 	en, | ||||
| 	es, | ||||
| 	fr, | ||||
| 	'zh-Hans': zhHans, | ||||
| 	'zh-Hant': zhHant | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| 	"uni-pagination.prevText": "上一页", | ||||
| 	"uni-pagination.nextText": "下一页" | ||||
| } | ||||
| @@ -0,0 +1,4 @@ | ||||
| { | ||||
| 	"uni-pagination.prevText": "上一頁", | ||||
| 	"uni-pagination.nextText": "下一頁" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV