mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
29724ff27e
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 lines
995 B
JavaScript
16 lines
995 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profilo",
|
|
"This application provides the profile" : "Questa applicazione fornisce il profilo",
|
|
"Provides a customisable user profile interface." : "Fornisce un'interfaccia personalizzabile per il profilo utente.",
|
|
"Edit Profile" : "Modifica il profilo",
|
|
"The headline and about sections will show up here" : "Le sezioni del titolo e delle informazioni verranno mostrate qui",
|
|
"You have not added any info yet" : "Non hai ancora aggiunto alcuna informazione",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Errore nell'apertura dello stato utente, prova a ricaricare la pagina",
|
|
"{user} has not added any info yet" : "{user} non ha ancora aggiunto alcuna informazione",
|
|
"Profile not found" : "Profilo non trovato",
|
|
"The profile does not exist." : "Il profilo non esiste.",
|
|
"Back to %s" : "Torna a %s"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|