diff options
author | Unknwon <u@gogs.io> | 2015-08-24 22:57:22 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-24 22:57:22 +0800 |
commit | a1042487922476f216c39519da793dad75739e74 (patch) | |
tree | bd88721625fb358963ca7f401f57686dc5c47bf0 /conf/locale/locale_ja-JP.ini | |
parent | 94cc097b640b53bc27a6def7231cdcf53b0b3753 (diff) | |
download | gitea-a1042487922476f216c39519da793dad75739e74.tar.gz gitea-a1042487922476f216c39519da793dad75739e74.zip |
update locales
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index 6d72e4eade..b51ecfb51d 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -76,6 +76,8 @@ run_user=実行ユーザ run_user_helper=ユーザーはリポジトリ ルートパスへのアクセス、及びGogs を実行する権限を所有する必要があります。
domain=ドメイン
domain_helper=これはSSHクローンURLに影響する。
+ssh_port=SSH Port
+ssh_port_helper=Port number which your SSH server is using, leave it empty to disable SSH feature.
http_port=HTTP ポート
http_port_helper=アプリケーションが待ち受けするポート番号。
app_url=アプリケーションの URL
@@ -278,6 +280,7 @@ add_on=追加された last_used=最終使用日
no_activity=最近の活動なし
key_state_desc=この鍵は7日間以内に使われています。
+token_state_desc=This token is used in last 7 days
manage_social=関連付けられているSNSアカウントを管理
social_desc=これは関連付けられたソーシャルアカウントのリストです。あなたが認識していない結び付けを削除します。
@@ -286,13 +289,15 @@ unbind_success=SNSアカウントがバインドされていない。 manage_access_token=個人のアクセス トークンを管理
generate_new_token=新しいトークンを生成
-tokens_desc=生成したトークンを利用して Gogs の API にアクセスすることができます。
+tokens_desc=Tokens you have generated that can be used to access the Gogs APIs.
new_token_desc=今のところ、全てのトークンはあなたのアカウントにフルアクセスできます。
token_name=トークン名
generate_token=トークンを生成
generate_token_succees=新しいアクセス トークンは正常に生成されました !今すぐあなたの新しいアクセス トークンをコピーしておいてください。二度と見ることはできませんので確認してください!
delete_token=削除
-delete_token_success=個人のアクセス トークンは正常に削除されました!同時にあなたのアプリケーションを更新することを忘れないでください。
+access_token_deletion=Personal Access Token Deletion
+access_token_deletion_desc=Delete this personal access token will remove all related accesses of application. Do you want to continue?
+delete_token_success=Personal access token has been removed successfully! Don't forget to update your application as well.
delete_account=アカウントを削除
delete_prompt=この操作はあなたのアカウントを完全に削除し、復旧<strong>できない</strong> !
@@ -430,6 +435,7 @@ issues.owner=Owner issues.sign_up_for_free=Sign up for free
issues.sign_in_require_desc=to join this conversation. Already have an account? <a href="%s">Sign in to comment</a>
issues.edit=Edit
+issues.cancel=Cancel
issues.save=Save
issues.label_title=ラベル名
issues.label_color=ラベルの色
@@ -751,12 +757,14 @@ auths.auth_name=認証名 auths.domain=ドメイン
auths.host=ホスト
auths.port=ポート
-auths.base_dn=ベースのドメイン名
-auths.attribute_username=ユーザー名属性
+auths.bind_dn=Bind DN
+auths.bind_password=Bind Password
+auths.user_base=User Search Base
auths.attribute_name=名前属性
auths.attribute_surname=名字属性
auths.attribute_mail=Eメール属性
-auths.filter=検索フィルター
+auths.filter=User Filter
+auths.admin_filter=Admin Filter
auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=SMTP 認証の種類
auths.smtphost=SMTP ホスト
@@ -889,3 +897,4 @@ default_message=Drop files here or click to upload. invalid_input_type=You can't upload files of this type.
file_too_big=File size({{filesize}} MB) exceeds maximum size({{maxFilesize}} MB).
remove_file=Remove file
+
|