diff options
Diffstat (limited to 'apps/files_versions/l10n/zh_HK.js')
-rw-r--r-- | apps/files_versions/l10n/zh_HK.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_versions/l10n/zh_HK.js b/apps/files_versions/l10n/zh_HK.js index 6cea8054144..90f276eed72 100644 --- a/apps/files_versions/l10n/zh_HK.js +++ b/apps/files_versions/l10n/zh_HK.js @@ -10,17 +10,17 @@ OC.L10N.register( "Restore version" : "還原版本", "Download version" : "下載版本", "Delete version" : "刪除版本", + "Current version" : "目前版本", + "Initial version" : "初始版本", "Version name" : "版本名稱", "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "命名版本會保留,並在儲存配額已滿時從自動清理中排除。", "Remove version name" : "移除版本名稱", "Save version name" : "儲存版本名稱", - "Current version" : "目前版本", - "Initial version" : "初始版本", "Initial version restored" : "初始版本已還原", "Version restored" : "版本已還原", "Could not restore version" : "無法還原版本", - "Could not set version name" : "無法設定版本名稱", "Could not delete version" : "無法刪除版本", - "${version.label} restored" : "已還原˙ ${version.label}" + "${version.label} restored" : "已還原˙ ${version.label}", + "Could not set version name" : "無法設定版本名稱" }, "nplurals=1; plural=0;"); |