-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ryjiang <[email protected]>
- Loading branch information
1 parent
20acaef
commit 0cf9be1
Showing
4 changed files
with
11 additions
and
13 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
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,13 +1,11 @@ | ||
const databaseTrans = { | ||
createTitle: 'Create Database', | ||
databases: 'Databases', | ||
database: 'Database', | ||
deleteWarning: | ||
'You are trying to drop a database. This action cannot be undone.', | ||
databaseName: 'Database Name', | ||
confirmDatabase: 'Confirm Password', | ||
deleteTip: | ||
'Please select at least one item to drop and the default database can not be dropped.', | ||
createTitle: '创建数据库', | ||
databases: '数据库', | ||
database: '数据库', | ||
deleteWarning: '您正在尝试删除一个数据库。此操作无法撤销。', | ||
databaseName: '数据库名称', | ||
confirmDatabase: '确认密码', | ||
deleteTip: '请至少选择一个要删除的项目,且默认数据库不能被删除。', | ||
}; | ||
|
||
export default databaseTrans; |
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