Skip to content

Commit 180f365

Browse files
Add More Locales
1 parent 7ec3f29 commit 180f365

File tree

12 files changed

+1872
-0
lines changed

12 files changed

+1872
-0
lines changed
+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
{
2+
"general.header": "General Settings",
3+
"general.checkForUpdates": "Check For Updates",
4+
"general.toolTip": "Toggle update check on launch",
5+
"general.oscSettings": "OSC Settings",
6+
"general.locationPrefix": "Location Prefix",
7+
"general.locationTooltip": "Prefix for OSC address",
8+
"general.address": "Address",
9+
"general.addressTooltip": "IP address we send OSC data to",
10+
"general.port": "Port",
11+
"general.portTooltip": "OSC port we send data to",
12+
"general.receiver": "Receive functions",
13+
"general.receiverTooltip": "Toggle OSC receive functions",
14+
"general.receiverPort": "Receiver Port",
15+
"general.receiverPortTooltip": "Port we receive OSC data from (used to recalibrate from within VRChat",
16+
"general.recalibrate": "Recalibrate Address",
17+
"general.recalibrateTooltip": "OSC address we use for recalibrating",
18+
"general.uvcCameraSettings": "UVC Camera Settings",
19+
"general.windowFocus": "Koppelvlak gepauseer",
20+
"general.useRedChannel": "Use Red Channel",
21+
"general.useRedChannelTooltip": "Uses only the red channel for Omnicept capture",
22+
"general.xResolution": "X Resolution",
23+
"general.xResolutionTooltip": "X capture resolution. Default = 0",
24+
"general.yResolution": "Y Resolution",
25+
"general.yResolutionTooltip": "Y capture resolution. Default = 0",
26+
"general.framerate": "Framerate",
27+
"general.framerateTooltip": "Capture framerate. Default = 0",
28+
"general.language": "Language Settings",
29+
"general.languageInstructions": "Restart the Babble App to see your changes",
30+
"general.languageTooltip": "Change the language",
31+
"error.oscPort": "OSC port value must be an integer 0-65535",
32+
"error.oscValue": "OSC port value cannot be empty and must be an integer 0-65535",
33+
"error.notAnInt": "Not an Int",
34+
"error.notAFloat": "Not a Float",
35+
"error.improperTabValue": "Improper tab value",
36+
"error.frame": "Problem while getting frame",
37+
"error.size": "Size of frames to display are of unequal sizes",
38+
"error.capture": "Frame capture issue detected",
39+
"warn.frameDrop": "Frame drop. Corrupted JPEG",
40+
"warn.captureProblem": "Capture source problem, assuming camera disconnected, waiting for reconnect",
41+
"warn.serialCapture": "Serial capture source problem, assuming camera disconnected, waiting for reconnect",
42+
"warn.backpressure1": "CAPTURE QUEUE BACKPRESSURE OF",
43+
"warn.backpressure2": "CHECK FOR CRASH OR TIMING ISSUES IN ALGORITHM",
44+
"warn.oneEuroValues": "OneEuroFilter values must be a legal number",
45+
"info.moveToTrackingMode": "Moving to tracking mode",
46+
"info.moveToROIMode": "Moving to ROI mode",
47+
"info.setROI": "Set ROI",
48+
"info.enabled": "Enabled",
49+
"info.disabled": "Disabled",
50+
"info.newValue": "New value",
51+
"info.discardingSerial": "Discarding the serial buffer",
52+
"info.refreshedCameraList": "Refreshed Camera List",
53+
"info.ETVRConnected": "ETVR Serial Tracker device connected on",
54+
"info.ETVRFailiure": "Failed to connect on",
55+
"info.enterCaptureOne": "Capture source",
56+
"info.enterCaptureTwo": "not found, retrying...",
57+
"info.exitCaptureThread": "Exiting capture thread",
58+
"info.exitTrackingThread": "Exiting tracking thread",
59+
"info.serialCapture": "Failed to get serial picture",
60+
"log.info": "INFO",
61+
"log.warn": "WARN",
62+
"log.error": "ERROR",
63+
"algorithm.header": "Model Settings",
64+
"algorithm.modelFile": "Model file",
65+
"algorithm.modelFileTooptip": "Name of the model file",
66+
"algorithm.inferenceThreads": "Inference Threads",
67+
"algorithm.inferenceThreadsTooltip": "How many threads to use for processing the model",
68+
"algorithm.runtime": "Runtime",
69+
"algorithm.runtimeTooltip": "",
70+
"algorithm.GPUIndex": "GPU Index",
71+
"algorithm.GPUIndexTooltip": "Select which device to run inference",
72+
"algorithm.useGPU": "Use GPU",
73+
"algorithm.useGPUTooltip": "Toggle GPU execution",
74+
"algorithm.modelOutputMultiplier": "Model output multiplier",
75+
"algorithm.modelOutputMultiplierTooltip": "Model output modifier",
76+
"algorithm.calibrationDeadzone": "Calibration Deadzone",
77+
"algorithm.calibrationDeadzoneTooltip": "Offset the minimum calibrated values",
78+
"algorithm.oneEuroFilterParameters": "One Euro Filter Parameters",
79+
"algorithm.minFrequencyCutoff": "Min Frequency Cutoff",
80+
"algorithm.minFrequencyCutoffTooltip": "",
81+
"algorithm.speedCoefficient": "Speed Coefficient",
82+
"algorithm.speedCoefficientTooltip": "",
83+
"camera.selectEntireFrame": "Select Entire Frame",
84+
"camera.selectEntireFrameTooltip": "Automatically set ROI",
85+
"camera.rotation": "Rotation",
86+
"camera.rotationTooltip": "Adjust the rotation of your cameras, make them level",
87+
"camera.startCalibration": "Start Calibration",
88+
"camera.startCalibrationTooltip": "Neutural Calibration: Hold a relaxed face, press [Start Calibration] and then press [Stop Calibraion]. \nFull Calibration: Press [Start Calibration] and make as many face movements as you can until it switches back to tracking mode or press [Stop Calibration]",
89+
"camera.stopCalibration": "Stop Calibration",
90+
"camera.stopCalibrationTooltip": "Stop calibration manually",
91+
"camera.enableCalibration": "Enable Calibration",
92+
"camera.enableCalibrationTooltip": "Checked = Calibrated model output. Unchecked = Raw model output",
93+
"camera.mode": "Mode",
94+
"camera.calibrating": "Calibration",
95+
"camera.verticalFlip": "Vertical Flip",
96+
"camera.verticalFlipTooltip": "Vertically flip camera feed",
97+
"camera.horizontalFlip": "Horizontal Flip",
98+
"camera.horizontalFlipTooltip": "Horizontally flip camera feed",
99+
"camera.crop": "Please set a Crop",
100+
"camera.cameraAddress": "Camera Address",
101+
"camera.cameraAddressTooltip": "Enter the IP address or UVC port of your camera. (Include the 'http://')",
102+
"camera.refreshCameraList": "Refresh List",
103+
"camera.saveAndRestartTracking": "Save and Restart Tracking",
104+
"camera.trackingMode": "Tracking Mode",
105+
"camera.trackingModeTooltip": "Go here to track your mouth",
106+
"camera.croppingMode": "Cropping Mode",
107+
"camera.croppingModeToolTip": "Go here to crop out your mouth",
108+
"camera.waiting": "Waiting for camera address",
109+
"camera.connecting": "Camera Connecting",
110+
"camera.reconnecting": "Camera Reconnecting",
111+
"camera.waitingOnMouthCrop": "Awating Mouth Crop",
112+
"camera.calibration": "Calibration",
113+
"camera.tracking": "Tracking",
114+
"config.noSettingsFile": "No settings file, using base settings",
115+
"config.failedToLoadSettings": "Failed to load settings file",
116+
"config.usingBackupSettings": "Using backup settings",
117+
"config.usingBaseSettings": "Using base settings",
118+
"config.saved": "Config saved successfully",
119+
"babble.latestVersion": "App is the latest version",
120+
"babble.needUpdateOne": "You have app version",
121+
"babble.needUpdateTwo": "installed. Please update to",
122+
"babble.needUpdateThree": "for the newest features",
123+
"babble.name": "Babble App",
124+
"babble.updatePresent": "New Update Available",
125+
"babble.updateTo": "Please update to",
126+
"babble.downloadPage": "Download Page",
127+
"babble.noToast": "Toast notifications not supported",
128+
"babble.noInternet": "Internet connection failed, no update check occured",
129+
"babble.camPage": "Cam",
130+
"babble.settingsPage": "Settings",
131+
"babble.algoSettingsPage": "Algo Settings",
132+
"babble.calibrationPage": "Calibration",
133+
"babble.exit": "Exiting Babble App",
134+
"calibration.header": "Calibration Settings",
135+
"calibration.mode": "Calibration Mode",
136+
"calibration.modeTooltip": "Neutral = Only Min values are set when starting and stopping calibration. Full = Min and Max values are set based on recorded values when starting calibration.",
137+
"calibration.left": "Left",
138+
"calibration.shape": "Shape",
139+
"calibration.right": "Right",
140+
"calibration.center": "Center",
141+
"calibration.min": "Min",
142+
"calibration.max": "Max",
143+
"calibration.resetMin": "Reset Min",
144+
"calibration.resetMinTooltip": "Reset minimum values",
145+
"calibration.resetMax": "Reset Max",
146+
"calibration.resetMaxTooltip": "Reset maximum values",
147+
"calibration.minLeftValue": "Min Left Value",
148+
"calibration.maxLeftValue": "Max Left Value",
149+
"calibration.minRightValue": "Min Right Value",
150+
"calibration.maxRightValue": "Max Right Value",
151+
"general.theme": "Theme",
152+
"general.theme.system": "System",
153+
"general.theme.light": "Light",
154+
"general.theme.dark": "Dark",
155+
"general.useOSCQuery": "Use OSCQuery"
156+
}

BabbleApp/Locale/Dansk/locale.json

+156
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
{
2+
"general.header": "Generelle Indstillinger",
3+
"general.checkForUpdates": "Tjek For Opdateringer",
4+
"general.toolTip": "Slå opdateringstjek ved start til eller fra",
5+
"general.oscSettings": "OSC Indstillinger",
6+
"general.locationPrefix": "Stedpræfiks",
7+
"general.locationTooltip": "Præfiks for OSC adresse",
8+
"general.address": "Adresse",
9+
"general.addressTooltip": "IP adresse vi sender OSC data til",
10+
"general.port": "Port",
11+
"general.portTooltip": "OSC port vi sender data til",
12+
"general.receiver": "Modtage funktioner",
13+
"general.receiverTooltip": "Slå OSC modtager funktioner til eller fra",
14+
"general.receiverPort": "Modtager Port",
15+
"general.receiverPortTooltip": "Port vi modtager OSC data fra (bruges til at kalibrere inden i VRChat)",
16+
"general.recalibrate": "Genkalibrerings adresse",
17+
"general.recalibrateTooltip": "OSC address we use for recalibrating",
18+
"general.uvcCameraSettings": "UVC Camera Settings",
19+
"general.windowFocus": "Grænseflade pausere",
20+
"general.useRedChannel": "Use Red Channel",
21+
"general.useRedChannelTooltip": "Uses only the red channel for Omnicept capture",
22+
"general.xResolution": "X Resolution",
23+
"general.xResolutionTooltip": "X capture resolution. Default = 0",
24+
"general.yResolution": "Y Resolution",
25+
"general.yResolutionTooltip": "Y capture resolution. Default = 0",
26+
"general.framerate": "Framerate",
27+
"general.framerateTooltip": "Capture framerate. Default = 0",
28+
"general.language": "Language Settings",
29+
"general.languageInstructions": "Restart the Babble App to see your changes",
30+
"general.languageTooltip": "Change the language",
31+
"error.oscPort": "OSC port value must be an integer 0-65535",
32+
"error.oscValue": "OSC port value cannot be empty and must be an integer 0-65535",
33+
"error.notAnInt": "Not an Int",
34+
"error.notAFloat": "Not a Float",
35+
"error.improperTabValue": "Improper tab value",
36+
"error.frame": "Problem while getting frame",
37+
"error.size": "Size of frames to display are of unequal sizes",
38+
"error.capture": "Frame capture issue detected",
39+
"warn.frameDrop": "Frame drop. Corrupted JPEG",
40+
"warn.captureProblem": "Capture source problem, assuming camera disconnected, waiting for reconnect",
41+
"warn.serialCapture": "Serial capture source problem, assuming camera disconnected, waiting for reconnect",
42+
"warn.backpressure1": "CAPTURE QUEUE BACKPRESSURE OF",
43+
"warn.backpressure2": "CHECK FOR CRASH OR TIMING ISSUES IN ALGORITHM",
44+
"warn.oneEuroValues": "OneEuroFilter values must be a legal number",
45+
"info.moveToTrackingMode": "Moving to tracking mode",
46+
"info.moveToROIMode": "Moving to ROI mode",
47+
"info.setROI": "Set ROI",
48+
"info.enabled": "Enabled",
49+
"info.disabled": "Disabled",
50+
"info.newValue": "New value",
51+
"info.discardingSerial": "Discarding the serial buffer",
52+
"info.refreshedCameraList": "Refreshed Camera List",
53+
"info.ETVRConnected": "ETVR Serial Tracker device connected on",
54+
"info.ETVRFailiure": "Failed to connect on",
55+
"info.enterCaptureOne": "Capture source",
56+
"info.enterCaptureTwo": "not found, retrying...",
57+
"info.exitCaptureThread": "Exiting capture thread",
58+
"info.exitTrackingThread": "Exiting tracking thread",
59+
"info.serialCapture": "Failed to get serial picture",
60+
"log.info": "INFO",
61+
"log.warn": "WARN",
62+
"log.error": "ERROR",
63+
"algorithm.header": "Model Settings",
64+
"algorithm.modelFile": "Model file",
65+
"algorithm.modelFileTooptip": "Name of the model file",
66+
"algorithm.inferenceThreads": "Inference Threads",
67+
"algorithm.inferenceThreadsTooltip": "How many threads to use for processing the model",
68+
"algorithm.runtime": "Runtime",
69+
"algorithm.runtimeTooltip": "",
70+
"algorithm.GPUIndex": "GPU Index",
71+
"algorithm.GPUIndexTooltip": "Select which device to run inference",
72+
"algorithm.useGPU": "Use GPU",
73+
"algorithm.useGPUTooltip": "Toggle GPU execution",
74+
"algorithm.modelOutputMultiplier": "Model output multiplier",
75+
"algorithm.modelOutputMultiplierTooltip": "Model output modifier",
76+
"algorithm.calibrationDeadzone": "Calibration Deadzone",
77+
"algorithm.calibrationDeadzoneTooltip": "Offset the minimum calibrated values",
78+
"algorithm.oneEuroFilterParameters": "One Euro Filter Parameters",
79+
"algorithm.minFrequencyCutoff": "Min Frequency Cutoff",
80+
"algorithm.minFrequencyCutoffTooltip": "",
81+
"algorithm.speedCoefficient": "Speed Coefficient",
82+
"algorithm.speedCoefficientTooltip": "",
83+
"camera.selectEntireFrame": "Select Entire Frame",
84+
"camera.selectEntireFrameTooltip": "Automatically set ROI",
85+
"camera.rotation": "Rotation",
86+
"camera.rotationTooltip": "Adjust the rotation of your cameras, make them level",
87+
"camera.startCalibration": "Start Calibration",
88+
"camera.startCalibrationTooltip": "Neutural Calibration: Hold a relaxed face, press [Start Calibration] and then press [Stop Calibraion]. \nFull Calibration: Press [Start Calibration] and make as many face movements as you can until it switches back to tracking mode or press [Stop Calibration]",
89+
"camera.stopCalibration": "Stop Calibration",
90+
"camera.stopCalibrationTooltip": "Stop calibration manually",
91+
"camera.enableCalibration": "Enable Calibration",
92+
"camera.enableCalibrationTooltip": "Checked = Calibrated model output. Unchecked = Raw model output",
93+
"camera.mode": "Mode",
94+
"camera.calibrating": "Calibration",
95+
"camera.verticalFlip": "Vertical Flip",
96+
"camera.verticalFlipTooltip": "Vertically flip camera feed",
97+
"camera.horizontalFlip": "Horizontal Flip",
98+
"camera.horizontalFlipTooltip": "Horizontally flip camera feed",
99+
"camera.crop": "Please set a Crop",
100+
"camera.cameraAddress": "Camera Address",
101+
"camera.cameraAddressTooltip": "Enter the IP address or UVC port of your camera. (Include the 'http://')",
102+
"camera.refreshCameraList": "Refresh List",
103+
"camera.saveAndRestartTracking": "Save and Restart Tracking",
104+
"camera.trackingMode": "Tracking Mode",
105+
"camera.trackingModeTooltip": "Go here to track your mouth",
106+
"camera.croppingMode": "Cropping Mode",
107+
"camera.croppingModeToolTip": "Go here to crop out your mouth",
108+
"camera.waiting": "Waiting for camera address",
109+
"camera.connecting": "Camera Connecting",
110+
"camera.reconnecting": "Camera Reconnecting",
111+
"camera.waitingOnMouthCrop": "Awating Mouth Crop",
112+
"camera.calibration": "Calibration",
113+
"camera.tracking": "Tracking",
114+
"config.noSettingsFile": "No settings file, using base settings",
115+
"config.failedToLoadSettings": "Failed to load settings file",
116+
"config.usingBackupSettings": "Using backup settings",
117+
"config.usingBaseSettings": "Using base settings",
118+
"config.saved": "Config saved successfully",
119+
"babble.latestVersion": "App is the latest version",
120+
"babble.needUpdateOne": "You have app version",
121+
"babble.needUpdateTwo": "installed. Please update to",
122+
"babble.needUpdateThree": "for the newest features",
123+
"babble.name": "Babble App",
124+
"babble.updatePresent": "New Update Available",
125+
"babble.updateTo": "Please update to",
126+
"babble.downloadPage": "Download Page",
127+
"babble.noToast": "Toast notifications not supported",
128+
"babble.noInternet": "Internet connection failed, no update check occured",
129+
"babble.camPage": "Cam",
130+
"babble.settingsPage": "Settings",
131+
"babble.algoSettingsPage": "Algo Settings",
132+
"babble.calibrationPage": "Calibration",
133+
"babble.exit": "Exiting Babble App",
134+
"calibration.header": "Calibration Settings",
135+
"calibration.mode": "Calibration Mode",
136+
"calibration.modeTooltip": "Neutral = Only Min values are set when starting and stopping calibration. Full = Min and Max values are set based on recorded values when starting calibration.",
137+
"calibration.left": "Left",
138+
"calibration.shape": "Shape",
139+
"calibration.right": "Right",
140+
"calibration.center": "Center",
141+
"calibration.min": "Min",
142+
"calibration.max": "Max",
143+
"calibration.resetMin": "Reset Min",
144+
"calibration.resetMinTooltip": "Reset minimum values",
145+
"calibration.resetMax": "Reset Max",
146+
"calibration.resetMaxTooltip": "Reset maximum values",
147+
"calibration.minLeftValue": "Min Left Value",
148+
"calibration.maxLeftValue": "Max Left Value",
149+
"calibration.minRightValue": "Min Right Value",
150+
"calibration.maxRightValue": "Max Right Value",
151+
"general.theme": "Theme",
152+
"general.theme.system": "System",
153+
"general.theme.light": "Light",
154+
"general.theme.dark": "Dark",
155+
"general.useOSCQuery": "Use OSCQuery"
156+
}

0 commit comments

Comments
 (0)