aves/lib/l10n/app_en.arb
2023-04-28 20:13:51 +02:00

982 lines
36 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": {}
}
},
"columnCount": "{count, plural, =1{1 column} other{{count} columns}}",
"@columnCount": {
"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": {}
}
},
"timeDays": "{days, plural, =1{1 day} other{{days} days}}",
"@timeDays": {
"placeholders": {
"days": {}
}
},
"focalLength": "{length} mm",
"@focalLength": {
"placeholders": {
"length": {
"type": "String",
"example": "5.4"
}
}
},
"applyButtonLabel": "APPLY",
"deleteButtonLabel": "DELETE",
"discardButtonLabel": "DISCARD",
"nextButtonLabel": "NEXT",
"showButtonLabel": "SHOW",
"hideButtonLabel": "HIDE",
"continueButtonLabel": "CONTINUE",
"cancelTooltip": "Cancel",
"changeTooltip": "Change",
"clearTooltip": "Clear",
"previousTooltip": "Previous",
"nextTooltip": "Next",
"showTooltip": "Show",
"hideTooltip": "Hide",
"actionRemove": "Remove",
"resetTooltip": "Reset",
"saveTooltip": "Save",
"pickTooltip": "Pick",
"doubleBackExitMessage": "Tap “back” again to exit.",
"doNotAskAgain": "Do not ask again",
"sourceStateLoading": "Loading",
"sourceStateCataloguing": "Cataloguing",
"sourceStateLocatingCountries": "Locating countries",
"sourceStateLocatingPlaces": "Locating places",
"chipActionDelete": "Delete",
"chipActionGoToAlbumPage": "Show in Albums",
"chipActionGoToCountryPage": "Show in Countries",
"chipActionGoToPlacePage": "Show in Places",
"chipActionGoToTagPage": "Show in Tags",
"chipActionFilterOut": "Filter out",
"chipActionFilterIn": "Filter in",
"chipActionHide": "Hide",
"chipActionLock": "Lock",
"chipActionPin": "Pin to top",
"chipActionUnpin": "Unpin from top",
"chipActionRename": "Rename",
"chipActionSetCover": "Set cover",
"chipActionShowCountryStates": "Show states",
"chipActionCreateAlbum": "Create album",
"chipActionCreateVault": "Create vault",
"chipActionConfigureVault": "Configure vault",
"entryActionCopyToClipboard": "Copy to clipboard",
"entryActionDelete": "Delete",
"entryActionConvert": "Convert",
"entryActionExport": "Export",
"entryActionInfo": "Info",
"entryActionRename": "Rename",
"entryActionRestore": "Restore",
"entryActionRotateCCW": "Rotate counterclockwise",
"entryActionRotateCW": "Rotate clockwise",
"entryActionFlip": "Flip horizontally",
"entryActionPrint": "Print",
"entryActionShare": "Share",
"entryActionShareImageOnly": "Share image only",
"entryActionShareVideoOnly": "Share video only",
"entryActionViewSource": "View source",
"entryActionShowGeoTiffOnMap": "Show as map overlay",
"entryActionConvertMotionPhotoToStillImage": "Convert to still image",
"entryActionViewMotionPhotoVideo": "Open video",
"entryActionEdit": "Edit",
"entryActionOpen": "Open with",
"entryActionSetAs": "Set as",
"entryActionOpenMap": "Show in map app",
"entryActionRotateScreen": "Rotate screen",
"entryActionAddFavourite": "Add to favorites",
"entryActionRemoveFavourite": "Remove from favorites",
"videoActionCaptureFrame": "Capture frame",
"videoActionMute": "Mute",
"videoActionUnmute": "Unmute",
"videoActionPause": "Pause",
"videoActionPlay": "Play",
"videoActionReplay10": "Seek backward 10 seconds",
"videoActionSkip10": "Seek forward 10 seconds",
"videoActionSelectStreams": "Select tracks",
"videoActionSetSpeed": "Playback speed",
"viewerActionSettings": "Settings",
"viewerActionLock": "Lock viewer",
"viewerActionUnlock": "Unlock viewer",
"slideshowActionResume": "Resume",
"slideshowActionShowInCollection": "Show in Collection",
"entryInfoActionEditDate": "Edit date & time",
"entryInfoActionEditLocation": "Edit location",
"entryInfoActionEditTitleDescription": "Edit title & description",
"entryInfoActionEditRating": "Edit rating",
"entryInfoActionEditTags": "Edit tags",
"entryInfoActionRemoveMetadata": "Remove metadata",
"entryInfoActionExportMetadata": "Export metadata",
"entryInfoActionRemoveLocation": "Remove location",
"filterAspectRatioLandscapeLabel": "Landscape",
"filterAspectRatioPortraitLabel": "Portrait",
"filterBinLabel": "Recycle bin",
"filterFavouriteLabel": "Favorite",
"filterNoDateLabel": "Undated",
"filterNoAddressLabel": "No address",
"filterLocatedLabel": "Located",
"filterNoLocationLabel": "Unlocated",
"filterNoRatingLabel": "Unrated",
"filterTaggedLabel": "Tagged",
"filterNoTagLabel": "Untagged",
"filterNoTitleLabel": "Untitled",
"filterOnThisDayLabel": "On this day",
"filterRecentlyAddedLabel": "Recently added",
"filterRatingRejectedLabel": "Rejected",
"filterTypeAnimatedLabel": "Animated",
"filterTypeMotionPhotoLabel": "Motion Photo",
"filterTypePanoramaLabel": "Panorama",
"filterTypeRawLabel": "Raw",
"filterTypeSphericalVideoLabel": "360° Video",
"filterTypeGeotiffLabel": "GeoTIFF",
"filterMimeImageLabel": "Image",
"filterMimeVideoLabel": "Video",
"accessibilityAnimationsRemove": "Prevent screen effects",
"accessibilityAnimationsKeep": "Keep screen effects",
"albumTierNew": "New",
"albumTierPinned": "Pinned",
"albumTierSpecial": "Common",
"albumTierApps": "Apps",
"albumTierVaults": "Vaults",
"albumTierRegular": "Others",
"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",
"displayRefreshRatePreferHighest": "Highest rate",
"displayRefreshRatePreferLowest": "Lowest rate",
"keepScreenOnNever": "Never",
"keepScreenOnVideoPlayback": "During video playback",
"keepScreenOnViewerOnly": "Viewer page only",
"keepScreenOnAlways": "Always",
"lengthUnitPixel": "px",
"lengthUnitPercent": "%",
"mapStyleGoogleNormal": "Google Maps",
"mapStyleGoogleHybrid": "Google Maps (Hybrid)",
"mapStyleGoogleTerrain": "Google Maps (Terrain)",
"mapStyleHuaweiNormal": "Petal Maps",
"mapStyleHuaweiTerrain": "Petal Maps (Terrain)",
"mapStyleOsmHot": "Humanitarian OSM",
"mapStyleStamenToner": "Stamen Toner",
"mapStyleStamenWatercolor": "Stamen Watercolor",
"nameConflictStrategyRename": "Rename",
"nameConflictStrategyReplace": "Replace",
"nameConflictStrategySkip": "Skip",
"subtitlePositionTop": "Top",
"subtitlePositionBottom": "Bottom",
"themeBrightnessLight": "Light",
"themeBrightnessDark": "Dark",
"themeBrightnessBlack": "Black",
"unitSystemMetric": "Metric",
"unitSystemImperial": "Imperial",
"vaultLockTypePattern": "Pattern",
"vaultLockTypePin": "PIN",
"vaultLockTypePassword": "Password",
"settingsVideoEnablePip": "Picture-in-picture",
"videoControlsPlay": "Play",
"videoControlsPlaySeek": "Play & seek backward/forward",
"videoControlsPlayOutside": "Open with other player",
"videoControlsNone": "None",
"videoLoopModeNever": "Never",
"videoLoopModeShortOnly": "Short videos only",
"videoLoopModeAlways": "Always",
"videoPlaybackSkip": "Skip",
"videoPlaybackMuted": "Play muted",
"videoPlaybackWithSound": "Play with sound",
"viewerTransitionSlide": "Slide",
"viewerTransitionParallax": "Parallax",
"viewerTransitionFade": "Fade",
"viewerTransitionZoomIn": "Zoom in",
"viewerTransitionNone": "None",
"wallpaperTargetHome": "Home screen",
"wallpaperTargetLock": "Lock screen",
"wallpaperTargetHomeLock": "Home and lock screens",
"widgetDisplayedItemRandom": "Random",
"widgetDisplayedItemMostRecent": "Most recent",
"widgetOpenPageHome": "Open home",
"widgetOpenPageCollection": "Open collection",
"widgetOpenPageViewer": "Open viewer",
"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"
}
}
},
"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"
}
}
},
"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"
}
}
},
"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"
}
}
},
"missingSystemFilePickerDialogMessage": "The system file picker is missing or disabled. Please enable it and try again.",
"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",
"noMatchingAppDialogMessage": "There are no apps that can handle this.",
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Move this item to the recycle bin?} other{Move these {count} items to the recycle bin?}}",
"@binEntriesConfirmationDialogMessage": {
"placeholders": {
"count": {}
}
},
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Delete this item?} other{Delete these {count} items?}}",
"@deleteEntriesConfirmationDialogMessage": {
"placeholders": {
"count": {}
}
},
"moveUndatedConfirmationDialogMessage": "Save item dates before proceeding?",
"moveUndatedConfirmationDialogSetDate": "Save dates",
"videoResumeDialogMessage": "Do you want to resume playing at {time}?",
"@videoResumeDialogMessage": {
"placeholders": {
"time": {
"type": "String",
"example": "13:37"
}
}
},
"videoStartOverButtonLabel": "START OVER",
"videoResumeButtonLabel": "RESUME",
"setCoverDialogLatest": "Latest item",
"setCoverDialogAuto": "Auto",
"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:",
"newVaultWarningDialogMessage": "Items in vaults are only available to this app and no others.\n\nIf you uninstall this app, or clear this app data, you will lose all these items.",
"newVaultDialogTitle": "New Vault",
"configureVaultDialogTitle": "Configure Vault",
"vaultDialogLockModeWhenScreenOff": "Lock when screen turns off",
"vaultDialogLockTypeLabel": "Lock type",
"patternDialogEnter": "Enter pattern",
"patternDialogConfirm": "Confirm pattern",
"pinDialogEnter": "Enter PIN",
"pinDialogConfirm": "Confirm PIN",
"passwordDialogEnter": "Enter password",
"passwordDialogConfirm": "Confirm password",
"authenticateToConfigureVault": "Authenticate to configure vault",
"authenticateToUnlockVault": "Authenticate to unlock vault",
"vaultBinUsageDialogMessage": "Some vaults are using the recycle bin.",
"renameAlbumDialogLabel": "New name",
"renameAlbumDialogLabelAlreadyExistsHelper": "Directory already exists",
"renameEntrySetPageTitle": "Rename",
"renameEntrySetPagePatternFieldLabel": "Naming pattern",
"renameEntrySetPageInsertTooltip": "Insert field",
"renameEntrySetPagePreviewSectionTitle": "Preview",
"renameProcessorCounter": "Counter",
"renameProcessorName": "Name",
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Delete this album and the item in it?} other{Delete this album and the {count} items in it?}}",
"@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": {
"count": {}
}
},
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Delete these albums and the item in them?} other{Delete these albums and the {count} items in them?}}",
"@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": {
"count": {}
}
},
"exportEntryDialogFormat": "Format:",
"exportEntryDialogWidth": "Width",
"exportEntryDialogHeight": "Height",
"exportEntryDialogWriteMetadata": "Write metadata",
"renameEntryDialogLabel": "New name",
"editEntryDialogCopyFromItem": "Copy from other item",
"editEntryDialogTargetFieldsHeader": "Fields to modify",
"editEntryDateDialogTitle": "Date & Time",
"editEntryDateDialogSetCustom": "Set custom date",
"editEntryDateDialogCopyField": "Copy from other date",
"editEntryDateDialogExtractFromTitle": "Extract from title",
"editEntryDateDialogShift": "Shift",
"editEntryDateDialogSourceFileModifiedDate": "File modified date",
"durationDialogHours": "Hours",
"durationDialogMinutes": "Minutes",
"durationDialogSeconds": "Seconds",
"editEntryLocationDialogTitle": "Location",
"editEntryLocationDialogSetCustom": "Set custom location",
"editEntryLocationDialogChooseOnMap": "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",
"genericDangerWarningDialogMessage": "Are you sure?",
"tooManyItemsErrorDialogMessage": "Try again with fewer items.",
"menuActionConfigureView": "View",
"menuActionSelect": "Select",
"menuActionSelectAll": "Select all",
"menuActionSelectNone": "Select none",
"menuActionMap": "Map",
"menuActionSlideshow": "Slideshow",
"menuActionStats": "Stats",
"viewDialogSortSectionTitle": "Sort",
"viewDialogGroupSectionTitle": "Group",
"viewDialogLayoutSectionTitle": "Layout",
"viewDialogReverseSortOrder": "Reverse sort order",
"tileLayoutMosaic": "Mosaic",
"tileLayoutGrid": "Grid",
"tileLayoutList": "List",
"coverDialogTabCover": "Cover",
"coverDialogTabApp": "App",
"coverDialogTabColor": "Color",
"appPickDialogTitle": "Pick App",
"appPickDialogNone": "None",
"aboutPageTitle": "About",
"aboutLinkLicense": "License",
"aboutLinkPolicy": "Privacy Policy",
"aboutBugSectionTitle": "Bug Report",
"aboutBugSaveLogInstruction": "Save app logs to a file",
"aboutBugCopyInfoInstruction": "Copy system information",
"aboutBugCopyInfoButton": "Copy",
"aboutBugReportInstruction": "Report on GitHub with the logs and system information",
"aboutBugReportButton": "Report",
"aboutCreditsSectionTitle": "Credits",
"aboutCreditsWorldAtlas1": "This app uses a TopoJSON file from",
"aboutCreditsWorldAtlas2": "under ISC License.",
"aboutTranslatorsSectionTitle": "Translators",
"aboutLicensesSectionTitle": "Open-Source Licenses",
"aboutLicensesBanner": "This app uses the following open-source packages and libraries.",
"aboutLicensesAndroidLibrariesSectionTitle": "Android Libraries",
"aboutLicensesFlutterPluginsSectionTitle": "Flutter Plugins",
"aboutLicensesFlutterPackagesSectionTitle": "Flutter Packages",
"aboutLicensesDartPackagesSectionTitle": "Dart Packages",
"aboutLicensesShowAllButtonLabel": "Show All Licenses",
"policyPageTitle": "Privacy Policy",
"collectionPageTitle": "Collection",
"collectionPickPageTitle": "Pick",
"collectionSelectPageTitle": "Select items",
"collectionActionShowTitleSearch": "Show title filter",
"collectionActionHideTitleSearch": "Hide title filter",
"collectionActionAddShortcut": "Add shortcut",
"collectionActionEmptyBin": "Empty bin",
"collectionActionCopy": "Copy to album",
"collectionActionMove": "Move to album",
"collectionActionRescan": "Rescan",
"collectionActionEdit": "Edit",
"collectionSearchTitlesHintText": "Search titles",
"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": {}
}
},
"collectionRenameFailureFeedback": "{count, plural, =1{Failed to rename 1 item} other{Failed to rename {count} items}}",
"@collectionRenameFailureFeedback": {
"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": {}
}
},
"collectionRenameSuccessFeedback": "{count, plural, =1{Renamed 1 item} other{Renamed {count} items}}",
"@collectionRenameSuccessFeedback": {
"placeholders": {
"count": {}
}
},
"collectionEditSuccessFeedback": "{count, plural, =1{Edited 1 item} other{Edited {count} items}}",
"@collectionEditSuccessFeedback": {
"placeholders": {
"count": {}
}
},
"collectionEmptyFavourites": "No favorites",
"collectionEmptyVideos": "No videos",
"collectionEmptyImages": "No images",
"collectionEmptyGrantAccessButtonLabel": "Grant access",
"collectionSelectSectionTooltip": "Select section",
"collectionDeselectSectionTooltip": "Deselect section",
"drawerAboutButton": "About",
"drawerSettingsButton": "Settings",
"drawerCollectionAll": "All collection",
"drawerCollectionFavourites": "Favorites",
"drawerCollectionImages": "Images",
"drawerCollectionVideos": "Videos",
"drawerCollectionAnimated": "Animated",
"drawerCollectionMotionPhotos": "Motion photos",
"drawerCollectionPanoramas": "Panoramas",
"drawerCollectionRaws": "Raw photos",
"drawerCollectionSphericalVideos": "360° Videos",
"drawerAlbumPage": "Albums",
"drawerCountryPage": "Countries",
"drawerPlacePage": "Places",
"drawerTagPage": "Tags",
"sortByDate": "By date",
"sortByName": "By name",
"sortByItemCount": "By item count",
"sortBySize": "By size",
"sortByAlbumFileName": "By album & file name",
"sortByRating": "By rating",
"sortOrderNewestFirst": "Newest first",
"sortOrderOldestFirst": "Oldest first",
"sortOrderAtoZ": "A to Z",
"sortOrderZtoA": "Z to A",
"sortOrderHighestFirst": "Highest first",
"sortOrderLowestFirst": "Lowest first",
"sortOrderLargestFirst": "Largest first",
"sortOrderSmallestFirst": "Smallest first",
"albumGroupTier": "By tier",
"albumGroupType": "By type",
"albumGroupVolume": "By storage volume",
"albumGroupNone": "Do not group",
"albumMimeTypeMixed": "Mixed",
"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",
"createAlbumButtonLabel": "CREATE",
"newFilterBanner": "new",
"countryPageTitle": "Countries",
"countryEmpty": "No countries",
"statePageTitle": "States",
"stateEmpty": "No states",
"placePageTitle": "Places",
"placeEmpty": "No places",
"tagPageTitle": "Tags",
"tagEmpty": "No tags",
"binPageTitle": "Recycle Bin",
"searchCollectionFieldHint": "Search collection",
"searchRecentSectionTitle": "Recent",
"searchDateSectionTitle": "Date",
"searchAlbumsSectionTitle": "Albums",
"searchCountriesSectionTitle": "Countries",
"searchStatesSectionTitle": "States",
"searchPlacesSectionTitle": "Places",
"searchTagsSectionTitle": "Tags",
"searchRatingSectionTitle": "Ratings",
"searchMetadataSectionTitle": "Metadata",
"settingsPageTitle": "Settings",
"settingsSystemDefault": "System default",
"settingsDefault": "Default",
"settingsDisabled": "Disabled",
"settingsAskEverytime": "Ask everytime",
"settingsModificationWarningDialogMessage": "Other settings will be modified.",
"settingsSearchFieldLabel": "Search settings",
"settingsSearchEmpty": "No matching setting",
"settingsActionExport": "Export",
"settingsActionExportDialogTitle": "Export",
"settingsActionImport": "Import",
"settingsActionImportDialogTitle": "Import",
"appExportCovers": "Covers",
"appExportFavourites": "Favorites",
"appExportSettings": "Settings",
"settingsNavigationSectionTitle": "Navigation",
"settingsHomeTile": "Home",
"settingsHomeDialogTitle": "Home",
"settingsShowBottomNavigationBar": "Show bottom navigation bar",
"settingsKeepScreenOnTile": "Keep screen on",
"settingsKeepScreenOnDialogTitle": "Keep Screen On",
"settingsDoubleBackExit": "Tap “back” twice to exit",
"settingsConfirmationTile": "Confirmation dialogs",
"settingsConfirmationDialogTitle": "Confirmation Dialogs",
"settingsConfirmationBeforeDeleteItems": "Ask before deleting items forever",
"settingsConfirmationBeforeMoveToBinItems": "Ask before moving items to the recycle bin",
"settingsConfirmationBeforeMoveUndatedItems": "Ask before moving undated items",
"settingsConfirmationAfterMoveToBinItems": "Show message after moving items to the recycle bin",
"settingsConfirmationVaultDataLoss": "Show vault data loss warning",
"settingsNavigationDrawerTile": "Navigation menu",
"settingsNavigationDrawerEditorPageTitle": "Navigation Menu",
"settingsNavigationDrawerBanner": "Touch and hold to move and reorder menu items.",
"settingsNavigationDrawerTabTypes": "Types",
"settingsNavigationDrawerTabAlbums": "Albums",
"settingsNavigationDrawerTabPages": "Pages",
"settingsNavigationDrawerAddAlbum": "Add album",
"settingsThumbnailSectionTitle": "Thumbnails",
"settingsThumbnailOverlayTile": "Overlay",
"settingsThumbnailOverlayPageTitle": "Overlay",
"settingsThumbnailShowFavouriteIcon": "Show favorite icon",
"settingsThumbnailShowTagIcon": "Show tag icon",
"settingsThumbnailShowLocationIcon": "Show location icon",
"settingsThumbnailShowMotionPhotoIcon": "Show motion photo icon",
"settingsThumbnailShowRating": "Show rating",
"settingsThumbnailShowRawIcon": "Show raw icon",
"settingsThumbnailShowVideoDuration": "Show video duration",
"settingsCollectionQuickActionsTile": "Quick actions",
"settingsCollectionQuickActionEditorPageTitle": "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.",
"settingsCollectionBurstPatternsTile": "Burst patterns",
"settingsCollectionBurstPatternsNone": "None",
"settingsViewerSectionTitle": "Viewer",
"settingsViewerGestureSideTapNext": "Tap on screen edges to show previous/next item",
"settingsViewerUseCutout": "Use cutout area",
"settingsViewerMaximumBrightness": "Maximum brightness",
"settingsMotionPhotoAutoPlay": "Auto play motion photos",
"settingsImageBackground": "Image background",
"settingsViewerQuickActionsTile": "Quick actions",
"settingsViewerQuickActionEditorPageTitle": "Quick Actions",
"settingsViewerQuickActionEditorBanner": "Touch and hold to move buttons and select which actions are displayed in the viewer.",
"settingsViewerQuickActionEditorDisplayedButtonsSectionTitle": "Displayed Buttons",
"settingsViewerQuickActionEditorAvailableButtonsSectionTitle": "Available Buttons",
"settingsViewerQuickActionEmpty": "No buttons",
"settingsViewerOverlayTile": "Overlay",
"settingsViewerOverlayPageTitle": "Overlay",
"settingsViewerShowOverlayOnOpening": "Show on opening",
"settingsViewerShowMinimap": "Show minimap",
"settingsViewerShowInformation": "Show information",
"settingsViewerShowInformationSubtitle": "Show title, date, location, etc.",
"settingsViewerShowRatingTags": "Show rating & tags",
"settingsViewerShowShootingDetails": "Show shooting details",
"settingsViewerShowDescription": "Show description",
"settingsViewerShowOverlayThumbnails": "Show thumbnails",
"settingsViewerEnableOverlayBlurEffect": "Blur effect",
"settingsViewerSlideshowTile": "Slideshow",
"settingsViewerSlideshowPageTitle": "Slideshow",
"settingsSlideshowRepeat": "Repeat",
"settingsSlideshowShuffle": "Shuffle",
"settingsSlideshowFillScreen": "Fill screen",
"settingsSlideshowAnimatedZoomEffect": "Animated zoom effect",
"settingsSlideshowTransitionTile": "Transition",
"settingsSlideshowIntervalTile": "Interval",
"settingsSlideshowVideoPlaybackTile": "Video playback",
"settingsSlideshowVideoPlaybackDialogTitle": "Video Playback",
"settingsVideoPageTitle": "Video Settings",
"settingsVideoSectionTitle": "Video",
"settingsVideoShowVideos": "Show videos",
"settingsVideoPlaybackTile": "Playback",
"settingsVideoPlaybackPageTitle": "Playback",
"settingsVideoEnableHardwareAcceleration": "Hardware acceleration",
"settingsVideoAutoPlay": "Auto play",
"settingsVideoLoopModeTile": "Loop mode",
"settingsVideoLoopModeDialogTitle": "Loop Mode",
"settingsVideoResumptionModeTile": "Resume playback",
"settingsVideoResumptionModeDialogTitle": "Resume Playback",
"settingsVideoBackgroundMode": "Background mode",
"settingsVideoBackgroundModeDialogTitle": "Background Mode",
"settingsVideoControlsTile": "Controls",
"settingsVideoControlsPageTitle": "Controls",
"settingsVideoButtonsTile": "Buttons",
"settingsVideoGestureDoubleTapTogglePlay": "Double tap to play/pause",
"settingsVideoGestureSideDoubleTapSeek": "Double tap on screen edges to seek backward/forward",
"settingsVideoGestureVerticalDragBrightnessVolume": "Swipe up or down to adjust brightness/volume",
"settingsSubtitleThemeTile": "Subtitles",
"settingsSubtitleThemePageTitle": "Subtitles",
"settingsSubtitleThemeSample": "This is a sample.",
"settingsSubtitleThemeTextAlignmentTile": "Text alignment",
"settingsSubtitleThemeTextAlignmentDialogTitle": "Text Alignment",
"settingsSubtitleThemeTextPositionTile": "Text position",
"settingsSubtitleThemeTextPositionDialogTitle": "Text Position",
"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",
"settingsPrivacySectionTitle": "Privacy",
"settingsAllowInstalledAppAccess": "Allow access to app inventory",
"settingsAllowInstalledAppAccessSubtitle": "Used to improve album display",
"settingsAllowErrorReporting": "Allow anonymous error reporting",
"settingsSaveSearchHistory": "Save search history",
"settingsEnableBin": "Use recycle bin",
"settingsEnableBinSubtitle": "Keep deleted items for 30 days",
"settingsDisablingBinWarningDialogMessage": "Items in the recycle bin will be deleted forever.",
"settingsAllowMediaManagement": "Allow media management",
"settingsHiddenItemsTile": "Hidden items",
"settingsHiddenItemsPageTitle": "Hidden Items",
"settingsHiddenItemsTabFilters": "Hidden Filters",
"settingsHiddenFiltersBanner": "Photos and videos matching hidden filters will not appear in your collection.",
"settingsHiddenFiltersEmpty": "No hidden filters",
"settingsHiddenItemsTabPaths": "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",
"settingsStorageAccessPageTitle": "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",
"settingsAccessibilitySectionTitle": "Accessibility",
"settingsRemoveAnimationsTile": "Remove animations",
"settingsRemoveAnimationsDialogTitle": "Remove Animations",
"settingsTimeToTakeActionTile": "Time to take action",
"settingsAccessibilityShowPinchGestureAlternatives": "Show multi-touch gesture alternatives",
"settingsDisplaySectionTitle": "Display",
"settingsThemeBrightnessTile": "Theme",
"settingsThemeBrightnessDialogTitle": "Theme",
"settingsThemeColorHighlights": "Color highlights",
"settingsThemeEnableDynamicColor": "Dynamic color",
"settingsDisplayRefreshRateModeTile": "Display refresh rate",
"settingsDisplayRefreshRateModeDialogTitle": "Refresh Rate",
"settingsDisplayUseTvInterface": "Android TV interface",
"settingsLanguageSectionTitle": "Language & Formats",
"settingsLanguageTile": "Language",
"settingsLanguagePageTitle": "Language",
"settingsCoordinateFormatTile": "Coordinate format",
"settingsCoordinateFormatDialogTitle": "Coordinate Format",
"settingsUnitSystemTile": "Units",
"settingsUnitSystemDialogTitle": "Units",
"settingsScreenSaverPageTitle": "Screen Saver",
"settingsWidgetPageTitle": "Photo Frame",
"settingsWidgetShowOutline": "Outline",
"settingsWidgetOpenPage": "When tapping on the widget",
"settingsWidgetDisplayedItem": "Displayed item",
"settingsCollectionTile": "Collection",
"statsPageTitle": "Stats",
"statsWithGps": "{count, plural, =1{1 item with location} other{{count} items with location}}",
"@statsWithGps": {
"placeholders": {
"count": {}
}
},
"statsTopCountriesSectionTitle": "Top Countries",
"statsTopStatesSectionTitle": "Top States",
"statsTopPlacesSectionTitle": "Top Places",
"statsTopTagsSectionTitle": "Top Tags",
"statsTopAlbumsSectionTitle": "Top Albums",
"viewerOpenPanoramaButtonLabel": "OPEN PANORAMA",
"viewerSetWallpaperButtonLabel": "SET WALLPAPER",
"viewerErrorUnknown": "Oops!",
"viewerErrorDoesNotExist": "The file no longer exists.",
"viewerInfoPageTitle": "Info",
"viewerInfoBackToViewerTooltip": "Back to viewer",
"viewerInfoUnknown": "unknown",
"viewerInfoLabelDescription": "Description",
"viewerInfoLabelTitle": "Title",
"viewerInfoLabelDate": "Date",
"viewerInfoLabelResolution": "Resolution",
"viewerInfoLabelSize": "Size",
"viewerInfoLabelUri": "URI",
"viewerInfoLabelPath": "Path",
"viewerInfoLabelDuration": "Duration",
"viewerInfoLabelOwner": "Owner",
"viewerInfoLabelCoordinates": "Coordinates",
"viewerInfoLabelAddress": "Address",
"mapStyleDialogTitle": "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](https://stamen.com), [CC BY 3.0](https://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",
"wallpaperUseScrollEffect": "Use scroll effect on home screen",
"tagEditorPageTitle": "Edit Tags",
"tagEditorPageNewTagFieldLabel": "New tag",
"tagEditorPageAddTagTooltip": "Add tag",
"tagEditorSectionRecent": "Recent",
"tagEditorSectionPlaceholders": "Placeholders",
"tagPlaceholderCountry": "Country",
"tagPlaceholderState": "State",
"tagPlaceholderPlace": "Place",
"panoramaEnableSensorControl": "Enable sensor control",
"panoramaDisableSensorControl": "Disable sensor control",
"sourceViewerPageTitle": "Source",
"filePickerShowHiddenFiles": "Show hidden files",
"filePickerDoNotShowHiddenFiles": "Dont show hidden files",
"filePickerOpenFrom": "Open from",
"filePickerNoItems": "No items",
"filePickerUseThisFolder": "Use this folder"
}