2022-08-18 22:31:34 +02:00

112 lines
4.5 KiB
Plaintext

{
"appTitleQuestion": "Quid faciam hodie?",
"generalError": "There was an error",
"generalCancelButtonLabel": "Cancel",
"generalContinueButtonLabel": "Continue",
"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 {memoriesAmount} memories",
"@welcomeScreenMemoriesDataMemoriesAmount": {
"placeholders": {
"memoriesAmount": {
"type": "int"
}
}
},
"welcomeScreenMemoriesDataMemoriesSpanning": "Spanning from {startDateFormatted} to {endDateFormatted}",
"@welcomeScreenMemoriesDataMemoriesSpanning": {
"placeholders": {
"startDateFormatted": {
"type": "String"
},
"endDateFormatted": {
"type": "String"
}
}
},
"serverLoadingScreenDescription": "We are loading your data",
"mainScreenLoadingCamera": "Loading camera",
"mainScreenActionsTorchButton": "Torch",
"mainScreenUploadSuccess": "Uploaded successfully!",
"mainScreenTakePhotoActionTakingPhoto": "Taking photo, please hold still...",
"mainScreenTakePhotoActionUploadingPhoto": "Uploading photo...",
"mainScreenTakeVideoActionSaveVideo": "Taking video, please hold still...",
"mainScreenTakeVideoActionUploadingVideo": "Uploading video...",
"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",
"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: {creationTimeFormatted}",
"@memorySheetCreatedAtDataKey": {
"description": "Formatted date when the memory was created",
"placeholders": {
"creationTimeFormatted": {
"type": "String",
"example": "8am"
}
}
},
"memorySheetMapEstimatedAddressLabel": "Estimated Address",
"memorySheetMapOpenNavigation": "Open Navigation",
"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",
"settingsScreenLoading": "Loading Settings...",
"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"
}