Skip to content

Commit

Permalink
translations, now with german
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Nov 18, 2023
1 parent 3115a79 commit b012d1d
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions resources/lang/de/user-attributes.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?php

// translations for luttje/filament-user-attributes
return [
'add_attribute' => 'Attribut hinzufügen',
'checkbox_display_no' => 'Nein',
'checkbox_display_yes' => 'Ja',
'common' => 'Allgemein',
'customizations_for' => 'Anpassungen für :type',
'manage_user_attributes' => 'Attribute verwalten',
'name_already_exists' => 'Dieser Name existiert bereits, Attribute können nicht denselben Namen haben.',
'order_sibling_help' => 'Wählen Sie das bestehende Attribut, um dieses davor oder danach zu ordnen.',
'ordering_form' => 'Im Formular',
'ordering_table' => 'In Tabelle',
'ordering' => 'Reihenfolge',
'select_sibling' => 'Nebenattribut auswählen',
'suffix_page' => ' Seite',
'suggestions_help' => 'Durch Kommas getrennte Liste von Vorschlägen für den Benutzer zur Auswahl.',

/**
* Names of the attributes that occur in fields.
*/
'attributes' => [
'config' => 'Konfiguration',
'decimal_places' => 'Dezimalstellen',
'default' => 'Standard',
'format' => 'Format',
'label' => 'Beschriftung',
'maximum' => 'Maximum',
'minimum' => 'Minimum',
'name' => 'Name',
'order_position_after' => 'nach',
'order_position_before' => 'vor',
'order_position_hidden' => 'versteckt',
'order_position' => 'Position im Verhältnis zum Nebenattribut',
'order_sibling_at_end' => 'Am Ende',
'order_sibling' => 'Nebenattribut',
'placeholder' => 'Platzhalter',
'required' => 'erforderlich',
'resource_type' => 'Ressourcentyp',
'suggestions' => 'Vorschläge',
'type' => 'Typ',
],
];
2 changes: 1 addition & 1 deletion resources/lang/nl/user-attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'add_attribute' => 'Voeg attribuut toe',
'checkbox_display_no' => 'Nee',
'checkbox_display_yes' => 'Ja',
'common' => 'Gemeenschappelijk',
'common' => 'Algemeen',
'customizations_for' => 'Aanpassingen voor :type',
'manage_user_attributes' => 'Beheer attributen',
'name_already_exists' => 'Deze naam bestaat al, attributen kunnen niet dezelfde naam hebben.',
Expand Down

0 comments on commit b012d1d

Please sign in to comment.