diff options
author | Unknwon <u@gogs.io> | 2017-02-21 12:17:39 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-21 12:17:39 -0500 |
commit | 437df04d8c8de62e3c75c38d34d305c3dea5bafe (patch) | |
tree | 78733b92145ca3bc1c5efa72631a0fa5f39d1085 /conf/locale/locale_ja-JP.ini | |
parent | 8216360da89bec1f3df75fe15ee57bfdcc290339 (diff) |
Prepare release
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rw-r--r-- | conf/locale/locale_ja-JP.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index eca1d3ff..cbe94ef3 100644 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -398,7 +398,6 @@ migrate.failed=移行に失敗しました: %v mirror_from=同期ミラー forked_from=フォーク元 -fork_from_self=すでにあなたの所有しているリポジトリはフォークできません copy_link=コピー copy_link_success=コピーされました! copy_link_error=⌘ C または Ctrl-C キーを押してコピー @@ -474,6 +473,7 @@ editor.add_subdir=Add subdirectory... editor.unable_to_upload_files=Failed to upload files to '%s' with error: %v editor.upload_files_to_dir=Upload files to '%s' +commits.commit_history=Commit History commits.commits=コミット commits.search=コミットの検索 commits.find=検索 @@ -500,7 +500,7 @@ issues.new_label=新しいラベル issues.new_label_placeholder=ラベル名... issues.create_label=ラベルを作成 issues.label_templates.title=Load a predefined set of labels -issues.label_templates.info=There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.info=There aren't any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. issues.label_templates.helper=Select a label set issues.label_templates.use=Use this label set issues.label_templates.fail_to_load_file=Failed to load label template file '%s': %v @@ -656,6 +656,7 @@ settings.protect_require_pull_request=Require pull request instead direct pushin settings.protect_require_pull_request_desc=Enable this option to disable direct pushing to this branch. Commits have to be pushed to another non-protected branch and merged to this branch through pull request. settings.protect_whitelist_committers=Whitelist who can push to this branch settings.protect_whitelist_committers_desc=Add people or teams to whitelist of direct push to this branch. +settings.update_protect_branch_success=Protect options for this branch has been updated successfully! settings.hooks=Webhooks settings.githooks=Git のフック settings.basic_settings=基本設定 @@ -937,7 +938,7 @@ dashboard.git_gc_repos=リポジトリでのガベージコレクションを実 dashboard.git_gc_repos_success=すべてのリポジトリは正常にガベージ コレクションを行いました。 dashboard.resync_all_sshkeys='.ssh/ authorized_keys' ファイルを再生成します。(警告:Gogsキー以外は失われます) dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。 -dashboard.resync_all_hooks=Resync pre-receive, update and post-receive hooks of all repositories. +dashboard.resync_all_hooks=Resync pre-receive, update and post-receive hooks of all repositories dashboard.resync_all_hooks_success=All repositories' pre-receive, update and post-receive hooks have been resynced successfully. dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully. |