diff --git a/frontend/src/lib/i18n/en.json b/frontend/src/lib/i18n/en.json index d4adb1f..dcfcbad 100644 --- a/frontend/src/lib/i18n/en.json +++ b/frontend/src/lib/i18n/en.json @@ -48,6 +48,7 @@ "url": "Immich URL", "urlPlaceholder": "http://immich:2283", "apiKey": "API Key", + "apiKeyKeep": "API Key (leave empty to keep current)", "connecting": "Connecting...", "noServers": "No servers configured yet.", "delete": "Delete", diff --git a/frontend/src/lib/i18n/ru.json b/frontend/src/lib/i18n/ru.json index 3619da5..27880c2 100644 --- a/frontend/src/lib/i18n/ru.json +++ b/frontend/src/lib/i18n/ru.json @@ -48,6 +48,7 @@ "url": "URL Immich", "urlPlaceholder": "http://immich:2283", "apiKey": "API ключ", + "apiKeyKeep": "API ключ (оставьте пустым, чтобы сохранить текущий)", "connecting": "Подключение...", "noServers": "Серверы не настроены.", "delete": "Удалить", diff --git a/frontend/src/routes/servers/+page.svelte b/frontend/src/routes/servers/+page.svelte index 4bd4c2d..03b500f 100644 --- a/frontend/src/routes/servers/+page.svelte +++ b/frontend/src/routes/servers/+page.svelte @@ -71,7 +71,7 @@
- +