Adds a setting to disable first time wizard for new users (#5938)

This commit is contained in:
Tobias Perschon
2026-05-23 18:48:42 +02:00
committed by GitHub
parent eeeeae41e7
commit 8d245ae223
10 changed files with 146 additions and 6 deletions

View File

@@ -14,6 +14,10 @@
<source>theme.avatar_url</source>
<target state="translated">Erlaube die Nutzung von URLs für Avatarbilder</target>
</trans-unit>
<trans-unit id="uf2_qIW" resname="user_auth_wizard">
<source>user_auth_wizard</source>
<target>Einrichtungsassistent für neue Benutzer anzeigen</target>
</trans-unit>
<trans-unit id="FaGqoTT" resname="timesheet.mode" xml:space="preserve">
<source>timesheet.mode</source>
<target state="translated">Zeiterfassungs-Modus</target>

View File

@@ -254,6 +254,10 @@
<source>authentication</source>
<target state="translated">Authentifizierung</target>
</trans-unit>
<trans-unit id="uf2_qIW" resname="user_auth_wizard">
<source>user_auth_wizard</source>
<target>Einrichtungsassistent für neue Benutzer anzeigen</target>
</trans-unit>
<trans-unit id="FaGqoTT" resname="timesheet.mode">
<source>timesheet.mode</source>
<target state="translated">Zeiterfassungsmodus</target>

View File

@@ -14,6 +14,10 @@
<source>theme.avatar_url</source>
<target>Allow the use of URLs for avatar images</target>
</trans-unit>
<trans-unit id="uf2_qIW" resname="user_auth_wizard">
<source>user_auth_wizard</source>
<target>Show setup wizard for new users</target>
</trans-unit>
<trans-unit id="FaGqoTT" resname="timesheet.mode">
<source>timesheet.mode</source>
<target>Timetracking mode</target>