nextcloud/apps/files_versions/l10n/zh_TW.js

12 lines
390 B
JavaScript

OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "無法還原:%s",
"Versions" : "版本",
"Failed to revert {file} to revision {timestamp}." : "無法還原檔案 {file} 至版本 {timestamp}",
"Restore" : "復原",
"No other versions available" : "沒有其他版本了",
"More versions..." : "更多版本…"
},
"nplurals=1; plural=0;");