Blame view
sources/apps/updater/l10n/ja_JP.php
2.36 KB
|
d1bafeea1
|
1 2 |
<?php $TRANSLATIONS = array( "Checking your installation..." => "インストールを確認中...", |
|
6d9380f96
|
3 |
"Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "アップグレードできません。ウェブサーバーに以下のファイルとディレクトリへの書き込みアクセスがあるか確認してください:", |
|
d1bafeea1
|
4 5 6 7 8 9 |
"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..." => "バックアップを作成中...", |
|
6d9380f96
|
10 |
"Here is your backup: " => "あなたのバックアップ:", |
|
d1bafeea1
|
11 12 13 |
"Failed to create backup" => "バックアップの作成に失敗", "Moving files..." => "ファイルを移動中...", "All done. Click to the link below to start database upgrade." => "すべて完了。データベースのアップグレードを開始するには、以下のリンクをクリックしてください。", |
|
6d9380f96
|
14 15 16 17 |
"Update failed" => "アップデートに失敗", "The update was unsuccessful. Please check logs at admin page and 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> に報告してください。", "Proceed" => "続行", "Update Center" => "アップデートセンター", |
|
d1bafeea1
|
18 |
"Backup Management" => "マネージメントをバックアップ", |
|
6d9380f96
|
19 |
"Update" => "アップデート", |
|
d1bafeea1
|
20 21 22 23 24 25 26 |
"Backup directory" => "ディレクトリをバックアップ", "Backup" => "バックアップ", "Done on" => "完了:", "Download" => "ダウンロード", "Delete" => "削除", "No backups found" => "バックアップが見つかりません" ); |