WIP Mail REST API: fix token auth templates and translation

This commit is contained in:
ralf 2023-07-07 13:59:04 +02:00
parent 8115a92a6a
commit 18b60c1638
4 changed files with 6 additions and 8 deletions

View File

@ -187,6 +187,7 @@ bi-directional admin de beide Richtungen
blocking after wrong password admin de Blockierung nach falschem Passwort
bottom admin de unten
bulk password reset admin de Rücksetzen mehrerer Passwörter
by admin de Von
calculate next run admin de nächste Ausführung berechnen
calendar recurrence horizont in days (default 1000) admin de Kalender Wiederholungs-Bereich in Tagen (Vorgabe sind 1000)
can be used by application admin de Kann von folgender Anwendung verwendet werden
@ -782,7 +783,6 @@ reset filter admin de Filter zurücksetzen
revoke admin de Widerrufen
revoke this token admin de Dieses Token widerrufen
revoked admin de Widerrufen
revoked by admin de Widerrufen von
rights admin de Rechte
route all mails to admin de Alle E-Mails senden an
rows admin de Zeilen
@ -961,7 +961,6 @@ unwilling to save category with current settings. check for inconsistency: admin
up admin de hoch
update current email address: admin de Aktualisiere aktuelle E-Mail-Adresse
updated admin de Aktualisiert
updated by admin de Aktualisiert von
upload your background image or enter the url admin de Laden Sie ein Hintergrundbild hoch oder geben Sie eine entsprechende URL ein
upload your certificate .p12/.pfx file admin de Zertifikat hochladen (.p12/.pfx-Datei)
upload your favicon or enter the url admin de Laden Sie ein Favicon hoch oder geben Sie eine URL dafür ein

View File

@ -187,6 +187,7 @@ bi-directional admin en bi-directional
blocking after wrong password admin en Blocking after wrong password
bottom admin en Bottom
bulk password reset admin en Bulk password reset
by admin en By
calculate next run admin en Calculate next run
calendar recurrence horizont in days (default 1000) admin en Calendar recurrence horizon in days. Default = 1000.
can be used by application admin en Can be used by application
@ -785,7 +786,6 @@ reset filter admin en Reset filter
revoke admin en Revoke
revoke this token admin en Revoke this token
revoked admin en revoked
revoked by admin en Revoked by
rights admin en Rights
route all mails to admin en Route all Mails to
rows admin en Rows
@ -964,7 +964,6 @@ unwilling to save category with current settings. check for inconsistency: admin
up admin en Up
update current email address: admin en Update current email address:
updated admin en Updated
updated by admin en Updated by
upload your background image or enter the url admin en Upload your background image or enter the URL
upload your certificate .p12/.pfx file admin en Upload your certificate .p12/.pfx file
upload your favicon or enter the url admin en Upload your favicon or enter the URL

View File

@ -14,7 +14,7 @@
</row>
<row>
<et2-description for="account_id" value="User"></et2-description>
<et2-select-account id="account_id" accountType="user" emptyLabel="All users"></et2-select-account>
<et2-select-account id="account_id" accountType="accounts" emptyLabel="All users"></et2-select-account>
</row>
<row valign="top">
<et2-description for="token_limits" value="Applications"></et2-description>

View File

@ -23,15 +23,15 @@
<nextmatch-sortheader label="Expiration" id="token_valid_until"/>
<et2-vbox>
<nextmatch-sortheader label="Revoked" id="token_revoked"/>
<et2-nextmatch-header-account label="Revoked by" id="token_revoked_by"></et2-nextmatch-header-account>
<et2-nextmatch-header-account emptyLabel="By" id="token_revoked_by"></et2-nextmatch-header-account>
</et2-vbox>
<et2-vbox>
<nextmatch-sortheader label="Created" id="token_created"/>
<et2-nextmatch-header-account label="Created by" id="token_created_by"></et2-nextmatch-header-account>
<et2-nextmatch-header-account emptyLabel="By" id="token_created_by"></et2-nextmatch-header-account>
</et2-vbox>
<et2-vbox>
<nextmatch-sortheader label="Updated" id="token_created"/>
<et2-nextmatch-header-account label="Updated by" id="token_created_by"></et2-nextmatch-header-account>
<et2-nextmatch-header-account emptyLabel="By" id="token_created_by"></et2-nextmatch-header-account>
</et2-vbox>
<nextmatch-header label="Remark" id="token_remark"/>
</row>