Translated trash on main menu
Translated trash on main menu
This commit is contained in:
		
							parent
							
								
									2c348b51f1
								
							
						
					
					
						commit
						aed7d06af5
					
				
					 3 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -17,6 +17,7 @@ common:
 | 
				
			||||||
    weeks_ago: "{}week(s) ago"
 | 
					    weeks_ago: "{}week(s) ago"
 | 
				
			||||||
    months_ago: "{}month(s) ago"
 | 
					    months_ago: "{}month(s) ago"
 | 
				
			||||||
    years_ago: "{}year(s) ago"
 | 
					    years_ago: "{}year(s) ago"
 | 
				
			||||||
 | 
					  trash: "Garbage bin"
 | 
				
			||||||
  weekday-short:
 | 
					  weekday-short:
 | 
				
			||||||
    sunday: "S"
 | 
					    sunday: "S"
 | 
				
			||||||
    monday: "M"
 | 
					    monday: "M"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -19,6 +19,8 @@ common:
 | 
				
			||||||
    months_ago: "{}ヶ月前"
 | 
					    months_ago: "{}ヶ月前"
 | 
				
			||||||
    years_ago: "{}年前"
 | 
					    years_ago: "{}年前"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  trash: "ゴミ箱"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  weekday-short:
 | 
					  weekday-short:
 | 
				
			||||||
    sunday: "日"
 | 
					    sunday: "日"
 | 
				
			||||||
    monday: "月"
 | 
					    monday: "月"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -34,7 +34,7 @@
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<div class="trash">
 | 
								<div class="trash">
 | 
				
			||||||
				<x-draggable v-model="trash" :options="{ group: 'x' }" @add="onTrash"></x-draggable>
 | 
									<x-draggable v-model="trash" :options="{ group: 'x' }" @add="onTrash"></x-draggable>
 | 
				
			||||||
				<p>ゴミ箱</p>
 | 
									<p>%i18n:common.trash%</p>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue