Translated desktop/views/components/settings.drive.vue
This commit is contained in:
		
							parent
							
								
									8df35650e5
								
							
						
					
					
						commit
						d6fab5fd6c
					
				
					 3 changed files with 10 additions and 1 deletions
				
			
		| 
						 | 
					@ -598,6 +598,11 @@ desktop/views/components/settings.api.vue:
 | 
				
			||||||
  enter-password: "Please enter the password"
 | 
					  enter-password: "Please enter the password"
 | 
				
			||||||
desktop/views/components/settings.apps.vue:
 | 
					desktop/views/components/settings.apps.vue:
 | 
				
			||||||
  no-apps: "No linked applications"
 | 
					  no-apps: "No linked applications"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					desktop/views/components/settings.drive.vue:
 | 
				
			||||||
 | 
					  max: "Max "
 | 
				
			||||||
 | 
					  in-use: " in use."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
desktop/views/components/settings.mute.vue:
 | 
					desktop/views/components/settings.mute.vue:
 | 
				
			||||||
  no-users: "No muted users"
 | 
					  no-users: "No muted users"
 | 
				
			||||||
desktop/views/components/settings.password.vue:
 | 
					desktop/views/components/settings.password.vue:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -682,6 +682,10 @@ desktop/views/components/settings.api.vue:
 | 
				
			||||||
desktop/views/components/settings.apps.vue:
 | 
					desktop/views/components/settings.apps.vue:
 | 
				
			||||||
  no-apps: "連携しているアプリケーションはありません"
 | 
					  no-apps: "連携しているアプリケーションはありません"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					desktop/views/components/settings.drive.vue:
 | 
				
			||||||
 | 
					  max: "中"
 | 
				
			||||||
 | 
					  in-use: "使用中"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
desktop/views/components/settings.mute.vue:
 | 
					desktop/views/components/settings.mute.vue:
 | 
				
			||||||
  no-users: "ミュートしているユーザーはいません"
 | 
					  no-users: "ミュートしているユーザーはいません"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
<div class="root">
 | 
					<div class="root">
 | 
				
			||||||
	<template v-if="!fetching">
 | 
						<template v-if="!fetching">
 | 
				
			||||||
		<el-progress :text-inside="true" :stroke-width="18" :percentage="Math.floor((usage / capacity) * 100)"/>
 | 
							<el-progress :text-inside="true" :stroke-width="18" :percentage="Math.floor((usage / capacity) * 100)"/>
 | 
				
			||||||
		<p><b>{{ capacity | bytes }}</b>中<b>{{ usage | bytes }}</b>使用中</p>
 | 
							<p><b>{{ capacity | bytes }}</b>%i18n:max%<b>{{ usage | bytes }}</b>%i18n:in-use%</p>
 | 
				
			||||||
	</template>
 | 
						</template>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue