diff --git a/BabbleApp/Locale/Afrikaans/locale.json b/BabbleApp/Locale/Afrikaans/locale.json index 93dcac2..f31e752 100644 --- a/BabbleApp/Locale/Afrikaans/locale.json +++ b/BabbleApp/Locale/Afrikaans/locale.json @@ -1,161 +1,162 @@ { - "general.header": "General Settings", - "general.checkForUpdates": "Check For Updates", - "general.toolTip": "Toggle update check on launch", - "general.logging": "Enable Logging", - "general.loggingTooltip": "Save log file for debugging. (Restart needed)", - "general.oscSettings": "OSC Settings", - "general.locationPrefix": "Location Prefix", - "general.locationTooltip": "Prefix for OSC address", - "general.address": "Address", - "general.addressTooltip": "IP address we send OSC data to", - "general.port": "Port", - "general.portTooltip": "OSC port we send data to", - "general.receiver": "Receive functions", - "general.receiverTooltip": "Toggle OSC receive functions", - "general.receiverPort": "Receiver Port", - "general.receiverPortTooltip": "Port we receive OSC data from (used to recalibrate from within VRChat", - "general.recalibrate": "Recalibrate Address", - "general.recalibrateTooltip": "OSC address we use for recalibrating", - "general.uvcCameraSettings": "UVC Camera Settings", - "general.useRedChannel": "Use Red Channel", - "general.useRedChannelTooltip": "Uses only the red channel for Omnicept capture", - "general.xResolution": "X Resolution", - "general.xResolutionTooltip": "X capture resolution. Default = 0", - "general.yResolution": "Y Resolution", - "general.yResolutionTooltip": "Y capture resolution. Default = 0", - "general.framerate": "Framerate", - "general.framerateTooltip": "Capture framerate. Default = 0", - "general.language": "Language Settings", - "general.languageInstructions": "Restart the Babble App to see your changes", - "general.languageTooltip": "Change the language", - "error.oscPort": "OSC port value must be an integer 0-65535", - "error.oscValue": "OSC port value cannot be empty and must be an integer 0-65535", - "error.notAnInt": "Not an Int", - "error.notAFloat": "Not a Float", - "error.improperTabValue": "Improper tab value", - "error.frame": "Problem while getting frame", - "error.size": "Size of frames to display are of unequal sizes", - "error.capture": "Frame capture issue detected", - "warn.frameDrop": "Frame drop. Corrupted JPEG", - "warn.captureProblem": "Capture source problem, assuming camera disconnected, waiting for reconnect", - "warn.serialCapture": "Serial capture source problem, assuming camera disconnected, waiting for reconnect", - "warn.backpressure1": "CAPTURE QUEUE BACKPRESSURE OF", - "warn.backpressure2": "CHECK FOR CRASH OR TIMING ISSUES IN ALGORITHM", - "warn.oneEuroValues": "OneEuroFilter values must be a legal number", - "info.moveToTrackingMode": "Moving to tracking mode", - "info.moveToROIMode": "Moving to ROI mode", - "info.setROI": "Set ROI", - "info.enabled": "Enabled", - "info.disabled": "Disabled", - "info.newValue": "New value", - "info.discardingSerial": "Discarding the serial buffer", - "info.refreshedCameraList": "Refreshed Camera List", - "info.ETVRConnected": "ETVR Serial Tracker device connected on", - "info.ETVRFailiure": "Failed to connect on", - "info.enterCaptureOne": "Capture source", - "info.enterCaptureTwo": "not found, retrying...", - "info.exitCaptureThread": "Exiting capture thread", - "info.exitTrackingThread": "Exiting tracking thread", - "info.serialCapture": "Failed to get serial picture", - "log.info": "INFO", - "log.warn": "WARN", - "log.error": "ERROR", - "algorithm.header": "Model Settings", - "algorithm.modelFile": "Model file", - "algorithm.modelFileTooptip": "Name of the model file", - "algorithm.inferenceThreads": "Inference Threads", - "algorithm.inferenceThreadsTooltip": "How many threads to use for processing the model", - "algorithm.runtime": "Runtime", - "algorithm.runtimeTooltip": "", - "algorithm.GPUIndex": "GPU Index", - "algorithm.GPUIndexTooltip": "Select which device to run inference", - "algorithm.useGPU": "Use GPU", - "algorithm.useGPUTooltip": "Toggle GPU execution", - "algorithm.modelOutputMultiplier": "Model output multiplier", - "algorithm.modelOutputMultiplierTooltip": "Model output modifier", - "algorithm.calibrationDeadzone": "Calibration Deadzone", - "algorithm.calibrationDeadzoneTooltip": "Offset the minimum calibrated values", - "algorithm.oneEuroFilterParameters": "One Euro Filter Parameters", - "algorithm.minFrequencyCutoff": "Min Frequency Cutoff", - "algorithm.minFrequencyCutoffTooltip": "", - "algorithm.speedCoefficient": "Speed Coefficient", - "algorithm.speedCoefficientTooltip": "", - "camera.selectEntireFrame": "Select Entire Frame", - "camera.selectEntireFrameTooltip": "Automatically set ROI", - "camera.rotation": "Rotation", - "camera.rotationTooltip": "Adjust the rotation of your cameras, make them level", - "camera.startCalibration": "Start Calibration", - "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]", - "camera.stopCalibration": "Stop Calibration", - "camera.stopCalibrationTooltip": "Stop calibration manually", - "camera.enableCalibration": "Enable Calibration", - "camera.enableCalibrationTooltip": "Checked = Calibrated model output. Unchecked = Raw model output", - "camera.mode": "Mode", - "camera.calibrating": "Calibration", - "camera.verticalFlip": "Vertical Flip", - "camera.verticalFlipTooltip": "Vertically flip camera feed", - "camera.horizontalFlip": "Horizontal Flip", - "camera.horizontalFlipTooltip": "Horizontally flip camera feed", - "camera.crop": "Please set a Crop", - "camera.cameraAddress": "Camera Address", - "camera.cameraAddressTooltip": "Enter the IP address or UVC port of your camera. (Include the 'http://')", - "camera.refreshCameraList": "Refresh List", - "camera.saveAndRestartTracking": "Save and Restart Tracking", - "camera.trackingMode": "Tracking Mode", - "camera.trackingModeTooltip": "Go here to track your mouth", - "camera.croppingMode": "Cropping Mode", - "camera.croppingModeToolTip": "Go here to crop out your mouth", - "camera.waiting": "Waiting for camera address", - "camera.connecting": "Camera Connecting", - "camera.reconnecting": "Camera Reconnecting", - "camera.waitingOnMouthCrop": "Awating Mouth Crop", - "camera.calibration": "Calibration", - "camera.tracking": "Tracking", - "config.noSettingsFile": "No settings file, using base settings", - "config.failedToLoadSettings": "Failed to load settings file", - "config.usingBackupSettings": "Using backup settings", - "config.usingBaseSettings": "Using base settings", - "config.saved": "Config saved successfully", - "babble.latestVersion": "App is the latest version", - "babble.needUpdateOne": "You have app version", - "babble.needUpdateTwo": "installed. Please update to", - "babble.needUpdateThree": "for the newest features", - "babble.name": "Babble App", - "babble.noInternet": "Internet connection failed, no update check occured", - "babble.camPage": "Cam", - "babble.settingsPage": "Settings", - "babble.algoSettingsPage": "Algo Settings", - "babble.calibrationPage": "Calibration", - "babble.exit": "Exiting Babble App", - "babble.invalidVersionFormat": "Invalid version format received from GitHub API.", - "babble.updateTimeout": "Timeout occurred while checking for updates.", - "babble.updateHttpError": "HTTP error occurred while checking for updates.", - "babble.updateCheckFailed": "Failed to check for updates due to an unexpected error.", - "calibration.header": "Calibration Settings", - "calibration.mode": "Calibration Mode", - "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.", - "calibration.left": "Left", - "calibration.shape": "Shape", - "calibration.right": "Right", - "calibration.center": "Center", - "calibration.min": "Min", - "calibration.max": "Max", - "calibration.resetMin": "Reset Min", - "calibration.resetMinTooltip": "Reset minimum values", - "calibration.resetMax": "Reset Max", - "calibration.resetMaxTooltip": "Reset maximum values", - "calibration.minLeftValue": "Min Left Value", - "calibration.maxLeftValue": "Max Left Value", - "calibration.minRightValue": "Min Right Value", - "calibration.maxRightValue": "Max Right Value", - "general.theme": "Theme", - "general.theme.system": "System", - "general.theme.light": "Light", - "general.theme.dark": "Dark", - "general.useOSCQuery": "Use OSCQuery", - "general.windowFocus": "Window Focused", - "general.disableCameraPreview": "Disable camera preview (everywhere)", - "general.oscDelayEnable": "Enable OSC delay", - "general.oscDelaySeconds": "OSC delay in seconds" + "general.header": "Algemene Instellings", + "general.checkForUpdates": "Kyk Vir Opdaterings", + "general.toolTip": "Wissel opdateringkontrole by opstart", + "general.logging": "Aktiveer Logboek", + "general.loggingTooltip": "Stoor logboeklêer vir ontfouting. (Herbegin nodig)", + "general.oscSettings": "OSC Instellings", + "general.locationPrefix": "Lokasie Voorvoegsel", + "general.locationTooltip": "Voorvoegsel vir OSC-adres", + "general.address": "Adres", + "general.addressTooltip": "IP-adres waarna ons OSC-data stuur", + "general.port": "Poort", + "general.portTooltip": "OSC-poort waarna ons data stuur", + "general.receiver": "Ontvang funksies", + "general.receiverTooltip": "Wissel OSC-ontvangfunksies", + "general.receiverPort": "Ontvanger Poort", + "general.receiverPortTooltip": "Poort waarvandaan ons OSC-data ontvang (word gebruik om binne VRChat te herkalibreer)", + "general.recalibrate": "Herkalibreer Adres", + "general.recalibrateTooltip": "OSC-adres wat ons gebruik vir herkalibrering", + "general.uvcCameraSettings": "UVC Kamera Instellings", + "general.useRedChannel": "Gebruik Rooi Kanaal", + "general.useRedChannelTooltip": "Gebruik slegs die rooi kanaal vir Omnicept-opname", + "general.xResolution": "X Resolusie", + "general.xResolutionTooltip": "X opname resolusie. Verstek = 0", + "general.yResolution": "Y Resolusie", + "general.yResolutionTooltip": "Y opname resolusie. Verstek = 0", + "general.framerate": "Raamtempo", + "general.framerateTooltip": "Opname raamtempo. Verstek = 0", + "general.language": "Taalinstellings", + "general.languageInstructions": "Herbegin die Babble-toepassing om jou veranderinge te sien", + "general.languageTooltip": "Verander die taal", + "error.oscPort": "OSC-poortwaarde moet 'n heelgetal 0-65535 wees", + "error.oscValue": "OSC-poortwaarde mag nie leeg wees nie en moet 'n heelgetal 0-65535 wees", + "error.notAnInt": "Nie 'n Heelgetal nie", + "error.notAFloat": "Nie 'n Kommagetal nie", + "error.improperTabValue": "Verkeerde tab-waarde", + "error.frame": "Probleem tydens die verkryging van raam", + "error.size": "Grootte van rame om te vertoon is van ongelyke groottes", + "error.capture": "Raamopname probleem opgespoor", + "error.modelLoad": "Kon nie laai nie", + "warn.frameDrop": "Raam laat val. Beskadigde JPEG", + "warn.captureProblem": "Opnamebron probleem, aanvaar kamera is ontkoppel, wag vir herkoppeling", + "warn.serialCapture": "Seriële opnamebron probleem, aanvaar kamera is ontkoppel, wag vir herkoppeling", + "warn.backpressure1": "OPNAME WAGLYN TERUGDRUK VAN", + "warn.backpressure2": "KONTROLEER VIR INEENSTORTING OF TYDSBEREKINGSPROBLEME IN ALGORITME", + "warn.oneEuroValues": "OneEuroFilter-waardes moet 'n wettige getal wees", + "info.moveToTrackingMode": "Beweeg na nasporingsmodus", + "info.moveToROIMode": "Beweeg na ROI-modus", + "info.setROI": "Stel ROI", + "info.enabled": "Geaktiveer", + "info.disabled": "Gedeaktiveer", + "info.newValue": "Nuwe waarde", + "info.discardingSerial": "Weggooi van die seriële buffer", + "info.refreshedCameraList": "Kamera Lys Herlaai", + "info.ETVRConnected": "ETVR Seriële Volger toestel gekoppel op", + "info.ETVRFailiure": "Kon nie koppel op nie", + "info.enterCaptureOne": "Opnamebron", + "info.enterCaptureTwo": "nie gevind nie, probeer weer...", + "info.exitCaptureThread": "Verlaat opnamethread", + "info.exitTrackingThread": "Verlaat nasporingsthread", + "info.serialCapture": "Kon nie seriële prent kry nie", + "log.info": "INFO", + "log.warn": "WAARSKUWING", + "log.error": "FOUT", + "algorithm.header": "Model Instellings", + "algorithm.modelFile": "Modellêer", + "algorithm.modelFileTooptip": "Naam van die modellêer", + "algorithm.inferenceThreads": "Inferensie Drade", + "algorithm.inferenceThreadsTooltip": "Hoeveel drade om te gebruik vir die verwerking van die model", + "algorithm.runtime": "Runtime", + "algorithm.runtimeTooltip": "", + "algorithm.GPUIndex": "GPU Indeks", + "algorithm.GPUIndexTooltip": "Kies watter toestel om inferensie op te laat loop", + "algorithm.useGPU": "Gebruik GPU", + "algorithm.useGPUTooltip": "Wissel GPU-uitvoering", + "algorithm.modelOutputMultiplier": "Modeluitvoer vermenigvuldiger", + "algorithm.modelOutputMultiplierTooltip": "Modeluitvoer wysiger", + "algorithm.calibrationDeadzone": "Kalibrasie Dooie Sone", + "algorithm.calibrationDeadzoneTooltip": "Verreken die minimum gekalibreerde waardes", + "algorithm.oneEuroFilterParameters": "Een Euro Filter Parameters", + "algorithm.minFrequencyCutoff": "Min Frekwensie Afsny", + "algorithm.minFrequencyCutoffTooltip": "", + "algorithm.speedCoefficient": "Spoedkoëffisiënt", + "algorithm.speedCoefficientTooltip": "", + "camera.selectEntireFrame": "Selekteer Hele Raam", + "camera.selectEntireFrameTooltip": "Stel ROI outomaties", + "camera.rotation": "Rotasie", + "camera.rotationTooltip": "Verstel die rotasie van jou kameras, maak hulle gelyk", + "camera.startCalibration": "Begin Kalibrasie", + "camera.startCalibrationTooltip": "Neutrale Kalibrasie: Hou 'n ontspanne gesig, druk [Begin Kalibrasie] en druk dan [Stop Kalibrasie].\nVolle Kalibrasie: Druk [Begin Kalibrasie] en maak soveel gesigbewegings as wat jy kan totdat dit terugskakel na nasporingsmodus of druk [Stop Kalibrasie]", + "camera.stopCalibration": "Stop Kalibrasie", + "camera.stopCalibrationTooltip": "Stop kalibrasie met die hand", + "camera.enableCalibration": "Aktiveer Kalibrasie", + "camera.enableCalibrationTooltip": "Gemerk = Gekalibreerde modeluitvoer. Ongemerk = Rou modeluitvoer", + "camera.mode": "Modus", + "camera.calibrating": "Kalibrasie", + "camera.verticalFlip": "Vertikale Omkeer", + "camera.verticalFlipTooltip": "Draai kamera-voer vertikaal om", + "camera.horizontalFlip": "Horisontale Omkeer", + "camera.horizontalFlipTooltip": "Draai kamera-voer horisontaal om", + "camera.crop": "Stel asseblief 'n Sny", + "camera.cameraAddress": "Kamera Adres", + "camera.cameraAddressTooltip": "Voer die IP-adres of UVC-poort van jou kamera in. (Sluit die 'http://' in)", + "camera.refreshCameraList": "Herlaai Lys", + "camera.saveAndRestartTracking": "Stoor en Herbegin Nasporing", + "camera.trackingMode": "Nasporingsmodus", + "camera.trackingModeTooltip": "Gaan hierheen om jou mond na te spoor", + "camera.croppingMode": "Sny Modus", + "camera.croppingModeToolTip": "Gaan hierheen om jou mond uit te sny", + "camera.waiting": "Wag vir kamera-adres", + "camera.connecting": "Kamera Besig om te Koppel", + "camera.reconnecting": "Kamera Herkoppel", + "camera.waitingOnMouthCrop": "Wag op Mond Sny", + "camera.calibration": "Kalibrasie", + "camera.tracking": "Nasporing", + "config.noSettingsFile": "Geen instellingslêer nie, gebruik basisinstellings", + "config.failedToLoadSettings": "Kon nie instellingslêer laai nie", + "config.usingBackupSettings": "Gebruik rugsteuninstellings", + "config.usingBaseSettings": "Gebruik basisinstellings", + "config.saved": "Konfigurasie suksesvol gestoor", + "babble.latestVersion": "Toepassing is die nuutste weergawe", + "babble.needUpdateOne": "Jy het toepassingsweergawe", + "babble.needUpdateTwo": "geïnstalleer. Opdateer asseblief na", + "babble.needUpdateThree": "vir die nuutste funksies", + "babble.name": "Babble Toepassing", + "babble.noInternet": "Internetverbinding het misluk, geen opdateringkontrole het plaasgevind nie", + "babble.camPage": "Kamera", + "babble.settingsPage": "Instellings", + "babble.algoSettingsPage": "Algo Instellings", + "babble.calibrationPage": "Kalibrasie", + "babble.exit": "Verlaat Babble Toepassing", + "babble.invalidVersionFormat": "Ongeldige weergaweformaat ontvang vanaf GitHub API.", + "babble.updateTimeout": "Tyduitvloei het plaasgevind tydens die nagaan vir opdaterings.", + "babble.updateHttpError": "HTTP-fout het plaasgevind tydens die nagaan vir opdaterings.", + "babble.updateCheckFailed": "Kon nie vir opdaterings nagaan nie as gevolg van 'n onverwagte fout.", + "calibration.header": "Kalibrasie Instellings", + "calibration.mode": "Kalibrasie Modus", + "calibration.modeTooltip": "Neutraal = Slegs Minimum waardes word gestel wanneer kalibrasie begin en stop. Vol = Minimum en Maksimum waardes word gestel gebaseer op opgeneemde waardes wanneer kalibrasie begin.", + "calibration.left": "Links", + "calibration.shape": "Vorm", + "calibration.right": "Regs", + "calibration.center": "Middel", + "calibration.min": "Min", + "calibration.max": "Maks", + "calibration.resetMin": "Herstel Min", + "calibration.resetMinTooltip": "Herstel minimum waardes", + "calibration.resetMax": "Herstel Maks", + "calibration.resetMaxTooltip": "Herstel maksimum waardes", + "calibration.minLeftValue": "Min Linker Waarde", + "calibration.maxLeftValue": "Maks Linker Waarde", + "calibration.minRightValue": "Min Regter Waarde", + "calibration.maxRightValue": "Maks Regter Waarde", + "general.theme": "Tema", + "general.theme.system": "Stelsel", + "general.theme.light": "Lig", + "general.theme.dark": "Donker", + "general.useOSCQuery": "Gebruik OSCQuery", + "general.windowFocus": "Venster Gefokus", + "general.disableCameraPreview": "Deaktiveer kamera voorskou (oral)", + "general.oscDelayEnable": "Aktiveer OSC-vertraging", + "general.oscDelaySeconds": "OSC-vertraging in sekondes" } \ No newline at end of file diff --git a/BabbleApp/Locale/Dansk/locale.json b/BabbleApp/Locale/Dansk/locale.json index cf40baf..81008a6 100644 --- a/BabbleApp/Locale/Dansk/locale.json +++ b/BabbleApp/Locale/Dansk/locale.json @@ -37,6 +37,7 @@ "error.frame": "Problem while getting frame", "error.size": "Size of frames to display are of unequal sizes", "error.capture": "Frame capture issue detected", + "error.modelLoad": "Kunne ikke indlæse", "warn.frameDrop": "Frame drop. Corrupted JPEG", "warn.captureProblem": "Capture source problem, assuming camera disconnected, waiting for reconnect", "warn.serialCapture": "Serial capture source problem, assuming camera disconnected, waiting for reconnect", diff --git a/BabbleApp/Locale/Deutsch/locale.json b/BabbleApp/Locale/Deutsch/locale.json index 4cd6734..09f9388 100644 --- a/BabbleApp/Locale/Deutsch/locale.json +++ b/BabbleApp/Locale/Deutsch/locale.json @@ -37,6 +37,7 @@ "error.frame": "Problem beim Abrufen des Bildes", "error.size": "Die Größe der anzuzeigenden Frames ist ungleich", "error.capture": "Problem bei der Bilderfassung erkannt", + "error.modelLoad": "Fehler beim Laden", "warn.frameDrop": "Frame-Drop. Beschädigtes JPEG", "warn.captureProblem": "Problem mit der Aufnahmequelle. Kamera wurde getrennt, warte auf erneute Verbindung", "warn.serialCapture": "Problem mit der seriellen Aufnahmequelle. Kamera wurde getrennt, warte auf erneute Verbindung", diff --git a/BabbleApp/Locale/English/locale.json b/BabbleApp/Locale/English/locale.json index fae9d91..a42f117 100644 --- a/BabbleApp/Locale/English/locale.json +++ b/BabbleApp/Locale/English/locale.json @@ -37,6 +37,7 @@ "error.frame": "Problem while getting frame", "error.size": "Size of frames to display are of unequal sizes", "error.capture": "Frame capture issue detected", + "error.modelLoad": "Failed to load", "warn.frameDrop": "Frame drop. Corrupted JPEG", "warn.captureProblem": "Capture source problem, assuming camera disconnected, waiting to reconnect", "warn.serialCapture": "Serial capture source problem, assuming camera disconnected, waiting to reconnect", diff --git "a/BabbleApp/Locale/Espa\303\261ol/locale.json" "b/BabbleApp/Locale/Espa\303\261ol/locale.json" index d7d3df2..dc335f4 100644 --- "a/BabbleApp/Locale/Espa\303\261ol/locale.json" +++ "b/BabbleApp/Locale/Espa\303\261ol/locale.json" @@ -37,6 +37,7 @@ "error.frame": "Problema al obtener fotogramas", "error.size": "Los tamaños de los fotogramas para mostrar son de dimensiones desiguales", "error.capture": "Detectado problema en la captura de fotogramas", + "error.modelLoad": "Error al cargar", "warn.frameDrop": "Pérdida de fotogramas. JPEG dañado", "warn.captureProblem": "Problema con la fuente de captura, se asume que la cámara está desconectada, esperando reconexión", "warn.serialCapture": "Problema con la fuente de captura en serie, se asume que la cámara está desconectada, esperando reconexión", diff --git "a/BabbleApp/Locale/Fran\303\247aise/locale.json" "b/BabbleApp/Locale/Fran\303\247aise/locale.json" index 9ea8667..55edbf8 100644 --- "a/BabbleApp/Locale/Fran\303\247aise/locale.json" +++ "b/BabbleApp/Locale/Fran\303\247aise/locale.json" @@ -36,7 +36,8 @@ "error.improperTabValue": "", "error.frame": "Problème lors de récupération des images", "error.size": "La taille des images à afficher est inégale", - "error.capture": "", + "error.capture": "Problème de capture d'image détecté", + "error.modelLoad": "Échec du chargement", "warn.frameDrop": "Perte d'image. JPEG corrompu", "warn.captureProblem": "Problème de source de capture, la caméra doit être déconnectée ou en attente de reconnexion", "warn.serialCapture": "", diff --git a/BabbleApp/Locale/Indonesian/locale.json b/BabbleApp/Locale/Indonesian/locale.json index bd0e2c9..6c81d9d 100644 --- a/BabbleApp/Locale/Indonesian/locale.json +++ b/BabbleApp/Locale/Indonesian/locale.json @@ -37,6 +37,7 @@ "error.frame": "Masalah saat mendapatkan frame", "error.size": "Ukuran bingkai untuk menampilkan gambar tidak setara", "error.capture": "Terdeteksi masalah pada frame capture", + "error.modelLoad": "Gagal memuat", "warn.frameDrop": "Frame drop. JPEG korup", "warn.captureProblem": "Masalah sumber rekaman, perkiraan koneksi kamera terputus, menunggu koneksi ulang", "warn.serialCapture": "Masalah sumber serial rekaman, perkiraan koneksi kamera terputus, menunggu koneksi ulang", diff --git a/BabbleApp/Locale/Italiano/locale.json b/BabbleApp/Locale/Italiano/locale.json index e3b4c70..05911b1 100644 --- a/BabbleApp/Locale/Italiano/locale.json +++ b/BabbleApp/Locale/Italiano/locale.json @@ -37,6 +37,7 @@ "error.frame": "Problema durante l'acquisizione del fotogramma", "error.size": "Le dimensioni dei fotogrammi da visualizzare sono di dimensioni diverse", "error.capture": "Rilevato problema nella cattura del fotogramma", + "error.modelLoad": "Caricamento fallito", "warn.frameDrop": "Fotogramma perso. JPEG corrotto", "warn.captureProblem": "Problema di acquisizione sorgente, supponendo che la telecamera sia disconnessa, in attesa di riconnessione", "warn.serialCapture": "Problema di acquisizione da sorgente seriale, supponendo che la telecamera sia disconnessa, in attesa di riconnessione", diff --git a/BabbleApp/Locale/Nederlands/locale.json b/BabbleApp/Locale/Nederlands/locale.json index 2248847..2da8284 100644 --- a/BabbleApp/Locale/Nederlands/locale.json +++ b/BabbleApp/Locale/Nederlands/locale.json @@ -37,6 +37,7 @@ "error.frame": "Probleem bij het verkrijgen van beeld", "error.size": "Formaat van de frames voor weergave zijn ongelijk", "error.capture": "Probleem met frame opname gedetecteerd", + "error.modelLoad": "Laden mislukt", "warn.frameDrop": "Framedaling. Corrupte JPEG", "warn.captureProblem": "Probleem met opnamebron, verwacht losgekoppelde camera, wachten op nieuwe verbinding", "warn.serialCapture": "Probleem met serieel opname bron, verwacht losgekoppelde camera, wachten op nieuwe verbinding", diff --git a/BabbleApp/Locale/OwO/locale.json b/BabbleApp/Locale/OwO/locale.json index 5cddfd4..2263d55 100644 --- a/BabbleApp/Locale/OwO/locale.json +++ b/BabbleApp/Locale/OwO/locale.json @@ -37,6 +37,7 @@ "error.frame": "Pwobwem while getting fwame >3<", "error.size": "Size of fwames to dispway awe of uneqwuaw sizes", "error.capture": "Fwame captuwe issue detecwed ;n;", + "error.modelLoad": "Faiwed to woad", "warn.frameDrop": "Fwame dwop. Cowwupted JPEG >.<", "warn.captureProblem": "Captuwe souwce pwobwem, assuwming camewa disconnetwed, waiting fow weconnect", "warn.serialCapture": "sewiaw captuwe sawse pwoblem, asswuming camewa diwsconnected, waiting fow weconnect", diff --git a/BabbleApp/Locale/Pirate Speak/locale.json b/BabbleApp/Locale/Pirate Speak/locale.json index d04eccd..8916d54 100644 --- a/BabbleApp/Locale/Pirate Speak/locale.json +++ b/BabbleApp/Locale/Pirate Speak/locale.json @@ -37,6 +37,7 @@ "error.frame": "Problem while getting frame", "error.size": "Size of frames to display are of unequal sizes", "error.capture": "Frame capture issue detected", + "error.modelLoad": "Failed t' hoist", "warn.frameDrop": "Frame drop. Corrupted JPEG", "warn.captureProblem": "Capture source problem, assuming camera disconnected, waiting for reconnect", "warn.serialCapture": "Serial capture source problem, assuming camera disconnected, waiting for reconnect", diff --git a/BabbleApp/Locale/Polski/locale.json b/BabbleApp/Locale/Polski/locale.json index 6e1b4d7..077a718 100644 --- a/BabbleApp/Locale/Polski/locale.json +++ b/BabbleApp/Locale/Polski/locale.json @@ -37,6 +37,7 @@ "error.frame": "Problem while getting frame", "error.size": "Size of frames to display are of unequal sizes", "error.capture": "Frame capture issue detected", + "error.modelLoad": "Nie udało się załadować", "warn.frameDrop": "Frame drop. Corrupted JPEG", "warn.captureProblem": "Capture source problem, assuming camera disconnected, waiting for reconnect", "warn.serialCapture": "Serial capture source problem, assuming camera disconnected, waiting for reconnect", diff --git "a/BabbleApp/Locale/P\321\203\321\201\321\201\320\272\320\270\320\271/locale.json" "b/BabbleApp/Locale/P\321\203\321\201\321\201\320\272\320\270\320\271/locale.json" index 7c87e06..502a8a0 100644 --- "a/BabbleApp/Locale/P\321\203\321\201\321\201\320\272\320\270\320\271/locale.json" +++ "b/BabbleApp/Locale/P\321\203\321\201\321\201\320\272\320\270\320\271/locale.json" @@ -37,6 +37,7 @@ "error.frame": "Проблема при получении кадра", "error.size": "Размеры отображаемых кадров не равны", "error.capture": "Обнаружена проблема захвата кадров", + "error.modelLoad": "Ошибка загрузки", "warn.frameDrop": "Пропуск кадра. Поврежденный JPEG", "warn.captureProblem": "Проблема с источником захвата, предполагается отключение камеры, ожидается повторное подключение", "warn.serialCapture": "Проблема с последовательным источником захвата, предполагается отключение камеры, ожидается повторное подключение", diff --git a/BabbleApp/Locale/Svenska/locale.json b/BabbleApp/Locale/Svenska/locale.json index 7576d6b..5a4840a 100644 --- a/BabbleApp/Locale/Svenska/locale.json +++ b/BabbleApp/Locale/Svenska/locale.json @@ -37,6 +37,7 @@ "error.frame": "Problem vid avläsning", "error.size": "Bildrutornas storlek till displayen är ojämna", "error.capture": "Problem med bildrutsavläsningen har upptäckts", + "error.modelLoad": "Kunde inte läsa in", "warn.frameDrop": "Bildrutor tappas. Korrupt JPEG", "warn.captureProblem": "Problem med bildkälla, Antar att kameran är frånkopplad, Inväntar återkoppling", "warn.serialCapture": "Problem med serial avbildningskälla, Antar att kameran är frånkopplad, inväntar återkoppling", diff --git "a/BabbleApp/Locale/\347\256\200\344\275\223\344\270\255\346\226\207/locale.json" "b/BabbleApp/Locale/\347\256\200\344\275\223\344\270\255\346\226\207/locale.json" index 392273a..28819f6 100644 --- "a/BabbleApp/Locale/\347\256\200\344\275\223\344\270\255\346\226\207/locale.json" +++ "b/BabbleApp/Locale/\347\256\200\344\275\223\344\270\255\346\226\207/locale.json" @@ -37,6 +37,7 @@ "error.frame": "获取帧时出现问题", "error.size": "要显示的帧大小不相等", "error.capture": "检测到帧捕获问题", + "error.modelLoad": "加载失败", "warn.frameDrop": "丢弃帧:损坏的JPEG", "warn.captureProblem": "捕获源问题,假设相机已断开连接,正在等待重新连接", "warn.serialCapture": "串行捕获源问题,假设相机已断开连接,正在等待重新连接", diff --git "a/BabbleApp/Locale/\347\271\201\351\253\224\344\270\255\346\226\207/locale.json" "b/BabbleApp/Locale/\347\271\201\351\253\224\344\270\255\346\226\207/locale.json" index 9cbeb19..c650bc2 100644 --- "a/BabbleApp/Locale/\347\271\201\351\253\224\344\270\255\346\226\207/locale.json" +++ "b/BabbleApp/Locale/\347\271\201\351\253\224\344\270\255\346\226\207/locale.json" @@ -37,6 +37,7 @@ "error.frame": "取得畫面時發生問題", "error.size": "顯示畫面大小不一致", "error.capture": "偵測到畫面擷取問題", + "error.modelLoad": "載入失敗", "warn.frameDrop": "畫面遺失,JPEG 檔案損毀", "warn.captureProblem": "擷取來源問題,假設攝影機已斷線,等待重新連線", "warn.serialCapture": "序列埠擷取來源問題,假設攝影機已斷線,等待重新連線",