mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
1aa1d44634
commit
e9eff73224
24
l10n/fi.js
24
l10n/fi.js
|
@ -1,15 +1,37 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"API URL or secret not configured. Please contact your administrator." : "Rajapinnan URL-osoitetta tai salaisuutta ei ole määritetty. Ota yhteys ylläpitäjään.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-integraatio",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-integraatio Nextcloudiin",
|
||||
"API URL" : "Rajapinnan URL",
|
||||
"API secret" : "Rajapinnan salaisuus",
|
||||
"Save" : "Tallenna",
|
||||
"Please enter your name!" : "Kirjoita nimesi!",
|
||||
"The name must be at least 3 characters long." : "Nimen tulee olla vähintään kolme merkkiä.",
|
||||
"Display name" : "Näyttönimi",
|
||||
"Name" : "Nimi",
|
||||
"Welcome" : "Tervetuloa",
|
||||
"Max" : "Enintään",
|
||||
"Record" : "Tallenne",
|
||||
"Recordings" : "Tallenteet",
|
||||
"Room name" : "Huoneen nimi",
|
||||
"Create" : "Luo",
|
||||
"_%n participant_::_%n participants_" : ["%n osallistuja","%n osallistujaa"],
|
||||
"Delete" : "Poista",
|
||||
"Are you sure you want to delete \"{name}\"? This operation can not be undone." : "Haluatko varmasti, että \"{name}\" poistetaan? Tätä toimintoa ei voi perua.",
|
||||
"Delete \"{name}\"?" : "Poistetaanko \"{name}\"?",
|
||||
"Select target folder" : "Valitse kohdekansio",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "Huoneen osoite talletettiin polkuun \"{path}\" nimellä \"{filename}\".",
|
||||
"Link stored" : "Linkki talletettu",
|
||||
"Error" : "Virhe",
|
||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation can not be undone." : "Haluatko varmasti, että tallenne päiväyksellä \"{startDate}\" poistetaan? Tätä toimintoa ei voi perua.",
|
||||
"Delete?" : "Poistetaanko?",
|
||||
"Could not delete record" : "Tallennetta ei voitu poistaa",
|
||||
"Server error" : "Palvelinvirhe",
|
||||
"Settings saved" : "Asetukset tallennettu"
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Unexpected error occurred" : "Tapahtui odottamaton virhe",
|
||||
"API URL is invalid" : "Rajapinnan URL on virheellinen",
|
||||
"API secret is invalid" : "Rajapinnan salaisuus on virheellinen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
24
l10n/fi.json
24
l10n/fi.json
|
@ -1,13 +1,35 @@
|
|||
{ "translations": {
|
||||
"API URL or secret not configured. Please contact your administrator." : "Rajapinnan URL-osoitetta tai salaisuutta ei ole määritetty. Ota yhteys ylläpitäjään.",
|
||||
"BigBlueButton Integration" : "BigBlueButton-integraatio",
|
||||
"BigBlueButton integration for Nextcloud" : "BigBlueButton-integraatio Nextcloudiin",
|
||||
"API URL" : "Rajapinnan URL",
|
||||
"API secret" : "Rajapinnan salaisuus",
|
||||
"Save" : "Tallenna",
|
||||
"Please enter your name!" : "Kirjoita nimesi!",
|
||||
"The name must be at least 3 characters long." : "Nimen tulee olla vähintään kolme merkkiä.",
|
||||
"Display name" : "Näyttönimi",
|
||||
"Name" : "Nimi",
|
||||
"Welcome" : "Tervetuloa",
|
||||
"Max" : "Enintään",
|
||||
"Record" : "Tallenne",
|
||||
"Recordings" : "Tallenteet",
|
||||
"Room name" : "Huoneen nimi",
|
||||
"Create" : "Luo",
|
||||
"_%n participant_::_%n participants_" : ["%n osallistuja","%n osallistujaa"],
|
||||
"Delete" : "Poista",
|
||||
"Are you sure you want to delete \"{name}\"? This operation can not be undone." : "Haluatko varmasti, että \"{name}\" poistetaan? Tätä toimintoa ei voi perua.",
|
||||
"Delete \"{name}\"?" : "Poistetaanko \"{name}\"?",
|
||||
"Select target folder" : "Valitse kohdekansio",
|
||||
"Room URL was stored in \"{path}\" as \"{filename}\"." : "Huoneen osoite talletettiin polkuun \"{path}\" nimellä \"{filename}\".",
|
||||
"Link stored" : "Linkki talletettu",
|
||||
"Error" : "Virhe",
|
||||
"Are you sure you want to delete the recording from \"{startDate}\"? This operation can not be undone." : "Haluatko varmasti, että tallenne päiväyksellä \"{startDate}\" poistetaan? Tätä toimintoa ei voi perua.",
|
||||
"Delete?" : "Poistetaanko?",
|
||||
"Could not delete record" : "Tallennetta ei voitu poistaa",
|
||||
"Server error" : "Palvelinvirhe",
|
||||
"Settings saved" : "Asetukset tallennettu"
|
||||
"Settings saved" : "Asetukset tallennettu",
|
||||
"Unexpected error occurred" : "Tapahtui odottamaton virhe",
|
||||
"API URL is invalid" : "Rajapinnan URL on virheellinen",
|
||||
"API secret is invalid" : "Rajapinnan salaisuus on virheellinen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Loading…
Reference in New Issue