mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
4b190d4455
commit
3d86c431c5
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"You created the room %s." : "Вы создали комнату %s.",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL или секрет не настроен. Пожалуйста, свяжитесь с вашим администратором.",
|
||||
"BigBlueButton Integration" : "Интеграция BigBlueButton (\"большая голубая кнопка\")",
|
||||
"BigBlueButton integration for Nextcloud" : "Интеграция BigBlueButton (\"большая голубая кнопка\") для Nextcloud",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"You created the room %s." : "Вы создали комнату %s.",
|
||||
"API URL or secret not configured. Please contact your administrator." : "API URL или секрет не настроен. Пожалуйста, свяжитесь с вашим администратором.",
|
||||
"BigBlueButton Integration" : "Интеграция BigBlueButton (\"большая голубая кнопка\")",
|
||||
"BigBlueButton integration for Nextcloud" : "Интеграция BigBlueButton (\"большая голубая кнопка\") для Nextcloud",
|
||||
|
|
|
@ -9,7 +9,7 @@ OC.L10N.register(
|
|||
"You started a meeting in the \"%s\" room." : "Začnete sestanek v sobi »%s«.",
|
||||
"{user} started a meeting in the \"%s\" room." : "{user} začne sestanek v sobi »%s«.",
|
||||
"The meeting in room \"%s\" has ended." : "Sestanek v sobi »%s« je končan.",
|
||||
"Recording for room \"%s\" is ready." : "Posnetek sobe »%s« je pripravljen.",
|
||||
"Recording for room \"%s\" is ready." : "Posnetek srečanja v sobi »%s« je pripravljen.",
|
||||
"To invite someone to the meeting, send them this link: %s" : "Sestanka se je mogoče udeležiti prek povezave: %s",
|
||||
"API URL or secret not configured. Please contact your administrator." : "Naslov URL API oziroma koda povezave ni nastavljena. Stopite v stik s skrbnikom sistema.",
|
||||
"BigBlueButton Integration" : "Podpora BigBlueButton",
|
||||
|
@ -22,8 +22,10 @@ OC.L10N.register(
|
|||
"API secret" : "Koda API",
|
||||
"Save" : "Shrani",
|
||||
"Show room manager in app navigation instead of settings page." : "Pokaži upravljalnik sobe v programu in ne strani nastavitev.",
|
||||
"If you like to use shorter urls, you can enter a forwarding proxy below." : "Če želite uporabiti skrajšane naslove URL, lahko spodaj vpišete posredniški strežnik.",
|
||||
"URL shortener" : "Okrajševalnik naslovov URL",
|
||||
"You will be forwarded to the room in the next few seconds." : "V nekaj sekundah boste preusmerjeni v sobo.",
|
||||
"Let's go!" : "Začnimo!",
|
||||
"Please enter your name!" : "Vpišite ime",
|
||||
"The name must be at least 3 characters long." : "Ime mora vsebovati vsaj 3 znake.",
|
||||
"You have to provide the correct password to join the meeting." : "Za dostop je treba vpisati ustrezno geslo.",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"You started a meeting in the \"%s\" room." : "Začnete sestanek v sobi »%s«.",
|
||||
"{user} started a meeting in the \"%s\" room." : "{user} začne sestanek v sobi »%s«.",
|
||||
"The meeting in room \"%s\" has ended." : "Sestanek v sobi »%s« je končan.",
|
||||
"Recording for room \"%s\" is ready." : "Posnetek sobe »%s« je pripravljen.",
|
||||
"Recording for room \"%s\" is ready." : "Posnetek srečanja v sobi »%s« je pripravljen.",
|
||||
"To invite someone to the meeting, send them this link: %s" : "Sestanka se je mogoče udeležiti prek povezave: %s",
|
||||
"API URL or secret not configured. Please contact your administrator." : "Naslov URL API oziroma koda povezave ni nastavljena. Stopite v stik s skrbnikom sistema.",
|
||||
"BigBlueButton Integration" : "Podpora BigBlueButton",
|
||||
|
@ -20,8 +20,10 @@
|
|||
"API secret" : "Koda API",
|
||||
"Save" : "Shrani",
|
||||
"Show room manager in app navigation instead of settings page." : "Pokaži upravljalnik sobe v programu in ne strani nastavitev.",
|
||||
"If you like to use shorter urls, you can enter a forwarding proxy below." : "Če želite uporabiti skrajšane naslove URL, lahko spodaj vpišete posredniški strežnik.",
|
||||
"URL shortener" : "Okrajševalnik naslovov URL",
|
||||
"You will be forwarded to the room in the next few seconds." : "V nekaj sekundah boste preusmerjeni v sobo.",
|
||||
"Let's go!" : "Začnimo!",
|
||||
"Please enter your name!" : "Vpišite ime",
|
||||
"The name must be at least 3 characters long." : "Ime mora vsebovati vsaj 3 znake.",
|
||||
"You have to provide the correct password to join the meeting." : "Za dostop je treba vpisati ustrezno geslo.",
|
||||
|
|
Loading…
Reference in New Issue