🍕
This commit is contained in:
		
							parent
							
								
									a53746e9d0
								
							
						
					
					
						commit
						7ced7db866
					
				
					 3 changed files with 3 additions and 1 deletions
				
			
		|  | @ -257,6 +257,7 @@ desktop/views/components/notes.note.vue: | ||||||
| 
 | 
 | ||||||
| desktop/views/components/notifications.vue: | desktop/views/components/notifications.vue: | ||||||
|   more: "More" |   more: "More" | ||||||
|  |   empty: "No notifications" | ||||||
| 
 | 
 | ||||||
| desktop/views/components/post-form.vue: | desktop/views/components/post-form.vue: | ||||||
|   note-placeholder: "What's happening?" |   note-placeholder: "What's happening?" | ||||||
|  |  | ||||||
|  | @ -257,6 +257,7 @@ desktop/views/components/notes.note.vue: | ||||||
| 
 | 
 | ||||||
| desktop/views/components/notifications.vue: | desktop/views/components/notifications.vue: | ||||||
|   more: "もっと見る" |   more: "もっと見る" | ||||||
|  |   empty: "ありません!" | ||||||
| 
 | 
 | ||||||
| desktop/views/components/post-form.vue: | desktop/views/components/post-form.vue: | ||||||
|   note-placeholder: "いまどうしてる?" |   note-placeholder: "いまどうしてる?" | ||||||
|  |  | ||||||
|  | @ -95,7 +95,7 @@ | ||||||
| 	<button class="more" :class="{ fetching: fetchingMoreNotifications }" v-if="moreNotifications" @click="fetchMoreNotifications" :disabled="fetchingMoreNotifications"> | 	<button class="more" :class="{ fetching: fetchingMoreNotifications }" v-if="moreNotifications" @click="fetchMoreNotifications" :disabled="fetchingMoreNotifications"> | ||||||
| 		<template v-if="fetchingMoreNotifications">%fa:spinner .pulse .fw%</template>{{ fetchingMoreNotifications ? '%i18n:common.loading%' : '%i18n:@more%' }} | 		<template v-if="fetchingMoreNotifications">%fa:spinner .pulse .fw%</template>{{ fetchingMoreNotifications ? '%i18n:common.loading%' : '%i18n:@more%' }} | ||||||
| 	</button> | 	</button> | ||||||
| 	<p class="empty" v-if="notifications.length == 0 && !fetching">ありません!</p> | 	<p class="empty" v-if="notifications.length == 0 && !fetching">%i18n:@empty%</p> | ||||||
| 	<p class="loading" v-if="fetching">%fa:spinner .pulse .fw%%i18n:common.loading%<mk-ellipsis/></p> | 	<p class="loading" v-if="fetching">%fa:spinner .pulse .fw%%i18n:common.loading%<mk-ellipsis/></p> | ||||||
| </div> | </div> | ||||||
| </template> | </template> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue