Skip to content

Commit

Permalink
[mob][photos] Fixed App Lock typo (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashilkn authored Aug 21, 2024
2 parents 76df33d + 9e5484f commit 45cd190
Show file tree
Hide file tree
Showing 30 changed files with 128 additions and 163 deletions.
2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_cs.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_de.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion mobile/lib/generated/intl/messages_en.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_es.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_fr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_it.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_ko.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_nl.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_no.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_pl.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_pt.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_ru.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_tr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions mobile/lib/generated/intl/messages_zh.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions mobile/lib/generated/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion mobile/lib/l10n/intl_cs.arb
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
"removePublicLinks": "Remove public links",
"thisWillRemovePublicLinksOfAllSelectedQuickLinks": "This will remove public links of all selected quick links.",
"guestView": "Guest view",
"guestViewEnablePreSteps": "To enable guest view, please setup device passcode or screen lock in your system settings."
"guestViewEnablePreSteps": "To enable guest view, please setup device passcode or screen lock in your system settings.",
"appLockDescriptions": "Choose between your device's default lock screen and a custom lock screen with a PIN or password."
}
42 changes: 15 additions & 27 deletions mobile/lib/l10n/intl_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1253,32 +1253,6 @@
"right": "Rechts",
"whatsNew": "Neue Funktionen",
"reviewSuggestions": "Vorschläge überprüfen",
"reenterPassword": "Re-enter password",
"reenterPin": "Re-enter PIN",
"deviceLock": "Device lock",
"pinLock": "PIN lock",
"next": "Next",
"setNewPassword": "Set new password",
"enterPin": "Enter PIN",
"setNewPin": "Set new PIN",
"appLock": "App lock",
"noSystemLockFound": "No system lock found",
"toEnableAppLockPleaseSetupDevicePasscodeOrScreen": "To enable app lock, please setup device passcode or screen lock in your system settings.",
"tapToUnlock": "Tap to unlock",
"tooManyIncorrectAttempts": "Too many incorrect attempts",
"mlFunctions": "ML functions",
"useAsCover": "Als Titelbild festlegen",
"notPersonLabel": "Nicht {name}?",
"@notPersonLabel": {
"description": "Label to indicate that the person in the photo is not the person whose name is mentioned",
"placeholders": {
"name": {
"content": "{name}",
"type": "String"
}
}
},
"panorama": "Panorama",
"reenterPassword": "Passwort erneut eingeben",
"reenterPin": "PIN erneut eingeben",
"deviceLock": "Gerätsperre",
Expand All @@ -1292,6 +1266,19 @@
"toEnableAppLockPleaseSetupDevicePasscodeOrScreen": "Um die App-Sperre zu aktivieren, konfigurieren Sie bitte den Gerätepasscode oder die Bildschirmsperre in Ihren Systemeinstellungen.",
"tapToUnlock": "Zum Entsperren antippen",
"tooManyIncorrectAttempts": "Zu viele fehlerhafte Versuche",
"mlFunctions": "ML functions",
"useAsCover": "Als Titelbild festlegen",
"notPersonLabel": "Nicht {name}?",
"@notPersonLabel": {
"description": "Label to indicate that the person in the photo is not the person whose name is mentioned",
"placeholders": {
"name": {
"content": "{name}",
"type": "String"
}
}
},
"panorama": "Panorama",
"videoInfo": "Video-Informationen",
"appLockDescription": "Wähle zwischen dem Standard-Sperrbildschirm deines Gerätes und einem eigenen Sperrbildschirm mit PIN oder Passwort.",
"autoLock": "Automatisches Sperren",
Expand All @@ -1306,5 +1293,6 @@
"removePublicLinks": "Öffentliche Links entfernen",
"thisWillRemovePublicLinksOfAllSelectedQuickLinks": "Hiermit werden die öffentlichen Links aller ausgewählten schnellen Links entfernt.",
"guestView": "Gastansicht",
"guestViewEnablePreSteps": "Bitte richte einen Gerätepasscode oder eine Bildschirmsperre ein, um die Gastansicht zu nutzen."
"guestViewEnablePreSteps": "Bitte richte einen Gerätepasscode oder eine Bildschirmsperre ein, um die Gastansicht zu nutzen.",
"appLockDescriptions": "Choose between your device's default lock screen and a custom lock screen with a PIN or password."
}
11 changes: 6 additions & 5 deletions mobile/lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@
},
"enable": "Enable",
"enabled": "Enabled",
"moreDetails" : "More details",
"moreDetails": "More details",
"enableMLIndexingDesc": "Ente supports on-device machine learning for face recognition, magic search and other advanced search features",
"magicSearchHint": "Magic search allows to search photos by their contents, e.g. 'flower', 'red car', 'identity documents'",
"panorama": "Panorama",
Expand All @@ -1289,7 +1289,6 @@
"tapToUnlock": "Tap to unlock",
"tooManyIncorrectAttempts": "Too many incorrect attempts",
"videoInfo": "Video Info",
"appLockDescription": "Choose between your device\\'s default lock screen and a custom lock screen with a PIN or password.",
"autoLock": "Auto lock",
"immediately": "Immediately",
"autoLockFeatureDescription": "Time after which the app locks after being put in the background",
Expand All @@ -1303,13 +1302,15 @@
"thisWillRemovePublicLinksOfAllSelectedQuickLinks": "This will remove public links of all selected quick links.",
"guestView": "Guest view",
"guestViewEnablePreSteps": "To enable guest view, please setup device passcode or screen lock in your system settings.",

"cl_guest_view_title": "Guest View",
"cl_guest_view_description": "Handing over your phone to show photos to a friend? Don't worry about them swiping too far. Guest view will lock them into the photos you select.",
"cl_guest_view_call_to_action": "Select photos and check out \"Guest view\".",
"cl_panorama_viewer_title": "Panorama Viewer",
"cl_panorama_viewer_description": "We've added support for viewing panorama photos with 360 degree views. The experience is immersive with motion-based navigation!",
"cl_video_player_title": "Video Player",
"cl_video_player_description": "Introducing a fresh new video player, with better playback controls and support for HDR videos."

"cl_video_player_description": "Introducing a fresh new video player, with better playback controls and support for HDR videos.",
"appLockDescriptions": "Choose between your device's default lock screen and a custom lock screen with a PIN or password."
}



8 changes: 2 additions & 6 deletions mobile/lib/l10n/intl_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,6 @@
"reviewSuggestions": "Revisar sugerencias",
"reenterPassword": "Re-enter password",
"mlFunctions": "ML functions",
"reenterPassword": "Re-enter password",
"reenterPin": "Re-enter PIN",
"deviceLock": "Device lock",
"pinLock": "PIN lock",
Expand Down Expand Up @@ -1281,15 +1280,12 @@
"thisWillRemovePublicLinksOfAllSelectedQuickLinks": "This will remove public links of all selected quick links.",
"guestView": "Guest view",
"guestViewEnablePreSteps": "To enable guest view, please setup device passcode or screen lock in your system settings.",


"cl_guest_view_title": "Vista de Invitado",
"cl_guest_view_description": "¿Vas a mostrar fotos a un amigo? No te preocupes por si desliza demasiado. La vista de invitado bloqueará las fotos que selecciones.",
"cl_guest_view_call_to_action": "Selecciona fotos y prueba la \"Vista de Invitado\".",
"cl_panorama_viewer_title": "Visor Panorámico",
"cl_panorama_viewer_description": "Hemos añadido soporte para ver fotos panorámicas con vistas de 360 grados. ¡La experiencia es inmersiva con navegación basada en el movimiento!",
"cl_video_player_title": "Reproductor de Video",
"cl_video_player_description": "Presentamos un nuevo reproductor de video, con mejores controles de reproducción y soporte para videos HDR."


"cl_video_player_description": "Presentamos un nuevo reproductor de video, con mejores controles de reproducción y soporte para videos HDR.",
"appLockDescriptions": "Choose between your device's default lock screen and a custom lock screen with a PIN or password."
}
5 changes: 2 additions & 3 deletions mobile/lib/l10n/intl_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,6 @@
"indexingIsPaused": "Indexing is paused, will automatically resume when device is ready",
"reenterPassword": "Re-enter password",
"mlFunctions": "ML functions",
"reenterPassword": "Re-enter password",
"reenterPin": "Re-enter PIN",
"deviceLock": "Device lock",
"pinLock": "PIN lock",
Expand Down Expand Up @@ -1198,12 +1197,12 @@
"thisWillRemovePublicLinksOfAllSelectedQuickLinks": "This will remove public links of all selected quick links.",
"guestView": "Guest view",
"guestViewEnablePreSteps": "To enable guest view, please setup device passcode or screen lock in your system settings.",

"cl_guest_view_title": "Vue Invité",
"cl_guest_view_description": "Vous montrez des photos à un ami ? Pas de souci, il ne pourra pas trop faire défiler. La vue invité verrouille les photos que vous sélectionnez.",
"cl_guest_view_call_to_action": "Sélectionnez des photos et essayez la \"Vue Invité\".",
"cl_panorama_viewer_title": "Visionneuse Panorama",
"cl_panorama_viewer_description": "Nous avons ajouté le support pour visionner des photos panoramiques avec des vues à 360 degrés. L'expérience est immersive avec une navigation basée sur le mouvement !",
"cl_video_player_title": "Lecteur Vidéo",
"cl_video_player_description": "Découvrez notre nouveau lecteur vidéo avec de meilleurs contrôles de lecture et le support des vidéos HDR."
"cl_video_player_description": "Découvrez notre nouveau lecteur vidéo avec de meilleurs contrôles de lecture et le support des vidéos HDR.",
"appLockDescriptions": "Choose between your device's default lock screen and a custom lock screen with a PIN or password."
}
Loading

0 comments on commit 45cd190

Please sign in to comment.