diff options
author | Unknwon <u@gogs.io> | 2015-03-12 16:01:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-12 16:01:23 -0400 |
commit | 0720d3988f3e088e527dd857756d6598694494a7 (patch) | |
tree | 2a8985de89e3bece27ec7990d52c5e3cfcf03429 /conf/locale/locale_ja-JP.ini | |
parent | 6b70a0c0d926fd128063ab387820cee31890e556 (diff) | |
download | gitea-0720d3988f3e088e527dd857756d6598694494a7.tar.gz gitea-0720d3988f3e088e527dd857756d6598694494a7.zip |
#988: GetRepoLink already contains AppSubUrl
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index 441da8feb8..ef43362149 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -281,13 +281,13 @@ init_readme=README.md 付きでリポジトリを初期化 create_repo=リポジトリを作成
default_branch=デフォルトのブランチ
mirror_interval=ミラー 間隔(時)
-goget_meta=Go-Get メタ
-goget_meta_helper=このリポジトリは <span class="label label-blue label-radius"> Go-Getable </span> になります
need_auth=認証が必要
migrate_type=マイグレーションの種類
migrate_type_helper=このリポジトリは <span class="label label-blue label-radius"> ミラー</span> になります
migrate_repo=リポジトリを移行
+migrate.clone_address=Clone Address
+migrate.invalid_local_path=Invalid local path, it does not exist or not a directory.
copy_link=コピー
click_to_copy=クリップボードにコピー
@@ -595,7 +595,10 @@ auths.domain=ドメイン auths.host=ホスト
auths.port=ポート
auths.base_dn=ベースのドメイン名
-auths.attributes=属性検索
+auths.attribute_username=Username attribute
+auths.attribute_name=First name attribute
+auths.attribute_surname=Surname attribute
+auths.attribute_mail=E-mail attribute
auths.filter=検索フィルター
auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=SMTP 認証の種類
@@ -693,12 +696,12 @@ notices.op=Op。 notices.delete_success=システム通知が正常に削除されました。
[action]
-create_repo=リポジトリ <a href="%s/%s"> %s</a>を作成しました
-commit_repo=<a href="%s/%s">%s</a>を<a href="%s/%s/src/%s">%s</a>にプッシュしました
-create_issue=`問題 <a href="%s/issues/%s">%[1]s#%[2]s</a> を開きました`
-comment_issue=`問題 <a href="%s/issues/%s">%[1]s#%[2]s</a> のコメント`
-transfer_repo=リポジトリ <code>%s</code> を <a href="/%s%s">%s</a> へ転送しました
-push_tag=<a href="%s/%s">%s</a> に タグ <a href="%s/%s/src/%s">%s</a> をプッシュしました
+create_repo=リポジトリ <a href="%s"> %s</a>を作成しました
+commit_repo=<a href="%[1]s">%[3]s</a>を<a href="%[1]s/src/%[2]s">%[2]s</a>にプッシュしました
+create_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> を開きました`
+comment_issue=`問題 <a href="%s/issues/%s">%s#%[2]s</a> のコメント`
+transfer_repo=リポジトリ <code>%s</code> を <a href="%s">%s</a> へ転送しました
+push_tag=<a href="%[1]s">%[3]s</a> に タグ <a href="%[1]s/src/%[2]s">%[2]s</a> をプッシュしました
compare_2_commits=これら 2 のコミットの比較を閲覧する
[tool]
|