Blame view
sources/apps/updater/l10n/ja_JP.php
2.26 KB
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
<?php $TRANSLATIONS = array( "Checking your installation..." => "インストールを確認中...", "Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "アップグレードできません。ウェブサーバに以下のファイルとディレクトリへの書き込みアクセスがあるか確認してください:", "Version not found" => "バージョンが見つかりません", "Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "アップグレードできません。ウェブサーバーに以下のディレクトリを削除する権限が十分にありません:", "Update permissions on this directory and its content or remove it manually first." => "まず、このディレクトリのパーミッションを更新するか、手動で削除してください。", "Downloading package..." => "パッケージをダウンロード中...", "Unable to fetch package" => "パッケージを取得できません", "Creating backup..." => "バックアップを作成中...", "Here is your backup: " => "こちらはあなたのバックアップです:", "Failed to create backup" => "バックアップの作成に失敗", "Moving files..." => "ファイルを移動中...", "All done. Click to the link below to start database upgrade." => "すべて完了。データベースのアップグレードを開始するには、以下のリンクをクリックしてください。", "Update failed" => "アップデート失敗。", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しませんでした。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud コミュニティ</a> に報告してください。", "Update Center" => "更新センター", "Backup Management" => "マネージメントをバックアップ", "Update" => "更新", "Backup directory" => "ディレクトリをバックアップ", "Backup" => "バックアップ", "Done on" => "完了:", "Download" => "ダウンロード", "Delete" => "削除", "No backups found" => "バックアップが見つかりません" ); |