mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
style: add mihomo restart title andmissing translations
* style: add mihomo restart title * feat: Add missing translations
This commit is contained in:
parent
e663d07b48
commit
b05fb02e67
@ -107,6 +107,7 @@ const MihomoCoreCard: React.FC<Props> = (props) => {
|
||||
size="sm"
|
||||
variant="light"
|
||||
color="default"
|
||||
title={t('mihomo.restart')}
|
||||
onPress={async () => {
|
||||
try {
|
||||
await restartCore()
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "Save",
|
||||
"common.cancel": "Cancel",
|
||||
"common.edit": "Edit",
|
||||
"common.viewer.view": "View",
|
||||
"common.editor.edit": "Edit",
|
||||
"common.delete": "Delete",
|
||||
"common.seconds": "seconds",
|
||||
"common.confirm": "Confirm",
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "ذخیره",
|
||||
"common.cancel": "لغو",
|
||||
"common.edit": "ویرایش",
|
||||
"common.viewer.view": "مشاهده",
|
||||
"common.editor.edit": "ویرایش",
|
||||
"common.delete": "حذف",
|
||||
"common.seconds": "ثانیه",
|
||||
"common.confirm": "تایید",
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "Сохранить",
|
||||
"common.cancel": "Отмена",
|
||||
"common.edit": "Изменить",
|
||||
"common.viewer.view": "Просмотр",
|
||||
"common.editor.edit": "Изменить",
|
||||
"common.delete": "Удалить",
|
||||
"common.seconds": "секунд",
|
||||
"common.confirm": "Подтвердить",
|
||||
|
||||
@ -8,6 +8,8 @@
|
||||
"common.save": "保存",
|
||||
"common.cancel": "取消",
|
||||
"common.edit": "编辑",
|
||||
"common.viewer.view": "查看",
|
||||
"common.editor.edit": "编辑",
|
||||
"common.delete": "删除",
|
||||
"common.seconds": "秒",
|
||||
"common.confirm": "确认",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user