diff options
author | Unknwon <u@gogs.io> | 2016-02-11 13:34:21 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-11 13:34:21 -0500 |
commit | 5258ee37408ec67d04166d8dc4fee5036cf9d774 (patch) | |
tree | e10469a3c841675b709f806ac6318c786ed00812 /conf/locale/locale_ja-JP.ini | |
parent | 59745c62b48efff2d120f84b2b57505c5783482a (diff) | |
download | gitea-5258ee37408ec67d04166d8dc4fee5036cf9d774.tar.gz gitea-5258ee37408ec67d04166d8dc4fee5036cf9d774.zip |
Update locales and update sponsor
Diffstat (limited to 'conf/locale/locale_ja-JP.ini')
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index 5c0924db35..d4c95d6e9d 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -65,7 +65,7 @@ db_name=データベース名 db_helper=Mysql INNODB エンジン utf8_general_ci の文字セットを使用してください。 ssl_mode=SSL モード path=パス -sqlite_helper=SQLite3 または TiDB のデータベースのファイル パス。 +sqlite_helper=The file path of SQLite3 or TiDB database. <br>Please use absolute path when you start as service. err_empty_db_path=SQLite3 または TiDB データベースのパスを空にすることはできません。 err_invalid_tidb_name=TiDB データベース名は文字"."と"-"を許可しない。 no_admin_and_disable_registration=管理者アカウントを作成せずに登録を無効にすることはできません。 @@ -591,7 +591,7 @@ settings.transfer_notices_2=- You will conserve access if new owner is an organi settings.transfer_form_title=操作を確認するために、以下の情報を入力してください。 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 be became independent after deletion. +settings.delete_notices_fork_1=- If this repository is public, all forks will become independent after deletion. settings.delete_notices_fork_2=- If this repository is private, all forks will be removed at the same time. settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first. settings.deletion_success=Repository has been deleted successfully! @@ -818,6 +818,8 @@ dashboard.resync_all_sshkeys='.ssh/ authorized_keys' ファイルを再生成し dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。 dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要) dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。 +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. dashboard.server_uptime=サーバーの稼働時間 dashboard.current_goroutine=現在のGoroutine |