i18n
This commit is contained in:
		
							parent
							
								
									839c93961c
								
							
						
					
					
						commit
						041415519b
					
				
					 3 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -552,6 +552,8 @@ desktop/views/components/timeline.vue:
 | 
				
			||||||
  local: "Local"
 | 
					  local: "Local"
 | 
				
			||||||
  global: "Global"
 | 
					  global: "Global"
 | 
				
			||||||
  list: "Lists"
 | 
					  list: "Lists"
 | 
				
			||||||
 | 
					desktop/views/components/ui.header.vue:
 | 
				
			||||||
 | 
					  welcome-back: "Welcome back, "
 | 
				
			||||||
desktop/views/components/ui.header.account.vue:
 | 
					desktop/views/components/ui.header.account.vue:
 | 
				
			||||||
  profile: "Your profile"
 | 
					  profile: "Your profile"
 | 
				
			||||||
  drive: "Drive"
 | 
					  drive: "Drive"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -639,6 +639,9 @@ desktop/views/components/timeline.vue:
 | 
				
			||||||
  global: "グローバル"
 | 
					  global: "グローバル"
 | 
				
			||||||
  list: "リスト"
 | 
					  list: "リスト"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					desktop/views/components/ui.header.vue:
 | 
				
			||||||
 | 
					  welcome-back: "おかえりなさい、"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
desktop/views/components/ui.header.account.vue:
 | 
					desktop/views/components/ui.header.account.vue:
 | 
				
			||||||
  profile: "プロフィール"
 | 
					  profile: "プロフィール"
 | 
				
			||||||
  drive: "ドライブ"
 | 
					  drive: "ドライブ"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
	<div class="main" ref="main">
 | 
						<div class="main" ref="main">
 | 
				
			||||||
		<div class="backdrop"></div>
 | 
							<div class="backdrop"></div>
 | 
				
			||||||
		<div class="main">
 | 
							<div class="main">
 | 
				
			||||||
			<p ref="welcomeback" v-if="$store.getters.isSignedIn">おかえりなさい、<b>{{ $store.state.i | userName }}</b>さん</p>
 | 
								<p ref="welcomeback" v-if="$store.getters.isSignedIn">%i18n:@welcome-back%<b>{{ $store.state.i | userName }}</b>さん</p>
 | 
				
			||||||
			<div class="container" ref="mainContainer">
 | 
								<div class="container" ref="mainContainer">
 | 
				
			||||||
				<div class="left">
 | 
									<div class="left">
 | 
				
			||||||
					<x-nav/>
 | 
										<x-nav/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue