mirror of
https://github.com/goauthentik/authentik
synced 2026-05-05 06:32:15 +02:00
Compare commits
1 Commits
sdko/postg
...
language-c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bd7464bd8 |
Binary file not shown.
@@ -19,8 +19,8 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2022-09-26 16:47+0000\n"
|
"PO-Revision-Date: 2022-09-26 16:47+0000\n"
|
||||||
"Last-Translator: Jens L. <jens@goauthentik.io>, 2025\n"
|
"Last-Translator: Jens L. <jens@goauthentik.io>, 2025\n"
|
||||||
"Language-Team: Chinese (China) (https://app.transifex.com/authentik/teams/"
|
"Language-Team: Chinese (China) (https://app.transifex.com/authentik/teams/"
|
||||||
"119923/zh_CN/)\n"
|
"119923/zh-Hans/)\n"
|
||||||
"Language: zh_Hans\n"
|
"Language: zh-Hans\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
Binary file not shown.
@@ -17,11 +17,11 @@ msgstr ""
|
|||||||
"POT-Creation-Date: 2025-12-01 15:07+0000\n"
|
"POT-Creation-Date: 2025-12-01 15:07+0000\n"
|
||||||
"PO-Revision-Date: 2022-09-26 16:47+0000\n"
|
"PO-Revision-Date: 2022-09-26 16:47+0000\n"
|
||||||
"Last-Translator: 刘松, 2025\n"
|
"Last-Translator: 刘松, 2025\n"
|
||||||
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/authentik/teams/119923/zh_TW/)\n"
|
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/authentik/teams/119923/zh-Hant/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Language: zh_Hant\n"
|
"Language: zh-Hant\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
#: authentik/admin/models.py
|
#: authentik/admin/models.py
|
||||||
@@ -14,8 +14,8 @@
|
|||||||
"pl_PL",
|
"pl_PL",
|
||||||
"ru_RU",
|
"ru_RU",
|
||||||
"tr_TR",
|
"tr_TR",
|
||||||
"zh_Hans",
|
"zh-Hans",
|
||||||
"zh_Hant",
|
"zh-Hant",
|
||||||
"pseudo_LOCALE"
|
"pseudo_LOCALE"
|
||||||
],
|
],
|
||||||
"tsConfig": "./tsconfig.json",
|
"tsConfig": "./tsconfig.json",
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ const LOCALE_TABLE: LocaleRow[] = [
|
|||||||
["pl_PL", /^pl([_-]|$)/i, () => msg("Polish"), () => import("#locales/pl_PL")],
|
["pl_PL", /^pl([_-]|$)/i, () => msg("Polish"), () => import("#locales/pl_PL")],
|
||||||
["ru_RU", /^ru([_-]|$)/i, () => msg("Russian"), () => import("#locales/ru_RU")],
|
["ru_RU", /^ru([_-]|$)/i, () => msg("Russian"), () => import("#locales/ru_RU")],
|
||||||
["tr_TR", /^tr([_-]|$)/i, () => msg("Turkish"), () => import("#locales/tr_TR")],
|
["tr_TR", /^tr([_-]|$)/i, () => msg("Turkish"), () => import("#locales/tr_TR")],
|
||||||
["zh_Hans", /^zh(\b|_)/i, () => msg("Chinese (simplified)"), () => import("#locales/zh_Hans")],
|
["zh-Hans", /^zh(\b|_)/i, () => msg("Chinese (simplified)"), () => import("#locales/zh-Hans")],
|
||||||
["zh_Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), () => import("#locales/zh_Hant")],
|
["zh-Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), () => import("#locales/zh-Hant")],
|
||||||
debug
|
debug
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ export const targetLocales = [
|
|||||||
`pseudo_LOCALE`,
|
`pseudo_LOCALE`,
|
||||||
`ru_RU`,
|
`ru_RU`,
|
||||||
`tr_TR`,
|
`tr_TR`,
|
||||||
`zh_Hans`,
|
`zh-Hans`,
|
||||||
`zh_Hant`,
|
`zh-Hant`,
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -44,6 +44,6 @@ export const allLocales = [
|
|||||||
`pseudo_LOCALE`,
|
`pseudo_LOCALE`,
|
||||||
`ru_RU`,
|
`ru_RU`,
|
||||||
`tr_TR`,
|
`tr_TR`,
|
||||||
`zh_Hans`,
|
`zh-Hans`,
|
||||||
`zh_Hant`,
|
`zh-Hant`,
|
||||||
] as const;
|
] as const;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0"?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
<?xml version="1.0"?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||||
<file target-language="zh_Hans" source-language="en" original="lit-localize-inputs" datatype="plaintext">
|
<file target-language="zh-Hans" source-language="en" original="lit-localize-inputs" datatype="plaintext">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="s12d6dde9b30c3093">
|
<trans-unit id="s12d6dde9b30c3093">
|
||||||
<source>Dismiss</source>
|
<source>Dismiss</source>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0"?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
<?xml version="1.0"?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||||
<file target-language="zh_Hant" source-language="en" original="lit-localize-inputs" datatype="plaintext">
|
<file target-language="zh-Hant" source-language="en" original="lit-localize-inputs" datatype="plaintext">
|
||||||
<body>
|
<body>
|
||||||
<trans-unit id="s12d6dde9b30c3093">
|
<trans-unit id="s12d6dde9b30c3093">
|
||||||
<source>Dismiss</source>
|
<source>Dismiss</source>
|
||||||
Reference in New Issue
Block a user