Blame view

sources/lib/l10n/zh_TW.php 4.96 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "App \"%s\" can't be installed because it is not compatible with this version of ownCloud." => "無法安裝應用程式 %s 因為它和此版本的 ownCloud 不相容。",
  "No app name specified" => "沒有指定應用程式名稱",
03e52840d   Kload   Init
5
6
7
8
  "Help" => "說明",
  "Personal" => "個人",
  "Settings" => "設定",
  "Users" => "使用者",
03e52840d   Kload   Init
9
  "Admin" => "管理",
31b7f2792   Kload   Upgrade to ownclo...
10
11
12
13
14
15
16
  "Failed to upgrade \"%s\"." => "升級失敗:%s",
  "Unknown filetype" => "未知的檔案類型",
  "Invalid image" => "無效的圖片",
  "web services under your control" => "由您控制的網路服務",
  "cannot open \"%s\"" => "無法開啓 %s",
  "ZIP download is turned off." => "ZIP 下載已關閉。",
  "Files need to be downloaded one by one." => "檔案需要逐一下載。",
03e52840d   Kload   Init
17
  "Back to Files" => "回到檔案列表",
31b7f2792   Kload   Upgrade to ownclo...
18
19
20
21
22
23
24
25
26
27
28
29
30
  "Selected files too large to generate zip file." => "選擇的檔案太大以致於無法產生壓縮檔。",
  "No source specified when installing app" => "沒有指定應用程式安裝來源",
  "No href specified when installing app from http" => "從 http 安裝應用程式,找不到 href 屬性",
  "No path specified when installing app from local file" => "從本地檔案安裝應用程式時沒有指定路徑",
  "Archives of type %s are not supported" => "不支援 %s 格式的壓縮檔",
  "Failed to open archive when installing app" => "安裝應用程式時無法開啓壓縮檔",
  "App does not provide an info.xml file" => "應用程式沒有提供 info.xml 檔案",
  "App can't be installed because of not allowed code in the App" => "無法安裝應用程式因為在當中找到危險的代碼",
  "App can't be installed because it is not compatible with this version of ownCloud" => "無法安裝應用程式因為它和此版本的 ownCloud 不相容。",
  "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" => "無法安裝應用程式,因為它包含了 <shipped>true</shipped> 標籤,在未發行的應用程式當中這是不允許的",
  "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" => "無法安裝應用程式,因為它在 info.xml/version 宣告的版本與 app store 當中記載的版本不同",
  "App directory already exists" => "應用程式目錄已經存在",
  "Can't create app folder. Please fix permissions. %s" => "無法建立應用程式目錄,請檢查權限:%s",
03e52840d   Kload   Init
31
32
33
34
35
36
  "Application is not enabled" => "應用程式未啟用",
  "Authentication error" => "認證錯誤",
  "Token expired. Please reload page." => "Token 過期,請重新整理頁面。",
  "Files" => "檔案",
  "Text" => "文字",
  "Images" => "圖片",
31b7f2792   Kload   Upgrade to ownclo...
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
  "%s enter the database username." => "%s 輸入資料庫使用者名稱。",
  "%s enter the database name." => "%s 輸入資料庫名稱。",
  "%s you may not use dots in the database name" => "%s 資料庫名稱不能包含小數點",
  "MS SQL username and/or password not valid: %s" => "MS SQL 使用者和/或密碼無效:%s",
  "You need to enter either an existing account or the administrator." => "您必須輸入一個現有的帳號或管理員帳號。",
  "MySQL username and/or password not valid" => "MySQL 用戶名和/或密碼無效",
  "DB Error: \"%s\"" => "資料庫錯誤:\"%s\"",
  "Offending command was: \"%s\"" => "有問題的指令是:\"%s\"",
  "MySQL user '%s'@'localhost' exists already." => "MySQL 使用者 '%s'@'localhost' 已經存在。",
  "Drop this user from MySQL" => "在 MySQL 移除這個使用者",
  "MySQL user '%s'@'%%' already exists" => "MySQL 使用者 '%s'@'%%' 已經存在",
  "Drop this user from MySQL." => "在 MySQL 移除這個使用者。",
  "Oracle connection could not be established" => "無法建立 Oracle 資料庫連線",
  "Oracle username and/or password not valid" => "Oracle 用戶名和/或密碼無效",
  "Offending command was: \"%s\", name: %s, password: %s" => "有問題的指令是:\"%s\" ,使用者:\"%s\",密碼:\"%s\"",
  "PostgreSQL username and/or password not valid" => "PostgreSQL 用戶名和/或密碼無效",
  "Set an admin username." => "設定管理員帳號。",
  "Set an admin password." => "設定管理員密碼。",
03e52840d   Kload   Init
55
56
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "您的網頁伺服器尚未被正確設定來進行檔案同步,因為您的 WebDAV 界面似乎無法使用。",
  "Please double check the <a href='%s'>installation guides</a>." => "請參考<a href='%s'>安裝指南</a>。",
31b7f2792   Kload   Upgrade to ownclo...
57
  "Could not find category \"%s\"" => "找不到分類:\"%s\"",
03e52840d   Kload   Init
58
  "seconds ago" => "幾秒前",
31b7f2792   Kload   Upgrade to ownclo...
59
60
  "_%n minute ago_::_%n minutes ago_" => array("%n 分鐘前"),
  "_%n hour ago_::_%n hours ago_" => array("%n 小時前"),
03e52840d   Kload   Init
61
62
  "today" => "今天",
  "yesterday" => "昨天",
31b7f2792   Kload   Upgrade to ownclo...
63
  "_%n day go_::_%n days ago_" => array("%n 天前"),
03e52840d   Kload   Init
64
  "last month" => "上個月",
31b7f2792   Kload   Upgrade to ownclo...
65
  "_%n month ago_::_%n months ago_" => array("%n 個月前"),
03e52840d   Kload   Init
66
67
  "last year" => "去年",
  "years ago" => "幾年前",
31b7f2792   Kload   Upgrade to ownclo...
68
  "Caused by:" => "原因:"
03e52840d   Kload   Init
69
  );
31b7f2792   Kload   Upgrade to ownclo...
70
  $PLURAL_FORMS = "nplurals=1; plural=0;";