mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-15 14:19:41 -06:00
fix Passwordpanel
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
@@ -292,6 +292,7 @@
|
||||
"integrationsZapier": "Zapier",
|
||||
"integrationsZapierInfo": "",
|
||||
"commonSave": "Kaydet",
|
||||
"commonSaving": "Kaydediliyor...",
|
||||
"createYour": "",
|
||||
"createMonitor": "Monitör oluştur",
|
||||
"pause": "Beklet",
|
||||
|
||||
Reference in New Issue
Block a user