refactor: support i18n
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
["error.auth.expired"]
|
||||
other = "Your session has expired. Please sign in again."
|
||||
|
||||
["error.notFound"]
|
||||
other = "Not found"
|
||||
|
||||
["error.path.invalid"]
|
||||
other = "Invalid path parameter."
|
||||
@@ -0,0 +1,8 @@
|
||||
["error.auth.expired"]
|
||||
other = "未登录或登录已过期"
|
||||
|
||||
["error.notFound"]
|
||||
other = "Not found"
|
||||
|
||||
["error.path.invalid"]
|
||||
other = "路径参数错误"
|
||||
Reference in New Issue
Block a user