Skip to content

Commit

Permalink
Merge pull request filamentphp#10918 from viezel/feature/danish-trans…
Browse files Browse the repository at this point in the history
…lations

i18n: Added missing danish translations
  • Loading branch information
danharrin authored Jan 19, 2024
2 parents 58b586c + 415c6e5 commit 1749abc
Show file tree
Hide file tree
Showing 28 changed files with 1,951 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages/actions/resources/lang/da/associate.php
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',
],

],

],

];
45 changes: 45 additions & 0 deletions packages/actions/resources/lang/da/attach.php
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',
],

],

],

];
37 changes: 37 additions & 0 deletions packages/actions/resources/lang/da/create.php
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',
],

],

],

];
61 changes: 61 additions & 0 deletions packages/actions/resources/lang/da/delete.php
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',
],

],

],

];
61 changes: 61 additions & 0 deletions packages/actions/resources/lang/da/detach.php
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',
],

],

],

];
61 changes: 61 additions & 0 deletions packages/actions/resources/lang/da/dissociate.php
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',
],

],

],

];
33 changes: 33 additions & 0 deletions packages/actions/resources/lang/da/edit.php
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',
],

],

],

];
Loading

0 comments on commit 1749abc

Please sign in to comment.