mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
14 lines
299 B
JSON
14 lines
299 B
JSON
|
|
{
|
||
|
|
"time": {
|
||
|
|
"untilForTime": "Till {{time}}",
|
||
|
|
"untilForRestart": "Tills Frigate startar om.",
|
||
|
|
"untilRestart": "Tills omstart",
|
||
|
|
"ago": "{{timeAgo}} sedan",
|
||
|
|
"justNow": "Just nu",
|
||
|
|
"today": "Idag"
|
||
|
|
},
|
||
|
|
"button": {
|
||
|
|
"save": "Spara"
|
||
|
|
}
|
||
|
|
}
|