This commit is contained in:
Thibault Deckers 2023-01-07 19:54:03 +01:00
parent 8f9c91d963
commit bed8345485
4 changed files with 56 additions and 110 deletions

View file

@ -139,8 +139,10 @@
"filterFavouriteLabel": "Favorite", "filterFavouriteLabel": "Favorite",
"filterNoDateLabel": "Undated", "filterNoDateLabel": "Undated",
"filterNoAddressLabel": "No address", "filterNoAddressLabel": "No address",
"filterLocatedLabel": "Located",
"filterNoLocationLabel": "Unlocated", "filterNoLocationLabel": "Unlocated",
"filterNoRatingLabel": "Unrated", "filterNoRatingLabel": "Unrated",
"filterTaggedLabel": "Tagged",
"filterNoTagLabel": "Untagged", "filterNoTagLabel": "Untagged",
"filterNoTitleLabel": "Untitled", "filterNoTitleLabel": "Untitled",
"filterOnThisDayLabel": "On this day", "filterOnThisDayLabel": "On this day",
@ -214,12 +216,6 @@
"subtitlePositionTop": "Top", "subtitlePositionTop": "Top",
"subtitlePositionBottom": "Bottom", "subtitlePositionBottom": "Bottom",
"thumbnailOverlayLocatedIcon": "Located icon",
"thumbnailOverlayUnlocatedIcon": "Unlocated icon",
"thumbnailOverlayTaggedIcon": "Tagged icon",
"thumbnailOverlayUntaggedIcon": "Untagged icon",
"videoPlaybackSkip": "Skip", "videoPlaybackSkip": "Skip",
"videoPlaybackMuted": "Play muted", "videoPlaybackMuted": "Play muted",
"videoPlaybackWithSound": "Play with sound", "videoPlaybackWithSound": "Play with sound",

View file

@ -8,9 +8,9 @@ extension ExtraThumbnailOverlayLocationIcon on ThumbnailOverlayLocationIcon {
String getName(BuildContext context) { String getName(BuildContext context) {
switch (this) { switch (this) {
case ThumbnailOverlayLocationIcon.located: case ThumbnailOverlayLocationIcon.located:
return context.l10n.thumbnailOverlayLocatedIcon; return context.l10n.filterLocatedLabel;
case ThumbnailOverlayLocationIcon.unlocated: case ThumbnailOverlayLocationIcon.unlocated:
return context.l10n.thumbnailOverlayUnlocatedIcon; return context.l10n.filterNoLocationLabel;
case ThumbnailOverlayLocationIcon.none: case ThumbnailOverlayLocationIcon.none:
return context.l10n.settingsDisabled; return context.l10n.settingsDisabled;
} }

View file

@ -8,9 +8,9 @@ extension ExtraThumbnailOverlayTagIcon on ThumbnailOverlayTagIcon {
String getName(BuildContext context) { String getName(BuildContext context) {
switch (this) { switch (this) {
case ThumbnailOverlayTagIcon.tagged: case ThumbnailOverlayTagIcon.tagged:
return context.l10n.thumbnailOverlayTaggedIcon; return context.l10n.filterTaggedLabel;
case ThumbnailOverlayTagIcon.untagged: case ThumbnailOverlayTagIcon.untagged:
return context.l10n.thumbnailOverlayUntaggedIcon; return context.l10n.filterNoTagLabel;
case ThumbnailOverlayTagIcon.none: case ThumbnailOverlayTagIcon.none:
return context.l10n.settingsDisabled; return context.l10n.settingsDisabled;
} }

View file

@ -96,8 +96,10 @@
"filterFavouriteLabel", "filterFavouriteLabel",
"filterNoDateLabel", "filterNoDateLabel",
"filterNoAddressLabel", "filterNoAddressLabel",
"filterLocatedLabel",
"filterNoLocationLabel", "filterNoLocationLabel",
"filterNoRatingLabel", "filterNoRatingLabel",
"filterTaggedLabel",
"filterNoTagLabel", "filterNoTagLabel",
"filterNoTitleLabel", "filterNoTitleLabel",
"filterOnThisDayLabel", "filterOnThisDayLabel",
@ -148,10 +150,6 @@
"displayRefreshRatePreferLowest", "displayRefreshRatePreferLowest",
"subtitlePositionTop", "subtitlePositionTop",
"subtitlePositionBottom", "subtitlePositionBottom",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"videoPlaybackSkip", "videoPlaybackSkip",
"videoPlaybackMuted", "videoPlaybackMuted",
"videoPlaybackWithSound", "videoPlaybackWithSound",
@ -598,10 +596,8 @@
], ],
"cs": [ "cs": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsDisplayUseTvInterface" "settingsDisplayUseTvInterface"
@ -609,10 +605,8 @@
"de": [ "de": [
"columnCount", "columnCount",
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsAccessibilityShowPinchGestureAlternatives", "settingsAccessibilityShowPinchGestureAlternatives",
@ -620,20 +614,16 @@
], ],
"el": [ "el": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsDisplayUseTvInterface" "settingsDisplayUseTvInterface"
], ],
"es": [ "es": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel"
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon"
], ],
"fa": [ "fa": [
@ -647,6 +637,8 @@
"slideshowActionResume", "slideshowActionResume",
"filterAspectRatioLandscapeLabel", "filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel", "filterAspectRatioPortraitLabel",
"filterLocatedLabel",
"filterTaggedLabel",
"filterOnThisDayLabel", "filterOnThisDayLabel",
"filterRatingRejectedLabel", "filterRatingRejectedLabel",
"filterTypeAnimatedLabel", "filterTypeAnimatedLabel",
@ -681,10 +673,6 @@
"displayRefreshRatePreferLowest", "displayRefreshRatePreferLowest",
"subtitlePositionTop", "subtitlePositionTop",
"subtitlePositionBottom", "subtitlePositionBottom",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"videoPlaybackSkip", "videoPlaybackSkip",
"videoPlaybackMuted", "videoPlaybackMuted",
"videoPlaybackWithSound", "videoPlaybackWithSound",
@ -1108,10 +1096,8 @@
], ],
"fr": [ "fr": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel"
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon"
], ],
"gl": [ "gl": [
@ -1123,6 +1109,8 @@
"filterAspectRatioLandscapeLabel", "filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel", "filterAspectRatioPortraitLabel",
"filterNoAddressLabel", "filterNoAddressLabel",
"filterLocatedLabel",
"filterTaggedLabel",
"keepScreenOnVideoPlayback", "keepScreenOnVideoPlayback",
"accessibilityAnimationsRemove", "accessibilityAnimationsRemove",
"accessibilityAnimationsKeep", "accessibilityAnimationsKeep",
@ -1130,10 +1118,6 @@
"displayRefreshRatePreferLowest", "displayRefreshRatePreferLowest",
"subtitlePositionTop", "subtitlePositionTop",
"subtitlePositionBottom", "subtitlePositionBottom",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"videoPlaybackSkip", "videoPlaybackSkip",
"videoPlaybackMuted", "videoPlaybackMuted",
"videoPlaybackWithSound", "videoPlaybackWithSound",
@ -1589,17 +1573,13 @@
], ],
"id": [ "id": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel"
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon"
], ],
"it": [ "it": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsDisplayUseTvInterface" "settingsDisplayUseTvInterface"
@ -1611,13 +1591,11 @@
"filterAspectRatioLandscapeLabel", "filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel", "filterAspectRatioPortraitLabel",
"filterNoAddressLabel", "filterNoAddressLabel",
"filterLocatedLabel",
"filterTaggedLabel",
"keepScreenOnVideoPlayback", "keepScreenOnVideoPlayback",
"subtitlePositionTop", "subtitlePositionTop",
"subtitlePositionBottom", "subtitlePositionBottom",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsAccessibilityShowPinchGestureAlternatives", "settingsAccessibilityShowPinchGestureAlternatives",
@ -1626,19 +1604,15 @@
], ],
"ko": [ "ko": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel"
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon"
], ],
"lt": [ "lt": [
"columnCount", "columnCount",
"filterLocatedLabel",
"filterTaggedLabel",
"keepScreenOnVideoPlayback", "keepScreenOnVideoPlayback",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsAccessibilityShowPinchGestureAlternatives", "settingsAccessibilityShowPinchGestureAlternatives",
@ -1650,11 +1624,9 @@
"entryActionShareImageOnly", "entryActionShareImageOnly",
"entryActionShareVideoOnly", "entryActionShareVideoOnly",
"entryInfoActionRemoveLocation", "entryInfoActionRemoveLocation",
"filterLocatedLabel",
"filterTaggedLabel",
"keepScreenOnVideoPlayback", "keepScreenOnVideoPlayback",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsAccessibilityShowPinchGestureAlternatives", "settingsAccessibilityShowPinchGestureAlternatives",
@ -1670,13 +1642,11 @@
"filterAspectRatioLandscapeLabel", "filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel", "filterAspectRatioPortraitLabel",
"filterNoAddressLabel", "filterNoAddressLabel",
"filterLocatedLabel",
"filterTaggedLabel",
"keepScreenOnVideoPlayback", "keepScreenOnVideoPlayback",
"subtitlePositionTop", "subtitlePositionTop",
"subtitlePositionBottom", "subtitlePositionBottom",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"widgetDisplayedItemRandom", "widgetDisplayedItemRandom",
"widgetDisplayedItemMostRecent", "widgetDisplayedItemMostRecent",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
@ -1693,14 +1663,12 @@
"columnCount", "columnCount",
"sourceStateCataloguing", "sourceStateCataloguing",
"entryInfoActionRemoveLocation", "entryInfoActionRemoveLocation",
"filterLocatedLabel",
"filterNoLocationLabel", "filterNoLocationLabel",
"filterTaggedLabel",
"accessibilityAnimationsKeep", "accessibilityAnimationsKeep",
"displayRefreshRatePreferHighest", "displayRefreshRatePreferHighest",
"displayRefreshRatePreferLowest", "displayRefreshRatePreferLowest",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"wallpaperTargetHome", "wallpaperTargetHome",
"wallpaperTargetHomeLock", "wallpaperTargetHomeLock",
"setCoverDialogCustom", "setCoverDialogCustom",
@ -2029,6 +1997,8 @@
"filterAspectRatioLandscapeLabel", "filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel", "filterAspectRatioPortraitLabel",
"filterNoAddressLabel", "filterNoAddressLabel",
"filterLocatedLabel",
"filterTaggedLabel",
"filterTypeRawLabel", "filterTypeRawLabel",
"filterTypeSphericalVideoLabel", "filterTypeSphericalVideoLabel",
"filterTypeGeotiffLabel", "filterTypeGeotiffLabel",
@ -2071,10 +2041,6 @@
"displayRefreshRatePreferLowest", "displayRefreshRatePreferLowest",
"subtitlePositionTop", "subtitlePositionTop",
"subtitlePositionBottom", "subtitlePositionBottom",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"videoPlaybackSkip", "videoPlaybackSkip",
"videoPlaybackMuted", "videoPlaybackMuted",
"videoPlaybackWithSound", "videoPlaybackWithSound",
@ -2538,13 +2504,11 @@
"filterAspectRatioLandscapeLabel", "filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel", "filterAspectRatioPortraitLabel",
"filterNoAddressLabel", "filterNoAddressLabel",
"filterLocatedLabel",
"filterTaggedLabel",
"keepScreenOnVideoPlayback", "keepScreenOnVideoPlayback",
"subtitlePositionTop", "subtitlePositionTop",
"subtitlePositionBottom", "subtitlePositionBottom",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"widgetDisplayedItemRandom", "widgetDisplayedItemRandom",
"widgetDisplayedItemMostRecent", "widgetDisplayedItemMostRecent",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
@ -2558,19 +2522,15 @@
], ],
"ro": [ "ro": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsDisplayUseTvInterface" "settingsDisplayUseTvInterface"
], ],
"ru": [ "ru": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsDisplayUseTvInterface" "settingsDisplayUseTvInterface"
], ],
@ -2591,15 +2551,13 @@
"filterAspectRatioLandscapeLabel", "filterAspectRatioLandscapeLabel",
"filterAspectRatioPortraitLabel", "filterAspectRatioPortraitLabel",
"filterNoAddressLabel", "filterNoAddressLabel",
"filterLocatedLabel",
"filterTaggedLabel",
"coordinateDms", "coordinateDms",
"keepScreenOnVideoPlayback", "keepScreenOnVideoPlayback",
"keepScreenOnViewerOnly", "keepScreenOnViewerOnly",
"accessibilityAnimationsRemove", "accessibilityAnimationsRemove",
"accessibilityAnimationsKeep", "accessibilityAnimationsKeep",
"thumbnailOverlayLocatedIcon",
"thumbnailOverlayUnlocatedIcon",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"widgetOpenPageViewer", "widgetOpenPageViewer",
"missingSystemFilePickerDialogMessage", "missingSystemFilePickerDialogMessage",
"unsupportedTypeDialogMessage", "unsupportedTypeDialogMessage",
@ -2925,24 +2883,18 @@
], ],
"tr": [ "tr": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel"
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon"
], ],
"uk": [ "uk": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel"
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon"
], ],
"zh": [ "zh": [
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsAccessibilityShowPinchGestureAlternatives", "settingsAccessibilityShowPinchGestureAlternatives",
@ -2951,10 +2903,8 @@
"zh_Hant": [ "zh_Hant": [
"columnCount", "columnCount",
"thumbnailOverlayLocatedIcon", "filterLocatedLabel",
"thumbnailOverlayUnlocatedIcon", "filterTaggedLabel",
"thumbnailOverlayTaggedIcon",
"thumbnailOverlayUntaggedIcon",
"settingsModificationWarningDialogMessage", "settingsModificationWarningDialogMessage",
"settingsViewerShowDescription", "settingsViewerShowDescription",
"settingsAccessibilityShowPinchGestureAlternatives", "settingsAccessibilityShowPinchGestureAlternatives",