зеркало из https://github.com/nextcloud/photos.git
28 строки
1.1 KiB
JavaScript
28 строки
1.1 KiB
JavaScript
OC.L10N.register(
|
|
"photos",
|
|
{
|
|
"Photos" : "Foto",
|
|
"Your memories under your control" : "I tuoi ricordi sotto il tuo controllo",
|
|
"Your photos" : "Le tue foto",
|
|
"Your videos" : "I tuoi video",
|
|
"Favorites" : "Preferiti",
|
|
"Your folders" : "Le tue cartelle",
|
|
"Tagged photos" : "Foto con tag",
|
|
"Locations" : "Posizioni",
|
|
"Settings" : "Impostazioni",
|
|
"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}",
|
|
"View" : "Visualizza",
|
|
"Enable squared photos view" : "Abilita vista foto quadrate",
|
|
"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",
|
|
"Your albums" : "I tuoi album",
|
|
"Shared albums" : "Album condivisi"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|