nextcloud/apps/files_versions/l10n/vi.js

10 lines
326 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "Không thể khôi phục: %s",
"Versions" : "Phiên bản",
"Failed to revert {file} to revision {timestamp}." : "Thất bại khi trở lại {file} khi sử đổi {timestamp}.",
2018-02-13 13:48:27 +03:00
"Restore" : "Khôi phục"
},
"nplurals=1; plural=0;");