12345678910111213141516 |
- export default {
- tab: {
- untitled: 'Untitled'
- },
- contextmenu: {
- refresh: 'Refresh',
- refreshAll: 'Refresh All',
- close: 'Close',
- closeLefts: 'Close to the Left',
- closeRights: 'Close to the Right',
- closeOthers: 'Close Others'
- },
- msg: {
- keepOneTab: 'Keep at least 1 tab'
- }
- }
|