forked from Lichtblick-Suite/lichtblick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appSettings.ts
36 lines (35 loc) · 1.49 KB
/
appSettings.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/
export const appSettings = {
about: "About",
advanced: "Advanced",
askEachTime: "Ask each time",
colorScheme: "Color scheme",
dark: "Dark",
debugModeDescription: "Enable panels and features for debugging Foxglove",
desktopApp: "Desktop app",
displayTimestampsIn: "Display timestamps in",
experimentalFeatures: "Experimental features",
experimentalFeaturesDescription: "These features are unstable and not recommended for daily use.",
extensions: "Extensions",
followSystem: "Follow system",
general: "General",
language: "Language",
layoutDebugging: "Layout debugging",
layoutDebuggingDescription: "Show extra controls for developing and debugging layout storage.",
light: "Light",
messageRate: "Message rate",
newAppMenu: "Enable unified navigation",
newAppMenuDescription: "Show the new menu and navigation.",
noExperimentalFeatures: "Currently there are no experimental features.",
openLinksIn: "Open links in",
privacy: "Privacy",
privacyDescription: "Changes will take effect the next time Foxglove Studio is launched.",
ros: "ROS",
sendAnonymizedCrashReports: "Send anonymized crash reports",
sendAnonymizedUsageData: "Send anonymized usage data to help us improve Foxglove Studio",
settings: "Settings",
timestampFormat: "Timestamp format",
webApp: "Web app",
};