fix Passwordpanel

This commit is contained in:
mohadeseh safari
2025-05-12 21:04:32 -04:00
parent 8d49706d43
commit 4e5cebc569
4 changed files with 5 additions and 15 deletions

View File

@@ -232,7 +232,7 @@ const PasswordPanel = () => {
color="accent"
type="submit"
loading={isLoading}
loadingIndicator={t("passwordPanel.saving", "Saving...")}
loadingIndicator={t("commonSaving", "Saving...")}
disabled={
Object.keys(errors).length > 0 ||
Object.values(localData).filter((value) => value === "").length > 0

View File

@@ -302,6 +302,7 @@
"integrationsZapier": "Zapier",
"integrationsZapierInfo": "Send all incidents to Zapier, and then see them everywhere",
"commonSave": "Save",
"commonSaving": "Saving...",
"createYour": "Create your",
"createMonitor": "Create monitor",
"pause": "Pause",

View File

@@ -117,6 +117,8 @@
"settingsAbout": "О",
"settingsDevelopedBy": "Developed by Bluewave Labs.",
"settingsSave": "Сохранить",
"commonSave": "Сохранить",
"commonSaving": "Сохранение...",
"settingsSuccessSaved": "Настройки успешно сохранены",
"settingsFailedToSave": "Не удалось сохранить настройки",
"settingsStatsCleared": "Статистика успешно очищена",
@@ -309,7 +311,6 @@
"integrationsDiscordInfo": "Подключитесь к Discord и просматривайте инциденты прямо в канале",
"integrationsZapier": "Zapier",
"integrationsZapierInfo": "Отправляйте все инциденты в Zapier, и тогда вы сможете видеть их везде",
"commonSave": "",
"createYour": "",
"createMonitor": "",
"pause": "",
@@ -329,19 +330,6 @@
"pingMonitoring": "",
"pingMonitoringDescription": "",
"dockerContainerMonitoring": "",
"dockerContainerMonitoringDescription": "",
"portMonitoring": "",
"portMonitoringDescription": "",
"createMaintenanceWindow": "",
"createMaintenance": "",
"editMaintenance": "",
"maintenanceWindowName": "",
"friendlyNameInput": "",
"friendlyNamePlaceholder": "",
"maintenanceRepeat": "",
"maintenance": "",
"duration": "",
"addMonitors": "",
"window": "",
"cancel": "",
"message": "",

View File

@@ -292,6 +292,7 @@
"integrationsZapier": "Zapier",
"integrationsZapierInfo": "",
"commonSave": "Kaydet",
"commonSaving": "Kaydediliyor...",
"createYour": "",
"createMonitor": "Monitör oluştur",
"pause": "Beklet",