mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-18 23:35:25 +02:00
199 lines
8.2 KiB
Plaintext
199 lines
8.2 KiB
Plaintext
{
|
|
"appTitleQuestion": "Quid faciam hodie?",
|
|
|
|
"generalError": "There was an error",
|
|
"generalCancelButtonLabel": "Cancel",
|
|
"generalContinueButtonLabel": "Continue",
|
|
"generalSaveButtonLabel": "Save",
|
|
"generalUnderstoodButtonLabel": "OK",
|
|
"generalLoadingLabel": "Loading...",
|
|
"generalSwipeUpForMore": "Swipe up for more",
|
|
"generalSwipeDownToClose": "Swipe down to close this sheet",
|
|
|
|
"welcomeScreenDescription": "Find out what you did all the days and unlock moments you completely forgot!",
|
|
"welcomeScreenSubtitle": "What did I do today?",
|
|
"welcomeScreenStartButtonTitle": "Start",
|
|
"welcomeScreenCreateMemoriesGuideDescription": "Create photos and video thorough the day...",
|
|
"welcomeScreenViewMemoriesGuideDescription": "...and relieve your best moments at the end of the day!",
|
|
"welcomeScreenGetStartedLabel": "Get started",
|
|
|
|
"welcomeScreenMemoriesDataMemoriesAmount": "You have created {count,plural, =0{no memories yet}} =1{one memory} other{{count} memories}}",
|
|
"@welcomeScreenMemoriesDataMemoriesAmount": {
|
|
"placeholders": {
|
|
"count": {
|
|
"type": "int"
|
|
}
|
|
}
|
|
},
|
|
"welcomeScreenMemoriesDataMemoriesSpanning": "Spanning from {startDate} to {endDate}",
|
|
"@welcomeScreenMemoriesDataMemoriesSpanning": {
|
|
"placeholders": {
|
|
"startDate": {
|
|
"type": "DateTime",
|
|
"format": "yMMMd"
|
|
},
|
|
"endDate": {
|
|
"type": "DateTime",
|
|
"format": "yMMMd"
|
|
}
|
|
}
|
|
},
|
|
|
|
|
|
"serverLoadingScreenDescription": "We are loading your data",
|
|
|
|
|
|
"mainScreenActionsTorchButton": "Torch",
|
|
"mainScreenUploadSuccess": "Uploaded successfully!",
|
|
|
|
"mainScreenTakePhotoActionTakingPhoto": "Taking photo, please hold still...",
|
|
"mainScreenTakePhotoActionUploadingPhoto": "Uploading photo...",
|
|
"mainScreenTakeVideoActionSaveVideo": "Taking video, please hold still...",
|
|
"mainScreenTakeVideoActionUploadingVideo": "Uploading video...",
|
|
|
|
"mainScreenHelpSheetTitle": "Record your best moments in life",
|
|
"mainScreenHelpSheetTakePhotoExplanation": "Tap on the shutter button once to take a photo.",
|
|
"mainScreenHelpSheetTakeVideoExplanation": "Hold down the shutter button to start recording a video. Leave the button to stop recording.",
|
|
|
|
"mainScreenAnnotationDialogTitle": "Add an annotation",
|
|
"mainScreenAnnotationDialogExplanation": "You can add an annotation to your memory",
|
|
"mainScreenAnnotationDialogAnnotationFieldLabel": "Annotation",
|
|
|
|
"recordingOverlayIsRecording": "Recording",
|
|
|
|
|
|
"loginScreenTitle": "Login",
|
|
"loginScreenHelpText": "Sign in to your account. If you do not have one already, we will automatically set up one for you.",
|
|
"loginScreenFormEmailLabel": "Email",
|
|
"loginScreenFormPasswordLabel": "Password",
|
|
"loginScreenFormSubmitButton": "Login",
|
|
"loginScreenLoginFailed": "Email or password incorrect",
|
|
"loginScreenSignUpDialogTitle": "Sign up",
|
|
"loginScreenSignUpDialogExplanation": "We didn't find your account. Do you want to sign up now?",
|
|
"loginScreenSignUpDialogAffirmationLabel": "Sign me up now",
|
|
|
|
|
|
"grantPermissionScreenTitle": "Grant Permissions",
|
|
|
|
"permissionsRequiredPageTitle": "Permissions Required",
|
|
"permissionsRequiredPageDescription": "Please grant the following permissions to use this app.",
|
|
"permissionsRequiredPagePermanentlyDenied": "You have permanently denied permissions required to use this app. Please enable them in the settings.",
|
|
"permissionsRequiredPageOpenSettings": "Open Settings",
|
|
"permissionsRequiredPageGrantCameraPermission": "Grant camera permission",
|
|
"permissionsRequiredPageGrantMicrophonePermission": "Grant microphone permission",
|
|
"permissionsRequiredPageGrantLocationPermission": "Grant location permission",
|
|
|
|
|
|
"memoryViewIsDownloading": "Downloading memory",
|
|
"memoryViewDownloadFailed": "Memory could not be loaded.",
|
|
|
|
|
|
"memorySheetSavedToGallery": "Saved to Gallery!",
|
|
"memorySheetMemoryUpdatedToPublic": "Your Memory is public now!",
|
|
"memorySheetMemoryUpdatedToPrivate": "Your Memory is private now.",
|
|
"memorySheetTitle": "Edit Memory",
|
|
"memorySheetDownloadMemory": "Download to Gallery",
|
|
"memorySheetUpdateMemoryMakePublic": "Make Public",
|
|
"memorySheetUpdateMemoryMakePrivate": "Make Private",
|
|
"memorySheetDeleteMemory": "Delete Memory",
|
|
"memorySheetCreatedAtDataKey": "Created at: {creationTime}",
|
|
"@memorySheetCreatedAtDataKey": {
|
|
"description": "Formatted date when the memory was created",
|
|
"placeholders": {
|
|
"creationTime": {
|
|
"type": "DateTime",
|
|
"format": "jms"
|
|
}
|
|
}
|
|
},
|
|
"memorySheetViewMoreDetails": "View More Details",
|
|
|
|
|
|
"memoryMapScreenTitle": "Location",
|
|
"memoryMapScreenOpenNavigation": "Open Navigation",
|
|
"memoryMapScreenValuesAddressLabel": "Estimated Address",
|
|
"memoryMapScreenValuesAddressIsUnavailable": "Address not available",
|
|
"memoryMapScreenValuesLatitudeLabel": "Latitude",
|
|
"memoryMapScreenValuesLongitudeLabel": "Longitude",
|
|
"memoryMapScreenValuesAltitudeLabel": "Altitude",
|
|
"memoryMapScreenValuesAltitudeValue": "{valueInMeter}m",
|
|
"@memoryMapScreenValuesAltitudeValue": {
|
|
"placeholders": {
|
|
"valueInMeter": {
|
|
"type": "String"
|
|
}
|
|
}
|
|
},
|
|
"memoryMapScreenValuesAccuracyLabel": "Accuracy",
|
|
"memoryMapScreenValuesAccuracyValue": "{valueInMeter}m",
|
|
"@memoryMapScreenValuesAccuracyValue": {
|
|
"placeholders": {
|
|
"valueInMeter": {
|
|
"type": "String"
|
|
}
|
|
}
|
|
},
|
|
"memoryMapScreenValuesSpeedLabel": "Speed",
|
|
"memoryMapScreenValuesSpeedValue": "{valueInKmh} km/h",
|
|
"@memoryMapScreenValuesSpeedValue": {
|
|
"placeholders": {
|
|
"valueInKmh": {
|
|
"type": "String"
|
|
}
|
|
}
|
|
},
|
|
|
|
|
|
"emptyScreenTitle": "Houston, we have a problem",
|
|
"emptyScreenSubtitle": "The user hasn't created any memories yet!",
|
|
"emptyScreenDescription": "To view your timeline you need to create some memories first! :)",
|
|
"emptyScreenCreateMemory": "Create a Memory",
|
|
|
|
|
|
"settingsScreenTitle": "Settings",
|
|
"settingsScreenAccountSectionTitle": "Your Account",
|
|
"settingsScreenAccountSectionCreationDateLabel": "Account creation",
|
|
"settingsScreenAccountSectionLogoutLabel": "Log out",
|
|
"settingsScreenDangerSectionTitle": "Danger Zone",
|
|
"settingsScreenDangerSectionDeleteAccountLabel": "Delete Account",
|
|
"settingsScreenDeleteAccountDescription": "Are you sure you want to delete your account? This action cannot be undone! All your memories will be deleted as well.",
|
|
"settingsScreenDeleteAccountConfirmLabel": "Delete Account now",
|
|
"settingsScreenGeneralSectionTitle": "General",
|
|
"settingsScreenGeneralSectionQualityLabel": "Quality",
|
|
"settingsScreenGeneralSectionAskForMemoryAnnotationsLabel": "Ask for memory annotations",
|
|
"settingsScreenGeneralSectionStartRecordingOnStartupLabel": "Automatically start recording on startup",
|
|
"settingsScreenResetHelpSheetsLabel": "Reset Help Sheets",
|
|
"settingsScreenResetHelpSheetsResetSuccessfully": "Help Sheets reset successfully.",
|
|
|
|
|
|
"calendarScreenTitle": "Calendar",
|
|
"calendarScreenSelectionTitle": "Selected {count,plural, =1{one memory} other{{count} memories}}",
|
|
"@calendarScreenSelectionTitle": {
|
|
"placeholders": {
|
|
"count": {
|
|
"type": "int"
|
|
}
|
|
}
|
|
},
|
|
|
|
|
|
"timelineScreenTitle": "Timeline",
|
|
"timelineScreenHelpSheetTitle": "Welcome to your timeline",
|
|
"timelineHelpContentChronologicalMemoriesExplanation": "Your memories are presented in chronological order.",
|
|
"timelineHelpContentSwipeLeftRightExplanation": "Swipe left or right to navigate through the memories of the current day.",
|
|
"timelineHelpContentSwipeUpDownExplanation": "Swipe up or down to navigate through the days of your memories.",
|
|
"timelineHelpContentAutomaticJumpExplanation": "Your timeline will automatically jump to your next memory after some time.",
|
|
"timelineHelpContentHoldDownExplanation": "Hold down to pause your timeline from jumping to your next memory.",
|
|
"timelineHelpContentTapTwiceExplanation": "Tap twice to see more details about your memory.",
|
|
|
|
|
|
"helpSheetDontShowAgain": "Don't show this help sheet again",
|
|
|
|
|
|
"enumMapping_ResolutionPreset_low": "Low",
|
|
"enumMapping_ResolutionPreset_medium": "Medium",
|
|
"enumMapping_ResolutionPreset_high": "High",
|
|
"enumMapping_ResolutionPreset_veryHigh": "Very High",
|
|
"enumMapping_ResolutionPreset_ultraHigh": "Ultra High",
|
|
"enumMapping_ResolutionPreset_max": "Max"
|
|
} |