events: migrate SystemTasks to DB (#8159)
* events: migrate system tasks to save in DB Signed-off-by: Jens Langhammer <jens@goauthentik.io> * prefill in app startup Signed-off-by: Jens Langhammer <jens@goauthentik.io> * cleanup api Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update web Signed-off-by: Jens Langhammer <jens@goauthentik.io> * use string for status Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix enum Signed-off-by: Jens Langhammer <jens@goauthentik.io> * save start and end directly in timestamp from default_timer() Signed-off-by: Jens Langhammer <jens@goauthentik.io> * improve metrics Signed-off-by: Jens Langhammer <jens@goauthentik.io> * lint Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> * rename globally to system task Signed-off-by: Jens Langhammer <jens@goauthentik.io> * recreate migrations, better denote anonymous user Signed-off-by: Jens Langhammer <jens@goauthentik.io> * events: lookup actual django app instead of using module path, fallback to module path Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix logger call Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
106
web/xliff/de.xlf
106
web/xliff/de.xlf
@ -160,7 +160,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s14622ee6de586485">
|
||||
<source>Attempted to log in as <x id="0" equiv-text="${this.event.context.username}"/></source>
|
||||
<target>Loginversuch als
|
||||
<target>Loginversuch als
|
||||
<x id="0" equiv-text="${this.event.context.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb07bf992e3d00664">
|
||||
@ -308,8 +308,8 @@
|
||||
<trans-unit id="s04c5a637328c9b67">
|
||||
<source><x id="0" equiv-text="${this.pages?.startIndex}"/> - <x id="1" equiv-text="${this.pages?.endIndex}"/> of <x id="2" equiv-text="${this.pages?.count}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>von
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>von
|
||||
<x id="2" equiv-text="${this.pages?.count}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a89bb10338369b4">
|
||||
@ -359,9 +359,9 @@
|
||||
<source>Recent events</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc35581d9c1cd67ff">
|
||||
<source>On behalf of <x id="0" equiv-text="${item.user.on_behalf_of.username}"/></source>
|
||||
<target>Im Namen von
|
||||
<x id="0" equiv-text="${item.user.on_behalf_of.username}"/></target>
|
||||
<source>On behalf of <x id="0" equiv-text="${event.user.on_behalf_of.username}"/></source>
|
||||
<target>Im Namen von
|
||||
<x id="0" equiv-text="${event.user.on_behalf_of.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="saf63a04c86018698">
|
||||
<source>-</source>
|
||||
@ -448,7 +448,7 @@
|
||||
<trans-unit id="s0382d73823585617">
|
||||
<source><x id="0" equiv-text="${this.errorMessage}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2ceb11be2290bb1b">
|
||||
@ -479,7 +479,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>Die URL "
|
||||
<target>Die URL "
|
||||
<x id="0" equiv-text="${this.url}"/>" wurde nicht gefunden.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
@ -492,7 +492,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s6dfd15978586d05f">
|
||||
<source>Welcome, <x id="0" equiv-text="${name}"/>.</source>
|
||||
<target>Willkommen,
|
||||
<target>Willkommen,
|
||||
<x id="0" equiv-text="${name}"/>!</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc381422c585b867f">
|
||||
@ -531,7 +531,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sda5e1499f93146ad">
|
||||
<source><x id="0" equiv-text="${ago}"/> days ago</source>
|
||||
<target>vor
|
||||
<target>vor
|
||||
<x id="0" equiv-text="${ago}"/>Tagen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s51ea3a244c781b1f">
|
||||
@ -598,7 +598,7 @@
|
||||
<source>Duration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="se7e1ababbc4868b8">
|
||||
<source><x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/> seconds</source>
|
||||
<source><x id="0" equiv-text="${item.duration.toFixed(2)}"/> seconds</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc25edca57df81461">
|
||||
<source>Authentication</source>
|
||||
@ -1299,7 +1299,7 @@
|
||||
<trans-unit id="s55fa598b754cc3cc">
|
||||
<source><x id="0" equiv-text="${ub.name}"/> (<x id="1" equiv-text="${consequence}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="1" equiv-text="${consequence}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09240e07b5b8d640">
|
||||
@ -1311,8 +1311,8 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6eb148db23d19de">
|
||||
<source>Failed to delete <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>Löschen von
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>fehlgeschlagen:
|
||||
<target>Löschen von
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>fehlgeschlagen:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s039b6434e8a75560">
|
||||
@ -1360,7 +1360,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sc9175cb129fdc306">
|
||||
<source>Update <x id="0" equiv-text="${item.verboseName}"/></source>
|
||||
<target>Aktualisiere
|
||||
<target>Aktualisiere
|
||||
<x id="0" equiv-text="${item.verboseName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s398f6ba74ba8943a">
|
||||
@ -2065,17 +2065,17 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s030ac0829bb50a49">
|
||||
<source>Policy <x id="0" equiv-text="${item.policyObj?.name}"/></source>
|
||||
<target>Richtlinie
|
||||
<target>Richtlinie
|
||||
<x id="0" equiv-text="${item.policyObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2a64d2dca3da9b0e">
|
||||
<source>Group <x id="0" equiv-text="${item.groupObj?.name}"/></source>
|
||||
<target>Gruppe
|
||||
<target>Gruppe
|
||||
<x id="0" equiv-text="${item.groupObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se5dc026819a32ff8">
|
||||
<source>User <x id="0" equiv-text="${item.userObj?.name}"/></source>
|
||||
<target>Benutzer
|
||||
<target>Benutzer
|
||||
<x id="0" equiv-text="${item.userObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s50c312bea93b6925">
|
||||
@ -2553,9 +2553,9 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<target>Aufgabe mit Fehlern beendet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbedb77365a066648">
|
||||
<source>Last sync: <x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Letzte Synchronisierung:
|
||||
<x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></target>
|
||||
<source>Last sync: <x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Letzte Synchronisierung:
|
||||
<x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf3fec8353106ac2f">
|
||||
<source>OAuth Source <x id="0" equiv-text="${this.source.name}"/></source>
|
||||
@ -2900,7 +2900,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="se16ac750b81fa93d">
|
||||
<source>Assigned to <x id="0" equiv-text="${item.boundTo}"/> object(s).</source>
|
||||
<target>Zugewiesen zu
|
||||
<target>Zugewiesen zu
|
||||
<x id="0" equiv-text="${item.boundTo}"/>Objekt(en).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5a48d5171e1a1522">
|
||||
@ -3000,7 +3000,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s4414164d120de61a">
|
||||
<source>The following objects use <x id="0" equiv-text="${objName}"/></source>
|
||||
<target>Die folgenden Objekte verwenden
|
||||
<target>Die folgenden Objekte verwenden
|
||||
<x id="0" equiv-text="${objName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s92e241c9f3c101a2">
|
||||
@ -3012,14 +3012,14 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s14401ff4a0cba208">
|
||||
<source>Failed to update <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>Aktualisieren von
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>fehlgeschlagen:
|
||||
<target>Aktualisieren von
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>fehlgeschlagen:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>Sind Sie sicher, dass Sie
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<target>Sind Sie sicher, dass Sie
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>" aktualisieren wollen?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
@ -3150,7 +3150,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s3616cc78631f5893">
|
||||
<source>Warning: You're about to delete the user you're logged in as (<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceed at your own risk.</source>
|
||||
<target>Warnung: Sie sind im Begriff, den Benutzer zu löschen, als den Sie angemeldet sind (
|
||||
<target>Warnung: Sie sind im Begriff, den Benutzer zu löschen, als den Sie angemeldet sind (
|
||||
<x id="0" equiv-text="${shouldShowWarning.username}"/>). Fahren Sie auf eigene Gefahr fort.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s510c7add9e24c306">
|
||||
@ -4092,8 +4092,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>", vom Typ
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>", vom Typ
|
||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s3b7b519444181264">
|
||||
@ -4448,7 +4448,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s65d67612999165e9">
|
||||
<source>Event <x id="0" equiv-text="${this.event.pk}"/></source>
|
||||
<target>Ereignis
|
||||
<target>Ereignis
|
||||
<x id="0" equiv-text="${this.event.pk}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s455de2f740b073fd">
|
||||
@ -4627,8 +4627,8 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1ac2653a6492b435">
|
||||
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
|
||||
<target>"
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>", sollte "
|
||||
<target>"
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>", sollte "
|
||||
<x id="1" equiv-text="${this.outpostHealth.versionShould}"/>" sein</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1e176e35c828318c">
|
||||
@ -4640,7 +4640,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s02b632a9ac24a824">
|
||||
<source>Last seen: <x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></source>
|
||||
<target>Überprüft:
|
||||
<target>Überprüft:
|
||||
<x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa43153d53ae65063">
|
||||
@ -4664,7 +4664,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbf5f4c5ba679e847">
|
||||
<source>Logging in via <x id="0" equiv-text="${item.config.authentik_host}"/>.</source>
|
||||
<target>Anmelden über
|
||||
<target>Anmelden über
|
||||
<x id="0" equiv-text="${item.config.authentik_host}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s59b6028f19d15cda">
|
||||
@ -4819,7 +4819,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sef50d248448e0df1">
|
||||
<source>Yes (<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</source>
|
||||
<target>Ja (
|
||||
<target>Ja (
|
||||
<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09205907b5b56cda">
|
||||
@ -4944,7 +4944,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s96b3cddf33e1c853">
|
||||
<source>You're currently impersonating <x id="0" equiv-text="${this.impersonation}"/>. Click to stop.</source>
|
||||
<target>Sie geben sich gerade als
|
||||
<target>Sie geben sich gerade als
|
||||
<x id="0" equiv-text="${this.impersonation}"/>aus. Klicken Sie zum Stoppen.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7031e6928c44cedd">
|
||||
@ -5042,7 +5042,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s670ad066cc0e50a3">
|
||||
<source>Login to continue to <x id="0" equiv-text="${this.challenge.applicationPre}"/>.</source>
|
||||
<target>Anmelden um mit
|
||||
<target>Anmelden um mit
|
||||
<x id="0" equiv-text="${this.challenge.applicationPre}"/>fortzufahren.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scf5ce91bfba10a61">
|
||||
@ -5147,12 +5147,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbbb7318812d64e51">
|
||||
<source>Error when creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Fehler beim Erstellen der Anmeldedaten:
|
||||
<target>Fehler beim Erstellen der Anmeldedaten:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfe199b2564b66054">
|
||||
<source>Error when validating assertion on server: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Fehler beim Validieren der Assertion auf dem Server:
|
||||
<target>Fehler beim Validieren der Assertion auf dem Server:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se409d01b52c4e12f">
|
||||
@ -5288,12 +5288,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7fa4e5e409d43573">
|
||||
<source>Error creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Fehler beim Erstellen der Anmeldedaten:
|
||||
<target>Fehler beim Erstellen der Anmeldedaten:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d95f09deb601f34">
|
||||
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Servervalidierung der Anmeldedaten fehlgeschlagen:
|
||||
<target>Servervalidierung der Anmeldedaten fehlgeschlagen:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6c8f05e3be04f62a">
|
||||
@ -5362,7 +5362,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s67dedada007d4067">
|
||||
<source>Failed to disconnected source: <x id="0" equiv-text="${exc}"/></source>
|
||||
<target>Quelle konnte nicht getrennt werden:
|
||||
<target>Quelle konnte nicht getrennt werden:
|
||||
<x id="0" equiv-text="${exc}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd2208cd1a767644b">
|
||||
@ -5375,7 +5375,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sababff57115130a0">
|
||||
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
|
||||
<target>Fehler: nicht unterstützte Quelleinstellungen:
|
||||
<target>Fehler: nicht unterstützte Quelleinstellungen:
|
||||
<x id="0" equiv-text="${source.component}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd1031bddc66dc495">
|
||||
@ -6328,6 +6328,24 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s47fb5504f693775b">
|
||||
<source>Changes made:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s506b6a19d12f414c">
|
||||
<source>Key</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4fc9dc73245eab09">
|
||||
<source>Previous value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scb3b0671d7b7f640">
|
||||
<source>New value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4a642406b0745917">
|
||||
<source>Raw event info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa65e7bc7ddd3484d">
|
||||
<source>Anonymous user</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
118
web/xliff/en.xlf
118
web/xliff/en.xlf
@ -160,7 +160,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s14622ee6de586485">
|
||||
<source>Attempted to log in as <x id="0" equiv-text="${this.event.context.username}"/></source>
|
||||
<target>Attempted to log in as
|
||||
<target>Attempted to log in as
|
||||
<x id="0" equiv-text="${this.event.context.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb07bf992e3d00664">
|
||||
@ -310,8 +310,8 @@
|
||||
<trans-unit id="s04c5a637328c9b67">
|
||||
<source><x id="0" equiv-text="${this.pages?.startIndex}"/> - <x id="1" equiv-text="${this.pages?.endIndex}"/> of <x id="2" equiv-text="${this.pages?.count}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>of
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>of
|
||||
<x id="2" equiv-text="${this.pages?.count}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a89bb10338369b4">
|
||||
@ -363,9 +363,9 @@
|
||||
<target>Recent events</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc35581d9c1cd67ff">
|
||||
<source>On behalf of <x id="0" equiv-text="${item.user.on_behalf_of.username}"/></source>
|
||||
<target>On behalf of
|
||||
<x id="0" equiv-text="${item.user.on_behalf_of.username}"/></target>
|
||||
<source>On behalf of <x id="0" equiv-text="${event.user.on_behalf_of.username}"/></source>
|
||||
<target>On behalf of
|
||||
<x id="0" equiv-text="${event.user.on_behalf_of.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="saf63a04c86018698">
|
||||
<source>-</source>
|
||||
@ -409,7 +409,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="scefe482c547fb3f3">
|
||||
<source>Based on <x id="0" equiv-text="${value.versionCurrent}"/></source>
|
||||
<target>Based on
|
||||
<target>Based on
|
||||
<x id="0" equiv-text="${value.versionCurrent}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s68a50b1ee6efee7b">
|
||||
@ -458,7 +458,7 @@
|
||||
<trans-unit id="s0382d73823585617">
|
||||
<source><x id="0" equiv-text="${this.errorMessage}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2ceb11be2290bb1b">
|
||||
@ -491,7 +491,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>The URL "
|
||||
<target>The URL "
|
||||
<x id="0" equiv-text="${this.url}"/>" was not found.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
@ -504,7 +504,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s6dfd15978586d05f">
|
||||
<source>Welcome, <x id="0" equiv-text="${name}"/>.</source>
|
||||
<target>Welcome,
|
||||
<target>Welcome,
|
||||
<x id="0" equiv-text="${name}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc381422c585b867f">
|
||||
@ -613,9 +613,9 @@
|
||||
<target>Duration</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se7e1ababbc4868b8">
|
||||
<source><x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/> seconds</source>
|
||||
<source><x id="0" equiv-text="${item.duration.toFixed(2)}"/> seconds</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/>seconds</target>
|
||||
<x id="0" equiv-text="${item.duration.toFixed(2)}"/>seconds</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc25edca57df81461">
|
||||
<source>Authentication</source>
|
||||
@ -1275,7 +1275,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s5d6af4c100ad321b">
|
||||
<source>Create <x id="0" equiv-text="${type.name}"/></source>
|
||||
<target>Create
|
||||
<target>Create
|
||||
<x id="0" equiv-text="${type.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb95baab425322600">
|
||||
@ -1366,7 +1366,7 @@
|
||||
<trans-unit id="s55fa598b754cc3cc">
|
||||
<source><x id="0" equiv-text="${ub.name}"/> (<x id="1" equiv-text="${consequence}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="1" equiv-text="${consequence}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09240e07b5b8d640">
|
||||
@ -1378,13 +1378,13 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6eb148db23d19de">
|
||||
<source>Failed to delete <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>Failed to delete
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>Failed to delete
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s039b6434e8a75560">
|
||||
<source>Delete <x id="0" equiv-text="${this.objectLabel}"/></source>
|
||||
<target>Delete
|
||||
<target>Delete
|
||||
<x id="0" equiv-text="${this.objectLabel}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5819a49638f6d7cb">
|
||||
@ -1428,7 +1428,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sc9175cb129fdc306">
|
||||
<source>Update <x id="0" equiv-text="${item.verboseName}"/></source>
|
||||
<target>Update
|
||||
<target>Update
|
||||
<x id="0" equiv-text="${item.verboseName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s398f6ba74ba8943a">
|
||||
@ -2173,17 +2173,17 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s030ac0829bb50a49">
|
||||
<source>Policy <x id="0" equiv-text="${item.policyObj?.name}"/></source>
|
||||
<target>Policy
|
||||
<target>Policy
|
||||
<x id="0" equiv-text="${item.policyObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2a64d2dca3da9b0e">
|
||||
<source>Group <x id="0" equiv-text="${item.groupObj?.name}"/></source>
|
||||
<target>Group
|
||||
<target>Group
|
||||
<x id="0" equiv-text="${item.groupObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se5dc026819a32ff8">
|
||||
<source>User <x id="0" equiv-text="${item.userObj?.name}"/></source>
|
||||
<target>User
|
||||
<target>User
|
||||
<x id="0" equiv-text="${item.userObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s50c312bea93b6925">
|
||||
@ -2675,13 +2675,13 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<target>Task finished with errors</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbedb77365a066648">
|
||||
<source>Last sync: <x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Last sync:
|
||||
<x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></target>
|
||||
<source>Last sync: <x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Last sync:
|
||||
<x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf3fec8353106ac2f">
|
||||
<source>OAuth Source <x id="0" equiv-text="${this.source.name}"/></source>
|
||||
<target>OAuth Source
|
||||
<target>OAuth Source
|
||||
<x id="0" equiv-text="${this.source.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se09d055771f3a11d">
|
||||
@ -3034,7 +3034,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="se16ac750b81fa93d">
|
||||
<source>Assigned to <x id="0" equiv-text="${item.boundTo}"/> object(s).</source>
|
||||
<target>Assigned to
|
||||
<target>Assigned to
|
||||
<x id="0" equiv-text="${item.boundTo}"/>object(s).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5a48d5171e1a1522">
|
||||
@ -3134,7 +3134,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s4414164d120de61a">
|
||||
<source>The following objects use <x id="0" equiv-text="${objName}"/></source>
|
||||
<target>The following objects use
|
||||
<target>The following objects use
|
||||
<x id="0" equiv-text="${objName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s92e241c9f3c101a2">
|
||||
@ -3146,14 +3146,14 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s14401ff4a0cba208">
|
||||
<source>Failed to update <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>Failed to update
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>Failed to update
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>Are you sure you want to update
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<target>Are you sure you want to update
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>"?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
@ -3186,7 +3186,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s5d7748b1d2363478">
|
||||
<source>Are you sure you want to remove the selected users from the group <x id="0" equiv-text="${this.targetGroup?.name}"/>?</source>
|
||||
<target>Are you sure you want to remove the selected users from the group
|
||||
<target>Are you sure you want to remove the selected users from the group
|
||||
<x id="0" equiv-text="${this.targetGroup?.name}"/>?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sea4f08110bb8f15d">
|
||||
@ -3295,7 +3295,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s3616cc78631f5893">
|
||||
<source>Warning: You're about to delete the user you're logged in as (<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceed at your own risk.</source>
|
||||
<target>Warning: You're about to delete the user you're logged in as (
|
||||
<target>Warning: You're about to delete the user you're logged in as (
|
||||
<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceed at your own risk.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s510c7add9e24c306">
|
||||
@ -3320,7 +3320,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="sb4c9ed2a487b238f">
|
||||
<source>Are you sure you want to remove user <x id="0" equiv-text="${this.targetUser?.username}"/> from the following groups?</source>
|
||||
<target>Are you sure you want to remove user
|
||||
<target>Are you sure you want to remove user
|
||||
<x id="0" equiv-text="${this.targetUser?.username}"/>from the following groups?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s964f6725aeb7662f">
|
||||
@ -4284,8 +4284,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>", of type
|
||||
<x id="0" equiv-text="${prompt.name}"/>("
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>", of type
|
||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s3b7b519444181264">
|
||||
@ -4417,7 +4417,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s77299a9d3dd932cd">
|
||||
<source>Successfully imported <x id="0" equiv-text="${res.count}"/> devices.</source>
|
||||
<target>Successfully imported
|
||||
<target>Successfully imported
|
||||
<x id="0" equiv-text="${res.count}"/>devices.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a615f6165ef01c9">
|
||||
@ -4678,7 +4678,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s65d67612999165e9">
|
||||
<source>Event <x id="0" equiv-text="${this.event.pk}"/></source>
|
||||
<target>Event
|
||||
<target>Event
|
||||
<x id="0" equiv-text="${this.event.pk}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s455de2f740b073fd">
|
||||
@ -4864,7 +4864,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="s1ac2653a6492b435">
|
||||
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>, should be
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>, should be
|
||||
<x id="1" equiv-text="${this.outpostHealth.versionShould}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1e176e35c828318c">
|
||||
@ -4877,7 +4877,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s02b632a9ac24a824">
|
||||
<source>Last seen: <x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></source>
|
||||
<target>Last seen:
|
||||
<target>Last seen:
|
||||
<x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa43153d53ae65063">
|
||||
@ -4902,7 +4902,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbf5f4c5ba679e847">
|
||||
<source>Logging in via <x id="0" equiv-text="${item.config.authentik_host}"/>.</source>
|
||||
<target>Logging in via
|
||||
<target>Logging in via
|
||||
<x id="0" equiv-text="${item.config.authentik_host}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s59b6028f19d15cda">
|
||||
@ -5059,7 +5059,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sef50d248448e0df1">
|
||||
<source>Yes (<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</source>
|
||||
<target>Yes (
|
||||
<target>Yes (
|
||||
<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09205907b5b56cda">
|
||||
@ -5201,7 +5201,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s96b3cddf33e1c853">
|
||||
<source>You're currently impersonating <x id="0" equiv-text="${this.impersonation}"/>. Click to stop.</source>
|
||||
<target>You're currently impersonating
|
||||
<target>You're currently impersonating
|
||||
<x id="0" equiv-text="${this.impersonation}"/>. Click to stop.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7031e6928c44cedd">
|
||||
@ -5302,7 +5302,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s670ad066cc0e50a3">
|
||||
<source>Login to continue to <x id="0" equiv-text="${this.challenge.applicationPre}"/>.</source>
|
||||
<target>Login to continue to
|
||||
<target>Login to continue to
|
||||
<x id="0" equiv-text="${this.challenge.applicationPre}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scf5ce91bfba10a61">
|
||||
@ -5415,12 +5415,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbbb7318812d64e51">
|
||||
<source>Error when creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Error when creating credential:
|
||||
<target>Error when creating credential:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfe199b2564b66054">
|
||||
<source>Error when validating assertion on server: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Error when validating assertion on server:
|
||||
<target>Error when validating assertion on server:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se409d01b52c4e12f">
|
||||
@ -5561,12 +5561,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7fa4e5e409d43573">
|
||||
<source>Error creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Error creating credential:
|
||||
<target>Error creating credential:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d95f09deb601f34">
|
||||
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Server validation of credential failed:
|
||||
<target>Server validation of credential failed:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6c8f05e3be04f62a">
|
||||
@ -5635,7 +5635,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s67dedada007d4067">
|
||||
<source>Failed to disconnected source: <x id="0" equiv-text="${exc}"/></source>
|
||||
<target>Failed to disconnected source:
|
||||
<target>Failed to disconnected source:
|
||||
<x id="0" equiv-text="${exc}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd2208cd1a767644b">
|
||||
@ -5648,7 +5648,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sababff57115130a0">
|
||||
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
|
||||
<target>Error: unsupported source settings:
|
||||
<target>Error: unsupported source settings:
|
||||
<x id="0" equiv-text="${source.component}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd1031bddc66dc495">
|
||||
@ -6603,6 +6603,24 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s47fb5504f693775b">
|
||||
<source>Changes made:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s506b6a19d12f414c">
|
||||
<source>Key</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4fc9dc73245eab09">
|
||||
<source>Previous value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scb3b0671d7b7f640">
|
||||
<source>New value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4a642406b0745917">
|
||||
<source>Raw event info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa65e7bc7ddd3484d">
|
||||
<source>Anonymous user</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
104
web/xliff/es.xlf
104
web/xliff/es.xlf
@ -154,7 +154,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s14622ee6de586485">
|
||||
<source>Attempted to log in as <x id="0" equiv-text="${this.event.context.username}"/></source>
|
||||
<target>Se intentó iniciar sesión como
|
||||
<target>Se intentó iniciar sesión como
|
||||
<x id="0" equiv-text="${this.event.context.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb07bf992e3d00664">
|
||||
@ -301,8 +301,8 @@
|
||||
<trans-unit id="s04c5a637328c9b67">
|
||||
<source><x id="0" equiv-text="${this.pages?.startIndex}"/> - <x id="1" equiv-text="${this.pages?.endIndex}"/> of <x id="2" equiv-text="${this.pages?.count}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>de
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>de
|
||||
<x id="2" equiv-text="${this.pages?.count}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a89bb10338369b4">
|
||||
@ -352,9 +352,9 @@
|
||||
<source>Recent events</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc35581d9c1cd67ff">
|
||||
<source>On behalf of <x id="0" equiv-text="${item.user.on_behalf_of.username}"/></source>
|
||||
<target>En nombre de
|
||||
<x id="0" equiv-text="${item.user.on_behalf_of.username}"/></target>
|
||||
<source>On behalf of <x id="0" equiv-text="${event.user.on_behalf_of.username}"/></source>
|
||||
<target>En nombre de
|
||||
<x id="0" equiv-text="${event.user.on_behalf_of.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="saf63a04c86018698">
|
||||
<source>-</source>
|
||||
@ -441,7 +441,7 @@
|
||||
<trans-unit id="s0382d73823585617">
|
||||
<source><x id="0" equiv-text="${this.errorMessage}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2ceb11be2290bb1b">
|
||||
@ -472,7 +472,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>No se encontró la URL «
|
||||
<target>No se encontró la URL «
|
||||
<x id="0" equiv-text="${this.url}"/>».</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
@ -485,7 +485,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s6dfd15978586d05f">
|
||||
<source>Welcome, <x id="0" equiv-text="${name}"/>.</source>
|
||||
<target>Bienvenido,
|
||||
<target>Bienvenido,
|
||||
<x id="0" equiv-text="${name}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc381422c585b867f">
|
||||
@ -590,7 +590,7 @@
|
||||
<source>Duration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="se7e1ababbc4868b8">
|
||||
<source><x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/> seconds</source>
|
||||
<source><x id="0" equiv-text="${item.duration.toFixed(2)}"/> seconds</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc25edca57df81461">
|
||||
<source>Authentication</source>
|
||||
@ -1192,7 +1192,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s5d6af4c100ad321b">
|
||||
<source>Create <x id="0" equiv-text="${type.name}"/></source>
|
||||
<target>Crear
|
||||
<target>Crear
|
||||
<x id="0" equiv-text="${type.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb95baab425322600">
|
||||
@ -1273,7 +1273,7 @@
|
||||
<trans-unit id="s55fa598b754cc3cc">
|
||||
<source><x id="0" equiv-text="${ub.name}"/> (<x id="1" equiv-text="${consequence}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="1" equiv-text="${consequence}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09240e07b5b8d640">
|
||||
@ -1285,13 +1285,13 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6eb148db23d19de">
|
||||
<source>Failed to delete <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>No se pudo eliminar
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>No se pudo eliminar
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s039b6434e8a75560">
|
||||
<source>Delete <x id="0" equiv-text="${this.objectLabel}"/></source>
|
||||
<target>Eliminar
|
||||
<target>Eliminar
|
||||
<x id="0" equiv-text="${this.objectLabel}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5819a49638f6d7cb">
|
||||
@ -1334,7 +1334,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sc9175cb129fdc306">
|
||||
<source>Update <x id="0" equiv-text="${item.verboseName}"/></source>
|
||||
<target>Actualización
|
||||
<target>Actualización
|
||||
<x id="0" equiv-text="${item.verboseName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s398f6ba74ba8943a">
|
||||
@ -2031,17 +2031,17 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s030ac0829bb50a49">
|
||||
<source>Policy <x id="0" equiv-text="${item.policyObj?.name}"/></source>
|
||||
<target>Política
|
||||
<target>Política
|
||||
<x id="0" equiv-text="${item.policyObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2a64d2dca3da9b0e">
|
||||
<source>Group <x id="0" equiv-text="${item.groupObj?.name}"/></source>
|
||||
<target>Grupo
|
||||
<target>Grupo
|
||||
<x id="0" equiv-text="${item.groupObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se5dc026819a32ff8">
|
||||
<source>User <x id="0" equiv-text="${item.userObj?.name}"/></source>
|
||||
<target>Usuario
|
||||
<target>Usuario
|
||||
<x id="0" equiv-text="${item.userObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s50c312bea93b6925">
|
||||
@ -2513,9 +2513,9 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<target>La tarea ha finalizado con errores</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbedb77365a066648">
|
||||
<source>Last sync: <x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Última sincronización:
|
||||
<x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></target>
|
||||
<source>Last sync: <x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Última sincronización:
|
||||
<x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf3fec8353106ac2f">
|
||||
<source>OAuth Source <x id="0" equiv-text="${this.source.name}"/></source>
|
||||
@ -2854,7 +2854,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="se16ac750b81fa93d">
|
||||
<source>Assigned to <x id="0" equiv-text="${item.boundTo}"/> object(s).</source>
|
||||
<target>Se asigna a
|
||||
<target>Se asigna a
|
||||
<x id="0" equiv-text="${item.boundTo}"/>objetos.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5a48d5171e1a1522">
|
||||
@ -2954,7 +2954,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s4414164d120de61a">
|
||||
<source>The following objects use <x id="0" equiv-text="${objName}"/></source>
|
||||
<target>Los siguientes objetos usan
|
||||
<target>Los siguientes objetos usan
|
||||
<x id="0" equiv-text="${objName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s92e241c9f3c101a2">
|
||||
@ -2966,14 +2966,14 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s14401ff4a0cba208">
|
||||
<source>Failed to update <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>No se pudo actualizar
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>No se pudo actualizar
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>¿Seguro que quieres actualizar
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>«
|
||||
<target>¿Seguro que quieres actualizar
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>«
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>»?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
@ -3101,7 +3101,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s3616cc78631f5893">
|
||||
<source>Warning: You're about to delete the user you're logged in as (<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceed at your own risk.</source>
|
||||
<target>Advertencia: Vas a eliminar el usuario con el que iniciaste sesión (
|
||||
<target>Advertencia: Vas a eliminar el usuario con el que iniciaste sesión (
|
||||
<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceda bajo su propio riesgo.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s510c7add9e24c306">
|
||||
@ -4026,8 +4026,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>(«
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>», de tipo
|
||||
<x id="0" equiv-text="${prompt.name}"/>(«
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>», de tipo
|
||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s3b7b519444181264">
|
||||
@ -4376,7 +4376,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s65d67612999165e9">
|
||||
<source>Event <x id="0" equiv-text="${this.event.pk}"/></source>
|
||||
<target>Evento
|
||||
<target>Evento
|
||||
<x id="0" equiv-text="${this.event.pk}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s455de2f740b073fd">
|
||||
@ -4555,7 +4555,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="s1ac2653a6492b435">
|
||||
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>, debe ser
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>, debe ser
|
||||
<x id="1" equiv-text="${this.outpostHealth.versionShould}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1e176e35c828318c">
|
||||
@ -4567,7 +4567,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s02b632a9ac24a824">
|
||||
<source>Last seen: <x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></source>
|
||||
<target>Visto por última vez:
|
||||
<target>Visto por última vez:
|
||||
<x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa43153d53ae65063">
|
||||
@ -4591,7 +4591,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbf5f4c5ba679e847">
|
||||
<source>Logging in via <x id="0" equiv-text="${item.config.authentik_host}"/>.</source>
|
||||
<target>Iniciar sesión a través de
|
||||
<target>Iniciar sesión a través de
|
||||
<x id="0" equiv-text="${item.config.authentik_host}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s59b6028f19d15cda">
|
||||
@ -4744,7 +4744,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sef50d248448e0df1">
|
||||
<source>Yes (<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</source>
|
||||
<target>Sí (
|
||||
<target>Sí (
|
||||
<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09205907b5b56cda">
|
||||
@ -4869,7 +4869,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s96b3cddf33e1c853">
|
||||
<source>You're currently impersonating <x id="0" equiv-text="${this.impersonation}"/>. Click to stop.</source>
|
||||
<target>Estás suplantando a
|
||||
<target>Estás suplantando a
|
||||
<x id="0" equiv-text="${this.impersonation}"/>. Haga clic para parar.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7031e6928c44cedd">
|
||||
@ -4967,7 +4967,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s670ad066cc0e50a3">
|
||||
<source>Login to continue to <x id="0" equiv-text="${this.challenge.applicationPre}"/>.</source>
|
||||
<target>Inicie sesión para continuar en
|
||||
<target>Inicie sesión para continuar en
|
||||
<x id="0" equiv-text="${this.challenge.applicationPre}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scf5ce91bfba10a61">
|
||||
@ -5072,12 +5072,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbbb7318812d64e51">
|
||||
<source>Error when creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Error al crear la credencial:
|
||||
<target>Error al crear la credencial:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfe199b2564b66054">
|
||||
<source>Error when validating assertion on server: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Error al validar la afirmación en el servidor:
|
||||
<target>Error al validar la afirmación en el servidor:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se409d01b52c4e12f">
|
||||
@ -5211,12 +5211,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7fa4e5e409d43573">
|
||||
<source>Error creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Error creando la credencial:
|
||||
<target>Error creando la credencial:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d95f09deb601f34">
|
||||
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>No se pudo validar la credencial en el servidor:
|
||||
<target>No se pudo validar la credencial en el servidor:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6c8f05e3be04f62a">
|
||||
@ -5292,7 +5292,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sababff57115130a0">
|
||||
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
|
||||
<target>Error: configuración de origen no admitida:
|
||||
<target>Error: configuración de origen no admitida:
|
||||
<x id="0" equiv-text="${source.component}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd1031bddc66dc495">
|
||||
@ -6244,6 +6244,24 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s47fb5504f693775b">
|
||||
<source>Changes made:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s506b6a19d12f414c">
|
||||
<source>Key</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4fc9dc73245eab09">
|
||||
<source>Previous value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scb3b0671d7b7f640">
|
||||
<source>New value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4a642406b0745917">
|
||||
<source>Raw event info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa65e7bc7ddd3484d">
|
||||
<source>Anonymous user</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
2960
web/xliff/fr.xlf
2960
web/xliff/fr.xlf
File diff suppressed because it is too large
Load Diff
2842
web/xliff/ko.xlf
2842
web/xliff/ko.xlf
File diff suppressed because it is too large
Load Diff
2830
web/xliff/nl.xlf
2830
web/xliff/nl.xlf
File diff suppressed because it is too large
Load Diff
114
web/xliff/pl.xlf
114
web/xliff/pl.xlf
@ -160,7 +160,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s14622ee6de586485">
|
||||
<source>Attempted to log in as <x id="0" equiv-text="${this.event.context.username}"/></source>
|
||||
<target>Próbowano zalogować się jako
|
||||
<target>Próbowano zalogować się jako
|
||||
<x id="0" equiv-text="${this.event.context.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb07bf992e3d00664">
|
||||
@ -309,8 +309,8 @@
|
||||
<trans-unit id="s04c5a637328c9b67">
|
||||
<source><x id="0" equiv-text="${this.pages?.startIndex}"/> - <x id="1" equiv-text="${this.pages?.endIndex}"/> of <x id="2" equiv-text="${this.pages?.count}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>z
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>z
|
||||
<x id="2" equiv-text="${this.pages?.count}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a89bb10338369b4">
|
||||
@ -361,9 +361,9 @@
|
||||
<source>Recent events</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc35581d9c1cd67ff">
|
||||
<source>On behalf of <x id="0" equiv-text="${item.user.on_behalf_of.username}"/></source>
|
||||
<target>W imieniu
|
||||
<x id="0" equiv-text="${item.user.on_behalf_of.username}"/></target>
|
||||
<source>On behalf of <x id="0" equiv-text="${event.user.on_behalf_of.username}"/></source>
|
||||
<target>W imieniu
|
||||
<x id="0" equiv-text="${event.user.on_behalf_of.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="saf63a04c86018698">
|
||||
<source>-</source>
|
||||
@ -450,7 +450,7 @@
|
||||
<trans-unit id="s0382d73823585617">
|
||||
<source><x id="0" equiv-text="${this.errorMessage}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2ceb11be2290bb1b">
|
||||
@ -481,7 +481,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>Nie znaleziono adresu URL „
|
||||
<target>Nie znaleziono adresu URL „
|
||||
<x id="0" equiv-text="${this.url}"/>”.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
@ -494,7 +494,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s6dfd15978586d05f">
|
||||
<source>Welcome, <x id="0" equiv-text="${name}"/>.</source>
|
||||
<target>Witaj,
|
||||
<target>Witaj,
|
||||
<x id="0" equiv-text="${name}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc381422c585b867f">
|
||||
@ -600,7 +600,7 @@
|
||||
<source>Duration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="se7e1ababbc4868b8">
|
||||
<source><x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/> seconds</source>
|
||||
<source><x id="0" equiv-text="${item.duration.toFixed(2)}"/> seconds</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc25edca57df81461">
|
||||
<source>Authentication</source>
|
||||
@ -1231,7 +1231,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s5d6af4c100ad321b">
|
||||
<source>Create <x id="0" equiv-text="${type.name}"/></source>
|
||||
<target>Utwórz
|
||||
<target>Utwórz
|
||||
<x id="0" equiv-text="${type.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb95baab425322600">
|
||||
@ -1313,7 +1313,7 @@
|
||||
<trans-unit id="s55fa598b754cc3cc">
|
||||
<source><x id="0" equiv-text="${ub.name}"/> (<x id="1" equiv-text="${consequence}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="1" equiv-text="${consequence}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09240e07b5b8d640">
|
||||
@ -1325,13 +1325,13 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6eb148db23d19de">
|
||||
<source>Failed to delete <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>Nie udało się usunąć
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>Nie udało się usunąć
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s039b6434e8a75560">
|
||||
<source>Delete <x id="0" equiv-text="${this.objectLabel}"/></source>
|
||||
<target>Usuń
|
||||
<target>Usuń
|
||||
<x id="0" equiv-text="${this.objectLabel}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5819a49638f6d7cb">
|
||||
@ -1374,7 +1374,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sc9175cb129fdc306">
|
||||
<source>Update <x id="0" equiv-text="${item.verboseName}"/></source>
|
||||
<target>Zaktualizuj
|
||||
<target>Zaktualizuj
|
||||
<x id="0" equiv-text="${item.verboseName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s398f6ba74ba8943a">
|
||||
@ -2103,17 +2103,17 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s030ac0829bb50a49">
|
||||
<source>Policy <x id="0" equiv-text="${item.policyObj?.name}"/></source>
|
||||
<target>Zasada
|
||||
<target>Zasada
|
||||
<x id="0" equiv-text="${item.policyObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2a64d2dca3da9b0e">
|
||||
<source>Group <x id="0" equiv-text="${item.groupObj?.name}"/></source>
|
||||
<target>Grupa
|
||||
<target>Grupa
|
||||
<x id="0" equiv-text="${item.groupObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se5dc026819a32ff8">
|
||||
<source>User <x id="0" equiv-text="${item.userObj?.name}"/></source>
|
||||
<target>Użytkownik
|
||||
<target>Użytkownik
|
||||
<x id="0" equiv-text="${item.userObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s50c312bea93b6925">
|
||||
@ -2597,13 +2597,13 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<target>Zadanie zakończone z błędami</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbedb77365a066648">
|
||||
<source>Last sync: <x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Ostatnia synchronizacja:
|
||||
<x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></target>
|
||||
<source>Last sync: <x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Ostatnia synchronizacja:
|
||||
<x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf3fec8353106ac2f">
|
||||
<source>OAuth Source <x id="0" equiv-text="${this.source.name}"/></source>
|
||||
<target>Źródło OAuth
|
||||
<target>Źródło OAuth
|
||||
<x id="0" equiv-text="${this.source.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se09d055771f3a11d">
|
||||
@ -2950,7 +2950,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="se16ac750b81fa93d">
|
||||
<source>Assigned to <x id="0" equiv-text="${item.boundTo}"/> object(s).</source>
|
||||
<target>Przypisany do
|
||||
<target>Przypisany do
|
||||
<x id="0" equiv-text="${item.boundTo}"/>obiektu(ów).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5a48d5171e1a1522">
|
||||
@ -3050,7 +3050,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s4414164d120de61a">
|
||||
<source>The following objects use <x id="0" equiv-text="${objName}"/></source>
|
||||
<target>Następujące obiekty używają
|
||||
<target>Następujące obiekty używają
|
||||
<x id="0" equiv-text="${objName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s92e241c9f3c101a2">
|
||||
@ -3062,14 +3062,14 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s14401ff4a0cba208">
|
||||
<source>Failed to update <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>Nie udało się zaktualizować
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>Nie udało się zaktualizować
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>Czy na pewno chcesz zaktualizować
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<target>Czy na pewno chcesz zaktualizować
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>”?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
@ -3102,7 +3102,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s5d7748b1d2363478">
|
||||
<source>Are you sure you want to remove the selected users from the group <x id="0" equiv-text="${this.targetGroup?.name}"/>?</source>
|
||||
<target>Czy na pewno chcesz usunąć wybranych użytkowników z grupy
|
||||
<target>Czy na pewno chcesz usunąć wybranych użytkowników z grupy
|
||||
<x id="0" equiv-text="${this.targetGroup?.name}"/>?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sea4f08110bb8f15d">
|
||||
@ -3208,7 +3208,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s3616cc78631f5893">
|
||||
<source>Warning: You're about to delete the user you're logged in as (<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceed at your own risk.</source>
|
||||
<target>Ostrzeżenie: masz zamiar usunąć użytkownika, na którym jesteś zalogowany jako (
|
||||
<target>Ostrzeżenie: masz zamiar usunąć użytkownika, na którym jesteś zalogowany jako (
|
||||
<x id="0" equiv-text="${shouldShowWarning.username}"/>). Kontynuuj na własne ryzyko.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s510c7add9e24c306">
|
||||
@ -3232,7 +3232,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="sb4c9ed2a487b238f">
|
||||
<source>Are you sure you want to remove user <x id="0" equiv-text="${this.targetUser?.username}"/> from the following groups?</source>
|
||||
<target>Czy na pewno chcesz usunąć użytkownika
|
||||
<target>Czy na pewno chcesz usunąć użytkownika
|
||||
<x id="0" equiv-text="${this.targetUser?.username}"/>z następujących grup?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s964f6725aeb7662f">
|
||||
@ -4169,8 +4169,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>(„
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>”, typu
|
||||
<x id="0" equiv-text="${prompt.name}"/>(„
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>”, typu
|
||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s3b7b519444181264">
|
||||
@ -4292,7 +4292,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s77299a9d3dd932cd">
|
||||
<source>Successfully imported <x id="0" equiv-text="${res.count}"/> devices.</source>
|
||||
<target>Pomyślnie zaimportowano
|
||||
<target>Pomyślnie zaimportowano
|
||||
<x id="0" equiv-text="${res.count}"/>urządzenia.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a615f6165ef01c9">
|
||||
@ -4544,7 +4544,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s65d67612999165e9">
|
||||
<source>Event <x id="0" equiv-text="${this.event.pk}"/></source>
|
||||
<target>Zdarzenie
|
||||
<target>Zdarzenie
|
||||
<x id="0" equiv-text="${this.event.pk}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s455de2f740b073fd">
|
||||
@ -4727,7 +4727,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="s1ac2653a6492b435">
|
||||
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>, powinno być
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>, powinno być
|
||||
<x id="1" equiv-text="${this.outpostHealth.versionShould}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1e176e35c828318c">
|
||||
@ -4740,7 +4740,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s02b632a9ac24a824">
|
||||
<source>Last seen: <x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></source>
|
||||
<target>Ostatnio widziany:
|
||||
<target>Ostatnio widziany:
|
||||
<x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa43153d53ae65063">
|
||||
@ -4765,7 +4765,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbf5f4c5ba679e847">
|
||||
<source>Logging in via <x id="0" equiv-text="${item.config.authentik_host}"/>.</source>
|
||||
<target>Logowanie przez
|
||||
<target>Logowanie przez
|
||||
<x id="0" equiv-text="${item.config.authentik_host}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s59b6028f19d15cda">
|
||||
@ -4920,7 +4920,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sef50d248448e0df1">
|
||||
<source>Yes (<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</source>
|
||||
<target>Tak (
|
||||
<target>Tak (
|
||||
<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09205907b5b56cda">
|
||||
@ -5058,7 +5058,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s96b3cddf33e1c853">
|
||||
<source>You're currently impersonating <x id="0" equiv-text="${this.impersonation}"/>. Click to stop.</source>
|
||||
<target>Obecnie podszywasz się pod
|
||||
<target>Obecnie podszywasz się pod
|
||||
<x id="0" equiv-text="${this.impersonation}"/>. Kliknij, aby zatrzymać.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7031e6928c44cedd">
|
||||
@ -5158,7 +5158,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s670ad066cc0e50a3">
|
||||
<source>Login to continue to <x id="0" equiv-text="${this.challenge.applicationPre}"/>.</source>
|
||||
<target>Zaloguj się, aby przejść do
|
||||
<target>Zaloguj się, aby przejść do
|
||||
<x id="0" equiv-text="${this.challenge.applicationPre}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scf5ce91bfba10a61">
|
||||
@ -5267,12 +5267,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbbb7318812d64e51">
|
||||
<source>Error when creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Błąd podczas tworzenia poświadczeń:
|
||||
<target>Błąd podczas tworzenia poświadczeń:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfe199b2564b66054">
|
||||
<source>Error when validating assertion on server: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Błąd podczas walidacji asercji na serwerze:
|
||||
<target>Błąd podczas walidacji asercji na serwerze:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se409d01b52c4e12f">
|
||||
@ -5411,12 +5411,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7fa4e5e409d43573">
|
||||
<source>Error creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Błąd podczas tworzenia poświadczenia:
|
||||
<target>Błąd podczas tworzenia poświadczenia:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d95f09deb601f34">
|
||||
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Weryfikacja poświadczeń serwera nie powiodła się:
|
||||
<target>Weryfikacja poświadczeń serwera nie powiodła się:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6c8f05e3be04f62a">
|
||||
@ -5485,7 +5485,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s67dedada007d4067">
|
||||
<source>Failed to disconnected source: <x id="0" equiv-text="${exc}"/></source>
|
||||
<target>Nie udało się odłączyć źródła:
|
||||
<target>Nie udało się odłączyć źródła:
|
||||
<x id="0" equiv-text="${exc}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd2208cd1a767644b">
|
||||
@ -5498,7 +5498,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sababff57115130a0">
|
||||
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
|
||||
<target>Błąd: nieobsługiwane ustawienia źródła:
|
||||
<target>Błąd: nieobsługiwane ustawienia źródła:
|
||||
<x id="0" equiv-text="${source.component}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd1031bddc66dc495">
|
||||
@ -6451,6 +6451,24 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s47fb5504f693775b">
|
||||
<source>Changes made:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s506b6a19d12f414c">
|
||||
<source>Key</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4fc9dc73245eab09">
|
||||
<source>Previous value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scb3b0671d7b7f640">
|
||||
<source>New value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4a642406b0745917">
|
||||
<source>Raw event info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa65e7bc7ddd3484d">
|
||||
<source>Anonymous user</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -301,8 +301,8 @@
|
||||
<trans-unit id="s04c5a637328c9b67">
|
||||
<source><x id="0" equiv-text="${this.pages?.startIndex}"/> - <x id="1" equiv-text="${this.pages?.endIndex}"/> of <x id="2" equiv-text="${this.pages?.count}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.pages?.count}"/>içinden
|
||||
<x id="1" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="0" equiv-text="${this.pages?.count}"/>içinden
|
||||
<x id="1" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="2" equiv-text="${this.pages?.endIndex}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a89bb10338369b4">
|
||||
@ -352,9 +352,9 @@
|
||||
<source>Recent events</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc35581d9c1cd67ff">
|
||||
<source>On behalf of <x id="0" equiv-text="${item.user.on_behalf_of.username}"/></source>
|
||||
<source>On behalf of <x id="0" equiv-text="${event.user.on_behalf_of.username}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${item.user.on_behalf_of.username}"/>adına</target>
|
||||
<x id="0" equiv-text="${event.user.on_behalf_of.username}"/>adına</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="saf63a04c86018698">
|
||||
<source>-</source>
|
||||
@ -441,7 +441,7 @@
|
||||
<trans-unit id="s0382d73823585617">
|
||||
<source><x id="0" equiv-text="${this.errorMessage}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2ceb11be2290bb1b">
|
||||
@ -472,7 +472,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>“
|
||||
<target>“
|
||||
<x id="0" equiv-text="${this.url}"/>” URL'si bulunamadı.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
@ -485,7 +485,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s6dfd15978586d05f">
|
||||
<source>Welcome, <x id="0" equiv-text="${name}"/>.</source>
|
||||
<target>Hoş geldiniz,
|
||||
<target>Hoş geldiniz,
|
||||
<x id="0" equiv-text="${name}"/>.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc381422c585b867f">
|
||||
@ -590,7 +590,7 @@
|
||||
<source>Duration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="se7e1ababbc4868b8">
|
||||
<source><x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/> seconds</source>
|
||||
<source><x id="0" equiv-text="${item.duration.toFixed(2)}"/> seconds</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc25edca57df81461">
|
||||
<source>Authentication</source>
|
||||
@ -1191,7 +1191,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s5d6af4c100ad321b">
|
||||
<source>Create <x id="0" equiv-text="${type.name}"/></source>
|
||||
<target>Oluştur
|
||||
<target>Oluştur
|
||||
<x id="0" equiv-text="${type.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb95baab425322600">
|
||||
@ -1272,7 +1272,7 @@
|
||||
<trans-unit id="s55fa598b754cc3cc">
|
||||
<source><x id="0" equiv-text="${ub.name}"/> (<x id="1" equiv-text="${consequence}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="1" equiv-text="${consequence}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09240e07b5b8d640">
|
||||
@ -1285,7 +1285,7 @@
|
||||
<trans-unit id="sf6eb148db23d19de">
|
||||
<source>Failed to delete <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>silinemedi:
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>silinemedi:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s039b6434e8a75560">
|
||||
@ -1333,7 +1333,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sc9175cb129fdc306">
|
||||
<source>Update <x id="0" equiv-text="${item.verboseName}"/></source>
|
||||
<target>Güncelleme
|
||||
<target>Güncelleme
|
||||
<x id="0" equiv-text="${item.verboseName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s398f6ba74ba8943a">
|
||||
@ -2030,17 +2030,17 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s030ac0829bb50a49">
|
||||
<source>Policy <x id="0" equiv-text="${item.policyObj?.name}"/></source>
|
||||
<target>İlke
|
||||
<target>İlke
|
||||
<x id="0" equiv-text="${item.policyObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2a64d2dca3da9b0e">
|
||||
<source>Group <x id="0" equiv-text="${item.groupObj?.name}"/></source>
|
||||
<target>Grup
|
||||
<target>Grup
|
||||
<x id="0" equiv-text="${item.groupObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se5dc026819a32ff8">
|
||||
<source>User <x id="0" equiv-text="${item.userObj?.name}"/></source>
|
||||
<target>Kullanıcı
|
||||
<target>Kullanıcı
|
||||
<x id="0" equiv-text="${item.userObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s50c312bea93b6925">
|
||||
@ -2512,9 +2512,9 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<target>Görev hatalarla tamamlandı</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbedb77365a066648">
|
||||
<source>Last sync: <x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Son senkronizasyon:
|
||||
<x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></target>
|
||||
<source>Last sync: <x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></source>
|
||||
<target>Son senkronizasyon:
|
||||
<x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf3fec8353106ac2f">
|
||||
<source>OAuth Source <x id="0" equiv-text="${this.source.name}"/></source>
|
||||
@ -2953,7 +2953,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s4414164d120de61a">
|
||||
<source>The following objects use <x id="0" equiv-text="${objName}"/></source>
|
||||
<target>Aşağıdaki nesneler
|
||||
<target>Aşağıdaki nesneler
|
||||
<x id="0" equiv-text="${objName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s92e241c9f3c101a2">
|
||||
@ -2966,13 +2966,13 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s14401ff4a0cba208">
|
||||
<source>Failed to update <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>güncellenemedi:
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>güncellenemedi:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>“
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>“
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>” güncellemesini istediğinizden emin misiniz?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
@ -3100,7 +3100,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s3616cc78631f5893">
|
||||
<source>Warning: You're about to delete the user you're logged in as (<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceed at your own risk.</source>
|
||||
<target>Uyarı: Oturum açtığınız kullanıcıyı (
|
||||
<target>Uyarı: Oturum açtığınız kullanıcıyı (
|
||||
<x id="0" equiv-text="${shouldShowWarning.username}"/>) silmek üzeresiniz. Kendi sorumluluğunuzdadır.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s510c7add9e24c306">
|
||||
@ -4020,8 +4020,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>(“
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>”,
|
||||
<x id="0" equiv-text="${prompt.name}"/>(“
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>”,
|
||||
<x id="2" equiv-text="${prompt.type}"/>türünde)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s3b7b519444181264">
|
||||
@ -4370,7 +4370,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s65d67612999165e9">
|
||||
<source>Event <x id="0" equiv-text="${this.event.pk}"/></source>
|
||||
<target>Olay
|
||||
<target>Olay
|
||||
<x id="0" equiv-text="${this.event.pk}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s455de2f740b073fd">
|
||||
@ -4548,7 +4548,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="s1ac2653a6492b435">
|
||||
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>,
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>,
|
||||
<x id="1" equiv-text="${this.outpostHealth.versionShould}"/>olmalıdır</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1e176e35c828318c">
|
||||
@ -4560,7 +4560,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s02b632a9ac24a824">
|
||||
<source>Last seen: <x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></source>
|
||||
<target>Son görüldü:
|
||||
<target>Son görüldü:
|
||||
<x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa43153d53ae65063">
|
||||
@ -4737,7 +4737,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sef50d248448e0df1">
|
||||
<source>Yes (<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</source>
|
||||
<target>Evet (
|
||||
<target>Evet (
|
||||
<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09205907b5b56cda">
|
||||
@ -4862,7 +4862,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s96b3cddf33e1c853">
|
||||
<source>You're currently impersonating <x id="0" equiv-text="${this.impersonation}"/>. Click to stop.</source>
|
||||
<target>Şu anda
|
||||
<target>Şu anda
|
||||
<x id="0" equiv-text="${this.impersonation}"/>kimliğine bürünüyorsunuz. Durdurmak için tıklayın.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7031e6928c44cedd">
|
||||
@ -5065,12 +5065,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbbb7318812d64e51">
|
||||
<source>Error when creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Kimlik bilgisi oluşturulurken hata oluştu:
|
||||
<target>Kimlik bilgisi oluşturulurken hata oluştu:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfe199b2564b66054">
|
||||
<source>Error when validating assertion on server: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Sunucuda onaylama işlemi doğrulanırken hata oluştu:
|
||||
<target>Sunucuda onaylama işlemi doğrulanırken hata oluştu:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se409d01b52c4e12f">
|
||||
@ -5204,12 +5204,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7fa4e5e409d43573">
|
||||
<source>Error creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Kimlik bilgisi oluşturulurken hata oluştu:
|
||||
<target>Kimlik bilgisi oluşturulurken hata oluştu:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d95f09deb601f34">
|
||||
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>Kimlik bilgisi sunucu doğrulaması başarısız oldu:
|
||||
<target>Kimlik bilgisi sunucu doğrulaması başarısız oldu:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6c8f05e3be04f62a">
|
||||
@ -5285,7 +5285,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sababff57115130a0">
|
||||
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
|
||||
<target>Hata: desteklenmeyen kaynak ayarları:
|
||||
<target>Hata: desteklenmeyen kaynak ayarları:
|
||||
<x id="0" equiv-text="${source.component}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd1031bddc66dc495">
|
||||
@ -6237,6 +6237,24 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s47fb5504f693775b">
|
||||
<source>Changes made:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s506b6a19d12f414c">
|
||||
<source>Key</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4fc9dc73245eab09">
|
||||
<source>Previous value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scb3b0671d7b7f640">
|
||||
<source>New value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4a642406b0745917">
|
||||
<source>Raw event info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa65e7bc7ddd3484d">
|
||||
<source>Anonymous user</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
@ -294,7 +294,7 @@
|
||||
<source>Recent events</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc35581d9c1cd67ff">
|
||||
<source>On behalf of <x id="0" equiv-text="${item.user.on_behalf_of.username}"/></source>
|
||||
<source>On behalf of <x id="0" equiv-text="${event.user.on_behalf_of.username}"/></source>
|
||||
</trans-unit>
|
||||
<trans-unit id="saf63a04c86018698">
|
||||
<source>-</source>
|
||||
@ -498,7 +498,7 @@
|
||||
<source>Duration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="se7e1ababbc4868b8">
|
||||
<source><x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/> seconds</source>
|
||||
<source><x id="0" equiv-text="${item.duration.toFixed(2)}"/> seconds</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s14bf17e2a1a2c381">
|
||||
<source>Restart task</source>
|
||||
@ -2029,7 +2029,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<source>Task finished with errors</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbedb77365a066648">
|
||||
<source>Last sync: <x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></source>
|
||||
<source>Last sync: <x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2f0f6691de0b0388">
|
||||
<source>Warning: Provider is not assigned to an application as backchannel provider.</source>
|
||||
@ -5146,6 +5146,24 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s47fb5504f693775b">
|
||||
<source>Changes made:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s506b6a19d12f414c">
|
||||
<source>Key</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4fc9dc73245eab09">
|
||||
<source>Previous value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scb3b0671d7b7f640">
|
||||
<source>New value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4a642406b0745917">
|
||||
<source>Raw event info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa65e7bc7ddd3484d">
|
||||
<source>Anonymous user</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -160,7 +160,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s14622ee6de586485">
|
||||
<source>Attempted to log in as <x id="0" equiv-text="${this.event.context.username}"/></source>
|
||||
<target>已尝试以
|
||||
<target>已尝试以
|
||||
<x id="0" equiv-text="${this.event.context.username}"/>身份登入</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb07bf992e3d00664">
|
||||
@ -308,8 +308,8 @@
|
||||
<trans-unit id="s04c5a637328c9b67">
|
||||
<source><x id="0" equiv-text="${this.pages?.startIndex}"/> - <x id="1" equiv-text="${this.pages?.endIndex}"/> of <x id="2" equiv-text="${this.pages?.count}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>of
|
||||
<x id="0" equiv-text="${this.pages?.startIndex}"/>-
|
||||
<x id="1" equiv-text="${this.pages?.endIndex}"/>of
|
||||
<x id="2" equiv-text="${this.pages?.count}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6a89bb10338369b4">
|
||||
@ -359,9 +359,9 @@
|
||||
<source>Recent events</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc35581d9c1cd67ff">
|
||||
<source>On behalf of <x id="0" equiv-text="${item.user.on_behalf_of.username}"/></source>
|
||||
<target>代表
|
||||
<x id="0" equiv-text="${item.user.on_behalf_of.username}"/></target>
|
||||
<source>On behalf of <x id="0" equiv-text="${event.user.on_behalf_of.username}"/></source>
|
||||
<target>代表
|
||||
<x id="0" equiv-text="${event.user.on_behalf_of.username}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="saf63a04c86018698">
|
||||
<source>-</source>
|
||||
@ -448,7 +448,7 @@
|
||||
<trans-unit id="s0382d73823585617">
|
||||
<source><x id="0" equiv-text="${this.errorMessage}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="0" equiv-text="${this.errorMessage}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2ceb11be2290bb1b">
|
||||
@ -479,7 +479,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="saa0e2675da69651b">
|
||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||
<target>找不到网址 “
|
||||
<target>找不到网址 “
|
||||
<x id="0" equiv-text="${this.url}"/>”。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s58cd9c2fe836d9c6">
|
||||
@ -492,7 +492,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s6dfd15978586d05f">
|
||||
<source>Welcome, <x id="0" equiv-text="${name}"/>.</source>
|
||||
<target>欢迎,
|
||||
<target>欢迎,
|
||||
<x id="0" equiv-text="${name}"/>。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc381422c585b867f">
|
||||
@ -597,7 +597,7 @@
|
||||
<source>Duration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="se7e1ababbc4868b8">
|
||||
<source><x id="0" equiv-text="${item.taskDuration.toFixed(2)}"/> seconds</source>
|
||||
<source><x id="0" equiv-text="${item.duration.toFixed(2)}"/> seconds</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc25edca57df81461">
|
||||
<source>Authentication</source>
|
||||
@ -1204,7 +1204,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="s5d6af4c100ad321b">
|
||||
<source>Create <x id="0" equiv-text="${type.name}"/></source>
|
||||
<target>创建
|
||||
<target>创建
|
||||
<x id="0" equiv-text="${type.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sb95baab425322600">
|
||||
@ -1285,7 +1285,7 @@
|
||||
<trans-unit id="s55fa598b754cc3cc">
|
||||
<source><x id="0" equiv-text="${ub.name}"/> (<x id="1" equiv-text="${consequence}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="0" equiv-text="${ub.name}"/>(
|
||||
<x id="1" equiv-text="${consequence}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09240e07b5b8d640">
|
||||
@ -1297,13 +1297,13 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sf6eb148db23d19de">
|
||||
<source>Failed to delete <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>无法删除
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>无法删除
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s039b6434e8a75560">
|
||||
<source>Delete <x id="0" equiv-text="${this.objectLabel}"/></source>
|
||||
<target>删除
|
||||
<target>删除
|
||||
<x id="0" equiv-text="${this.objectLabel}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5819a49638f6d7cb">
|
||||
@ -1346,7 +1346,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="sc9175cb129fdc306">
|
||||
<source>Update <x id="0" equiv-text="${item.verboseName}"/></source>
|
||||
<target>更新
|
||||
<target>更新
|
||||
<x id="0" equiv-text="${item.verboseName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s398f6ba74ba8943a">
|
||||
@ -2050,17 +2050,17 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s030ac0829bb50a49">
|
||||
<source>Policy <x id="0" equiv-text="${item.policyObj?.name}"/></source>
|
||||
<target>策略
|
||||
<target>策略
|
||||
<x id="0" equiv-text="${item.policyObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s2a64d2dca3da9b0e">
|
||||
<source>Group <x id="0" equiv-text="${item.groupObj?.name}"/></source>
|
||||
<target>组
|
||||
<target>组
|
||||
<x id="0" equiv-text="${item.groupObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se5dc026819a32ff8">
|
||||
<source>User <x id="0" equiv-text="${item.userObj?.name}"/></source>
|
||||
<target>用户
|
||||
<target>用户
|
||||
<x id="0" equiv-text="${item.userObj?.name}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s50c312bea93b6925">
|
||||
@ -2534,9 +2534,9 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<target>任务已完成,但出现错误</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbedb77365a066648">
|
||||
<source>Last sync: <x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></source>
|
||||
<target>上次同步:
|
||||
<x id="0" equiv-text="${task.taskFinishTimestamp.toLocaleString()}"/></target>
|
||||
<source>Last sync: <x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></source>
|
||||
<target>上次同步:
|
||||
<x id="0" equiv-text="${task.finishTimestamp.toLocaleString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sf3fec8353106ac2f">
|
||||
<source>OAuth Source <x id="0" equiv-text="${this.source.name}"/></source>
|
||||
@ -2879,7 +2879,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="se16ac750b81fa93d">
|
||||
<source>Assigned to <x id="0" equiv-text="${item.boundTo}"/> object(s).</source>
|
||||
<target>已分配给
|
||||
<target>已分配给
|
||||
<x id="0" equiv-text="${item.boundTo}"/>个对象。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s5a48d5171e1a1522">
|
||||
@ -2979,7 +2979,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s4414164d120de61a">
|
||||
<source>The following objects use <x id="0" equiv-text="${objName}"/></source>
|
||||
<target>以下对象使用
|
||||
<target>以下对象使用
|
||||
<x id="0" equiv-text="${objName}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s92e241c9f3c101a2">
|
||||
@ -2991,14 +2991,14 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s14401ff4a0cba208">
|
||||
<source>Failed to update <x id="0" equiv-text="${this.objectLabel}"/>: <x id="1" equiv-text="${e.toString()}"/></source>
|
||||
<target>更新失败
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<target>更新失败
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>:
|
||||
<x id="1" equiv-text="${e.toString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa95a538bfbb86111">
|
||||
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
|
||||
<target>你确定要更新
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<target>你确定要更新
|
||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||
<x id="1" equiv-text="${this.obj?.name}"/>" 吗?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||
@ -3127,7 +3127,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s3616cc78631f5893">
|
||||
<source>Warning: You're about to delete the user you're logged in as (<x id="0" equiv-text="${shouldShowWarning.username}"/>). Proceed at your own risk.</source>
|
||||
<target>警告:你即将删除登录的用户 (
|
||||
<target>警告:你即将删除登录的用户 (
|
||||
<x id="0" equiv-text="${shouldShowWarning.username}"/>)。继续,风险自负。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s510c7add9e24c306">
|
||||
@ -4058,8 +4058,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
<trans-unit id="s2d5f69929bb7221d">
|
||||
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${prompt.name}"/>(“
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>”, 类型为
|
||||
<x id="0" equiv-text="${prompt.name}"/>(“
|
||||
<x id="1" equiv-text="${prompt.fieldKey}"/>”, 类型为
|
||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s3b7b519444181264">
|
||||
@ -4411,7 +4411,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||
</trans-unit>
|
||||
<trans-unit id="s65d67612999165e9">
|
||||
<source>Event <x id="0" equiv-text="${this.event.pk}"/></source>
|
||||
<target>事件
|
||||
<target>事件
|
||||
<x id="0" equiv-text="${this.event.pk}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s455de2f740b073fd">
|
||||
@ -4590,7 +4590,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
<trans-unit id="s1ac2653a6492b435">
|
||||
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
|
||||
<target>
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>,应该是
|
||||
<x id="0" equiv-text="${this.outpostHealth.version}"/>,应该是
|
||||
<x id="1" equiv-text="${this.outpostHealth.versionShould}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s1e176e35c828318c">
|
||||
@ -4602,7 +4602,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s02b632a9ac24a824">
|
||||
<source>Last seen: <x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></source>
|
||||
<target>最后显示:
|
||||
<target>最后显示:
|
||||
<x id="0" equiv-text="${this.outpostHealth.lastSeen?.toLocaleTimeString()}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa43153d53ae65063">
|
||||
@ -4626,7 +4626,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbf5f4c5ba679e847">
|
||||
<source>Logging in via <x id="0" equiv-text="${item.config.authentik_host}"/>.</source>
|
||||
<target>通过
|
||||
<target>通过
|
||||
<x id="0" equiv-text="${item.config.authentik_host}"/>登录。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s59b6028f19d15cda">
|
||||
@ -4781,7 +4781,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sef50d248448e0df1">
|
||||
<source>Yes (<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</source>
|
||||
<target>Yes (
|
||||
<target>Yes (
|
||||
<x id="0" equiv-text="${item.privateKeyType?.toUpperCase()}"/>)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s09205907b5b56cda">
|
||||
@ -4906,7 +4906,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s96b3cddf33e1c853">
|
||||
<source>You're currently impersonating <x id="0" equiv-text="${this.impersonation}"/>. Click to stop.</source>
|
||||
<target>你目前正在模拟
|
||||
<target>你目前正在模拟
|
||||
<x id="0" equiv-text="${this.impersonation}"/>。单击停止。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7031e6928c44cedd">
|
||||
@ -5004,7 +5004,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s670ad066cc0e50a3">
|
||||
<source>Login to continue to <x id="0" equiv-text="${this.challenge.applicationPre}"/>.</source>
|
||||
<target>登入以继续
|
||||
<target>登入以继续
|
||||
<x id="0" equiv-text="${this.challenge.applicationPre}"/>。</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="scf5ce91bfba10a61">
|
||||
@ -5109,12 +5109,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sbbb7318812d64e51">
|
||||
<source>Error when creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>创建凭证时出错:
|
||||
<target>创建凭证时出错:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sfe199b2564b66054">
|
||||
<source>Error when validating assertion on server: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>在服务器上验证断言时出错:
|
||||
<target>在服务器上验证断言时出错:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="se409d01b52c4e12f">
|
||||
@ -5248,12 +5248,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s7fa4e5e409d43573">
|
||||
<source>Error creating credential: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>创建凭证时出错:
|
||||
<target>创建凭证时出错:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s9d95f09deb601f34">
|
||||
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
|
||||
<target>服务器验证凭据失败:
|
||||
<target>服务器验证凭据失败:
|
||||
<x id="0" equiv-text="${err}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="s6c8f05e3be04f62a">
|
||||
@ -5332,7 +5332,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sababff57115130a0">
|
||||
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
|
||||
<target>错误:不支持的源设置:
|
||||
<target>错误:不支持的源设置:
|
||||
<x id="0" equiv-text="${source.component}"/></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sd1031bddc66dc495">
|
||||
@ -6285,6 +6285,24 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="see1eb81c1f734079">
|
||||
<source>System settings</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s47fb5504f693775b">
|
||||
<source>Changes made:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s506b6a19d12f414c">
|
||||
<source>Key</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4fc9dc73245eab09">
|
||||
<source>Previous value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scb3b0671d7b7f640">
|
||||
<source>New value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="s4a642406b0745917">
|
||||
<source>Raw event info</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sa65e7bc7ddd3484d">
|
||||
<source>Anonymous user</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
|
2902
web/xliff/zh_CN.xlf
2902
web/xliff/zh_CN.xlf
File diff suppressed because it is too large
Load Diff
2830
web/xliff/zh_TW.xlf
2830
web/xliff/zh_TW.xlf
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user