forked from GoAdminGroup/go-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cg33
committed
Sep 9, 2018
1 parent
7f9c08a
commit a8b5555
Showing
23 changed files
with
239 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,53 @@ | ||
package language | ||
|
||
var en = map[string]string{ | ||
"managers": "Managers", | ||
"name": "Name", | ||
"nickname": "Nickname", | ||
"role": "Role", | ||
"createdat": "createdAt", | ||
"updatedat": "updatedAt", | ||
"path": "path", | ||
"new": "New", | ||
"action": "Action", | ||
"toggle dropdown": "Toggle Dropdown", | ||
"delete": "Delete", | ||
"refresh": "Refresh", | ||
"back": "Back", | ||
"reset": "Reset", | ||
"save": "Save", | ||
"edit": "Edit", | ||
"operation": "Operation", | ||
"managers": "Managers", | ||
"name": "Name", | ||
"nickname": "Nickname", | ||
"role": "Role", | ||
"createdat": "createdAt", | ||
"updatedat": "updatedAt", | ||
"path": "path", | ||
"new": "New", | ||
"action": "Action", | ||
"toggle dropdown": "Toggle Dropdown", | ||
"delete": "Delete", | ||
"refresh": "Refresh", | ||
"expand": "Expand", | ||
"collapse": "Collapse", | ||
"back": "Back", | ||
"reset": "Reset", | ||
"save": "Save", | ||
"edit": "Edit", | ||
"operation": "Operation", | ||
"method": "Method", | ||
"input": "input", | ||
"online": "Online", | ||
"setting": "Setting", | ||
"sign out": "Sign out", | ||
|
||
"are you sure to delete": "Are you sure to delete", | ||
"yes": "yes", | ||
"cancel": "cancel", | ||
|
||
"permission manage": "Permission Manage", | ||
"method": "Method", | ||
"input": "input", | ||
"menus manage": "Menus Manage", | ||
"roles manage": "Roles manage", | ||
"operation log": "Operation log", | ||
|
||
"avatar": "Avatar", | ||
"password": "Password", | ||
"slug": "Slug", | ||
"permission": "Permission", | ||
"userid": "UserID", | ||
"content": "Content", | ||
"parent": "Parent", | ||
"icon": "Icon", | ||
"uri": "Uri", | ||
|
||
"admin": "Admin", | ||
"users": "Users", | ||
"roles": "Roles", | ||
"menu": "Menu", | ||
"dashboard": "Dashboard", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.