Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'l10n')
-rw-r--r--l10n/de.js2
-rw-r--r--l10n/de.json2
-rw-r--r--l10n/de_DE.js2
-rw-r--r--l10n/de_DE.json2
-rw-r--r--l10n/it.js22
-rw-r--r--l10n/it.json20
6 files changed, 46 insertions, 4 deletions
diff --git a/l10n/de.js b/l10n/de.js
index a17d0e1e..e60b40ab 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -16,7 +16,7 @@ OC.L10N.register(
"This folder does not exists" : "Dieser Ordner existiert nicht",
"An error occurred" : "Es ist ein Fehler aufgetreten",
"No photos in here" : "Keine Fotos vorhanden",
- "No tags yet" : "Noch keine Tags vorhanden",
+ "No tags yet" : "Noch keine Schlagworte vorhanden",
"Photos with tags will show up here" : "Fotos mit Tags werden hier angezeigt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
index f9d7aa00..888ef733 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -14,7 +14,7 @@
"This folder does not exists" : "Dieser Ordner existiert nicht",
"An error occurred" : "Es ist ein Fehler aufgetreten",
"No photos in here" : "Keine Fotos vorhanden",
- "No tags yet" : "Noch keine Tags vorhanden",
+ "No tags yet" : "Noch keine Schlagworte vorhanden",
"Photos with tags will show up here" : "Fotos mit Tags werden hier angezeigt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 87809996..db5a0aa1 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -16,7 +16,7 @@ OC.L10N.register(
"This folder does not exists" : "Dieser Ordner existiert nicht",
"An error occurred" : "Es ist ein Fehler aufgetreten",
"No photos in here" : "Keine Fotos vorhanden",
- "No tags yet" : "Keine Tags ausgewählt",
+ "No tags yet" : "Noch keine Schlagworte vorhanden",
"Photos with tags will show up here" : "Getaggte Fotos werden hier angezeigt"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index c5b5aab6..cb74b914 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -14,7 +14,7 @@
"This folder does not exists" : "Dieser Ordner existiert nicht",
"An error occurred" : "Es ist ein Fehler aufgetreten",
"No photos in here" : "Keine Fotos vorhanden",
- "No tags yet" : "Keine Tags ausgewählt",
+ "No tags yet" : "Noch keine Schlagworte vorhanden",
"Photos with tags will show up here" : "Getaggte Fotos werden hier angezeigt"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
new file mode 100644
index 00000000..0843da2e
--- /dev/null
+++ b/l10n/it.js
@@ -0,0 +1,22 @@
+OC.L10N.register(
+ "photos",
+ {
+ "Photos" : "Foto",
+ "Your memories under your control" : "I tuoi ricordi sotto il tuo controllo",
+ "Your photos" : "Le tue foto",
+ "Favorites" : "Preferiti",
+ "Your albums" : "I tuoi album",
+ "Shared albums" : "Album condivisi",
+ "Tagged photos" : "Foto con tag",
+ "Locations" : "Posizioni",
+ "Open the full size \"{name}\" image" : "Apri l'immagine \"{name}\" a dimensione piena",
+ "Open the \"{name}\" sub-directory" : "Apri la sottocartella \"{name}\"",
+ "Share this folder" : "Condividi questa cartella",
+ "Back to {folder}" : "Torna a {folder}",
+ "This folder does not exists" : "Questa cartella non esiste",
+ "An error occurred" : "Si è verificato un errore",
+ "No photos in here" : "Nessuna foto qui",
+ "No tags yet" : "Ancora nessun tag",
+ "Photos with tags will show up here" : "Le foto con i tag saranno mostrate qui"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
new file mode 100644
index 00000000..4cba1c5c
--- /dev/null
+++ b/l10n/it.json
@@ -0,0 +1,20 @@
+{ "translations": {
+ "Photos" : "Foto",
+ "Your memories under your control" : "I tuoi ricordi sotto il tuo controllo",
+ "Your photos" : "Le tue foto",
+ "Favorites" : "Preferiti",
+ "Your albums" : "I tuoi album",
+ "Shared albums" : "Album condivisi",
+ "Tagged photos" : "Foto con tag",
+ "Locations" : "Posizioni",
+ "Open the full size \"{name}\" image" : "Apri l'immagine \"{name}\" a dimensione piena",
+ "Open the \"{name}\" sub-directory" : "Apri la sottocartella \"{name}\"",
+ "Share this folder" : "Condividi questa cartella",
+ "Back to {folder}" : "Torna a {folder}",
+ "This folder does not exists" : "Questa cartella non esiste",
+ "An error occurred" : "Si è verificato un errore",
+ "No photos in here" : "Nessuna foto qui",
+ "No tags yet" : "Ancora nessun tag",
+ "Photos with tags will show up here" : "Le foto con i tag saranno mostrate qui"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file