refactor: i18n

This commit is contained in:
Anthony Fu 2022-11-30 05:50:13 +08:00
parent 59e365591d
commit cf63bce459
11 changed files with 18 additions and 10 deletions

View file

@ -21,11 +21,18 @@
"save_changes": "Save changes",
"sign_in": "Sign in"
},
"command": {
"activate": "Activate",
"complete": "Complete"
},
"common": {
"end_of_list": "End of the list",
"error": "ERROR",
"not_found": "404 Not Found"
},
"error": {
"account_not_found": "Account {0} not found"
},
"feature_flag": {
"virtual_scroll": "Virtual Scrolling"
},