frigate/web/public/locales/en/common.json
2025-03-09 19:44:42 +08:00

117 lines
3.0 KiB
JSON

{
"time": {
"ago": "{{timeAgo}} ago",
"justNow": "Just now",
"today": "Today",
"yesterday": "Yesterday",
"last7": "Last 7 days",
"last14": "Last 14 days",
"last30": "Last 30 days",
"thisWeek": "This Week",
"lastWeek": "Last Week",
"thisMonth": "This Month",
"lastMonth": "Last Month",
"pm": "pm",
"am": "am",
"yr": "{{time}}yr",
"year": "{{time}} years",
"mo": "{{time}}mo",
"month": "{{time}} months",
"d": "{{time}}d",
"day": "{{time}} days",
"h": "{{time}}h",
"hour": "{{time}} hours",
"m": "{{time}}m",
"minute": "{{time}} minutes",
"s": "s",
"second": "{{time}} seconds",
"formattedTimestamp": "%b %-d, %I:%M:%S %p",
"formattedTimestamp.24hour": "%b %-d, %H:%M:%S",
"formattedTimestampExcludeSeconds": "%b %-d, %I:%M %p",
"formattedTimestampExcludeSeconds.24hour": "%b %-d, %H:%M",
"formattedTimestampWithYear": "%b %-d %Y, %I:%M %p",
"formattedTimestampWithYear.24hour": "%b %-d %Y, %H:%M",
"formattedTimestampOnlyMonthAndDay": "%b %-d"
},
"unit": {
"speed": {
"mph": "mph",
"kph": "kph"
}
},
"button": {
"apply": "Apply",
"reset": "Reset",
"enabled": "Enabled",
"save": "Save",
"saving": "Saving...",
"cancel": "Cancel",
"close": "Close",
"copy": "Copy",
"back": "Back",
"history": "History",
"fullscreen": "Fullscreen",
"exitFullscreen": "Exit Fullscreen",
"pictureInPicture": "Picture in Picture",
"on": "ON",
"off": "OFF",
"edit": "Edit",
"copyCoordinates": "Copy coordinates",
"delete": "Delete",
"yes": "Yes",
"no": "No",
"download": "Download",
"info": "Info"
},
"menu": {
"systemMetrics": "System metrics",
"configuration": "Configuration",
"systemLogs": "System logs",
"settings": "Settings",
"configurationEditor": "Configuration Editor",
"languages": "Languages",
"language": {
"en": "English",
"zhCN": "简体中文(Simplified Chinese)"
},
"appearance": "Appearance",
"darkMode": {
"label": "Dark Mode",
"light": "Light",
"dark": "Dark"
},
"withSystem": "System",
"theme": {
"label": "Theme",
"blue": "Blue",
"green": "Green",
"nord": "Nord",
"red": "Red",
"contrast": "High Contrast",
"default": "Default"
},
"help": "Help",
"documentation.label": "Frigate documentation",
"documentation": "Documentation",
"restart": "Restart Frigate",
"live": "Live",
"live.allCameras": "All Cameras",
"review": "Review",
"explore": "Explore",
"export": "Export",
"uiPlayground": "UI Playground",
"faceLibrary": "Face Library",
"user": {
"current": "Current User: {{user}}",
"anonymous": "anonymous",
"logout": "Logout"
}
},
"toast": {
"save": {
"error": "Failed to save config changes: {{errorMessage}}",
"error.noMessage": "Failed to save config changes"
}
}
}