mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-04 18:08:50 +03:00
Refactor and clean up i18n (#17198)
* clean up i18n * fix key * fix key
This commit is contained in:
@@ -100,19 +100,21 @@
|
||||
"streamingSettings": "Streaming Settings",
|
||||
"notifications": "Notifications",
|
||||
"audio": "Audio",
|
||||
"suspend:": {
|
||||
"suspend": {
|
||||
"forTime": "Suspend for: "
|
||||
},
|
||||
"stream": {
|
||||
"title": "Stream",
|
||||
"audio": {
|
||||
"tips": "Audio must be output from your camera and configured in go2rtc for this stream.",
|
||||
"tips.documentation": "Read the documentation ",
|
||||
"tips": {
|
||||
"title": "Audio must be output from your camera and configured in go2rtc for this stream.",
|
||||
"documentation": "Read the documentation "
|
||||
},
|
||||
"available": "Audio is available for this stream",
|
||||
"unavailable": "Audio is not available for this stream"
|
||||
},
|
||||
"twoWayTalk": {
|
||||
"tips": "Your device must suppport the feature and WebRTC must be configured for two-way talk.",
|
||||
"tips": "Your device must support the feature and WebRTC must be configured for two-way talk.",
|
||||
"tips.documentation": "Read the documentation ",
|
||||
"available": "Two-way talk is available for this stream",
|
||||
"unavailable": "Two-way talk is unavailable for this stream"
|
||||
@@ -148,7 +150,9 @@
|
||||
},
|
||||
"editLayout": {
|
||||
"label": "Edit Layout",
|
||||
"group.label": "Edit Camera Group",
|
||||
"group": {
|
||||
"label": "Edit Camera Group"
|
||||
},
|
||||
"exitEdit": "Exit Editing"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user