Skip to content

Commit ecb6353

Browse files
xtanuihaweblate
authored andcommitted
Added translation using Weblate (Chinese (Simplified) (zh_CN))
1 parent f1f442e commit ecb6353

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

auth_oidc/i18n/zh_CN.po

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * auth_oidc
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 17.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: zh_CN\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=1; plural=0;\n"
16+
17+
#. module: auth_oidc
18+
#: model:ir.model.fields,field_description:auth_oidc.field_auth_oauth_provider__flow
19+
msgid "Auth Flow"
20+
msgstr ""
21+
22+
#. module: auth_oidc
23+
#: model:ir.model.fields,field_description:auth_oidc.field_auth_oauth_provider__client_secret
24+
msgid "Client Secret"
25+
msgstr ""
26+
27+
#. module: auth_oidc
28+
#: model:ir.model.fields,field_description:auth_oidc.field_auth_oauth_provider__code_verifier
29+
msgid "Code Verifier"
30+
msgstr ""
31+
32+
#. module: auth_oidc
33+
#: model:ir.model.fields,field_description:auth_oidc.field_auth_oauth_provider__jwks_uri
34+
msgid "JWKS URL"
35+
msgstr ""
36+
37+
#. module: auth_oidc
38+
#: model:auth.oauth.provider,body:auth_oidc.provider_azuread_multi
39+
#: model:auth.oauth.provider,body:auth_oidc.provider_azuread_single
40+
msgid "Log in with Microsoft"
41+
msgstr ""
42+
43+
#. module: auth_oidc
44+
#: model:ir.model.fields.selection,name:auth_oidc.selection__auth_oauth_provider__flow__access_token
45+
msgid "OAuth2"
46+
msgstr ""
47+
48+
#. module: auth_oidc
49+
#: model:ir.model,name:auth_oidc.model_auth_oauth_provider
50+
msgid "OAuth2 provider"
51+
msgstr ""
52+
53+
#. module: auth_oidc
54+
#: model:ir.model.fields.selection,name:auth_oidc.selection__auth_oauth_provider__flow__id_token_code
55+
msgid "OpenID Connect (authorization code flow)"
56+
msgstr ""
57+
58+
#. module: auth_oidc
59+
#: model:ir.model.fields.selection,name:auth_oidc.selection__auth_oauth_provider__flow__id_token
60+
msgid "OpenID Connect (implicit flow, not recommended)"
61+
msgstr ""
62+
63+
#. module: auth_oidc
64+
#: model:ir.model.fields,help:auth_oidc.field_auth_oauth_provider__token_endpoint
65+
msgid "Required for OpenID Connect authorization code flow."
66+
msgstr ""
67+
68+
#. module: auth_oidc
69+
#: model:ir.model.fields,help:auth_oidc.field_auth_oauth_provider__jwks_uri
70+
msgid "Required for OpenID Connect."
71+
msgstr ""
72+
73+
#. module: auth_oidc
74+
#: model:ir.model.fields,help:auth_oidc.field_auth_oauth_provider__token_map
75+
msgid ""
76+
"Some Oauth providers don't map keys in their responses exactly as required."
77+
" It is important to ensure user_id and email at least are mapped. For "
78+
"OpenID Connect user_id is the sub key in the standard."
79+
msgstr ""
80+
81+
#. module: auth_oidc
82+
#: model:ir.model.fields,field_description:auth_oidc.field_auth_oauth_provider__token_map
83+
msgid "Token Map"
84+
msgstr ""
85+
86+
#. module: auth_oidc
87+
#: model:ir.model.fields,field_description:auth_oidc.field_auth_oauth_provider__token_endpoint
88+
msgid "Token URL"
89+
msgstr ""
90+
91+
#. module: auth_oidc
92+
#: model:ir.model.fields,help:auth_oidc.field_auth_oauth_provider__code_verifier
93+
msgid "Used for PKCE."
94+
msgstr ""
95+
96+
#. module: auth_oidc
97+
#: model:ir.model.fields,help:auth_oidc.field_auth_oauth_provider__client_secret
98+
msgid ""
99+
"Used in OpenID Connect authorization code flow for confidential clients."
100+
msgstr ""
101+
102+
#. module: auth_oidc
103+
#: model:ir.model,name:auth_oidc.model_res_users
104+
msgid "User"
105+
msgstr ""
106+
107+
#. module: auth_oidc
108+
#: model:ir.model.fields,field_description:auth_oidc.field_auth_oauth_provider__validation_endpoint
109+
msgid "UserInfo URL"
110+
msgstr ""
111+
112+
#. module: auth_oidc
113+
#: model_terms:ir.ui.view,arch_db:auth_oidc.view_oidc_provider_form
114+
msgid "e.g from:to upn:email sub:user_id"
115+
msgstr ""
116+
117+
#. module: auth_oidc
118+
#: model:auth.oauth.provider,body:auth_oidc.local_keycloak
119+
msgid "keycloak:8080 on localhost"
120+
msgstr ""

0 commit comments

Comments
 (0)