summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2018-09-12 14:47:24 +0000
committerGiteaBot <teabot@gitea.io>2018-09-12 14:47:24 +0000
commit7dd93b2441fc4eac89ccf6b919bf46823334c8bf (patch)
treef8c9f145943a202590568d6990b6e1901502010d
parente91a2cf2eafd99345695b1b43a9ed2de49edeae7 (diff)
downloadgitea-7dd93b2441fc4eac89ccf6b919bf46823334c8bf.tar.gz
gitea-7dd93b2441fc4eac89ccf6b919bf46823334c8bf.zip
[skip ci] Updated translations via Crowdin
-rw-r--r--options/locale/locale_ja-JP.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini
index 6775db4004..4f26117ccc 100644
--- a/options/locale/locale_ja-JP.ini
+++ b/options/locale/locale_ja-JP.ini
@@ -80,6 +80,7 @@ loading=読み込み中…
install=インストール
title=初期設定
docker_helper=GiteaをDocker内で実行する場合は、設定を変更する前に<a target="_blank" rel="noopener noreferrer" href="%s">ドキュメント</a>を読んでください。
+requite_db_desc=Giteaには、MySQL、PostgreSQL、MSSQL、またはSQLite3が必要です。
db_title=データベース設定
db_type=データベースのタイプ
host=ホスト
@@ -89,6 +90,8 @@ db_name=データベース名
db_helper=MySQLユーザーへの注意: InnoDBストレージエンジンを使用し、キャラクターセットは 'utf8_general_ci' にしてください。
ssl_mode=SSL
path=パス
+sqlite_helper=SQLite3のデータベースファイルパス。<br>Giteaをサービスとして実行する場合は絶対パスを入力します。
+err_empty_db_path=SQLite3のデータベースパスを空にすることはできません。
no_admin_and_disable_registration=管理者アカウントを作成せずに、セルフ登録を無効にすることはできません。
err_empty_admin_password=管理者パスワードは空にできません。