Files
nexusphp/resources/lang/de/token.php
2025-06-19 13:13:26 +07:00

12 lines
475 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array (
'label' => 'Zugangs-Token',
'permission' => 'Berechtigungen',
'maximum_allow_number_reached' => 'Die Zahl erreicht die Obergrenze',
'create_success_tip' => 'Das Token wurde erfolgreich erstellt. Diese Daten werden nur einmal angezeigt, bitte speichern Sie es ordnungsgemäß<br/><br/>:token',
'last_used_at' => 'Letzte Benutzungszeit',
'token' => 'summary',
"permission_not_allowed" => "Berechtigung:permission_text nicht erlaubt"
);