From 81ee646a96d02fa638a80614e77650e9f315bfea Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 23 Apr 2024 01:20:45 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ar.js | 10 +++++----- l10n/ar.json | 10 +++++----- l10n/ast.js | 10 +++++----- l10n/ast.json | 10 +++++----- l10n/ca.js | 11 ++++++----- l10n/ca.json | 11 ++++++----- l10n/cy_GB.js | 1 + l10n/cy_GB.json | 1 + l10n/da.js | 1 + l10n/da.json | 1 + l10n/de_DE.js | 10 +++++----- l10n/de_DE.json | 10 +++++----- l10n/en_GB.js | 10 +++++----- l10n/en_GB.json | 10 +++++----- l10n/eo.js | 1 + l10n/eo.json | 1 + l10n/es.js | 10 +++++----- l10n/es.json | 10 +++++----- l10n/es_MX.js | 10 +++++----- l10n/es_MX.json | 10 +++++----- l10n/eu.js | 9 +++++---- l10n/eu.json | 9 +++++---- l10n/fi.js | 8 ++++---- l10n/fi.json | 8 ++++---- l10n/fr.js | 10 +++++----- l10n/fr.json | 10 +++++----- l10n/he.js | 1 + l10n/he.json | 1 + l10n/hr.js | 1 + l10n/hr.json | 1 + l10n/ja.js | 1 + l10n/ja.json | 1 + l10n/ko.js | 1 + l10n/ko.json | 1 + l10n/lv.js | 1 + l10n/lv.json | 1 + l10n/mk.js | 1 + l10n/mk.json | 1 + l10n/nb.js | 10 +++++----- l10n/nb.json | 10 +++++----- l10n/nl.js | 1 + l10n/nl.json | 1 + l10n/pt_BR.js | 10 +++++----- l10n/pt_BR.json | 10 +++++----- l10n/sk.js | 10 +++++----- l10n/sk.json | 10 +++++----- l10n/sl.js | 1 + l10n/sl.json | 1 + l10n/sr.js | 11 ++++++----- l10n/sr.json | 11 ++++++----- l10n/sv.js | 11 ++++++----- l10n/sv.json | 11 ++++++----- l10n/tr.js | 10 +++++----- l10n/tr.json | 10 +++++----- l10n/uk.js | 11 ++++++----- l10n/uk.json | 11 ++++++----- l10n/zh_CN.js | 11 ++++++----- l10n/zh_CN.json | 11 ++++++----- l10n/zh_HK.js | 10 +++++----- l10n/zh_HK.json | 10 +++++----- l10n/zh_TW.js | 11 ++++++----- l10n/zh_TW.json | 11 ++++++----- 62 files changed, 232 insertions(+), 196 deletions(-) diff --git a/l10n/ar.js b/l10n/ar.js index ddb3e2425..b9fc06e01 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "تفعيل عرض الصور المربعة", "Delete source directory" : "إحذف الدليل المصدر", "All folders" : "كل المجلدات", - "Choose a Photos source for the timelines" : "حدِّد مصدر الصور للخط الزمني", - "Choose a different folder" : "إختَر مجلداً مختلفاً", "Select a source folder for your media" : "إختَر المجلد المصدر لوسائطك ", "Home" : "الرئيسية", "Choose default Photos upload and Albums location" : "اختر افتراضي رفع الصور وموقع الألبومات", + "Choose a different folder" : "إختَر مجلداً مختلفاً", "Select the default upload location for your media" : "إختَر موضع الرفع التلقائي للوسائط", "View" : "عرض", - "Media folder" : "مجلد الوسائط", "Choose the folders from where photos and videos are shown." : "إختَر المجلد الذي تُعرض منه الصور و المقاطع", "Upload folder" : "مجلد الرفع", "Choose the folder where photos and albums are uploaded to." : "إختَر المجلد الذي تُرفع إليه الصور و الألبومات", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "لا توجد وسوم حتى الآن", "Photos with tags will show up here" : "سوف تظهر الصور ذات الوسوم هنا", "Popular tags" : "سِمَاتٌ شائعةٌ", - "The source folder does not exists" : "المجلد المصدر غير موجود", "Add" : "إضافة", "Add to album" : "إضِف إلى ألبوم", "Delete selection" : "حذف ما تمّ تحديده", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "إنشِيء ألبوماً جديداً", "Add selection to an album" : "أضِف ما تمّ تحديده إلى ألبوم", "Failed to create {albumName}." : "تعذّر إنشاء {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "تعذّر تغيير تسمية {currentAlbumName} إلى {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "تعذّر تغيير تسمية {currentAlbumName} إلى {newAlbumName}.", + "Choose a Photos source for the timelines" : "حدِّد مصدر الصور للخط الزمني", + "Media folder" : "مجلد الوسائط", + "The source folder does not exists" : "المجلد المصدر غير موجود" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index a38c3f648..1f63aa51c 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "تفعيل عرض الصور المربعة", "Delete source directory" : "إحذف الدليل المصدر", "All folders" : "كل المجلدات", - "Choose a Photos source for the timelines" : "حدِّد مصدر الصور للخط الزمني", - "Choose a different folder" : "إختَر مجلداً مختلفاً", "Select a source folder for your media" : "إختَر المجلد المصدر لوسائطك ", "Home" : "الرئيسية", "Choose default Photos upload and Albums location" : "اختر افتراضي رفع الصور وموقع الألبومات", + "Choose a different folder" : "إختَر مجلداً مختلفاً", "Select the default upload location for your media" : "إختَر موضع الرفع التلقائي للوسائط", "View" : "عرض", - "Media folder" : "مجلد الوسائط", "Choose the folders from where photos and videos are shown." : "إختَر المجلد الذي تُعرض منه الصور و المقاطع", "Upload folder" : "مجلد الرفع", "Choose the folder where photos and albums are uploaded to." : "إختَر المجلد الذي تُرفع إليه الصور و الألبومات", @@ -123,7 +121,6 @@ "No tags yet" : "لا توجد وسوم حتى الآن", "Photos with tags will show up here" : "سوف تظهر الصور ذات الوسوم هنا", "Popular tags" : "سِمَاتٌ شائعةٌ", - "The source folder does not exists" : "المجلد المصدر غير موجود", "Add" : "إضافة", "Add to album" : "إضِف إلى ألبوم", "Delete selection" : "حذف ما تمّ تحديده", @@ -171,6 +168,9 @@ "Create a new album" : "إنشِيء ألبوماً جديداً", "Add selection to an album" : "أضِف ما تمّ تحديده إلى ألبوم", "Failed to create {albumName}." : "تعذّر إنشاء {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "تعذّر تغيير تسمية {currentAlbumName} إلى {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "تعذّر تغيير تسمية {currentAlbumName} إلى {newAlbumName}.", + "Choose a Photos source for the timelines" : "حدِّد مصدر الصور للخط الزمني", + "Media folder" : "مجلد الوسائط", + "The source folder does not exists" : "المجلد المصدر غير موجود" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/ast.js b/l10n/ast.js index d043cd1d8..3c84fb300 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Activar la vista de semeyes en cuadráu", "Delete source directory" : "Desaniciar el direutoriu d'orixe", "All folders" : "Toles carpetes", - "Choose a Photos source for the timelines" : "Escueyi una fonte de semeyes pa les llines de tiempu", - "Choose a different folder" : "Escueyi una carpeta diferente", "Select a source folder for your media" : "Seleiciona una carpeta d'orixe pa los elementos multimedia", "Home" : "Aniciu", "Choose default Photos upload and Albums location" : "Escueyi la llocalización pa los álbumes y la xuba de semeyes", + "Choose a different folder" : "Escueyi una carpeta diferente", "Select the default upload location for your media" : "Seleiciona la llocalización de xuba predeterminada pa los elementos multimedia", "View" : "Ver", - "Media folder" : "Carpeta multimedia", "Choose the folders from where photos and videos are shown." : "Escueyi les carpetes de les que s'amuesen les semeyes y vídeos.", "Upload folder" : "Carpeta de xuba", "Choose the folder where photos and albums are uploaded to." : "Escueyu la carpeta a onde se xuben les semeyes y los álbumes.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "Nun hai nenguna etiqueta", "Photos with tags will show up here" : "Equí apaecen les semeyes etiquetaes", "Popular tags" : "Etiquetes populares", - "The source folder does not exists" : "La carpeta d'orixe nun esiste", "Add" : "Amestar", "Add to album" : "Amestar al álbum", "Delete selection" : "Desaniciar la seleición", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Crear un álbum", "Add selection to an album" : "Amiesta la seleición a un álbum", "Failed to create {albumName}." : "Nun se pue crear «{albumName}».", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Nun se pue renomar «{albumName}» a «{newAlbumName}»." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Nun se pue renomar «{albumName}» a «{newAlbumName}».", + "Choose a Photos source for the timelines" : "Escueyi una fonte de semeyes pa les llines de tiempu", + "Media folder" : "Carpeta multimedia", + "The source folder does not exists" : "La carpeta d'orixe nun esiste" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json index 6410a1839..f1f9ef19f 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Activar la vista de semeyes en cuadráu", "Delete source directory" : "Desaniciar el direutoriu d'orixe", "All folders" : "Toles carpetes", - "Choose a Photos source for the timelines" : "Escueyi una fonte de semeyes pa les llines de tiempu", - "Choose a different folder" : "Escueyi una carpeta diferente", "Select a source folder for your media" : "Seleiciona una carpeta d'orixe pa los elementos multimedia", "Home" : "Aniciu", "Choose default Photos upload and Albums location" : "Escueyi la llocalización pa los álbumes y la xuba de semeyes", + "Choose a different folder" : "Escueyi una carpeta diferente", "Select the default upload location for your media" : "Seleiciona la llocalización de xuba predeterminada pa los elementos multimedia", "View" : "Ver", - "Media folder" : "Carpeta multimedia", "Choose the folders from where photos and videos are shown." : "Escueyi les carpetes de les que s'amuesen les semeyes y vídeos.", "Upload folder" : "Carpeta de xuba", "Choose the folder where photos and albums are uploaded to." : "Escueyu la carpeta a onde se xuben les semeyes y los álbumes.", @@ -123,7 +121,6 @@ "No tags yet" : "Nun hai nenguna etiqueta", "Photos with tags will show up here" : "Equí apaecen les semeyes etiquetaes", "Popular tags" : "Etiquetes populares", - "The source folder does not exists" : "La carpeta d'orixe nun esiste", "Add" : "Amestar", "Add to album" : "Amestar al álbum", "Delete selection" : "Desaniciar la seleición", @@ -171,6 +168,9 @@ "Create a new album" : "Crear un álbum", "Add selection to an album" : "Amiesta la seleición a un álbum", "Failed to create {albumName}." : "Nun se pue crear «{albumName}».", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Nun se pue renomar «{albumName}» a «{newAlbumName}»." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Nun se pue renomar «{albumName}» a «{newAlbumName}».", + "Choose a Photos source for the timelines" : "Escueyi una fonte de semeyes pa les llines de tiempu", + "Media folder" : "Carpeta multimedia", + "The source folder does not exists" : "La carpeta d'orixe nun esiste" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js index d04f28f46..385a65077 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -70,14 +70,13 @@ OC.L10N.register( "Enable squared photos view" : "Habilita la visualització de fotos quadrada", "Delete source directory" : "Suprimeix la carpeta d'origen", "All folders" : "Totes les carpetes", - "Choose a Photos source for the timelines" : "Trieu un origen de fotos per a les cronologies", - "Choose a different folder" : "Tria una carpeta diferent", + "Add folder" : "Afegeix una carpeta", "Select a source folder for your media" : "Trieu una carpeta d'origen per al contingut multimèdia", "Home" : "Casa", "Choose default Photos upload and Albums location" : "Tria la ubicació per defecte de les pujades de fotos i dels àlbums", + "Choose a different folder" : "Tria una carpeta diferent", "Select the default upload location for your media" : "Seleccioneu la ubicació de pujada per defecte per al contingut multimèdia", "View" : "Visualització", - "Media folder" : "Carpeta multimèdia", "Choose the folders from where photos and videos are shown." : "Trieu les carpetes de les quals es mostren les fotos i els vídeos.", "Upload folder" : "Carpeta de pujada", "Choose the folder where photos and albums are uploaded to." : "Trieu la carpeta on es pugen les fotos i els àlbums.", @@ -125,7 +124,6 @@ OC.L10N.register( "No tags yet" : "Encara no hi ha cap etiqueta", "Photos with tags will show up here" : "Les fotos amb etiquetes es mostraran aquí", "Popular tags" : "Etiquetes populars", - "The source folder does not exists" : "La carpeta d'origen no existeix", "Add" : "Afegeix", "Add to album" : "Afegeix a un àlbum", "Delete selection" : "Suprimeix la selecció", @@ -173,6 +171,9 @@ OC.L10N.register( "Create a new album" : "Crea un àlbum nou", "Add selection to an album" : "Afegeix la selecció a un àlbum", "Failed to create {albumName}." : "No s'ha pogut crear {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "No s'ha pogut canviar el nom de l'àlbum {currentAlbumName} a {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "No s'ha pogut canviar el nom de l'àlbum {currentAlbumName} a {newAlbumName}.", + "Choose a Photos source for the timelines" : "Trieu un origen de fotos per a les cronologies", + "Media folder" : "Carpeta multimèdia", + "The source folder does not exists" : "La carpeta d'origen no existeix" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json index a82f974c1..4d45f2525 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -68,14 +68,13 @@ "Enable squared photos view" : "Habilita la visualització de fotos quadrada", "Delete source directory" : "Suprimeix la carpeta d'origen", "All folders" : "Totes les carpetes", - "Choose a Photos source for the timelines" : "Trieu un origen de fotos per a les cronologies", - "Choose a different folder" : "Tria una carpeta diferent", + "Add folder" : "Afegeix una carpeta", "Select a source folder for your media" : "Trieu una carpeta d'origen per al contingut multimèdia", "Home" : "Casa", "Choose default Photos upload and Albums location" : "Tria la ubicació per defecte de les pujades de fotos i dels àlbums", + "Choose a different folder" : "Tria una carpeta diferent", "Select the default upload location for your media" : "Seleccioneu la ubicació de pujada per defecte per al contingut multimèdia", "View" : "Visualització", - "Media folder" : "Carpeta multimèdia", "Choose the folders from where photos and videos are shown." : "Trieu les carpetes de les quals es mostren les fotos i els vídeos.", "Upload folder" : "Carpeta de pujada", "Choose the folder where photos and albums are uploaded to." : "Trieu la carpeta on es pugen les fotos i els àlbums.", @@ -123,7 +122,6 @@ "No tags yet" : "Encara no hi ha cap etiqueta", "Photos with tags will show up here" : "Les fotos amb etiquetes es mostraran aquí", "Popular tags" : "Etiquetes populars", - "The source folder does not exists" : "La carpeta d'origen no existeix", "Add" : "Afegeix", "Add to album" : "Afegeix a un àlbum", "Delete selection" : "Suprimeix la selecció", @@ -171,6 +169,9 @@ "Create a new album" : "Crea un àlbum nou", "Add selection to an album" : "Afegeix la selecció a un àlbum", "Failed to create {albumName}." : "No s'ha pogut crear {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "No s'ha pogut canviar el nom de l'àlbum {currentAlbumName} a {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "No s'ha pogut canviar el nom de l'àlbum {currentAlbumName} a {newAlbumName}.", + "Choose a Photos source for the timelines" : "Trieu un origen de fotos per a les cronologies", + "Media folder" : "Carpeta multimèdia", + "The source folder does not exists" : "La carpeta d'origen no existeix" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js index 1a8aa369f..568e975f1 100644 --- a/l10n/cy_GB.js +++ b/l10n/cy_GB.js @@ -14,6 +14,7 @@ OC.L10N.register( "An error occurred" : "Digwyddodd gwall", "Favorite" : "Ffefryn", "Go back" : "Nôl", + "Add folder" : "Ychwanegu ffolder", "Home" : "Cartref", "View" : "Golwg", "Remove from favorites" : "Remove from favorites", diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json index 0103e88a1..b4b73ea69 100644 --- a/l10n/cy_GB.json +++ b/l10n/cy_GB.json @@ -12,6 +12,7 @@ "An error occurred" : "Digwyddodd gwall", "Favorite" : "Ffefryn", "Go back" : "Nôl", + "Add folder" : "Ychwanegu ffolder", "Home" : "Cartref", "View" : "Golwg", "Remove from favorites" : "Remove from favorites", diff --git a/l10n/da.js b/l10n/da.js index 1af24ee96..1be84b1c0 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -41,6 +41,7 @@ OC.L10N.register( "Add to {destination}" : "Føj til {destination}", "_{years} year ago_::_{years} years ago_" : ["{years} år siden","{years} år siden"], "Enable squared photos view" : "Aktiver kvadratisk fotovisning", + "Add folder" : "Tilføj mappe", "Home" : "Hjemme", "View" : "Vis", "Unselect all" : "Fravælg alle", diff --git a/l10n/da.json b/l10n/da.json index 7a69f1d15..62e3d3934 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -39,6 +39,7 @@ "Add to {destination}" : "Føj til {destination}", "_{years} year ago_::_{years} years ago_" : ["{years} år siden","{years} år siden"], "Enable squared photos view" : "Aktiver kvadratisk fotovisning", + "Add folder" : "Tilføj mappe", "Home" : "Hjemme", "View" : "Vis", "Unselect all" : "Fravælg alle", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 5681afdc8..0c4ba55eb 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Quadratische Fotoansicht aktivieren", "Delete source directory" : "Quellverzeichnis löschen", "All folders" : "Alle Ordner", - "Choose a Photos source for the timelines" : "In Photos eine Quelle für die Zeitleisten auswählen", - "Choose a different folder" : "Anderen Ordner wählen", "Select a source folder for your media" : "Quellordner für Ihre Medien wählen", "Home" : "Startseite", "Choose default Photos upload and Albums location" : "Den Standardspeicherort für das Hochladen von Fotos und Alben wählen", + "Choose a different folder" : "Anderen Ordner wählen", "Select the default upload location for your media" : "Standardspeicherort für Ihre hochgeladenen Medien auswählen", "View" : "Ansicht", - "Media folder" : "Medienordner", "Choose the folders from where photos and videos are shown." : "Ordner wählen, aus dem Fotos und Videos angezeigt werden.", "Upload folder" : "Hochladen-Ordner", "Choose the folder where photos and albums are uploaded to." : "Ordner wählen, in den Fotos und Videos hochgeladen werden.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "Noch keine Schlagworte vorhanden", "Photos with tags will show up here" : "Fotos mit Schlagworten werden hier angezeigt", "Popular tags" : "Beliebte Schlagworte", - "The source folder does not exists" : "Quellordner existiert nicht", "Add" : "Hinzufügen", "Add to album" : "Zum Album hinzufügen", "Delete selection" : "Auswahl löschen", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Neues Album erstellen", "Add selection to an album" : "Auswahl einem Album hinzufügen", "Failed to create {albumName}." : "{albumName} konnte nicht erstellt werden.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} konnte nicht in {newAlbumName} umbenannt werden." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} konnte nicht in {newAlbumName} umbenannt werden.", + "Choose a Photos source for the timelines" : "In Photos eine Quelle für die Zeitleisten auswählen", + "Media folder" : "Medienordner", + "The source folder does not exists" : "Quellordner existiert nicht" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index b597c9223..b871ec34a 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Quadratische Fotoansicht aktivieren", "Delete source directory" : "Quellverzeichnis löschen", "All folders" : "Alle Ordner", - "Choose a Photos source for the timelines" : "In Photos eine Quelle für die Zeitleisten auswählen", - "Choose a different folder" : "Anderen Ordner wählen", "Select a source folder for your media" : "Quellordner für Ihre Medien wählen", "Home" : "Startseite", "Choose default Photos upload and Albums location" : "Den Standardspeicherort für das Hochladen von Fotos und Alben wählen", + "Choose a different folder" : "Anderen Ordner wählen", "Select the default upload location for your media" : "Standardspeicherort für Ihre hochgeladenen Medien auswählen", "View" : "Ansicht", - "Media folder" : "Medienordner", "Choose the folders from where photos and videos are shown." : "Ordner wählen, aus dem Fotos und Videos angezeigt werden.", "Upload folder" : "Hochladen-Ordner", "Choose the folder where photos and albums are uploaded to." : "Ordner wählen, in den Fotos und Videos hochgeladen werden.", @@ -123,7 +121,6 @@ "No tags yet" : "Noch keine Schlagworte vorhanden", "Photos with tags will show up here" : "Fotos mit Schlagworten werden hier angezeigt", "Popular tags" : "Beliebte Schlagworte", - "The source folder does not exists" : "Quellordner existiert nicht", "Add" : "Hinzufügen", "Add to album" : "Zum Album hinzufügen", "Delete selection" : "Auswahl löschen", @@ -171,6 +168,9 @@ "Create a new album" : "Neues Album erstellen", "Add selection to an album" : "Auswahl einem Album hinzufügen", "Failed to create {albumName}." : "{albumName} konnte nicht erstellt werden.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} konnte nicht in {newAlbumName} umbenannt werden." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} konnte nicht in {newAlbumName} umbenannt werden.", + "Choose a Photos source for the timelines" : "In Photos eine Quelle für die Zeitleisten auswählen", + "Media folder" : "Medienordner", + "The source folder does not exists" : "Quellordner existiert nicht" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 01f7e181b..59d1e925f 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Enable squared photos view", "Delete source directory" : "Delete source directory", "All folders" : "All folders", - "Choose a Photos source for the timelines" : "Choose a Photos source for the timelines", - "Choose a different folder" : "Choose a different folder", "Select a source folder for your media" : "Select a source folder for your media", "Home" : "Home", "Choose default Photos upload and Albums location" : "Choose default Photos upload and Albums location", + "Choose a different folder" : "Choose a different folder", "Select the default upload location for your media" : "Select the default upload location for your media", "View" : "View", - "Media folder" : "Media folder", "Choose the folders from where photos and videos are shown." : "Choose the folders from where photos and videos are shown.", "Upload folder" : "Upload folder", "Choose the folder where photos and albums are uploaded to." : "Choose the folder where photos and albums are uploaded to.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "No tags yet", "Photos with tags will show up here" : "Photos with tags will show up here", "Popular tags" : "Popular tags", - "The source folder does not exists" : "The source folder does not exists", "Add" : "Add", "Add to album" : "Add to album", "Delete selection" : "Delete selection", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Create a new album", "Add selection to an album" : "Add selection to an album", "Failed to create {albumName}." : "Failed to create {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Failed to rename {currentAlbumName} to {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Failed to rename {currentAlbumName} to {newAlbumName}.", + "Choose a Photos source for the timelines" : "Choose a Photos source for the timelines", + "Media folder" : "Media folder", + "The source folder does not exists" : "The source folder does not exists" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 7cee6d575..4b4ee67a1 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Enable squared photos view", "Delete source directory" : "Delete source directory", "All folders" : "All folders", - "Choose a Photos source for the timelines" : "Choose a Photos source for the timelines", - "Choose a different folder" : "Choose a different folder", "Select a source folder for your media" : "Select a source folder for your media", "Home" : "Home", "Choose default Photos upload and Albums location" : "Choose default Photos upload and Albums location", + "Choose a different folder" : "Choose a different folder", "Select the default upload location for your media" : "Select the default upload location for your media", "View" : "View", - "Media folder" : "Media folder", "Choose the folders from where photos and videos are shown." : "Choose the folders from where photos and videos are shown.", "Upload folder" : "Upload folder", "Choose the folder where photos and albums are uploaded to." : "Choose the folder where photos and albums are uploaded to.", @@ -123,7 +121,6 @@ "No tags yet" : "No tags yet", "Photos with tags will show up here" : "Photos with tags will show up here", "Popular tags" : "Popular tags", - "The source folder does not exists" : "The source folder does not exists", "Add" : "Add", "Add to album" : "Add to album", "Delete selection" : "Delete selection", @@ -171,6 +168,9 @@ "Create a new album" : "Create a new album", "Add selection to an album" : "Add selection to an album", "Failed to create {albumName}." : "Failed to create {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Failed to rename {currentAlbumName} to {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Failed to rename {currentAlbumName} to {newAlbumName}.", + "Choose a Photos source for the timelines" : "Choose a Photos source for the timelines", + "Media folder" : "Media folder", + "The source folder does not exists" : "The source folder does not exists" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/eo.js b/l10n/eo.js index 08fea205f..4c664c4e8 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -17,6 +17,7 @@ OC.L10N.register( "An error occurred" : "Eraro okazis", "Favorite" : "Pliŝatati", "Go back" : "Reveni", + "Add folder" : "Aldoni dosierujon", "Home" : "Hejmo", "View" : "Vidi", "Remove from favorites" : "Forigi el pliŝataĵoj", diff --git a/l10n/eo.json b/l10n/eo.json index cf5b5dce0..ede2d5783 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -15,6 +15,7 @@ "An error occurred" : "Eraro okazis", "Favorite" : "Pliŝatati", "Go back" : "Reveni", + "Add folder" : "Aldoni dosierujon", "Home" : "Hejmo", "View" : "Vidi", "Remove from favorites" : "Forigi el pliŝataĵoj", diff --git a/l10n/es.js b/l10n/es.js index bcf97384d..fa33b765a 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Habilitar vista de fotos cuadradas", "Delete source directory" : "Eliminar directorio de origen", "All folders" : "Todas las carpetas", - "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", - "Choose a different folder" : "Elija una carpeta diferente", "Select a source folder for your media" : "Elegir una carpeta fuente para sus medios", "Home" : "Inicio", "Choose default Photos upload and Albums location" : "Ubicación por defecto de subida para Fotos y Álbumes", + "Choose a different folder" : "Elija una carpeta diferente", "Select the default upload location for your media" : "Ubicación de subida predeterminada para sus medios", "View" : "Ver", - "Media folder" : "Carpeta de medios", "Upload folder" : "Subir carpeta", "Choose the folder where photos and albums are uploaded to." : "Elija la carpeta donde se cargan las fotos y los álbumes.", "_%n photo_::_%n photos_" : ["%n foto","%n fotos","%n fotos"], @@ -124,7 +122,6 @@ OC.L10N.register( "No tags yet" : "Todavía no hay etiquetas", "Photos with tags will show up here" : "Las fotos con etiquetas aparecerán aquí", "Popular tags" : "Etiquetas populares", - "The source folder does not exists" : "La carpeta de origen no existe", "Add" : "Añadir", "Add to album" : "Añadir al álbum", "Delete selection" : "Borrar la selección", @@ -172,6 +169,9 @@ OC.L10N.register( "Create a new album" : "Crear un álbum nuevo", "Add selection to an album" : "Añadir selección a un álbum", "Failed to create {albumName}." : "Fallo al crear {albumName}", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Fallo al renombrar {currentAlbumName} a {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Fallo al renombrar {currentAlbumName} a {newAlbumName}.", + "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", + "Media folder" : "Carpeta de medios", + "The source folder does not exists" : "La carpeta de origen no existe" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es.json b/l10n/es.json index f49cef91b..9c2370d3e 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Habilitar vista de fotos cuadradas", "Delete source directory" : "Eliminar directorio de origen", "All folders" : "Todas las carpetas", - "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", - "Choose a different folder" : "Elija una carpeta diferente", "Select a source folder for your media" : "Elegir una carpeta fuente para sus medios", "Home" : "Inicio", "Choose default Photos upload and Albums location" : "Ubicación por defecto de subida para Fotos y Álbumes", + "Choose a different folder" : "Elija una carpeta diferente", "Select the default upload location for your media" : "Ubicación de subida predeterminada para sus medios", "View" : "Ver", - "Media folder" : "Carpeta de medios", "Upload folder" : "Subir carpeta", "Choose the folder where photos and albums are uploaded to." : "Elija la carpeta donde se cargan las fotos y los álbumes.", "_%n photo_::_%n photos_" : ["%n foto","%n fotos","%n fotos"], @@ -122,7 +120,6 @@ "No tags yet" : "Todavía no hay etiquetas", "Photos with tags will show up here" : "Las fotos con etiquetas aparecerán aquí", "Popular tags" : "Etiquetas populares", - "The source folder does not exists" : "La carpeta de origen no existe", "Add" : "Añadir", "Add to album" : "Añadir al álbum", "Delete selection" : "Borrar la selección", @@ -170,6 +167,9 @@ "Create a new album" : "Crear un álbum nuevo", "Add selection to an album" : "Añadir selección a un álbum", "Failed to create {albumName}." : "Fallo al crear {albumName}", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Fallo al renombrar {currentAlbumName} a {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Fallo al renombrar {currentAlbumName} a {newAlbumName}.", + "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", + "Media folder" : "Carpeta de medios", + "The source folder does not exists" : "La carpeta de origen no existe" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 0302b2a86..af7a3f9da 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Habilitar la vista de fotos cuadradas", "Delete source directory" : "Eliminar el directorio fuente", "All folders" : "Todas las carpetas", - "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", - "Choose a different folder" : "Elegir una carpeta diferente", "Select a source folder for your media" : "Elegir una carpeta fuente para sus medios", "Home" : "Inicio", "Choose default Photos upload and Albums location" : "Seleccionar la ubicación predeterminada de carga de fotos y álbumes", + "Choose a different folder" : "Elegir una carpeta diferente", "Select the default upload location for your media" : "Seleccionar la ubicación predeterminada para los medios", "View" : "Ver", - "Media folder" : "Carpeta de medios", "Choose the folders from where photos and videos are shown." : "Elegir las carpetas de donde se muestren las fotos y videos.", "Upload folder" : "Cargar carpeta", "Choose the folder where photos and albums are uploaded to." : "Elegir la carpeta donde se carguen las fotos y videos.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "Aún no hay etiquetas", "Photos with tags will show up here" : "Las fotos con etiquetas se mostrarán aquí", "Popular tags" : "Etiquetas populares", - "The source folder does not exists" : "La carpeta fuente no existe", "Add" : "Agregar", "Add to album" : "Añadir al álbum", "Delete selection" : "Borrar selección", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Crear un nuevo álbum", "Add selection to an album" : "Añadir selección a un álbum", "Failed to create {albumName}." : "No se pudo crear {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "No se pudo renombrar {currentAlbumName} a {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "No se pudo renombrar {currentAlbumName} a {newAlbumName}.", + "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", + "Media folder" : "Carpeta de medios", + "The source folder does not exists" : "La carpeta fuente no existe" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 39c03d9e1..92793c749 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Habilitar la vista de fotos cuadradas", "Delete source directory" : "Eliminar el directorio fuente", "All folders" : "Todas las carpetas", - "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", - "Choose a different folder" : "Elegir una carpeta diferente", "Select a source folder for your media" : "Elegir una carpeta fuente para sus medios", "Home" : "Inicio", "Choose default Photos upload and Albums location" : "Seleccionar la ubicación predeterminada de carga de fotos y álbumes", + "Choose a different folder" : "Elegir una carpeta diferente", "Select the default upload location for your media" : "Seleccionar la ubicación predeterminada para los medios", "View" : "Ver", - "Media folder" : "Carpeta de medios", "Choose the folders from where photos and videos are shown." : "Elegir las carpetas de donde se muestren las fotos y videos.", "Upload folder" : "Cargar carpeta", "Choose the folder where photos and albums are uploaded to." : "Elegir la carpeta donde se carguen las fotos y videos.", @@ -123,7 +121,6 @@ "No tags yet" : "Aún no hay etiquetas", "Photos with tags will show up here" : "Las fotos con etiquetas se mostrarán aquí", "Popular tags" : "Etiquetas populares", - "The source folder does not exists" : "La carpeta fuente no existe", "Add" : "Agregar", "Add to album" : "Añadir al álbum", "Delete selection" : "Borrar selección", @@ -171,6 +168,9 @@ "Create a new album" : "Crear un nuevo álbum", "Add selection to an album" : "Añadir selección a un álbum", "Failed to create {albumName}." : "No se pudo crear {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "No se pudo renombrar {currentAlbumName} a {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "No se pudo renombrar {currentAlbumName} a {newAlbumName}.", + "Choose a Photos source for the timelines" : "Elegir una fuente de fotos para las líneas de tiempo", + "Media folder" : "Carpeta de medios", + "The source folder does not exists" : "La carpeta fuente no existe" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/eu.js b/l10n/eu.js index a94d689e4..74f878dd0 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -66,13 +66,13 @@ OC.L10N.register( "Enable squared photos view" : "Gaitu lauki formako argazki ikuspegia", "Delete source directory" : "Ezabatu iturburuko direktorioa", "All folders" : "Karpeta guztiak", - "Choose a different folder" : "Aukeratu beste karpeta bat", + "Add folder" : "Gehitu karpeta", "Select a source folder for your media" : "Hautatu iturburu karpeta bat zure multimedia fitxategientzat", "Home" : "Etxea", "Choose default Photos upload and Albums location" : "Aukeratu argazkien igoera eta albumen kokaleku lehenetsia", + "Choose a different folder" : "Aukeratu beste karpeta bat", "Select the default upload location for your media" : "Hautatu lehenetsitako kokalekua zure multimedia fitxategiak igotzeko", "View" : "Ikusi", - "Media folder" : "Multimedia karpeta", "Choose the folders from where photos and videos are shown." : "Aukeratu zein karpetatatik erakutsiko diren argazki eta bideoak.", "Upload folder" : "Igo karpeta", "Choose the folder where photos and albums are uploaded to." : "Aukeratu zein karpetatara igoko diren argazki eta albumak.", @@ -120,7 +120,6 @@ OC.L10N.register( "No tags yet" : "Etitketarik ez oraindik", "Photos with tags will show up here" : "Etiketadun argazkiak hemen erakutsiko dira", "Popular tags" : "Etiketa ohikoak", - "The source folder does not exists" : "Iturburuko karpeta ez da existitzen", "Add" : "Gehitu", "Add to album" : "Gehitu albumera", "Delete selection" : "Ezabatu hautatutakoak", @@ -168,6 +167,8 @@ OC.L10N.register( "Create a new album" : "Sortu album berri bat", "Add selection to an album" : "Gehitu hautatutakoak album batera", "Failed to create {albumName}." : "Ezin izan da {albumName} sortu.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Ezin izan da {currentAlbumName} berrizendatu {newAlbumName} gisa." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Ezin izan da {currentAlbumName} berrizendatu {newAlbumName} gisa.", + "Media folder" : "Multimedia karpeta", + "The source folder does not exists" : "Iturburuko karpeta ez da existitzen" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eu.json b/l10n/eu.json index 245219b71..f9fd84cc2 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -64,13 +64,13 @@ "Enable squared photos view" : "Gaitu lauki formako argazki ikuspegia", "Delete source directory" : "Ezabatu iturburuko direktorioa", "All folders" : "Karpeta guztiak", - "Choose a different folder" : "Aukeratu beste karpeta bat", + "Add folder" : "Gehitu karpeta", "Select a source folder for your media" : "Hautatu iturburu karpeta bat zure multimedia fitxategientzat", "Home" : "Etxea", "Choose default Photos upload and Albums location" : "Aukeratu argazkien igoera eta albumen kokaleku lehenetsia", + "Choose a different folder" : "Aukeratu beste karpeta bat", "Select the default upload location for your media" : "Hautatu lehenetsitako kokalekua zure multimedia fitxategiak igotzeko", "View" : "Ikusi", - "Media folder" : "Multimedia karpeta", "Choose the folders from where photos and videos are shown." : "Aukeratu zein karpetatatik erakutsiko diren argazki eta bideoak.", "Upload folder" : "Igo karpeta", "Choose the folder where photos and albums are uploaded to." : "Aukeratu zein karpetatara igoko diren argazki eta albumak.", @@ -118,7 +118,6 @@ "No tags yet" : "Etitketarik ez oraindik", "Photos with tags will show up here" : "Etiketadun argazkiak hemen erakutsiko dira", "Popular tags" : "Etiketa ohikoak", - "The source folder does not exists" : "Iturburuko karpeta ez da existitzen", "Add" : "Gehitu", "Add to album" : "Gehitu albumera", "Delete selection" : "Ezabatu hautatutakoak", @@ -166,6 +165,8 @@ "Create a new album" : "Sortu album berri bat", "Add selection to an album" : "Gehitu hautatutakoak album batera", "Failed to create {albumName}." : "Ezin izan da {albumName} sortu.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Ezin izan da {currentAlbumName} berrizendatu {newAlbumName} gisa." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Ezin izan da {currentAlbumName} berrizendatu {newAlbumName} gisa.", + "Media folder" : "Multimedia karpeta", + "The source folder does not exists" : "Iturburuko karpeta ez da existitzen" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index 807f4da16..8b8c47aaf 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -68,11 +68,10 @@ OC.L10N.register( "Enable squared photos view" : "Ota käyttöön neliömäinen kuvanäkymä", "Delete source directory" : "Poista lähdekansio", "All folders" : "Kaikki kansiot", - "Choose a different folder" : "Valitse eri kansio", "Home" : "Koti", "Choose default Photos upload and Albums location" : "Valitse kuvien ja albumien oletussijainti", + "Choose a different folder" : "Valitse eri kansio", "View" : "Näytä", - "Media folder" : "Mediakansio", "_%n photo_::_%n photos_" : ["%n kuva","%n kuvaa"], "Unselect all" : "Poista valinnat", "Manage collaborators for this album" : "Hallitse albumin osanottajia", @@ -117,7 +116,6 @@ OC.L10N.register( "No tags yet" : "Ei vielä tunnisteita", "Photos with tags will show up here" : "Tunnisteilla varustetut kuvat näkyvät täällä", "Popular tags" : "Suositut tunnisteet", - "The source folder does not exists" : "Lähdekansiota ei ole olemassa", "Add" : "Lisää", "Add to album" : "Lisää albumiin", "Delete selection" : "Poista valinta", @@ -164,6 +162,8 @@ OC.L10N.register( "Create a new album" : "Luo uusi albumi", "Add selection to an album" : "Lisää valinta albumiin", "Failed to create {albumName}." : "Albumin {albumName} luominen epäonnistui.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Albumin {currentAlbumName} nimen muuttaminen muotoon {newAlbumName} epäonnistui." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Albumin {currentAlbumName} nimen muuttaminen muotoon {newAlbumName} epäonnistui.", + "Media folder" : "Mediakansio", + "The source folder does not exists" : "Lähdekansiota ei ole olemassa" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index bb408d36d..f9601f979 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -66,11 +66,10 @@ "Enable squared photos view" : "Ota käyttöön neliömäinen kuvanäkymä", "Delete source directory" : "Poista lähdekansio", "All folders" : "Kaikki kansiot", - "Choose a different folder" : "Valitse eri kansio", "Home" : "Koti", "Choose default Photos upload and Albums location" : "Valitse kuvien ja albumien oletussijainti", + "Choose a different folder" : "Valitse eri kansio", "View" : "Näytä", - "Media folder" : "Mediakansio", "_%n photo_::_%n photos_" : ["%n kuva","%n kuvaa"], "Unselect all" : "Poista valinnat", "Manage collaborators for this album" : "Hallitse albumin osanottajia", @@ -115,7 +114,6 @@ "No tags yet" : "Ei vielä tunnisteita", "Photos with tags will show up here" : "Tunnisteilla varustetut kuvat näkyvät täällä", "Popular tags" : "Suositut tunnisteet", - "The source folder does not exists" : "Lähdekansiota ei ole olemassa", "Add" : "Lisää", "Add to album" : "Lisää albumiin", "Delete selection" : "Poista valinta", @@ -162,6 +160,8 @@ "Create a new album" : "Luo uusi albumi", "Add selection to an album" : "Lisää valinta albumiin", "Failed to create {albumName}." : "Albumin {albumName} luominen epäonnistui.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Albumin {currentAlbumName} nimen muuttaminen muotoon {newAlbumName} epäonnistui." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Albumin {currentAlbumName} nimen muuttaminen muotoon {newAlbumName} epäonnistui.", + "Media folder" : "Mediakansio", + "The source folder does not exists" : "Lähdekansiota ei ole olemassa" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 5a8dd1053..d1217de35 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -69,14 +69,12 @@ OC.L10N.register( "Enable squared photos view" : "Activer l’affichage en miniatures carrées", "Delete source directory" : "Supprimer le dossier source", "All folders" : "Tous les dossiers", - "Choose a Photos source for the timelines" : "Choisir une source de Photos pour les chronologies", - "Choose a different folder" : "Choisir un dossier différent ", "Select a source folder for your media" : "Sélectionner un dossier source pour vos médias", "Home" : "Personnel", "Choose default Photos upload and Albums location" : "Choisir l’emplacement par défaut pour le téléversement des photos et des albums", + "Choose a different folder" : "Choisir un dossier différent ", "Select the default upload location for your media" : "Sélectionnez l’emplacement de téléversement par défaut de vos médias", "View" : "Affichage", - "Media folder" : "Dossier médias", "Choose the folders from where photos and videos are shown." : "Choisir les dossiers où les photos et vidéos seront affichées.", "Upload folder" : "Téléverser un dossier", "Choose the folder where photos and albums are uploaded to." : "Choisir le dossier où les photos et albums sont téléversés.", @@ -124,7 +122,6 @@ OC.L10N.register( "No tags yet" : "Aucune étiquette pour le moment", "Photos with tags will show up here" : "Les photos étiquetées apparaîtront ici", "Popular tags" : "Étiquettes populaires", - "The source folder does not exists" : "Le dossier source n’existe pas", "Add" : "Ajouter", "Add to album" : "Ajouter à l’album", "Delete selection" : "Supprimer la sélection", @@ -172,6 +169,9 @@ OC.L10N.register( "Create a new album" : "Créer un nouvel album", "Add selection to an album" : "Ajouter la sélection à un album", "Failed to create {albumName}." : "Échec de la création de {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Échec du renommage de {currentAlbumName} en {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Échec du renommage de {currentAlbumName} en {newAlbumName}.", + "Choose a Photos source for the timelines" : "Choisir une source de Photos pour les chronologies", + "Media folder" : "Dossier médias", + "The source folder does not exists" : "Le dossier source n’existe pas" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/fr.json b/l10n/fr.json index 0dc06221e..a0b5d6528 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -67,14 +67,12 @@ "Enable squared photos view" : "Activer l’affichage en miniatures carrées", "Delete source directory" : "Supprimer le dossier source", "All folders" : "Tous les dossiers", - "Choose a Photos source for the timelines" : "Choisir une source de Photos pour les chronologies", - "Choose a different folder" : "Choisir un dossier différent ", "Select a source folder for your media" : "Sélectionner un dossier source pour vos médias", "Home" : "Personnel", "Choose default Photos upload and Albums location" : "Choisir l’emplacement par défaut pour le téléversement des photos et des albums", + "Choose a different folder" : "Choisir un dossier différent ", "Select the default upload location for your media" : "Sélectionnez l’emplacement de téléversement par défaut de vos médias", "View" : "Affichage", - "Media folder" : "Dossier médias", "Choose the folders from where photos and videos are shown." : "Choisir les dossiers où les photos et vidéos seront affichées.", "Upload folder" : "Téléverser un dossier", "Choose the folder where photos and albums are uploaded to." : "Choisir le dossier où les photos et albums sont téléversés.", @@ -122,7 +120,6 @@ "No tags yet" : "Aucune étiquette pour le moment", "Photos with tags will show up here" : "Les photos étiquetées apparaîtront ici", "Popular tags" : "Étiquettes populaires", - "The source folder does not exists" : "Le dossier source n’existe pas", "Add" : "Ajouter", "Add to album" : "Ajouter à l’album", "Delete selection" : "Supprimer la sélection", @@ -170,6 +167,9 @@ "Create a new album" : "Créer un nouvel album", "Add selection to an album" : "Ajouter la sélection à un album", "Failed to create {albumName}." : "Échec de la création de {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Échec du renommage de {currentAlbumName} en {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Échec du renommage de {currentAlbumName} en {newAlbumName}.", + "Choose a Photos source for the timelines" : "Choisir une source de Photos pour les chronologies", + "Media folder" : "Dossier médias", + "The source folder does not exists" : "Le dossier source n’existe pas" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index eda32fb6a..dfb656a7c 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -30,6 +30,7 @@ OC.L10N.register( "Share this folder" : "שיתוף התיקייה הזו", "Dates" : "תאריכים", "Enable squared photos view" : "הפעלת תצוגת תמונות מרובעות", + "Add folder" : "הוספת תיקייה", "View" : "צפייה", "Remove from favorites" : "הסרה מהמועדפים", "No photos in here" : "אין כאן תמונות", diff --git a/l10n/he.json b/l10n/he.json index 9c6cc4ec0..a4be22cd1 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -28,6 +28,7 @@ "Share this folder" : "שיתוף התיקייה הזו", "Dates" : "תאריכים", "Enable squared photos view" : "הפעלת תצוגת תמונות מרובעות", + "Add folder" : "הוספת תיקייה", "View" : "צפייה", "Remove from favorites" : "הסרה מהמועדפים", "No photos in here" : "אין כאן תמונות", diff --git a/l10n/hr.js b/l10n/hr.js index 1c6a95ad9..890f480fc 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -22,6 +22,7 @@ OC.L10N.register( "Back to {folder}" : "Natrag na {folder}", "Share this folder" : "Dijeli ovu mapu", "Enable squared photos view" : "Omogući kvadratni prikaz fotografija", + "Add folder" : "Dodaj mapu", "Home" : "Doma", "View" : "Pregledaj", "Remove from favorites" : "Ukloni iz favorita", diff --git a/l10n/hr.json b/l10n/hr.json index 05ea1f183..221eb1970 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -20,6 +20,7 @@ "Back to {folder}" : "Natrag na {folder}", "Share this folder" : "Dijeli ovu mapu", "Enable squared photos view" : "Omogući kvadratni prikaz fotografija", + "Add folder" : "Dodaj mapu", "Home" : "Doma", "View" : "Pregledaj", "Remove from favorites" : "Ukloni iz favorita", diff --git a/l10n/ja.js b/l10n/ja.js index 588afc01c..2d0853a73 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -59,6 +59,7 @@ OC.L10N.register( "There are no photos or videos yet!" : "写真やビデオはまだありません!", "_{years} year ago_::_{years} years ago_" : ["{years} 年前"], "Enable squared photos view" : "写真を矩形での表示を有効化", + "Add folder" : "フォルダーを追加", "Choose default Photos upload and Albums location" : "デフォルトの写真のアップロードとアルバムの場所を選択する", "View" : "表示", "Upload folder" : "アップロードフォルダー", diff --git a/l10n/ja.json b/l10n/ja.json index abf79a0e0..8651b25e7 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -57,6 +57,7 @@ "There are no photos or videos yet!" : "写真やビデオはまだありません!", "_{years} year ago_::_{years} years ago_" : ["{years} 年前"], "Enable squared photos view" : "写真を矩形での表示を有効化", + "Add folder" : "フォルダーを追加", "Choose default Photos upload and Albums location" : "デフォルトの写真のアップロードとアルバムの場所を選択する", "View" : "表示", "Upload folder" : "アップロードフォルダー", diff --git a/l10n/ko.js b/l10n/ko.js index 0df25f0a2..460dc338e 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -41,6 +41,7 @@ OC.L10N.register( "Favorite" : "즐겨찾기", "Go back" : "뒤로 가기", "Dates" : "날짜", + "Add folder" : "폴더 추가", "Home" : "집", "View" : "보기", "Unselect all" : "모두 선택 해제", diff --git a/l10n/ko.json b/l10n/ko.json index bdd6e2de5..74c74390f 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -39,6 +39,7 @@ "Favorite" : "즐겨찾기", "Go back" : "뒤로 가기", "Dates" : "날짜", + "Add folder" : "폴더 추가", "Home" : "집", "View" : "보기", "Unselect all" : "모두 선택 해제", diff --git a/l10n/lv.js b/l10n/lv.js index d8d0ed7db..29afd7c9a 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -23,6 +23,7 @@ OC.L10N.register( "Favorite" : "Favorīts", "Go back" : "Atpakaļ", "Dates" : "Datumi", + "Add folder" : "Pievienot mapi", "Home" : "Sākums", "View" : "Skats", "Remove from favorites" : "Noņemt no izlases", diff --git a/l10n/lv.json b/l10n/lv.json index c1b4c55f8..71d77d19a 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -21,6 +21,7 @@ "Favorite" : "Favorīts", "Go back" : "Atpakaļ", "Dates" : "Datumi", + "Add folder" : "Pievienot mapi", "Home" : "Sākums", "View" : "Skats", "Remove from favorites" : "Noņemt no izlases", diff --git a/l10n/mk.js b/l10n/mk.js index 67f4fb1de..19adb98cb 100644 --- a/l10n/mk.js +++ b/l10n/mk.js @@ -56,6 +56,7 @@ OC.L10N.register( "There are no photos or videos yet!" : "Овде сеуште нема фотографии и видеа!", "_{years} year ago_::_{years} years ago_" : ["пред 1 година","пред {years} години"], "Enable squared photos view" : "Овозможи поглед на фотографиите во квадрати", + "Add folder" : "Додади папка", "Home" : "Дома", "View" : "Погледни", "_%n photo_::_%n photos_" : ["%n фотографија","%n фотографии"], diff --git a/l10n/mk.json b/l10n/mk.json index 9b330e937..407a3ca84 100644 --- a/l10n/mk.json +++ b/l10n/mk.json @@ -54,6 +54,7 @@ "There are no photos or videos yet!" : "Овде сеуште нема фотографии и видеа!", "_{years} year ago_::_{years} years ago_" : ["пред 1 година","пред {years} години"], "Enable squared photos view" : "Овозможи поглед на фотографиите во квадрати", + "Add folder" : "Додади папка", "Home" : "Дома", "View" : "Погледни", "_%n photo_::_%n photos_" : ["%n фотографија","%n фотографии"], diff --git a/l10n/nb.js b/l10n/nb.js index 35a5cb300..f05da172e 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Aktiver visning med kvadratiske bilder", "Delete source directory" : "Slett kildekatalog", "All folders" : "Alle mapper", - "Choose a Photos source for the timelines" : "Velg en fotokilde for tidslinjer", - "Choose a different folder" : "Velg en annen mappe", "Select a source folder for your media" : "Velg en kildemappe for mediene dine", "Home" : "Hjem", "Choose default Photos upload and Albums location" : "Velg standard bildeopplasting og albumplassering", + "Choose a different folder" : "Velg en annen mappe", "Select the default upload location for your media" : "Velg standard opplastingssted for mediene dine", "View" : "Vis", - "Media folder" : "Mediemappe", "Choose the folders from where photos and videos are shown." : "Velg mappene der bilder og videoer vises.", "Upload folder" : "Opplastingsmappe", "Choose the folder where photos and albums are uploaded to." : "Velg mappen der bilder og album lastes opp.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "Ingen etiketter enda", "Photos with tags will show up here" : "Bilder med etiketter vises her", "Popular tags" : "Populære merkelapper", - "The source folder does not exists" : "Kildemappen finnes ikke", "Add" : "Legg til", "Add to album" : "Legg til i album", "Delete selection" : "Slett utvalg", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Opprett et nytt album", "Add selection to an album" : "Legg til utvalg i et album", "Failed to create {albumName}." : "Kunne ikke opprette {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Kunne ikke endre navn på {currentAlbumName} til {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Kunne ikke endre navn på {currentAlbumName} til {newAlbumName}.", + "Choose a Photos source for the timelines" : "Velg en fotokilde for tidslinjer", + "Media folder" : "Mediemappe", + "The source folder does not exists" : "Kildemappen finnes ikke" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json index fd4fcc1d4..54767f75d 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Aktiver visning med kvadratiske bilder", "Delete source directory" : "Slett kildekatalog", "All folders" : "Alle mapper", - "Choose a Photos source for the timelines" : "Velg en fotokilde for tidslinjer", - "Choose a different folder" : "Velg en annen mappe", "Select a source folder for your media" : "Velg en kildemappe for mediene dine", "Home" : "Hjem", "Choose default Photos upload and Albums location" : "Velg standard bildeopplasting og albumplassering", + "Choose a different folder" : "Velg en annen mappe", "Select the default upload location for your media" : "Velg standard opplastingssted for mediene dine", "View" : "Vis", - "Media folder" : "Mediemappe", "Choose the folders from where photos and videos are shown." : "Velg mappene der bilder og videoer vises.", "Upload folder" : "Opplastingsmappe", "Choose the folder where photos and albums are uploaded to." : "Velg mappen der bilder og album lastes opp.", @@ -123,7 +121,6 @@ "No tags yet" : "Ingen etiketter enda", "Photos with tags will show up here" : "Bilder med etiketter vises her", "Popular tags" : "Populære merkelapper", - "The source folder does not exists" : "Kildemappen finnes ikke", "Add" : "Legg til", "Add to album" : "Legg til i album", "Delete selection" : "Slett utvalg", @@ -171,6 +168,9 @@ "Create a new album" : "Opprett et nytt album", "Add selection to an album" : "Legg til utvalg i et album", "Failed to create {albumName}." : "Kunne ikke opprette {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Kunne ikke endre navn på {currentAlbumName} til {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Kunne ikke endre navn på {currentAlbumName} til {newAlbumName}.", + "Choose a Photos source for the timelines" : "Velg en fotokilde for tidslinjer", + "Media folder" : "Mediemappe", + "The source folder does not exists" : "Kildemappen finnes ikke" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js index cbb32012e..6ba59eb75 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -60,6 +60,7 @@ OC.L10N.register( "There are no photos or videos yet!" : "Er zijn nog geen foto's of video's!", "_{years} year ago_::_{years} years ago_" : ["{years} jaar geleden","{years} jaren geleden"], "Enable squared photos view" : "Inschakelen vierkante foto overzicht", + "Add folder" : "Map toevoegen", "Home" : "Startpagina", "Choose default Photos upload and Albums location" : "Kies de standaardlocatie voor het uploaden van foto's en albums.", "View" : "Bekijken", diff --git a/l10n/nl.json b/l10n/nl.json index 283b95d06..fdd6c7a72 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -58,6 +58,7 @@ "There are no photos or videos yet!" : "Er zijn nog geen foto's of video's!", "_{years} year ago_::_{years} years ago_" : ["{years} jaar geleden","{years} jaren geleden"], "Enable squared photos view" : "Inschakelen vierkante foto overzicht", + "Add folder" : "Map toevoegen", "Home" : "Startpagina", "Choose default Photos upload and Albums location" : "Kies de standaardlocatie voor het uploaden van foto's en albums.", "View" : "Bekijken", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index ed256af63..22caf4e12 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Ativar exibição de fotos quadradas", "Delete source directory" : "Excluir diretório de origem", "All folders" : "Todas as pastas", - "Choose a Photos source for the timelines" : "Escolha uma fonte de fotos para os cronogramas", - "Choose a different folder" : "Escolha uma pasta diferente", "Select a source folder for your media" : "Selecione uma pasta de origem para sua mídia", "Home" : "Início", "Choose default Photos upload and Albums location" : "Escolha o upload padrão de fotos e o local dos álbuns", + "Choose a different folder" : "Escolha uma pasta diferente", "Select the default upload location for your media" : "Selecione o local de upload padrão para sua mídia", "View" : "Exibição", - "Media folder" : "Pasta de mídia", "Choose the folders from where photos and videos are shown." : "Escolha as pastas onde as fotos e vídeos serão mostrados.", "Upload folder" : "Carregar pasta", "Choose the folder where photos and albums are uploaded to." : "Escolha a pasta para onde as fotos e os álbuns serão carregados.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "Ainda não há marcações", "Photos with tags will show up here" : "Fotos com marcações serão mostradas aqui", "Popular tags" : "Etiquetas populares", - "The source folder does not exists" : "A pasta de origem não existe", "Add" : "Adicionar", "Add to album" : "Adicionar a álbum", "Delete selection" : "Excluir seleção", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Criar um novo álbum", "Add selection to an album" : "Adicionar seleção a um álbu", "Failed to create {albumName}." : "Falha ao criar {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Falha ao renomear {currentAlbumName} para {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Falha ao renomear {currentAlbumName} para {newAlbumName}.", + "Choose a Photos source for the timelines" : "Escolha uma fonte de fotos para os cronogramas", + "Media folder" : "Pasta de mídia", + "The source folder does not exists" : "A pasta de origem não existe" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 18bc76e61..7837f53bc 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Ativar exibição de fotos quadradas", "Delete source directory" : "Excluir diretório de origem", "All folders" : "Todas as pastas", - "Choose a Photos source for the timelines" : "Escolha uma fonte de fotos para os cronogramas", - "Choose a different folder" : "Escolha uma pasta diferente", "Select a source folder for your media" : "Selecione uma pasta de origem para sua mídia", "Home" : "Início", "Choose default Photos upload and Albums location" : "Escolha o upload padrão de fotos e o local dos álbuns", + "Choose a different folder" : "Escolha uma pasta diferente", "Select the default upload location for your media" : "Selecione o local de upload padrão para sua mídia", "View" : "Exibição", - "Media folder" : "Pasta de mídia", "Choose the folders from where photos and videos are shown." : "Escolha as pastas onde as fotos e vídeos serão mostrados.", "Upload folder" : "Carregar pasta", "Choose the folder where photos and albums are uploaded to." : "Escolha a pasta para onde as fotos e os álbuns serão carregados.", @@ -123,7 +121,6 @@ "No tags yet" : "Ainda não há marcações", "Photos with tags will show up here" : "Fotos com marcações serão mostradas aqui", "Popular tags" : "Etiquetas populares", - "The source folder does not exists" : "A pasta de origem não existe", "Add" : "Adicionar", "Add to album" : "Adicionar a álbum", "Delete selection" : "Excluir seleção", @@ -171,6 +168,9 @@ "Create a new album" : "Criar um novo álbum", "Add selection to an album" : "Adicionar seleção a um álbu", "Failed to create {albumName}." : "Falha ao criar {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Falha ao renomear {currentAlbumName} para {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Falha ao renomear {currentAlbumName} para {newAlbumName}.", + "Choose a Photos source for the timelines" : "Escolha uma fonte de fotos para os cronogramas", + "Media folder" : "Pasta de mídia", + "The source folder does not exists" : "A pasta de origem não existe" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js index 06280de40..6fb04c7c6 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Zapnúť štvorcové zobrazenie fotiek", "Delete source directory" : "Vymazať zdrojový adresár", "All folders" : "Všetky adresáre", - "Choose a Photos source for the timelines" : "Vyberte zdroj fotografií pre časové osi", - "Choose a different folder" : "Vyberať iný adresár", "Select a source folder for your media" : "Vyberte zdrojový adresár pre vaše médiá.", "Home" : "Domov", "Choose default Photos upload and Albums location" : "Vyberte predvolené umiestnenie pre nahrávané Fotky a Albumy", + "Choose a different folder" : "Vyberať iný adresár", "Select the default upload location for your media" : "Vyberte východzie umiestnenie pre vaše médiá.", "View" : "Prezerať", - "Media folder" : "Adresár medií", "Choose the folders from where photos and videos are shown." : "Vyberte adresáre, z ktorých sa zobrazujú fotografie a videá.", "Upload folder" : "Nahrať adresár", "Choose the folder where photos and albums are uploaded to." : "Vyberať adresár, do ktorého sa nahrávajú fotografie a albumy.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "Zatiaľ žiadne štítky", "Photos with tags will show up here" : "Fotografie so štítkami sa zobrazia tu", "Popular tags" : "Populárne štítky", - "The source folder does not exists" : "Zdrojový adresár neexistuje", "Add" : "Pridať", "Add to album" : "Pridať do albumu", "Delete selection" : "Zmazanie výberu", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Vytvoriť nový album", "Add selection to an album" : "Pridať vybrané do albumu", "Failed to create {albumName}." : "Zlyhalo vytváranie {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Chyba pri premenovávaní {currentAlbumName} na {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Chyba pri premenovávaní {currentAlbumName} na {newAlbumName}.", + "Choose a Photos source for the timelines" : "Vyberte zdroj fotografií pre časové osi", + "Media folder" : "Adresár medií", + "The source folder does not exists" : "Zdrojový adresár neexistuje" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/sk.json b/l10n/sk.json index 9d5735a83..a7e2b1353 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Zapnúť štvorcové zobrazenie fotiek", "Delete source directory" : "Vymazať zdrojový adresár", "All folders" : "Všetky adresáre", - "Choose a Photos source for the timelines" : "Vyberte zdroj fotografií pre časové osi", - "Choose a different folder" : "Vyberať iný adresár", "Select a source folder for your media" : "Vyberte zdrojový adresár pre vaše médiá.", "Home" : "Domov", "Choose default Photos upload and Albums location" : "Vyberte predvolené umiestnenie pre nahrávané Fotky a Albumy", + "Choose a different folder" : "Vyberať iný adresár", "Select the default upload location for your media" : "Vyberte východzie umiestnenie pre vaše médiá.", "View" : "Prezerať", - "Media folder" : "Adresár medií", "Choose the folders from where photos and videos are shown." : "Vyberte adresáre, z ktorých sa zobrazujú fotografie a videá.", "Upload folder" : "Nahrať adresár", "Choose the folder where photos and albums are uploaded to." : "Vyberať adresár, do ktorého sa nahrávajú fotografie a albumy.", @@ -123,7 +121,6 @@ "No tags yet" : "Zatiaľ žiadne štítky", "Photos with tags will show up here" : "Fotografie so štítkami sa zobrazia tu", "Popular tags" : "Populárne štítky", - "The source folder does not exists" : "Zdrojový adresár neexistuje", "Add" : "Pridať", "Add to album" : "Pridať do albumu", "Delete selection" : "Zmazanie výberu", @@ -171,6 +168,9 @@ "Create a new album" : "Vytvoriť nový album", "Add selection to an album" : "Pridať vybrané do albumu", "Failed to create {albumName}." : "Zlyhalo vytváranie {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Chyba pri premenovávaní {currentAlbumName} na {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Chyba pri premenovávaní {currentAlbumName} na {newAlbumName}.", + "Choose a Photos source for the timelines" : "Vyberte zdroj fotografií pre časové osi", + "Media folder" : "Adresár medií", + "The source folder does not exists" : "Zdrojový adresár neexistuje" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/l10n/sl.js b/l10n/sl.js index 962115edb..05369dfac 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -58,6 +58,7 @@ OC.L10N.register( "There are no photos or videos yet!" : "Ni še naloženih fotografij in posnetkov!", "_{years} year ago_::_{years} years ago_" : ["pred {years} letom","pred {years} letoma","pred {years} leti","pred {years} leti"], "Enable squared photos view" : "Omogoči kvadratne prikaze slik", + "Add folder" : "Dodaj mapo", "Home" : "Začetna stran", "View" : "Poglej", "_%n photo_::_%n photos_" : ["%n fotografija","%n fotografiji","%n fotografije","%n fotografij"], diff --git a/l10n/sl.json b/l10n/sl.json index 5a3e089f9..140400794 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -56,6 +56,7 @@ "There are no photos or videos yet!" : "Ni še naloženih fotografij in posnetkov!", "_{years} year ago_::_{years} years ago_" : ["pred {years} letom","pred {years} letoma","pred {years} leti","pred {years} leti"], "Enable squared photos view" : "Omogoči kvadratne prikaze slik", + "Add folder" : "Dodaj mapo", "Home" : "Začetna stran", "View" : "Poglej", "_%n photo_::_%n photos_" : ["%n fotografija","%n fotografiji","%n fotografije","%n fotografij"], diff --git a/l10n/sr.js b/l10n/sr.js index 4d990b75e..feae8e62f 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -70,14 +70,13 @@ OC.L10N.register( "Enable squared photos view" : "Укључи квадратасти приказ слика", "Delete source directory" : "Обриши изворни директоријум", "All folders" : "Сви фолдери", - "Choose a Photos source for the timelines" : "Изаберите извор који ће Фотографије употребити за временске линије", - "Choose a different folder" : "Изаберите неки други фолдер", + "Add folder" : "Додај фасциклу", "Select a source folder for your media" : "Изаберите извирни фолдер за своје медије", "Home" : "Почетна", "Choose default Photos upload and Albums location" : "Изаберите подразумевано место за отпремање Фотографија и албума", + "Choose a different folder" : "Изаберите неки други фолдер", "Select the default upload location for your media" : "Изаберите подразумевано место отпремања својих медија", "View" : "Погледај", - "Media folder" : "Фолдер медија", "Choose the folders from where photos and videos are shown." : "Изаберите фолдере из којих се приказују фотографије и видео снимци.", "Upload folder" : "Фолдер отпремања", "Choose the folder where photos and albums are uploaded to." : "Изаберите фолдер у који се отпремају фотографије и албуми.", @@ -125,7 +124,6 @@ OC.L10N.register( "No tags yet" : "Још нема ознака", "Photos with tags will show up here" : "Слике са ознакама ће се појавити овде", "Popular tags" : "Популарне ознаке", - "The source folder does not exists" : "Изворни фолдер не постоји", "Add" : "Додај", "Add to album" : "Додај у албум", "Delete selection" : "Обриши одабир", @@ -173,6 +171,9 @@ OC.L10N.register( "Create a new album" : "Креирај нови албум", "Add selection to an album" : "Додај изабрано у албум", "Failed to create {albumName}." : "{albumName} није могао да се креира.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Није успела промена имена {currentAlbumName} у {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Није успела промена имена {currentAlbumName} у {newAlbumName}.", + "Choose a Photos source for the timelines" : "Изаберите извор који ће Фотографије употребити за временске линије", + "Media folder" : "Фолдер медија", + "The source folder does not exists" : "Изворни фолдер не постоји" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr.json b/l10n/sr.json index 08e2e64ab..240951adc 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -68,14 +68,13 @@ "Enable squared photos view" : "Укључи квадратасти приказ слика", "Delete source directory" : "Обриши изворни директоријум", "All folders" : "Сви фолдери", - "Choose a Photos source for the timelines" : "Изаберите извор који ће Фотографије употребити за временске линије", - "Choose a different folder" : "Изаберите неки други фолдер", + "Add folder" : "Додај фасциклу", "Select a source folder for your media" : "Изаберите извирни фолдер за своје медије", "Home" : "Почетна", "Choose default Photos upload and Albums location" : "Изаберите подразумевано место за отпремање Фотографија и албума", + "Choose a different folder" : "Изаберите неки други фолдер", "Select the default upload location for your media" : "Изаберите подразумевано место отпремања својих медија", "View" : "Погледај", - "Media folder" : "Фолдер медија", "Choose the folders from where photos and videos are shown." : "Изаберите фолдере из којих се приказују фотографије и видео снимци.", "Upload folder" : "Фолдер отпремања", "Choose the folder where photos and albums are uploaded to." : "Изаберите фолдер у који се отпремају фотографије и албуми.", @@ -123,7 +122,6 @@ "No tags yet" : "Још нема ознака", "Photos with tags will show up here" : "Слике са ознакама ће се појавити овде", "Popular tags" : "Популарне ознаке", - "The source folder does not exists" : "Изворни фолдер не постоји", "Add" : "Додај", "Add to album" : "Додај у албум", "Delete selection" : "Обриши одабир", @@ -171,6 +169,9 @@ "Create a new album" : "Креирај нови албум", "Add selection to an album" : "Додај изабрано у албум", "Failed to create {albumName}." : "{albumName} није могао да се креира.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Није успела промена имена {currentAlbumName} у {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Није успела промена имена {currentAlbumName} у {newAlbumName}.", + "Choose a Photos source for the timelines" : "Изаберите извор који ће Фотографије употребити за временске линије", + "Media folder" : "Фолдер медија", + "The source folder does not exists" : "Изворни фолдер не постоји" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/sv.js b/l10n/sv.js index 99745bce8..5bcda0049 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -70,14 +70,13 @@ OC.L10N.register( "Enable squared photos view" : "Aktivera kvadratiska bild-vyn", "Delete source directory" : "Ta bort källkatalog", "All folders" : "Alla mappar", - "Choose a Photos source for the timelines" : "Välj en fotokälla för tidslinjerna", - "Choose a different folder" : "Välj annan mapp", + "Add folder" : "Lägg till mapp", "Select a source folder for your media" : "Välj en källmapp för ditt media", "Home" : "Hem", "Choose default Photos upload and Albums location" : "Välj standardplats uppladdning av bilder och plats för album", + "Choose a different folder" : "Välj annan mapp", "Select the default upload location for your media" : "Välj standarduppladdningsplats för ditt media", "View" : "Visa", - "Media folder" : "Mediamapp", "Choose the folders from where photos and videos are shown." : "Välj mappar där foton och videor ska visas från.", "Upload folder" : "Ladda upp mapp", "Choose the folder where photos and albums are uploaded to." : "Välj mapp dit foton och album laddas upp.", @@ -125,7 +124,6 @@ OC.L10N.register( "No tags yet" : "Inga taggar än", "Photos with tags will show up here" : "Bilder med taggar visas här", "Popular tags" : "Populära taggar", - "The source folder does not exists" : "Källmappen finns inte", "Add" : "Lägg till", "Add to album" : "Lägg till i album", "Delete selection" : "Ta bort urval", @@ -173,6 +171,9 @@ OC.L10N.register( "Create a new album" : "Skapa ett nytt album", "Add selection to an album" : "Lägg till urval till ett album", "Failed to create {albumName}." : "Lyckades inte skapa {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Lyckades inte döpa om {currentAlbumName} till {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Lyckades inte döpa om {currentAlbumName} till {newAlbumName}.", + "Choose a Photos source for the timelines" : "Välj en fotokälla för tidslinjerna", + "Media folder" : "Mediamapp", + "The source folder does not exists" : "Källmappen finns inte" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json index 8bbd08ccc..68692b9db 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -68,14 +68,13 @@ "Enable squared photos view" : "Aktivera kvadratiska bild-vyn", "Delete source directory" : "Ta bort källkatalog", "All folders" : "Alla mappar", - "Choose a Photos source for the timelines" : "Välj en fotokälla för tidslinjerna", - "Choose a different folder" : "Välj annan mapp", + "Add folder" : "Lägg till mapp", "Select a source folder for your media" : "Välj en källmapp för ditt media", "Home" : "Hem", "Choose default Photos upload and Albums location" : "Välj standardplats uppladdning av bilder och plats för album", + "Choose a different folder" : "Välj annan mapp", "Select the default upload location for your media" : "Välj standarduppladdningsplats för ditt media", "View" : "Visa", - "Media folder" : "Mediamapp", "Choose the folders from where photos and videos are shown." : "Välj mappar där foton och videor ska visas från.", "Upload folder" : "Ladda upp mapp", "Choose the folder where photos and albums are uploaded to." : "Välj mapp dit foton och album laddas upp.", @@ -123,7 +122,6 @@ "No tags yet" : "Inga taggar än", "Photos with tags will show up here" : "Bilder med taggar visas här", "Popular tags" : "Populära taggar", - "The source folder does not exists" : "Källmappen finns inte", "Add" : "Lägg till", "Add to album" : "Lägg till i album", "Delete selection" : "Ta bort urval", @@ -171,6 +169,9 @@ "Create a new album" : "Skapa ett nytt album", "Add selection to an album" : "Lägg till urval till ett album", "Failed to create {albumName}." : "Lyckades inte skapa {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Lyckades inte döpa om {currentAlbumName} till {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Lyckades inte döpa om {currentAlbumName} till {newAlbumName}.", + "Choose a Photos source for the timelines" : "Välj en fotokälla för tidslinjerna", + "Media folder" : "Mediamapp", + "The source folder does not exists" : "Källmappen finns inte" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index f73811861..7baa0e874 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "Kare fotoğraf görünümü kullanılsın", "Delete source directory" : "Kaynak klasörü sil", "All folders" : "Tüm klasörler", - "Choose a Photos source for the timelines" : "Zaman akışları için bir fotoğraf kaynağı seçin", - "Choose a different folder" : "Farklı bir klasör seçin", "Select a source folder for your media" : "Ortamlarınız için bir kaynak klasör seçin", "Home" : "Giriş", "Choose default Photos upload and Albums location" : "Varsayılan Fotoğraflar yüklemesini ve Albümlerin konumu seçin", + "Choose a different folder" : "Farklı bir klasör seçin", "Select the default upload location for your media" : "Ortamlarınız için varsayılan yükleme konumunu seçin", "View" : "Görüntüle", - "Media folder" : "Ortam klasörü", "Choose the folders from where photos and videos are shown." : "Fotoğraf ve videoların görüntüleneceği klasörleri seçin.", "Upload folder" : "Yükleme klasörü", "Choose the folder where photos and albums are uploaded to." : "Fotoğraf ve albümlerin yükleneceği klasörü seçin.", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "Henüz bir etiket yok", "Photos with tags will show up here" : "Etiketlenmiş fotoğraflar burada görüntülenir", "Popular tags" : "Sık kullanılan etiketler", - "The source folder does not exists" : "Kaynak klasör bulunamadı", "Add" : "Ekle", "Add to album" : "Albüme ekle", "Delete selection" : "Seçilmişleri sil", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "Yeni bir albüm ekle", "Add selection to an album" : "Seçilmişleri bir albüme ekle", "Failed to create {albumName}." : "{albumName} albümü oluşturulamadı.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} albümünün adı {newAlbumName} olarak değiştirilemedi." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} albümünün adı {newAlbumName} olarak değiştirilemedi.", + "Choose a Photos source for the timelines" : "Zaman akışları için bir fotoğraf kaynağı seçin", + "Media folder" : "Ortam klasörü", + "The source folder does not exists" : "Kaynak klasör bulunamadı" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index ab62ee00f..2f2cf8253 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "Kare fotoğraf görünümü kullanılsın", "Delete source directory" : "Kaynak klasörü sil", "All folders" : "Tüm klasörler", - "Choose a Photos source for the timelines" : "Zaman akışları için bir fotoğraf kaynağı seçin", - "Choose a different folder" : "Farklı bir klasör seçin", "Select a source folder for your media" : "Ortamlarınız için bir kaynak klasör seçin", "Home" : "Giriş", "Choose default Photos upload and Albums location" : "Varsayılan Fotoğraflar yüklemesini ve Albümlerin konumu seçin", + "Choose a different folder" : "Farklı bir klasör seçin", "Select the default upload location for your media" : "Ortamlarınız için varsayılan yükleme konumunu seçin", "View" : "Görüntüle", - "Media folder" : "Ortam klasörü", "Choose the folders from where photos and videos are shown." : "Fotoğraf ve videoların görüntüleneceği klasörleri seçin.", "Upload folder" : "Yükleme klasörü", "Choose the folder where photos and albums are uploaded to." : "Fotoğraf ve albümlerin yükleneceği klasörü seçin.", @@ -123,7 +121,6 @@ "No tags yet" : "Henüz bir etiket yok", "Photos with tags will show up here" : "Etiketlenmiş fotoğraflar burada görüntülenir", "Popular tags" : "Sık kullanılan etiketler", - "The source folder does not exists" : "Kaynak klasör bulunamadı", "Add" : "Ekle", "Add to album" : "Albüme ekle", "Delete selection" : "Seçilmişleri sil", @@ -171,6 +168,9 @@ "Create a new album" : "Yeni bir albüm ekle", "Add selection to an album" : "Seçilmişleri bir albüme ekle", "Failed to create {albumName}." : "{albumName} albümü oluşturulamadı.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} albümünün adı {newAlbumName} olarak değiştirilemedi." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} albümünün adı {newAlbumName} olarak değiştirilemedi.", + "Choose a Photos source for the timelines" : "Zaman akışları için bir fotoğraf kaynağı seçin", + "Media folder" : "Ortam klasörü", + "The source folder does not exists" : "Kaynak klasör bulunamadı" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/uk.js b/l10n/uk.js index 56ec6b549..f39b20526 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -70,14 +70,13 @@ OC.L10N.register( "Enable squared photos view" : "Увімкнути перегляд фотографій у квадраті", "Delete source directory" : "Вилучити каталог джерела", "All folders" : "Усі каталоги", - "Choose a Photos source for the timelines" : "Виберіть джерело світлин для хронології", - "Choose a different folder" : "Виберіть інший каталог", + "Add folder" : "Додати теку", "Select a source folder for your media" : "Виберіть каталог джерела для ваших світлин чи відеозаписів", "Home" : "Домівка", "Choose default Photos upload and Albums location" : "Виберіть типове розташування для завантаження світлин та альбомів", + "Choose a different folder" : "Виберіть інший каталог", "Select the default upload location for your media" : "Виберіть типове розташування для завантаження ваших світлин чи відеозаписів", "View" : "Перегляд", - "Media folder" : "Каталог для світлин чи відеозаписів", "Choose the folders from where photos and videos are shown." : "Виберіть каталоги, з яких показувати світлини та відеозаписи.", "Upload folder" : "Завантажити каталог", "Choose the folder where photos and albums are uploaded to." : "Виберіть каталог, до якого завантажувати світлини та альбоми.", @@ -125,7 +124,6 @@ OC.L10N.register( "No tags yet" : "Ще немає міток", "Photos with tags will show up here" : "Світлини з мітками буде показано тут", "Popular tags" : "Популярні мітки", - "The source folder does not exists" : "Каталог джерела відсутній", "Add" : "Додати", "Add to album" : "Додати в альбом", "Delete selection" : "Вилучити виділення", @@ -173,6 +171,9 @@ OC.L10N.register( "Create a new album" : "Створіть новий альбом", "Add selection to an album" : "Додайте виділене в альбом", "Failed to create {albumName}." : "Не вдалося створити {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Не вдалося перейменувати {currentAlbumName} на {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Не вдалося перейменувати {currentAlbumName} на {newAlbumName}.", + "Choose a Photos source for the timelines" : "Виберіть джерело світлин для хронології", + "Media folder" : "Каталог для світлин чи відеозаписів", + "The source folder does not exists" : "Каталог джерела відсутній" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json index e8a8d29e9..14cc2feee 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -68,14 +68,13 @@ "Enable squared photos view" : "Увімкнути перегляд фотографій у квадраті", "Delete source directory" : "Вилучити каталог джерела", "All folders" : "Усі каталоги", - "Choose a Photos source for the timelines" : "Виберіть джерело світлин для хронології", - "Choose a different folder" : "Виберіть інший каталог", + "Add folder" : "Додати теку", "Select a source folder for your media" : "Виберіть каталог джерела для ваших світлин чи відеозаписів", "Home" : "Домівка", "Choose default Photos upload and Albums location" : "Виберіть типове розташування для завантаження світлин та альбомів", + "Choose a different folder" : "Виберіть інший каталог", "Select the default upload location for your media" : "Виберіть типове розташування для завантаження ваших світлин чи відеозаписів", "View" : "Перегляд", - "Media folder" : "Каталог для світлин чи відеозаписів", "Choose the folders from where photos and videos are shown." : "Виберіть каталоги, з яких показувати світлини та відеозаписи.", "Upload folder" : "Завантажити каталог", "Choose the folder where photos and albums are uploaded to." : "Виберіть каталог, до якого завантажувати світлини та альбоми.", @@ -123,7 +122,6 @@ "No tags yet" : "Ще немає міток", "Photos with tags will show up here" : "Світлини з мітками буде показано тут", "Popular tags" : "Популярні мітки", - "The source folder does not exists" : "Каталог джерела відсутній", "Add" : "Додати", "Add to album" : "Додати в альбом", "Delete selection" : "Вилучити виділення", @@ -171,6 +169,9 @@ "Create a new album" : "Створіть новий альбом", "Add selection to an album" : "Додайте виділене в альбом", "Failed to create {albumName}." : "Не вдалося створити {albumName}.", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "Не вдалося перейменувати {currentAlbumName} на {newAlbumName}." + "Failed to rename {currentAlbumName} to {newAlbumName}." : "Не вдалося перейменувати {currentAlbumName} на {newAlbumName}.", + "Choose a Photos source for the timelines" : "Виберіть джерело світлин для хронології", + "Media folder" : "Каталог для світлин чи відеозаписів", + "The source folder does not exists" : "Каталог джерела відсутній" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index dc69c1e89..e64bce6e5 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -66,14 +66,13 @@ OC.L10N.register( "Enable squared photos view" : "启用平铺照片视图", "Delete source directory" : "删除源目录", "All folders" : "所有文件夹", - "Choose a Photos source for the timelines" : "为时间线选择照片源", - "Choose a different folder" : "选择一个不同的文件夹", + "Add folder" : "添加文件夹", "Select a source folder for your media" : "为你的媒体文件选择一个源文件夹", "Home" : "家", "Choose default Photos upload and Albums location" : "选择预设照片上传与相册位置", + "Choose a different folder" : "选择一个不同的文件夹", "Select the default upload location for your media" : "选择你的媒体文件默认上传位置", "View" : "查看", - "Media folder" : "媒体文件夹", "Choose the folders from where photos and videos are shown." : "选择显示照片和视频的文件夹。", "Upload folder" : "上传文件夹", "Choose the folder where photos and albums are uploaded to." : "选择照片和相册上传的文件夹。", @@ -121,7 +120,6 @@ OC.L10N.register( "No tags yet" : "尚无标签", "Photos with tags will show up here" : "带标签的照片将显示在此处", "Popular tags" : "常用标签", - "The source folder does not exists" : "源文件夹不存在", "Add" : "添加", "Add to album" : "添加至相册", "Delete selection" : "删除选择项", @@ -169,6 +167,9 @@ OC.L10N.register( "Create a new album" : "创建新相册", "Add selection to an album" : "将所选项添加至相册", "Failed to create {albumName}." : "创建 {albumName} 失败", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "重命名 {currentAlbumName} 为 {newAlbumName} 的操作失败" + "Failed to rename {currentAlbumName} to {newAlbumName}." : "重命名 {currentAlbumName} 为 {newAlbumName} 的操作失败", + "Choose a Photos source for the timelines" : "为时间线选择照片源", + "Media folder" : "媒体文件夹", + "The source folder does not exists" : "源文件夹不存在" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 349221602..9fee5ceed 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -64,14 +64,13 @@ "Enable squared photos view" : "启用平铺照片视图", "Delete source directory" : "删除源目录", "All folders" : "所有文件夹", - "Choose a Photos source for the timelines" : "为时间线选择照片源", - "Choose a different folder" : "选择一个不同的文件夹", + "Add folder" : "添加文件夹", "Select a source folder for your media" : "为你的媒体文件选择一个源文件夹", "Home" : "家", "Choose default Photos upload and Albums location" : "选择预设照片上传与相册位置", + "Choose a different folder" : "选择一个不同的文件夹", "Select the default upload location for your media" : "选择你的媒体文件默认上传位置", "View" : "查看", - "Media folder" : "媒体文件夹", "Choose the folders from where photos and videos are shown." : "选择显示照片和视频的文件夹。", "Upload folder" : "上传文件夹", "Choose the folder where photos and albums are uploaded to." : "选择照片和相册上传的文件夹。", @@ -119,7 +118,6 @@ "No tags yet" : "尚无标签", "Photos with tags will show up here" : "带标签的照片将显示在此处", "Popular tags" : "常用标签", - "The source folder does not exists" : "源文件夹不存在", "Add" : "添加", "Add to album" : "添加至相册", "Delete selection" : "删除选择项", @@ -167,6 +165,9 @@ "Create a new album" : "创建新相册", "Add selection to an album" : "将所选项添加至相册", "Failed to create {albumName}." : "创建 {albumName} 失败", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "重命名 {currentAlbumName} 为 {newAlbumName} 的操作失败" + "Failed to rename {currentAlbumName} to {newAlbumName}." : "重命名 {currentAlbumName} 为 {newAlbumName} 的操作失败", + "Choose a Photos source for the timelines" : "为时间线选择照片源", + "Media folder" : "媒体文件夹", + "The source folder does not exists" : "源文件夹不存在" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 4b3c2dd31..777d08b77 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -70,14 +70,12 @@ OC.L10N.register( "Enable squared photos view" : "啟用方形照片顯示", "Delete source directory" : "刪除來源目錄", "All folders" : "所有資料夾", - "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", - "Choose a different folder" : "選擇其他資料夾", "Select a source folder for your media" : "選擇您媒體的來源資料夾", "Home" : "主頁", "Choose default Photos upload and Albums location" : "選擇默認照片上傳及相簿位置", + "Choose a different folder" : "選擇其他資料夾", "Select the default upload location for your media" : "選擇媒體的默認上傳位置", "View" : "檢視", - "Media folder" : "媒體資料夾", "Choose the folders from where photos and videos are shown." : "選擇顯示照片與影片的資料夾。", "Upload folder" : "上傳資料夾", "Choose the folder where photos and albums are uploaded to." : "選擇照片與相簿上傳到的資料夾。", @@ -125,7 +123,6 @@ OC.L10N.register( "No tags yet" : "尚未加入標籤", "Photos with tags will show up here" : "此處會顯示照片的標籤", "Popular tags" : "熱門標籤", - "The source folder does not exists" : "來源資料夾不存在", "Add" : "添加", "Add to album" : "添加至相簿", "Delete selection" : "刪除所選", @@ -173,6 +170,9 @@ OC.L10N.register( "Create a new album" : "創建新相簿", "Add selection to an album" : "將選擇範圍添加至相簿", "Failed to create {albumName}." : "創建 {albumName} 失敗。", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。" + "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。", + "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", + "Media folder" : "媒體資料夾", + "The source folder does not exists" : "來源資料夾不存在" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 63f2f9eac..cff66356e 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -68,14 +68,12 @@ "Enable squared photos view" : "啟用方形照片顯示", "Delete source directory" : "刪除來源目錄", "All folders" : "所有資料夾", - "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", - "Choose a different folder" : "選擇其他資料夾", "Select a source folder for your media" : "選擇您媒體的來源資料夾", "Home" : "主頁", "Choose default Photos upload and Albums location" : "選擇默認照片上傳及相簿位置", + "Choose a different folder" : "選擇其他資料夾", "Select the default upload location for your media" : "選擇媒體的默認上傳位置", "View" : "檢視", - "Media folder" : "媒體資料夾", "Choose the folders from where photos and videos are shown." : "選擇顯示照片與影片的資料夾。", "Upload folder" : "上傳資料夾", "Choose the folder where photos and albums are uploaded to." : "選擇照片與相簿上傳到的資料夾。", @@ -123,7 +121,6 @@ "No tags yet" : "尚未加入標籤", "Photos with tags will show up here" : "此處會顯示照片的標籤", "Popular tags" : "熱門標籤", - "The source folder does not exists" : "來源資料夾不存在", "Add" : "添加", "Add to album" : "添加至相簿", "Delete selection" : "刪除所選", @@ -171,6 +168,9 @@ "Create a new album" : "創建新相簿", "Add selection to an album" : "將選擇範圍添加至相簿", "Failed to create {albumName}." : "創建 {albumName} 失敗。", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。" + "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。", + "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", + "Media folder" : "媒體資料夾", + "The source folder does not exists" : "來源資料夾不存在" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 1549933f1..446165f8c 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -70,14 +70,13 @@ OC.L10N.register( "Enable squared photos view" : "啟用方形照片檢視", "Delete source directory" : "刪除來源目錄", "All folders" : "所有資料夾", - "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", - "Choose a different folder" : "選擇其他資料夾", + "Add folder" : "新增資料夾", "Select a source folder for your media" : "選取您媒體的來源資料夾", "Home" : "家庭", "Choose default Photos upload and Albums location" : "選擇預設照片上傳與相簿位置", + "Choose a different folder" : "選擇其他資料夾", "Select the default upload location for your media" : "選取您媒體的預設上傳位置", "View" : "檢視", - "Media folder" : "媒體資料夾", "Choose the folders from where photos and videos are shown." : "選擇顯示照片與影片的資料夾。", "Upload folder" : "上傳資料夾", "Choose the folder where photos and albums are uploaded to." : "選擇照片與相簿上傳到的資料夾。", @@ -125,7 +124,6 @@ OC.L10N.register( "No tags yet" : "尚未加入標籤", "Photos with tags will show up here" : "此處會顯示圖片的標籤", "Popular tags" : "熱門標籤", - "The source folder does not exists" : "來源資料夾不存在", "Add" : "新增", "Add to album" : "新增至相簿", "Delete selection" : "刪除選擇", @@ -173,6 +171,9 @@ OC.L10N.register( "Create a new album" : "建立新相簿", "Add selection to an album" : "將選取範圍新增至相簿", "Failed to create {albumName}." : "建立 {albumName} 失敗。", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。" + "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。", + "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", + "Media folder" : "媒體資料夾", + "The source folder does not exists" : "來源資料夾不存在" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 68c882c09..7ae2c1f2c 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -68,14 +68,13 @@ "Enable squared photos view" : "啟用方形照片檢視", "Delete source directory" : "刪除來源目錄", "All folders" : "所有資料夾", - "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", - "Choose a different folder" : "選擇其他資料夾", + "Add folder" : "新增資料夾", "Select a source folder for your media" : "選取您媒體的來源資料夾", "Home" : "家庭", "Choose default Photos upload and Albums location" : "選擇預設照片上傳與相簿位置", + "Choose a different folder" : "選擇其他資料夾", "Select the default upload location for your media" : "選取您媒體的預設上傳位置", "View" : "檢視", - "Media folder" : "媒體資料夾", "Choose the folders from where photos and videos are shown." : "選擇顯示照片與影片的資料夾。", "Upload folder" : "上傳資料夾", "Choose the folder where photos and albums are uploaded to." : "選擇照片與相簿上傳到的資料夾。", @@ -123,7 +122,6 @@ "No tags yet" : "尚未加入標籤", "Photos with tags will show up here" : "此處會顯示圖片的標籤", "Popular tags" : "熱門標籤", - "The source folder does not exists" : "來源資料夾不存在", "Add" : "新增", "Add to album" : "新增至相簿", "Delete selection" : "刪除選擇", @@ -171,6 +169,9 @@ "Create a new album" : "建立新相簿", "Add selection to an album" : "將選取範圍新增至相簿", "Failed to create {albumName}." : "建立 {albumName} 失敗。", - "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。" + "Failed to rename {currentAlbumName} to {newAlbumName}." : "重新命名 {currentAlbumName} 為 {newAlbumName} 失敗。", + "Choose a Photos source for the timelines" : "選擇時間軸的照片來源", + "Media folder" : "媒體資料夾", + "The source folder does not exists" : "來源資料夾不存在" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file