-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into mu_js_page
- Loading branch information
Showing
5 changed files
with
55 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module.exports = { | ||
enter_slice_name: 'Please enter a slice name', | ||
select_dashboard: 'Please select a dashboard', | ||
enter_dashboard_name: 'Please enter a dashboard name', | ||
overwrite_slice: 'Overwrite slice', | ||
slice_name: '[slice name]', | ||
save_go_dash: 'Save & go to dashboard', | ||
save_a_slice: 'Save A Slice', | ||
add_to_new_dash: 'Add to new dashboard', | ||
do_not_add_to_dash: 'Do not add to a dashboard', | ||
add_slice_to_existing_dash: 'Add slice to existing dashboard', | ||
save_as: 'Save as', | ||
dash_name: 'Dashboard name', | ||
save: 'Save', | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module.exports = { | ||
enter_slice_name: '请输入切片名称', | ||
select_dashboard: '请选择仪表盘', | ||
enter_dashboard_name: '请输入仪表盘名称', | ||
overwrite_slice: '覆盖切片', | ||
slice_name: '[切片名称]', | ||
save_go_dash: '保存并转到仪表盘', | ||
save_a_slice: '保存一个切片', | ||
add_to_new_dash: '添加到新的仪表盘', | ||
do_not_add_to_dash: '不要添加到仪表盘', | ||
add_slice_to_existing_dash: '将切片添加到现有仪表盘', | ||
save_as: '另存为', | ||
dash_name: '仪表盘名称', | ||
save: '保存', | ||
}; |
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