Translated mobile/views/pages/widgets/activity.vue and mobile/views/pages/widgets.vue
This commit is contained in:
		
							parent
							
								
									b608e594af
								
							
						
					
					
						commit
						2f8b64d6fb
					
				
					 4 changed files with 12 additions and 2 deletions
				
			
		| 
						 | 
					@ -933,6 +933,10 @@ mobile/views/pages/tag.vue:
 | 
				
			||||||
  right-quote: "\"."
 | 
					  right-quote: "\"."
 | 
				
			||||||
mobile/views/pages/welcome.vue:
 | 
					mobile/views/pages/welcome.vue:
 | 
				
			||||||
  signup: "Sign up."
 | 
					  signup: "Sign up."
 | 
				
			||||||
 | 
					mobile/views/pages/widgets.vue:
 | 
				
			||||||
 | 
					  dashboard: "Dashboard"
 | 
				
			||||||
 | 
					mobile/views/pages/widgets/activity.vue:
 | 
				
			||||||
 | 
					  activity: "Activity"
 | 
				
			||||||
mobile/views/pages/following.vue:
 | 
					mobile/views/pages/following.vue:
 | 
				
			||||||
  following-of: "Following of {}"
 | 
					  following-of: "Following of {}"
 | 
				
			||||||
mobile/views/pages/home.vue:
 | 
					mobile/views/pages/home.vue:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1093,6 +1093,12 @@ mobile/views/pages/tag.vue:
 | 
				
			||||||
mobile/views/pages/welcome.vue:
 | 
					mobile/views/pages/welcome.vue:
 | 
				
			||||||
  signup: "新規登録"
 | 
					  signup: "新規登録"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					mobile/views/pages/widgets.vue:
 | 
				
			||||||
 | 
					  dashboard: "ダッシュボード"  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					mobile/views/pages/widgets/activity.vue:
 | 
				
			||||||
 | 
					  activity: "アクティビティ"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mobile/views/pages/messaging.vue:
 | 
					mobile/views/pages/messaging.vue:
 | 
				
			||||||
  messaging: "メッセージ"
 | 
					  messaging: "メッセージ"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<mk-ui>
 | 
					<mk-ui>
 | 
				
			||||||
	<span slot="header">%fa:home%ダッシュボード</span>
 | 
						<span slot="header">%fa:home%%i18n:@dashboard%</span>
 | 
				
			||||||
	<template slot="func">
 | 
						<template slot="func">
 | 
				
			||||||
		<button @click="customizing = !customizing">%fa:cog%</button>
 | 
							<button @click="customizing = !customizing">%fa:cog%</button>
 | 
				
			||||||
	</template>
 | 
						</template>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<div class="mkw-activity">
 | 
					<div class="mkw-activity">
 | 
				
			||||||
	<mk-widget-container :show-header="!props.compact">
 | 
						<mk-widget-container :show-header="!props.compact">
 | 
				
			||||||
		<template slot="header">%fa:chart-bar%アクティビティ</template>
 | 
							<template slot="header">%fa:chart-bar%%i18n:@activity%</template>
 | 
				
			||||||
		<div :class="$style.body">
 | 
							<div :class="$style.body">
 | 
				
			||||||
			<mk-activity :user="$store.state.i"/>
 | 
								<mk-activity :user="$store.state.i"/>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue