vi-VN.js 179 B

1234567891011
  1. const n = {
  2. sheetThreadComment: {
  3. menu: {
  4. addComment: "Thêm bình luận",
  5. commentManagement: "Quản lý bình luận"
  6. }
  7. }
  8. };
  9. export {
  10. n as default
  11. };