en.js 262 B

12345678910111213
  1. export default {
  2. tab: {
  3. untitled: 'Untitled'
  4. },
  5. contextmenu: {
  6. refresh: 'Refresh',
  7. refreshAll: 'Refresh All',
  8. close: 'Close',
  9. closeLefts: 'Close to the Left',
  10. closeRights: 'Close to the Right',
  11. closeOthers: 'Close Others'
  12. }
  13. }