diff options
Diffstat (limited to 'settings/l10n/ja.php')
-rw-r--r-- | settings/l10n/ja.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php index 9192ddb7a38..7484aeae02a 100644 --- a/settings/l10n/ja.php +++ b/settings/l10n/ja.php @@ -64,6 +64,7 @@ $TRANSLATIONS = array( "Restore encryption keys." => "暗号化キーを復元する。", "Unable to delete " => "削除できません", "Error creating group" => "グループの作成エラー", +"A valid group name must be provided" => "有効なグループ名を指定する必要があります", "deleted" => "削除", "undo" => "元に戻す", "Groups" => "グループ", @@ -93,6 +94,10 @@ $TRANSLATIONS = array( "Setup Warning" => "セットアップ警告", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "WebDAVインターフェースに問題があると思われるため、WEBサーバーはまだファイルの同期を許可するよう適切に設定されていません。", "Please double check the <a href=\"%s\">installation guides</a>." => "<a href=\"%s\">installation guides</a>をもう一度チェックするようにお願いいたします。", +"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." => "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。", +"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." => "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレータが原因かもしれません。", +"Database Performance Info" => "データベースパフォーマンス情報", +"SQLite is used as database. For larger installations we recommend to change this. To migrate to another database use the command line tool: 'occ db:convert-type'" => "SQLite をデータベースとして利用します。大規模な運用では、利用しないことをお勧めします。別のデータベースへ移行する場合は、コマンドラインツール: 'occ db:convert-type'を使ってください。", "Module 'fileinfo' missing" => "モジュール 'fileinfo' が見つかりません", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", "Your PHP version is outdated" => "PHPバーションが古くなっています。", @@ -112,14 +117,18 @@ $TRANSLATIONS = array( "Use systems cron service to call the cron.php file every 15 minutes." => "システムのcronサービスを利用して15分ごとにcron.phpファイルを実行します。", "Sharing" => "共有", "Allow apps to use the Share API" => "アプリからの共有APIの利用を許可する", +"Allow users to share via link" => "URLリンクで共有を許可する", "Enforce password protection" => "常にパスワード保護を有効にする", -"Allow public uploads" => "パブリックなアップロードを許可", +"Allow public uploads" => "パブリックなアップロードを許可する", "Set default expiration date" => "有効期限の既定値を設定", "Expire after " => "無効になるまで", "days" => "日", "Enforce expiration date" => "有効期限を反映させる", "Allow resharing" => "再共有を許可する", +"Restrict users to only share with users in their groups" => "グループ内のユーザーでのみ共有するように制限する", "Allow users to send mail notification for shared files" => "共有ファイルに関するメール通知の送信をユーザーに許可する", +"Exclude groups from sharing" => "共有可能なグループから除外", +"These groups will still be able to receive shares, but not to initiate them." => "このグループでは、フォルダ共有を開始することはできませんが、共有されたフォルダを参照することはできます。", "Security" => "セキュリティ", "Enforce HTTPS" => "常にHTTPSを使用する", "Forces the clients to connect to %s via an encrypted connection." => "クライアントから %sへの接続を常に暗号化します。", @@ -192,6 +201,7 @@ $TRANSLATIONS = array( "Search Users and Groups" => "ユーザーとグループを検索", "Add Group" => "グループを追加", "Group" => "グループ", +"Everyone" => "全ての人", "Admins" => "管理者", "Default Quota" => "デフォルトのクォータサイズ", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "ストレージの割り当てを入力してください (例: \"512MB\" や \"12 GB\")", |