forked from filamentphp/filament
-
Notifications
You must be signed in to change notification settings - Fork 0
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 filamentphp#10918 from viezel/feature/danish-trans…
…lations i18n: Added missing danish translations
- Loading branch information
Showing
28 changed files
with
1,951 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 [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Associer', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Associer :label', | ||
|
||
'fields' => [ | ||
|
||
'record_id' => [ | ||
'label' => 'Registrering', | ||
], | ||
|
||
], | ||
|
||
'actions' => [ | ||
|
||
'associate' => [ | ||
'label' => 'Associer', | ||
], | ||
|
||
'associate_another' => [ | ||
'label' => 'Associer & Associer en mere', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'associated' => [ | ||
'title' => 'Associeret', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
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 [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Attach', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Vedhæft :label', | ||
|
||
'fields' => [ | ||
|
||
'record_id' => [ | ||
'label' => 'Record', | ||
], | ||
|
||
], | ||
|
||
'actions' => [ | ||
|
||
'attach' => [ | ||
'label' => 'Vedhæft', | ||
], | ||
|
||
'attach_another' => [ | ||
'label' => 'Vedhæft & vedhæft en mere', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'attached' => [ | ||
'title' => 'Vedhæftet', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
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,37 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Opret :label', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Opret :label', | ||
|
||
'actions' => [ | ||
|
||
'create' => [ | ||
'label' => 'Opret', | ||
], | ||
|
||
'create_another' => [ | ||
'label' => 'Opret & opret en mere', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'created' => [ | ||
'title' => 'Oprettet', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
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,61 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Slet', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Slet :label', | ||
|
||
'actions' => [ | ||
|
||
'delete' => [ | ||
'label' => 'Slet', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'deleted' => [ | ||
'title' => 'Slettet', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'multiple' => [ | ||
|
||
'label' => 'Slet valgte', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Slet valgte :label', | ||
|
||
'actions' => [ | ||
|
||
'delete' => [ | ||
'label' => 'Slet', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'deleted' => [ | ||
'title' => 'Slettet', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
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,61 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Frigør', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Frigør :label', | ||
|
||
'actions' => [ | ||
|
||
'detach' => [ | ||
'label' => 'Frigør', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'detached' => [ | ||
'title' => 'Frigjort', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'multiple' => [ | ||
|
||
'label' => 'Frigør valgte', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Frigør valgte :label', | ||
|
||
'actions' => [ | ||
|
||
'detach' => [ | ||
'label' => 'Frigør', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'detached' => [ | ||
'title' => 'Frigjort', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
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,61 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Dissocier', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Dissocier :label', | ||
|
||
'actions' => [ | ||
|
||
'dissociate' => [ | ||
'label' => 'Dissocier', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'dissociated' => [ | ||
'title' => 'Dissocieret', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'multiple' => [ | ||
|
||
'label' => 'Dissocier valgte', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Dissocier valgte :label', | ||
|
||
'actions' => [ | ||
|
||
'dissociate' => [ | ||
'label' => 'Dissocier', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'dissociated' => [ | ||
'title' => 'Dissocieret', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
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,33 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'single' => [ | ||
|
||
'label' => 'Rediger', | ||
|
||
'modal' => [ | ||
|
||
'heading' => 'Rediger :label', | ||
|
||
'actions' => [ | ||
|
||
'save' => [ | ||
'label' => 'Gem ændringer', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'saved' => [ | ||
'title' => 'Gemt', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
Oops, something went wrong.