i18n
This commit is contained in:
		
							parent
							
								
									acd29d22eb
								
							
						
					
					
						commit
						f7fe13a177
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -391,6 +391,7 @@ aboutX: "{x}について" | |||
| useOsNativeEmojis: "OSネイティブの絵文字を使用" | ||||
| noGroups: "グループがありません" | ||||
| joinOrCreateGroup: "既存のグループに招待してもらうか、新しくグループを作成してください。" | ||||
| noHistory: "履歴はありません" | ||||
| 
 | ||||
| _ago: | ||||
|   unknown: "謎" | ||||
|  |  | |||
|  | @ -31,7 +31,7 @@ | |||
| 			</div> | ||||
| 		</router-link> | ||||
| 	</sequential-entrance> | ||||
| 	<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('no-history') }}</p> | ||||
| 	<p class="no-history" v-if="!fetching && messages.length == 0">{{ $t('noHistory') }}</p> | ||||
| 	<mk-loading v-if="fetching"/> | ||||
| </div> | ||||
| </template> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue