mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4d61fd2e5a
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 lines
570 B
JavaScript
13 lines
570 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profiili",
|
|
"Edit Profile" : "Muokkaa profiilia",
|
|
"The headline and about sections will show up here" : "Otsikko ja listätieto-osiot näkyvät tässä",
|
|
"You have not added any info yet" : "Et ole lisännyt tietoja vielä",
|
|
"{user} has not added any info yet" : "{user} ei ole lisännyt tietoja vielä",
|
|
"Profile not found" : "Profiilia ei löytynyt",
|
|
"The profile does not exist." : "Profiilia ei ole olemassa",
|
|
"Back to %s" : "Takaisin kohtaan %s"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|