django_openstack_auth/openstack_auth/locale/ja/LC_MESSAGES/django.po

105 lines
3.7 KiB
Plaintext

# Japanese translations for django_openstack_auth.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the
# django_openstack_auth project.
#
# Translators:
# Akihiro Motoki <amotoki@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Horizon\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-01-26 06:01+0000\n"
"PO-Revision-Date: 2015-01-25 17:12+0000\n"
"Last-Translator: Akihiro Motoki <amotoki@gmail.com>\n"
"Language-Team: Japanese "
"(http://www.transifex.com/projects/p/horizon/language/ja/)\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:40
msgid "The authentication token issued by the Identity service has expired."
msgstr "Identity Service により発行された認証トークンの期限が切れました。"
#: openstack_auth/backend.py:104
msgid "Invalid user name or password."
msgstr "ユーザー名またはパスワードが無効です。"
#: openstack_auth/backend.py:109
msgid "An error occurred authenticating. Please try again later."
msgstr "認証中にエラーが発生しました。後ほどもう一度お試しください。"
#: openstack_auth/backend.py:135
msgid "Unable to retrieve authorized projects."
msgstr "権限のあるプロジェクトの情報を取得できません。"
#: openstack_auth/backend.py:140
msgid "You are not authorized for any projects."
msgstr "どのプロジェクトに対しても認可されていません。"
#: openstack_auth/backend.py:173
msgid "Unable to authenticate to any available projects."
msgstr "どの利用可能なプロジェクトに対しても認証できませんでした。"
#: openstack_auth/forms.py:48
msgid "Region"
msgstr "リージョン"
#: openstack_auth/forms.py:50
msgid "User Name"
msgstr "ユーザー名"
#: openstack_auth/forms.py:52
msgid "Password"
msgstr "パスワード"
#: openstack_auth/forms.py:62
msgid "Domain"
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 "ルールは辞書型または Rules のインスタンスでなければいけませんが、%s が渡されました。"