
fixes for map center computation, DB & filter chip update on metadata changes, offscreen marker generation
728 lines
26 KiB
Text
728 lines
26 KiB
Text
{
|
||
"appName": "Aves",
|
||
"welcomeMessage": "Welcome to Aves",
|
||
"welcomeOptional": "Optional",
|
||
"welcomeTermsToggle": "I agree to the terms and conditions",
|
||
"itemCount": "{count, plural, =1{1 item} other{{count} items}}",
|
||
"@itemCount": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
|
||
"timeSeconds": "{seconds, plural, =1{1 second} other{{seconds} seconds}}",
|
||
"@timeSeconds": {
|
||
"placeholders": {
|
||
"seconds": {}
|
||
}
|
||
},
|
||
"timeMinutes": "{minutes, plural, =1{1 minute} other{{minutes} minutes}}",
|
||
"@timeMinutes": {
|
||
"placeholders": {
|
||
"minutes": {}
|
||
}
|
||
},
|
||
"focalLength": "{length} mm",
|
||
"@focalLength": {
|
||
"placeholders": {
|
||
"length": {
|
||
"type": "String",
|
||
"example": "5.4"
|
||
}
|
||
}
|
||
},
|
||
|
||
"applyButtonLabel": "APPLY",
|
||
"deleteButtonLabel": "DELETE",
|
||
"nextButtonLabel": "NEXT",
|
||
"showButtonLabel": "SHOW",
|
||
"hideButtonLabel": "HIDE",
|
||
"continueButtonLabel": "CONTINUE",
|
||
|
||
"cancelTooltip": "Cancel",
|
||
"changeTooltip": "Change",
|
||
"clearTooltip": "Clear",
|
||
"previousTooltip": "Previous",
|
||
"nextTooltip": "Next",
|
||
"showTooltip": "Show",
|
||
"hideTooltip": "Hide",
|
||
"actionRemove": "Remove",
|
||
"resetButtonTooltip": "Reset",
|
||
|
||
"doubleBackExitMessage": "Tap “back” again to exit.",
|
||
|
||
"sourceStateLoading": "Loading",
|
||
"sourceStateCataloguing": "Cataloguing",
|
||
"sourceStateLocatingCountries": "Locating countries",
|
||
"sourceStateLocatingPlaces": "Locating places",
|
||
|
||
"chipActionDelete": "Delete",
|
||
"chipActionGoToAlbumPage": "Show in Albums",
|
||
"chipActionGoToCountryPage": "Show in Countries",
|
||
"chipActionGoToTagPage": "Show in Tags",
|
||
"chipActionHide": "Hide",
|
||
"chipActionPin": "Pin to top",
|
||
"chipActionUnpin": "Unpin from top",
|
||
"chipActionRename": "Rename",
|
||
"chipActionSetCover": "Set cover",
|
||
"chipActionCreateAlbum": "Create album",
|
||
|
||
"entryActionCopyToClipboard": "Copy to clipboard",
|
||
"entryActionDelete": "Delete",
|
||
"entryActionExport": "Export",
|
||
"entryActionInfo": "Info",
|
||
"entryActionRename": "Rename",
|
||
"entryActionRotateCCW": "Rotate counterclockwise",
|
||
"entryActionRotateCW": "Rotate clockwise",
|
||
"entryActionFlip": "Flip horizontally",
|
||
"entryActionPrint": "Print",
|
||
"entryActionShare": "Share",
|
||
"entryActionViewSource": "View source",
|
||
"entryActionViewMotionPhotoVideo": "Open Motion Photo",
|
||
"entryActionEdit": "Edit with…",
|
||
"entryActionOpen": "Open with…",
|
||
"entryActionSetAs": "Set as…",
|
||
"entryActionOpenMap": "Show in map app…",
|
||
"entryActionRotateScreen": "Rotate screen",
|
||
"entryActionAddFavourite": "Add to favourites",
|
||
"entryActionRemoveFavourite": "Remove from favourites",
|
||
|
||
"videoActionCaptureFrame": "Capture frame",
|
||
"videoActionPause": "Pause",
|
||
"videoActionPlay": "Play",
|
||
"videoActionReplay10": "Seek backward 10 seconds",
|
||
"videoActionSkip10": "Seek forward 10 seconds",
|
||
"videoActionSelectStreams": "Select tracks",
|
||
"videoActionSetSpeed": "Playback speed",
|
||
"videoActionSettings": "Settings",
|
||
|
||
"entryInfoActionEditDate": "Edit date & time",
|
||
"entryInfoActionEditLocation": "Edit location",
|
||
"entryInfoActionEditRating": "Edit rating",
|
||
"entryInfoActionEditTags": "Edit tags",
|
||
"entryInfoActionRemoveMetadata": "Remove metadata",
|
||
|
||
"filterFavouriteLabel": "Favourite",
|
||
"filterLocationEmptyLabel": "Unlocated",
|
||
"filterTagEmptyLabel": "Untagged",
|
||
"filterRatingUnratedLabel": "Unrated",
|
||
"filterRatingRejectedLabel": "Rejected",
|
||
"filterTypeAnimatedLabel": "Animated",
|
||
"filterTypeMotionPhotoLabel": "Motion Photo",
|
||
"filterTypePanoramaLabel": "Panorama",
|
||
"filterTypeRawLabel": "Raw",
|
||
"filterTypeSphericalVideoLabel": "360° Video",
|
||
"filterTypeGeotiffLabel": "GeoTIFF",
|
||
"filterMimeImageLabel": "Image",
|
||
"filterMimeVideoLabel": "Video",
|
||
|
||
"coordinateFormatDms": "DMS",
|
||
"coordinateFormatDecimal": "Decimal degrees",
|
||
"coordinateDms": "{coordinate} {direction}",
|
||
"@coordinateDms": {
|
||
"placeholders": {
|
||
"coordinate": {
|
||
"type": "String",
|
||
"example": "38° 41′ 47.72″"
|
||
},
|
||
"direction": {
|
||
"type": "String",
|
||
"example": "S"
|
||
}
|
||
}
|
||
},
|
||
"coordinateDmsNorth": "N",
|
||
"coordinateDmsSouth": "S",
|
||
"coordinateDmsEast": "E",
|
||
"coordinateDmsWest": "W",
|
||
|
||
"unitSystemMetric": "Metric",
|
||
"unitSystemImperial": "Imperial",
|
||
|
||
"videoLoopModeNever": "Never",
|
||
"videoLoopModeShortOnly": "Short videos only",
|
||
"videoLoopModeAlways": "Always",
|
||
|
||
"mapStyleGoogleNormal": "Google Maps",
|
||
"mapStyleGoogleHybrid": "Google Maps (Hybrid)",
|
||
"mapStyleGoogleTerrain": "Google Maps (Terrain)",
|
||
"mapStyleOsmHot": "Humanitarian OSM",
|
||
"mapStyleStamenToner": "Stamen Toner",
|
||
"mapStyleStamenWatercolor": "Stamen Watercolor",
|
||
|
||
"nameConflictStrategyRename": "Rename",
|
||
"nameConflictStrategyReplace": "Replace",
|
||
"nameConflictStrategySkip": "Skip",
|
||
|
||
"keepScreenOnNever": "Never",
|
||
"keepScreenOnViewerOnly": "Viewer page only",
|
||
"keepScreenOnAlways": "Always",
|
||
|
||
"accessibilityAnimationsRemove": "Prevent screen effects",
|
||
"accessibilityAnimationsKeep": "Keep screen effects",
|
||
|
||
"albumTierNew": "New",
|
||
"albumTierPinned": "Pinned",
|
||
"albumTierSpecial": "Common",
|
||
"albumTierApps": "Apps",
|
||
"albumTierRegular": "Others",
|
||
|
||
"storageVolumeDescriptionFallbackPrimary": "Internal storage",
|
||
"storageVolumeDescriptionFallbackNonPrimary": "SD card",
|
||
"rootDirectoryDescription": "root directory",
|
||
"otherDirectoryDescription": "“{name}” directory",
|
||
"@otherDirectoryDescription": {
|
||
"placeholders": {
|
||
"name": {
|
||
"type": "String",
|
||
"example": "Pictures",
|
||
"description": "the name of a specific directory"
|
||
}
|
||
}
|
||
},
|
||
"storageAccessDialogTitle": "Storage Access",
|
||
"storageAccessDialogMessage": "Please select the {directory} of “{volume}” in the next screen to give this app access to it.",
|
||
"@storageAccessDialogMessage": {
|
||
"placeholders": {
|
||
"directory": {
|
||
"type": "String",
|
||
"description": "the name of a directory, using the output of `rootDirectoryDescription` or `otherDirectoryDescription`"
|
||
},
|
||
"volume": {
|
||
"type": "String",
|
||
"example": "SD card",
|
||
"description": "the name of a storage volume"
|
||
}
|
||
}
|
||
},
|
||
"restrictedAccessDialogTitle": "Restricted Access",
|
||
"restrictedAccessDialogMessage": "This app is not allowed to modify files in the {directory} of “{volume}”.\n\nPlease use a pre-installed file manager or gallery app to move the items to another directory.",
|
||
"@restrictedAccessDialogMessage": {
|
||
"placeholders": {
|
||
"directory": {
|
||
"type": "String",
|
||
"description": "the name of a directory, using the output of `rootDirectoryDescription` or `otherDirectoryDescription`"
|
||
},
|
||
"volume": {
|
||
"type": "String",
|
||
"example": "SD card",
|
||
"description": "the name of a storage volume"
|
||
}
|
||
}
|
||
},
|
||
"notEnoughSpaceDialogTitle": "Not Enough Space",
|
||
"notEnoughSpaceDialogMessage": "This operation needs {neededSize} of free space on “{volume}” to complete, but there is only {freeSize} left.",
|
||
"@notEnoughSpaceDialogMessage": {
|
||
"placeholders": {
|
||
"neededSize": {
|
||
"type": "String",
|
||
"example": "314 MB"
|
||
},
|
||
"freeSize": {
|
||
"type": "String",
|
||
"example": "123 MB"
|
||
},
|
||
"volume": {
|
||
"type": "String",
|
||
"example": "SD card",
|
||
"description": "the name of a storage volume"
|
||
}
|
||
}
|
||
},
|
||
"missingSystemFilePickerDialogTitle": "Missing System File Picker",
|
||
"missingSystemFilePickerDialogMessage": "The system file picker is missing or disabled. Please enable it and try again.",
|
||
|
||
"unsupportedTypeDialogTitle": "Unsupported Types",
|
||
"unsupportedTypeDialogMessage": "{count, plural, =1{This operation is not supported for items of the following type: {types}.} other{This operation is not supported for items of the following types: {types}.}}",
|
||
"@unsupportedTypeDialogMessage": {
|
||
"placeholders": {
|
||
"count": {},
|
||
"types": {
|
||
"type": "String",
|
||
"example": "GIF, TIFF, MP4",
|
||
"description": "a list of unsupported types"
|
||
}
|
||
}
|
||
},
|
||
|
||
"nameConflictDialogSingleSourceMessage": "Some files in the destination folder have the same name.",
|
||
"nameConflictDialogMultipleSourceMessage": "Some files have the same name.",
|
||
|
||
"addShortcutDialogLabel": "Shortcut label",
|
||
"addShortcutButtonLabel": "ADD",
|
||
|
||
"noMatchingAppDialogTitle": "No Matching App",
|
||
"noMatchingAppDialogMessage": "There are no apps that can handle this.",
|
||
|
||
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Are you sure you want to delete this item?} other{Are you sure you want to delete these {count} items?}}",
|
||
"@deleteEntriesConfirmationDialogMessage": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
|
||
"videoResumeDialogMessage": "Do you want to resume playing at {time}?",
|
||
"@videoResumeDialogMessage": {
|
||
"placeholders": {
|
||
"time": {
|
||
"type": "String",
|
||
"example": "13:37"
|
||
}
|
||
}
|
||
},
|
||
"videoStartOverButtonLabel": "START OVER",
|
||
"videoResumeButtonLabel": "RESUME",
|
||
|
||
"setCoverDialogTitle": "Set Cover",
|
||
"setCoverDialogLatest": "Latest item",
|
||
"setCoverDialogCustom": "Custom",
|
||
|
||
"hideFilterConfirmationDialogMessage": "Matching photos and videos will be hidden from your collection. You can show them again from the “Privacy” settings.\n\nAre you sure you want to hide them?",
|
||
|
||
"newAlbumDialogTitle": "New Album",
|
||
"newAlbumDialogNameLabel": "Album name",
|
||
"newAlbumDialogNameLabelAlreadyExistsHelper": "Directory already exists",
|
||
"newAlbumDialogStorageLabel": "Storage:",
|
||
|
||
"renameAlbumDialogLabel": "New name",
|
||
"renameAlbumDialogLabelAlreadyExistsHelper": "Directory already exists",
|
||
|
||
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Are you sure you want to delete this album and its item?} other{Are you sure you want to delete this album and its {count} items?}}",
|
||
"@deleteSingleAlbumConfirmationDialogMessage": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Are you sure you want to delete these albums and their item?} other{Are you sure you want to delete these albums and their {count} items?}}",
|
||
"@deleteMultiAlbumConfirmationDialogMessage": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
|
||
"exportEntryDialogFormat": "Format:",
|
||
"exportEntryDialogWidth": "Width",
|
||
"exportEntryDialogHeight": "Height",
|
||
|
||
"renameEntryDialogLabel": "New name",
|
||
|
||
"editEntryDateDialogTitle": "Date & Time",
|
||
"editEntryDateDialogSetCustom": "Set custom date",
|
||
"editEntryDateDialogCopyField": "Copy from other date",
|
||
"editEntryDateDialogExtractFromTitle": "Extract from title",
|
||
"editEntryDateDialogShift": "Shift",
|
||
"editEntryDateDialogSourceFileModifiedDate": "File modified date",
|
||
"editEntryDateDialogTargetFieldsHeader": "Fields to modify",
|
||
"editEntryDateDialogHours": "Hours",
|
||
"editEntryDateDialogMinutes": "Minutes",
|
||
|
||
"editEntryLocationDialogTitle": "Location",
|
||
"editEntryLocationDialogChooseOnMapTooltip": "Choose on map",
|
||
"editEntryLocationDialogLatitude": "Latitude",
|
||
"editEntryLocationDialogLongitude": "Longitude",
|
||
|
||
"locationPickerUseThisLocationButton": "Use this location",
|
||
|
||
"editEntryRatingDialogTitle": "Rating",
|
||
|
||
"removeEntryMetadataDialogTitle": "Metadata Removal",
|
||
"removeEntryMetadataDialogMore": "More",
|
||
|
||
"removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "XMP is required to play the video inside a motion photo.\n\nAre you sure you want to remove it?",
|
||
|
||
"videoSpeedDialogLabel": "Playback speed",
|
||
|
||
"videoStreamSelectionDialogVideo": "Video",
|
||
"videoStreamSelectionDialogAudio": "Audio",
|
||
"videoStreamSelectionDialogText": "Subtitles",
|
||
"videoStreamSelectionDialogOff": "Off",
|
||
"videoStreamSelectionDialogTrack": "Track",
|
||
"videoStreamSelectionDialogNoSelection": "There are no other tracks.",
|
||
|
||
"genericSuccessFeedback": "Done!",
|
||
"genericFailureFeedback": "Failed",
|
||
|
||
"menuActionConfigureView": "View",
|
||
"menuActionSelect": "Select",
|
||
"menuActionSelectAll": "Select all",
|
||
"menuActionSelectNone": "Select none",
|
||
"menuActionMap": "Map",
|
||
"menuActionStats": "Stats",
|
||
|
||
"viewDialogTabSort": "Sort",
|
||
"viewDialogTabGroup": "Group",
|
||
"viewDialogTabLayout": "Layout",
|
||
|
||
"tileLayoutGrid": "Grid",
|
||
"tileLayoutList": "List",
|
||
|
||
"aboutPageTitle": "About",
|
||
"aboutLinkSources": "Sources",
|
||
"aboutLinkLicense": "License",
|
||
"aboutLinkPolicy": "Privacy Policy",
|
||
|
||
"aboutBug": "Bug Report",
|
||
"aboutBugSaveLogInstruction": "Save app logs to a file",
|
||
"aboutBugSaveLogButton": "Save",
|
||
"aboutBugCopyInfoInstruction": "Copy system information",
|
||
"aboutBugCopyInfoButton": "Copy",
|
||
"aboutBugReportInstruction": "Report on GitHub with the logs and system information",
|
||
"aboutBugReportButton": "Report",
|
||
|
||
"aboutCredits": "Credits",
|
||
"aboutCreditsWorldAtlas1": "This app uses a TopoJSON file from",
|
||
"aboutCreditsWorldAtlas2": "under ISC License.",
|
||
"aboutCreditsTranslators": "Translators:",
|
||
"aboutCreditsTranslatorLine": "{language}: {names}",
|
||
"@aboutCreditsTranslatorLine": {
|
||
"placeholders": {
|
||
"language": {
|
||
"type": "String",
|
||
"example": "Sumerian"
|
||
},
|
||
"names": {
|
||
"type": "String",
|
||
"example": "Reggie Lampert"
|
||
}
|
||
}
|
||
},
|
||
|
||
"aboutLicenses": "Open-Source Licenses",
|
||
"aboutLicensesBanner": "This app uses the following open-source packages and libraries.",
|
||
"aboutLicensesAndroidLibraries": "Android Libraries",
|
||
"aboutLicensesFlutterPlugins": "Flutter Plugins",
|
||
"aboutLicensesFlutterPackages": "Flutter Packages",
|
||
"aboutLicensesDartPackages": "Dart Packages",
|
||
"aboutLicensesShowAllButtonLabel": "Show All Licenses",
|
||
|
||
"policyPageTitle": "Privacy Policy",
|
||
|
||
"collectionPageTitle": "Collection",
|
||
"collectionPickPageTitle": "Pick",
|
||
"collectionSelectionPageTitle": "{count, plural, =0{Select items} =1{1 item} other{{count} items}}",
|
||
"@collectionSelectionPageTitle": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
|
||
"collectionActionShowTitleSearch": "Show title filter",
|
||
"collectionActionHideTitleSearch": "Hide title filter",
|
||
"collectionActionAddShortcut": "Add shortcut",
|
||
"collectionActionCopy": "Copy to album",
|
||
"collectionActionMove": "Move to album",
|
||
"collectionActionRescan": "Rescan",
|
||
"collectionActionEdit": "Edit",
|
||
|
||
"collectionSearchTitlesHintText": "Search titles",
|
||
|
||
"collectionSortDate": "By date",
|
||
"collectionSortSize": "By size",
|
||
"collectionSortName": "By album & file name",
|
||
"collectionSortRating": "By rating",
|
||
|
||
"collectionGroupAlbum": "By album",
|
||
"collectionGroupMonth": "By month",
|
||
"collectionGroupDay": "By day",
|
||
"collectionGroupNone": "Do not group",
|
||
|
||
"sectionUnknown": "Unknown",
|
||
"dateToday": "Today",
|
||
"dateYesterday": "Yesterday",
|
||
"dateThisMonth": "This month",
|
||
"collectionDeleteFailureFeedback": "{count, plural, =1{Failed to delete 1 item} other{Failed to delete {count} items}}",
|
||
"@collectionDeleteFailureFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"collectionCopyFailureFeedback": "{count, plural, =1{Failed to copy 1 item} other{Failed to copy {count} items}}",
|
||
"@collectionCopyFailureFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"collectionMoveFailureFeedback": "{count, plural, =1{Failed to move 1 item} other{Failed to move {count} items}}",
|
||
"@collectionMoveFailureFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"collectionEditFailureFeedback": "{count, plural, =1{Failed to edit 1 item} other{Failed to edit {count} items}}",
|
||
"@collectionEditFailureFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"collectionExportFailureFeedback": "{count, plural, =1{Failed to export 1 page} other{Failed to export {count} pages}}",
|
||
"@collectionExportFailureFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"collectionCopySuccessFeedback": "{count, plural, =1{Copied 1 item} other{Copied {count} items}}",
|
||
"@collectionCopySuccessFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"collectionMoveSuccessFeedback": "{count, plural, =1{Moved 1 item} other{Moved {count} items}}",
|
||
"@collectionMoveSuccessFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"collectionEditSuccessFeedback": "{count, plural, =1{Edited 1 item} other{Edited {count} items}}",
|
||
"@collectionEditSuccessFeedback": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
|
||
"collectionEmptyFavourites": "No favourites",
|
||
"collectionEmptyVideos": "No videos",
|
||
"collectionEmptyImages": "No images",
|
||
|
||
"collectionSelectSectionTooltip": "Select section",
|
||
"collectionDeselectSectionTooltip": "Deselect section",
|
||
|
||
"drawerCollectionAll": "All collection",
|
||
"drawerCollectionFavourites": "Favourites",
|
||
"drawerCollectionImages": "Images",
|
||
"drawerCollectionVideos": "Videos",
|
||
"drawerCollectionAnimated": "Animated",
|
||
"drawerCollectionMotionPhotos": "Motion photos",
|
||
"drawerCollectionPanoramas": "Panoramas",
|
||
"drawerCollectionRaws": "Raw photos",
|
||
"drawerCollectionSphericalVideos": "360° Videos",
|
||
|
||
"chipSortDate": "By date",
|
||
"chipSortName": "By name",
|
||
"chipSortCount": "By item count",
|
||
|
||
"albumGroupTier": "By tier",
|
||
"albumGroupVolume": "By storage volume",
|
||
"albumGroupNone": "Do not group",
|
||
|
||
"albumPickPageTitleCopy": "Copy to Album",
|
||
"albumPickPageTitleExport": "Export to Album",
|
||
"albumPickPageTitleMove": "Move to Album",
|
||
"albumPickPageTitlePick": "Pick Album",
|
||
|
||
"albumCamera": "Camera",
|
||
"albumDownload": "Download",
|
||
"albumScreenshots": "Screenshots",
|
||
"albumScreenRecordings": "Screen recordings",
|
||
"albumVideoCaptures": "Video Captures",
|
||
|
||
"albumPageTitle": "Albums",
|
||
"albumEmpty": "No albums",
|
||
"createAlbumTooltip": "Create album",
|
||
"createAlbumButtonLabel": "CREATE",
|
||
"newFilterBanner": "new",
|
||
|
||
"countryPageTitle": "Countries",
|
||
"countryEmpty": "No countries",
|
||
|
||
"tagPageTitle": "Tags",
|
||
"tagEmpty": "No tags",
|
||
|
||
"searchCollectionFieldHint": "Search collection",
|
||
"searchSectionRecent": "Recent",
|
||
"searchSectionAlbums": "Albums",
|
||
"searchSectionCountries": "Countries",
|
||
"searchSectionPlaces": "Places",
|
||
"searchSectionTags": "Tags",
|
||
"searchSectionRating": "Ratings",
|
||
|
||
"settingsPageTitle": "Settings",
|
||
"settingsSystemDefault": "System",
|
||
"settingsDefault": "Default",
|
||
|
||
"settingsActionExport": "Export",
|
||
"settingsActionImport": "Import",
|
||
|
||
"appExportCovers": "Covers",
|
||
"appExportFavourites": "Favourites",
|
||
"appExportSettings": "Settings",
|
||
|
||
"settingsSectionNavigation": "Navigation",
|
||
"settingsHome": "Home",
|
||
"settingsKeepScreenOnTile": "Keep screen on",
|
||
"settingsKeepScreenOnTitle": "Keep Screen On",
|
||
"settingsDoubleBackExit": "Tap “back” twice to exit",
|
||
|
||
"settingsNavigationDrawerTile": "Navigation menu",
|
||
"settingsNavigationDrawerEditorTitle": "Navigation Menu",
|
||
"settingsNavigationDrawerBanner": "Touch and hold to move and reorder menu items.",
|
||
"settingsNavigationDrawerTabTypes": "Types",
|
||
"settingsNavigationDrawerTabAlbums": "Albums",
|
||
"settingsNavigationDrawerTabPages": "Pages",
|
||
"settingsNavigationDrawerAddAlbum": "Add album",
|
||
|
||
"settingsSectionThumbnails": "Thumbnails",
|
||
"settingsThumbnailShowFavouriteIcon": "Show favourite icon",
|
||
"settingsThumbnailShowLocationIcon": "Show location icon",
|
||
"settingsThumbnailShowMotionPhotoIcon": "Show motion photo icon",
|
||
"settingsThumbnailShowRating": "Show rating",
|
||
"settingsThumbnailShowRawIcon": "Show raw icon",
|
||
"settingsThumbnailShowVideoDuration": "Show video duration",
|
||
|
||
"settingsCollectionQuickActionsTile": "Quick actions",
|
||
"settingsCollectionQuickActionEditorTitle": "Quick Actions",
|
||
"settingsCollectionQuickActionTabBrowsing": "Browsing",
|
||
"settingsCollectionQuickActionTabSelecting": "Selecting",
|
||
"settingsCollectionBrowsingQuickActionEditorBanner": "Touch and hold to move buttons and select which actions are displayed when browsing items.",
|
||
"settingsCollectionSelectionQuickActionEditorBanner": "Touch and hold to move buttons and select which actions are displayed when selecting items.",
|
||
|
||
"settingsSectionViewer": "Viewer",
|
||
"settingsViewerUseCutout": "Use cutout area",
|
||
"settingsViewerMaximumBrightness": "Maximum brightness",
|
||
"settingsMotionPhotoAutoPlay": "Auto play motion photos",
|
||
"settingsImageBackground": "Image background",
|
||
|
||
"settingsViewerQuickActionsTile": "Quick actions",
|
||
"settingsViewerQuickActionEditorTitle": "Quick Actions",
|
||
"settingsViewerQuickActionEditorBanner": "Touch and hold to move buttons and select which actions are displayed in the viewer.",
|
||
"settingsViewerQuickActionEditorDisplayedButtons": "Displayed Buttons",
|
||
"settingsViewerQuickActionEditorAvailableButtons": "Available Buttons",
|
||
"settingsViewerQuickActionEmpty": "No buttons",
|
||
|
||
"settingsViewerOverlayTile": "Overlay",
|
||
"settingsViewerOverlayTitle": "Overlay",
|
||
"settingsViewerShowOverlayOnOpening": "Show on opening",
|
||
"settingsViewerShowMinimap": "Show minimap",
|
||
"settingsViewerShowInformation": "Show information",
|
||
"settingsViewerShowInformationSubtitle": "Show title, date, location, etc.",
|
||
"settingsViewerShowShootingDetails": "Show shooting details",
|
||
"settingsViewerEnableOverlayBlurEffect": "Blur effect",
|
||
|
||
"settingsVideoPageTitle": "Video Settings",
|
||
"settingsSectionVideo": "Video",
|
||
"settingsVideoShowVideos": "Show videos",
|
||
"settingsVideoEnableHardwareAcceleration": "Hardware acceleration",
|
||
"settingsVideoEnableAutoPlay": "Auto play",
|
||
"settingsVideoLoopModeTile": "Loop mode",
|
||
"settingsVideoLoopModeTitle": "Loop Mode",
|
||
"settingsVideoQuickActionsTile": "Quick actions for videos",
|
||
"settingsVideoQuickActionEditorTitle": "Quick Actions",
|
||
|
||
"settingsSubtitleThemeTile": "Subtitles",
|
||
"settingsSubtitleThemeTitle": "Subtitles",
|
||
"settingsSubtitleThemeSample": "This is a sample.",
|
||
"settingsSubtitleThemeTextAlignmentTile": "Text alignment",
|
||
"settingsSubtitleThemeTextAlignmentTitle": "Text Alignment",
|
||
"settingsSubtitleThemeTextSize": "Text size",
|
||
"settingsSubtitleThemeShowOutline": "Show outline and shadow",
|
||
"settingsSubtitleThemeTextColor": "Text color",
|
||
"settingsSubtitleThemeTextOpacity": "Text opacity",
|
||
"settingsSubtitleThemeBackgroundColor": "Background color",
|
||
"settingsSubtitleThemeBackgroundOpacity": "Background opacity",
|
||
"settingsSubtitleThemeTextAlignmentLeft": "Left",
|
||
"settingsSubtitleThemeTextAlignmentCenter": "Center",
|
||
"settingsSubtitleThemeTextAlignmentRight": "Right",
|
||
|
||
"settingsSectionPrivacy": "Privacy",
|
||
"settingsAllowInstalledAppAccess": "Allow access to app inventory",
|
||
"settingsAllowInstalledAppAccessSubtitle": "Used to improve album display",
|
||
"settingsAllowErrorReporting": "Allow anonymous error reporting",
|
||
"settingsSaveSearchHistory": "Save search history",
|
||
|
||
"settingsHiddenItemsTile": "Hidden items",
|
||
"settingsHiddenItemsTitle": "Hidden Items",
|
||
|
||
"settingsHiddenFiltersTitle": "Hidden Filters",
|
||
"settingsHiddenFiltersBanner": "Photos and videos matching hidden filters will not appear in your collection.",
|
||
"settingsHiddenFiltersEmpty": "No hidden filters",
|
||
|
||
"settingsHiddenPathsTitle": "Hidden Paths",
|
||
"settingsHiddenPathsBanner": "Photos and videos in these folders, or any of their subfolders, will not appear in your collection.",
|
||
"addPathTooltip": "Add path",
|
||
|
||
"settingsStorageAccessTile": "Storage access",
|
||
"settingsStorageAccessTitle": "Storage Access",
|
||
"settingsStorageAccessBanner": "Some directories require an explicit access grant to modify files in them. You can review here directories to which you previously gave access.",
|
||
"settingsStorageAccessEmpty": "No access grants",
|
||
"settingsStorageAccessRevokeTooltip": "Revoke",
|
||
|
||
"settingsSectionAccessibility": "Accessibility",
|
||
"settingsRemoveAnimationsTile": "Remove animations",
|
||
"settingsRemoveAnimationsTitle": "Remove Animations",
|
||
"settingsTimeToTakeActionTile": "Time to take action",
|
||
"settingsTimeToTakeActionTitle": "Time to Take Action",
|
||
|
||
"settingsSectionLanguage": "Language & Formats",
|
||
"settingsLanguage": "Language",
|
||
"settingsCoordinateFormatTile": "Coordinate format",
|
||
"settingsCoordinateFormatTitle": "Coordinate Format",
|
||
"settingsUnitSystemTile": "Units",
|
||
"settingsUnitSystemTitle": "Units",
|
||
|
||
"statsPageTitle": "Stats",
|
||
"statsWithGps": "{count, plural, =1{1 item with location} other{{count} items with location}}",
|
||
"@statsWithGps": {
|
||
"placeholders": {
|
||
"count": {}
|
||
}
|
||
},
|
||
"statsTopCountries": "Top Countries",
|
||
"statsTopPlaces": "Top Places",
|
||
"statsTopTags": "Top Tags",
|
||
|
||
"viewerOpenPanoramaButtonLabel": "OPEN PANORAMA",
|
||
"viewerErrorUnknown": "Oops!",
|
||
"viewerErrorDoesNotExist": "The file no longer exists.",
|
||
|
||
"viewerInfoPageTitle": "Info",
|
||
"viewerInfoBackToViewerTooltip": "Back to viewer",
|
||
|
||
"viewerInfoUnknown": "unknown",
|
||
"viewerInfoLabelTitle": "Title",
|
||
"viewerInfoLabelDate": "Date",
|
||
"viewerInfoLabelResolution": "Resolution",
|
||
"viewerInfoLabelSize": "Size",
|
||
"viewerInfoLabelUri": "URI",
|
||
"viewerInfoLabelPath": "Path",
|
||
"viewerInfoLabelDuration": "Duration",
|
||
"viewerInfoLabelOwner": "Owned by",
|
||
"viewerInfoLabelCoordinates": "Coordinates",
|
||
"viewerInfoLabelAddress": "Address",
|
||
|
||
"mapStyleTitle": "Map Style",
|
||
"mapStyleTooltip": "Select map style",
|
||
"mapZoomInTooltip": "Zoom in",
|
||
"mapZoomOutTooltip": "Zoom out",
|
||
"mapPointNorthUpTooltip": "Point north up",
|
||
"mapAttributionOsmHot": "Map data © [OpenStreetMap](https://www.openstreetmap.org/copyright) contributors • Tiles by [HOT](https://www.hotosm.org/) • Hosted by [OSM France](https://openstreetmap.fr/)",
|
||
"mapAttributionStamen": "Map data © [OpenStreetMap](https://www.openstreetmap.org/copyright) contributors • Tiles by [Stamen Design](http://stamen.com), [CC BY 3.0](http://creativecommons.org/licenses/by/3.0)",
|
||
"openMapPageTooltip": "View on Map page",
|
||
"mapEmptyRegion": "No images in this region",
|
||
|
||
"viewerInfoOpenEmbeddedFailureFeedback": "Failed to extract embedded data",
|
||
"viewerInfoOpenLinkText": "Open",
|
||
"viewerInfoViewXmlLinkText": "View XML",
|
||
|
||
"viewerInfoSearchFieldLabel": "Search metadata",
|
||
"viewerInfoSearchEmpty": "No matching keys",
|
||
"viewerInfoSearchSuggestionDate": "Date & time",
|
||
"viewerInfoSearchSuggestionDescription": "Description",
|
||
"viewerInfoSearchSuggestionDimensions": "Dimensions",
|
||
"viewerInfoSearchSuggestionResolution": "Resolution",
|
||
"viewerInfoSearchSuggestionRights": "Rights",
|
||
|
||
"tagEditorPageTitle": "Edit Tags",
|
||
"tagEditorPageNewTagFieldLabel": "New tag",
|
||
"tagEditorPageAddTagTooltip": "Add tag",
|
||
"tagEditorSectionRecent": "Recent",
|
||
|
||
"panoramaEnableSensorControl": "Enable sensor control",
|
||
"panoramaDisableSensorControl": "Disable sensor control",
|
||
|
||
"sourceViewerPageTitle": "Source",
|
||
|
||
"filePickerShowHiddenFiles": "Show hidden files",
|
||
"filePickerDoNotShowHiddenFiles": "Don’t show hidden files",
|
||
"filePickerOpenFrom": "Open from",
|
||
"filePickerNoItems": "No items",
|
||
"filePickerUseThisFolder": "Use this folder"
|
||
}
|