Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
HokkaidoPerson authored and dokuwiki-translate committed Jul 8, 2018
1 parent f3801a8 commit 87570dd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lang/ja/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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'] = '(再)ログインに失敗しました。';
34 changes: 34 additions & 0 deletions lang/ja/settings.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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_'] = '全サービスを許可する';

0 comments on commit 87570dd

Please sign in to comment.