summaryrefslogtreecommitdiff
path: root/openstack_auth/locale/zh_TW/LC_MESSAGES/django.po
blob: a6bb83785473504df3bcda1b19f720a8b03b8018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Chinese (Traditional, Taiwan) translations for django_openstack_auth.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the
# django_openstack_auth project.
#
# Translators:
# Zhang Xiaowei <zero00072@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version:  Horizon\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-04-02 06:02+0000\n"
"PO-Revision-Date: 2015-04-02 05:22+0000\n"
"Last-Translator: Zhang Xiaowei <zero00072@gmail.com>\n"
"Language-Team: Chinese (Taiwan) "
"(http://www.transifex.com/projects/p/horizon/language/zh_TW/)\n"
"Plural-Forms: nplurals=1; plural=0\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"

#: openstack_auth/backend.py:54
msgid "The authentication token issued by the Identity service has expired."
msgstr "認證伺服器發佈的憑證已經過期。"

#: openstack_auth/backend.py:98
msgid ""
"No authentication backend could be determined to handle the provided "
"credentials."
msgstr "沒有選擇認證後端來處理提供的憑證。"

#: openstack_auth/backend.py:114
msgid "Invalid credentials."
msgstr "無效的認證。"

#: openstack_auth/backend.py:117
msgid "An error occurred authenticating. Please try again later."
msgstr "認證發生錯誤。請稍後再試。"

#: openstack_auth/backend.py:133
msgid "You are not authorized for any projects."
msgstr "沒有授權您任何專案。"

#: openstack_auth/backend.py:170
msgid "Unable to authenticate to any available projects."
msgstr "無法認證到任何可用的專案。"

#: openstack_auth/forms.py:49
msgid "Region"
msgstr "區域"

#: openstack_auth/forms.py:51
msgid "User Name"
msgstr "用戶名稱"

#: openstack_auth/forms.py:53
msgid "Password"
msgstr "密碼"

#: openstack_auth/forms.py:63
msgid "Domain"
msgstr "地域"

#: openstack_auth/forms.py:81
msgid "Authenticate using"
msgstr "認證使用"

#: openstack_auth/openstack/common/log.py:287
#, python-format
msgid "Deprecated: %s"
msgstr "已淘汰:%s"

#: openstack_auth/openstack/common/log.py:395
#, python-format
msgid "Error loading logging config %(log_config)s: %(err_msg)s"
msgstr "讀取紀錄設定檔 %(log_config)s 時出錯:%(err_msg)s"

#: openstack_auth/openstack/common/log.py:456
#, python-format
msgid "syslog facility must be one of: %s"
msgstr "Syslog 機能必須是下列其中一項:%s"

#: openstack_auth/openstack/common/log.py:702
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr "呼叫已淘汰的設置時發生嚴重錯誤:%(msg)s"

#: openstack_auth/openstack/common/policy.py:97
msgid "The JSON file that defines policies."
msgstr "定義了政策的 JSON 檔案。"

#: openstack_auth/openstack/common/policy.py:100
msgid "Default rule. Enforced when a requested rule is not found."
msgstr "預設規則。若找無要求的規則時強制啟用。"

#: openstack_auth/openstack/common/policy.py:104
msgid "Directories where policy configuration files are stored."
msgstr "儲存政策設定檔的目錄。"

#: openstack_auth/openstack/common/policy.py:119
#, python-format
msgid "Policy doesn't allow %s to be performed."
msgstr "政策不允許執行 %s。"

#: openstack_auth/openstack/common/policy.py:213
#, python-format
msgid "Rules must be an instance of dict or Rules, got %s instead"
msgstr "規則必須是已規範的實例或是規則內的實例,已使用 %s 來代替"

#: openstack_auth/plugin/base.py:95
msgid "Unable to retrieve authorized projects."
msgstr "無法取回已授權的專案。"