diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 7ac41b8e..3a325cb5 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -29,8 +29,12 @@ OC.L10N.register( "Choose again" : "Erneut auswählen", "Click here to start" : "Zum Starten hier klicken", "You can always change this later in settings" : "Sie können das auch noch später in den Einstellungen ändern", + "If you just installed Memories, visit the admin panel first." : "Wenn Sie Erinnerungen (Memories) gerade erst installiert haben, navigieren Sie bitte zunächst zum Administrationsmenü.", "Choose the root of your timeline" : "Start Ihrer Zeitleiste auswählen", "The selected folder does not seem to be valid. Try again." : "Der ausgewählte Ordner scheint ungültig zu sein. Versuchen Sie es nochmal.", + "No photos were found in the selected folder." : "Im gewählten Ordner wurden keine Fotos gefunden.", + "This can happen because your media is still indexing." : "Dies kann den Grund haben, dass Ihre Medien aktuell noch indexiert werden.", + "Visit the admin panel to make sure Memories is configured correctly." : "Navigieren Sie zum Administrationsmenü um zu überprüfen, ob Erinnerungen (Memories) korrekt eingerichtet ist.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} Foto gefunden in {path}","{n} Fotos gefunden in {path}"], "Edit" : "Bearbeiten", "No title" : "Kein Titel", @@ -84,6 +88,18 @@ OC.L10N.register( "Path to packaged exiftool binary" : "Pfad zur gepackten Exiftool-Binärdatei", "You need perl only if the packaged exiftool binary does not work for some reason." : "Sie brauchen Perl nur, wenn die gepackte Exiftool-Binärdatei aus irgendeinem Grund nicht funktioniert.", "Use system perl (only if exiftool binary does not work)" : "System-Perl verwenden (nur wenn die Exiftool-Binärdatei nicht funktioniert)", + "File Support" : "Dateiunterstützung", + "You can configure the enabled Nextcloud preview providers below." : "Sie können die aktiven Nextcloud-Vorschauanbieter unten einrichten.", + "If you are using Imaginary for preview generation, you can ignore this section." : "Wenn Sie Imaginary zur Vorschauerstellung verwenden, können Sie diesen Abschnitt überspringen.", + "Documentation." : "Dokumentation.", + "The following MIME types are configured for preview generation." : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau eingerichtet.", + "Max preview size (trade-off between quality and storage requirements)." : "Maximale Vorschaugröße (Kompromiss zwischen Qualität und Speicherbedarf).", + "Max memory for preview generation (MB)" : "Maximaler Speicher für die Vorschauerstellung (MB)", + "Max size of preview files (MB)" : "Maximale Größe der Vorschaudateien (MB)", + "Images (JPEG, PNG, GIF, BMP)" : "Bilder (JPEG, PNG, GIF, BMP)", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "Videos (ffmpeg)", "Media Indexing" : "Medien-Indexierung", "{n} media files have been indexed" : "{n} Mediendateien wurden indexiert", "Automatic Indexing status: {status}" : "Automatischer Indizierungsstatus: {status}", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 9288ecf8..9b9b3a6a 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -27,8 +27,12 @@ "Choose again" : "Erneut auswählen", "Click here to start" : "Zum Starten hier klicken", "You can always change this later in settings" : "Sie können das auch noch später in den Einstellungen ändern", + "If you just installed Memories, visit the admin panel first." : "Wenn Sie Erinnerungen (Memories) gerade erst installiert haben, navigieren Sie bitte zunächst zum Administrationsmenü.", "Choose the root of your timeline" : "Start Ihrer Zeitleiste auswählen", "The selected folder does not seem to be valid. Try again." : "Der ausgewählte Ordner scheint ungültig zu sein. Versuchen Sie es nochmal.", + "No photos were found in the selected folder." : "Im gewählten Ordner wurden keine Fotos gefunden.", + "This can happen because your media is still indexing." : "Dies kann den Grund haben, dass Ihre Medien aktuell noch indexiert werden.", + "Visit the admin panel to make sure Memories is configured correctly." : "Navigieren Sie zum Administrationsmenü um zu überprüfen, ob Erinnerungen (Memories) korrekt eingerichtet ist.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} Foto gefunden in {path}","{n} Fotos gefunden in {path}"], "Edit" : "Bearbeiten", "No title" : "Kein Titel", @@ -82,6 +86,18 @@ "Path to packaged exiftool binary" : "Pfad zur gepackten Exiftool-Binärdatei", "You need perl only if the packaged exiftool binary does not work for some reason." : "Sie brauchen Perl nur, wenn die gepackte Exiftool-Binärdatei aus irgendeinem Grund nicht funktioniert.", "Use system perl (only if exiftool binary does not work)" : "System-Perl verwenden (nur wenn die Exiftool-Binärdatei nicht funktioniert)", + "File Support" : "Dateiunterstützung", + "You can configure the enabled Nextcloud preview providers below." : "Sie können die aktiven Nextcloud-Vorschauanbieter unten einrichten.", + "If you are using Imaginary for preview generation, you can ignore this section." : "Wenn Sie Imaginary zur Vorschauerstellung verwenden, können Sie diesen Abschnitt überspringen.", + "Documentation." : "Dokumentation.", + "The following MIME types are configured for preview generation." : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau eingerichtet.", + "Max preview size (trade-off between quality and storage requirements)." : "Maximale Vorschaugröße (Kompromiss zwischen Qualität und Speicherbedarf).", + "Max memory for preview generation (MB)" : "Maximaler Speicher für die Vorschauerstellung (MB)", + "Max size of preview files (MB)" : "Maximale Größe der Vorschaudateien (MB)", + "Images (JPEG, PNG, GIF, BMP)" : "Bilder (JPEG, PNG, GIF, BMP)", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "Videos (ffmpeg)", "Media Indexing" : "Medien-Indexierung", "{n} media files have been indexed" : "{n} Mediendateien wurden indexiert", "Automatic Indexing status: {status}" : "Automatischer Indizierungsstatus: {status}", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index cbb2d3af..ad6a916f 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -29,8 +29,12 @@ OC.L10N.register( "Choose again" : "Choose again", "Click here to start" : "Click here to start", "You can always change this later in settings" : "You can always change this later in settings", + "If you just installed Memories, visit the admin panel first." : "If you just installed Memories, visit the admin panel first.", "Choose the root of your timeline" : "Choose the root of your timeline", "The selected folder does not seem to be valid. Try again." : "The selected folder does not seem to be valid. Try again.", + "No photos were found in the selected folder." : "No photos were found in the selected folder.", + "This can happen because your media is still indexing." : "This can happen because your media is still indexing.", + "Visit the admin panel to make sure Memories is configured correctly." : "Visit the admin panel to make sure Memories is configured correctly.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Found {n} item in {path}","Found {n} items in {path}"], "Edit" : "Edit", "No title" : "No title", @@ -65,13 +69,17 @@ OC.L10N.register( "Load full size image on zoom" : "Load full size image on zoom", "Always load full size image (not recommended)" : "Always load full size image (not recommended)", "Account" : "Account", + "Logged in as {user}" : "Logged in as {user}", "Sign out" : "Sign out", + "Device Folders" : "Device Folders", + "Local folders to include in the timeline view" : "Local folders to include in the timeline view", "Folders Path" : "Folders Path", "Show hidden folders" : "Show hidden folders", "Sort folders oldest-first" : "Sort folders oldest-first", "Sort albums oldest-first" : "Sort albums oldest-first", "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}?", "Close" : "Close", "{photoCount} photos" : "{photoCount} photos", "Failed to load some photos" : "Failed to load some photos", @@ -80,6 +88,19 @@ OC.L10N.register( "Path to packaged exiftool binary" : "Path to packaged exiftool binary", "You need perl only if the packaged exiftool binary does not work for some reason." : "You need perl only if the packaged exiftool binary does not work for some reason.", "Use system perl (only if exiftool binary does not work)" : "Use system perl (only if exiftool binary does not work)", + "File Support" : "File Support", + "You can configure the enabled Nextcloud preview providers below." : "You can configure the enabled Nextcloud preview providers below.", + "If you are using Imaginary for preview generation, you can ignore this section." : "If you are using Imaginary for preview generation, you can ignore this section.", + "To enable RAW support, install the Camera RAW Previews app." : "To enable RAW support, install the Camera RAW Previews app.", + "Documentation." : "Documentation.", + "The following MIME types are configured for preview generation." : "The following MIME types are configured for preview generation.", + "Max preview size (trade-off between quality and storage requirements)." : "Max preview size (trade-off between quality and storage requirements).", + "Max memory for preview generation (MB)" : "Max memory for preview generation (MB)", + "Max size of preview files (MB)" : "Max size of preview files (MB)", + "Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "Videos (ffmpeg)", "Media Indexing" : "Media Indexing", "{n} media files have been indexed" : "{n} media files have been indexed", "Automatic Indexing status: {status}" : "Automatic Indexing status: {status}", @@ -407,6 +428,7 @@ OC.L10N.register( "Failed to favorite files." : "Failed to favorite files.", "Failed to favorite some files." : "Failed to favorite some files.", "Failed to favorite {fileName}." : "Failed to favorite {fileName}.", + "Memories has been updated to {version}. Reload to get the new version." : "Memories has been updated to {version}. Reload to get the new version.", "Upload some photos and make sure the timeline path is configured" : "Upload some photos and make sure the timeline path is configured", "Mark photos as favorite to find them easily" : "Mark photos as favorite to find them easily", "Memories from past years will appear here" : "Memories from past years will appear here", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 29252c46..15bf33ab 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -27,8 +27,12 @@ "Choose again" : "Choose again", "Click here to start" : "Click here to start", "You can always change this later in settings" : "You can always change this later in settings", + "If you just installed Memories, visit the admin panel first." : "If you just installed Memories, visit the admin panel first.", "Choose the root of your timeline" : "Choose the root of your timeline", "The selected folder does not seem to be valid. Try again." : "The selected folder does not seem to be valid. Try again.", + "No photos were found in the selected folder." : "No photos were found in the selected folder.", + "This can happen because your media is still indexing." : "This can happen because your media is still indexing.", + "Visit the admin panel to make sure Memories is configured correctly." : "Visit the admin panel to make sure Memories is configured correctly.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Found {n} item in {path}","Found {n} items in {path}"], "Edit" : "Edit", "No title" : "No title", @@ -63,13 +67,17 @@ "Load full size image on zoom" : "Load full size image on zoom", "Always load full size image (not recommended)" : "Always load full size image (not recommended)", "Account" : "Account", + "Logged in as {user}" : "Logged in as {user}", "Sign out" : "Sign out", + "Device Folders" : "Device Folders", + "Local folders to include in the timeline view" : "Local folders to include in the timeline view", "Folders Path" : "Folders Path", "Show hidden folders" : "Show hidden folders", "Sort folders oldest-first" : "Sort folders oldest-first", "Sort albums oldest-first" : "Sort albums oldest-first", "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}?", "Close" : "Close", "{photoCount} photos" : "{photoCount} photos", "Failed to load some photos" : "Failed to load some photos", @@ -78,6 +86,19 @@ "Path to packaged exiftool binary" : "Path to packaged exiftool binary", "You need perl only if the packaged exiftool binary does not work for some reason." : "You need perl only if the packaged exiftool binary does not work for some reason.", "Use system perl (only if exiftool binary does not work)" : "Use system perl (only if exiftool binary does not work)", + "File Support" : "File Support", + "You can configure the enabled Nextcloud preview providers below." : "You can configure the enabled Nextcloud preview providers below.", + "If you are using Imaginary for preview generation, you can ignore this section." : "If you are using Imaginary for preview generation, you can ignore this section.", + "To enable RAW support, install the Camera RAW Previews app." : "To enable RAW support, install the Camera RAW Previews app.", + "Documentation." : "Documentation.", + "The following MIME types are configured for preview generation." : "The following MIME types are configured for preview generation.", + "Max preview size (trade-off between quality and storage requirements)." : "Max preview size (trade-off between quality and storage requirements).", + "Max memory for preview generation (MB)" : "Max memory for preview generation (MB)", + "Max size of preview files (MB)" : "Max size of preview files (MB)", + "Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "Videos (ffmpeg)", "Media Indexing" : "Media Indexing", "{n} media files have been indexed" : "{n} media files have been indexed", "Automatic Indexing status: {status}" : "Automatic Indexing status: {status}", @@ -405,6 +426,7 @@ "Failed to favorite files." : "Failed to favorite files.", "Failed to favorite some files." : "Failed to favorite some files.", "Failed to favorite {fileName}." : "Failed to favorite {fileName}.", + "Memories has been updated to {version}. Reload to get the new version." : "Memories has been updated to {version}. Reload to get the new version.", "Upload some photos and make sure the timeline path is configured" : "Upload some photos and make sure the timeline path is configured", "Mark photos as favorite to find them easily" : "Mark photos as favorite to find them easily", "Memories from past years will appear here" : "Memories from past years will appear here", diff --git a/l10n/gd.js b/l10n/gd.js new file mode 100644 index 00000000..189ccdc2 --- /dev/null +++ b/l10n/gd.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "memories", + { + "Download" : "Luchdaich a-nuas", + "Settings" : "Roghainnean", + "Favorites" : "Annsachdan", + "Videos" : "Videothan", + "Tags" : "Tagaichean", + "Edit" : "Deasaich", + "Cancel" : "Sguir dheth", + "Delete" : "Sguab às", + "Favorite" : "Annsachd", + "General" : "Coitcheann", + "Close" : "Dùin", + "Unknown" : "Chan eil fhios", + "Back" : "Air ais", + "Save" : "Sàbhail", + "Name" : "Ainm", + "Search" : "Lorg", + "Remove" : "Thoir air falbh", + "Share link" : "Ceangal co-roinnidh", + "Refresh" : "Ath-nuadhaich", + "Read only" : "Ri leughadh a-mhàin", + "Share" : "Co-roinn", + "Undo" : "Neo-dhèan" +}, +"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"); diff --git a/l10n/gd.json b/l10n/gd.json new file mode 100644 index 00000000..e25f26b5 --- /dev/null +++ b/l10n/gd.json @@ -0,0 +1,25 @@ +{ "translations": { + "Download" : "Luchdaich a-nuas", + "Settings" : "Roghainnean", + "Favorites" : "Annsachdan", + "Videos" : "Videothan", + "Tags" : "Tagaichean", + "Edit" : "Deasaich", + "Cancel" : "Sguir dheth", + "Delete" : "Sguab às", + "Favorite" : "Annsachd", + "General" : "Coitcheann", + "Close" : "Dùin", + "Unknown" : "Chan eil fhios", + "Back" : "Air ais", + "Save" : "Sàbhail", + "Name" : "Ainm", + "Search" : "Lorg", + "Remove" : "Thoir air falbh", + "Share link" : "Ceangal co-roinnidh", + "Refresh" : "Ath-nuadhaich", + "Read only" : "Ri leughadh a-mhàin", + "Share" : "Co-roinn", + "Undo" : "Neo-dhèan" +},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;" +} \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js index 578f5262..91674ae3 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -80,28 +80,96 @@ OC.L10N.register( "Delete album" : "Elimina album", "Merge with different person" : "Unisci ad un'altra persona", "Share folder" : "Condividi cartella", + "Error saving image" : "Errore durante il salvataggio dell'immagine", "Unsaved changes" : "Modifiche non salvate", + "Drop changes" : "Scarta le modifiche", "Share" : "Condividi", "Previous" : "Precedente", "Next" : "Successivo", "Are you sure you want to delete?" : "Sei sicuro di voler eliminare?", + "Save as" : "Salva come", + "All changes will be lost." : "Tutte le modifiche verranno perse.", + "Are you sure you want to continue?" : "Sei sicuro di voler continuare?", "Continue" : "Continua", "Undo" : "Annulla", "Redo" : "Rifai", + "Show original image" : "Mostra immagine originale", "Zoom in" : "Ingrandisci", + "Zoom out" : "Rimpicciolisci", + "Toggle zoom menu" : "Cambia menu ingrandimento", + "Adjust" : "Regola", + "Fine-tune" : "Messa a punto", + "Filters" : "Filtri", + "Watermark" : "Filigrana", "Draw" : "Disegna", + "Resize" : "Ridimensiona", + "Invalid image." : "Immagine non valida.", + "Error while uploading the image." : "Errore durante il caricamento dell'immagine.", + "are not images" : "non sono immagini", + "is not an image" : "non è un'immagine", + "to be uploaded" : "da inviare", + "Crop" : "Ritaglia", "Original" : "Originale", "Custom" : "Personalizzato", + "Square" : "Quadrato", "Landscape" : "Paesaggio", + "Portrait" : "Ritratto", + "Ellipse" : "Ellisse", + "Classic TV" : "TV classica", + "CinemaScope" : "CinemaScope", + "Arrow" : "Freccia", + "Blur" : "Sfocatura", + "Brightness" : "Luminosità", + "Contrast" : "Contrasto", + "Un-flip X" : "De-capovolgi X", + "Flip X" : "Capovolgi X", + "Un-flip Y" : "De-capovolgi Y", + "Flip Y" : "Capovolgi Y", + "HSV" : "HSV", + "Hue" : "Tonalità", + "Saturation" : "Saturazione", "Value" : "Valore", "Image" : "Immagine", + "Importing …" : "Importazione …", + "+ Add image" : "+ Aggiungi immagine", "Line" : "Linea", + "Pen" : "Penna", + "Polygon" : "Poligono", + "Sides" : "Lati", + "Rectangle" : "Rettangolo", + "Corner Radius" : "Raggio dell'angolo", + "Width in pixels" : "Larghezza in pixel", + "Height in pixels" : "Altezza in pixel", + "Toggle ratio lock" : "Cambia blocco rapporto", + "Reset to original image size" : "Ripristina a dimensione originale immagine", + "Rotate" : "Ruota", "Text" : "Testo", + "Text spacing" : "Spaziatura testo", + "Text alignment" : "Allineamento testo", + "Font family" : "Famiglia caratteri", "Size" : "Dimensione", + "Letter spacing" : "Spaziatura lettere", + "Line height" : "Altezza riga", + "Warmth" : "Calore", + "+ Add watermark" : "+ Aggiungi filigrana", + "Choose watermark type" : "Scegli tipo di filigrana", + "Upload watermark" : "Invia filigrana", + "Add as text" : "Aggiungi come testo", + "Padding" : "Riempimento", + "Shadow" : "Ombra", + "Horizontal" : "Orizzontale", + "Vertical" : "Verticale", + "Opacity" : "Opacità", "Position" : "Posizione", + "Stroke" : "Tratto", + "Save image as" : "Salva immagine come", "Extension" : "Estensione", "Name is required." : "Il nome è richiesto.", "Quality" : "Qualità", + "Saved image size (width x height)" : "Salva dimensione immagine (largh. x altez.)", + "Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Nota che l'area di ritaglio selezionata è più piccola del ridimensionamento applicato, il che potrebbe causare perdita di qualità", + "Actual size (100%)" : "Dimensione effettiva (100%)", + "Fit size" : "Adatta dimensione", "Direct" : "Diretto", "Auto" : "Automatico" }, diff --git a/l10n/it.json b/l10n/it.json index 5e79669a..2a9100b5 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -78,28 +78,96 @@ "Delete album" : "Elimina album", "Merge with different person" : "Unisci ad un'altra persona", "Share folder" : "Condividi cartella", + "Error saving image" : "Errore durante il salvataggio dell'immagine", "Unsaved changes" : "Modifiche non salvate", + "Drop changes" : "Scarta le modifiche", "Share" : "Condividi", "Previous" : "Precedente", "Next" : "Successivo", "Are you sure you want to delete?" : "Sei sicuro di voler eliminare?", + "Save as" : "Salva come", + "All changes will be lost." : "Tutte le modifiche verranno perse.", + "Are you sure you want to continue?" : "Sei sicuro di voler continuare?", "Continue" : "Continua", "Undo" : "Annulla", "Redo" : "Rifai", + "Show original image" : "Mostra immagine originale", "Zoom in" : "Ingrandisci", + "Zoom out" : "Rimpicciolisci", + "Toggle zoom menu" : "Cambia menu ingrandimento", + "Adjust" : "Regola", + "Fine-tune" : "Messa a punto", + "Filters" : "Filtri", + "Watermark" : "Filigrana", "Draw" : "Disegna", + "Resize" : "Ridimensiona", + "Invalid image." : "Immagine non valida.", + "Error while uploading the image." : "Errore durante il caricamento dell'immagine.", + "are not images" : "non sono immagini", + "is not an image" : "non è un'immagine", + "to be uploaded" : "da inviare", + "Crop" : "Ritaglia", "Original" : "Originale", "Custom" : "Personalizzato", + "Square" : "Quadrato", "Landscape" : "Paesaggio", + "Portrait" : "Ritratto", + "Ellipse" : "Ellisse", + "Classic TV" : "TV classica", + "CinemaScope" : "CinemaScope", + "Arrow" : "Freccia", + "Blur" : "Sfocatura", + "Brightness" : "Luminosità", + "Contrast" : "Contrasto", + "Un-flip X" : "De-capovolgi X", + "Flip X" : "Capovolgi X", + "Un-flip Y" : "De-capovolgi Y", + "Flip Y" : "Capovolgi Y", + "HSV" : "HSV", + "Hue" : "Tonalità", + "Saturation" : "Saturazione", "Value" : "Valore", "Image" : "Immagine", + "Importing …" : "Importazione …", + "+ Add image" : "+ Aggiungi immagine", "Line" : "Linea", + "Pen" : "Penna", + "Polygon" : "Poligono", + "Sides" : "Lati", + "Rectangle" : "Rettangolo", + "Corner Radius" : "Raggio dell'angolo", + "Width in pixels" : "Larghezza in pixel", + "Height in pixels" : "Altezza in pixel", + "Toggle ratio lock" : "Cambia blocco rapporto", + "Reset to original image size" : "Ripristina a dimensione originale immagine", + "Rotate" : "Ruota", "Text" : "Testo", + "Text spacing" : "Spaziatura testo", + "Text alignment" : "Allineamento testo", + "Font family" : "Famiglia caratteri", "Size" : "Dimensione", + "Letter spacing" : "Spaziatura lettere", + "Line height" : "Altezza riga", + "Warmth" : "Calore", + "+ Add watermark" : "+ Aggiungi filigrana", + "Choose watermark type" : "Scegli tipo di filigrana", + "Upload watermark" : "Invia filigrana", + "Add as text" : "Aggiungi come testo", + "Padding" : "Riempimento", + "Shadow" : "Ombra", + "Horizontal" : "Orizzontale", + "Vertical" : "Verticale", + "Opacity" : "Opacità", "Position" : "Posizione", + "Stroke" : "Tratto", + "Save image as" : "Salva immagine come", "Extension" : "Estensione", "Name is required." : "Il nome è richiesto.", "Quality" : "Qualità", + "Saved image size (width x height)" : "Salva dimensione immagine (largh. x altez.)", + "Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Nota che l'area di ritaglio selezionata è più piccola del ridimensionamento applicato, il che potrebbe causare perdita di qualità", + "Actual size (100%)" : "Dimensione effettiva (100%)", + "Fit size" : "Adatta dimensione", "Direct" : "Diretto", "Auto" : "Automatico" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/l10n/nl.js b/l10n/nl.js index 9894dddf..f2387e7d 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -15,6 +15,7 @@ OC.L10N.register( "Archive" : "Archief", "On this day" : "Vandaag", "Tags" : "Tags", + "Recognize" : "Recognize", "A better photos experience awaits you" : "Een betere foto-ervaring wacht op je", "Choose the root folder of your timeline to begin" : "Kies de hoofdmap van je tijdlijn om te beginnen", "Continue to Memories" : "Doorgaan naar Herinneringen", diff --git a/l10n/nl.json b/l10n/nl.json index 19e0aac6..8c6a8002 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -13,6 +13,7 @@ "Archive" : "Archief", "On this day" : "Vandaag", "Tags" : "Tags", + "Recognize" : "Recognize", "A better photos experience awaits you" : "Een betere foto-ervaring wacht op je", "Choose the root folder of your timeline to begin" : "Kies de hoofdmap van je tijdlijn om te beginnen", "Continue to Memories" : "Doorgaan naar Herinneringen", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index a0fbceac..c3c74be3 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -29,8 +29,10 @@ OC.L10N.register( "Choose again" : "Escolha novamente", "Click here to start" : "Clique aqui para começar", "You can always change this later in settings" : "Você sempre pode alterar isso mais tarde nas configurações", + "If you just installed Memories, visit the admin panel first." : "Se você acabou de instalar o Memories, visite primeiro o painel de administração.", "Choose the root of your timeline" : "Escolha a raiz da sua linha do tempo", "The selected folder does not seem to be valid. Try again." : "A pasta selecionada não parece ser válida. Tente novamente.", + "No photos were found in the selected folder." : "Nenhuma foto foi encontrada na pasta selecionada.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Encontrado {n} item em {path}","Encontrado {n} item em {path}","Encontrado {n} item em {path}"], "Edit" : "Editar", "No title" : "Sem título", @@ -52,6 +54,7 @@ OC.L10N.register( "Remove from person" : "Remover da pessoa", "You are about to download a large number of files. Are you sure?" : "Você está prestes a baixar um grande número de arquivos. Tem certeza?", "You are about to delete a large number of files. Are you sure?" : "Você está prestes a excluir um grande número de arquivos. Tem certeza?", + "Failed to delete files" : "Falha ao excluir arquivos", "You are about to touch a large number of files. Are you sure?" : "Você está prestes a tocar em um grande número de arquivos. Tem certeza?", "You must enable \"Mark person in preview\" to use this feature" : "Você deve habilitar \"Marcar pessoa na visualização\" para usar este recurso", "Only user \"{user}\" can update this person" : "Apenas o usuário \"{user}\" pode atualizar esta pessoa", @@ -64,12 +67,17 @@ OC.L10N.register( "Load full size image on zoom" : "Load full size image on zoom", "Always load full size image (not recommended)" : "Always load full size image (not recommended)", "Account" : "Conta", + "Logged in as {user}" : "Conectado como {user}", + "Sign out" : "Sair", + "Device Folders" : "Pastas do Dispositivo", + "Local folders to include in the timeline view" : "Pastas locais para incluir na visualização da linha do tempo", "Folders Path" : "Caminho das pastas", "Show hidden folders" : "Mostrar pastas ocultas", "Sort folders oldest-first" : "Sort folders oldest-first", "Sort albums oldest-first" : "Sort albums oldest-first", "Choose Timeline Paths" : "Escolha os caminhos da linha do tempo", "Choose the root for the folders view" : "Escolha a raiz para a visualização de pastas", + "Are you sure you want to log out {user}?" : "Tem certeza de que deseja sair {user}?", "Close" : "Fechar", "{photoCount} photos" : "{photoCount} fotos", "Failed to load some photos" : "Falha ao carregar algumas fotos", @@ -298,6 +306,7 @@ OC.L10N.register( "Next" : "Próxima", "Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos", "Are you sure you want to delete?" : "Tem certeza de que deseja excluir?", + "Failed to delete photo" : "Falha ao excluir a foto", "{name} binary exists and is executable." : "{name} binário existe e é executável.", "{name} binary not found." : "{name} binário não encontrado.", "{name} binary is not executable." : "{name} binário não é executável.", @@ -404,6 +413,7 @@ OC.L10N.register( "Failed to favorite files." : "Falha nos arquivos favoritos.", "Failed to favorite some files." : "Falha ao adicionar alguns arquivos aos favoritos.", "Failed to favorite {fileName}." : "Falha ao favoritar {fileName}", + "Memories has been updated to {version}. Reload to get the new version." : "As memórias foram atualizadas para {version}. Recarregue para obter a nova versão.", "Upload some photos and make sure the timeline path is configured" : "Carregue algumas fotos e verifique se o caminho da linha do tempo está configurado", "Mark photos as favorite to find them easily" : "Marque as fotos como favoritas para encontrá-las facilmente", "Memories from past years will appear here" : "Memórias de anos anteriores aparecerão aqui", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 36290976..19b1ca34 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -27,8 +27,10 @@ "Choose again" : "Escolha novamente", "Click here to start" : "Clique aqui para começar", "You can always change this later in settings" : "Você sempre pode alterar isso mais tarde nas configurações", + "If you just installed Memories, visit the admin panel first." : "Se você acabou de instalar o Memories, visite primeiro o painel de administração.", "Choose the root of your timeline" : "Escolha a raiz da sua linha do tempo", "The selected folder does not seem to be valid. Try again." : "A pasta selecionada não parece ser válida. Tente novamente.", + "No photos were found in the selected folder." : "Nenhuma foto foi encontrada na pasta selecionada.", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Encontrado {n} item em {path}","Encontrado {n} item em {path}","Encontrado {n} item em {path}"], "Edit" : "Editar", "No title" : "Sem título", @@ -50,6 +52,7 @@ "Remove from person" : "Remover da pessoa", "You are about to download a large number of files. Are you sure?" : "Você está prestes a baixar um grande número de arquivos. Tem certeza?", "You are about to delete a large number of files. Are you sure?" : "Você está prestes a excluir um grande número de arquivos. Tem certeza?", + "Failed to delete files" : "Falha ao excluir arquivos", "You are about to touch a large number of files. Are you sure?" : "Você está prestes a tocar em um grande número de arquivos. Tem certeza?", "You must enable \"Mark person in preview\" to use this feature" : "Você deve habilitar \"Marcar pessoa na visualização\" para usar este recurso", "Only user \"{user}\" can update this person" : "Apenas o usuário \"{user}\" pode atualizar esta pessoa", @@ -62,12 +65,17 @@ "Load full size image on zoom" : "Load full size image on zoom", "Always load full size image (not recommended)" : "Always load full size image (not recommended)", "Account" : "Conta", + "Logged in as {user}" : "Conectado como {user}", + "Sign out" : "Sair", + "Device Folders" : "Pastas do Dispositivo", + "Local folders to include in the timeline view" : "Pastas locais para incluir na visualização da linha do tempo", "Folders Path" : "Caminho das pastas", "Show hidden folders" : "Mostrar pastas ocultas", "Sort folders oldest-first" : "Sort folders oldest-first", "Sort albums oldest-first" : "Sort albums oldest-first", "Choose Timeline Paths" : "Escolha os caminhos da linha do tempo", "Choose the root for the folders view" : "Escolha a raiz para a visualização de pastas", + "Are you sure you want to log out {user}?" : "Tem certeza de que deseja sair {user}?", "Close" : "Fechar", "{photoCount} photos" : "{photoCount} fotos", "Failed to load some photos" : "Falha ao carregar algumas fotos", @@ -296,6 +304,7 @@ "Next" : "Próxima", "Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos", "Are you sure you want to delete?" : "Tem certeza de que deseja excluir?", + "Failed to delete photo" : "Falha ao excluir a foto", "{name} binary exists and is executable." : "{name} binário existe e é executável.", "{name} binary not found." : "{name} binário não encontrado.", "{name} binary is not executable." : "{name} binário não é executável.", @@ -402,6 +411,7 @@ "Failed to favorite files." : "Falha nos arquivos favoritos.", "Failed to favorite some files." : "Falha ao adicionar alguns arquivos aos favoritos.", "Failed to favorite {fileName}." : "Falha ao favoritar {fileName}", + "Memories has been updated to {version}. Reload to get the new version." : "As memórias foram atualizadas para {version}. Recarregue para obter a nova versão.", "Upload some photos and make sure the timeline path is configured" : "Carregue algumas fotos e verifique se o caminho da linha do tempo está configurado", "Mark photos as favorite to find them easily" : "Marque as fotos como favoritas para encontrá-las facilmente", "Memories from past years will appear here" : "Memórias de anos anteriores aparecerão aqui", diff --git a/l10n/sl.js b/l10n/sl.js index 4abe417b..a40a0153 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -56,6 +56,10 @@ OC.L10N.register( "Show hidden folders" : "Pokaži skrite mape", "Choose Timeline Paths" : "Izbor poti časovnice", "Close" : "Zapri", + "File Support" : "Podpora datotek", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "Video (ffmpeg)", "Performance" : "Delovanje", "Unknown" : "Neznano", "Add people or groups who can edit your album" : "Dodaj osebe in skupine, ki lahko urejajo album", diff --git a/l10n/sl.json b/l10n/sl.json index ece97443..c5ea500d 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -54,6 +54,10 @@ "Show hidden folders" : "Pokaži skrite mape", "Choose Timeline Paths" : "Izbor poti časovnice", "Close" : "Zapri", + "File Support" : "Podpora datotek", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "Video (ffmpeg)", "Performance" : "Delovanje", "Unknown" : "Neznano", "Add people or groups who can edit your album" : "Dodaj osebe in skupine, ki lahko urejajo album", diff --git a/l10n/tk.js b/l10n/tk.js new file mode 100644 index 00000000..85cfe256 --- /dev/null +++ b/l10n/tk.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "memories", + { + "Download" : "Göçürip almak", + "Settings" : "Sazlamalar", + "Favorites" : "Halanýanlar", + "Videos" : "Wideo", + "Tags" : "Bellikler", + "Edit" : "Redaktirläň", + "Photos" : "Suratlar", + "Cancel" : "ýatyrmak", + "Delete" : "Pozmak", + "Favorite" : "Halaýan", + "General" : "Esasy", + "Close" : "Ýap", + "Unknown" : "Näbelli", + "Back" : "Yzyna", + "Save" : "Saklamak", + "Name" : "Ady", + "Search" : "Gözlemek", + "Remove" : "Aýyrmak", + "Share link" : "Baglanyşyk paýlaş", + "Refresh" : "Täzelemek", + "Read only" : "Diňe okaň", + "Share" : "Paýlaş" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/tk.json b/l10n/tk.json new file mode 100644 index 00000000..32beb3d6 --- /dev/null +++ b/l10n/tk.json @@ -0,0 +1,25 @@ +{ "translations": { + "Download" : "Göçürip almak", + "Settings" : "Sazlamalar", + "Favorites" : "Halanýanlar", + "Videos" : "Wideo", + "Tags" : "Bellikler", + "Edit" : "Redaktirläň", + "Photos" : "Suratlar", + "Cancel" : "ýatyrmak", + "Delete" : "Pozmak", + "Favorite" : "Halaýan", + "General" : "Esasy", + "Close" : "Ýap", + "Unknown" : "Näbelli", + "Back" : "Yzyna", + "Save" : "Saklamak", + "Name" : "Ady", + "Search" : "Gözlemek", + "Remove" : "Aýyrmak", + "Share link" : "Baglanyşyk paýlaş", + "Refresh" : "Täzelemek", + "Read only" : "Diňe okaň", + "Share" : "Paýlaş" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/ur_PK.js b/l10n/ur_PK.js new file mode 100644 index 00000000..8d6983a8 --- /dev/null +++ b/l10n/ur_PK.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "memories", + { + "Download" : "ڈاؤن لوڈ", + "Settings" : "سیٹینگز", + "Info" : "Info", + "Favorites" : "Favorites", + "Edit" : "تدوین کریں", + "Cancel" : "منسوخ کریں", + "Delete" : "حذف کریں", + "Close" : "بند ", + "Save" : "حفظ", + "Month" : "ماہ", + "Title" : "عنوان", + "Description" : "تصریح", + "Reset" : "ری سیٹ", + "Name" : "اسم", + "Search" : "Search", + "Share link" : "اشتراک لنک", + "Password protected" : "پاسورڈ سے محفوظ کیا گیا ہے", + "Sort by date" : "Order by date", + "Sort by name" : "Order by name", + "Share" : "تقسیم", + "Next" : "اگلا", + "Continue" : "جاری" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ur_PK.json b/l10n/ur_PK.json new file mode 100644 index 00000000..c0ea71c7 --- /dev/null +++ b/l10n/ur_PK.json @@ -0,0 +1,25 @@ +{ "translations": { + "Download" : "ڈاؤن لوڈ", + "Settings" : "سیٹینگز", + "Info" : "Info", + "Favorites" : "Favorites", + "Edit" : "تدوین کریں", + "Cancel" : "منسوخ کریں", + "Delete" : "حذف کریں", + "Close" : "بند ", + "Save" : "حفظ", + "Month" : "ماہ", + "Title" : "عنوان", + "Description" : "تصریح", + "Reset" : "ری سیٹ", + "Name" : "اسم", + "Search" : "Search", + "Share link" : "اشتراک لنک", + "Password protected" : "پاسورڈ سے محفوظ کیا گیا ہے", + "Sort by date" : "Order by date", + "Sort by name" : "Order by name", + "Share" : "تقسیم", + "Next" : "اگلا", + "Continue" : "جاری" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 037de1ea..711c9c2d 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -29,8 +29,12 @@ OC.L10N.register( "Choose again" : "再次選擇", "Click here to start" : "點擊此處以開始", "You can always change this later in settings" : "您總是可以稍後在設定中變更此選項", + "If you just installed Memories, visit the admin panel first." : "若您剛安裝 Memories,請先造訪管理面板。", "Choose the root of your timeline" : "選擇您時間線的根", "The selected folder does not seem to be valid. Try again." : "選定的資料夾似乎是無效的。請再試一次。", + "No photos were found in the selected folder." : "選定的資料夾中找不到照片。", + "This can happen because your media is still indexing." : "因為仍在製作您媒體的索引,因此這可能會發生。", + "Visit the admin panel to make sure Memories is configured correctly." : "造訪管理面板以確保 Memories 正確設定。", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["在 {path} 中找到 {n} 個項目"], "Edit" : "編輯", "No title" : "沒有標題", @@ -65,13 +69,17 @@ OC.L10N.register( "Load full size image on zoom" : "在縮放時加載全尺寸圖像", "Always load full size image (not recommended)" : "一律加載全尺寸圖像(不推薦)", "Account" : "賬戶", + "Logged in as {user}" : "以 {user} 登入", "Sign out" : "登出", + "Device Folders" : "裝置資料夾", + "Local folders to include in the timeline view" : "要包含在時間軸檢視中的近端資料夾", "Folders Path" : "資料夾路徑", "Show hidden folders" : "顯示隱藏資料夾", "Sort folders oldest-first" : "將資料夾從最舊開始排序", "Sort albums oldest-first" : "將相簿從最舊開始排序", "Choose Timeline Paths" : "選擇時間線途徑", "Choose the root for the folders view" : "選擇資料夾檢視的根", + "Are you sure you want to log out {user}?" : "{user} 您確定要登出嗎?", "Close" : "關閉", "{photoCount} photos" : "{photoCount} 張照片", "Failed to load some photos" : "未能加載一些照片", @@ -80,6 +88,19 @@ OC.L10N.register( "Path to packaged exiftool binary" : "包裝好的 exiftool 二進製檔案的途徑。", "You need perl only if the packaged exiftool binary does not work for some reason." : "僅當 exiftool 二進製檔案由於某種原因不起作用時才需要 PERL。", "Use system perl (only if exiftool binary does not work)" : "使用系統 PERL(僅當 exiftool 二進製檔案不起作用時)", + "File Support" : "檔案支援", + "You can configure the enabled Nextcloud preview providers below." : "您可以在下方設定已啟用的 Nextcloud 預覽提供者。", + "If you are using Imaginary for preview generation, you can ignore this section." : "若您正在使用 Imaginary 作為預覽產生程式,您可以忽略此區塊。", + "To enable RAW support, install the Camera RAW Previews app." : "要啟用 RAW 支援,請安裝 Camera RAW Previews 應用程式。", + "Documentation." : "說明書。", + "The following MIME types are configured for preview generation." : "以下的 MIME 類型已正確設定可讓預覽產生。", + "Max preview size (trade-off between quality and storage requirements)." : "最大預覽大小(品質與儲存空間要求間的權衡)。", + "Max memory for preview generation (MB)" : "預覽產生的最大記憶體 (MB)", + "Max size of preview files (MB)" : "最大預覽檔案大小 (MB)", + "Images (JPEG, PNG, GIF, BMP)" : "圖像 (JPEG, PNG, GIF, BMP)", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "視像 (ffmpeg)", "Media Indexing" : "媒體索引", "{n} media files have been indexed" : "{n} 個媒體檔案已被索引", "Automatic Indexing status: {status}" : "自動索引狀態:{status}", @@ -407,6 +428,7 @@ OC.L10N.register( "Failed to favorite files." : "加入最愛失敗。", "Failed to favorite some files." : "將部份檔案加入最愛失敗。", "Failed to favorite {fileName}." : "將 {fileName} 加入最愛失敗。", + "Memories has been updated to {version}. Reload to get the new version." : "Memories 已更新至 {version}。重新整理以取得新版本。", "Upload some photos and make sure the timeline path is configured" : "上傳一些照片並確保已設定時間軸路徑", "Mark photos as favorite to find them easily" : "將照片標記為最愛以輕鬆找到它們", "Memories from past years will appear here" : "往年的照片會出現在這裡", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 47696bf9..36fe3425 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -27,8 +27,12 @@ "Choose again" : "再次選擇", "Click here to start" : "點擊此處以開始", "You can always change this later in settings" : "您總是可以稍後在設定中變更此選項", + "If you just installed Memories, visit the admin panel first." : "若您剛安裝 Memories,請先造訪管理面板。", "Choose the root of your timeline" : "選擇您時間線的根", "The selected folder does not seem to be valid. Try again." : "選定的資料夾似乎是無效的。請再試一次。", + "No photos were found in the selected folder." : "選定的資料夾中找不到照片。", + "This can happen because your media is still indexing." : "因為仍在製作您媒體的索引,因此這可能會發生。", + "Visit the admin panel to make sure Memories is configured correctly." : "造訪管理面板以確保 Memories 正確設定。", "_Found {n} item in {path}_::_Found {n} items in {path}_" : ["在 {path} 中找到 {n} 個項目"], "Edit" : "編輯", "No title" : "沒有標題", @@ -63,13 +67,17 @@ "Load full size image on zoom" : "在縮放時加載全尺寸圖像", "Always load full size image (not recommended)" : "一律加載全尺寸圖像(不推薦)", "Account" : "賬戶", + "Logged in as {user}" : "以 {user} 登入", "Sign out" : "登出", + "Device Folders" : "裝置資料夾", + "Local folders to include in the timeline view" : "要包含在時間軸檢視中的近端資料夾", "Folders Path" : "資料夾路徑", "Show hidden folders" : "顯示隱藏資料夾", "Sort folders oldest-first" : "將資料夾從最舊開始排序", "Sort albums oldest-first" : "將相簿從最舊開始排序", "Choose Timeline Paths" : "選擇時間線途徑", "Choose the root for the folders view" : "選擇資料夾檢視的根", + "Are you sure you want to log out {user}?" : "{user} 您確定要登出嗎?", "Close" : "關閉", "{photoCount} photos" : "{photoCount} 張照片", "Failed to load some photos" : "未能加載一些照片", @@ -78,6 +86,19 @@ "Path to packaged exiftool binary" : "包裝好的 exiftool 二進製檔案的途徑。", "You need perl only if the packaged exiftool binary does not work for some reason." : "僅當 exiftool 二進製檔案由於某種原因不起作用時才需要 PERL。", "Use system perl (only if exiftool binary does not work)" : "使用系統 PERL(僅當 exiftool 二進製檔案不起作用時)", + "File Support" : "檔案支援", + "You can configure the enabled Nextcloud preview providers below." : "您可以在下方設定已啟用的 Nextcloud 預覽提供者。", + "If you are using Imaginary for preview generation, you can ignore this section." : "若您正在使用 Imaginary 作為預覽產生程式,您可以忽略此區塊。", + "To enable RAW support, install the Camera RAW Previews app." : "要啟用 RAW 支援,請安裝 Camera RAW Previews 應用程式。", + "Documentation." : "說明書。", + "The following MIME types are configured for preview generation." : "以下的 MIME 類型已正確設定可讓預覽產生。", + "Max preview size (trade-off between quality and storage requirements)." : "最大預覽大小(品質與儲存空間要求間的權衡)。", + "Max memory for preview generation (MB)" : "預覽產生的最大記憶體 (MB)", + "Max size of preview files (MB)" : "最大預覽檔案大小 (MB)", + "Images (JPEG, PNG, GIF, BMP)" : "圖像 (JPEG, PNG, GIF, BMP)", + "HEIC (Imagick)" : "HEIC (Imagick)", + "TIFF (Imagick)" : "TIFF (Imagick)", + "Videos (ffmpeg)" : "視像 (ffmpeg)", "Media Indexing" : "媒體索引", "{n} media files have been indexed" : "{n} 個媒體檔案已被索引", "Automatic Indexing status: {status}" : "自動索引狀態:{status}", @@ -405,6 +426,7 @@ "Failed to favorite files." : "加入最愛失敗。", "Failed to favorite some files." : "將部份檔案加入最愛失敗。", "Failed to favorite {fileName}." : "將 {fileName} 加入最愛失敗。", + "Memories has been updated to {version}. Reload to get the new version." : "Memories 已更新至 {version}。重新整理以取得新版本。", "Upload some photos and make sure the timeline path is configured" : "上傳一些照片並確保已設定時間軸路徑", "Mark photos as favorite to find them easily" : "將照片標記為最愛以輕鬆找到它們", "Memories from past years will appear here" : "往年的照片會出現在這裡",