diff options
Diffstat (limited to 'apps/settings/l10n/ja.json')
-rw-r--r-- | apps/settings/l10n/ja.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 86219090a65..ed8455d9ddc 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -250,6 +250,13 @@ "64-bit" : "64ビット", "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "このシステムは32ビット版のPHPで動いているようです。Nextcloudを正常に動かすには64ビット版が必要です。OSとPHPを64ビット版にアップグレードしてください!", "Temporary space available" : "テンポラリ領域が利用可能です", + "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "PHP のテンポラリパスのチェック中にエラーが発生しました - ディレクトリが正しく設定されていませんでした。返された値:%s", + "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "PHP のテンポラリパスの使用可能なディスク領域をチェック中にエラーが発生しました。または空きディスク領域が返されませんでした。テンポラリパス:%s", + "- %.1f GiB available in %s (PHP temporary directory)" : "- %s (PHPテンポラリディレクトリ)で %.1f GiB 使用可能", + "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %s (Nextcloud テンポラリディレクトリ)で %.1f GiB 使用可能", + "Temporary directory is correctly configured:\n%s" : "テンポラリディレクトリは正しく設定されています:\n%s", + "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "このインスタンスは、プライマリストレージとしてS3ベースのオブジェクトストアを使用し、テンポラリディレクトリに十分なスペースがあります。\n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "このインスタンスは、S3ベースのオブジェクトストアをプライマリストレージとして使用します。アップロードされたファイルは一時的にサーバー上に保存されるため、PHPのテンポラリディレクトリには50 GiBの空き容量を確保することを推奨します。これを改善するには、php.ini のテンポラリディレクトリを変更するか、テンポラリディレクトリの空き容量を増やしてください。\nテンポラリパスの空き容量をチェックした結果、推奨される50 GiBではなく%.1f GiBでした。パス:%s", "Database transaction isolation level" : "データベースのトランザクション分離レベル", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "あなたのデータベースは \"READ COMMITED\" トランザクション分離レベルで動作していません。このことにより複数のアクションが平行して実行される場合に問題が起こる可能性があります。", "Was not able to get transaction isolation level: %s" : "トランザクション分離レベルを取得できませんでした: %s", @@ -275,6 +282,7 @@ "Allow resharing" : "再共有を許可する", "Allow sharing with groups" : "グループ共有を許可する", "Restrict users to only share with users in their groups" : "グループ内のユーザーでのみ共有するように制限する", + "Ignore the following groups when checking group membership" : "グループ・メンバーシップをチェックする際、以下のグループは無視します", "Allow users to share via link and emails" : "URLリンクとメールでの共有を許可する", "Allow public uploads" : "パブリックなアップロードを許可する", "Always ask for a password" : "常にパスワードをたずねる", |