Blame view

sources/apps/updater/l10n/zh_TW.php 1.85 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
5
6
7
8
9
10
11
12
13
14
15
  "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" => "升級失敗",
6d9380f96   Cédric Dupont   Update sources OC...
16
17
18
  "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/apps/issues\" target=\"_blank\">ownCloud community</a>.",
  "Proceed" => "已執行",
  "Updater" => "更新者",
d1bafeea1   Kload   [fix] Upgrade to ...
19
20
21
22
23
24
25
26
27
28
  "Update Center" => "升級中心",
  "Backup Management" => "備份管理",
  "Update" => "更新",
  "Backup directory" => "備份目錄",
  "Backup" => "備份",
  "Done on" => "完成",
  "Download" => "下載",
  "Delete" => "刪除",
  "No backups found" => "找不到備份"
  );
6d9380f96   Cédric Dupont   Update sources OC...
29
  $PLURAL_FORMS = "nplurals=1; plural=0;";