summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/zh_TW.js
blob: 5f0b39e50173f116b4be62fcc32571f6a574ee77 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "版本",
    "This application automatically maintains older versions of files that are changed." : "本應用程式會自動保存修改前舊版本的檔案",
    "Failed to revert {file} to revision {timestamp}." : "無法還原檔案 {file} 至版本 {timestamp}",
    "_%n byte_::_%n bytes_" : ["%n bytes"],
    "Restore" : "復原",
    "No other versions available" : "沒有其他版本了"
},
"nplurals=1; plural=0;");