diff options
author | Unknwon <u@gogs.io> | 2016-07-09 23:59:13 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-09 23:59:13 +0800 |
commit | a1f717f65a8b9260a8a354d1ff8886f0e89e74f3 (patch) | |
tree | 383f532644495c8a96d763e898ad2342dcac47ad /conf/locale/locale_ja-JP.ini | |
parent | 70a281a39b987d5bc19dbfcb94b0e6381a44ab73 (diff) | |
download | gitea-a1f717f65a8b9260a8a354d1ff8886f0e89e74f3.tar.gz gitea-a1f717f65a8b9260a8a354d1ff8886f0e89e74f3.zip |
Update locale
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rw-r--r-- | conf/locale/locale_ja-JP.ini | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index e61b60604a..0df8c3c54b 100644 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -157,6 +157,7 @@ reset_password=パスワードリセット invalid_code=申し訳ありませんが、確認用コードが期限切れまたは無効です。 reset_password_helper=パスワードをリセットするにはここをクリック password_too_short=6文字未満のパスワードは設定できません。 +non_local_account=Non-local accounts cannot change passwords through Gogs. [mail] activate_account=あなたのアカウントを有効にしてください。 @@ -219,8 +220,7 @@ org_still_own_repo=この組織はまだリポジトリの所有しています target_branch_not_exist=ターゲットブランチが存在しない [user] -change_avatar=gravatar.com で自分のアバターを変更 -change_custom_avatar=設定で自分のアバターを変更 +change_avatar=Change your avatar join_on=参加しました repositories=リポジトリ activity=パブリック・アクティビティ @@ -350,6 +350,8 @@ readme_helper=Readme ファイルのテンプレートを選択 auto_init=選択されたファイルおよびテンプレートでリポジトリを初期化 create_repo=リポジトリを作成 default_branch=デフォルトのブランチ +mirror_prune=Prune +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=ミラー 間隔(時) mirror_address=ミラー アドレス mirror_address_desc=Please include necessary user credentials in the address. @@ -471,7 +473,7 @@ issues.closed_at=`closed <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.reopened_at=`reopened <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.commit_ref_at=`referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.poster=ポスター -issues.collaborator=Collaborator +issues.collaborator=コラボレータ issues.owner=オーナー issues.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> @@ -561,6 +563,10 @@ wiki.last_updated=最終更新 %s settings=設定 settings.options=オプション settings.collaboration=コラボレーション +settings.collaboration.admin=Admin +settings.collaboration.write=Write +settings.collaboration.read=Read +settings.collaboration.undefined=Undefined settings.hooks=Webhooks settings.githooks=Git のフック settings.basic_settings=基本設定 @@ -575,6 +581,9 @@ settings.external_wiki_url_desc=Visitors will be redirected to URL when they cli settings.issues_desc=組み込み簡易課題トラッカーを有効 settings.use_external_issue_tracker=外部課題トラッキングシステムを使用 settings.tracker_url_format=外部課題トラッキングツール URLのフォーマット +settings.tracker_issue_style=External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric=Numeric <span class="ui light grey text">(1234)</span> +settings.tracker_issue_style.alphanumeric=Alphanumeric <span class="ui light grey text">(ABC-123, DEFG-234, ...)</span> settings.tracker_url_format_desc=You can use placeholder <code>{user} {repo} {index}</code> for user name, repository name and issue index. settings.pulls_desc=Enable pull requests to accept public contributions settings.danger_zone=危険地帯 @@ -597,9 +606,7 @@ settings.delete=このリポジトリを削除 settings.delete_desc=リポジトリを削除すると元に戻せません。確実に確認してください。 settings.delete_notices_1=-この操作は<strong>元に戻せません</strong> 。 settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. -settings.delete_notices_fork_1=- If this repository is public, all forks will become independent after deletion. -settings.delete_notices_fork_2=もしプライペートリポジトリの場合、全てのフォークも同時に削除されます。 -settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first. +settings.delete_notices_fork_1=- All forks will become independent after deletion. settings.deletion_success=Repository has been deleted successfully! settings.update_settings_success=リポジトリ オプションが更新されました。 settings.transfer_owner=新しいオーナー @@ -683,6 +690,8 @@ diff.show_unified_view=Unified View diff.stats_desc=共有<strong>%d 個のファイルを変更した</strong>、<strong>%d 個の追加</strong> と <strong>%d 個の削除</strong>を含む diff.bin=BIN diff.view_file=ファイルの表示 +diff.file_supressed=File diff supressed because it is too large +diff.too_many_files=Some files were not shown because too many files changed in this diff release.releases=リリース release.new_release=新しいリリース @@ -910,6 +919,7 @@ auths.enabled=Enabled auths.updated=Updated auths.auth_type=認証タイプ auths.auth_name=認証名 +auths.security_protocol=Security Protocol auths.domain=ドメイン auths.host=ホスト auths.port=ポート |