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

zh_TW.js « l10n - github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2f526771da5749bd8ddba36ee70ef44b507eae4 (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
OC.L10N.register(
    "ransomware_protection",
    {
    "Ransomware protection" : "勒索軟體防護",
    "File “%1$s” could not be uploaded!" : "無法上傳檔案%1$s",
    "Your sync clients are currently blocked from further uploads" : "你的同步用戶軟體目前已被阻斷進行後續的上傳。",
    "The file “%1$s” you tried to upload matches the naming pattern of a ransomware/virus “%2$s”. If you are sure that your device is not affected, you can temporarily disable the protection. Otherwise you can request help from your admin, so they reach out to you." : "您嘗試上傳的檔案「%1$s」其檔名的格式與勒索軟體或病毒「%2$s」相符,如果你確定你的裝置並未被感染,你可以暫時停止防護,否則請向您的管理員尋求必要協助。",
    "Pause protection" : "防護暫停",
    "I need help!" : "我要求救!",
    "User %s may be infected with ransomware and is asking for your help." : "使用者%s可能被感染勒索軟體,且請求您的協助。",
    "I will help" : "我要求救",
    "Include note files with non-obvious names, e.g. ReadMe.TxT, info.html" : "包含不明顯的名稱的純文字檔案,例如 ReadMe.TxT, info.html",
    "Additional extension patterns" : "額外的附檔名格式",
    "One pattern per line. If the pattern is a regular expression it has to start with ^ or end with $. Leading dot or underscore on non-regular expression patterns mean that the name has to end with the given string." : "一行一個格式。如果透過正規表示法表示,則必須以^開頭或者以$結尾。以點或底線符號開頭的非正規表示法格式,則表示必須以同樣符號作為格式名稱的結尾。",
    "Additional note file patterns" : "額外的文字檔案格式",
    "One pattern per line. If the pattern is a regular expression it has to start with ^ or end with $ otherwise the name must be a complete match." : "一行一個格式。如果透過正規表示法表示,則必須以^開頭或者以$結尾。否則名稱必須完全符合。",
    "Exclude extension patterns" : "排除的副檔名格式",
    "One pattern per line. Copy the exact string from the resource file. This helps keeping your exclusions while updating the app." : "一行一個格式。從來源檔案複製確切字串,這樣可以協助您在上傳的APP維持例外。",
    "Ignore extension patterns" : "忽略副檔名格式",
    "Exclude note file patterns" : "排除的文字檔案格式",
    "Ignore note file patterns" : "忽略的文字檔案格式",
    "Protection is currently active" : "防護正在運作",
    "Protection is currently paused until: <strong>%s</strong>" : "暫停防護直到<strong>%s</strong>為止",
    "Re-enable protection now" : "現在已重新啟動防護"
},
"nplurals=1; plural=0;");