mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
Compare commits
1 Commits
remove-bas
...
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"
|
||||
"Last-Translator: Jens L. <jens@goauthentik.io>, 2025\n"
|
||||
"Language-Team: Chinese (China) (https://app.transifex.com/authentik/teams/"
|
||||
"119923/zh_CN/)\n"
|
||||
"Language: zh_Hans\n"
|
||||
"119923/zh-Hans/)\n"
|
||||
"Language: zh-Hans\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\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"
|
||||
"PO-Revision-Date: 2022-09-26 16:47+0000\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"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_Hant\n"
|
||||
"Language: zh-Hant\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: authentik/admin/models.py
|
||||
@@ -14,8 +14,8 @@
|
||||
"pl_PL",
|
||||
"ru_RU",
|
||||
"tr_TR",
|
||||
"zh_Hans",
|
||||
"zh_Hant",
|
||||
"zh-Hans",
|
||||
"zh-Hant",
|
||||
"pseudo_LOCALE"
|
||||
],
|
||||
"tsConfig": "./tsconfig.json",
|
||||
|
||||
@@ -51,8 +51,8 @@ const LOCALE_TABLE: LocaleRow[] = [
|
||||
["pl_PL", /^pl([_-]|$)/i, () => msg("Polish"), () => import("#locales/pl_PL")],
|
||||
["ru_RU", /^ru([_-]|$)/i, () => msg("Russian"), () => import("#locales/ru_RU")],
|
||||
["tr_TR", /^tr([_-]|$)/i, () => msg("Turkish"), () => import("#locales/tr_TR")],
|
||||
["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-Hans", /^zh(\b|_)/i, () => msg("Chinese (simplified)"), () => import("#locales/zh-Hans")],
|
||||
["zh-Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), () => import("#locales/zh-Hant")],
|
||||
debug
|
||||
];
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ export const targetLocales = [
|
||||
`pseudo_LOCALE`,
|
||||
`ru_RU`,
|
||||
`tr_TR`,
|
||||
`zh_Hans`,
|
||||
`zh_Hant`,
|
||||
`zh-Hans`,
|
||||
`zh-Hant`,
|
||||
] as const;
|
||||
|
||||
/**
|
||||
@@ -44,6 +44,6 @@ export const allLocales = [
|
||||
`pseudo_LOCALE`,
|
||||
`ru_RU`,
|
||||
`tr_TR`,
|
||||
`zh_Hans`,
|
||||
`zh_Hant`,
|
||||
`zh-Hans`,
|
||||
`zh-Hant`,
|
||||
] as const;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<trans-unit id="s12d6dde9b30c3093">
|
||||
<source>Dismiss</source>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<trans-unit id="s12d6dde9b30c3093">
|
||||
<source>Dismiss</source>
|
||||
Reference in New Issue
Block a user