mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +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"
|
size="sm"
|
||||||
variant="light"
|
variant="light"
|
||||||
color="default"
|
color="default"
|
||||||
|
title={t('mihomo.restart')}
|
||||||
onPress={async () => {
|
onPress={async () => {
|
||||||
try {
|
try {
|
||||||
await restartCore()
|
await restartCore()
|
||||||
|
|||||||
@ -8,6 +8,8 @@
|
|||||||
"common.save": "Save",
|
"common.save": "Save",
|
||||||
"common.cancel": "Cancel",
|
"common.cancel": "Cancel",
|
||||||
"common.edit": "Edit",
|
"common.edit": "Edit",
|
||||||
|
"common.viewer.view": "View",
|
||||||
|
"common.editor.edit": "Edit",
|
||||||
"common.delete": "Delete",
|
"common.delete": "Delete",
|
||||||
"common.seconds": "seconds",
|
"common.seconds": "seconds",
|
||||||
"common.confirm": "Confirm",
|
"common.confirm": "Confirm",
|
||||||
|
|||||||
@ -8,6 +8,8 @@
|
|||||||
"common.save": "ذخیره",
|
"common.save": "ذخیره",
|
||||||
"common.cancel": "لغو",
|
"common.cancel": "لغو",
|
||||||
"common.edit": "ویرایش",
|
"common.edit": "ویرایش",
|
||||||
|
"common.viewer.view": "مشاهده",
|
||||||
|
"common.editor.edit": "ویرایش",
|
||||||
"common.delete": "حذف",
|
"common.delete": "حذف",
|
||||||
"common.seconds": "ثانیه",
|
"common.seconds": "ثانیه",
|
||||||
"common.confirm": "تایید",
|
"common.confirm": "تایید",
|
||||||
|
|||||||
@ -8,6 +8,8 @@
|
|||||||
"common.save": "Сохранить",
|
"common.save": "Сохранить",
|
||||||
"common.cancel": "Отмена",
|
"common.cancel": "Отмена",
|
||||||
"common.edit": "Изменить",
|
"common.edit": "Изменить",
|
||||||
|
"common.viewer.view": "Просмотр",
|
||||||
|
"common.editor.edit": "Изменить",
|
||||||
"common.delete": "Удалить",
|
"common.delete": "Удалить",
|
||||||
"common.seconds": "секунд",
|
"common.seconds": "секунд",
|
||||||
"common.confirm": "Подтвердить",
|
"common.confirm": "Подтвердить",
|
||||||
|
|||||||
@ -8,6 +8,8 @@
|
|||||||
"common.save": "保存",
|
"common.save": "保存",
|
||||||
"common.cancel": "取消",
|
"common.cancel": "取消",
|
||||||
"common.edit": "编辑",
|
"common.edit": "编辑",
|
||||||
|
"common.viewer.view": "查看",
|
||||||
|
"common.editor.edit": "编辑",
|
||||||
"common.delete": "删除",
|
"common.delete": "删除",
|
||||||
"common.seconds": "秒",
|
"common.seconds": "秒",
|
||||||
"common.confirm": "确认",
|
"common.confirm": "确认",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user