diff options
author | Unknwon <u@gogs.io> | 2015-12-12 14:47:11 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-12 14:47:11 -0500 |
commit | e444a67d59a4fa45a77ba3ab0785869072db8b0a (patch) | |
tree | e7170ed67bd2d4bb56c4d1d23311b72b70461a59 /conf/locale/locale_ja-JP.ini | |
parent | 0cce4439ceab9d53592e526f8840348a293e463d (diff) | |
download | gitea-e444a67d59a4fa45a77ba3ab0785869072db8b0a.tar.gz gitea-e444a67d59a4fa45a77ba3ab0785869072db8b0a.zip |
update locales
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index c5abaf5b82..10f693a406 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -248,6 +248,7 @@ uid=Uid public_profile=パブリック プロフィール profile_desc=あなたのメールアドレスは公開され、任意のアカウント関連の通知に使用されます。また、Webベースの操作はサイトを介して行います。 +password_username_disabled=Non-local type users are not allowed to change their username. full_name=フルネーム website=WEBサイト location=ロケーション @@ -272,6 +273,7 @@ new_password=新しいパスワード retype_new_password=新しいパスワードを再入力します。 password_incorrect=現在のパスワードが正しくありません。 change_password_success=パスワードが正常に変更されました。今すぐ新しいパスワード経由でサインインすることができます。 +password_change_disabled=Non-local type users are not allowed to change their password. emails=E-mail アドレス manage_emails=E-mail アドレスを管理 @@ -359,6 +361,7 @@ watchers=ウォッチャー stargazers=Stargazers forks=フォーク +form.reach_limit_of_creation=The owner has reached maximum creation limit of %d repositories. form.name_reserved=リポジトリ名 '%s' は予約されています。 form.name_pattern_not_allowed=リポジトリ名のパターン '%s' は許可されていません。 @@ -567,6 +570,9 @@ settings.update_settings=設定の更新 settings.change_reponame_prompt=この変更はリンクがリポジトリに関連付ける方法に影響します。 settings.advanced_settings=拡張設定 settings.wiki_desc=Enable wiki to allow people write documents +settings.use_external_wiki=Use external wiki +settings.external_wiki_url=External Wiki URL +settings.external_wiki_url_desc=Visitors will be redirected to URL when they click on the tab. settings.issues_desc=Enable builtin lightweight issue tracker settings.use_external_issue_tracker=外部課題トラッキングシステムを使用 settings.tracker_url_format=外部課題トラッキングツール URLのフォーマット @@ -855,6 +861,8 @@ users.auth_login_name=認証ログイン名 users.password_helper=それをそのまま空のままにします。 users.update_profile_success=アカウントのプロファイルが更新されました。 users.edit_account=アカウントの編集 +users.max_repo_creation=Maximum Repository Creation Limit +users.max_repo_creation_desc=(Set -1 to use global default limit) users.is_activated=アカウントがアクティブされました users.is_admin=このアカウントには管理者の権限を持つ users.allow_git_hook=このアカウントには Git のフックを作成する権限を持つ |