-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from SoloOrchid/swedish
added swedish translation
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Backup Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the backup system. | ||
| You are free to change them to anything you want to customize your views to better match your application. | ||
| | ||
*/ | ||
|
||
'backup' => 'Säkerhetskopiering', | ||
'backups' => 'Säkerhetskopieringor', | ||
'create_a_new_backup' => 'Skapa en ny säkerhetskopia', | ||
'existing_backups' => 'Befintliga säkerhetskopior', | ||
'date' => 'Datum', | ||
'file_size' => 'Filstorlek', | ||
'actions' => 'Åtgärder', | ||
'download' => 'Ladda ner', | ||
'delete' => 'Radera', | ||
'delete_confirm' => 'Är du säker på att du vill ta bort denna säkerhetskopia?', | ||
'delete_confirmation_title' => 'Klar', | ||
'delete_confirmation_message' => 'Säkerhetskopieringsfilen togs bort.', | ||
'delete_error_title' => 'Fel', | ||
'delete_error_message' => 'Säkerhetskopieringsfilen har INTE tagits bort.', | ||
'delete_cancel_title' => "Det är okej", | ||
'delete_cancel_message' => 'Säkerhetskopieringsfilen har INTE tagits bort.', | ||
'create_confirmation_title' => 'Säkerhetskopiering har påbörjats.', | ||
'create_error_title' => 'Säkerhetskopieringsfel', | ||
'create_error_message' => 'Säkerhetskopieringsfilen kunde INTE skapas.', | ||
'create_warning_title' => 'Okänt fel', | ||
'create_warning_message' => 'Din säkerhetskopia kanske INTE har skapats. Kontrollera loggfilerna för detaljer.', | ||
'location' => 'Plats', | ||
'no_disks_configured' => 'Inga backup-diskar konfigurerade i config/backup.php', | ||
'backup_doesnt_exist' => 'Säkerhetskopieringsfilen finns inte.', | ||
'only_local_downloads_supported' => 'Endast nedladdningar från det lokala filsystemet stöds.', | ||
'unknown_disk' => 'Okänd disk.', | ||
'create_started_message' => 'Vänta några minuter tills det är klart.', | ||
'create_completed_title' => 'Din säkerhetskopiering är klar.', | ||
'download_confirmation_title' => 'Nedladdningsprocessen har påbörjats.', | ||
'download_error_title' => 'Nedladdningsfel', | ||
]; |