Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dokuwiki OAuth Plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
uffd
Dokuwiki OAuth Plugin
Commits
87570dd8
Commit
87570dd8
authored
Jul 8, 2018
by
HokkaidoPerson
Committed by
DokuWiki Translation Interface
Jul 8, 2018
Browse files
Options
Downloads
Patches
Plain Diff
translation update
parent
f3801a85
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lang/ja/lang.php
+16
-0
16 additions, 0 deletions
lang/ja/lang.php
lang/ja/settings.php
+34
-0
34 additions, 0 deletions
lang/ja/settings.php
with
50 additions
and
0 deletions
lang/ja/lang.php
0 → 100644
+
16
−
0
View file @
87570dd8
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
*/
$lang
[
'emailduplicate'
]
=
'このメールは、既に他のユーザーと連携しています。'
;
$lang
[
'loginwith'
]
=
'他のサービスでログインする:'
;
$lang
[
'authnotenabled'
]
=
'お客様のメールアドレスと連携したアカウントは、%sでのログインが不可能となっています。他の方法でログインし、プロフィールから有効化して下さい。'
;
$lang
[
'wrongConfig'
]
=
'oAuthプラグインが不正確に設定されました。デフォルトのローカル認証のみ使えます。このWikiの管理者にご連絡下さい。'
;
$lang
[
'loginButton'
]
=
'ログイン方法'
;
$lang
[
'rejectedEMail'
]
=
'無効なメールアカウントが使われました。以下のドメインのメールアカウントのみ使えます:%s'
;
$lang
[
'eMailRestricted'
]
=
'<p id="oauth_email_restricted">以下のドメインのメールアカウントのみ使えます:%s</p>'
;
$lang
[
'addUser not possible'
]
=
'アカウントの自己登録が現在不可能となっているか、conf/users.auth.phpが書き込み不能となっています。アカウントを手動で作成するには、このWikiの管理者にご連絡下さい。'
;
$lang
[
'oauth login failed'
]
=
'(再)ログインに失敗しました。'
;
This diff is collapsed.
Click to expand it.
lang/ja/settings.php
0 → 100644
+
34
−
0
View file @
87570dd8
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author HokkaidoPerson <dosankomali@yahoo.co.jp>
*/
$lang
[
'info'
]
=
'アプリケーション設定の際に使うリダイレクトURI'
;
$lang
[
'custom-redirectURI'
]
=
'次のカスタム リダイレクトURIを使用する'
;
$lang
[
'auth0-key'
]
=
'お客様の登録した<a href="https://manage.auth0.com/#/applications">Auth0アプリケーション</a>のクライアントID'
;
$lang
[
'auth0-secret'
]
=
'お客様の登録した<a href="https://manage.auth0.com/#/applications">Auth0アプリケーション</a>のクライアントシークレット'
;
$lang
[
'auth0-domain'
]
=
'お客様の登録した<a href="https://manage.auth0.com/#/applications">Auth0アカウント</a>のドメイン'
;
$lang
[
'facebook-key'
]
=
'お客様の登録した<a href="https://developers.facebook.com/apps">Facebookアプリケーション</a>のApp ID'
;
$lang
[
'facebook-secret'
]
=
'お客様の登録した<a href="https://developers.facebook.com/apps">Facebookアプリケーション</a>のAppシークレット'
;
$lang
[
'github-key'
]
=
'お客様の登録した<a href="https://github.com/settings/applications">Githubアプリケーション</a>のクライアントID'
;
$lang
[
'github-secret'
]
=
'お客様の登録した<a href="https://github.com/settings/applications">Githubアプリケーション</a>のクライアントシークレット'
;
$lang
[
'google-key'
]
=
'お客様の登録した<a href="https://console.developers.google.com/project">Googleプロジェクト</a>のクライアントID(認証情報の画面をご覧下さい)'
;
$lang
[
'google-secret'
]
=
'お客様の登録した<a href="https://console.developers.google.com/project">Googleプロジェクト</a>のクライアントシークレット(認証情報の画面をご覧下さい)'
;
$lang
[
'dataporten-key'
]
=
'お客様の登録した<a href="https://dashboard.dataporten.no">Dataportenアプリケーション</a>のクライアントID'
;
$lang
[
'dataporten-secret'
]
=
'お客様の登録した<a href="https://dashboard.dataporten.no">Dataportenアプリケーション</a>のクライアントシークレット'
;
$lang
[
'keycloak-key'
]
=
'お客様のKeycloakアプリケーションのリソースID'
;
$lang
[
'keycloak-secret'
]
=
'お客様のKeycloakアプリケーションのシークレット'
;
$lang
[
'keycloak-authurl'
]
=
'お客様のKeycloakセットアップの認証エンドポイントURL'
;
$lang
[
'keycloak-tokenurl'
]
=
'お客様のKeycloakセットアップのアクセストークン エンドポイントURL'
;
$lang
[
'keycloak-userinfourl'
]
=
'お客様のKeycloakセットアップのユーザー情報 エンドポイントURL'
;
$lang
[
'mailRestriction'
]
=
'このドメインからのユーザーの確認を制限する(任意項目・必ず<code>@</code>で始めて下さい)'
;
$lang
[
'yahoo-key'
]
=
'お客様の登録した<a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahooアプリケーション</a>のコンシューマ キー'
;
$lang
[
'yahoo-secret'
]
=
'お客様の登録した<a href="https://developer.apps.yahoo.com/dashboard/createKey.html">Yahooアプリケーション</a>のコンシューマ シークレット'
;
$lang
[
'doorkeeper-key'
]
=
'(例)お客様の登録したDoorkeeperアプリケーションのアプリケーションID'
;
$lang
[
'doorkeeper-secret'
]
=
'(例)お客様の登録したDoorkeeperアプリケーションのシークレット'
;
$lang
[
'doorkeeper-authurl'
]
=
'(例)お客様のDoorkeeperセットアップの認証エンドポイントURL'
;
$lang
[
'doorkeeper-tokenurl'
]
=
'(例)お客様のDoorkeeperセットアップのアクセストークン エンドポイントURL'
;
$lang
[
'singleService'
]
=
'単一のoAuthサービスでのみログインする(ローカルログインを無効化します)'
;
$lang
[
'singleService_o_'
]
=
'全サービスを許可する'
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment