diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 09e78b67be5..acba2269658 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -37,21 +37,6 @@ OC.L10N.register( "File name is a reserved word" : "檔案名稱是預設保留字", "File name contains at least one invalid character" : "檔案名稱含有不合法的字元", "File name is too long" : "檔案名稱太長", - "App directory already exists" : "應用程式目錄已經存在", - "Can't create app folder. Please fix permissions. %s" : "無法建立應用程式目錄,請檢查權限:%s", - "Archive does not contain a directory named %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 cannot be installed because appinfo file cannot be read." : "程式無法安裝,因為無法讀取appinfo檔案。", - "Signature could not get checked. Please contact the app developer and check your admin screen." : "無法驗證數位簽章,請聯絡 app 開發者,並檢查您的管理頁面", - "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 the server" : "程式無法安裝,因為伺服器版本不符。", - "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 is not the same as the version reported from the app store" : "程式無法安裝,因為info.xml檔案中版本與app商店中要求不同。", "APCu" : "APCu", "Redis" : "Redis", "Server settings" : "伺服器設定", @@ -127,7 +112,6 @@ OC.L10N.register( "Personal" : "個人", "Users" : "使用者", "Admin" : "管理", - "Recommended" : "建議", "App \"%s\" cannot be installed because appinfo file cannot be read." : "程式\"%s\"無法安裝,因為無法讀取appinfo檔案。", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "程式\"%s\"無法安裝,因為伺服器版本不符。", "No app name specified" : "沒有指定應用程式名稱", @@ -174,6 +158,22 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "App directory already exists" : "應用程式目錄已經存在", + "Can't create app folder. Please fix permissions. %s" : "無法建立應用程式目錄,請檢查權限:%s", + "Archive does not contain a directory named %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 cannot be installed because appinfo file cannot be read." : "程式無法安裝,因為無法讀取appinfo檔案。", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "無法驗證數位簽章,請聯絡 app 開發者,並檢查您的管理頁面", + "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 the server" : "程式無法安裝,因為伺服器版本不符。", + "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 is not the same as the version reported from the app store" : "程式無法安裝,因為info.xml檔案中版本與app商店中要求不同。", + "Recommended" : "建議", "Microsoft Windows Platform is not supported" : "不支援微軟Windows系統", "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself." : "微軟Windows不支援Nextcloud伺服器,如果您一定要使用,我們建議您在虛擬機中安裝Linux版本伺服器。", "Storage not available" : "無法存取儲存空間", |