layout i18n
Former-commit-id: e761056ea154aedf2ae927936fff49ba5b9fcb66 [formerly e761056ea154aedf2ae927936fff49ba5b9fcb66 [formerly e761056ea154aedf2ae927936fff49ba5b9fcb66 [formerly e761056ea154aedf2ae927936fff49ba5b9fcb66 [formerly 3cc73e4d679f97554d2c1f8f253bc4d6447694c1 [formerly a05de779fd7fb56b722cdb448baee6b1d44208ed]]]]] Former-commit-id: 02aa23fd3e50eb0780d75b3bc9c5209dbf1f0e67 Former-commit-id: b21e3fe71b527439904a1a574e3d3a3032bcef09 Former-commit-id: bba111d14373493a4ef35318bfb7f41c8c388914 [formerly c1dd1cdbe86b65faff26c35db32d1ee942a97054] Former-commit-id: d2c677083ddb6e285ea033ce8e62432ca2a89907 Former-commit-id: 8fa9b2196bc47bf6bf97b1355630eb443c4d2564 Former-commit-id: ec58dc5a2aff6a11fa31144035ca0bd250acbe63 Former-commit-id: 27ef4661fcb60de5968ce0b75d7d006774f88f0c Former-commit-id: 352e82ebff5f22931fae48cb2525ad9867a98fa6
This commit is contained in:
@@ -1,15 +1,111 @@
|
||||
{
|
||||
"_name": "English",
|
||||
"layout": {
|
||||
"header-aside": {
|
||||
"header-fullscreen": {
|
||||
"active": "full screen",
|
||||
"exit": "Exit full screen"
|
||||
},
|
||||
"header-log": {
|
||||
"empty": "No logs or exceptions",
|
||||
"error-length": "Contains {length} exceptions",
|
||||
"log-length": "{length} logs"
|
||||
},
|
||||
"header-size": {
|
||||
"options": {
|
||||
"default": "Default",
|
||||
"medium": "in",
|
||||
"mini": "Minimum",
|
||||
"small": "Small"
|
||||
}
|
||||
},
|
||||
"header-theme": {
|
||||
"dialog": {
|
||||
"title": "Theme"
|
||||
},
|
||||
"list": {
|
||||
"button": {
|
||||
"is-active": "Activated",
|
||||
"select": "Select"
|
||||
},
|
||||
"column": {
|
||||
"label": {
|
||||
"preview": "Preview"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tooltip": {
|
||||
"content": "Theme"
|
||||
}
|
||||
},
|
||||
"header-user": {
|
||||
"hello": "Hello there",
|
||||
"log-off": "Logout"
|
||||
},
|
||||
"menu-item": {
|
||||
"label-default": "Unnamed menu"
|
||||
},
|
||||
"menu-side": {
|
||||
"empty": "No sidebar menu"
|
||||
},
|
||||
"message": {
|
||||
"warning": {
|
||||
"temporary-menu": "Temporary menu"
|
||||
}
|
||||
},
|
||||
"panel-search": {
|
||||
"autocomplete-placeholder": "Search page",
|
||||
"tip": "You can wake up the search panel with the shortcut {open} and press {close} to close"
|
||||
},
|
||||
"tabs": {
|
||||
"close-all": "Close all",
|
||||
"close-left": "Close left",
|
||||
"close-other": "Close other",
|
||||
"close-right": "Close right",
|
||||
"label-default": "unnamed"
|
||||
}
|
||||
}
|
||||
},
|
||||
"public": {
|
||||
"confirm": {
|
||||
"special": {
|
||||
"logout": {
|
||||
"button": {
|
||||
"cancel": "Give up",
|
||||
"confirm": "Confirm logout"
|
||||
},
|
||||
"message": "Can I log out of my current account? The open tabs and user settings will be saved.",
|
||||
"title": "Confirmation operation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"message": {
|
||||
"error": {
|
||||
"form": {
|
||||
"invalid": "Form verification failed, please check"
|
||||
},
|
||||
"handle": {
|
||||
"invalid": "Invalid operation"
|
||||
}
|
||||
},
|
||||
"special": {
|
||||
"logout": {
|
||||
"cancel": "Abandon logout user"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notify": {
|
||||
"special": {
|
||||
"component-size": {
|
||||
"changed": {
|
||||
"message": "Global component size has changed",
|
||||
"title": "prompt"
|
||||
}
|
||||
},
|
||||
"show-log": {
|
||||
"message": "The full log content has been printed to the console",
|
||||
"title": "log details"
|
||||
},
|
||||
"upload": {
|
||||
"error": {
|
||||
"message": "Data upload failed",
|
||||
@@ -93,12 +189,6 @@
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"notify": {
|
||||
"more": {
|
||||
"message": "The full log content has been printed to the console",
|
||||
"title": "log details"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"empty-text": "No log information yet",
|
||||
"label": {
|
||||
|
||||
Reference in New Issue
Block a user