diff options
Diffstat (limited to 'core/l10n/ja.js')
-rw-r--r-- | core/l10n/ja.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index eb54002f65a..2e9557fe25d 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -46,6 +46,7 @@ OC.L10N.register( "Error loading file picker template: {error}" : "ファイル選択テンプレートの読み込みエラー: {error}", "Ok" : "OK", "Error loading message template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", + "read-only" : "読み取り専用", "_{count} file conflict_::_{count} file conflicts_" : ["{count} ファイルが競合"], "One file conflict" : "1ファイルが競合", "New Files" : "新しいファイル", @@ -78,9 +79,11 @@ OC.L10N.register( "Share with user or group …" : "ユーザーもしくはグループと共有 ...", "Share link" : "URLで共有", "The public link will expire no later than {days} days after it is created" : "URLによる共有は、作成してから {days} 日以内に有効期限切れになります", + "Link" : "リンク", "Password protect" : "パスワード保護を有効化", "Password" : "パスワード", "Choose a password for the public link" : "URLによる共有のパスワードを入力", + "Allow editing" : "編集許可", "Email link to person" : "メールリンク", "Send" : "送信", "Set expiration date" : "有効期限を設定", @@ -88,6 +91,7 @@ OC.L10N.register( "Expiration date" : "有効期限", "Adding user..." : "ユーザーを追加しています...", "group" : "グループ", + "remote" : "リモート", "Resharing is not allowed" : "再共有は許可されていません", "Shared in {item} with {user}" : "{item} 内で {user} と共有中", "Unshare" : "共有解除", @@ -96,6 +100,7 @@ OC.L10N.register( "can edit" : "編集を許可", "access control" : "アクセス権限", "create" : "作成", + "change" : "更新", "delete" : "削除", "Password protected" : "パスワード保護", "Error unsetting expiration date" : "有効期限の未設定エラー", @@ -117,6 +122,7 @@ OC.L10N.register( "_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"], "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", "Please reload the page." : "ページをリロードしてください。", + "The update was unsuccessful. " : "アップデートに失敗しました。", "The update was successful. Redirecting you to ownCloud now." : "アップデートに成功しました。今すぐownCloudにリダイレクトします。", "Couldn't reset password because the token is invalid" : "トークンが無効なため、パスワードをリセットできませんでした", "Couldn't send reset email. Please make sure your username is correct." : "リセットメールを送信できませんでした。ユーザー名が正しいことを確認してください。", @@ -128,6 +134,10 @@ OC.L10N.register( "Reset password" : "パスワードをリセット", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", "For the best results, please consider using a GNU/Linux server instead." : "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。", + "It seems that this %s instance is running on a 32bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "このインスタンス %s は、32bit PHP 環境で動いておりphp.ini に open_basedir が設定されているようです。これにより4GB以上のファイルで問題を引き起こし、非常に残念なことになるでしょう。", + "Please remove the open_basedir setting within your php.ini or switch to 64bit PHP." : "php.ini から open_basedir 設定を削除するか、64bit PHPに切り替えて下さい。", + "It seems that this %s instance is running on a 32bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "このインスタンス %s は、32bit PHP 環境で動いておりcURLがインストールされていないようです。これにより4GB以上のファイルで問題を引き起こし、非常に残念なことになるでしょう。", + "Please install the cURL extension and restart your webserver." : "cURL拡張をインストールして、WEBサーバーを再起動して下さい。", "Personal" : "個人", "Users" : "ユーザー", "Apps" : "アプリ", |