Localize mobile search.vue
This commit is contained in:
		
							parent
							
								
									eb8c3fe884
								
							
						
					
					
						commit
						b85f13dad3
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1247,6 +1247,7 @@ mobile/views/pages/settings/settings.profile.vue:
 | 
				
			||||||
mobile/views/pages/search.vue:
 | 
					mobile/views/pages/search.vue:
 | 
				
			||||||
  search: "検索"
 | 
					  search: "検索"
 | 
				
			||||||
  empty: "「{}」に関する投稿は見つかりませんでした。"
 | 
					  empty: "「{}」に関する投稿は見つかりませんでした。"
 | 
				
			||||||
 | 
					  not-found: "「{}」に関する投稿は見つかりませんでした。"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mobile/views/pages/selectdrive.vue:
 | 
					mobile/views/pages/selectdrive.vue:
 | 
				
			||||||
  select-file: "ファイルを選択"
 | 
					  select-file: "ファイルを選択"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
	<span slot="header">%fa:search% {{ q }}</span>
 | 
						<span slot="header">%fa:search% {{ q }}</span>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	<main>
 | 
						<main>
 | 
				
			||||||
		<p v-if="!fetching && empty">%fa:search%「{{ q }}」に関する投稿は見つかりませんでした。</p>
 | 
							<p :class="$style.empty" v-if="!fetching && empty">%fa:search% {{ '%i18n:not-found%'.split('{}')[0] }}{{ q }}{{ '%i18n:not-found%'.split('{}')[1] }}</p>
 | 
				
			||||||
		<mk-notes ref="timeline" :more="existMore ? more : null"/>
 | 
							<mk-notes ref="timeline" :more="existMore ? more : null"/>
 | 
				
			||||||
	</main>
 | 
						</main>
 | 
				
			||||||
</mk-ui>
 | 
					</mk-ui>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue