fixed localization
This commit is contained in:
@@ -436,7 +436,7 @@ export const ProfileItem = (props: Props) => {
|
|||||||
open={confirmOpen}
|
open={confirmOpen}
|
||||||
onOpenChange={setConfirmOpen}
|
onOpenChange={setConfirmOpen}
|
||||||
onConfirm={onDelete}
|
onConfirm={onDelete}
|
||||||
title={t(`Delete Profile ${name}?`)}
|
title={t('Delete Profile', { name })}
|
||||||
description={t("This action cannot be undone.")}
|
description={t("This action cannot be undone.")}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -639,5 +639,10 @@
|
|||||||
"AppHiddenTitle": "APP Hidden",
|
"AppHiddenTitle": "APP Hidden",
|
||||||
"AppHiddenBody": "APP window hidden by hotkey",
|
"AppHiddenBody": "APP window hidden by hotkey",
|
||||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||||
"Saved Successfully": "Saved successfully"
|
"Saved Successfully": "Saved successfully",
|
||||||
|
"Connected": "Connected",
|
||||||
|
"Menu": "Menu",
|
||||||
|
"Add New Profile": "Add New Profile",
|
||||||
|
"Delete Profile": "Delete Profile {{name}}?",
|
||||||
|
"This action cannot be undone.": "This action cannot be undone."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -588,5 +588,10 @@
|
|||||||
"TUN requires Service Mode or Admin Mode": "TUN режим требует Режима Службы или прав Администратора",
|
"TUN requires Service Mode or Admin Mode": "TUN режим требует Режима Службы или прав Администратора",
|
||||||
"Menu": "Меню",
|
"Menu": "Меню",
|
||||||
"Proxy enabled": "Прокси включено",
|
"Proxy enabled": "Прокси включено",
|
||||||
"Proxy disabled": "Прокси выключено"
|
"Proxy disabled": "Прокси выключено",
|
||||||
|
"Connecting...": "Подключение...",
|
||||||
|
"Disconnecting...": "Отключение...",
|
||||||
|
"Add New Profile": "Добавить новый профиль",
|
||||||
|
"Delete Profile": "Удалить профиль {{name}}?",
|
||||||
|
"This action cannot be undone.": "Это действие не может быть отменено"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user