36 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
		
		
			
		
	
	
			36 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
|  | { | ||
|  | 	"common": { | ||
|  | 		"uni.app.quit": "再按一次退出應用", | ||
|  | 		"uni.async.error": "連接服務器超時,點擊屏幕重試", | ||
|  | 		"uni.showActionSheet.cancel": "取消", | ||
|  | 		"uni.showToast.unpaired": "請注意 showToast 與 hideToast 必須配對使用", | ||
|  | 		"uni.showLoading.unpaired": "請注意 showLoading 與 hideLoading 必須配對使用", | ||
|  | 		"uni.showModal.cancel": "取消", | ||
|  | 		"uni.showModal.confirm": "確定", | ||
|  | 		"uni.chooseImage.cancel": "取消", | ||
|  | 		"uni.chooseImage.sourceType.album": "從相冊選擇", | ||
|  | 		"uni.chooseImage.sourceType.camera": "拍攝", | ||
|  | 		"uni.chooseVideo.cancel": "取消", | ||
|  | 		"uni.chooseVideo.sourceType.album": "從相冊選擇", | ||
|  | 		"uni.chooseVideo.sourceType.camera": "拍摄", | ||
|  | 		"uni.previewImage.cancel": "取消", | ||
|  | 		"uni.previewImage.button.save": "保存圖像", | ||
|  | 		"uni.previewImage.save.success": "保存圖像到相冊成功", | ||
|  | 		"uni.previewImage.save.fail": "保存圖像到相冊失敗", | ||
|  | 		"uni.setClipboardData.success": "內容已複製", | ||
|  | 		"uni.scanCode.title": "掃碼", | ||
|  | 		"uni.scanCode.album": "相冊", | ||
|  | 		"uni.scanCode.fail": "識別失敗", | ||
|  | 		"uni.scanCode.flash.on": "輕觸照亮", | ||
|  | 		"uni.scanCode.flash.off": "輕觸關閉", | ||
|  | 		"uni.startSoterAuthentication.authContent": "指紋識別中...", | ||
|  | 		"uni.picker.done": "完成", | ||
|  | 		"uni.picker.cancel": "取消", | ||
|  | 		"uni.video.danmu": "彈幕", | ||
|  | 		"uni.video.volume": "音量", | ||
|  | 		"uni.button.feedback.title": "問題反饋", | ||
|  | 		"uni.button.feedback.send": "發送" | ||
|  | 	} | ||
|  | 	  | ||
|  | } |