generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
1 deletion.
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,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', | ||
], | ||
]; |
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