diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 3dde0bc1..6310714a 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -1,6 +1,7 @@ OC.L10N.register( "memories", { + "Shared Link" : "Shared Link", "Download" : "Download", "Memories" : "Memories", "Fast, modern and advanced photo management suite" : "Fast, modern and advanced photo management suite", @@ -49,6 +50,7 @@ OC.L10N.register( "Favorite" : "Favourite", "Unarchive" : "Unarchive", "Edit metadata" : "Edit metadata", + "Rotate / Flip" : "Rotate / Flip", "View in folder" : "View in folder", "Move to folder" : "Move to folder", "Add to album" : "Add to album", @@ -62,6 +64,7 @@ OC.L10N.register( "Timeline Path" : "Timeline Path", "Square grid mode" : "Square grid mode", "Show past photos on top of timeline" : "Show past photos on top of timeline", + "Stack RAW files with same name" : "Stack RAW files with same name", "Photo Viewer" : "Photo Viewer", "Autoplay Live Photos" : "Autoplay Live Photos", "Show full file path in sidebar" : "Show full file path in sidebar", @@ -79,6 +82,7 @@ OC.L10N.register( "Show hidden folders" : "Show hidden folders", "Sort folders oldest-first" : "Sort folders oldest-first", "Sort albums oldest-first" : "Sort albums oldest-first", + "Show hidden albums" : "Show hidden albums", "Choose Timeline Paths" : "Choose Timeline Paths", "Choose the root for the folders view" : "Choose the root for the folders view", "Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?", @@ -261,6 +265,7 @@ OC.L10N.register( "_Removed from {n} album_::_Removed from {n} albums_" : ["Removed from {n} album","Removed from {n} albums"], "Share Album" : "Share Album", "Save collaborators for this album." : "Save collaborators for this album.", + "Failed to load album info: {name}" : "Failed to load album info: {name}", "_%n item_::_%n items_" : ["%n item","%n items"], "Newest" : "Newest", "Year" : "Year", @@ -289,10 +294,19 @@ OC.L10N.register( "Collaborative Tags" : "Collaborative Tags", "EXIF Fields" : "EXIF Fields", "Geolocation" : "Geolocation", + "Orientation (EXIF)" : "Orientation (EXIF)", + "Cannot edit {name} of type {type}" : "Cannot edit {name} of type {type}", + "Cannot edit rotation on videos ({name})" : "Cannot edit rotation on videos ({name})", + "Cannot edit rotation on Live Photos ({name})" : "Cannot edit rotation on Live Photos ({name})", + "Some selected items have stacked RAW files.\nRAW files will not be edited." : "Some selected items have stacked RAW files.\nRAW files will not be edited.", "Missing date metadata" : "Missing date metadata", "Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time.", "Failed to load metadata for {n} photos." : "Failed to load metadata for {n} photos.", "{n} photos cannot be edited (permissions error)." : "{n} photos cannot be edited (permissions error).", + "This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images.", + "Rotate Left" : "Rotate Left", + "Rotate Right" : "Rotate Right", + "Flip" : "Flip", "Remove person" : "Remove person", "Are you sure you want to remove {name}?" : "Are you sure you want to remove {name}?", "Only user \"{user}\" can delete this person" : "Only user \"{user}\" can delete this person", @@ -333,12 +347,20 @@ OC.L10N.register( "Editable" : "Editable", "Read only" : "Read only", "Link copied to clipboard" : "Link copied to clipboard", + "Failed to copy link to clipboard" : "Failed to copy link to clipboard", "Reduced Size" : "Reduced Size", + "Share in lower quality (small file size)" : "Share in lower quality (small file size)", "High Resolution" : "High Resolution", + "Share in high quality (large file size)" : "Share in high quality (large file size)", "Original File" : "Original File", "Public Link" : "Public Link", "Share an external Nextcloud link" : "Share an external Nextcloud link", + "Not allowed to share file: {name}" : "Not allowed to share file: {name}", + "Failed to create album for public link" : "Failed to create album for public link", + "Failed to download file {href}" : "Failed to download file {href}", "Cannot share this type of data" : "Cannot share this type of data", + "_Share File_::_Share Files_" : ["Share File","Share Files"], + "_Share the original file_::_Share the original files_" : ["Share the original file","Share the original files"], "Sort by date" : "Order by date", "Sort by name" : "Order by name", "Share album" : "Share album", @@ -361,6 +383,7 @@ OC.L10N.register( "Drop changes" : "Drop changes", "Play Live Photo" : "Play Live Photo", "Download Video" : "Download Video", + "Download {ext}" : "Download {ext}", "Slideshow" : "Slideshow", "Previous" : "Previous", "Next" : "Next", @@ -482,6 +505,7 @@ OC.L10N.register( "Failed to move files." : "Failed to move files.", "Could not move {fileName}, target exists." : "Could not move {fileName}, target exists.", "Failed to move {fileName}." : "Failed to move {fileName}.", + "Failed to load image info: {name}" : "Failed to load image info: {name}", "Failed to download files" : "Failed to download files", "Failed to favorite files." : "Failed to favorite files.", "Failed to favorite some files." : "Failed to favorite some files.", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 97b9c390..74683f22 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -1,4 +1,5 @@ { "translations": { + "Shared Link" : "Shared Link", "Download" : "Download", "Memories" : "Memories", "Fast, modern and advanced photo management suite" : "Fast, modern and advanced photo management suite", @@ -47,6 +48,7 @@ "Favorite" : "Favourite", "Unarchive" : "Unarchive", "Edit metadata" : "Edit metadata", + "Rotate / Flip" : "Rotate / Flip", "View in folder" : "View in folder", "Move to folder" : "Move to folder", "Add to album" : "Add to album", @@ -60,6 +62,7 @@ "Timeline Path" : "Timeline Path", "Square grid mode" : "Square grid mode", "Show past photos on top of timeline" : "Show past photos on top of timeline", + "Stack RAW files with same name" : "Stack RAW files with same name", "Photo Viewer" : "Photo Viewer", "Autoplay Live Photos" : "Autoplay Live Photos", "Show full file path in sidebar" : "Show full file path in sidebar", @@ -77,6 +80,7 @@ "Show hidden folders" : "Show hidden folders", "Sort folders oldest-first" : "Sort folders oldest-first", "Sort albums oldest-first" : "Sort albums oldest-first", + "Show hidden albums" : "Show hidden albums", "Choose Timeline Paths" : "Choose Timeline Paths", "Choose the root for the folders view" : "Choose the root for the folders view", "Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?", @@ -259,6 +263,7 @@ "_Removed from {n} album_::_Removed from {n} albums_" : ["Removed from {n} album","Removed from {n} albums"], "Share Album" : "Share Album", "Save collaborators for this album." : "Save collaborators for this album.", + "Failed to load album info: {name}" : "Failed to load album info: {name}", "_%n item_::_%n items_" : ["%n item","%n items"], "Newest" : "Newest", "Year" : "Year", @@ -287,10 +292,19 @@ "Collaborative Tags" : "Collaborative Tags", "EXIF Fields" : "EXIF Fields", "Geolocation" : "Geolocation", + "Orientation (EXIF)" : "Orientation (EXIF)", + "Cannot edit {name} of type {type}" : "Cannot edit {name} of type {type}", + "Cannot edit rotation on videos ({name})" : "Cannot edit rotation on videos ({name})", + "Cannot edit rotation on Live Photos ({name})" : "Cannot edit rotation on Live Photos ({name})", + "Some selected items have stacked RAW files.\nRAW files will not be edited." : "Some selected items have stacked RAW files.\nRAW files will not be edited.", "Missing date metadata" : "Missing date metadata", "Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time.", "Failed to load metadata for {n} photos." : "Failed to load metadata for {n} photos.", "{n} photos cannot be edited (permissions error)." : "{n} photos cannot be edited (permissions error).", + "This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images.", + "Rotate Left" : "Rotate Left", + "Rotate Right" : "Rotate Right", + "Flip" : "Flip", "Remove person" : "Remove person", "Are you sure you want to remove {name}?" : "Are you sure you want to remove {name}?", "Only user \"{user}\" can delete this person" : "Only user \"{user}\" can delete this person", @@ -331,12 +345,20 @@ "Editable" : "Editable", "Read only" : "Read only", "Link copied to clipboard" : "Link copied to clipboard", + "Failed to copy link to clipboard" : "Failed to copy link to clipboard", "Reduced Size" : "Reduced Size", + "Share in lower quality (small file size)" : "Share in lower quality (small file size)", "High Resolution" : "High Resolution", + "Share in high quality (large file size)" : "Share in high quality (large file size)", "Original File" : "Original File", "Public Link" : "Public Link", "Share an external Nextcloud link" : "Share an external Nextcloud link", + "Not allowed to share file: {name}" : "Not allowed to share file: {name}", + "Failed to create album for public link" : "Failed to create album for public link", + "Failed to download file {href}" : "Failed to download file {href}", "Cannot share this type of data" : "Cannot share this type of data", + "_Share File_::_Share Files_" : ["Share File","Share Files"], + "_Share the original file_::_Share the original files_" : ["Share the original file","Share the original files"], "Sort by date" : "Order by date", "Sort by name" : "Order by name", "Share album" : "Share album", @@ -359,6 +381,7 @@ "Drop changes" : "Drop changes", "Play Live Photo" : "Play Live Photo", "Download Video" : "Download Video", + "Download {ext}" : "Download {ext}", "Slideshow" : "Slideshow", "Previous" : "Previous", "Next" : "Next", @@ -480,6 +503,7 @@ "Failed to move files." : "Failed to move files.", "Could not move {fileName}, target exists." : "Could not move {fileName}, target exists.", "Failed to move {fileName}." : "Failed to move {fileName}.", + "Failed to load image info: {name}" : "Failed to load image info: {name}", "Failed to download files" : "Failed to download files", "Failed to favorite files." : "Failed to favorite files.", "Failed to favorite some files." : "Failed to favorite some files.", diff --git a/l10n/fr.js b/l10n/fr.js index ffe3d070..d9e776e1 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -29,13 +29,16 @@ OC.L10N.register( "Choose again" : "Choisir à nouveau", "Click here to start" : "Cliquer ici pour commencer", "You can always change this later in settings" : "Vous pouvez toujours changer cela ultérieurement dans les paramètres", + "If you just installed Memories, visit the admin panel first." : "Si vous venez d'installer Memories, rendez-vous d'abord sur l'interface d'administration.", "Choose the root of your timeline" : "Choisissez le début de votre fil chronologique", "The selected folder does not seem to be valid. Try again." : "Le dossier sélectionné ne semble pas être valide. Essayer à nouveau.", "No photos were found in the selected folder." : "Aucune photo n'a été trouvée dans le dossier sélectionné.", + "This can happen because your media is still indexing." : "Cela peut arriver si vos médias sont toujours en cours d'indexation.", "Visit the admin panel to make sure Memories is configured correctly." : "Visitez le panneau d'administration pour vous assurer que Souvenirs est configuré correctement.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} élément trouvé dans {path}","{n} éléments trouvés dans {path}","{n} éléments trouvés dans {path}"], "Metadata" : "Métadonnées", "Edit" : "Modifier", + "Failed to load metadata" : "Impossible de charger les métadonnées.", "No coordinates" : "Pas de coordonnées", "Click edit to set location" : "Cliquer sur modifier pour définir le lieu", "Photos" : "Images", @@ -61,11 +64,20 @@ OC.L10N.register( "Timeline Path" : "Emplacement du Fil chronologique", "Square grid mode" : "Mode grille carrée", "Show past photos on top of timeline" : "Montrer les photos passées au-dessus de la chronologie", + "Stack RAW files with same name" : "Superposer les fichiers RAW de même nom", + "Photo Viewer" : "Visionneuse de photos", + "Autoplay Live Photos" : "Lire automatiquement les Live Photos", + "Show full file path in sidebar" : "Afficher le chemin de fichier complet dans la barre latérale", + "High resolution image loading behavior" : "Comportement de chargement des images à haute résolution", + "Load high resolution image on zoom" : "Charger l'image en haute résolution lors du zoom", "Always load high resolution image (not recommended)" : "Toujours charger l'image en haute résolution (non recommandé)", "Never load high resolution image" : "Ne jamais charger l'image en haute résolution", "Account" : "Compte", "Logged in as {user}" : "Connecté en tant que {user}", "Sign out" : "Se déconnecter", + "Device Folders" : "Dossiers de l'appareil", + "Local folders to include in the timeline view" : "Dossiers locaux à inclure dans la vue chronologique", + "Run initial device setup" : "Lancer la configuration initiale de l'appareil", "Folders Path" : "Chemin du dossier", "Show hidden folders" : "Afficher les dossiers cachés", "Sort folders oldest-first" : "Classer les dossiers les plus anciens en premier", @@ -79,10 +91,20 @@ OC.L10N.register( "{photoCount} photos" : "{photoCount} photos", "Failed to load some photos" : "Échec du chargement de certaines photos", "Failed to update setting" : "Échec de la mise à jour des paramètres", + "Albums support is enabled through the Photos app." : "Le support des albums est à activer dans l'application Photos.", + "Albums are disabled because the Photos app is not available." : "La fonctionnalité des albums est désactivée car l'application Photos n'est pas disponible.", + "Recognize is installed and enabled for face recognition." : "Recognize est installé et activé pour la reconnaissance faciale.", + "Recognize is installed but not enabled for face recognition." : "Recognize est installé mais pas activé pour la reconnaissance faciale.", + "Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize n'est pas installé. La reconnaissance de visages et d'objets peut être indisponible.", + "Face Recognition is installed and enabled" : "Face Recognition est installé et activé.", + "Preview generator is installed and enabled. Additional configuration may still be required." : "Le générateur d'aperçus est installé et activé. De la configuration supplémentaire peut être nécessaire.", + "Preview generator is not installed and configured. This may make Memories very slow." : "Le générateur d'aperçus n'est pas installé ni configuré. Cela peut ralentir fortement Memories.", + "Recommended Apps" : "Applications recommandées", "Path to packaged exiftool binary" : "Chemin vers l'exécutable exiftool livré", "You need perl only if the packaged exiftool binary does not work for some reason." : "Vous n'avez besoin que de Perl si le paquet binaire exiftool ne fonctionne pas.", "Use system perl (only if exiftool binary does not work)" : "Utilisez le système Perl (seulement si le binaire exiftool ne fonctionne pas)", "EXIF Extraction" : "Extraction EXIF", + "Documentation." : "Documentation.", "PHP-Imagick is available [{version}]." : "PHP-Imagick est disponible [{version}].", "PHP-Imagick is not available." : "PHP-Imagick n'est pas disponible.", "Thumbnail generation may not work for some formats (HEIC, TIFF)." : "La génération de miniature peut ne pas fonctionner avec certains formats (HEIC, TIFF).", diff --git a/l10n/fr.json b/l10n/fr.json index 30c0ec8c..6e4fac6a 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -27,13 +27,16 @@ "Choose again" : "Choisir à nouveau", "Click here to start" : "Cliquer ici pour commencer", "You can always change this later in settings" : "Vous pouvez toujours changer cela ultérieurement dans les paramètres", + "If you just installed Memories, visit the admin panel first." : "Si vous venez d'installer Memories, rendez-vous d'abord sur l'interface d'administration.", "Choose the root of your timeline" : "Choisissez le début de votre fil chronologique", "The selected folder does not seem to be valid. Try again." : "Le dossier sélectionné ne semble pas être valide. Essayer à nouveau.", "No photos were found in the selected folder." : "Aucune photo n'a été trouvée dans le dossier sélectionné.", + "This can happen because your media is still indexing." : "Cela peut arriver si vos médias sont toujours en cours d'indexation.", "Visit the admin panel to make sure Memories is configured correctly." : "Visitez le panneau d'administration pour vous assurer que Souvenirs est configuré correctement.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} élément trouvé dans {path}","{n} éléments trouvés dans {path}","{n} éléments trouvés dans {path}"], "Metadata" : "Métadonnées", "Edit" : "Modifier", + "Failed to load metadata" : "Impossible de charger les métadonnées.", "No coordinates" : "Pas de coordonnées", "Click edit to set location" : "Cliquer sur modifier pour définir le lieu", "Photos" : "Images", @@ -59,11 +62,20 @@ "Timeline Path" : "Emplacement du Fil chronologique", "Square grid mode" : "Mode grille carrée", "Show past photos on top of timeline" : "Montrer les photos passées au-dessus de la chronologie", + "Stack RAW files with same name" : "Superposer les fichiers RAW de même nom", + "Photo Viewer" : "Visionneuse de photos", + "Autoplay Live Photos" : "Lire automatiquement les Live Photos", + "Show full file path in sidebar" : "Afficher le chemin de fichier complet dans la barre latérale", + "High resolution image loading behavior" : "Comportement de chargement des images à haute résolution", + "Load high resolution image on zoom" : "Charger l'image en haute résolution lors du zoom", "Always load high resolution image (not recommended)" : "Toujours charger l'image en haute résolution (non recommandé)", "Never load high resolution image" : "Ne jamais charger l'image en haute résolution", "Account" : "Compte", "Logged in as {user}" : "Connecté en tant que {user}", "Sign out" : "Se déconnecter", + "Device Folders" : "Dossiers de l'appareil", + "Local folders to include in the timeline view" : "Dossiers locaux à inclure dans la vue chronologique", + "Run initial device setup" : "Lancer la configuration initiale de l'appareil", "Folders Path" : "Chemin du dossier", "Show hidden folders" : "Afficher les dossiers cachés", "Sort folders oldest-first" : "Classer les dossiers les plus anciens en premier", @@ -77,10 +89,20 @@ "{photoCount} photos" : "{photoCount} photos", "Failed to load some photos" : "Échec du chargement de certaines photos", "Failed to update setting" : "Échec de la mise à jour des paramètres", + "Albums support is enabled through the Photos app." : "Le support des albums est à activer dans l'application Photos.", + "Albums are disabled because the Photos app is not available." : "La fonctionnalité des albums est désactivée car l'application Photos n'est pas disponible.", + "Recognize is installed and enabled for face recognition." : "Recognize est installé et activé pour la reconnaissance faciale.", + "Recognize is installed but not enabled for face recognition." : "Recognize est installé mais pas activé pour la reconnaissance faciale.", + "Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize n'est pas installé. La reconnaissance de visages et d'objets peut être indisponible.", + "Face Recognition is installed and enabled" : "Face Recognition est installé et activé.", + "Preview generator is installed and enabled. Additional configuration may still be required." : "Le générateur d'aperçus est installé et activé. De la configuration supplémentaire peut être nécessaire.", + "Preview generator is not installed and configured. This may make Memories very slow." : "Le générateur d'aperçus n'est pas installé ni configuré. Cela peut ralentir fortement Memories.", + "Recommended Apps" : "Applications recommandées", "Path to packaged exiftool binary" : "Chemin vers l'exécutable exiftool livré", "You need perl only if the packaged exiftool binary does not work for some reason." : "Vous n'avez besoin que de Perl si le paquet binaire exiftool ne fonctionne pas.", "Use system perl (only if exiftool binary does not work)" : "Utilisez le système Perl (seulement si le binaire exiftool ne fonctionne pas)", "EXIF Extraction" : "Extraction EXIF", + "Documentation." : "Documentation.", "PHP-Imagick is available [{version}]." : "PHP-Imagick est disponible [{version}].", "PHP-Imagick is not available." : "PHP-Imagick n'est pas disponible.", "Thumbnail generation may not work for some formats (HEIC, TIFF)." : "La génération de miniature peut ne pas fonctionner avec certains formats (HEIC, TIFF).", diff --git a/l10n/ro.js b/l10n/ro.js index 2269f8a3..ae920b95 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -4,6 +4,7 @@ OC.L10N.register( "Download" : "Descărcare", "Settings" : "Setări", "People" : "Persoane", + "Timeline" : "Cronologie", "Folders" : "Director", "Favorites" : "Favorite", "Videos" : "Fișiere video", diff --git a/l10n/ro.json b/l10n/ro.json index a22d193b..596d06c0 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -2,6 +2,7 @@ "Download" : "Descărcare", "Settings" : "Setări", "People" : "Persoane", + "Timeline" : "Cronologie", "Folders" : "Director", "Favorites" : "Favorite", "Videos" : "Fișiere video",