mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 02:26:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			990 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			990 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Applikationens API-nycklar',
 | |
|     'empty' => 'Inga API-nycklar',
 | |
|     'whitelist' => 'Vitlistade IPv4-adresser',
 | |
|     'whitelist_help' => 'API nycklar kan begränsas till att endast fungera från specifika IPv4-adresser. Ange varje adress på en ny rad.',
 | |
|     'whitelist_placeholder' => 'Exempel: 127.0.0.1 eller 192.168.1.1',
 | |
|     'description' => 'Beskrivning',
 | |
|     'description_help' => 'En kort beskrivning av vad denna nyckel är till för.',
 | |
|     'nav_title' => 'API-nycklar',
 | |
|     'model_label' => 'Applikationens API-nyckel',
 | |
|     'model_label_plural' => 'Applikationens API-nycklar',
 | |
|     'table' => [
 | |
|         'key' => 'Nyckel',
 | |
|         'description' => 'Beskrivning',
 | |
|         'last_used' => 'Senast använd',
 | |
|         'created' => 'Skapad',
 | |
|         'created_by' => 'Skapad av',
 | |
|         'never_used' => 'Aldrig använd',
 | |
|     ],
 | |
|     'permissions' => [
 | |
|         'none' => 'Inga',
 | |
|         'read' => 'Läsa',
 | |
|         'read_write' => 'Läsa och skriva',
 | |
|     ],
 | |
| ];
 | 
