fixed localization

This commit is contained in:
coolcoala
2025-07-10 20:48:51 +03:00
parent dd3950e46d
commit 48a5ff6948
3 changed files with 13 additions and 3 deletions

View File

@@ -436,7 +436,7 @@ export const ProfileItem = (props: Props) => {
open={confirmOpen}
onOpenChange={setConfirmOpen}
onConfirm={onDelete}
title={t(`Delete Profile ${name}?`)}
title={t('Delete Profile', { name })}
description={t("This action cannot be undone.")}
/>
</div>

View File

@@ -639,5 +639,10 @@
"AppHiddenTitle": "APP Hidden",
"AppHiddenBody": "APP window hidden by hotkey",
"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."
}

View File

@@ -588,5 +588,10 @@
"TUN requires Service Mode or Admin Mode": "TUN режим требует Режима Службы или прав Администратора",
"Menu": "Меню",
"Proxy enabled": "Прокси включено",
"Proxy disabled": "Прокси выключено"
"Proxy disabled": "Прокси выключено",
"Connecting...": "Подключение...",
"Disconnecting...": "Отключение...",
"Add New Profile": "Добавить новый профиль",
"Delete Profile": "Удалить профиль {{name}}?",
"This action cannot be undone.": "Это действие не может быть отменено"
}