16 lines
		
	
	
		
			334 B
		
	
	
	
		
			TypeScript
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			334 B
		
	
	
	
		
			TypeScript
		
	
	
| export default {
 | |
|   // Options.jsx
 | |
|   items_per_page: '/ sivu',
 | |
|   jump_to: 'Mene',
 | |
|   jump_to_confirm: 'Potvrdite',
 | |
|   page: '',
 | |
| 
 | |
|   // Pagination.jsx
 | |
|   prev_page: 'Edellinen sivu',
 | |
|   next_page: 'Seuraava sivu',
 | |
|   prev_5: 'Edelliset 5 sivua',
 | |
|   next_5: 'Seuraavat 5 sivua',
 | |
|   prev_3: 'Edelliset 3 sivua',
 | |
|   next_3: 'Seuraavat 3 sivua',
 | |
| };
 |