mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 lines
1005 B
JavaScript
22 lines
1005 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Näytä profiili",
|
|
"Profile picker" : "Profiilivalitsin",
|
|
"Profile" : "Profiili",
|
|
"Searching …" : "Haetaan …",
|
|
"Not found" : "Ei löytynyt",
|
|
"Search for a user profile" : "Etsi käyttäjäprofiilia",
|
|
"Search for a user profile. Start typing" : "Etsi käyttäjäprofiilia. Aloita kirjoittaminen",
|
|
"Insert selected user profile link" : "Syötä valitun käyttäjäprofiilin linkki",
|
|
"Insert" : "Lisää",
|
|
"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ä",
|
|
"Edit Profile" : "Muokkaa profiilia",
|
|
"The headline and about sections will show up here" : "Otsikko ja listätieto-osiot näkyvät tässä",
|
|
"Profile not found" : "Profiilia ei löytynyt",
|
|
"Back to %s" : "Takaisin kohtaan %s",
|
|
"The profile does not exist." : "Profiilia ei ole olemassa"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|