wip
This commit is contained in:
		
							parent
							
								
									f78ae399f2
								
							
						
					
					
						commit
						d3b3a7fc4e
					
				
					 4 changed files with 551 additions and 640 deletions
				
			
		
							
								
								
									
										1181
									
								
								locales/en.yml
									
										
									
									
									
								
							
							
						
						
									
										1181
									
								
								locales/en.yml
									
										
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							|  | @ -11,7 +11,7 @@ const loadLang = lang => yaml.safeLoad( | ||||||
| const native = loadLang('ja'); | const native = loadLang('ja'); | ||||||
| 
 | 
 | ||||||
| const langs = { | const langs = { | ||||||
| 	//'en': loadLang('en'),
 | 	'en': loadLang('en'), | ||||||
| 	'ja': native | 	'ja': native | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -33,8 +33,6 @@ common: | ||||||
|     confused: "こまこまのこまり" |     confused: "こまこまのこまり" | ||||||
|     pudding: "Pudding" |     pudding: "Pudding" | ||||||
| 
 | 
 | ||||||
|   input-message-here: "ここにメッセージを入力" |  | ||||||
|   send: "送信" |  | ||||||
|   delete: "削除" |   delete: "削除" | ||||||
|   loading: "読み込み中" |   loading: "読み込み中" | ||||||
|   ok: "わかった" |   ok: "わかった" | ||||||
|  | @ -78,6 +76,8 @@ common/views/components/messaging-room.vue: | ||||||
|   new-message: "新しいメッセージがあります" |   new-message: "新しいメッセージがあります" | ||||||
| 
 | 
 | ||||||
| common/views/components/messaging-room.form.vue: | common/views/components/messaging-room.form.vue: | ||||||
|  |   input-message-here: "ここにメッセージを入力" | ||||||
|  |   send: "送信" | ||||||
|   attach-from-local: "PCからファイルを添付する" |   attach-from-local: "PCからファイルを添付する" | ||||||
|   attach-from-drive: "ドライブからファイルを添付する" |   attach-from-drive: "ドライブからファイルを添付する" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -8,12 +8,12 @@ | ||||||
| 		ref="textarea" | 		ref="textarea" | ||||||
| 		@keypress="onKeypress" | 		@keypress="onKeypress" | ||||||
| 		@paste="onPaste" | 		@paste="onPaste" | ||||||
| 		placeholder="%i18n:common.input-message-here%" | 		placeholder="%i18n:@input-message-here%" | ||||||
| 		v-autocomplete="'text'" | 		v-autocomplete="'text'" | ||||||
| 	></textarea> | 	></textarea> | ||||||
| 	<div class="file" @click="file = null" v-if="file">{{ file.name }}</div> | 	<div class="file" @click="file = null" v-if="file">{{ file.name }}</div> | ||||||
| 	<mk-uploader ref="uploader" @uploaded="onUploaded"/> | 	<mk-uploader ref="uploader" @uploaded="onUploaded"/> | ||||||
| 	<button class="send" @click="send" :disabled="!canSend || sending" title="%i18n:common.send%"> | 	<button class="send" @click="send" :disabled="!canSend || sending" title="%i18n:@send%"> | ||||||
| 		<template v-if="!sending">%fa:paper-plane%</template><template v-if="sending">%fa:spinner .spin%</template> | 		<template v-if="!sending">%fa:paper-plane%</template><template v-if="sending">%fa:spinner .spin%</template> | ||||||
| 	</button> | 	</button> | ||||||
| 	<button class="attach-from-local" @click="chooseFile" title="%i18n:@attach-from-local%"> | 	<button class="attach-from-local" @click="chooseFile" title="%i18n:@attach-from-local%"> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue