Files
frigate/web/public/locales/sv/views/configEditor.json
T

19 lines
623 B
JSON
Raw Normal View History

2025-04-10 13:44:16 +02:00
{
2025-04-11 05:52:32 -05:00
"copyConfig": "Kopiera konfiguration",
2026-07-27 00:28:53 +02:00
"saveAndRestart": "Spara och starta om",
2025-04-11 05:52:32 -05:00
"saveOnly": "Spara",
"toast": {
"success": {
2026-07-27 00:28:53 +02:00
"copyToClipboard": "Konfigurationen har kopierats till urklipp."
2025-04-10 13:44:16 +02:00
},
2025-04-11 05:52:32 -05:00
"error": {
2026-07-27 00:28:53 +02:00
"savingError": "Det gick inte att spara konfigurationen"
2025-04-11 05:52:32 -05:00
}
},
2026-07-27 00:28:53 +02:00
"documentTitle": "Redigera konfiguration Frigate",
"configEditor": "Redigera konfiguration",
2025-08-21 04:32:56 +02:00
"confirm": "Avsluta utan att spara?",
2026-07-27 00:28:53 +02:00
"safeConfigEditor": "Konfigurationsredigerare (felsäkert läge)",
2026-02-21 15:01:30 +01:00
"safeModeDescription": "Frigate är i felsäkert läge på grund av ett konfigurationsvalideringsfel."
2025-04-10 13:44:16 +02:00
}