From c8c9bbec49d4a4b21e7a2e837af05951cad83aa5 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:29:23 +0900 Subject: [PATCH 001/239] New translations en.json (Spanish) --- messages/es.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/es.json diff --git a/messages/es.json b/messages/es.json new file mode 100644 index 000000000..5fabd8e6f --- /dev/null +++ b/messages/es.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Continue editing" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Discard without saving" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Discard observation?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Language" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Device Name" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Cancel" + }, + "screens.AppPasscode": { + "message": "App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Cancel" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Cancel" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Next" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Continue" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "What is App Passcode?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Cancel" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Choose what is happening" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Change" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Delete" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "No answer" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Cancel" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Yes, delete" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Delete observation?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Observation" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Add…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Add Photo" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Searching…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Continue waiting" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Manual Coords" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "This observation does not have a location. You can continue waiting for a GPS signal, save the observation without a location, or enter coordinates manually" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "No GPS signal" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Save" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS accuracy is low. You can continue waiting for better accuracy, save the observation with low accuracy, or enter coordinates manually" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Weak GPS signal" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Edit Observation" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "New Observation" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Observations" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Go To Map" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Start from map or camera view to record your first observation." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Add Observations" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Error loading observations. Try quitting and restarting Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Loading… this can take a while after synchronizing with a new device" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App Passcode" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "About Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Version and build number" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Settings" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "No Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From c01ccab6a35ce7f724d0f4a062202b6c65417a89 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:03 +0900 Subject: [PATCH 002/239] New translations en.json (French) --- messages/fr.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/fr.json diff --git a/messages/fr.json b/messages/fr.json new file mode 100644 index 000000000..cf66798b0 --- /dev/null +++ b/messages/fr.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Continuer la modification" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Annuler les modifications" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Annuler les modifications ?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Quitter sans sauvegarder" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Ignorer l'observation ?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Langage" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Nom de l'appareil" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Annuler" + }, + "screens.AppPasscode": { + "message": "Code d'accès de l'application" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Annuler" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Annuler" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Suivant" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Continuer" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "Quel est le code d'accès à l'application ?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Annuler" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "Code d'accès de l'application" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Choisissez ce qui se passe" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Modifier" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Effacer" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Pas de réponse" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Annuler" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Oui, supprimer" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Supprimer l'observation?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Observation" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Ajouter…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "Que se passe-t-il ici?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Ajouter une photo" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Recherche…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Continuer d'attendre" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Coordonnées manuelles" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Cette observation n'a pas d'emplacement. Vous pouvez continuer d'attendre un signal GPS, sauvegarder l'observation sans localisation, ou entrer les coordonnées manuellement" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "Aucun signal GPS" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Enregistrer" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "La précision du GPS est faible. Vous pouvez continuer à attendre une meilleure précision, enregistrer l'observation avec une faible précision, ou entrer les coordonnées manuellement" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Signal GPS faible" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Modifier l'observation" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Nouvelle observation" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Observations" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Aller à la carte" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Commencez à partir de la carte ou de la caméra pour enregistrer votre première observation." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Ajouter des observations" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Erreur lors du chargement des observations. Essayez de quitter et de redémarrer Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Chargement… cela peut prendre un certain temps après la synchronisation avec un nouvel appareil" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "Pour utiliser, activez le code d'accès à l'application" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protégez votre appareil contre la saisie" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Code d'accès non défini" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Code d'accès défini" + }, + "screens.Security.passcodeHeader": { + "message": "Code d'accès de l'application" + }, + "screens.Security.securitySubheader": { + "message": "Sécurité de l'appareil" + }, + "screens.Security.title": { + "message": "Sécurité" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "À propos de Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Version et numéro de version" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Paramètres" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "Aucune connexion Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "Wifi :" + } +} From b72f43c50860f278e836c1056c3f3e23b7b6053c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:04 +0900 Subject: [PATCH 003/239] New translations en.json (Spanish) --- messages/es.json | 170 +++++++++++++++++++++++------------------------ 1 file changed, 85 insertions(+), 85 deletions(-) diff --git a/messages/es.json b/messages/es.json index 5fabd8e6f..b5f8062dd 100644 --- a/messages/es.json +++ b/messages/es.json @@ -1,26 +1,26 @@ { "AppContainer.EditHeader.discardCancel": { "description": "Button on dialog to keep editing (cancelling close action)", - "message": "Continue editing" + "message": "Seguir editando" }, "AppContainer.EditHeader.discardChangesContent": { "description": "Button on dialog to cancel observation edits", - "message": "Discard changes" + "message": "Descartar cambios" }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", - "message": "Discard changes?" + "message": "¿Descartar cambios?" }, "AppContainer.EditHeader.discardContent": { "description": "Button on dialog to cancel a new observation", - "message": "Discard without saving" + "message": "Descartar observación" }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", - "message": "Discard observation?" + "message": "¿Quieres descartar la observación?" }, "Screens.Settings.AppSettings.language": { - "message": "Language" + "message": "Idioma" }, "Screens.Settings.AppSettings.languageDesc": { "message": "Display language for app" @@ -32,7 +32,7 @@ "message": "Configuration" }, "Screens.Settings.ProjectSettings.deviceName": { - "message": "Device Name" + "message": "Nombre del dispositivo" }, "Screens.Settings.ProjectSettings.title": { "message": "Project Setttings" @@ -41,95 +41,95 @@ "message": "Your Team" }, "screens.AddPhoto.cancel": { - "message": "Cancel" + "message": "Cancelar" }, "screens.AppPasscode": { - "message": "App Passcode" + "message": "Contraseña de la aplicación" }, "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { - "message": "Cancel" + "message": "Cancelar" }, "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { "description": "used to indicate to the user what the new passcode will be.", - "message": "Passcode" + "message": "Contraseña" }, "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { - "message": "Save App Passcode" + "message": "Guardar Contraseña de la aplicación" }, "screens.AppPasscode.ConfirmPasscodeSheet.title": { - "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + "message": "¡Si pierde u olvida la Contraseña de la aplicación, no va a poder recuperarla! Asegúrese de anotar su contraseña en un lugar seguro antes de guardar." }, "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { - "message": "Please Enter Passcode" + "message": "Por favor, introduzca su contraseña" }, "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { - "message": "Enter Passcode" + "message": "Introduzca su contraseña" }, "screens.AppPasscode.InputPasscodeScreen.cancel": { - "message": "Cancel" + "message": "Cancelar" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { - "message": "Re-enter Passcode" + "message": "Vuelva a introducir la contraseña" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { - "message": "Set App Passcode" + "message": "Establecer la Contraseña de la aplicación" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { - "message": "Next" + "message": "Siguiente" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { - "message": "Password must be 5 numbers" + "message": "La contraseña debe consistir en 5 números" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { - "message": "Cannot be used as a Passcode" + "message": "No se puede utilizar como contraseña" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { - "message": "Password does not match" + "message": "La contraseña no coincide" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { - "message": "Incorrect Passcode" + "message": "Contraseña incorrecta" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { - "message": "This passcode will be required to open the Mapeo App" + "message": "Esta contraseña será necesaria para abrir la aplicación de Mapeo" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { - "message": "Set Passcode" + "message": "Establecer la Contraseña de la aplicación" }, "screens.AppPasscode.NewPasscode.Splash.continue": { - "message": "Continue" + "message": "Continuar" }, "screens.AppPasscode.NewPasscode.Splash.title": { - "message": "What is App Passcode?" + "message": "¿Qué es la Contraseña de la aplicación?" }, "screens.AppPasscode.PasscodeIntro.description": { - "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + "message": "La Contraseña de la aplicación le permite añadir una capa adicional de seguridad, requiriendo introducir una contraseña para abrir la aplicación de Mapeo. Puede definir su propio código de acceso de 5 dígitos activando la siguiente característica." }, "screens.AppPasscode.PasscodeIntro.warning": { - "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + "message": "**AVISO: ¡Las contraseñas olvidadas no pueden ser recuperadas!** Una vez que esta funcionalidad está activada, si olvida o pierde su contraseña, no podrá abrir Mapeo y perderá el acceso a cualquier dato de Mapeo que no haya sido sincronizado con otros participantes del proyecto." }, "screens.AppPasscode.TurnOffPasscode.cancel": { - "message": "Cancel" + "message": "Cancelar" }, "screens.AppPasscode.TurnOffPasscode.changePasscode": { - "message": "Change App Passcode" + "message": "Cambiar Contraseña de la aplicación" }, "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { - "message": "You are currently using App Passcode. See below to stop using or change your passcode." + "message": "Actualmente usted está usando la Contraseña de la aplicación. Consulte abajo para dejar de usar o cambiar la contraseña." }, "screens.AppPasscode.TurnOffPasscode.description": { - "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + "message": "La Contraseña de la aplicación añade una capa adicional de seguridad, requiriendo que introduzca un código de acceso para abrir la aplicación de Mapeo." }, "screens.AppPasscode.TurnOffPasscode.title": { - "message": "App Passcode" + "message": "Contraseña de la aplicación" }, "screens.AppPasscode.TurnOffPasscode.turnOff": { - "message": "Turn Off" + "message": "Desactivar" }, "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { - "message": "Turn Off App Passcode?" + "message": "¿Desactivar la Contraseña de la aplicación?" }, "screens.AppPasscode.TurnOffPasscode.usePasscode": { - "message": "Use App Passcode" + "message": "Usar la Contraseña de la apliación" }, "screens.CameraScreen.goToSettings": { "message": "Go to Settings" @@ -139,171 +139,171 @@ }, "screens.CategoryChooser.categoryTitle": { "description": "Title for category chooser screen", - "message": "Choose what is happening" + "message": "Elegir qué está pasando" }, "screens.EnterPassword.enterPass": { - "message": "Enter your passcode" + "message": "Introduzca su contraseña" }, "screens.EnterPassword.wrongPass": { - "message": "Incorrect passcode, please try again" + "message": "Contraseña incorrecta, inténtelo de nuevo" }, "screens.ObscurePasscode.description": { - "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + "message": "La Contraseña oscura es una funcionalidad de seguridad que le permite abrir Mapeo en un modo que oculta todos sus datos. Introduciendo la Constraseña oscura en la pantalla de introducción se mostrará una versión vacía de Mapeo que le permite crear observaciones de demostración que no se guardan en la base de datos de Mapeo." }, "screens.ObscurePasscode.instructions": { - "message": "Enter the code above to hide your data in Mapeo" + "message": "Introduzca la constraseña anterior para ocultar sus datos en Mapeo" }, "screens.ObscurePasscode.title": { - "message": "Obscure Passcode" + "message": "Contraseña oscura" }, "screens.ObscurePasscode.toggleMessage": { - "message": "Use Obscure Passcode" + "message": "Usar la Contraseña oscura" }, "screens.ObscurePasscode.whatIsObscure": { - "message": "What is Obscure Passcode?" + "message": "¿Qué es la Contraseña oscura?" }, "screens.Observation.ObservationEdit.CategoryView.changePreset": { - "message": "Change" + "message": "Cambiar" }, "screens.Observation.ObservationEdit.CategoryView.observation": { "description": "Default name of observation with no matching preset", - "message": "Observation" + "message": "Observación" }, "screens.Observation.ObservationView.delete": { "description": "Button to delete an observation", - "message": "Delete" + "message": "Borrar" }, "screens.Observation.ObservationView.noAnswer": { "description": "Placeholder text for fields on an observation which are not answered", - "message": "No answer" + "message": "Sin respuesta" }, "screens.Observation.ObservationView.observation": { "description": "Default name of observation with no matching preset", - "message": "Observation" + "message": "Observación" }, "screens.Observation.cancel": { "description": "Button to cancel delete of observation", - "message": "Cancel" + "message": "Cancelar" }, "screens.Observation.confirm": { "description": "Button to confirm delete of observation", - "message": "Yes, delete" + "message": "Si, borrar" }, "screens.Observation.deleteTitle": { "description": "Title of dialog asking confirmation to delete an observation", - "message": "Delete observation?" + "message": "¿Quieres borrar la observación?" }, "screens.Observation.title": { "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", - "message": "Observation" + "message": "Observación" }, "screens.ObservationEdit.BottomSheet.addLabel": { "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", - "message": "Add…" + "message": "Agregar…" }, "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { "description": "Placeholder for description/notes field", - "message": "What is happening here?" + "message": "¿Qué está pasando aquí?" }, "screens.ObservationEdit.ObservationEditView.photoButton": { "description": "Button label for adding photo", - "message": "Add Photo" + "message": "Agregar foto" }, "screens.ObservationEdit.ObservationEditView.searching": { "description": "Shown in new observation screen whilst looking for GPS", - "message": "Searching…" + "message": "Buscando…" }, "screens.ObservationEdit.SaveButton.keepWaiting": { "description": "Button to cancel save and continue waiting for GPS", - "message": "Continue waiting" + "message": "Seguir esperando" }, "screens.ObservationEdit.SaveButton.manualEntry": { "description": "Button to manually enter GPS coordinates", - "message": "Manual Coords" + "message": "Ingresar manualmente" }, "screens.ObservationEdit.SaveButton.noGpsDesc": { "description": "Description in dialog when trying to save with no GPS coords", - "message": "This observation does not have a location. You can continue waiting for a GPS signal, save the observation without a location, or enter coordinates manually" + "message": "Esta observación no tiene ubicación. Puedes seguir esperando el GPS, o guardarlo sin ubicación o ingresar las coordenadas manualmente" }, "screens.ObservationEdit.SaveButton.noGpsTitle": { "description": "Title of dialog when trying to save with no GPS coords", - "message": "No GPS signal" + "message": "Sin señal del GPS" }, "screens.ObservationEdit.SaveButton.saveAnyway": { "description": "Button to save regardless of GPS state", - "message": "Save" + "message": "Guardar" }, "screens.ObservationEdit.SaveButton.weakGpsDesc": { "description": "Description in dialog when trying to save with low GPS accuracy.", - "message": "GPS accuracy is low. You can continue waiting for better accuracy, save the observation with low accuracy, or enter coordinates manually" + "message": "La precisión del GPS está baja. Puedes seguir esperando que la precisión mejore, o guardar como está o ingresar las coordenadas manualmente" }, "screens.ObservationEdit.SaveButton.weakGpsTitle": { "description": "Title of dialog when trying to save with low GPS accuracy.", - "message": "Weak GPS signal" + "message": "Señal débil del GPS" }, "screens.ObservationEdit.editTitle": { "description": "screen title for edit observation screen", - "message": "Edit Observation" + "message": "Editar observación" }, "screens.ObservationEdit.newTitle": { "description": "screen title for new observation screen", - "message": "New Observation" + "message": "Observación nueva" }, "screens.ObservationList.observationListTitle": { "description": "Title of screen with list of observations", - "message": "Observations" + "message": "Observaciones" }, "screens.ObservationsList.ObservationsEmptyView.backButton": { "description": "Back button on observation list screen when no observations are yet recorded", - "message": "Go To Map" + "message": "Ir al mapa" }, "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { "description": "Description of observation list view when the user has not yet recorded observations", - "message": "Start from map or camera view to record your first observation." + "message": "Comience desde la vista de mapa o cámara para grabar su primera observación." }, "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { "description": "Title of observation list view when the user has not yet recorded observations", - "message": "Add Observations" + "message": "Añadir observaciones" }, "screens.ObservationsList.error": { "description": "message shown when there is an unexpected error when loading observations", - "message": "Error loading observations. Try quitting and restarting Mapeo." + "message": "Error a cargar observaciones, volver a abrir Mapeo para ver si lo corrige." }, "screens.ObservationsList.loading": { "description": "message shown whilst observations are loading", - "message": "Loading… this can take a while after synchronizing with a new device" + "message": "Cargando… esto puede tomar un tiempo después de sincronizar con un nuevo dispositivo" }, "screens.Security.obscurePassDescriptonPassNotSet": { - "message": "To use, enable App Passcode" + "message": "Para usarla, active la Contraseña de la aplicación" }, "screens.Security.obscurePassDescriptonPassSet": { - "message": "Protect your device against seizure" + "message": "Proteja su dispositivo contra la incautación" }, "screens.Security.obscurePasscodeHeader": { - "message": "Obscure Passcode" + "message": "Contraseña oscura" }, "screens.Security.passDesriptionPassNotSet": { - "message": "Passcode not set" + "message": "Contraseña no establecida" }, "screens.Security.passDesriptionPassSet": { - "message": "Passcode is set" + "message": "Contraseña establecida" }, "screens.Security.passcodeHeader": { - "message": "App Passcode" + "message": "Contraseña de la aplicación" }, "screens.Security.securitySubheader": { - "message": "Device Security" + "message": "Seguridad del dispositivo" }, "screens.Security.title": { - "message": "Security" + "message": "Seguridad" }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", - "message": "About Mapeo" + "message": "Acerca de Mapeo" }, "screens.Settings.aboutMapeoDesc": { "description": "Description of the 'About Mapeo' page", - "message": "Version and build number" + "message": "Versión y número de compilación" }, "screens.Settings.appSettings": { "message": "App Settings" @@ -327,10 +327,10 @@ }, "screens.Settings.title": { "description": "Title of settings screen", - "message": "Settings" + "message": "Ajustes" }, "sharedComponents.WifiBar.noWifi": { - "message": "No Internet" + "message": "Sin internet" }, "sharedComponents.WifiBar.wifi": { "description": "Label for wifi network name", From 8b62d42ebef0f2b2b3c9c26d8e0d23d0fe5885ce Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:06 +0900 Subject: [PATCH 004/239] New translations en.json (German) --- messages/de.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/de.json diff --git a/messages/de.json b/messages/de.json new file mode 100644 index 000000000..36acf5a56 --- /dev/null +++ b/messages/de.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Bearbeitung fortsetzen" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Änderungen verwerfen" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Änderungen verwerfen?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Verlassen ohne zu speichern" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Beobachtung verwerfen?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Sprache" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Gerätename" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Abbrechen" + }, + "screens.AppPasscode": { + "message": "App-Passwort" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Abbrechen" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Abbrechen" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Nächste Frage" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Fortsetzen" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "Was ist ein App-Passwort?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Abbrechen" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App-Passwort" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Was ist passiert?" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Bearbeiten" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Beobachtung" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Löschen" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Keine Antwort" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Beobachtung" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Abbrechen" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Ja, löschen" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Beobachtung löschen?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Beobachtung" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Anheften…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "Was passiert hier?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Foto hinzufügen" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Suche läuft…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Weiter warten" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Koordinaten selbst eingeben" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Diese Beobachtung hat keinen Standort. Du kannst weiter auf ein GPS-Signal warten, die Beobachtung ohne einen Standort speichern oder die Koordinaten manuell eingeben" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "Kein GPS-Signal" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Speichern" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "Die GPS-Genauigkeit ist niedrig. Du kannst weiter warten, die Beobachtung mit niedriger Genauigkeit speichern oder die Koordinaten selbst eingeben" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Schwaches GPS-Signal" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Beobachtung bearbeiten" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Neue Beobachtung" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Beobachtungen" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Zur Karte" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Starte in der Karten- oder Kameraansicht, um deine erste Beobachtung aufzuzeichnen." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Beobachtung(en) hinzufügen" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Fehler beim Laden der Beobachtungen. Versuche, Mapeo neu zu starten." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Laden… Dies kann einige Zeit nach dem synchronisieren mit einem neuen Gerät dauern" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App-Passwort" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Über Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Versions- und Build-Nummer" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Einstellungen" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "No Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From 4841ac85bbc038f22c5e2a5cf0c42d6e20446510 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:07 +0900 Subject: [PATCH 005/239] New translations en.json (Japanese) --- messages/ja.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/ja.json diff --git a/messages/ja.json b/messages/ja.json new file mode 100644 index 000000000..70c200e74 --- /dev/null +++ b/messages/ja.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "編集を続ける" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "変更を破棄" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "変更を破棄してよろしいですか?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "保存せずに閉じる" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Discard observation?" + }, + "Screens.Settings.AppSettings.language": { + "message": "言語" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Device Name" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "取消" + }, + "screens.AppPasscode": { + "message": "App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "取消" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "取消" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Next" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Continue" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "What is App Passcode?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "取消" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Choose what is happening" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Change" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "削除" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "No answer" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "取消" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "はい、削除します" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Delete observation?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Observation" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Add…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Add Photo" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "検索中…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Continue waiting" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Manual Coords" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "This observation does not have a location. You can continue waiting for a GPS signal, save the observation without a location, or enter coordinates manually" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "GPS信号がありません" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "保存" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPSの精度が低くなっています。精度改善を待つか、低い精度で観察を保存するか、手動で座標を入力することができます。" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "GPS信号が弱い" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Edit Observation" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "New Observation" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Observations" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "マップに移動" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "最初の観察記録を記録するには、マップまたはカメラビューから開始します。" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Add Observations" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Error loading observations. Try quitting and restarting Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Loading… this can take a while after synchronizing with a new device" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App Passcode" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Mapeoについて" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "バージョンとビルド番号" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "設定" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "No Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "Wifi:" + } +} From f825421cc299ad851a1a8a2577650e1aa57bedd1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:08 +0900 Subject: [PATCH 006/239] New translations en.json (Mongolian) --- messages/mn.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/mn.json diff --git a/messages/mn.json b/messages/mn.json new file mode 100644 index 000000000..9dc0bcdba --- /dev/null +++ b/messages/mn.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Үргэлжлүүлэн засварлах" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Өөрчлөлтийг цуцлах" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Өөрчлөлтийг цуцлах уу? " + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Хадгалахгүйгээр цуцлах" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Сануулгаас татгалзах уу?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Хэл" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Төхөөрөмжний нэр" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Цуцлах" + }, + "screens.AppPasscode": { + "message": "Аппликэшний нууц үг" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Цуцлах" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Нууц үг" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Аппликэйшний нууц үгийг хадгалах" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "Аппликэйшний нууц үгийг алдсан эсвэл мартсан тохиолдолд хэзээ ч сэргээх боломжгүй! Хадгалахаасаа өмнө нууц үгээ аюулгүй газар тэмдэглэнэ үү." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Нууц үгийг оруулна уу" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Нууц үг оруулах" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Цуцлах" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Нууц үг дахин оруулах" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Нууц үг тохируулах" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Дараагийнх" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Нууц үг 5 оронтой тоо байх ёстой" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Нууц үг болгон ашиглах боломжгүй" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Нууц үг тохирохгүй байна" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Нууц үг буруу" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "Mapeo програмыг нээхэд энэ нууц үг шаардлагатай болно" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Нууц үг тохируулах" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Үргэлжлүүлэх" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "Аппликэйшний нууц үг гэж юу вэ?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "Аппликэйшний нууц үг нь Mapeo програмыг нээхийн тулд нууц үг оруулах шаардлагатай тул хамгаалалтын нэмэлт давхарга нэмэх боломжийг танд олгоно. Та доорх функцийг идэвхжүүлснээр өөрийн 5 оронтой нууц үгийг тодорхойлж болно." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Мартагдсан нууц үгийг сэргээх боломжгүй гэдгийг анхаарна уу!** Энэ функцийг идэвхжүүлсний дараа, хэрэв та нууц үгээ мартсан эсвэл алдсан тохиолдолд Mapeo-г нээх боломжгүй бөгөөд бусад төсөлд оролцогчидтой синк хийгээгүй Mapeo өгөгдөлд хандах эрхээ алдах болно. " + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Цуцлах" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Аппликэйшний нууц үгийг өөрчлөх" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "Та одоогоор Аппликэйшний нууц үгийг ашиглаж байна. Нууц үгээ ашиглахаа зогсоох эсвэл өөрчлөхийн тулд доороос үзнэ үү." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "Аппликэйшний нууц үг нь Mapeo програмыг нээхийн тулд нууц үг оруулах шаардлагатай тул аюулгүй байдлын нэмэлт давхаргыг нэмдэг." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "Аппликэшний нууц үг" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Унтраах" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Аппликэйшний нууц үгийг унтраах" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Аппликэйшний нууц үгийг ашиглах" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Юу болж байгааг сонгох" + }, + "screens.EnterPassword.enterPass": { + "message": "Нууц үгээ оруулах" + }, + "screens.EnterPassword.wrongPass": { + "message": "Нууц үг буруу байна, дахин оролдоно уу" + }, + "screens.ObscurePasscode.description": { + "message": "Бүрхэг нууц үг нь Mapeo-г төөрөгдүүлэх горимд нээх боломжийг олгодог хамгаалалтын функц бөгөөд таны бүх өгөгдлийг нуудаг. Танилцуулгын дэлгэцэн дээр тодорхойгүй нууц үгийг оруулснаар Mapeo-ийн хоосон хувилбар гарч ирэх бөгөөд энэ нь танд Mapeo мэдээллийн санд хадгалагдаагүй үзүүлэх ажиглалт үүсгэх боломжийг олгоно." + }, + "screens.ObscurePasscode.instructions": { + "message": "Mapeo дээрх өгөгдлөө нуухын тулд дээрх кодыг оруулна уу" + }, + "screens.ObscurePasscode.title": { + "message": "Тодорхой бус нууц үг" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Тодорхой бус нууц үгийг ашиглах" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "Тодорхой бус нууц үг юу вэ?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Өөрчлөх" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Сануулга" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Устгах" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Хариулт алга" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Сануулга" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Цуцлах" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Тийм, устгах" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Сануулгыг устгах уу?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Сануулга" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Нэмэх…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "Энд юу болоод байгаа юм бэ?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Фото зураг нэмэх" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Хайлт хийж байна..." + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Үргэлжлүүлэн хүлээж байна" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Гар ажиллагаатай солбицолууд" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Энэ сануулга нь байршилгүй. Та GPS дохиог үргэлжлүүлэн хүлээх, сануулгыг байршилгүйгээр хадгалах эсвэл солбицолуудыг гараар оруулах боломжтой" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "GPS-ийн дохио байхгүй" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Хадгалах" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS-ийн нарийвчлал бага байна. Та илүү нарийвчлалтай байхыг үргэлжлүүлэн хүлээх, ажиглалтыг бага нарийвчлалтайгаар хадгалах эсвэл солбицолыг гараар оруулах боломжтой." + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "GPS-ийн дохио сул байна" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Сануулга засах" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Шинэ сануулга" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Сануулгууд" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Газрын зураг руу очих" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Анхны сануулгаа бичхийн тулд газрын зураг эсвэл камерын харагдацаас эхэл." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Сануулгууд нэмэх" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Сануулгыг ачаалахад алдаа гарлаа. Mapeo-г орхиж, дахин эхлүүлээд үзээрэй." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Ачаалж байна... шинэ төхөөрөмжтэй зэрэгцүүлэлт хийсний дараа хэсэг хугацаа шаардагдах болно" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "Ашиглахын тулд Аппликэшний нууц үгийг тааруулах" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Төхөөрөмжөө хураахаас хамгаалаарай" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Тодорхой бус нууц үг" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Нууц үгийг тохируулаагүй байна" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Нууц үгийг тохируулсан байна" + }, + "screens.Security.passcodeHeader": { + "message": "Аппликэшний нууц үг" + }, + "screens.Security.securitySubheader": { + "message": "Төхөөрөмжийн аюулгүй байдал" + }, + "screens.Security.title": { + "message": "Аюулгүй байдал" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Mapeo-гийн тухай" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Хувилбар ба барилгын дугаар" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Тохиргоо" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "Интернетгүй байна" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi" + } +} From 2ea95100bff48bda681fbf0fdd30476c546bfd3b Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:10 +0900 Subject: [PATCH 007/239] New translations en.json (Dutch) --- messages/nl.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/nl.json diff --git a/messages/nl.json b/messages/nl.json new file mode 100644 index 000000000..2ff8b89b7 --- /dev/null +++ b/messages/nl.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Doorgaan met bewerken" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Wijzigingen annuleren" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Wijzigingen annuleren?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Annuleren zonder op te slaan" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Waarneming annuleren?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Taal" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Device Name" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Annuleren" + }, + "screens.AppPasscode": { + "message": "App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Annuleren" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Annuleren" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Volgende" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Doorgaan" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "What is App Passcode?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Annuleren" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Kies wat er gebeurt" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Wijzigen" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Waarneming" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Verwijderen" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Geen antwoord" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Waarneming" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Annuleren" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Ja, verwijderen" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Waarneming verwijderen?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Waarneming" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Toevoegen…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "Wat gebeurt er hier?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Foto toevoegen" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Bezig te zoeken…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Blijven wachten" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Handmatige Coördinaten" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Deze waarneming heeft geen locatie. U kunt doorgaan met wachten op een GPS signaal, de waarneming opslaan zonder een locatie, of de coördinaten handmatig invoeren" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "Geen GPS signaal" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Opslaan" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS nauwkeurigheid is laag. U kunt blijven wachten op betere nauwkeurigheid, de waarneming opslaan met lage nauwkeurigheid, of handmatig de coördinaten invoeren" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Zwak GPS signaal" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Waarneming wijzigen" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Nieuwe waarneming" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Waarnemingen" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Ga naar de kaart" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Begin van de kaart- of camera weergave om de eerste waarneming op te nemen." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Waarnemingen toevoegen" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Er is een fout bij het laden van de waarnemingen. Probeer Mapeo te sluiten en opnieuw te starten." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Bezig te laden… dit kan even duren na het synchroniseren met een nieuw apparaat" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App Passcode" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Over Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Versie en build nummer" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Instellingen" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "No Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From e888e9296ca93090aa4a416612c0c6bb841b0422 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:10 +0900 Subject: [PATCH 008/239] New translations en.json (Vietnamese) --- messages/vi.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/vi.json diff --git a/messages/vi.json b/messages/vi.json new file mode 100644 index 000000000..43363db3f --- /dev/null +++ b/messages/vi.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Tiếp tục chỉnh sửa" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Hủy bỏ thay đổi" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Hủy bỏ thay đổi?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Hủy bỏ, không lưu lại" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Hủy bỏ quan sát?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Language" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Tên thiết bị" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Hủy" + }, + "screens.AppPasscode": { + "message": "Mật khẩu Ứng dụng" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Hủy" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Mật khẩu" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Lưu mật khẩu ứng dụng" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "Mật khẩu ứng dụng không thể được phục hồi nếu bị mất hoặc bị quên! Hãy nhớ ghi lại mật khẩu của bạn ở một nơi an toàn trước khi lưu để dùng." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Vui lòng nhập mật khẩu" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Nhập mật khẩu" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Hủy" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Nhập lại mật khẩu" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Thiết lập mật khauar ứng dụng" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Tiếp theo" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Mật khẩu phải có 5 số" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Không thể sử dụng làm mật khẩu" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Mật khẩu không khớp" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Mật khẩu không đúng" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "Mật khẩu này sẽ được yêu cầu để mở ứng dụng Mapeo" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Tiếp tục" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "Mật khẩu Ứng dụng là gì?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "Mật khẩu ứng dụng cho phép bạn thêm một lớp bảo mật bổ sung bằng cách yêu cầu bạn nhập mật khẩu để mở ứng dụng Mapeo. Bạn có thể xác định mật khẩu gồm 5 chữ số của riêng mình bằng cách bật tính năng bên dưới." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Xin lưu ý rằng mật khẩu đã quên không thể khôi phục được!** Khi tính năng này được bật, nếu bạn quên hoặc mất mật khẩu, bạn sẽ không thể mở Mapeo và sẽ mất quyền truy cập vào mọi dữ liệu Mapeo chưa được đồng bộ hóa với những người tham gia dự án khác." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Hủy" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Đổi mật khẩu ứng dụng" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "Bạn đang sử dụng Mật khẩu ứng dụng. Xem bên dưới để ngừng sử dụng hoặc thay đổi mật khẩu của bạn." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "Mật khẩu ứng dụng bổ sung thêm một lớp bảo mật bằng cách yêu cầu bạn nhập mật khẩu để mở ứng dụng Mapeo." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "Mật khẩu Ứng dụng" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Tắt" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Tắt mật khẩu ứng dụng?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Sử dụng mật khẩu ứng dụng" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Chọn những gì đang diễn ra" + }, + "screens.EnterPassword.enterPass": { + "message": "Nhập mật khẩu" + }, + "screens.EnterPassword.wrongPass": { + "message": "Mật khẩu không đúng, vui lòng thử lại" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Thay đổi" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Quan sát" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Xóa" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Không có câu trả lời" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Quan sát" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Hủy" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Có, xóa" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Xóa quan sát?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Quan sát" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Thêm vào…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "Có điều gì đang diễn ra ở đây?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Thêm ảnh" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Tìm kiếm…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Tiếp tục chờ" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Tọa độ thủ công" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Quan sát này không có vị trí. Bạn có thể tiếp tục chờ tín hiệu GPS, lưu quan sát mà không có vị trí, hoặc nhập tọa độ thủ công" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "Không có tín hiệu GPS" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Lưu" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "Độ chính xác của GPS thấp. Bạn có thể tiếp tục đợi để có độ chính xác cao hơn, lưu quan sát với độ chính xác thấp, hoặc nhập tọa độ thủ công" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Tín hiệu GPS yếu" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Chỉnh sửa quan sát" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Quan sát mới" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Các quan sát" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Đến Bản đồ" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Bắt đầu từ chế độ xem bản đồ hoặc máy ảnh để ghi lại quan sát đầu tiên của bạn." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Thêm Quan sát" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Lỗi tải các quan sát. Hãy thử rời bỏ và khởi động lại Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Đang tải... việc này có thể càn một chút thời gian sau khi đồng bộ hóa với thiết bị mới" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "Để sử dụng, bật Mật khẩu ứng dụng" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Bảo vệ thiế bị của bạn khỏi bị tịch thu" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Mật khẩu chưa được đặt" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Mật khẩu đã được đặt" + }, + "screens.Security.passcodeHeader": { + "message": "Mật khẩu Ứng dụng" + }, + "screens.Security.securitySubheader": { + "message": "Bảo mật thiết bị" + }, + "screens.Security.title": { + "message": "Bảo mật" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Giới thiệu về Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Phiên bản và số hiệu bản tạo" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Cài đặt" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "Không có kết nối Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From dcf8b4081889b0d811516fc8d2d3a2cdbaf630d0 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:11 +0900 Subject: [PATCH 009/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/pt.json diff --git a/messages/pt.json b/messages/pt.json new file mode 100644 index 000000000..f546d39dc --- /dev/null +++ b/messages/pt.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Continuar editando" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Descartar alterações" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Descartar alterações?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Excluir observação" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Excluir observação?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Idioma" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Nome do dispositivo" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Cancelar" + }, + "screens.AppPasscode": { + "message": "Senha do aplicativo" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Cancelar" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Senha" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Salvar Senha do aplicativo" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "Se perder ou esquecer a Senha do aplicativo, ela nunca pode ser recuperada! Certifique-se de anotar sua senha em um local seguro antes de salvar." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Por favor insira sua senha" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Insira sua senha" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Cancelar" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Insira sua senha novamente" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Defina Senha do aplicativo" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Próximo" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "A senha deve ser de 5 dígitos" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Não pode ser usado como uma senha" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Senha não corresponde" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Senha incorreta" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "Esta senha será necessária para abrir o Mapeo" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Continue" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "O que é Senha do aplicativo?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "A Senha do aplicativo permite que você adicione uma camada adicional de segurança, exigindo que você insira uma senha para abrir o aplicativo Mapeo. Você pode definir sua própria senha de 5 dígitos ativando o recurso abaixo." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**AVISO: Senhas esquecidas não podem ser recuperadas!** Quando esse recurso estiver ativado, se você esquecer ou perder sua senha, não será capaz de abrir o Mapeo e perderá o acesso a quaisquer dados do Mapeo que não foram sincronizados com outros participantes do projeto." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Cancelar" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Alterar Senha do aplicativo" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "Atualmente você está usando a Senha do aplicativo. Veja abaixo para desativar ou alterar sua senha." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "A Senha do aplicativo adiciona uma camada adicional de segurança, exigindo que você insira uma senha para abrir o aplicativo Mapeo." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "Senha do aplicativo" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Desativar" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Desativar Senha do aplicativo?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Usar Senha do aplicativo" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Escolha o que está acontecendo" + }, + "screens.EnterPassword.enterPass": { + "message": "Insira sua senha" + }, + "screens.EnterPassword.wrongPass": { + "message": "Senha incorreta. Por favor, tente novamente." + }, + "screens.ObscurePasscode.description": { + "message": "A Senha obscura é um recurso de segurança que permite abrir o Mapeo em um modo que oculta todos os seus dados. Inserindo a Senha obscura na tela inicial exibirá uma versão vazia do Mapeo que permite que você crie observações de demonstração que não são salvas no banco de dados do Mapeo." + }, + "screens.ObscurePasscode.instructions": { + "message": "Insira a senha acima para ocultar seus dados no Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Senha obscura" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Usar Senha obscura" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "O que é Senha obscura?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Mudar" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observação" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Excluir" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Sem resposta" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observação" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Cancelar" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Sim, excluir" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Excluir observação?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Observação" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Adicionar…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "O que está acontecendo aqui?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Adicionar foto" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Procurando…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Continuar aguardando" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Inserir manualmente" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Esta observação não tem localização. Você pode continuar esperando um sinal GPS, salvar a observação sem localização, ou inserir coordenadas manualmente" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "Sem sinal GPS" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Salvar" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "A precisão do GPS está baixa. Você pode continuar esperando uma melhor precisão, salvar a observação com baixa precisão ou inserir coordenadas manualmente" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Sinal GPS fraco" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Editar observação" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Nova observação" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Observações" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Ir para mapa" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Comece pela tela de mapa ou da câmera para criar sua primeira observação." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Adicionar observações" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Erro ao carregar observações. Tente sair e reiniciar o Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Carregando... pode demorar um pouco após a sincronização com um novo dispositivo" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "Para usar, ative a Senha do aplicativo" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Proteja seu dispositivo contra apreensão" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Senha obscura" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Senha não definida" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Senha definida" + }, + "screens.Security.passcodeHeader": { + "message": "Senha do aplicativo" + }, + "screens.Security.securitySubheader": { + "message": "Segurança do dispositivo" + }, + "screens.Security.title": { + "message": "Segurança" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Sobre o Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Versão e número do build" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Ajustes" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "Sem internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "Wi-Fi:" + } +} From fc3685721eaed9ce870aff648b194d789f071fd0 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:12 +0900 Subject: [PATCH 010/239] New translations en.json (Indonesian) --- messages/id.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/id.json diff --git a/messages/id.json b/messages/id.json new file mode 100644 index 000000000..02e2d68dc --- /dev/null +++ b/messages/id.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Lanjutkan menyunting" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Batalkan perubahan" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Batalkan perubahan?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Keluar tanpa menyimpan" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Hapus pengamatan?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Bahasa" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Nama Perangkat" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Batal" + }, + "screens.AppPasscode": { + "message": "App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Batal" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Batal" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Lanjut" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Continue" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "What is App Passcode?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Batal" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Pilih apa yang sedang terjadi" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Ubah" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Pengamatan" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Hapus" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Tidak ada jawaban" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Pengamatan" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Batal" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Ya, hapus" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Menghapus pengamatan?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Pengamatan" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Tambah…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "Apa yang terjadi di sini?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Tambahkan Foto" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Mencari…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Terus menunggu" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Koordinat Manual" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Pengamatan ini tidak memiliki lokasi. Anda dapat terus menunggu sinyal GPS, menyimpan pengamatan tanpa lokasi, atau memasukkan koordinat secara manual" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "Tidak ada sinyal GPS" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Simpan" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "Akurasi GPS rendah. Anda dapat terus menunggu akurasi yang lebih baik, menyimpan pengamatan dengan akurasi rendah, atau memasukkan koordinat secara manual" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Sinyal GPS lemah" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Sunting Pengamatan" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Pengamatan Baru" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Pengamatan" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Pergi ke Peta" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Mulai dari tampilan peta atau kamera untuk merekam pengamatan pertama Anda." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Tambahkan Pengamatan" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Terjadi kesalahan saat memuat pengamatan. Coba keluar dan mulai ulang Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Memuat… ini bisa memakan waktu cukup lama setelah menyinkronkan perangkat baru" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App Passcode" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Tentang Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Versi dan nomor pembuatan" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Pengaturan" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "Tidak ada internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From 30ccbca2cfc8414e22e814bdf4957c4a65c4216c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:13 +0900 Subject: [PATCH 011/239] New translations en.json (Khmer) --- messages/km.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/km.json diff --git a/messages/km.json b/messages/km.json new file mode 100644 index 000000000..5e105e40e --- /dev/null +++ b/messages/km.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "បន្តកែសម្រួល" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "លះបង់​ការកែប្រែ" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "តើ​អ្នក​ចង់​រក្សា​ទុក​មុន​ពេល​ចាកចេញទេ?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "បោះបង់ដោយមិនរក្សាទុក" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "បោះបង់ការសង្កេត?" + }, + "Screens.Settings.AppSettings.language": { + "message": "ភាសា" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Device Name" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "បោះបង់" + }, + "screens.AppPasscode": { + "message": "App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "បោះបង់" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "បោះបង់" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "បន្ទាប់" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "បន្ត" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "What is App Passcode?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "បោះបង់" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "ជ្រើសរើសអ្វីដែលកំពុងកើតឡើង" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "ផ្លាស់ប្តូរ" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "ការសង្កេត" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "លុប" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "គ្មាន​ចម្លើយ" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "ការសង្កេត" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "បោះបង់" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "បាទ/ចាស លុបចោល" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "លុបការសង្កេត?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "ការតាមដាន" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "បន្ថែម…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "តើមានអ្វីកំពុងកើតឡើងនៅទីនេះ?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "បន្ថែមរូបថត" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "កំពុងស្វែងរក…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "បន្តរង់ចាំ" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "បញ្ចូលលេខនិយាមកាដោយដៃ" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "ការសង្កេតនេះមិនមានទីតាំងទេ។ អ្នកអាចបន្តរង់ចាំសញ្ញាGPS រក្សាទុកការសង្កេតដោយគ្មានទីតាំង ឬបញ្ចូលលេខនិយាមកាដោយដៃ" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "គ្មានសញ្ញាGPS ទេ" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "រក្សាទុក" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "សុក្រឹត្យភាពនៃប្រព័ន្ធ GPS គឺទាប។ អ្នកអាចបន្តរង់ចាំនូវសុក្រឹត្យភាពដែលប្រសើរជាងមុន រក្សាទុកការសង្កេតដោយសុក្រឹត្យភាពទាបឬបញ្ចូលលេខនិយាមកាដោយដៃ" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "សញ្ញា GPS ខ្សោយ" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "កែសម្រួលការសង្កេត" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "ការសង្កេតថ្មី" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "ការសង្កេត" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "ចូលទៅផែនទី" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "ចាប់ផ្តើមពីទិដ្ឋភាពផែនទីឬកាមេរ៉ាដើម្បីកត់ត្រាការសង្កេតដំបូងរបស់អ្នក។" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "បន្ថែមការសង្កេត" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "មានបញ្ហាពេលកំពុងធ្វើការ។ សូមសាកល្បងចាកចេញសិន ហើយសឹមចាប់ផ្តើម Mapeo ជាថ្មីឡើងវិញ ។" + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "កំពុងធ្វើការ ... វាត្រូវការពេលមួយរយៈ បន្ទាប់ពីធ្វើសមកាលកម្មជាមួយឧបករណ៍ថ្មីរួចរាល់" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App Passcode" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "អំពីមែបភីអូ" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "លេខសេរ៊ីនិងកំណែរ" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "ការកំណត់" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "No Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "ប្រព័ន្ធ WiFi:" + } +} From c60a39cfaedd189b85b932af256120784e5f456b Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:14 +0900 Subject: [PATCH 012/239] New translations en.json (Tamil) --- messages/ta.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/ta.json diff --git a/messages/ta.json b/messages/ta.json new file mode 100644 index 000000000..31e971206 --- /dev/null +++ b/messages/ta.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "தொடர்ந்து திருத்தவும்" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "மாற்றங்களை நிராகரிக்கவும்" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "மாற்றங்களை அகற்றவா?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "சேமிக்காமல் நிராகரிக்கவும்" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "அவதானிப்புகளை நீக்கவா?" + }, + "Screens.Settings.AppSettings.language": { + "message": "மொழி" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "சாதனத்தின் பெயர்" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "ரத்து செய்க" + }, + "screens.AppPasscode": { + "message": "App கடவுக்குறியீடு" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "ரத்து செய்க" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "ரத்து செய்க" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "அடுத்து" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "தொடரவும்" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": " App கடவுக்குறியீடு என்றால் என்ன?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "ரத்து செய்க" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App கடவுக்குறியீடு" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "என்ன நடக்கிறது என்பதைத் தேர்ந்தெடுக்கவும்" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "மாற்றுக" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "அவதானிப்புகள்" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "அழி" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "பதில் இல்லை" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "அவதானிப்புகள்" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "ரத்து செய்க" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "ஆம், நீக்குக" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "அவதானிப்புகளை நீக்கவா?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "அவதானிப்புகள்" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "சேர்க்க…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "இங்கே என்ன நடக்கிறது?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "போட்டோவைச் சேர்க்கவும்" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "தேடு…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "தொடர்ந்து காத்திருக்கவும்" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "கையேடு இணைப்புகள்" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "இந்தக் கவனிப்புக்கு இடம் இல்லை. ஜிபிஎஸ் சிக்னலுக்காக நீங்கள் தொடர்ந்து காத்திருக்கலாம், இருப்பிடம் இல்லாமல் கண்காணிப்பைச் சேமிக்கலாம் அல்லது ஆயங்களை கைமுறையாக உள்ளிடலாம்" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "GPS சமிக்ஞை இல்லை" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "சேமிக்கவும்" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS துல்லியம் குறைவாக உள்ளது. சிறந்த துல்லியத்திற்காக நீங்கள் தொடர்ந்து காத்திருக்கலாம், குறைந்த துல்லியத்துடன் கண்காணிப்பைச் சேமிக்கலாம் அல்லது ஆயங்களை கைமுறையாக உள்ளிடலாம்" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "பலவீனமான GPS சிக்னல்" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "கவனிப்பைத் திருத்து" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "புதிய கவனிப்பு" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "அவதானிப்புகள்" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "வரைபடத்திற்குச் செல்லவும்" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "உங்கள் முதல் கண்காணிப்பைப் பதிவு செய்ய வரைபடம் அல்லது கேமரா காட்சியிலிருந்து தொடங்கவும்." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "அவதானிப்புகளைச் சேர்க்கவும்" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "அவதானிப்புகளை ஏற்றுவதில் பிழை. Mapeo ஐ விட்டுவிட்டு மீண்டும் தொடங்க முயற்சிக்கவும்." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "ஏற்றுகிறது... புதிய சாதனத்துடன் ஒத்திசைத்த பிறகு இதற்கு சிறிது நேரம் ஆகலாம்" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "பயன்படுத்த, பயன்பாட்டு கடவுக்குறியீட்டை இயக்கவும்" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "வலிப்புத்தாக்கத்திலிருந்து உங்கள் சாதனத்தைப் பாதுகாக்கவும்" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "கடவுக்குறியீடு அமைக்கப்படவில்லை" + }, + "screens.Security.passDesriptionPassSet": { + "message": "பாஸ்கோடு அமைக்கப்பட்டது" + }, + "screens.Security.passcodeHeader": { + "message": "App கடவுக்குறியீடு" + }, + "screens.Security.securitySubheader": { + "message": "சாதனப் பாதுகாப்பு" + }, + "screens.Security.title": { + "message": "பாதுகாப்பு" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "மேபியோ பற்றி" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "பதிப்பு மற்றும் உருவாக்க எண்" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "அமைப்புகள்" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "இணைய இணைப்பில்லை" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi" + } +} From eb71cdb0a6ee3c6d3be40aae6a6c0fe772e462b6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:15 +0900 Subject: [PATCH 013/239] New translations en.json (Thai) --- messages/th.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/th.json diff --git a/messages/th.json b/messages/th.json new file mode 100644 index 000000000..0e553e033 --- /dev/null +++ b/messages/th.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "ทำการแก้ไขต่อ" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "ยกเลิกการเปลี่ยนแปลง" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "ยกเลิกการเปลี่ยนแปลงหรือไม่?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "ยกเลิกโดยไม่บันทึก" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "ยืนยันการยกเลิก?" + }, + "Screens.Settings.AppSettings.language": { + "message": "ภาษา" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "ชื่ออุปกรณ์" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "ยกเลิก" + }, + "screens.AppPasscode": { + "message": "รหัสผ่านแอป" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "ยกเลิก" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "ยกเลิก" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "ถัดไป" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "กำหนดรหัสผ่าน" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "ดำเนินการต่อ" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "รหัสผ่านแอป คืออะไร?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "ยกเลิก" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "รหัสผ่านแอป" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "เลือกหมวดหมู่การสังเกต" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "แก้ไข" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "การสังเกต" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "ลบ" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "ไม่มีการตอบรับ" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "การสังเกต" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "ยกเลิก" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "ใช่ ลบได้" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "ยืนยันให้ลบการสังเกตนี้หรือไม่?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "การสังเกต" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "เพิ่มเติม..." + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "เกิดอะไรขึ้นที่นี่?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "เพิ่มรูปภาพ" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "กำลัง​ค้น​หา..." + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "กำลังรอ" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "ป้อนพิกัดด้วยตัวเอง" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "ข้อสังเกตนี้ไม่ปรากฎสถานที่ กรุณารอสัญญาณ GPS สักครู่ บันทึกข้อสังเกต โดยป้อนพิกัดด้วยตัวเอง " + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "ไม่มีสัญญาณ GPS" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "บันทึก" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "ความแม่นยำของ GPS ต่ำ กรุณารอสักพักเพื่อความแม่นยำของสัญญาณ กรุณาบันทึกข้อสังเกต หรือป้อนพิกัดด้วยตัวเอง" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "สัญญาณ GPS อ่อน" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "แก้ไขการสังเกต" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "การสังเกตใหม่" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "การสังเกตต่าง ๆ " + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "เปิดแผนที่" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "เริ่มจากมุมมองแผนที่หรือกล้องเพื่อเริ่มบันทึกการสังเกตแรก" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "เพิ่มการสังเกต" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "การแสดงผลไม่สำเร็จ ลองปิด-เปิด Mapeo อีกครั้ง" + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "กำลังโหลดข้อมูล... การเชื่อมต่อกับอุปกรณ์ใหม่จะใช้เวลาสักครู่" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "ในการใช้งาน ให้เปิดใช้งานรหัสผ่านแอป" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "ปกป้องอุปกรณ์ของคุณจากหน้าจอค้าง" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "ยังไม่ได้ตั้งรหัสผ่าน" + }, + "screens.Security.passDesriptionPassSet": { + "message": "ตั้งรหัสผ่านแล้ว" + }, + "screens.Security.passcodeHeader": { + "message": "รหัสผ่านแอป" + }, + "screens.Security.securitySubheader": { + "message": "ความปลอดภัยอุปกรณ์" + }, + "screens.Security.title": { + "message": "ความปลอดภัย" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "เกี่ยวกับ Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "เวอร์ชันและรหัส Build Number" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "การตั้งค่า" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "ไม่มีอินเทอร์เน็ต" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From 36e14d3fcdd227fe73832f3f24960071107ebc0c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:16 +0900 Subject: [PATCH 014/239] New translations en.json (Burmese) --- messages/my.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/my.json diff --git a/messages/my.json b/messages/my.json new file mode 100644 index 000000000..e47910d9d --- /dev/null +++ b/messages/my.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "ဆက်လက်ပြင်ဆင်ခြင်း" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "ပြောင်းလဲမှုများကို ဖျက်ခြင်း" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "ပြောင်းလဲမှုများကို ဖျက်ပစ်မှာလား?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "သိမ်းဆည်းမှုမလုပ်ဘဲ ဖျက်ခြင်း" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "လေ့လာထားရှိမှုများကို ဖျက်ပစ်မှာလား?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Language" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Device Name" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "ပယ်ဖျက်သည်" + }, + "screens.AppPasscode": { + "message": "App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "ပယ်ဖျက်သည်" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "ပယ်ဖျက်သည်" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "နောက်ထပ်" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Continue" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "What is App Passcode?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "ပယ်ဖျက်သည်" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "ဘာဖြစ်နေသလဲဆိုတာ ရွေးပါ" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "ပြောင်းလဲသည်" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "လေ့လာတွေ့ရှိချက်များ" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "ပယ်ဖျက်သည်" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "အဖြေမရှိပါ" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "လေ့လာတွေ့ရှိချက်များ" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "ပယ်ဖျက်သည်" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "ဟုတ်ကဲ့၊ ပယ်ဖျက်မည်" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "လေ့လာထားရှိမှုများကို ဖျက်ပစ်မှာလား?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "လေ့လာတွေ့ရှိချက်များ" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "ပေါင်းထည့်သည်…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "ဒီမှာ ဘာဖြစ်နေတာလဲ?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "ဓါတ်ပုံထည့်ပါ" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "ရှာဖွေခြင်း…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "ဆက်လက် စောင့်နေခြင်း" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Manual Coords" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "This observation does not have a location. You can continue waiting for a GPS signal, save the observation without a location, or enter coordinates manually" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "No GPS signal" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Save" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS accuracy is low. You can continue waiting for better accuracy, save the observation with low accuracy, or enter coordinates manually" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Weak GPS signal" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Edit Observation" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "New Observation" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Observations" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Go To Map" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Start from map or camera view to record your first observation." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Add Observations" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Error loading observations. Try quitting and restarting Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Loading… this can take a while after synchronizing with a new device" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App Passcode" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "မက်ပီယိုအကြောင်း" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Version and build number" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Settings" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "No Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From 6d53061d3dbd8271340e087db9691e367480cf6d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:17 +0900 Subject: [PATCH 015/239] New translations en.json (Sinhala) --- messages/si.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/si.json diff --git a/messages/si.json b/messages/si.json new file mode 100644 index 000000000..dd8d998ce --- /dev/null +++ b/messages/si.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "සංස්කරණය කරගෙන යන්න" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "වෙනස්කම් ඉවතලන්න" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "වෙනස්කම් ඉවතලන්න?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "ඉතිරි නොකර ඉවතලන්න" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "නිරීක්ෂණය ඉවතලන්නද?" + }, + "Screens.Settings.AppSettings.language": { + "message": "භාෂාව" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "උපාංගයේ නම" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "අවලංගු කරන්න" + }, + "screens.AppPasscode": { + "message": "යෙදුම් මුර කේතය" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "අවලංගු කරන්න" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "මුරකේතය" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "යෙදුම් මුර කේතය සුරකින්න" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "යෙදුම් මුරකේත නැති වුවහොත් හෝ අමතක වූවා නම් කිසිවිටෙක ආපසු ලබාගත නොහැක! සුරැකීමට පෙර ඔබේ මුර කේතය ආරක්ෂිත ස්ථානයක සටහන් කිරීමට වග බලා ගන්න." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "කරුණාකර මුර කේතය ඇතුලත් කරන්න" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "මුරකේතය ඇතුල්කරන්න" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "අවලංගු කරන්න" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "මුරකේතය නැවත ඇතුල්කරන්න" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "යෙදුම් මුර කේතය සකසන්න" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "ඊළඟ" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "මුරපදය අංක 5ක් විය යුතුය" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "මුර කේතයක් ලෙස භාවිතා කළ නොහැක" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "මුරපදය නොගැලපේ" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "වැරදි මුර කේතය" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "Mapeo යෙදුම විවෘත කිරීමට මෙම මුර කේතය අවශ්‍ය වනු ඇත" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "යෙදුම් මුර කේතය" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "ඉදිරියට යන්න" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "යෙදුම් මුර කේතය යනු කුමක්ද?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "Mapeo යෙදුම විවෘත කිරීම සඳහා ඔබට මුරකේතයක් ඇතුළත් කිරීම අවශ්‍ය කිරීමෙන් අමතර ආරක්ෂක ස්ථරයක් එක් කිරීමට යෙදුම් මුරකේතය ඔබට ඉඩ සලසයි. පහත විශේෂාංගය ක්‍රියාත්මක කිරීමෙන් ඔබට ඔබේම ඉලක්කම් 5ක මුරකේතය අර්ථ දැක්විය හැක." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "අවලංගු කරන්න" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "මුර කේතය වෙනස් කරන්න" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "ඔබ දැනට යෙදුම් මුරකේතය භාවිතා කරයි. ඔබගේ මුර කේතය භාවිතා කිරීම නැවැත්වීමට හෝ වෙනස් කිරීමට පහත බලන්න." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "යෙදුම් මුර කේතය" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "සිදුවන්නේ කුමක්ද යන්න තෝරන්න" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "වෙනස් කරන්න" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "නිරීක්ෂණ" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "මකන්න" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "පිළිතුරක් නැත" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "නිරීක්ෂණ" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "අවලංගු කරන්න" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "ඔව්, මකන්න" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "නිරීක්ෂණය මකන්නද?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "නිරීක්ෂණ" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "එකතු කරන්න…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "මෙතන මොකද වෙන්නේ?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "ඡායාරූපය එක් කරන්න" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "සොයමින්…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "දිගටම බලා සිටින්න" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "ඛණ්ඩාංක අතින් ඇතුල් කරන්න" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "මෙම නිරීක්ෂණයට ස්ථානයක් නොමැත. ඔබට GPS සංඥාවක් සඳහා රැඳී සිටිය හැක, ස්ථානයක් නොමැතිව නිරීක්ෂණ සුරකින්න, හෝ ඛණ්ඩාංක අතින් ඇතුල් කරන්න" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "GPS සංඥා නැත" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "සුරකින්න" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS නිරවද්‍යතාවය අඩුයි. වඩා හොඳ නිරවද්‍යතාවයක් සඳහා ඔබට දිගටම බලා සිටිය හැක, අඩු නිරවද්‍යතාවයකින් නිරීක්ෂණය සුරකින්න, හෝ ඛණ්ඩාංක අතින් ඇතුල් කරන්න" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "දුර්වල GPS සංඥා" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "නිරීක්ෂණ සංස්කරණය කරන්න" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "නව නිරීක්ෂණයක්" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "නිරීක්ෂණය" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "සිතියම වෙත යන්න" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "ඔබගේ පළමු නිරීක්ෂණය වාර්තා කිරීමට සිතියමෙන් හෝ කැමරා දර්ශනයෙන් ආරම්භ කරන්න." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "නිරීක්ෂණය එකතු කරන්න" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "නිරීක්ෂණ පූරණය කිරීමේ දෝෂයකි. Mapeo වෙතින් ඉවත් වී නැවත ආරම්භ කිරීමට උත්සාහ කරන්න." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "පූරණය වෙමින් පවතී... මෙය නව උපාංගයක් සමඟ සමමුහුර්ත කිරීමෙන් පසු යම් කාලයක් ගත විය හැක" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "භාවිතා කිරීමට, යෙදුම් මුරකේතය සබල කරන්න" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "අල්ලා ගැනීමෙන් ඔබේ උපාංගය ආරක්ෂා කරන්න" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "මුර කේතය සකසා නැත" + }, + "screens.Security.passDesriptionPassSet": { + "message": "මුර කේතය සකසා ඇත" + }, + "screens.Security.passcodeHeader": { + "message": "යෙදුම් මුර කේතය" + }, + "screens.Security.securitySubheader": { + "message": "උපාංග ආරක්ෂාව" + }, + "screens.Security.title": { + "message": "ආරක්ෂාව" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Mapeo ගැන" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "අනුවාදය සහ ගොඩනැගීමේ අංකය" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "සැකසුම්" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "අන්තර්ජාලය නොමැත" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "වයිෆයි:" + } +} From f705cf1cb80dc136cb35153ca8f375d31611b634 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:18 +0900 Subject: [PATCH 016/239] New translations en.json (Swahili) --- messages/sw.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/sw.json diff --git a/messages/sw.json b/messages/sw.json new file mode 100644 index 000000000..1109a56f4 --- /dev/null +++ b/messages/sw.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Endelea kuhariri" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Tupa mabadiliko" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Ungependa kutupa mabadiliko?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Tupa bila kuhifadhi" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Ungependa kutupa uchunguzi?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Lugha" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Jina la Kifaa" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Ghairi" + }, + "screens.AppPasscode": { + "message": "Nambari ya siri ya Programu" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Ghairi" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Nambari ya siri" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Hifadhi Nambari ya siri ya Programu" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "Nambari za Siri za Programu haziwezi kurejeshwa ikiwa zimepotea au kusahaulika! Hakikisha umeandika nambari yako ya siri katika eneo salama kabla ya kuhifadhi." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Tafadhali Weka Nambari ya siri" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Weka Nambari ya siri" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Ghairi" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Weka tena Nambari ya siri" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Weka Nambari ya siri ya Programu" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Inayofuata" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Nenosiri lazima liwe nambari 5" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Haiwezi kutumika kama Nambari ya siri" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Nenosiri halilingani" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Nambari ya siri si sahihi" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "Nambari hii ya siri itahitajika ili kufungua Programu ya Mapeo" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Weka Nambari ya siri" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Endelea" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "Nambari ya siri ya Programu ni nini?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "Nambari ya siri ya Programu hukuruhusu kuongeza safu ya ziada ya usalama kwa kukuhitaji uweke nambari ya siri ili ufungue programu ya Mapeo. Unaweza kufafanua nambari yako ya siri yenye tarakimu 5 kwa kuwasha kipengele kilicho hapa chini." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Tafadhali kumbuka kuwa nambari za siri zilizosahaulika haziwezi kurejeshwa!** Kipengele hiki kikiwashwa, ukisahau au kupoteza nambari yako ya siri, hutaweza kufungua Mapeo na utapoteza ufikiaji wa data yoyote ya Mapeo ambayo haijasawazishwa na washiriki wengine wa mradi." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Ghairi" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Badilisha Nambari ya siri ya Programu" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "Kwa sasa unatumia Nambari ya siri ya Programu. Tazama hapa chini ili uache kutumia au ubadilishe nenosiri lako." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "Nambari ya siri ya Programu huongeza safu ya ziada ya usalama kwa kukuhitaji uweke nambari ya siri ili ufungue programu ya Mapeo." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "Nambari ya siri ya Programu" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Zima" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Ungependa Kuzima Nambari ya siri ya Programu?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Tumia Nambari ya siri ya Programu" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Chagua kinachofanyika" + }, + "screens.EnterPassword.enterPass": { + "message": "Weka nambari yako ya siri" + }, + "screens.EnterPassword.wrongPass": { + "message": "Nambari ya siri si sahihi, tafadhali jaribu tena" + }, + "screens.ObscurePasscode.description": { + "message": "Nambari ya siri Isiyojulikana ni kipengele cha usalama kinachokuruhusu kufungua Mapeo katika hali bandia ambayo huficha data yako yote. Kuweka Nambari ya siri Isiyojulikana kwenye skrini ya utangulizi kutaonyesha toleo tupu la Mapeo ambalo hukuruhusu kuunda uchunguzi wa maonyesho ambao hauhifadhiwi kwenye hifadhidata ya Mapeo." + }, + "screens.ObscurePasscode.instructions": { + "message": "Weka nambari iliyo hapo juu ili kuficha data yako kwenye Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Nambari ya siri Isiyojulikana" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Tumia Nambari ya siri Isiyojulikana" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "Nambari ya siri Isiyojulikana ni nini?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Badilisha" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Uchunguzi" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Futa" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "Hakuna jibu" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Uchunguzi" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Ghairi" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Ndiyo, futa" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Ungependa kufuta uchunguzi?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Uchunguzi" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Ongeza…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "Ni nini kinachofanyika hapa?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Ongeza Picha" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Inatafuta…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Endelea kusubiri" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Viratibu vya kuweka Wewe Mwenyewe" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "Uchunguzi huu hauna eneo. Unaweza kuendelea kusubiri ishara ya GPS, kuhifadhi uchunguzi bila eneo, au kuweka viratibu wewe mwenyewe" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "Hakuna ishara ya GPS" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Hifadhi" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "Usahihi wa GPS ni wa chini. Unaweza kuendelea kusubiri usahihi bora, kuhifadhi uchunguzi ulio na usahihi wa chini, au uweke viratibu wewe mwenyewe" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Ishara dhaifu ya GPS" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Hariri Uchunguzi" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "Uchunguzi Mpya" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Uchunguzi" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Nenda kwenye Ramani" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Anza kwenye ramani au mwonekano wa kamera ili urekodi uchunguzi wako wa kwanza." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Ongeza Uchunguzi" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Hitilafu ya kupakia uchunguzi. Jaribu kuacha na kuwasha upya Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Inapakia... hii inaweza kuchukua muda baada ya kusawazisha na kifaa kipya" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "Ili kutumia, washa Msimbo wa siri wa Programu" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Linda kifaa chako ili kisipokonywe" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Nambari ya siri Isiyojulikana" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Nambari ya siri haijawekwa" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Nambari ya siri imewekwa" + }, + "screens.Security.passcodeHeader": { + "message": "Nambari ya siri ya Programu" + }, + "screens.Security.securitySubheader": { + "message": "Usalama wa Kifaa" + }, + "screens.Security.title": { + "message": "Usalama" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Kuhuu Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Toleo na nambari ya muundo" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Mipangilio" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "Hakuna Intaneti" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From acf989777795ca89e3a00720dfe2feb8b3717038 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:19 +0900 Subject: [PATCH 017/239] New translations en.json (Nepali) --- messages/ne.json | 339 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/ne.json diff --git a/messages/ne.json b/messages/ne.json new file mode 100644 index 000000000..8b06f48b1 --- /dev/null +++ b/messages/ne.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "निरन्तर सम्पादन" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "परिवर्तन रद्द" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "परिवर्तन रद्द?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "संग्रह नगरी खारेज गर्नु" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "अवलाेकन हटाउने?" + }, + "Screens.Settings.AppSettings.language": { + "message": "भाषा" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Device Name" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "रद्द" + }, + "screens.AppPasscode": { + "message": "एपकाे पासकाेड प्रयाेग गर्नु" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "रद्द" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "पासकाेड" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "एपकाे पासकाेड संग्रह गर्नुहाेस" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "एपकाे पासकाेड हराएकाे वा बिर्सिएकाे खण्डमा पछि रिकभर गर्न सकिन्दैन । तपाइकाे पासकाेड सुरक्षित रूपले नाेट गरेर संग्रह गर्नु हाेला." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "रद्द" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "पुनः पासकोड प्रविष्ट गर्नुहोस्" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "एपकाे पासकाेड बनाउनु हाेस" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "अर्काे" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "पासवर्ड अनिवार्य रूपमा ५ वटा नम्बरकाे हुनु पर्छ" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "पासकोडको रूपमा प्रयोग गर्न सकिँदैन" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "पासवर्ड मिलेन" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "याे पासकाेड Mapeo App खाेल्न चाहिन्छ" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "जारी राख्ने" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "एपकाे पासकोड के हाे?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "रद्द" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "एपकाे पासकोड परिवर्तन गर्नुहोस्" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "एपकाे पासकाेड प्रयाेग गर्नु" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "बन्द गर्नु" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "एपकाे पासकाेड बन्द गर्नु?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "एपकाे पासकाेड प्रयाेग गर्नु" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "के भइ रहेकाे छ छान्नुहाेस" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "परिवर्तन" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "अवलाेकन" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "मेटाउने" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "उत्तर छैन" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "अवलाेकन" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "रद्द" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "हुन्छ, मेट्नु" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "अवलाेकन हटाउने?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "अवलाेकन" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "थप…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "यहाँ के भइ राखेकाे छ?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "फाेटाे थप्नु" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "खाेजी जारी …" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "पर्खाइ निरन्तर" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "म्यानुअल काेर्डस्" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "याे अवलाेकनकाे लाेकेसन छैन । तपाइले GPS संकेत निरन्तर कुर्न सक्नु हुनेछ, अवलाेकनलाइ लाेकेसन बेगर संग्रह गर्न सक्नुहुन्छ, वा निर्देशलाइ अाफैले राख्नु" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "GPS संकेत छैन" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "संग्रह" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS यथार्थता न्यून छ, दुरूस्त GPS काे लागि कुर्न सक्नु हुन्छ, न्यून GPS यथार्थतामा संग्रह गर्न सक्नु हुन्छ, वा अाफैले निर्देश गर्न सक्नुहुन्छ" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "कमजाेर GPS संकेत" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "अवलाेकन सम्पादन" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "नया अवलाेकन" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "अवलाेकनहरू" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "नक्सामा जानु हाेला" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "पहिलो अवलोकन रेकर्ड गर्न नक्सा वा क्यामेरा दृश्यबाट सुरू गर्नु." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "अवलोकन थप्नुहोस" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "अवलाेकन लाेड गर्नमा समस्या । Mapeo बाट बाहिरिने र पुन शुरू गर्ने." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "लाेड हुँदै... नयाँ उपकरणसँग सिंक्राेनाइज हुन केहि समय लाग्न सक्छ" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "प्रयोग गर्न, एप पासकोड सक्षम गर्नुहोस्" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "आफ्नो यन्त्रलाई आक्रमणबाट सुरक्षित गर्नुहोस्" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "एपकाे पासकाेड प्रयाेग गर्नु" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Mapeo काे बारेमा" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Version and build number" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "सेटिङ" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "No Internet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi" + } +} From 2c671a790938bcb89c7369eecfbe34b10acd63a2 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 12 Dec 2023 05:39:20 +0900 Subject: [PATCH 018/239] New translations en.json (Ogiek) --- messages/oki.json | 339 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 messages/oki.json diff --git a/messages/oki.json b/messages/oki.json new file mode 100644 index 000000000..cca48f15f --- /dev/null +++ b/messages/oki.json @@ -0,0 +1,339 @@ +{ + "AppContainer.EditHeader.discardCancel": { + "description": "Button on dialog to keep editing (cancelling close action)", + "message": "Taastay iweechweech" + }, + "AppContainer.EditHeader.discardChangesContent": { + "description": "Button on dialog to cancel observation edits", + "message": "Toochinee weecheet" + }, + "AppContainer.EditHeader.discardChangesTitle": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Toochinee weecheet?" + }, + "AppContainer.EditHeader.discardContent": { + "description": "Button on dialog to cancel a new observation", + "message": "Toochinee meekonoor" + }, + "AppContainer.EditHeader.discardTitle": { + "description": "Title of dialog that shows when cancelling a new observation", + "message": "Toochinee observation?" + }, + "Screens.Settings.AppSettings.language": { + "message": "Language" + }, + "Screens.Settings.AppSettings.languageDesc": { + "message": "Display language for app" + }, + "Screens.Settings.AppSettings.title": { + "message": "App Setttings" + }, + "Screens.Settings.ProjectSettings.configuration": { + "message": "Configuration" + }, + "Screens.Settings.ProjectSettings.deviceName": { + "message": "Device Name" + }, + "Screens.Settings.ProjectSettings.title": { + "message": "Project Setttings" + }, + "Screens.Settings.ProjectSettings.yourTeam": { + "message": "Your Team" + }, + "screens.AddPhoto.cancel": { + "message": "Noomtee" + }, + "screens.AppPasscode": { + "message": "App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.cancel": { + "message": "Noomtee" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.passcode": { + "description": "used to indicate to the user what the new passcode will be.", + "message": "Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.saveAppPasscode": { + "message": "Save App Passcode" + }, + "screens.AppPasscode.ConfirmPasscodeSheet.title": { + "message": "App Passcodes can never be recovered if lost or forgotten! Make sure to note your passcode in a secure location before saving." + }, + "screens.AppPasscode.EnterPassToTurnOff.subTitleEnter": { + "message": "Please Enter Passcode" + }, + "screens.AppPasscode.EnterPassToTurnOff.titleEnter": { + "message": "Enter Passcode" + }, + "screens.AppPasscode.InputPasscodeScreen.cancel": { + "message": "Noomtee" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleConfirm": { + "message": "Re-enter Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.TitleSet": { + "message": "Set App Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.button": { + "message": "Next" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.initialPassError": { + "message": "Password must be 5 numbers" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.obscurePasscodeError": { + "message": "Cannot be used as a Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordDoesNotMatch": { + "message": "Password does not match" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.passwordError": { + "message": "Incorrect Passcode" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.subTitleSet": { + "message": "This passcode will be required to open the Mapeo App" + }, + "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Set Passcode" + }, + "screens.AppPasscode.NewPasscode.Splash.continue": { + "message": "Taastay" + }, + "screens.AppPasscode.NewPasscode.Splash.title": { + "message": "What is App Passcode?" + }, + "screens.AppPasscode.PasscodeIntro.description": { + "message": "App Passcode allows you to add an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app. You can define your own 5-digit passcode by turning on the feature below." + }, + "screens.AppPasscode.PasscodeIntro.warning": { + "message": "**Please note that forgotten passcodes cannot be recovered!** Once this feature is enabled, if you forget or lose your passcode, you will not be able to open Mapeo and will lose access to any Mapeo data that has not been synced with other project participants." + }, + "screens.AppPasscode.TurnOffPasscode.cancel": { + "message": "Noomtee" + }, + "screens.AppPasscode.TurnOffPasscode.changePasscode": { + "message": "Change App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.currentlyUsing": { + "message": "You are currently using App Passcode. See below to stop using or change your passcode." + }, + "screens.AppPasscode.TurnOffPasscode.description": { + "message": "App Passcode adds an additional layer of security by requiring that you enter a passcode in order to open the Mapeo app." + }, + "screens.AppPasscode.TurnOffPasscode.title": { + "message": "App Passcode" + }, + "screens.AppPasscode.TurnOffPasscode.turnOff": { + "message": "Turn Off" + }, + "screens.AppPasscode.TurnOffPasscode.turnOffConfirmation": { + "message": "Turn Off App Passcode?" + }, + "screens.AppPasscode.TurnOffPasscode.usePasscode": { + "message": "Use App Passcode" + }, + "screens.CameraScreen.goToSettings": { + "message": "Go to Settings" + }, + "screens.CameraScreen.noCameraAccess": { + "message": "No access to camera. Please Allow access in setting" + }, + "screens.CategoryChooser.categoryTitle": { + "description": "Title for category chooser screen", + "message": "Choose what is happening" + }, + "screens.EnterPassword.enterPass": { + "message": "Enter your passcode" + }, + "screens.EnterPassword.wrongPass": { + "message": "Incorrect passcode, please try again" + }, + "screens.ObscurePasscode.description": { + "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." + }, + "screens.ObscurePasscode.instructions": { + "message": "Enter the code above to hide your data in Mapeo" + }, + "screens.ObscurePasscode.title": { + "message": "Obscure Passcode" + }, + "screens.ObscurePasscode.toggleMessage": { + "message": "Use Obscure Passcode" + }, + "screens.ObscurePasscode.whatIsObscure": { + "message": "What is Obscure Passcode?" + }, + "screens.Observation.ObservationEdit.CategoryView.changePreset": { + "message": "Change" + }, + "screens.Observation.ObservationEdit.CategoryView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.ObservationView.delete": { + "description": "Button to delete an observation", + "message": "Delete" + }, + "screens.Observation.ObservationView.noAnswer": { + "description": "Placeholder text for fields on an observation which are not answered", + "message": "No answer" + }, + "screens.Observation.ObservationView.observation": { + "description": "Default name of observation with no matching preset", + "message": "Observation" + }, + "screens.Observation.cancel": { + "description": "Button to cancel delete of observation", + "message": "Noomtee" + }, + "screens.Observation.confirm": { + "description": "Button to confirm delete of observation", + "message": "Yes, delete" + }, + "screens.Observation.deleteTitle": { + "description": "Title of dialog asking confirmation to delete an observation", + "message": "Delete observation?" + }, + "screens.Observation.title": { + "description": "Title of observation screen showing (non-editable) view of observation with map and answered questions", + "message": "Observation" + }, + "screens.ObservationEdit.BottomSheet.addLabel": { + "description": "Label above keyboard that expands into bottom sheet of options to add (photo, details etc)", + "message": "Add…" + }, + "screens.ObservationEdit.ObservationEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.ObservationEdit.ObservationEditView.photoButton": { + "description": "Button label for adding photo", + "message": "Add Photo" + }, + "screens.ObservationEdit.ObservationEditView.searching": { + "description": "Shown in new observation screen whilst looking for GPS", + "message": "Cheeng'…" + }, + "screens.ObservationEdit.SaveButton.keepWaiting": { + "description": "Button to cancel save and continue waiting for GPS", + "message": "Continue waiting" + }, + "screens.ObservationEdit.SaveButton.manualEntry": { + "description": "Button to manually enter GPS coordinates", + "message": "Manual Coords" + }, + "screens.ObservationEdit.SaveButton.noGpsDesc": { + "description": "Description in dialog when trying to save with no GPS coords", + "message": "This observation does not have a location. You can continue waiting for a GPS signal, save the observation without a location, or enter coordinates manually" + }, + "screens.ObservationEdit.SaveButton.noGpsTitle": { + "description": "Title of dialog when trying to save with no GPS coords", + "message": "No GPS signal" + }, + "screens.ObservationEdit.SaveButton.saveAnyway": { + "description": "Button to save regardless of GPS state", + "message": "Save" + }, + "screens.ObservationEdit.SaveButton.weakGpsDesc": { + "description": "Description in dialog when trying to save with low GPS accuracy.", + "message": "GPS accuracy is low. You can continue waiting for better accuracy, save the observation with low accuracy, or enter coordinates manually" + }, + "screens.ObservationEdit.SaveButton.weakGpsTitle": { + "description": "Title of dialog when trying to save with low GPS accuracy.", + "message": "Weak GPS signal" + }, + "screens.ObservationEdit.editTitle": { + "description": "screen title for edit observation screen", + "message": "Edit Observation" + }, + "screens.ObservationEdit.newTitle": { + "description": "screen title for new observation screen", + "message": "New Observation" + }, + "screens.ObservationList.observationListTitle": { + "description": "Title of screen with list of observations", + "message": "Observations" + }, + "screens.ObservationsList.ObservationsEmptyView.backButton": { + "description": "Back button on observation list screen when no observations are yet recorded", + "message": "Go To Map" + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsDesc": { + "description": "Description of observation list view when the user has not yet recorded observations", + "message": "Start from map or camera view to record your first observation." + }, + "screens.ObservationsList.ObservationsEmptyView.noObservationsTitle": { + "description": "Title of observation list view when the user has not yet recorded observations", + "message": "Add Observations" + }, + "screens.ObservationsList.error": { + "description": "message shown when there is an unexpected error when loading observations", + "message": "Error loading observations. Try quitting and restarting Mapeo." + }, + "screens.ObservationsList.loading": { + "description": "message shown whilst observations are loading", + "message": "Loading… this can take a while after synchronizing with a new device" + }, + "screens.Security.obscurePassDescriptonPassNotSet": { + "message": "To use, enable App Passcode" + }, + "screens.Security.obscurePassDescriptonPassSet": { + "message": "Protect your device against seizure" + }, + "screens.Security.obscurePasscodeHeader": { + "message": "Obscure Passcode" + }, + "screens.Security.passDesriptionPassNotSet": { + "message": "Passcode not set" + }, + "screens.Security.passDesriptionPassSet": { + "message": "Passcode is set" + }, + "screens.Security.passcodeHeader": { + "message": "App Passcode" + }, + "screens.Security.securitySubheader": { + "message": "Device Security" + }, + "screens.Security.title": { + "message": "Security" + }, + "screens.Settings.aboutMapeo": { + "description": "Primary text for 'About Mapeo' link (version info)", + "message": "Wunee Mapeo" + }, + "screens.Settings.aboutMapeoDesc": { + "description": "Description of the 'About Mapeo' page", + "message": "Version and build number" + }, + "screens.Settings.appSettings": { + "message": "App Settings" + }, + "screens.Settings.appSettingsDesc": { + "description": "list of avaialable app settings", + "message": "Language, Security, Coordinates" + }, + "screens.Settings.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Settings.createOrJoinDesc": { + "message": "Create a new project or join existing one" + }, + "screens.Settings.projectSettings": { + "message": "Project Settings" + }, + "screens.Settings.projectSettingsDesc": { + "description": "list of avaialable project settings", + "message": "Categories, Config, Team" + }, + "screens.Settings.title": { + "description": "Title of settings screen", + "message": "Settings" + }, + "sharedComponents.WifiBar.noWifi": { + "message": "Momii Intaneet" + }, + "sharedComponents.WifiBar.wifi": { + "description": "Label for wifi network name", + "message": "WiFi:" + } +} From 41c50870c651edf87bc1971302c0fbaf20de33f5 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:02 +0900 Subject: [PATCH 019/239] New translations en.json (French) --- messages/fr.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index cf66798b0..6112ce564 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Choisissez ce qui se passe" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From 9292d414c74b2b4d88d3d768597b9de2ace46d12 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:03 +0900 Subject: [PATCH 020/239] New translations en.json (Spanish) --- messages/es.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/es.json b/messages/es.json index b5f8062dd..1f16eb695 100644 --- a/messages/es.json +++ b/messages/es.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Elegir qué está pasando" }, + "screens.DeviceNaming.Success.description": { + "message": "Nombraste tu dispositivo" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Ir al mapa" + }, + "screens.DeviceNaming.Success.success": { + "message": "¡Éxito!" + }, + "screens.DeviceNaming.addName": { + "message": "Agregar nombre" + }, + "screens.DeviceNaming.description": { + "message": "Para crear o unirte a un nuevo proyecto tendrás que nombrar tu dispositivo. En una futura versión de CoMapeo, podrás gestionar los proyectos que hayas creado cambiando los roles de los dispositivos, eliminando dispositivos y mucho más." + }, + "screens.DeviceNaming.header": { + "message": "Agrega un nombre para tu dispositivo" + }, "screens.EnterPassword.enterPass": { "message": "Introduzca su contraseña" }, "screens.EnterPassword.wrongPass": { "message": "Contraseña incorrecta, inténtelo de nuevo" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Colabora con proyectos de mapeo y monitoreo" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "¡Comienza ya!" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "ahora es" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "La Contraseña oscura es una funcionalidad de seguridad que le permite abrir Mapeo en un modo que oculta todos sus datos. Introduciendo la Constraseña oscura en la pantalla de introducción se mostrará una versión vacía de Mapeo que le permite crear observaciones de demostración que no se guardan en la base de datos de Mapeo." }, From 193b157d17011d56da7bc4f5beab1d8cc8e963e4 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:04 +0900 Subject: [PATCH 021/239] New translations en.json (German) --- messages/de.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/de.json b/messages/de.json index 36acf5a56..eeba2e455 100644 --- a/messages/de.json +++ b/messages/de.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Was ist passiert?" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From e69483e26c8e31edb45d3c9d5bd913ad330aa936 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:05 +0900 Subject: [PATCH 022/239] New translations en.json (Japanese) --- messages/ja.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 70c200e74..30da27ae2 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Choose what is happening" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From ae231c5b5054113ee40d479526f9993809ba22eb Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:06 +0900 Subject: [PATCH 023/239] New translations en.json (Mongolian) --- messages/mn.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index 9dc0bcdba..131cd09c8 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Юу болж байгааг сонгох" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Нууц үгээ оруулах" }, "screens.EnterPassword.wrongPass": { "message": "Нууц үг буруу байна, дахин оролдоно уу" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Бүрхэг нууц үг нь Mapeo-г төөрөгдүүлэх горимд нээх боломжийг олгодог хамгаалалтын функц бөгөөд таны бүх өгөгдлийг нуудаг. Танилцуулгын дэлгэцэн дээр тодорхойгүй нууц үгийг оруулснаар Mapeo-ийн хоосон хувилбар гарч ирэх бөгөөд энэ нь танд Mapeo мэдээллийн санд хадгалагдаагүй үзүүлэх ажиглалт үүсгэх боломжийг олгоно." }, From 945b53b9a68b660e79f592b29bcf8f85972440a4 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:07 +0900 Subject: [PATCH 024/239] New translations en.json (Dutch) --- messages/nl.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 2ff8b89b7..bc0e278b7 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Kies wat er gebeurt" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From 8669dac0ac919943a6298ae6ce18b89db7538619 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:08 +0900 Subject: [PATCH 025/239] New translations en.json (Vietnamese) --- messages/vi.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index 43363db3f..fa9d98796 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Chọn những gì đang diễn ra" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Nhập mật khẩu" }, "screens.EnterPassword.wrongPass": { "message": "Mật khẩu không đúng, vui lòng thử lại" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From ec3c60f8cadbd836d18c496ab47aee1373257c9f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:09 +0900 Subject: [PATCH 026/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index f546d39dc..5bb68280e 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Escolha o que está acontecendo" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Insira sua senha" }, "screens.EnterPassword.wrongPass": { "message": "Senha incorreta. Por favor, tente novamente." }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "A Senha obscura é um recurso de segurança que permite abrir o Mapeo em um modo que oculta todos os seus dados. Inserindo a Senha obscura na tela inicial exibirá uma versão vazia do Mapeo que permite que você crie observações de demonstração que não são salvas no banco de dados do Mapeo." }, From 01ab0a4224f34a4bf2692bb87126bb8893afecc0 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:11 +0900 Subject: [PATCH 027/239] New translations en.json (Indonesian) --- messages/id.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/id.json b/messages/id.json index 02e2d68dc..15f60c4ca 100644 --- a/messages/id.json +++ b/messages/id.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Pilih apa yang sedang terjadi" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From 2e024779def36de7732ab90f24e8aec7b090f470 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:12 +0900 Subject: [PATCH 028/239] New translations en.json (Khmer) --- messages/km.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/km.json b/messages/km.json index 5e105e40e..0de65a973 100644 --- a/messages/km.json +++ b/messages/km.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "ជ្រើសរើសអ្វីដែលកំពុងកើតឡើង" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From bdf6199afb1c925a8789e9c88f8cd2a1e5b48c84 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:13 +0900 Subject: [PATCH 029/239] New translations en.json (Tamil) --- messages/ta.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index 31e971206..a38d2c297 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "என்ன நடக்கிறது என்பதைத் தேர்ந்தெடுக்கவும்" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From 8fc8057e410fb208a8126c5b6397b4d54aaaf25c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:14 +0900 Subject: [PATCH 030/239] New translations en.json (Thai) --- messages/th.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/th.json b/messages/th.json index 0e553e033..2acbfe5f6 100644 --- a/messages/th.json +++ b/messages/th.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "เลือกหมวดหมู่การสังเกต" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From b3bd4336b01189b4ca22675fe5ac2d1f65a3f98f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:15 +0900 Subject: [PATCH 031/239] New translations en.json (Burmese) --- messages/my.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/my.json b/messages/my.json index e47910d9d..f8410ee3a 100644 --- a/messages/my.json +++ b/messages/my.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "ဘာဖြစ်နေသလဲဆိုတာ ရွေးပါ" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From 6c1732c5ab505a6806ebd0708a530b720cff898f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:16 +0900 Subject: [PATCH 032/239] New translations en.json (Sinhala) --- messages/si.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/si.json b/messages/si.json index dd8d998ce..cd76cd5b3 100644 --- a/messages/si.json +++ b/messages/si.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "සිදුවන්නේ කුමක්ද යන්න තෝරන්න" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From f0d80eb5a81b9afc00870bf2169bb8f60b19a7ba Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:17 +0900 Subject: [PATCH 033/239] New translations en.json (Swahili) --- messages/sw.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index 1109a56f4..4d2d456fd 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Chagua kinachofanyika" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Weka nambari yako ya siri" }, "screens.EnterPassword.wrongPass": { "message": "Nambari ya siri si sahihi, tafadhali jaribu tena" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Nambari ya siri Isiyojulikana ni kipengele cha usalama kinachokuruhusu kufungua Mapeo katika hali bandia ambayo huficha data yako yote. Kuweka Nambari ya siri Isiyojulikana kwenye skrini ya utangulizi kutaonyesha toleo tupu la Mapeo ambalo hukuruhusu kuunda uchunguzi wa maonyesho ambao hauhifadhiwi kwenye hifadhidata ya Mapeo." }, From 0c3e8590f9ff75a41859f2c73ff10e2c339c8f49 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:18 +0900 Subject: [PATCH 034/239] New translations en.json (Nepali) --- messages/ne.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index 8b06f48b1..2bce9fdb0 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "के भइ रहेकाे छ छान्नुहाेस" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From 0d5959e38736d8b58928bf1b35de26663f7a3ccc Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 05:34:19 +0900 Subject: [PATCH 035/239] New translations en.json (Ogiek) --- messages/oki.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index cca48f15f..7cb369dd5 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -141,12 +141,44 @@ "description": "Title for category chooser screen", "message": "Choose what is happening" }, + "screens.DeviceNaming.Success.description": { + "message": "You named your device" + }, + "screens.DeviceNaming.Success.goToMap": { + "message": "Go to Map" + }, + "screens.DeviceNaming.Success.success": { + "message": "Success!" + }, + "screens.DeviceNaming.addName": { + "message": "Add Name" + }, + "screens.DeviceNaming.description": { + "message": "To create or join a new project you will have to name your device. In a future version of CoMapeo, you will be able to manage the projects you created by changing devices roles, deleting devices and much more." + }, + "screens.DeviceNaming.header": { + "message": "Add a name for your device" + }, "screens.EnterPassword.enterPass": { "message": "Enter your passcode" }, "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." }, From 6836db282ae998460f15879b4219c34618d535dc Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:21 +0900 Subject: [PATCH 036/239] New translations en.json (French) --- messages/fr.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 6112ce564..7248ddeac 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Ignorer l'observation ?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Langage" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Choisissez ce qui se passe" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From bdfdedafb7d5a5636d9a3d47e5f1c0e0994f36c3 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:22 +0900 Subject: [PATCH 037/239] New translations en.json (Spanish) --- messages/es.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/es.json b/messages/es.json index 1f16eb695..42f5a7b68 100644 --- a/messages/es.json +++ b/messages/es.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "¿Quieres descartar la observación?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Idioma" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Elegir qué está pasando" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "Nombraste tu dispositivo" }, From 488eba5834e2c31f65d3c2a454fe671345cc4707 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:23 +0900 Subject: [PATCH 038/239] New translations en.json (German) --- messages/de.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/de.json b/messages/de.json index eeba2e455..0cf9adaa3 100644 --- a/messages/de.json +++ b/messages/de.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Beobachtung verwerfen?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Sprache" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Was ist passiert?" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 356418ca7480e13e05a61025368727fa664f1bb8 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:24 +0900 Subject: [PATCH 039/239] New translations en.json (Japanese) --- messages/ja.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 30da27ae2..8fd7a4141 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Discard observation?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "言語" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Choose what is happening" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 56437aea535191ec33fa412be21b016e900657cf Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:25 +0900 Subject: [PATCH 040/239] New translations en.json (Mongolian) --- messages/mn.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index 131cd09c8..755bb1a12 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Сануулгаас татгалзах уу?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Хэл" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Юу болж байгааг сонгох" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 1a65d1871daaf997e04b8f71be2de464c83a9744 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:27 +0900 Subject: [PATCH 041/239] New translations en.json (Dutch) --- messages/nl.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index bc0e278b7..659e07538 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Waarneming annuleren?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Taal" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Kies wat er gebeurt" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 710e7e0dfc6a24c5d3757d81972c80dc0a2e0948 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:28 +0900 Subject: [PATCH 042/239] New translations en.json (Vietnamese) --- messages/vi.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index fa9d98796..34b43218d 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Hủy bỏ quan sát?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Language" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Chọn những gì đang diễn ra" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From a0d25725dea9e75e0b3840721acaf49506d34632 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:29 +0900 Subject: [PATCH 043/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index 5bb68280e..f6885ffe5 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Excluir observação?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Idioma" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Escolha o que está acontecendo" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From f293d9fe81cd9db76c2dd267fb84d30253bd7c82 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:30 +0900 Subject: [PATCH 044/239] New translations en.json (Indonesian) --- messages/id.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/id.json b/messages/id.json index 15f60c4ca..0134372eb 100644 --- a/messages/id.json +++ b/messages/id.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Hapus pengamatan?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Bahasa" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Pilih apa yang sedang terjadi" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 7083797e96b416d67c434d47360303481a462d7d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:30 +0900 Subject: [PATCH 045/239] New translations en.json (Khmer) --- messages/km.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/km.json b/messages/km.json index 0de65a973..777b2fd85 100644 --- a/messages/km.json +++ b/messages/km.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "បោះបង់ការសង្កេត?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "ភាសា" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "ជ្រើសរើសអ្វីដែលកំពុងកើតឡើង" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 32c47104f12923129c140052b645275c96ee8cc6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:31 +0900 Subject: [PATCH 046/239] New translations en.json (Tamil) --- messages/ta.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index a38d2c297..08f88b5a1 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "அவதானிப்புகளை நீக்கவா?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "மொழி" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "என்ன நடக்கிறது என்பதைத் தேர்ந்தெடுக்கவும்" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 0f6748f91e244ae2f723c4055bc02610fa3f267b Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:32 +0900 Subject: [PATCH 047/239] New translations en.json (Thai) --- messages/th.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/th.json b/messages/th.json index 2acbfe5f6..a48a49534 100644 --- a/messages/th.json +++ b/messages/th.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "ยืนยันการยกเลิก?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "ภาษา" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "เลือกหมวดหมู่การสังเกต" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From b970e1ae2addd4fef9128ccc3b4aae638d6b40ea Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:33 +0900 Subject: [PATCH 048/239] New translations en.json (Burmese) --- messages/my.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/my.json b/messages/my.json index f8410ee3a..ebebc006a 100644 --- a/messages/my.json +++ b/messages/my.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "လေ့လာထားရှိမှုများကို ဖျက်ပစ်မှာလား?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Language" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "ဘာဖြစ်နေသလဲဆိုတာ ရွေးပါ" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From c97a4e9b2e57ffd37b316b95730249833288d160 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:34 +0900 Subject: [PATCH 049/239] New translations en.json (Sinhala) --- messages/si.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/si.json b/messages/si.json index cd76cd5b3..0c99ab885 100644 --- a/messages/si.json +++ b/messages/si.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "නිරීක්ෂණය ඉවතලන්නද?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "භාෂාව" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "සිදුවන්නේ කුමක්ද යන්න තෝරන්න" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 5bbc855d12583ce00b499b65ac5587c34bff128d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:35 +0900 Subject: [PATCH 050/239] New translations en.json (Swahili) --- messages/sw.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index 4d2d456fd..77160f9b4 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Ungependa kutupa uchunguzi?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Lugha" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Chagua kinachofanyika" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 53e5d52901058ef17d0a7fff1e9ef2966650b5bc Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:36 +0900 Subject: [PATCH 051/239] New translations en.json (Nepali) --- messages/ne.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index 2bce9fdb0..6f5ba56be 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "अवलाेकन हटाउने?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "भाषा" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "के भइ रहेकाे छ छान्नुहाेस" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 9135bdd01d4737fa3a6ea83c25e07ca272bc4953 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:47:37 +0900 Subject: [PATCH 052/239] New translations en.json (Ogiek) --- messages/oki.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index 7cb369dd5..79627d680 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -19,6 +19,12 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Toochinee observation?" }, + "Screens.Settings.AppSettings.coordinateSystem": { + "message": "Coordinate System" + }, + "Screens.Settings.AppSettings.coordinateSystemDesc": { + "message": "UTM,Lat/Lon,DMS" + }, "Screens.Settings.AppSettings.language": { "message": "Language" }, @@ -141,6 +147,22 @@ "description": "Title for category chooser screen", "message": "Choose what is happening" }, + "screens.CoordinateFormat.dd": { + "description": "Decimal Degrees coordinate format", + "message": "Decimal Degrees (DD)" + }, + "screens.CoordinateFormat.dms": { + "description": "Degrees/Minutes/Seconds coordinate format", + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.CoordinateFormat.title": { + "description": "Title coordinate format screen", + "message": "Coordinate Format" + }, + "screens.CoordinateFormat.utm": { + "description": "Universal Transverse Mercator coordinate format", + "message": "Universal Transverse Mercator (UTM)" + }, "screens.DeviceNaming.Success.description": { "message": "You named your device" }, From 6b16499e73a3a788fba13ceb72f790b8419ef59e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:10 +0900 Subject: [PATCH 053/239] New translations en.json (French) --- messages/fr.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 7248ddeac..238a868b3 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From ce574de7ab69ce7eec1d37c83f0b804d1942810d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:11 +0900 Subject: [PATCH 054/239] New translations en.json (Spanish) --- messages/es.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/es.json b/messages/es.json index 42f5a7b68..051928415 100644 --- a/messages/es.json +++ b/messages/es.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Contraseña incorrecta, inténtelo de nuevo" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Colabora con proyectos de mapeo y monitoreo" }, From cf4247d1cb6342f160f803af59d99420f2deadc1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:12 +0900 Subject: [PATCH 055/239] New translations en.json (German) --- messages/de.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/de.json b/messages/de.json index 0cf9adaa3..e16f43fe4 100644 --- a/messages/de.json +++ b/messages/de.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From e41f8d55e0d036dc0cfa3e55527ba3667ae5decc Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:13 +0900 Subject: [PATCH 056/239] New translations en.json (Japanese) --- messages/ja.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 8fd7a4141..56e1bc1ff 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From 40ff73aafc075971aa0bcaae6abd1537483eca70 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:14 +0900 Subject: [PATCH 057/239] New translations en.json (Mongolian) --- messages/mn.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index 755bb1a12..f0bb29891 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Нууц үг буруу байна, дахин оролдоно уу" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From accb8c17a4f6dc25e050524625ec071b47310320 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:15 +0900 Subject: [PATCH 058/239] New translations en.json (Dutch) --- messages/nl.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 659e07538..eb82e04eb 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From d96e01528037de7d2f063125912ff8a362e464b0 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:16 +0900 Subject: [PATCH 059/239] New translations en.json (Vietnamese) --- messages/vi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index 34b43218d..6c6e98723 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Mật khẩu không đúng, vui lòng thử lại" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From dde21d583c3bf361e70109bd5f070ca646e36ec2 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:17 +0900 Subject: [PATCH 060/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index f6885ffe5..2b1760766 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Senha incorreta. Por favor, tente novamente." }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From 28cf4959b33a1ebbafe3f2d42f2ad713134ae591 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:18 +0900 Subject: [PATCH 061/239] New translations en.json (Indonesian) --- messages/id.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/id.json b/messages/id.json index 0134372eb..097aa97ce 100644 --- a/messages/id.json +++ b/messages/id.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From d5f293170010337bdff91588918b73291c5845f1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:19 +0900 Subject: [PATCH 062/239] New translations en.json (Khmer) --- messages/km.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/km.json b/messages/km.json index 777b2fd85..5b26333b0 100644 --- a/messages/km.json +++ b/messages/km.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From a5949175234297fccbba951cdcebd13777bf8367 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:20 +0900 Subject: [PATCH 063/239] New translations en.json (Tamil) --- messages/ta.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index 08f88b5a1..b7d1e56f2 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From 0aec8d6a143731a236030a7abf16ad2d7339daa7 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:21 +0900 Subject: [PATCH 064/239] New translations en.json (Thai) --- messages/th.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/th.json b/messages/th.json index a48a49534..863b9fecd 100644 --- a/messages/th.json +++ b/messages/th.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From f307aa2c5e9db4ac001940fe9b3197d94c823f8c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:22 +0900 Subject: [PATCH 065/239] New translations en.json (Burmese) --- messages/my.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/my.json b/messages/my.json index ebebc006a..3f548ed17 100644 --- a/messages/my.json +++ b/messages/my.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From 7342db64175a27ea04c622805b871c3e3f97cdf8 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:23 +0900 Subject: [PATCH 066/239] New translations en.json (Sinhala) --- messages/si.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/si.json b/messages/si.json index 0c99ab885..55f43f827 100644 --- a/messages/si.json +++ b/messages/si.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From 84397db315ef3546a785a96901eb754af814436f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:24 +0900 Subject: [PATCH 067/239] New translations en.json (Swahili) --- messages/sw.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index 77160f9b4..df89e84e6 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Nambari ya siri si sahihi, tafadhali jaribu tena" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From ce26ac73fba8de646865254c7087b3fb1051de30 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:25 +0900 Subject: [PATCH 068/239] New translations en.json (Nepali) --- messages/ne.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index 6f5ba56be..0b1064e11 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From b65a1b7f3b0f4efb8adf3abebb8c3dd082d25b28 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 06:34:26 +0900 Subject: [PATCH 069/239] New translations en.json (Ogiek) --- messages/oki.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index 79627d680..cabd0e496 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -187,6 +187,12 @@ "screens.EnterPassword.wrongPass": { "message": "Incorrect passcode, please try again" }, + "screens.FatalError.restart": { + "message": "Restart App" + }, + "screens.FatalError.somethingWrong": { + "message": "Something Went Wrong" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, From abfe0c8dc28027c68f2b3e792d01d9635d0aa59f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:50 +0900 Subject: [PATCH 070/239] New translations en.json (French) --- messages/fr.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 238a868b3..5760c8e66 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Paramètres" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Aucune connexion Internet" }, From 9bd33e2c2932fdeac785b0ef222e1c52a32957cb Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:51 +0900 Subject: [PATCH 071/239] New translations en.json (Spanish) --- messages/es.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/es.json b/messages/es.json index 051928415..c7d2950ad 100644 --- a/messages/es.json +++ b/messages/es.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Ajustes" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Sin internet" }, From 4a7edf428822dbf054545ec3e501539b8c9ede81 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:52 +0900 Subject: [PATCH 072/239] New translations en.json (German) --- messages/de.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/de.json b/messages/de.json index e16f43fe4..3b4d3edf0 100644 --- a/messages/de.json +++ b/messages/de.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Einstellungen" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 4afdb78301027211edd0cd160fc618519912ee3e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:53 +0900 Subject: [PATCH 073/239] New translations en.json (Japanese) --- messages/ja.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 56e1bc1ff..2e74f2d31 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "設定" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 634abd9bd639e1426e35094c0a9a757176385980 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:54 +0900 Subject: [PATCH 074/239] New translations en.json (Mongolian) --- messages/mn.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index f0bb29891..b4d142a80 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Тохиргоо" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Интернетгүй байна" }, From 281c3ce18abbcf72f96d51eb260934f8cac5f7aa Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:55 +0900 Subject: [PATCH 075/239] New translations en.json (Dutch) --- messages/nl.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index eb82e04eb..7f5155a43 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Instellingen" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 76ab9e3f6f748f93a8725cf0d4d4f32f56bb97c6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:56 +0900 Subject: [PATCH 076/239] New translations en.json (Vietnamese) --- messages/vi.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index 6c6e98723..a60a8163a 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Cài đặt" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Không có kết nối Internet" }, From 4b4f372cc2a57eb2d887f5cd41788a84ce597cb5 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:57 +0900 Subject: [PATCH 077/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index 2b1760766..b4aebc0dc 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Ajustes" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Sem internet" }, From 0c1e7deddb2636393756dc79c562a0036b536f50 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:58 +0900 Subject: [PATCH 078/239] New translations en.json (Indonesian) --- messages/id.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/id.json b/messages/id.json index 097aa97ce..7487decca 100644 --- a/messages/id.json +++ b/messages/id.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Pengaturan" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Tidak ada internet" }, From 6bf352d2f7ec5815579121e727c290068e0a4c73 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:53:59 +0900 Subject: [PATCH 079/239] New translations en.json (Khmer) --- messages/km.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/km.json b/messages/km.json index 5b26333b0..e6ace7a39 100644 --- a/messages/km.json +++ b/messages/km.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "ការកំណត់" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 44b97a8cdbf5aa6e18954fa8af2bb4b17cb64690 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:54:00 +0900 Subject: [PATCH 080/239] New translations en.json (Tamil) --- messages/ta.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index b7d1e56f2..aaf7dde44 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "அமைப்புகள்" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "இணைய இணைப்பில்லை" }, From 92e16864678baa28e41b2f66a8bd87500c86ba41 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:54:01 +0900 Subject: [PATCH 081/239] New translations en.json (Thai) --- messages/th.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/th.json b/messages/th.json index 863b9fecd..5396dfab8 100644 --- a/messages/th.json +++ b/messages/th.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "การตั้งค่า" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "ไม่มีอินเทอร์เน็ต" }, From 2d7a157f297c06113b347ac8cd9733a858ca308e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:54:02 +0900 Subject: [PATCH 082/239] New translations en.json (Burmese) --- messages/my.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/my.json b/messages/my.json index 3f548ed17..64bd4a55b 100644 --- a/messages/my.json +++ b/messages/my.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Settings" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 8aa9847b606a3c12b505d6ae535c82cac7ffd1e9 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:54:03 +0900 Subject: [PATCH 083/239] New translations en.json (Sinhala) --- messages/si.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/si.json b/messages/si.json index 55f43f827..878e1d449 100644 --- a/messages/si.json +++ b/messages/si.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "සැකසුම්" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "අන්තර්ජාලය නොමැත" }, From 5d22cb9c2ae1eef130f53f20e873a7fe34a75622 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:54:04 +0900 Subject: [PATCH 084/239] New translations en.json (Swahili) --- messages/sw.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index df89e84e6..f92ad6d54 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Mipangilio" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Hakuna Intaneti" }, From 96e97fed3a6115dc7b245b03a3ca88c539a98d55 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:54:04 +0900 Subject: [PATCH 085/239] New translations en.json (Nepali) --- messages/ne.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index 0b1064e11..cf272fdf7 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "सेटिङ" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 855aff22766d1f7503d08d28c2a6f65a8d8489d6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:54:05 +0900 Subject: [PATCH 086/239] New translations en.json (Ogiek) --- messages/oki.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index cabd0e496..550909977 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -389,6 +389,15 @@ "description": "Title of settings screen", "message": "Settings" }, + "sharedComponents.ErrorModal.goBack": { + "message": "Go Back" + }, + "sharedComponents.ErrorModal.somethingWrong": { + "message": "Something Went Wrong" + }, + "sharedComponents.ErrorModal.tryAgain": { + "message": "Please go back and try again" + }, "sharedComponents.WifiBar.noWifi": { "message": "Momii Intaneet" }, From 59d3464dcf8305707460028fcfd054bcdaa176fc Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:30 +0900 Subject: [PATCH 087/239] New translations en.json (French) --- messages/fr.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 5760c8e66..505df15d0 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Annuler" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Sécurité" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "À propos de Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Paramètres" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Aucune connexion Internet" }, From 86e6b39425a6bf7ca9c03834d7e77f718ef79929 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:30 +0900 Subject: [PATCH 088/239] New translations en.json (Spanish) --- messages/es.json | 158 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/messages/es.json b/messages/es.json index c7d2950ad..3bb6910bf 100644 --- a/messages/es.json +++ b/messages/es.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Cancelar" }, @@ -99,7 +132,10 @@ "message": "Esta contraseña será necesaria para abrir la aplicación de Mapeo" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { - "message": "Establecer la Contraseña de la aplicación" + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { + "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { "message": "Continuar" @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Seguridad" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Ir al mapa" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Acerca de Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Ajustes" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Sin internet" }, From 6187f17d1e95382756c9110ff77555c1b76a0cb2 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:31 +0900 Subject: [PATCH 089/239] New translations en.json (German) --- messages/de.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/de.json b/messages/de.json index 3b4d3edf0..58862bea6 100644 --- a/messages/de.json +++ b/messages/de.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Abbrechen" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Über Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Einstellungen" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 6972f5720cab27d07a992bed4b07bea54cf9a352 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:32 +0900 Subject: [PATCH 090/239] New translations en.json (Japanese) --- messages/ja.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 2e74f2d31..928f2747b 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "取消" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeoについて" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "設定" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 50c3b9a2bb05acc4588ce279603f1b0e91a475b7 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:33 +0900 Subject: [PATCH 091/239] New translations en.json (Mongolian) --- messages/mn.json | 158 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/messages/mn.json b/messages/mn.json index b4d142a80..2fcb941e9 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Цуцлах" }, @@ -99,7 +132,10 @@ "message": "Mapeo програмыг нээхэд энэ нууц үг шаардлагатай болно" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { - "message": "Нууц үг тохируулах" + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { + "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { "message": "Үргэлжлүүлэх" @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Аюулгүй байдал" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeo-гийн тухай" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Тохиргоо" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Интернетгүй байна" }, From bc9ec833d3103b474edf9712b0e0bc40bc6112b3 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:34 +0900 Subject: [PATCH 092/239] New translations en.json (Dutch) --- messages/nl.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 7f5155a43..0d19503b3 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Annuleren" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Over Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Instellingen" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From f2fb19a063d238ed50c80f6a6e339ccf1c5abd82 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:35 +0900 Subject: [PATCH 093/239] New translations en.json (Vietnamese) --- messages/vi.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index a60a8163a..924a79151 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Hủy" }, @@ -99,6 +132,9 @@ "message": "Mật khẩu này sẽ được yêu cầu để mở ứng dụng Mapeo" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Bảo mật" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Giới thiệu về Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Cài đặt" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Không có kết nối Internet" }, From 8e2d20de606f1304c2643cf90eb2030fb5dcf782 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:36 +0900 Subject: [PATCH 094/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index b4aebc0dc..2993153dc 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Cancelar" }, @@ -99,6 +132,9 @@ "message": "Esta senha será necessária para abrir o Mapeo" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Segurança" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Sobre o Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Ajustes" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Sem internet" }, From e5c98e6494fc2432f36629932d70c01a01985371 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:37 +0900 Subject: [PATCH 095/239] New translations en.json (Indonesian) --- messages/id.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/id.json b/messages/id.json index 7487decca..e0aa496cf 100644 --- a/messages/id.json +++ b/messages/id.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Batal" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Tentang Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Pengaturan" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Tidak ada internet" }, From 00dc8c7c0a7f08e3fad8bfd5f4f1a10afadfe863 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:38 +0900 Subject: [PATCH 096/239] New translations en.json (Khmer) --- messages/km.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/km.json b/messages/km.json index e6ace7a39..a5eefc577 100644 --- a/messages/km.json +++ b/messages/km.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "បោះបង់" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "អំពីមែបភីអូ" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "ការកំណត់" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From 0f0f700e09f0089dc022057b06a7daee09ffcf17 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:39 +0900 Subject: [PATCH 097/239] New translations en.json (Tamil) --- messages/ta.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index aaf7dde44..d6d087c27 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "ரத்து செய்க" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "பாதுகாப்பு" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "மேபியோ பற்றி" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "அமைப்புகள்" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "இணைய இணைப்பில்லை" }, From f215bb478d8488d9aa4f1c354784ddeae424fc6d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:40 +0900 Subject: [PATCH 098/239] New translations en.json (Thai) --- messages/th.json | 158 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/messages/th.json b/messages/th.json index 5396dfab8..b7d258622 100644 --- a/messages/th.json +++ b/messages/th.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "ยกเลิก" }, @@ -99,7 +132,10 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { - "message": "กำหนดรหัสผ่าน" + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { + "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { "message": "ดำเนินการต่อ" @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "ความปลอดภัย" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "เกี่ยวกับ Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "การตั้งค่า" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "ไม่มีอินเทอร์เน็ต" }, From b5489d9da445f6e248aa2ad0715c23ccf34526a2 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:41 +0900 Subject: [PATCH 099/239] New translations en.json (Burmese) --- messages/my.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/my.json b/messages/my.json index 64bd4a55b..47151c530 100644 --- a/messages/my.json +++ b/messages/my.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "ပယ်ဖျက်သည်" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "မက်ပီယိုအကြောင်း" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Settings" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From c9e3901629ae153090c5e9c8c57e10cf7f2ac474 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:42 +0900 Subject: [PATCH 100/239] New translations en.json (Sinhala) --- messages/si.json | 158 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/messages/si.json b/messages/si.json index 878e1d449..96c3d9e10 100644 --- a/messages/si.json +++ b/messages/si.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "අවලංගු කරන්න" }, @@ -99,7 +132,10 @@ "message": "Mapeo යෙදුම විවෘත කිරීමට මෙම මුර කේතය අවශ්‍ය වනු ඇත" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { - "message": "යෙදුම් මුර කේතය" + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { + "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { "message": "ඉදිරියට යන්න" @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "ආරක්ෂාව" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeo ගැන" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "සැකසුම්" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "අන්තර්ජාලය නොමැත" }, From 9252600ed25342901c32024fe9af2f507b04d7e2 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:42 +0900 Subject: [PATCH 101/239] New translations en.json (Swahili) --- messages/sw.json | 158 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 157 insertions(+), 1 deletion(-) diff --git a/messages/sw.json b/messages/sw.json index f92ad6d54..ccd892e53 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Ghairi" }, @@ -99,7 +132,10 @@ "message": "Nambari hii ya siri itahitajika ili kufungua Programu ya Mapeo" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { - "message": "Weka Nambari ya siri" + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { + "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { "message": "Endelea" @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Usalama" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Kuhuu Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Mipangilio" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Hakuna Intaneti" }, From 80f87f55a0b19c3c8121562ddb2a0a3564a4a315 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:43 +0900 Subject: [PATCH 102/239] New translations en.json (Nepali) --- messages/ne.json | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index cf272fdf7..ca2ff3727 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "रद्द" }, @@ -99,6 +132,9 @@ "message": "याे पासकाेड Mapeo App खाेल्न चाहिन्छ" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeo काे बारेमा" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "सेटिङ" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "No Internet" }, From aeacd9bb615919f93c61e4b84e635364733fdd33 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:20:44 +0900 Subject: [PATCH 103/239] New translations en.json (Ogiek) --- messages/oki.json | 156 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index 550909977..f999a87cc 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -46,6 +46,39 @@ "Screens.Settings.ProjectSettings.yourTeam": { "message": "Your Team" }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.coordinator": { + "message": "Coordinator" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.participant": { + "message": "Participant" + }, + "screen.Settings.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.sendInvite": { + "message": "Send Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.notSeeingDevice": { + "message": "Not seeing a Device?" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameVersion": { + "message": "Make sure both devices are on the same version of Mapeo" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.sameWifi": { + "message": "Make sure both devices are on the same wifi network" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectDevice.title": { + "message": "Select Device to Invite" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.coordinatorDescription": { + "message": "As a Coordinator this device can invite and remove users, and manage project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.participantDescription": { + "message": "As a Participant this device can take and share observations. They cannot manage users or project details." + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.selectingDevice": { + "message": "You are selecting a role for this device:" + }, + "screen.Settings.ProjectSettings.YourTeam.SelectInviteeRole.title": { + "message": "Select a Role" + }, "screens.AddPhoto.cancel": { "message": "Noomtee" }, @@ -99,6 +132,9 @@ "message": "This passcode will be required to open the Mapeo App" }, "screens.AppPasscode.NewPasscode.InputPasscodeScreen.title": { + "message": "Confirm Passcode" + }, + "screens.AppPasscode.NewPasscode.SetPasscodeScreen.title": { "message": "Set Passcode" }, "screens.AppPasscode.NewPasscode.Splash.continue": { @@ -357,6 +393,114 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { + "message": "Add Another Device" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.close": { + "message": "Close" + }, + "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { + "message": "Invite Accepted" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.youAreInviting": { + "message": "You are inviting:" + }, + "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.title": { + "message": "Review Invitation" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.cancelInvite": { + "message": "Cancel Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.timerMessage": { + "message": "Invite sent {seconds}s ago" + }, + "screens.Setting.ProjectSettings.YourTeam.WaitingForInviteAccept.waitingMessage": { + "message": "Waiting for Device to Accept Invite" + }, + "screens.Setting.ProjectSettings.YourTeam.coordinatorDescription": { + "message": "Coordinators can invite devices, edit and delete data, and manage project details." + }, + "screens.Setting.ProjectSettings.YourTeam.coordinators": { + "message": "Coordinators" + }, + "screens.Setting.ProjectSettings.YourTeam.dateAdded": { + "message": "Date Added" + }, + "screens.Setting.ProjectSettings.YourTeam.deviceName": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.YourTeam.inviteDevice": { + "message": "Invite Device" + }, + "screens.Setting.ProjectSettings.YourTeam.participantDescription": { + "message": "Participants can take and share observations. They cannot manage users or project details." + }, + "screens.Setting.ProjectSettings.YourTeam.participants": { + "message": "Participants" + }, + "screens.Setting.ProjectSettings.YourTeam.title": { + "message": "Your Team" + }, + "screens.Settings.CreateOrJoinProject.CreateProject.title": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.goBack": { + "message": "Go back" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.howTo": { + "message": "How to Join a Project" + }, + "screens.Settings.CreateOrJoinProject.JoinExistingProject.instructions": { + "message": "To join a project find a Coordinator of the project you wish to join. Tell them your device name and the Coordinator will send you an invite." + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.goToMap": { + "message": "Go to Map" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.invitedDevice": { + "message": "Invite Device" + }, + "screens.Settings.CreateOrJoinProject.ProjectCreated.projectCreated": { + "message": "{projectName} Created!" + }, + "screens.Settings.CreateOrJoinProject.advancedSettings": { + "message": "Advanced Project Settings" + }, + "screens.Settings.CreateOrJoinProject.alreadyOnProject": { + "message": "You are already on a project. To create a new Project you must uninstall and reininstall CoMapeo." + }, + "screens.Settings.CreateOrJoinProject.createProject": { + "message": "Create a Project" + }, + "screens.Settings.CreateOrJoinProject.createProjectButton": { + "message": "Create Project" + }, + "screens.Settings.CreateOrJoinProject.enterName": { + "message": "Enter a name for the Project" + }, + "screens.Settings.CreateOrJoinProject.importConfig": { + "message": "Import Config" + }, + "screens.Settings.CreateOrJoinProject.joinExisting": { + "message": "Join an existing Mapeo Project" + }, + "screens.Settings.CreateOrJoinProject.joinProject": { + "message": "Join a Project" + }, + "screens.Settings.CreateOrJoinProject.projectDescription": { + "message": "A project is a secure container for your data. Only devices you invite can enter and share data with you. Create or Join a project in order to share data with other devices." + }, + "screens.Settings.CreateOrJoinProject.startProject": { + "message": "Start a CoMapeo Project" + }, + "screens.Settings.CreateOrJoinProject.title": { + "message": "Create or Join" + }, + "screens.Settings.CreateOrJoinProject.whatIsAProject": { + "message": "What is a Project" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Wunee Mapeo" @@ -389,6 +533,12 @@ "description": "Title of settings screen", "message": "Settings" }, + "sharedComponents.DeviceCard.ThisDevice": { + "message": "This Device!" + }, + "sharedComponents.DeviceIconWithName.thisDevice": { + "message": "This Device!" + }, "sharedComponents.ErrorModal.goBack": { "message": "Go Back" }, @@ -398,6 +548,12 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.RoleWithIcon.coordinator": { + "message": "Coordinator" + }, + "sharedComponents.RoleWithIcon.participant": { + "message": "Participant" + }, "sharedComponents.WifiBar.noWifi": { "message": "Momii Intaneet" }, From f185ea731ad94fff0c9addd4749cf24fac276afe Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:10 +0900 Subject: [PATCH 104/239] New translations en.json (French) --- messages/fr.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 505df15d0..39642776f 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Sécurité" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 94301ac3dfc2c3551b3dd92b87abe9219a917b44 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:11 +0900 Subject: [PATCH 105/239] New translations en.json (Spanish) --- messages/es.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/es.json b/messages/es.json index 3bb6910bf..2f04b8520 100644 --- a/messages/es.json +++ b/messages/es.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Seguridad" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 98d06fe053f48ade2dba8d53148fb17c17d555ee Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:12 +0900 Subject: [PATCH 106/239] New translations en.json (German) --- messages/de.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/de.json b/messages/de.json index 58862bea6..b7c695e2d 100644 --- a/messages/de.json +++ b/messages/de.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 35a172b3d4158550a6b1f19631c768634d2799c5 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:13 +0900 Subject: [PATCH 107/239] New translations en.json (Japanese) --- messages/ja.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 928f2747b..1b2567fca 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 9696007767c90590e761d34a5c4595add1731f90 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:14 +0900 Subject: [PATCH 108/239] New translations en.json (Mongolian) --- messages/mn.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index 2fcb941e9..7cd917c43 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Аюулгүй байдал" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From a300248b2ac2ae7c08ad6114ea9fcbbc557d7c87 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:15 +0900 Subject: [PATCH 109/239] New translations en.json (Dutch) --- messages/nl.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 0d19503b3..d725bca13 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From f2390b73b685533d9d2f86c67e5556a26d0df43b Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:16 +0900 Subject: [PATCH 110/239] New translations en.json (Vietnamese) --- messages/vi.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index 924a79151..fe3f6718b 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Bảo mật" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 18bbf499c8aa3ebde56667d0f7a6969fe9866788 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:17 +0900 Subject: [PATCH 111/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index 2993153dc..d688cb2f8 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Segurança" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 7ab6256f6f245a9eaaffd82dcbe3a52d9d15040c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:18 +0900 Subject: [PATCH 112/239] New translations en.json (Indonesian) --- messages/id.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/id.json b/messages/id.json index e0aa496cf..bc933c9ea 100644 --- a/messages/id.json +++ b/messages/id.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From c6de7d100780b502f083cc9db37cfeb2ce70b520 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:19 +0900 Subject: [PATCH 113/239] New translations en.json (Khmer) --- messages/km.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/km.json b/messages/km.json index a5eefc577..f1ef60a4e 100644 --- a/messages/km.json +++ b/messages/km.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 8f3d274600cc69fedea5fd4638f4b3d0e654c557 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:20 +0900 Subject: [PATCH 114/239] New translations en.json (Tamil) --- messages/ta.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index d6d087c27..9e23421c7 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "பாதுகாப்பு" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From dfa401c15690ea6b98cec7f7ec337d2bd5db11f8 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:20 +0900 Subject: [PATCH 115/239] New translations en.json (Thai) --- messages/th.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/th.json b/messages/th.json index b7d258622..d6765060f 100644 --- a/messages/th.json +++ b/messages/th.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "ความปลอดภัย" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From c1f956aa83c1f8bd88c2dc532ac0615238ac82fe Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:21 +0900 Subject: [PATCH 116/239] New translations en.json (Burmese) --- messages/my.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/my.json b/messages/my.json index 47151c530..99b749a2f 100644 --- a/messages/my.json +++ b/messages/my.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 9d1ba2380ad601055e47571418c9f3f6636536e1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:22 +0900 Subject: [PATCH 117/239] New translations en.json (Sinhala) --- messages/si.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/si.json b/messages/si.json index 96c3d9e10..7bd05a959 100644 --- a/messages/si.json +++ b/messages/si.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "ආරක්ෂාව" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 7cc3c7be75235b09ade92acca2e95a6e65985bb0 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:23 +0900 Subject: [PATCH 118/239] New translations en.json (Swahili) --- messages/sw.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index ccd892e53..ff34f5669 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Usalama" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From 52d6ba8a237a22f0dd52dd0cd287aadcad77276f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:24 +0900 Subject: [PATCH 119/239] New translations en.json (Nepali) --- messages/ne.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index ca2ff3727..fb6c387eb 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From e6877557ea5cefb6442fbcfd5439901b7c84925d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:36:25 +0900 Subject: [PATCH 120/239] New translations en.json (Ogiek) --- messages/oki.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index f999a87cc..88d5c7515 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -393,6 +393,27 @@ "screens.Security.title": { "message": "Security" }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.deviceNameLabel": { + "message": "Your Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.DisplayScreen.title": { + "message": "Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.deviceNameLabel": { + "message": "Edit Device Name" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertCancelText": { + "message": "Continue Editing" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertConfirmText": { + "message": "Discard Changes" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.discardChangesAlertTitle": { + "message": "Discard changes?" + }, + "screens.Setting.ProjectSettings.DeviceName.EditScreen.title": { + "message": "Device Name" + }, "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.addAnotherDevice": { "message": "Add Another Device" }, From ecd042a2dd3f42b02dde541cfc74f85eed467a52 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:17 +0900 Subject: [PATCH 121/239] New translations en.json (French) --- messages/fr.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 39642776f..cc98ef20d 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From e66abc7aa4423be301f04d450edea05bbf5c3249 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:18 +0900 Subject: [PATCH 122/239] New translations en.json (Spanish) --- messages/es.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/es.json b/messages/es.json index 2f04b8520..5b93aef51 100644 --- a/messages/es.json +++ b/messages/es.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Colabora con proyectos de mapeo y monitoreo" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From cd0b4aafacef7cdda3e570d56936a6faa6ae5b2e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:19 +0900 Subject: [PATCH 123/239] New translations en.json (German) --- messages/de.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/de.json b/messages/de.json index b7c695e2d..71a043fe8 100644 --- a/messages/de.json +++ b/messages/de.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 23f6d9778f075a49ab212b99b9ef3b26a22536f8 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:20 +0900 Subject: [PATCH 124/239] New translations en.json (Japanese) --- messages/ja.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 1b2567fca..28db8cf3b 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 3a4083f8d307f4de87f9012ab089f21fbb2732dc Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:21 +0900 Subject: [PATCH 125/239] New translations en.json (Mongolian) --- messages/mn.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index 7cd917c43..7ab3c6137 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 0f5499ef0ba4e1c90de3e57d3a8a896b56b803c8 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:22 +0900 Subject: [PATCH 126/239] New translations en.json (Dutch) --- messages/nl.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index d725bca13..28a83c188 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 5445c10a9c8c6d7bf4f2682ae4991b5bcbc6190f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:23 +0900 Subject: [PATCH 127/239] New translations en.json (Vietnamese) --- messages/vi.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index fe3f6718b..bcb1e7987 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 26736fa17c316c07426c4e6f2d9f62a0f968bd7c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:24 +0900 Subject: [PATCH 128/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index d688cb2f8..83ba816ee 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From ecce4538108c00b10c4e47e7a96542b22c73ea69 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:25 +0900 Subject: [PATCH 129/239] New translations en.json (Indonesian) --- messages/id.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/id.json b/messages/id.json index bc933c9ea..f3618e2fc 100644 --- a/messages/id.json +++ b/messages/id.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 29accf954bb8ef4cc157004f54a7993df228a2ab Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:26 +0900 Subject: [PATCH 130/239] New translations en.json (Khmer) --- messages/km.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/km.json b/messages/km.json index f1ef60a4e..1b4448291 100644 --- a/messages/km.json +++ b/messages/km.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 95d3fbb7caa995dfdb0d95c96be4dfff6a5dc4fb Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:27 +0900 Subject: [PATCH 131/239] New translations en.json (Tamil) --- messages/ta.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index 9e23421c7..5079112cd 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 4f98568839d198ea275e6e51fc104475c6b2317f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:28 +0900 Subject: [PATCH 132/239] New translations en.json (Thai) --- messages/th.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/th.json b/messages/th.json index d6765060f..84703e184 100644 --- a/messages/th.json +++ b/messages/th.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 693f8fdcbdea811e47825296c437981466cd7757 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:29 +0900 Subject: [PATCH 133/239] New translations en.json (Burmese) --- messages/my.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/my.json b/messages/my.json index 99b749a2f..eafe698cd 100644 --- a/messages/my.json +++ b/messages/my.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 3445c8da368d36bf9d314e08438a1134b0a42dc7 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:30 +0900 Subject: [PATCH 134/239] New translations en.json (Sinhala) --- messages/si.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/si.json b/messages/si.json index 7bd05a959..9232a699d 100644 --- a/messages/si.json +++ b/messages/si.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From efba6c65299edbea0dba976e15a155f0ec886b28 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:31 +0900 Subject: [PATCH 135/239] New translations en.json (Swahili) --- messages/sw.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index ff34f5669..8883a913e 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 6995551d9deadbe485152bc2da997217ce7a403e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:32 +0900 Subject: [PATCH 136/239] New translations en.json (Nepali) --- messages/ne.json | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index fb6c387eb..f60858731 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From 7f6d07b770c66ea2296f453b77dceeba403a92e1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:32:33 +0900 Subject: [PATCH 137/239] New translations en.json (Ogiek) --- messages/oki.json | 69 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index 88d5c7515..597df2f99 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -229,6 +229,42 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, + "screens.GpsModal.details": { + "description": "Section title for details about current position", + "message": "Details" + }, + "screens.GpsModal.gpsHeader": { + "description": "Header for GPS screen", + "message": "Current GPS Location" + }, + "screens.GpsModal.lastUpdate": { + "description": "Section title for time of last GPS update", + "message": "Last update" + }, + "screens.GpsModal.locationDD": { + "description": "Section title for DD coordinates", + "message": "Coordinates Decimal Degrees" + }, + "screens.GpsModal.locationDMS": { + "description": "Section title for DMS coordinates", + "message": "Coordinates DMS" + }, + "screens.GpsModal.locationSensors": { + "description": "Heading for section about location sensor status", + "message": "Sensor Status" + }, + "screens.GpsModal.locationUTM": { + "description": "Section title for UTM coordinates", + "message": "Coordinates UTM" + }, + "screens.GpsModal.no": { + "description": "if a location sensor is active yes/no", + "message": "No" + }, + "screens.GpsModal.yes": { + "description": "if a location sensor is active yes/no", + "message": "Yes" + }, "screens.IntroToCoMapeo.collaborate": { "message": "Collaborate on mapping and monitoring projects" }, @@ -423,6 +459,12 @@ "screens.Setting.ProjectSettings.YourTeam.InviteAccepted.inviteAccepted": { "message": "Invite Accepted" }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.createOrJoin": { + "message": "Create or Join Project" + }, + "screens.Setting.ProjectSettings.YourTeam.NotOnProject.projectNecessary": { + "message": "Create or Join a Project to invite devices" + }, "screens.Setting.ProjectSettings.YourTeam.ReviewAndInvite.ReviewInvitation.title": { "message": "Review Invitation" }, @@ -569,6 +611,33 @@ "sharedComponents.ErrorModal.tryAgain": { "message": "Please go back and try again" }, + "sharedComponents.GpsPill.noGps": { + "message": "No GPS" + }, + "sharedComponents.GpsPill.searching": { + "message": "Searching…" + }, + "sharedComponents.ProjectInviteBottomSheet.acceptInvite": { + "message": "Accept Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.declineInvite": { + "message": "Decline Invite" + }, + "sharedComponents.ProjectInviteBottomSheet.goToMap": { + "message": "Go To Map" + }, + "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { + "message": "You've been invited to join {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.joinProject": { + "message": "Join Project {projName}" + }, + "sharedComponents.ProjectInviteBottomSheet.success": { + "message": "Success" + }, + "sharedComponents.ProjectInviteBottomSheet.youHaveJoined": { + "message": "You have joined {projName}" + }, "sharedComponents.RoleWithIcon.coordinator": { "message": "Coordinator" }, From d79b0073d806607ce7fdf69f5682705549aa6b11 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:15:53 +0900 Subject: [PATCH 138/239] New translations en.json (French) --- messages/fr.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index cc98ef20d..9b8ab0b8a 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "À propos de Mapeo" From 79165d0b8d13974a0565d9f4bb12e6ea61704069 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:15:54 +0900 Subject: [PATCH 139/239] New translations en.json (Spanish) --- messages/es.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/es.json b/messages/es.json index 5b93aef51..9f4d5a183 100644 --- a/messages/es.json +++ b/messages/es.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Acerca de Mapeo" From 8467bf2381245cdf6c46dc7d664876415662465d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:15:55 +0900 Subject: [PATCH 140/239] New translations en.json (German) --- messages/de.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/de.json b/messages/de.json index 71a043fe8..bd541a0d7 100644 --- a/messages/de.json +++ b/messages/de.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Über Mapeo" From 32ad3b8c2f0cf8687091fc0fdd20fecaf700b42c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:15:56 +0900 Subject: [PATCH 141/239] New translations en.json (Japanese) --- messages/ja.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 28db8cf3b..f3b0a7472 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeoについて" From 1ab5d731da8df17e1d7727ebdc4e0e1b6c170a90 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:15:57 +0900 Subject: [PATCH 142/239] New translations en.json (Mongolian) --- messages/mn.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index 7ab3c6137..bfb97efec 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeo-гийн тухай" From d34ac951346fd1f8f86718e56e0886ca5d864861 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:15:58 +0900 Subject: [PATCH 143/239] New translations en.json (Dutch) --- messages/nl.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 28a83c188..2136ebb84 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Over Mapeo" From c9ac517260e355ed3fa307ce0beed3d6082f3096 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:15:59 +0900 Subject: [PATCH 144/239] New translations en.json (Vietnamese) --- messages/vi.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index bcb1e7987..ee93d3dc9 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Giới thiệu về Mapeo" From 19e67718ba824905e544f7a8f8481cd9f2895e2e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:01 +0900 Subject: [PATCH 145/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index 83ba816ee..00d881f46 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Sobre o Mapeo" From 6c157409b80834d75d241fc7f50b5a09d5413378 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:02 +0900 Subject: [PATCH 146/239] New translations en.json (Indonesian) --- messages/id.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/id.json b/messages/id.json index f3618e2fc..e74ef50b6 100644 --- a/messages/id.json +++ b/messages/id.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Tentang Mapeo" From 44f933552f47bdc436562f2eb0e22ec8beb15446 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:03 +0900 Subject: [PATCH 147/239] New translations en.json (Khmer) --- messages/km.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/km.json b/messages/km.json index 1b4448291..ba0bf1b66 100644 --- a/messages/km.json +++ b/messages/km.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "អំពីមែបភីអូ" From 1d953a11bc9cbcbc177775fa80a72204ab20b864 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:04 +0900 Subject: [PATCH 148/239] New translations en.json (Tamil) --- messages/ta.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index 5079112cd..d73b593d3 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "மேபியோ பற்றி" From c80f53dd5da51f9cedaa189b120efc0e9b64a768 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:05 +0900 Subject: [PATCH 149/239] New translations en.json (Thai) --- messages/th.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/th.json b/messages/th.json index 84703e184..fdc5cc393 100644 --- a/messages/th.json +++ b/messages/th.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "เกี่ยวกับ Mapeo" From bc652e947c40ccf54c8ff515971a139248a77633 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:06 +0900 Subject: [PATCH 150/239] New translations en.json (Burmese) --- messages/my.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/my.json b/messages/my.json index eafe698cd..4f48627f6 100644 --- a/messages/my.json +++ b/messages/my.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "မက်ပီယိုအကြောင်း" From ff6a741eece0852149a402d31906b927ea69afb6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:08 +0900 Subject: [PATCH 151/239] New translations en.json (Sinhala) --- messages/si.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/si.json b/messages/si.json index 9232a699d..f25f9fcfa 100644 --- a/messages/si.json +++ b/messages/si.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeo ගැන" From 0df8d2eaf42f1ca4ac42e7e7039753c144e3abd9 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:09 +0900 Subject: [PATCH 152/239] New translations en.json (Swahili) --- messages/sw.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index 8883a913e..481f85bcd 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Kuhuu Mapeo" From 50db091d48bec64714a7fda344ac8c7104fc5af7 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:10 +0900 Subject: [PATCH 153/239] New translations en.json (Nepali) --- messages/ne.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index f60858731..6e291a87a 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Mapeo काे बारेमा" From 6bbe6ac38470fcc517946d78055111b0aed486d7 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:16:11 +0900 Subject: [PATCH 154/239] New translations en.json (Ogiek) --- messages/oki.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index 597df2f99..c3ac25cc7 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -564,6 +564,21 @@ "screens.Settings.CreateOrJoinProject.whatIsAProject": { "message": "What is a Project" }, + "screens.Settings.YourTeam.InviteDeclined": { + "message": "Invitation Declined" + }, + "screens.Settings.YourTeam.close": { + "message": "Close" + }, + "screens.Settings.YourTeam.deviceHasJoined": { + "message": "Device Has Joined {projectName}" + }, + "screens.Settings.YourTeam.inviteDeclinedDes": { + "message": "This device has declined your invitation. They have not joined the project." + }, + "screens.Settings.YourTeam.unableToCancel": { + "message": "Unable to Cancel Invitation" + }, "screens.Settings.aboutMapeo": { "description": "Primary text for 'About Mapeo' link (version info)", "message": "Wunee Mapeo" From 3e8e12157a2560140f7cb2415072b4e43bf9cdca Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:35 +0900 Subject: [PATCH 155/239] New translations en.json (French) --- messages/fr.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 9b8ab0b8a..2112b9152 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Ignorer l'observation ?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Paramètres" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 179de778ea8374f6462e847781d5115473e9da7b Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:36 +0900 Subject: [PATCH 156/239] New translations en.json (Spanish) --- messages/es.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/es.json b/messages/es.json index 9f4d5a183..ac7a4e784 100644 --- a/messages/es.json +++ b/messages/es.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "¿Quieres descartar la observación?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Ajustes" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 7e47a4b038c276d9e93ef123fb0d9f7d32dc7458 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:37 +0900 Subject: [PATCH 157/239] New translations en.json (German) --- messages/de.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/de.json b/messages/de.json index bd541a0d7..a3fd3f544 100644 --- a/messages/de.json +++ b/messages/de.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Beobachtung verwerfen?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Einstellungen" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From d1b1398329d537c252f5a9dbe5ab8a1ef23956b0 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:38 +0900 Subject: [PATCH 158/239] New translations en.json (Japanese) --- messages/ja.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index f3b0a7472..8e7466fa3 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Discard observation?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "設定" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From ee13cd0c698b119f39d8ba1002e74785c724e298 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:39 +0900 Subject: [PATCH 159/239] New translations en.json (Mongolian) --- messages/mn.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index bfb97efec..1b44a101f 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Сануулгаас татгалзах уу?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Тохиргоо" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From df5f0782a97740b3349e4f420b5b314029aec02a Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:40 +0900 Subject: [PATCH 160/239] New translations en.json (Dutch) --- messages/nl.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 2136ebb84..8623f4313 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Waarneming annuleren?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Instellingen" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 61382238c8de6e2d9c270fad4818caf6f337c209 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:41 +0900 Subject: [PATCH 161/239] New translations en.json (Vietnamese) --- messages/vi.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index ee93d3dc9..f547c7962 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Hủy bỏ quan sát?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Cài đặt" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 7e6f623b65367073f7333e3bd0e57959e97c971a Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:42 +0900 Subject: [PATCH 162/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index 00d881f46..260f118ed 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Excluir observação?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Ajustes" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 18608b984de37e1bec6b72aad14c3fac2f52dd1a Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:43 +0900 Subject: [PATCH 163/239] New translations en.json (Indonesian) --- messages/id.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/id.json b/messages/id.json index e74ef50b6..47d4a22ff 100644 --- a/messages/id.json +++ b/messages/id.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Hapus pengamatan?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Pengaturan" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 1ade1a594eca352f573c2cd41413e823d7c91c49 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:44 +0900 Subject: [PATCH 164/239] New translations en.json (Khmer) --- messages/km.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/km.json b/messages/km.json index ba0bf1b66..0c9528d4d 100644 --- a/messages/km.json +++ b/messages/km.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "បោះបង់ការសង្កេត?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "ការកំណត់" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 80f35da8c4ec16c700642950810bae5485c06442 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:46 +0900 Subject: [PATCH 165/239] New translations en.json (Tamil) --- messages/ta.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index d73b593d3..6ed4c2cde 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "அவதானிப்புகளை நீக்கவா?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "அமைப்புகள்" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 2885920b6503f6cbe46f7766d6d04e03a8612014 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:47 +0900 Subject: [PATCH 166/239] New translations en.json (Thai) --- messages/th.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/th.json b/messages/th.json index fdc5cc393..667647b05 100644 --- a/messages/th.json +++ b/messages/th.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "ยืนยันการยกเลิก?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "การตั้งค่า" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From c136c0ea3c45672899d4a6aadeada99fb9bdad0d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:48 +0900 Subject: [PATCH 167/239] New translations en.json (Burmese) --- messages/my.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/my.json b/messages/my.json index 4f48627f6..9b6e301b4 100644 --- a/messages/my.json +++ b/messages/my.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "လေ့လာထားရှိမှုများကို ဖျက်ပစ်မှာလား?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Settings" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From bd09063be58bb61f39e34ed0851653f85b0f1220 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:49 +0900 Subject: [PATCH 168/239] New translations en.json (Sinhala) --- messages/si.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/si.json b/messages/si.json index f25f9fcfa..b07db29f0 100644 --- a/messages/si.json +++ b/messages/si.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "නිරීක්ෂණය ඉවතලන්නද?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "සැකසුම්" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 79fca740c7e70dbc7398d27c5f5e31ec75a60e4c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:50 +0900 Subject: [PATCH 169/239] New translations en.json (Swahili) --- messages/sw.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index 481f85bcd..97a09a7fb 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Ungependa kutupa uchunguzi?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Mipangilio" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 5cffda9f59e1f5016ae9c0add06a9af03078bf4c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:51 +0900 Subject: [PATCH 170/239] New translations en.json (Nepali) --- messages/ne.json | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index 6e291a87a..b22279464 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "अवलाेकन हटाउने?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "सेटिङ" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From 4b608728ebe8e3191714e25af8d8718d0e200f55 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:42:52 +0900 Subject: [PATCH 171/239] New translations en.json (Ogiek) --- messages/oki.json | 72 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index c3ac25cc7..fe52decb7 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -19,6 +19,27 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Toochinee observation?" }, + "Modal.GPSDisable.button": { + "message": "Enable" + }, + "Modal.GPSDisable.description": { + "message": "To create a Track CoMapeo needs access to your location and GPS." + }, + "Modal.GPSDisable.title": { + "message": "GPS Disabled" + }, + "Modal.GPSEnable.button.default": { + "message": "Start Tracks" + }, + "Modal.GPSEnable.button.loading": { + "message": "Loading..." + }, + "Modal.GPSEnable.button.stop": { + "message": "Stop Tracks" + }, + "Modal.GPSEnable.trackingDescription": { + "message": "You’ve been recording for" + }, "Screens.Settings.AppSettings.coordinateSystem": { "message": "Coordinate System" }, @@ -611,6 +632,57 @@ "description": "Title of settings screen", "message": "Settings" }, + "screens.Sync.CreateOrJoinProjectDisplay.buttonText": { + "message": "Create or Join Project" + }, + "screens.Sync.CreateOrJoinProjectDisplay.description": { + "message": "Create or Join a Project to sync with other devices" + }, + "screens.Sync.HeaderTitle.noWiFi": { + "message": "No WiFi" + }, + "screens.Sync.NoWifiDisplay.buttonText": { + "message": "Open Settings" + }, + "screens.Sync.NoWifiDisplay.description": { + "message": "Open your phone settings and connect to a WiFi network to synchronize" + }, + "screens.Sync.NoWifiDisplay.title": { + "message": "No WiFi" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextDone": { + "message": "You're all caught up" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextStop": { + "message": "Stop" + }, + "screens.Sync.ProjectSyncDisplay.buttonTextSync": { + "message": "Sync" + }, + "screens.Sync.ProjectSyncDisplay.deviceName": { + "message": "Your device name is {name}" + }, + "screens.Sync.ProjectSyncDisplay.devicesNearby": { + "message": "{count} {count, plural, one {device} other {devices}} nearby/connected" + }, + "screens.Sync.ProjectSyncDisplay.devicesSyncing": { + "message": "Syncing with {count} {count, plural, one {Device} other {Devices}}" + }, + "screens.Sync.ProjectSyncDisplay.devicesWaitingToSync": { + "message": "{count} {count, plural, one {Device} other {Devices}} Waiting to Sync with you" + }, + "screens.Sync.ProjectSyncDisplay.noDevicesSyncing": { + "message": "No Devices are Syncing" + }, + "screens.Sync.ProjectSyncDisplay.syncProgress": { + "message": "{value}%" + }, + "screens.Sync.ProjectSyncDisplay.syncing": { + "message": "Syncing…" + }, + "screens.Sync.ProjectSyncDisplay.upToDate": { + "message": "Up to Date! No data to Sync" + }, "sharedComponents.DeviceCard.ThisDevice": { "message": "This Device!" }, From efd9a5039475a3539473b4a9e99eb0be44d2f888 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:18 +0900 Subject: [PATCH 172/239] New translations en.json (French) --- messages/fr.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index 2112b9152..517e96f9d 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From acad83222cd07d235fe248593febb6ea78c95c9f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:19 +0900 Subject: [PATCH 173/239] New translations en.json (Spanish) --- messages/es.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/es.json b/messages/es.json index ac7a4e784..1f853aad5 100644 --- a/messages/es.json +++ b/messages/es.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 739e9be5b4bf89470027c06ded4a8a409ee67c58 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:20 +0900 Subject: [PATCH 174/239] New translations en.json (German) --- messages/de.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/de.json b/messages/de.json index a3fd3f544..993aaf002 100644 --- a/messages/de.json +++ b/messages/de.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 4ea0af756d36d8085583778b600265b1f227653e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:21 +0900 Subject: [PATCH 175/239] New translations en.json (Japanese) --- messages/ja.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 8e7466fa3..cabd03650 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 010ccedd69fd6f757df6b021839ca19f5f2f4fe1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:22 +0900 Subject: [PATCH 176/239] New translations en.json (Mongolian) --- messages/mn.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index 1b44a101f..76a364ca4 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 3c546620dbd03c7bc1a2a484614349bbff3f04b2 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:23 +0900 Subject: [PATCH 177/239] New translations en.json (Dutch) --- messages/nl.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 8623f4313..e6368d40c 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From ed2fb527551dd0d74a0ff500dfa3329ba06d5551 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:24 +0900 Subject: [PATCH 178/239] New translations en.json (Vietnamese) --- messages/vi.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index f547c7962..1f4f2d4a7 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 63e96b479eec8b10576e873aa8a4cb99a5f491e0 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:25 +0900 Subject: [PATCH 179/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index 260f118ed..3baa13624 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From f7de051f6a35e3653017b050bc754148f75dd44b Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:27 +0900 Subject: [PATCH 180/239] New translations en.json (Indonesian) --- messages/id.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/id.json b/messages/id.json index 47d4a22ff..16e60162d 100644 --- a/messages/id.json +++ b/messages/id.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 9d2f9b25dda480ff2288c639b5a78c8dffaa4dad Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:27 +0900 Subject: [PATCH 181/239] New translations en.json (Khmer) --- messages/km.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/km.json b/messages/km.json index 0c9528d4d..b36870ffd 100644 --- a/messages/km.json +++ b/messages/km.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From d7ac370507c30d4798c82221f3ee0c01e4a8daf6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:28 +0900 Subject: [PATCH 182/239] New translations en.json (Tamil) --- messages/ta.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index 6ed4c2cde..11cfab504 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 5e629a0c1b3254c99d7b8e7255c90f0d03d9795a Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:29 +0900 Subject: [PATCH 183/239] New translations en.json (Thai) --- messages/th.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/th.json b/messages/th.json index 667647b05..4420961e9 100644 --- a/messages/th.json +++ b/messages/th.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 14d35e954855a33ee1a206bcd3c6dbbbc384c3b6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:31 +0900 Subject: [PATCH 184/239] New translations en.json (Burmese) --- messages/my.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/my.json b/messages/my.json index 9b6e301b4..d21c6e237 100644 --- a/messages/my.json +++ b/messages/my.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 57885c8336494ea7b248621259f3057d56e5e51a Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:31 +0900 Subject: [PATCH 185/239] New translations en.json (Sinhala) --- messages/si.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/si.json b/messages/si.json index b07db29f0..11d325082 100644 --- a/messages/si.json +++ b/messages/si.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From f79cb037e342ff609448a57e8d555de062f48302 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:32 +0900 Subject: [PATCH 186/239] New translations en.json (Swahili) --- messages/sw.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index 97a09a7fb..93747ed6a 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 6a91ca056dedfbc87ebd70e959357e1dfed583b1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:33 +0900 Subject: [PATCH 187/239] New translations en.json (Nepali) --- messages/ne.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index b22279464..3f6e37288 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From f14303ab885cc706b46e3b5e932fb9b5574a31c7 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Sat, 27 Apr 2024 01:04:34 +0900 Subject: [PATCH 188/239] New translations en.json (Ogiek) --- messages/oki.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index fe52decb7..4e36d52f7 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -713,6 +713,9 @@ "sharedComponents.ProjectInviteBottomSheet.goToMap": { "message": "Go To Map" }, + "sharedComponents.ProjectInviteBottomSheet.goToSync": { + "message": "Go To Sync" + }, "sharedComponents.ProjectInviteBottomSheet.invitedToJoin": { "message": "You've been invited to join {projName}" }, From 7837d7918695ee75bd9f52ed1d42895af6d9ab52 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:41 +0100 Subject: [PATCH 189/239] New translations en.json (French) --- messages/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/fr.json b/messages/fr.json index 517e96f9d..c3e0da406 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 37488725f52f22b1ace8fdba59bf7cc9d2b1b90f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:42 +0100 Subject: [PATCH 190/239] New translations en.json (Spanish) --- messages/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/es.json b/messages/es.json index 1f853aad5..e3b5e64f8 100644 --- a/messages/es.json +++ b/messages/es.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 5421e34e42f78a71a3ecfe759bff8ba8539599ae Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:43 +0100 Subject: [PATCH 191/239] New translations en.json (German) --- messages/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/de.json b/messages/de.json index 993aaf002..9228fdc16 100644 --- a/messages/de.json +++ b/messages/de.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From f1fd6fbda5dd65f59dc8d69a9f6fd6dea0b1d646 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:44 +0100 Subject: [PATCH 192/239] New translations en.json (Japanese) --- messages/ja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/ja.json b/messages/ja.json index cabd03650..866d536e9 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From cdcdf920c3c18f7ddfab6b1423614814e674c5ed Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:45 +0100 Subject: [PATCH 193/239] New translations en.json (Mongolian) --- messages/mn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/mn.json b/messages/mn.json index 76a364ca4..c637169b7 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 93254dcf7a7b1f67c55aa6e7e817fcd14554c39e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:46 +0100 Subject: [PATCH 194/239] New translations en.json (Dutch) --- messages/nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/nl.json b/messages/nl.json index e6368d40c..5af34612c 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 9f8e3558babc1289ae4190dd9a33ce4da164d816 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:47 +0100 Subject: [PATCH 195/239] New translations en.json (Vietnamese) --- messages/vi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/vi.json b/messages/vi.json index 1f4f2d4a7..0c3f03506 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From b79629d1269c2e49b61a999f9239278034f5d789 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:48 +0100 Subject: [PATCH 196/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/pt.json b/messages/pt.json index 3baa13624..bf7bafc85 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 4400d3f0b53f1509cb600c0b30ebb47d1a32d110 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:50 +0100 Subject: [PATCH 197/239] New translations en.json (Indonesian) --- messages/id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/id.json b/messages/id.json index 16e60162d..cdc8c2e07 100644 --- a/messages/id.json +++ b/messages/id.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From d7c8b3cda3cef903ac7798fe988484009a0717a2 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:51 +0100 Subject: [PATCH 198/239] New translations en.json (Khmer) --- messages/km.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/km.json b/messages/km.json index b36870ffd..b38102001 100644 --- a/messages/km.json +++ b/messages/km.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From cc37cfd0082c28abf29735950dafbc61e9ca3843 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:52 +0100 Subject: [PATCH 199/239] New translations en.json (Tamil) --- messages/ta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/ta.json b/messages/ta.json index 11cfab504..de432855a 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 7750e5d7e196c60bdd2d6edfe8431bc219b44bae Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:53 +0100 Subject: [PATCH 200/239] New translations en.json (Thai) --- messages/th.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/th.json b/messages/th.json index 4420961e9..fb73d3038 100644 --- a/messages/th.json +++ b/messages/th.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From e1b763ea885548f1dc792f3823ae52121ddf4cbd Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:54 +0100 Subject: [PATCH 201/239] New translations en.json (Burmese) --- messages/my.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/my.json b/messages/my.json index d21c6e237..59722a48c 100644 --- a/messages/my.json +++ b/messages/my.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From f4db273e252c300916d08b175d4ef39bfa5775ad Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:55 +0100 Subject: [PATCH 202/239] New translations en.json (Sinhala) --- messages/si.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/si.json b/messages/si.json index 11d325082..5655dd824 100644 --- a/messages/si.json +++ b/messages/si.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 507afcdcb3f04aea4cf3d70e96332d2b5428e1f9 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:56 +0100 Subject: [PATCH 203/239] New translations en.json (Swahili) --- messages/sw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/sw.json b/messages/sw.json index 93747ed6a..fc7c619ce 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 1e56841880c358221ff79fe5adf46879dca79ade Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:57 +0100 Subject: [PATCH 204/239] New translations en.json (Nepali) --- messages/ne.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/ne.json b/messages/ne.json index 3f6e37288..67ab0cca2 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From 9dea114d85d30ffd2439e597eadc88016c6ce470 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:41:58 +0100 Subject: [PATCH 205/239] New translations en.json (Ogiek) --- messages/oki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/oki.json b/messages/oki.json index 4e36d52f7..21ce72d80 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -32,7 +32,7 @@ "message": "Start Tracks" }, "Modal.GPSEnable.button.loading": { - "message": "Loading..." + "message": "Loading…" }, "Modal.GPSEnable.button.stop": { "message": "Stop Tracks" From b5b76242bdfbe5c2fa50e424d646bee2c82ecd3d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:06:58 +0100 Subject: [PATCH 206/239] New translations en.json (French) --- messages/fr.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/fr.json b/messages/fr.json index c3e0da406..7c4c83074 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Ignorer l'observation ?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Chargement… cela peut prendre un certain temps après la synchronisation avec un nouvel appareil" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "Pour utiliser, activez le code d'accès à l'application" }, From 8b3716ee90bba25e673b9ca8cb2f5ad2d4867e38 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:06:59 +0100 Subject: [PATCH 207/239] New translations en.json (Spanish) --- messages/es.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/es.json b/messages/es.json index e3b5e64f8..4c2588a98 100644 --- a/messages/es.json +++ b/messages/es.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "¿Quieres descartar la observación?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Cargando… esto puede tomar un tiempo después de sincronizar con un nuevo dispositivo" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "Para usarla, active la Contraseña de la aplicación" }, From 93f5c2c0a87420bbf849fb6c4602f7bc99533cc9 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:06:59 +0100 Subject: [PATCH 208/239] New translations en.json (German) --- messages/de.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/de.json b/messages/de.json index 9228fdc16..842686ec0 100644 --- a/messages/de.json +++ b/messages/de.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Beobachtung verwerfen?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Laden… Dies kann einige Zeit nach dem synchronisieren mit einem neuen Gerät dauern" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "To use, enable App Passcode" }, From 8f9648e46390937bffafec26b28f382087cd215c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:00 +0100 Subject: [PATCH 209/239] New translations en.json (Japanese) --- messages/ja.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/ja.json b/messages/ja.json index 866d536e9..924002f8b 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Discard observation?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Loading… this can take a while after synchronizing with a new device" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "To use, enable App Passcode" }, From c2a889fc71f7f10a821f8004da7d2f551360f703 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:01 +0100 Subject: [PATCH 210/239] New translations en.json (Mongolian) --- messages/mn.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/mn.json b/messages/mn.json index c637169b7..5810f40b7 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Сануулгаас татгалзах уу?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Ачаалж байна... шинэ төхөөрөмжтэй зэрэгцүүлэлт хийсний дараа хэсэг хугацаа шаардагдах болно" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "Ашиглахын тулд Аппликэшний нууц үгийг тааруулах" }, From ae6cf98bdcc36fc5124a5a70609da310f0ee9932 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:03 +0100 Subject: [PATCH 211/239] New translations en.json (Dutch) --- messages/nl.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/nl.json b/messages/nl.json index 5af34612c..7399d5db8 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Waarneming annuleren?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Bezig te laden… dit kan even duren na het synchroniseren met een nieuw apparaat" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "To use, enable App Passcode" }, From 1c2be96f156989ff69f199cd1084f29a65559d1e Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:04 +0100 Subject: [PATCH 212/239] New translations en.json (Vietnamese) --- messages/vi.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/vi.json b/messages/vi.json index 0c3f03506..0f8d430fc 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Hủy bỏ quan sát?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Đang tải... việc này có thể càn một chút thời gian sau khi đồng bộ hóa với thiết bị mới" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "Để sử dụng, bật Mật khẩu ứng dụng" }, From 0f7fcf9b3eacb5fbfbce6d8490917578d7265a70 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:05 +0100 Subject: [PATCH 213/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/pt.json b/messages/pt.json index bf7bafc85..2d36352a3 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Excluir observação?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Carregando... pode demorar um pouco após a sincronização com um novo dispositivo" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "Para usar, ative a Senha do aplicativo" }, From 0a4f78f3e674d73ef79022bf3891fb29d0df93c8 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:06 +0100 Subject: [PATCH 214/239] New translations en.json (Indonesian) --- messages/id.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/id.json b/messages/id.json index cdc8c2e07..c2a8ad669 100644 --- a/messages/id.json +++ b/messages/id.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Hapus pengamatan?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Memuat… ini bisa memakan waktu cukup lama setelah menyinkronkan perangkat baru" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "To use, enable App Passcode" }, From ccb18fd70d78953f55496ba4e7cd7b4f19657f1c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:07 +0100 Subject: [PATCH 215/239] New translations en.json (Khmer) --- messages/km.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/km.json b/messages/km.json index b38102001..a6b17fc23 100644 --- a/messages/km.json +++ b/messages/km.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "បោះបង់ការសង្កេត?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "កំពុងធ្វើការ ... វាត្រូវការពេលមួយរយៈ បន្ទាប់ពីធ្វើសមកាលកម្មជាមួយឧបករណ៍ថ្មីរួចរាល់" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "To use, enable App Passcode" }, From a9cdeb59103cbcd09693f1d242bf8dad31622851 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:08 +0100 Subject: [PATCH 216/239] New translations en.json (Tamil) --- messages/ta.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/ta.json b/messages/ta.json index de432855a..d95025378 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "அவதானிப்புகளை நீக்கவா?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "ஏற்றுகிறது... புதிய சாதனத்துடன் ஒத்திசைத்த பிறகு இதற்கு சிறிது நேரம் ஆகலாம்" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "பயன்படுத்த, பயன்பாட்டு கடவுக்குறியீட்டை இயக்கவும்" }, From 400e3e2147c5fec8dc0e5522e9b8067d20574188 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:09 +0100 Subject: [PATCH 217/239] New translations en.json (Thai) --- messages/th.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/th.json b/messages/th.json index fb73d3038..e44e6c972 100644 --- a/messages/th.json +++ b/messages/th.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "ยืนยันการยกเลิก?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "กำลังโหลดข้อมูล... การเชื่อมต่อกับอุปกรณ์ใหม่จะใช้เวลาสักครู่" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "ในการใช้งาน ให้เปิดใช้งานรหัสผ่านแอป" }, From c4be73ebe2fbdf544e3dcc3addb8264283f6974b Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:10 +0100 Subject: [PATCH 218/239] New translations en.json (Burmese) --- messages/my.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/my.json b/messages/my.json index 59722a48c..96268d3d6 100644 --- a/messages/my.json +++ b/messages/my.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "လေ့လာထားရှိမှုများကို ဖျက်ပစ်မှာလား?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Loading… this can take a while after synchronizing with a new device" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "To use, enable App Passcode" }, From d8d98b2afbed3f9aacd5d56b83ebcb5baa3f626d Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:11 +0100 Subject: [PATCH 219/239] New translations en.json (Sinhala) --- messages/si.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/si.json b/messages/si.json index 5655dd824..60c36ce5f 100644 --- a/messages/si.json +++ b/messages/si.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "නිරීක්ෂණය ඉවතලන්නද?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "පූරණය වෙමින් පවතී... මෙය නව උපාංගයක් සමඟ සමමුහුර්ත කිරීමෙන් පසු යම් කාලයක් ගත විය හැක" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "භාවිතා කිරීමට, යෙදුම් මුරකේතය සබල කරන්න" }, From 79e950cffc01ecaaa7a2fecbe3fb834864d9e7d6 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:12 +0100 Subject: [PATCH 220/239] New translations en.json (Swahili) --- messages/sw.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/sw.json b/messages/sw.json index fc7c619ce..1ca9e03e1 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Ungependa kutupa uchunguzi?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Inapakia... hii inaweza kuchukua muda baada ya kusawazisha na kifaa kipya" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "Ili kutumia, washa Msimbo wa siri wa Programu" }, From 314a2a5633c855605a2087bb5fa3ad1f6d1cbf43 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:13 +0100 Subject: [PATCH 221/239] New translations en.json (Nepali) --- messages/ne.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/ne.json b/messages/ne.json index 67ab0cca2..444c188bb 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "अवलाेकन हटाउने?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "लाेड हुँदै... नयाँ उपकरणसँग सिंक्राेनाइज हुन केहि समय लाग्न सक्छ" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "प्रयोग गर्न, एप पासकोड सक्षम गर्नुहोस्" }, From b78caaf52b9d7f6f47547340abdb002ccde4cd40 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Wed, 1 May 2024 12:07:14 +0100 Subject: [PATCH 222/239] New translations en.json (Ogiek) --- messages/oki.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/messages/oki.json b/messages/oki.json index 21ce72d80..b251884a5 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -19,12 +19,24 @@ "description": "Title of dialog that shows when cancelling a new observation", "message": "Toochinee observation?" }, + "Modal.DiscardTrack.description": { + "message": "Your Track will not be saved. This cannot be undone." + }, + "Modal.DiscardTrack.title": { + "message": "Discard Track?" + }, "Modal.GPSDisable.button": { "message": "Enable" }, + "Modal.GPSDisable.defaultButton": { + "message": "Continue Editing" + }, "Modal.GPSDisable.description": { "message": "To create a Track CoMapeo needs access to your location and GPS." }, + "Modal.GPSDisable.discardButton": { + "message": "Discard Track" + }, "Modal.GPSDisable.title": { "message": "GPS Disabled" }, @@ -426,6 +438,26 @@ "description": "message shown whilst observations are loading", "message": "Loading… this can take a while after synchronizing with a new device" }, + "screens.SaveTrack.TrackEditView.descriptionPlaceholder": { + "description": "Placeholder for description/notes field", + "message": "What is happening here?" + }, + "screens.SaveTrack.TrackEditView.saveTrackCamera": { + "description": "Button label for adding photo", + "message": "Camera" + }, + "screens.SaveTrack.TrackEditView.saveTrackDetails": { + "description": "Button label for check details", + "message": "Details" + }, + "screens.SaveTrack.TrackEditView.title": { + "description": "Title for new track screen", + "message": "New Track" + }, + "screens.SaveTrack.track": { + "description": "Category title for new track screen", + "message": "Track" + }, "screens.Security.obscurePassDescriptonPassNotSet": { "message": "To use, enable App Passcode" }, From 214dd0cc01d4ccc7115192c2044c53412a80bb52 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:48 +0100 Subject: [PATCH 223/239] New translations en.json (French) --- messages/fr.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/fr.json b/messages/fr.json index 7c4c83074..b3feb2791 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Continuer la modification" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Annuler les modifications" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Annuler les modifications ?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Quitter sans sauvegarder" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 385e7880aa9717684e58e8e82313834ed899817f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:50 +0100 Subject: [PATCH 224/239] New translations en.json (Spanish) --- messages/es.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/es.json b/messages/es.json index 4c2588a98..f1781f16d 100644 --- a/messages/es.json +++ b/messages/es.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Seguir editando" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Descartar cambios" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "¿Descartar cambios?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Descartar observación" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Colabora con proyectos de mapeo y monitoreo" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "¡Comienza ya!" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "ahora es" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Colabora con proyectos de mapeo y monitoreo" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "¡Comienza ya!" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "ahora es" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "La Contraseña oscura es una funcionalidad de seguridad que le permite abrir Mapeo en un modo que oculta todos sus datos. Introduciendo la Constraseña oscura en la pantalla de introducción se mostrará una versión vacía de Mapeo que le permite crear observaciones de demostración que no se guardan en la base de datos de Mapeo." From 2da0fa771dacb45e8aa46ded96d8e6a11f2ee3ad Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:51 +0100 Subject: [PATCH 225/239] New translations en.json (German) --- messages/de.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/de.json b/messages/de.json index 842686ec0..8aadb1656 100644 --- a/messages/de.json +++ b/messages/de.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Bearbeitung fortsetzen" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Änderungen verwerfen" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Änderungen verwerfen?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Verlassen ohne zu speichern" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From bd3d8021acee9b37d7327e5e41f3990d1e336831 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:52 +0100 Subject: [PATCH 226/239] New translations en.json (Japanese) --- messages/ja.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/ja.json b/messages/ja.json index 924002f8b..7c2d962bf 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "編集を続ける" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "変更を破棄" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "変更を破棄してよろしいですか?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "保存せずに閉じる" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From b6617979f4310c9ae246dff7785f114c3adb0b97 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:53 +0100 Subject: [PATCH 227/239] New translations en.json (Mongolian) --- messages/mn.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/mn.json b/messages/mn.json index 5810f40b7..d4de08920 100644 --- a/messages/mn.json +++ b/messages/mn.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Үргэлжлүүлэн засварлах" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Өөрчлөлтийг цуцлах" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Өөрчлөлтийг цуцлах уу? " }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Хадгалахгүйгээр цуцлах" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Бүрхэг нууц үг нь Mapeo-г төөрөгдүүлэх горимд нээх боломжийг олгодог хамгаалалтын функц бөгөөд таны бүх өгөгдлийг нуудаг. Танилцуулгын дэлгэцэн дээр тодорхойгүй нууц үгийг оруулснаар Mapeo-ийн хоосон хувилбар гарч ирэх бөгөөд энэ нь танд Mapeo мэдээллийн санд хадгалагдаагүй үзүүлэх ажиглалт үүсгэх боломжийг олгоно." From 129588604eba8048c932e48f8508fdf174ace103 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:54 +0100 Subject: [PATCH 228/239] New translations en.json (Dutch) --- messages/nl.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/nl.json b/messages/nl.json index 7399d5db8..546587929 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Doorgaan met bewerken" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Wijzigingen annuleren" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Wijzigingen annuleren?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Annuleren zonder op te slaan" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 58e39b610b6d3262644ca106198d873254be49e1 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:55 +0100 Subject: [PATCH 229/239] New translations en.json (Vietnamese) --- messages/vi.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/vi.json b/messages/vi.json index 0f8d430fc..2c5a9712e 100644 --- a/messages/vi.json +++ b/messages/vi.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Tiếp tục chỉnh sửa" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Hủy bỏ thay đổi" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Hủy bỏ thay đổi?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Hủy bỏ, không lưu lại" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 0b8061b61829b11047db98233f4fd98258d9861f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:56 +0100 Subject: [PATCH 230/239] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/pt.json b/messages/pt.json index 2d36352a3..36af8f134 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Continuar editando" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Descartar alterações" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Descartar alterações?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Excluir observação" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "A Senha obscura é um recurso de segurança que permite abrir o Mapeo em um modo que oculta todos os seus dados. Inserindo a Senha obscura na tela inicial exibirá uma versão vazia do Mapeo que permite que você crie observações de demonstração que não são salvas no banco de dados do Mapeo." From b214fbc90a78b010cae40029e2420bfb0415ac15 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:57 +0100 Subject: [PATCH 231/239] New translations en.json (Indonesian) --- messages/id.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/id.json b/messages/id.json index c2a8ad669..ae09f1677 100644 --- a/messages/id.json +++ b/messages/id.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Lanjutkan menyunting" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Batalkan perubahan" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Batalkan perubahan?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Keluar tanpa menyimpan" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 03edca17ac77a6d2d9e70d0dca9fdfa0e8f8fe5a Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:58 +0100 Subject: [PATCH 232/239] New translations en.json (Khmer) --- messages/km.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/km.json b/messages/km.json index a6b17fc23..1462cdc02 100644 --- a/messages/km.json +++ b/messages/km.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "បន្តកែសម្រួល" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "លះបង់​ការកែប្រែ" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "តើ​អ្នក​ចង់​រក្សា​ទុក​មុន​ពេល​ចាកចេញទេ?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "បោះបង់ដោយមិនរក្សាទុក" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From a7acd03696019d2d6962fbab306e291ed896bdce Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:05:59 +0100 Subject: [PATCH 233/239] New translations en.json (Tamil) --- messages/ta.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/ta.json b/messages/ta.json index d95025378..6acdb0a92 100644 --- a/messages/ta.json +++ b/messages/ta.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "தொடர்ந்து திருத்தவும்" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "மாற்றங்களை நிராகரிக்கவும்" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "மாற்றங்களை அகற்றவா?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "சேமிக்காமல் நிராகரிக்கவும்" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 4b3abd2cb6818420c99c54e3059ad4e95c1b01fc Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:06:00 +0100 Subject: [PATCH 234/239] New translations en.json (Thai) --- messages/th.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/th.json b/messages/th.json index e44e6c972..054060c46 100644 --- a/messages/th.json +++ b/messages/th.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "ทำการแก้ไขต่อ" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "ยกเลิกการเปลี่ยนแปลง" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "ยกเลิกการเปลี่ยนแปลงหรือไม่?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "ยกเลิกโดยไม่บันทึก" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 501dd4381840f1c4ed4953790b74553b5b7fafd5 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:06:01 +0100 Subject: [PATCH 235/239] New translations en.json (Burmese) --- messages/my.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/my.json b/messages/my.json index 96268d3d6..78809a54c 100644 --- a/messages/my.json +++ b/messages/my.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "ဆက်လက်ပြင်ဆင်ခြင်း" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "ပြောင်းလဲမှုများကို ဖျက်ခြင်း" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "ပြောင်းလဲမှုများကို ဖျက်ပစ်မှာလား?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "သိမ်းဆည်းမှုမလုပ်ဘဲ ဖျက်ခြင်း" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 4c1ec0446c63bbe4a698abdabc4e8ac51d666806 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:06:03 +0100 Subject: [PATCH 236/239] New translations en.json (Sinhala) --- messages/si.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/si.json b/messages/si.json index 60c36ce5f..025ee0cb9 100644 --- a/messages/si.json +++ b/messages/si.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "සංස්කරණය කරගෙන යන්න" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "වෙනස්කම් ඉවතලන්න" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "වෙනස්කම් ඉවතලන්න?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "ඉතිරි නොකර ඉවතලන්න" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From 9c26efc324f49b4748515fdee4afe12f7f91692c Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:06:04 +0100 Subject: [PATCH 237/239] New translations en.json (Swahili) --- messages/sw.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/sw.json b/messages/sw.json index 1ca9e03e1..e6a73bfa7 100644 --- a/messages/sw.json +++ b/messages/sw.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Endelea kuhariri" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Tupa mabadiliko" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Ungependa kutupa mabadiliko?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Tupa bila kuhifadhi" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Nambari ya siri Isiyojulikana ni kipengele cha usalama kinachokuruhusu kufungua Mapeo katika hali bandia ambayo huficha data yako yote. Kuweka Nambari ya siri Isiyojulikana kwenye skrini ya utangulizi kutaonyesha toleo tupu la Mapeo ambalo hukuruhusu kuunda uchunguzi wa maonyesho ambao hauhifadhiwi kwenye hifadhidata ya Mapeo." From 0e5976773d08209c38f33e761ccc578e10251118 Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:06:06 +0100 Subject: [PATCH 238/239] New translations en.json (Nepali) --- messages/ne.json | 171 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/ne.json b/messages/ne.json index 444c188bb..bec4452b5 100644 --- a/messages/ne.json +++ b/messages/ne.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "निरन्तर सम्पादन" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "परिवर्तन रद्द" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "परिवर्तन रद्द?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "संग्रह नगरी खारेज गर्नु" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database." From e2748d3b1e2c9865c557f64f63d47eaec616d11f Mon Sep 17 00:00:00 2001 From: Digidem Bot <68966934+digidem-bot@users.noreply.github.com> Date: Thu, 2 May 2024 12:06:07 +0100 Subject: [PATCH 239/239] New translations en.json (Ogiek) --- messages/oki.json | 171 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 146 insertions(+), 25 deletions(-) diff --git a/messages/oki.json b/messages/oki.json index b251884a5..7cb19d511 100644 --- a/messages/oki.json +++ b/messages/oki.json @@ -3,17 +3,23 @@ "description": "Button on dialog to keep editing (cancelling close action)", "message": "Taastay iweechweech" }, - "AppContainer.EditHeader.discardChangesContent": { - "description": "Button on dialog to cancel observation edits", - "message": "Toochinee weecheet" + "AppContainer.EditHeader.discardChangesButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard changes" + }, + "AppContainer.EditHeader.discardChangesDescription": { + "message": "Your changes will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardChangesTitle": { "description": "Title of dialog that shows when cancelling observation edits", "message": "Toochinee weecheet?" }, - "AppContainer.EditHeader.discardContent": { - "description": "Button on dialog to cancel a new observation", - "message": "Toochinee meekonoor" + "AppContainer.EditHeader.discardObservationButton": { + "description": "Title of dialog that shows when cancelling observation edits", + "message": "Discard Observation" + }, + "AppContainer.EditHeader.discardObservationDescription": { + "message": "Your Observation will not be saved. This cannot be undone." }, "AppContainer.EditHeader.discardTitle": { "description": "Title of dialog that shows when cancelling a new observation", @@ -262,55 +268,170 @@ "screens.FatalError.somethingWrong": { "message": "Something Went Wrong" }, - "screens.GpsModal.details": { + "screens.IntroToCoMapeo.collaborate": { + "message": "Collaborate on mapping and monitoring projects" + }, + "screens.IntroToCoMapeo.getStarted": { + "message": "Get Started" + }, + "screens.IntroToCoMapeo.isNow": { + "description": "The full sentence is mapeo 'is now' comapeo. ", + "message": "is now" + }, + "screens.IntroToCoMapeo.version": { + "description": "v is short for version. the translation for version can be used instead", + "message": "V" + }, + "screens.LocationInfoScreen.details": { "description": "Section title for details about current position", "message": "Details" }, - "screens.GpsModal.gpsHeader": { + "screens.LocationInfoScreen.gpsHeader": { "description": "Header for GPS screen", "message": "Current GPS Location" }, - "screens.GpsModal.lastUpdate": { + "screens.LocationInfoScreen.lastUpdate": { "description": "Section title for time of last GPS update", "message": "Last update" }, - "screens.GpsModal.locationDD": { + "screens.LocationInfoScreen.locationDD": { "description": "Section title for DD coordinates", "message": "Coordinates Decimal Degrees" }, - "screens.GpsModal.locationDMS": { + "screens.LocationInfoScreen.locationDMS": { "description": "Section title for DMS coordinates", "message": "Coordinates DMS" }, - "screens.GpsModal.locationSensors": { + "screens.LocationInfoScreen.locationSensors": { "description": "Heading for section about location sensor status", "message": "Sensor Status" }, - "screens.GpsModal.locationUTM": { + "screens.LocationInfoScreen.locationUTM": { "description": "Section title for UTM coordinates", "message": "Coordinates UTM" }, - "screens.GpsModal.no": { + "screens.LocationInfoScreen.no": { "description": "if a location sensor is active yes/no", "message": "No" }, - "screens.GpsModal.yes": { + "screens.LocationInfoScreen.yes": { "description": "if a location sensor is active yes/no", "message": "Yes" }, - "screens.IntroToCoMapeo.collaborate": { - "message": "Collaborate on mapping and monitoring projects" + "screens.ManualGpsScreen.DdForm.east": { + "message": "East" }, - "screens.IntroToCoMapeo.getStarted": { - "message": "Get Started" + "screens.ManualGpsScreen.DdForm.invalidCoordinates": { + "message": "Invalid coordinates" }, - "screens.IntroToCoMapeo.isNow": { - "description": "The full sentence is mapeo 'is now' comapeo. ", - "message": "is now" + "screens.ManualGpsScreen.DdForm.latInputLabel": { + "message": "Latitude value" }, - "screens.IntroToCoMapeo.version": { - "description": "v is short for version. the translation for version can be used instead", - "message": "V" + "screens.ManualGpsScreen.DdForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DdForm.lonInputLabel": { + "message": "Longitude value" + }, + "screens.ManualGpsScreen.DdForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DdForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DdForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.selectLonCardinality": { + "message": "Select longitude cardinality" + }, + "screens.ManualGpsScreen.DdForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DdForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.MinutesInputLabel": { + "message": "{field} minutes input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.SecondsInputLabel": { + "message": "{field} seconds input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degrees": { + "message": "Degrees" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.degreesInputLabel": { + "message": "{field} degrees input" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.direction": { + "message": "Direction" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.minutes": { + "message": "Minutes" + }, + "screens.ManualGpsScreen.DmsForm.DmsInputGroup.seconds": { + "message": "Seconds" + }, + "screens.ManualGpsScreen.DmsForm.east": { + "message": "East" + }, + "screens.ManualGpsScreen.DmsForm.invalidCoordinates": { + "message": "Invalid coordinates" + }, + "screens.ManualGpsScreen.DmsForm.latitude": { + "message": "Latitude" + }, + "screens.ManualGpsScreen.DmsForm.longitude": { + "message": "Longitude" + }, + "screens.ManualGpsScreen.DmsForm.north": { + "message": "North" + }, + "screens.ManualGpsScreen.DmsForm.selectLatCardinality": { + "message": "Select latitude cardinality" + }, + "screens.ManualGpsScreen.DmsForm.south": { + "message": "South" + }, + "screens.ManualGpsScreen.DmsForm.west": { + "message": "West" + }, + "screens.ManualGpsScreen.coordinateFormat": { + "message": "Coordinate Format" + }, + "screens.ManualGpsScreen.decimalDegrees": { + "message": "Decimal Degrees (DD)" + }, + "screens.ManualGpsScreen.degreesMinutesSeconds": { + "message": "Degrees/Minutes/Seconds (DMS)" + }, + "screens.ManualGpsScreen.easting": { + "message": "East" + }, + "screens.ManualGpsScreen.eastingSuffix": { + "message": "mE" + }, + "screens.ManualGpsScreen.invalidCoordinates": { + "message": "Invalid coordinates. Latitude must be between -90 and 90. Longitude must be between -180 and 180" + }, + "screens.ManualGpsScreen.northing": { + "message": "North" + }, + "screens.ManualGpsScreen.northingSuffix": { + "message": "mN" + }, + "screens.ManualGpsScreen.title": { + "description": "title of manual GPS screen", + "message": "Enter coordinates" + }, + "screens.ManualGpsScreen.universalTransverseMercator": { + "message": "Universal Transverse Mercator (UTM)" + }, + "screens.ManualGpsScreen.zoneLetter": { + "message": "Zone Letter" + }, + "screens.ManualGpsScreen.zoneNumber": { + "message": "Zone Number" }, "screens.ObscurePasscode.description": { "message": "Obscure Passcode is a security feature that allows you to open Mapeo in a decoy mode that hides all of your data. Entering the Obscure Passcode on the intro screen will display an empty version of Mapeo which allows you to create demonstration observations that are not saved to the Mapeo database."