Files
NodeBB/public/language/de/admin/manage/user-custom-fields.json

28 lines
1.2 KiB
JSON

{
"title": "Benutzerdefinierte Benutzerfelder verwalten",
"create-field": "Feld erstellen",
"edit-field": "Feld bearbeiten",
"manage-custom-fields": "Benutzerdefinierte Felder verwalten",
"type-of-input": "Typ der Eingabe",
"key": "Schlüssel",
"name": "Name",
"icon": "Icon",
"type": "Typ",
"min-rep": "Minimales Ansehen",
"input-type-text": "Eingabe (Text)",
"input-type-link": "Eingabe (Link)",
"input-type-number": "Eingabe (Zahl)",
"input-type-date": "Input (Date)",
"input-type-select": "Auswählen",
"input-type-select-multi": "Select Multiple",
"select-options": "Optionen",
"select-options-help": "Add one option per line for the select element",
"minimum-reputation": "Minimales Ansehen",
"minimum-reputation-help": "If a user has less than this value they won't be able to use this field",
"delete-field-confirm-x": "Do you really want to delete custom field \"%1\"?",
"custom-fields-saved": "Benutzerdefinierte Felder gespeichert",
"visibility": "Visibility",
"visibility-all": "Everyone can see the field",
"visibility-loggedin": "Only logged in users can see the field",
"visibility-privileged": "Only privileged users like admins & moderators can see the field"
}