Another stash to check something else...
This commit is contained in:
parent
cc31b078d3
commit
3f3ab32502
|
@ -1,17 +1,32 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
pipeline: {
|
pipeline: {
|
||||||
|
"extract-locales": [],
|
||||||
|
"build-locales": [],
|
||||||
|
"build-locales:build": [],
|
||||||
|
"build-locales:repair": [],
|
||||||
|
"rollup:build": [],
|
||||||
|
"rollup:build-proxy": [],
|
||||||
|
"rollup:watch": [],
|
||||||
"build": [],
|
"build": [],
|
||||||
"lint": [],
|
"build-proxy": [],
|
||||||
"tsc": [],
|
|
||||||
"lit-analyse": [],
|
|
||||||
"watch": [],
|
"watch": [],
|
||||||
|
"lint": [],
|
||||||
"lint:precommit": [],
|
"lint:precommit": [],
|
||||||
"lint:spelling": [],
|
"lint:spelling": [],
|
||||||
"precommit-all": ["tsc", "lit-analyse", "lint:precommit", "lint:spelling", "prettier"],
|
"lit-analyse": [],
|
||||||
"build-locales": ["^build-locales"],
|
"precommit": [],
|
||||||
"extract-locales": ["^extract-locales"],
|
"prequick": [],
|
||||||
"web-fix": ["^web-lint-fix", "^web-lint", "^web-check-compile", "^web-i18n-extract"],
|
"prettier-check": [],
|
||||||
"prettier": ["^prettier"],
|
"prettier": [],
|
||||||
"watch-main": ["watch"],
|
"pseudolocalize:build-extract-script": [],
|
||||||
|
"pseudolocalize:extract": [],
|
||||||
|
"pseudolocalize": [],
|
||||||
|
"tsc:execute": [],
|
||||||
|
"tsc": [],
|
||||||
|
"storybook": [],
|
||||||
|
"storybook:build": [],
|
||||||
|
"storybook:build-import-map": [],
|
||||||
|
"storybook:build-import-map-script": [],
|
||||||
|
"storybook:run-import-map-script": [],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -4,15 +4,34 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"extract-locales": "lage extract-locales",
|
||||||
|
"build-locales": "lage build-locales",
|
||||||
|
"build-locales:build": "lage build-locales:build",
|
||||||
|
"build-locales:repair": "lage build-locales:repair",
|
||||||
|
"rollup:build": "lage rollup:build",
|
||||||
|
"rollup:build-proxy": "lage rollup:build-proxy",
|
||||||
|
"rollup:watch": "lage rollup:watch",
|
||||||
"build": "lage build",
|
"build": "lage build",
|
||||||
|
"build-proxy": "lage build-proxy",
|
||||||
|
"watch": "lage watch",
|
||||||
"lint": "lage lint",
|
"lint": "lage lint",
|
||||||
"localize": "lage localize",
|
"lint:precommit": "lage lint:precommit",
|
||||||
|
"lint:spelling": "lage lint:spelling",
|
||||||
"lit-analyse": "lage lit-analyse",
|
"lit-analyse": "lage lit-analyse",
|
||||||
"web-fix": "lage web-fix",
|
"precommit": "lage precommit",
|
||||||
|
"prequick": "lage prequick",
|
||||||
|
"prettier-check": "lage prettier-check",
|
||||||
"prettier": "lage prettier",
|
"prettier": "lage prettier",
|
||||||
"precommit": "lage precommit-all",
|
"pseudolocalize:build-extract-script": "lage pseudolocalize:build-extract-script",
|
||||||
|
"pseudolocalize:extract": "lage pseudolocalize:extract",
|
||||||
|
"pseudolocalize": "lage pseudolocalize",
|
||||||
|
"tsc:execute": "lage tsc:execute",
|
||||||
|
"tsc": "lage tsc",
|
||||||
"storybook": "lage storybook",
|
"storybook": "lage storybook",
|
||||||
"watch": "lage watch-main"
|
"storybook:build": "lage storybook:build",
|
||||||
|
"storybook:build-import-map": "lage storybook:build-import-map",
|
||||||
|
"storybook:build-import-map-script": "lage storybook:build-import-map-script",
|
||||||
|
"storybook:run-import-map-script": "lage storybook:run-import-map-script"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@esbuild/darwin-arm64": "^0.19.10",
|
"@esbuild/darwin-arm64": "^0.19.10",
|
||||||
|
|
|
@ -15,14 +15,14 @@
|
||||||
"build-proxy": "run-s build-locales rollup:build-proxy",
|
"build-proxy": "run-s build-locales rollup:build-proxy",
|
||||||
"watch": "run-s build-locales rollup:watch",
|
"watch": "run-s build-locales rollup:watch",
|
||||||
"lint": "eslint . --max-warnings 0 --fix",
|
"lint": "eslint . --max-warnings 0 --fix",
|
||||||
"lint:precommit": "eslint --max-warnings 0 --config ./.eslintrc.precommit.json $(git status --porcelain . | grep '^[M?][M?]' | cut -c8- | grep -E '\\.(ts|js|tsx|jsx)$') ",
|
"lint:precommit": "eslint --max-warnings 0 --config ./.eslintrc.precommit.json $(git status --porcelain . | sed -n '/^[ M?][M?].*\\.[tj][s]$/s/^.*\\/packages\\/authentik\\///p') ",
|
||||||
"lint:spelling": "codespell -D - -D ../../../.github/codespell-dictionary.txt -I ../../../.github/codespell-words.txt -S './src/locales/**' ./src -s",
|
"lint:spelling": "codespell -D - -D ../../../.github/codespell-dictionary.txt -I ../../../.github/codespell-words.txt -S './src/locales/**' ./src -s",
|
||||||
"lit-analyse": "lit-analyzer src",
|
"lit-analyse": "lit-analyzer src",
|
||||||
"precommit": "run-s tsc lit-analyse lint:precommit lint:spelling prettier",
|
"precommit": "run-s tsc lit-analyse lint:precommit lint:spelling prettier",
|
||||||
"prequick": "run-s tsc:execute lit-analyse lint:precommit lint:spelling",
|
"prequick": "run-s tsc:execute lit-analyse lint:precommit lint:spelling",
|
||||||
"prettier-check": "prettier --check .",
|
"prettier-check": "prettier --check .",
|
||||||
"prettier": "prettier --write .",
|
"prettier": "prettier --write .",
|
||||||
"pseudolocalize:build-extract-script": "cd scripts && tsc --esModuleInterop --module es2020 --moduleResolution 'node' pseudolocalize.ts && mv pseudolocalize.js pseudolocalize.mjs",
|
"pseudolocalize:build-extract-script": "cd scripts && tsc --esModuleInterop --module es2020 --target es2020 --moduleResolution 'node' pseudolocalize.ts && mv pseudolocalize.js pseudolocalize.mjs",
|
||||||
"pseudolocalize:extract": "node scripts/pseudolocalize.mjs",
|
"pseudolocalize:extract": "node scripts/pseudolocalize.mjs",
|
||||||
"pseudolocalize": "run-s pseudolocalize:build-extract-script pseudolocalize:extract",
|
"pseudolocalize": "run-s pseudolocalize:build-extract-script pseudolocalize:extract",
|
||||||
"tsc:execute": "tsc --noEmit -p .",
|
"tsc:execute": "tsc --noEmit -p .",
|
||||||
|
|
|
@ -6243,6 +6243,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -6519,6 +6519,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -6159,6 +6159,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -8207,6 +8207,12 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -6367,6 +6367,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -8105,4 +8105,10 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
|
</trans-unit>
|
||||||
</body></file></xliff>
|
</body></file></xliff>
|
||||||
|
|
|
@ -6152,6 +6152,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -613,9 +613,9 @@
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="saa0e2675da69651b">
|
<trans-unit id="saa0e2675da69651b">
|
||||||
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
<source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
|
||||||
<target>未找到 URL "
|
<target>未找到 URL "
|
||||||
<x id="0" equiv-text="${this.url}"/>"。</target>
|
<x id="0" equiv-text="${this.url}"/>"。</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s58cd9c2fe836d9c6">
|
<trans-unit id="s58cd9c2fe836d9c6">
|
||||||
|
@ -1057,8 +1057,8 @@
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="sa8384c9c26731f83">
|
<trans-unit id="sa8384c9c26731f83">
|
||||||
<source>To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.</source>
|
<source>To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.</source>
|
||||||
<target>要允许任何重定向 URI,请将此值设置为 ".*"。请注意这可能带来的安全影响。</target>
|
<target>要允许任何重定向 URI,请将此值设置为 ".*"。请注意这可能带来的安全影响。</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s55787f4dfcdce52b">
|
<trans-unit id="s55787f4dfcdce52b">
|
||||||
|
@ -1799,8 +1799,8 @@
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="sa90b7809586c35ce">
|
<trans-unit id="sa90b7809586c35ce">
|
||||||
<source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test".</source>
|
<source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test".</source>
|
||||||
<target>输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。</target>
|
<target>输入完整 URL、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 "fa-test"。</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s0410779cb47de312">
|
<trans-unit id="s0410779cb47de312">
|
||||||
|
@ -2983,8 +2983,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s76768bebabb7d543">
|
<trans-unit id="s76768bebabb7d543">
|
||||||
<source>Field which contains members of a group. Note that if using the "memberUid" field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source>
|
<source>Field which contains members of a group. Note that if using the "memberUid" field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source>
|
||||||
<target>包含组成员的字段。请注意,如果使用 "memberUid" 字段,则假定该值包含相对可分辨名称。例如,'memberUid=some-user' 而不是 'memberUid=cn=some-user,ou=groups,...'</target>
|
<target>包含组成员的字段。请注意,如果使用 "memberUid" 字段,则假定该值包含相对可分辨名称。例如,'memberUid=some-user' 而不是 'memberUid=cn=some-user,ou=groups,...'</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s026555347e589f0e">
|
<trans-unit id="s026555347e589f0e">
|
||||||
|
@ -3776,8 +3776,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s7b1fba26d245cb1c">
|
<trans-unit id="s7b1fba26d245cb1c">
|
||||||
<source>When using an external logging solution for archiving, this can be set to "minutes=5".</source>
|
<source>When using an external logging solution for archiving, this can be set to "minutes=5".</source>
|
||||||
<target>使用外部日志记录解决方案进行存档时,可以将其设置为 "minutes=5"。</target>
|
<target>使用外部日志记录解决方案进行存档时,可以将其设置为 "minutes=5"。</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s44536d20bb5c8257">
|
<trans-unit id="s44536d20bb5c8257">
|
||||||
|
@ -3786,8 +3786,8 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s3bb51cabb02b997e">
|
<trans-unit id="s3bb51cabb02b997e">
|
||||||
<source>Format: "weeks=3;days=2;hours=3,seconds=2".</source>
|
<source>Format: "weeks=3;days=2;hours=3,seconds=2".</source>
|
||||||
<target>格式:"weeks=3;days=2;hours=3,seconds=2"。</target>
|
<target>格式:"weeks=3;days=2;hours=3,seconds=2"。</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s04bfd02201db5ab8">
|
<trans-unit id="s04bfd02201db5ab8">
|
||||||
|
@ -3983,10 +3983,10 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="sa95a538bfbb86111">
|
<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>
|
<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>您确定要更新
|
<target>您确定要更新
|
||||||
<x id="0" equiv-text="${this.objectLabel}"/>"
|
<x id="0" equiv-text="${this.objectLabel}"/>"
|
||||||
<x id="1" equiv-text="${this.obj?.name}"/>" 吗?</target>
|
<x id="1" equiv-text="${this.obj?.name}"/>" 吗?</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="sc92d7cfb6ee1fec6">
|
<trans-unit id="sc92d7cfb6ee1fec6">
|
||||||
|
@ -5072,7 +5072,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="sdf1d8edef27236f0">
|
<trans-unit id="sdf1d8edef27236f0">
|
||||||
<source>A "roaming" authenticator, like a YubiKey</source>
|
<source>A "roaming" authenticator, like a YubiKey</source>
|
||||||
<target>像 YubiKey 这样的“漫游”身份验证器</target>
|
<target>像 YubiKey 这样的“漫游”身份验证器</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
@ -5407,10 +5407,10 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s2d5f69929bb7221d">
|
<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>
|
<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>
|
<target>
|
||||||
<x id="0" equiv-text="${prompt.name}"/>("
|
<x id="0" equiv-text="${prompt.name}"/>("
|
||||||
<x id="1" equiv-text="${prompt.fieldKey}"/>",类型为
|
<x id="1" equiv-text="${prompt.fieldKey}"/>",类型为
|
||||||
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
<x id="2" equiv-text="${prompt.type}"/>)</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
@ -5459,7 +5459,7 @@ doesn't pass when either or both of the selected options are equal or above the
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s1608b2f94fa0dbd4">
|
<trans-unit id="s1608b2f94fa0dbd4">
|
||||||
<source>If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here.</source>
|
<source>If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here.</source>
|
||||||
<target>如果设置时长大于 0,用户可以选择“保持登录”选项,这将使用户的会话延长此处设置的时间。</target>
|
<target>如果设置时长大于 0,用户可以选择“保持登录”选项,这将使用户的会话延长此处设置的时间。</target>
|
||||||
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
@ -7965,7 +7965,7 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
<target>成功创建用户并添加到组 <x id="0" equiv-text="${this.group.name}"/></target>
|
<target>成功创建用户并添加到组 <x id="0" equiv-text="${this.group.name}"/></target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s824e0943a7104668">
|
<trans-unit id="s824e0943a7104668">
|
||||||
<source>This user will be added to the group "<x id="0" equiv-text="${this.targetGroup.name}"/>".</source>
|
<source>This user will be added to the group "<x id="0" equiv-text="${this.targetGroup.name}"/>".</source>
|
||||||
<target>此用户将会被添加到组 &quot;<x id="0" equiv-text="${this.targetGroup.name}"/>&quot;。</target>
|
<target>此用户将会被添加到组 &quot;<x id="0" equiv-text="${this.targetGroup.name}"/>&quot;。</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s62e7f6ed7d9cb3ca">
|
<trans-unit id="s62e7f6ed7d9cb3ca">
|
||||||
|
@ -8211,6 +8211,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
<target>了解更多</target>
|
<target>了解更多</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -6200,6 +6200,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
|
@ -8089,6 +8089,12 @@ Bindings to groups/users are checked against the user of the event.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="s31f1afc1bfe1cb3a">
|
<trans-unit id="s31f1afc1bfe1cb3a">
|
||||||
<source>Learn more</source>
|
<source>Learn more</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="sc39f6abf0daedb0f">
|
||||||
|
<source>Maximum concurrent connections</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="s62418cbcd2a25498">
|
||||||
|
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|
Reference in New Issue