Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r--core/l10n/ja.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index f4d131acaf7..cac372e4091 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -42,14 +42,10 @@ OC.L10N.register(
"Maintenance mode is kept active" : "メンテナンスモードが継続中です",
"Updating database schema" : "データベースのスキーマを更新",
"Updated database" : "データベース更新済み",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "データベーススキーマがアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
- "Checked database schema update" : "指定データベースのスキーマを更新",
- "Checking updates of apps" : "アプリの更新をチェックしています。",
"Checking for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認しています",
"Update app \"%s\" from appstore" : "アプリストアから \"%s\" アプリをアップデートする",
"Checked for update of app \"%s\" in appstore" : "アプリストアで \"%s\" アプリのアップデートを確認済",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "データベーススキーマ %s がアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
- "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
"Updated \"%1$s\" to %2$s" : "%1$sを%2$sに更新しました",
"Set log level to debug" : "ログをデバッグレベルに設定",
"Reset log level" : "ログレベルをリセット",
@@ -322,6 +318,10 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "このサーバー %s は現在メンテナンスモードです。しばらくお待ちください。",
"This page will refresh itself when the instance is available again." : "この画面は、サーバー の再起動後に自動的に更新されます。",
"Contact your system administrator if this message persists or appeared unexpectedly." : "このメッセージが引き続き、または予期せず現れる場合は、システム管理者に問い合わせてください。",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "データベーススキーマがアップデートできるかどうかチェックしています。(この操作の時間はデータベースの容量によります)",
+ "Checked database schema update" : "指定データベースのスキーマを更新",
+ "Checking updates of apps" : "アプリの更新をチェックしています。",
+ "Checked database schema update for apps" : "アプリの指定データベースのスキーマを更新",
"Following apps have been disabled: %s" : "次のアプリが無効にされています: %s",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Webサーバーは適切にホスト名 \"{url}\" が引けるように設定されていません。より詳しい情報については、<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメント</a>を参照ください。",
"Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Webサーバーは \"{url}\"を解決するための正しい設定がなされていません。 これは、このフォルダを直接配信するように更新されていないWebサーバー構成に関連している可能性があります。 あなたの設定と、Apache用の \".htaccess\"、あるいはNginxのドキュメントの <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">ドキュメントページ</a> に記載されているものとを比較してください。Nginxでは、これらは通常 \"location〜\"で始まる行で更新が必要です。",