diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-09 11:04:17 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-09 11:04:17 -0500 |
commit | 7d3932b9cd1c66f9da577aa666f593d15e4ced99 (patch) | |
tree | 84343017874c6acac102876df980fa7ec5484aad /conf/locale/locale_ja-JP.ini | |
parent | b61ef40406b043812664a63ba74f32eea60a74d2 (diff) | |
download | gitea-7d3932b9cd1c66f9da577aa666f593d15e4ced99.tar.gz gitea-7d3932b9cd1c66f9da577aa666f593d15e4ced99.zip |
templates/ng/base: change year to 2015, fix #928
- conf/locale: update Japanese locale
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index c8b70aa1cf..29ea94e4da 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -516,8 +516,8 @@ dashboard.git_gc_repos=リポジトリでのガベージコレクションを実 dashboard.git_gc_repos_success=すべてのリポジトリは正常にガベージ コレクションを行いました。
dashboard.resync_all_sshkeys='.ssh/ autorized_key' ファイルを再生成します。(警告:Gogsキー以外は失われます)
dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。
-dashboard.resync_all_update_hooks=Rewrite all update hook of repositories (needed when custom config path is changed)
-dashboard.resync_all_update_hooks_success=All repositories' update hook have been rewritten successfully.
+dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要)
+dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。
dashboard.server_uptime=サーバーの稼働時間
dashboard.current_goroutine=現在のGoroutine
|