diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-15 01:55:53 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-05-15 01:55:53 -0400 |
commit | d9d684197a05948876eacdfa71657e0578c93909 (patch) | |
tree | c93bba33bd30e7486b87ee217eef0178e4628d0d /settings/l10n/ja.php | |
parent | 48ee72732efb98d74000c3aa37afbd2cb9180c6f (diff) | |
download | nextcloud-server-d9d684197a05948876eacdfa71657e0578c93909.tar.gz nextcloud-server-d9d684197a05948876eacdfa71657e0578c93909.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/ja.php')
-rw-r--r-- | settings/l10n/ja.php | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php index 186be0c377c..59672c742e0 100644 --- a/settings/l10n/ja.php +++ b/settings/l10n/ja.php @@ -19,10 +19,14 @@ $TRANSLATIONS = array( "Files decrypted successfully" => "ファイルの復号化に成功しました", "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" => "ファイルを復号化することができませんでした。owncloud のログを調査するか、管理者に連絡してください。", "Couldn't decrypt your files, check your password and try again" => "ファイルを復号化することができませんでした。パスワードを確認のうえ再試行してください。", +"Encryption keys deleted permanently" => "暗号化キーは完全に削除されます", +"Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "暗号化キーを完全に削除できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", "Email saved" => "メールアドレスを保存しました", "Invalid email" => "無効なメールアドレス", "Unable to delete group" => "グループを削除できません", "Unable to delete user" => "ユーザーを削除できません", +"Backups restored successfully" => "バックアップの復元に成功しました", +"Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" => "暗号化キーを復元できませんでした。owncloud.logを確認するか、管理者に問い合わせてください。", "Language changed" => "言語が変更されました", "Invalid request" => "不正なリクエスト", "Admins can't remove themself from the admin group" => "管理者は自身を管理者グループから削除できません。", @@ -56,6 +60,8 @@ $TRANSLATIONS = array( "Good password" => "良好なパスワード", "Strong password" => "強いパスワード", "Decrypting files... Please wait, this can take some time." => "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。", +"Delete encryptin keys permanently." => "暗号化キーを完全に削除します。", +"Restore encryptin keys." => "暗号化キーを復元します。", "deleted" => "削除", "undo" => "元に戻す", "Unable to remove user" => "ユーザーを削除できません", @@ -106,20 +112,18 @@ $TRANSLATIONS = array( "Enable Share API" => "共有APIを有効にする", "Allow apps to use the Share API" => "アプリからの共有APIの利用を許可する", "Allow links" => "リンクを許可する", -"Allow users to share items to the public with links" => "ユーザーがリンクによりアイテムを公開することを許可する", "Allow public uploads" => "パブリックなアップロードを許可", -"Allow users to enable others to upload into their publicly shared folders" => "公開している共有フォルダーへのアップロードを共有しているメンバーにも許可", +"Set default expiration date" => "有効期限の既定値を設定", +"Expire after " => "無効になるまで", +"days" => "日", +"Enforce expiration date" => "有効期限を反映させる", +"Allow users to share items to the public with links" => "ユーザーがリンクによりアイテムを公開することを許可する", "Allow resharing" => "再共有を許可する", "Allow users to share items shared with them again" => "ユーザーが共有しているアイテムの再共有を許可する", "Allow users to share with anyone" => "ユーザーに誰とでも共有することを許可する", "Allow users to only share with users in their groups" => "ユーザーにグループ内のユーザーとのみ共有を許可する", "Allow mail notification" => "メール通知を許可", "Allow users to send mail notification for shared files" => "共有ファイルに関するメール通知の送信をユーザに許可する", -"Set default expiration date" => "有効期限の既定値を設定", -"Expire after " => "無効になるまで", -"days" => "日", -"Enforce expiration date" => "有効期限を反映させる", -"Expire shares by default after N days" => "既定値では N 日後に共有を無効にします", "Security" => "セキュリティ", "Enforce HTTPS" => "常にHTTPSを使用する", "Forces the clients to connect to %s via an encrypted connection." => "クライアントから %sへの接続を常に暗号化します。", @@ -181,6 +185,9 @@ $TRANSLATIONS = array( "The encryption app is no longer enabled, please decrypt all your files" => "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください", "Log-in password" => "ログインパスワード", "Decrypt all Files" => "すべてのファイルを複合する", +"Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." => "暗号化キーはバックアップ場所に移動されました。何か問題があった場合は、キーを復元することができます。すべてのファイルが正しく復号化されたことが確信できる場合にのみ、キーを完全に削除してください。", +"Restore Encryption Keys" => "暗号化キーを復元する", +"Delete Encryption Keys" => "暗号化キーを削除する", "Login Name" => "ログイン名", "Create" => "作成", "Admin Recovery Password" => "管理者リカバリパスワード", |