Merge branch 'dev' into web/monorepo-stage-1

* dev:
  web: update some locale details (#8090)
This commit is contained in:
Ken Sternberg 2024-01-08 09:35:54 -08:00
commit 8a07541a32
4 changed files with 22 additions and 5 deletions

View File

@ -3,15 +3,18 @@
"sourceLocale": "en", "sourceLocale": "en",
"targetLocales": [ "targetLocales": [
"en", "en",
"pseudo-LOCALE", "de",
"fr",
"tr",
"es", "es",
"fr",
"ko",
"nl",
"pl", "pl",
"zh_TW", "tr",
"zh-Hans", "zh-Hans",
"zh-Hant", "zh-Hant",
"de" "zh-CN",
"zh_TW",
"pseudo-LOCALE"
], ],
"tsConfig": "./tsconfig.json", "tsConfig": "./tsconfig.json",
"output": { "output": {

View File

@ -46,6 +46,8 @@ const LOCALE_TABLE: LocaleRow[] = [
["es", /^es([_-]|$)/i, () => msg("Spanish"), async () => await import("@goauthentik/locales/es")], ["es", /^es([_-]|$)/i, () => msg("Spanish"), async () => await import("@goauthentik/locales/es")],
["de", /^de([_-]|$)/i, () => msg("German"), async () => await import("@goauthentik/locales/de")], ["de", /^de([_-]|$)/i, () => msg("German"), async () => await import("@goauthentik/locales/de")],
["fr", /^fr([_-]|$)/i, () => msg("French"), async () => await import("@goauthentik/locales/fr")], ["fr", /^fr([_-]|$)/i, () => msg("French"), async () => await import("@goauthentik/locales/fr")],
["ko", /^ko([_-]|$)/i, () => msg("Korean"), async () => await import("@goauthentik/locales/ko")],
["nl", /^nl([_-]|$)/i, () => msg("Dutch"), async () => await import("@goauthentik/locales/nl")],
["pl", /^pl([_-]|$)/i, () => msg("Polish"), async () => await import("@goauthentik/locales/pl")], ["pl", /^pl([_-]|$)/i, () => msg("Polish"), async () => await import("@goauthentik/locales/pl")],
["tr", /^tr([_-]|$)/i, () => msg("Turkish"), async () => await import("@goauthentik/locales/tr")], ["tr", /^tr([_-]|$)/i, () => msg("Turkish"), async () => await import("@goauthentik/locales/tr")],
["zh-Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), async () => await import("@goauthentik/locales/zh-Hant")], ["zh-Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), async () => await import("@goauthentik/locales/zh-Hant")],

View File

@ -15,10 +15,13 @@ export const targetLocales = [
`en`, `en`,
`es`, `es`,
`fr`, `fr`,
`ko`,
`nl`,
`pl`, `pl`,
`pseudo-LOCALE`, `pseudo-LOCALE`,
`tr`, `tr`,
`zh_TW`, `zh_TW`,
`zh-CN`,
`zh-Hans`, `zh-Hans`,
`zh-Hant`, `zh-Hant`,
] as const; ] as const;
@ -32,10 +35,13 @@ export const allLocales = [
`en`, `en`,
`es`, `es`,
`fr`, `fr`,
`ko`,
`nl`,
`pl`, `pl`,
`pseudo-LOCALE`, `pseudo-LOCALE`,
`tr`, `tr`,
`zh_TW`, `zh_TW`,
`zh-CN`,
`zh-Hans`, `zh-Hans`,
`zh-Hant`, `zh-Hant`,
] as const; ] as const;

View File

@ -8157,4 +8157,10 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source> <source>Maximum concurrent allowed connections to this endpoint. Can be set to -1 to disable the limit.</source>
<target>Màxĩmũm ćōńćũŕŕēńţ àĺĺōŵēď ćōńńēćţĩōńś ţō ţĥĩś ēńďƥōĩńţ. Ćàń ƀē śēţ ţō -1 ţō ďĩśàƀĺē ţĥē ĺĩmĩţ.</target> <target>Màxĩmũm ćōńćũŕŕēńţ àĺĺōŵēď ćōńńēćţĩōńś ţō ţĥĩś ēńďƥōĩńţ. Ćàń ƀē śēţ ţō -1 ţō ďĩśàƀĺē ţĥē ĺĩmĩţ.</target>
</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>