Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_TW.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffb82213e7da3b0d1e710c04392fae28b838b1bd (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
OC.L10N.register(
    "lib",
    {
    "Cannot write into \"config\" directory!" : "無法寫入 config 目錄!",
    "This can usually be fixed by giving the webserver write access to the config directory" : "允許網頁伺服器寫入設定目錄通常可以解決這個問題",
    "See %s" : "見 %s",
    "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "%s允許網頁伺服器寫入設定目錄%s通常可以解決這個問題",
    "Sample configuration detected" : "偵測到範本設定",
    "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "看來您直接複製了範本設定來使用,這可能會毀掉你的安裝,請閱讀說明文件後對 config.php 進行適當的修改",
    "Help" : "說明",
    "Personal" : "個人",
    "Settings" : "設定",
    "Users" : "使用者",
    "Admin" : "管理",
    "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "無法安裝應用程式 %s 因為它和此版本的 ownCloud 不相容。",
    "No app name specified" : "沒有指定應用程式名稱",
    "Unknown filetype" : "未知的檔案類型",
    "Invalid image" : "無效的圖片",
    "web services under your control" : "由您控制的網路服務",
    "App directory already exists" : "應用程式目錄已經存在",
    "Can't create app folder. Please fix permissions. %s" : "無法建立應用程式目錄,請檢查權限:%s",
    "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 當中記載的版本不同",
    "Application is not enabled" : "應用程式未啟用",
    "Authentication error" : "認證錯誤",
    "Token expired. Please reload page." : "Token 過期,請重新整理頁面。",
    "Unknown user" : "未知的使用者",
    "%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/MariaDB username and/or password not valid" : "MySQL/MariaDB 使用者或密碼不正確",
    "DB Error: \"%s\"" : "資料庫錯誤:\"%s\"",
    "Offending command was: \"%s\"" : "有問題的指令是:\"%s\"",
    "MySQL/MariaDB user '%s'@'localhost' exists already." : "MySQL/MariaDB 使用者 '%s'@'localhost' 已經存在",
    "Drop this user from MySQL/MariaDB" : "自 MySQL/MariaDB 刪除這個使用者",
    "MySQL/MariaDB user '%s'@'%%' already exists" : "MySQL/MariaDB 使用者 '%s'@'%%' 已經存在",
    "Drop this user from MySQL/MariaDB." : "自 MySQL/MariaDB 刪除這個使用者",
    "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." : "設定管理員密碼。",
    "Can't create or write into the data directory %s" : "無法建立或寫入資料目錄 %s",
    "%s shared »%s« with you" : "%s 與您分享了 %s",
    "Sharing %s failed, because the file does not exist" : "分享 %s 失敗,因為檔案不存在",
    "You are not allowed to share %s" : "你不被允許分享 %s",
    "Sharing %s failed, because the user %s is the item owner" : "分享 %s 失敗,因為 %s 才是此項目的擁有者",
    "Sharing %s failed, because the user %s does not exist" : "分享 %s 失敗,因為使用者 %s 不存在",
    "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "分享 %s 失敗,使用者 %s 並不屬於該項目擁有者 %s 所隸屬的任何一個群組",
    "Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享",
    "Sharing %s failed, because the group %s does not exist" : "分享 %s 失敗,因為群組 %s 不存在",
    "Sharing %s failed, because %s is not a member of the group %s" : "分享 %s 失敗,因為 %s 不是群組 %s 的一員",
    "You need to provide a password to create a public link, only protected links are allowed" : "您必須為公開連結設定一組密碼,我們只允許受密碼保護的連結",
    "Sharing %s failed, because sharing with links is not allowed" : "分享 %s 失敗,因為目前不允許使用連結分享",
    "Share type %s is not valid for %s" : "分享類型 %s 對於 %s 來說無效",
    "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "為 %s 設定權限失敗,因為欲設定的權限超出開放給 %s 的範圍",
    "Setting permissions for %s failed, because the item was not found" : "為 %s 設定權限失敗,因為找不到該項目",
    "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "無法設定到期日,在分享之後,到期日不能設定為 %s 之後",
    "Cannot set expiration date. Expiration date is in the past" : "無法設定過去的日期為到期日",
    "Sharing backend %s must implement the interface OCP\\Share_Backend" : "分享後端 %s 必須實作 OCP\\Share_Backend interface",
    "Sharing backend %s not found" : "找不到分享後端 %s",
    "Sharing backend for %s not found" : "找不到 %s 的分享後端",
    "Sharing %s failed, because the user %s is the original sharer" : "分享 %s 失敗,因為使用者 %s 即是原本的分享者",
    "Sharing %s failed, because the permissions exceed permissions granted to %s" : "分享 %s 失敗,因為權限設定超出了授權給 %s 的範圍",
    "Sharing %s failed, because resharing is not allowed" : "分享 %s 失敗,不允許重複分享",
    "Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失敗,因為 %s 的分享後端找不到它的來源",
    "Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失敗,因為在快取中找不到該檔案",
    "Could not find category \"%s\"" : "找不到分類:\"%s\"",
    "seconds ago" : "幾秒前",
    "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"],
    "_%n hour ago_::_%n hours ago_" : ["%n 小時前"],
    "today" : "今天",
    "yesterday" : "昨天",
    "_%n day go_::_%n days ago_" : ["%n 天前"],
    "last month" : "上個月",
    "_%n month ago_::_%n months ago_" : ["%n 個月前"],
    "last year" : "去年",
    "years ago" : "幾年前",
    "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"",
    "A valid username must be provided" : "必須提供一個有效的用戶名",
    "A valid password must be provided" : "一定要提供一個有效的密碼",
    "The username is already being used" : "這個使用者名稱已經有人使用了",
    "No database drivers (sqlite, mysql, or postgresql) installed." : "沒有安裝資料庫驅動程式 (sqlite, mysql, 或 postgresql)",
    "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "通常藉由%s開放網頁伺服器對根目錄的權限%s就可以修正權限問題",
    "Cannot write into \"config\" directory" : "無法寫入 config 目錄",
    "Cannot write into \"apps\" directory" : "無法寫入 apps 目錄",
    "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "通常藉由%s開放網頁伺服器對 apps 目錄的權限%s或是在設定檔中關閉 appstore 就可以修正這個問題",
    "Cannot create \"data\" directory (%s)" : "無法建立 data 目錄 (%s)",
    "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." : "通常藉由<a href=\"%s\" target=\"_blank\">開放網頁伺服器對根目錄的權限</a>就可以修正權限問題",
    "Setting locale to %s failed" : "設定語系為 %s 失敗",
    "Please install one of these locales on your system and restart your webserver." : "請在系統中安裝這些語系的其中一個,然後重啓網頁伺服器",
    "Please ask your server administrator to install the module." : "請詢問系統管理員來安裝這些模組",
    "PHP module %s not installed." : "未安裝 PHP 模組 %s",
    "PHP %s or higher is required." : "需要 PHP %s 或更高版本",
    "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." : "請詢問系統管理員將 PHP 升級至最新版,目前的 PHP 版本已經不再被 ownCloud 和 PHP 社群支援",
    "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP 安全模式已經啟動,ownCloud 需要您將它關閉才能正常運作",
    "PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "PHP 安全模式已經被棄用,並且在大多數狀況下無助於提升安全性,它應該被關閉。請詢問系統管理員將其在 php.ini 或網頁伺服器當中關閉。",
    "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Magic Quotes 已經被啟用,ownCloud 需要您將其關閉以正常運作",
    "Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "Magic Quotes 功能在大多數狀況下不會使用到,已經被上游棄用,因此它應該被停用。請詢問系統管理員將其在 php.ini 或網頁伺服器當中停用。",
    "PHP modules have been installed, but they are still listed as missing?" : "你已經安裝了指定的 PHP 模組,可是還是顯示為找不到嗎?",
    "Please ask your server administrator to restart the web server." : "請聯絡您的系統管理員重新啟動網頁伺服器",
    "PostgreSQL >= 9 required" : "需要 PostgreSQL 版本 >= 9",
    "Please upgrade your database version" : "請升級您的資料庫版本",
    "Error occurred while checking PostgreSQL version" : "檢查 PostgreSQL 版本時發生錯誤",
    "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "請確定您的 PostgreSQL 版本 >= 9,或是看看記錄檔是否有更詳細的訊息",
    "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取",
    "Data directory (%s) is readable by other users" : "資料目錄 (%s) 可以被其他使用者讀取",
    "Data directory (%s) is invalid" : "資料目錄 (%s) 無效",
    "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案",
    "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s"
},
"nplurals=1; plural=0;");