mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
8aa663fbca
commit
e0c26bf076
|
@ -1,6 +1,13 @@
|
|||
OC.L10N.register(
|
||||
"bbb",
|
||||
{
|
||||
"You created the room %s." : "ルーム%sを作成しました。",
|
||||
"You deleted the room %s." : "ルーム%sを削除しました。",
|
||||
"{user} deleted the room %s." : "{user}はルーム%sを削除しました。",
|
||||
"You shared the room %s with {shareWith}." : "{shareWith}とルーム%sを共有しました。",
|
||||
"{user} shared the room %s with you." : "{user}があなたとルーム%sを共有しました。",
|
||||
"You unshared the room %s with {shareWith}." : "{shareWith}とのルーム%s共有を解除しました。",
|
||||
"{user} unshared the room %s with you." : "{user}があなたとのルーム%s共有を解除しました。",
|
||||
"API URL or secret not configured. Please contact your administrator." : "APIのURLまたはシークレットが設定されていません。管理者にお問い合わせください。",
|
||||
"BigBlueButton Integration" : "BigBlueButton統合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcould向けBigBlueButton統合",
|
||||
|
|
|
@ -1,4 +1,11 @@
|
|||
{ "translations": {
|
||||
"You created the room %s." : "ルーム%sを作成しました。",
|
||||
"You deleted the room %s." : "ルーム%sを削除しました。",
|
||||
"{user} deleted the room %s." : "{user}はルーム%sを削除しました。",
|
||||
"You shared the room %s with {shareWith}." : "{shareWith}とルーム%sを共有しました。",
|
||||
"{user} shared the room %s with you." : "{user}があなたとルーム%sを共有しました。",
|
||||
"You unshared the room %s with {shareWith}." : "{shareWith}とのルーム%s共有を解除しました。",
|
||||
"{user} unshared the room %s with you." : "{user}があなたとのルーム%s共有を解除しました。",
|
||||
"API URL or secret not configured. Please contact your administrator." : "APIのURLまたはシークレットが設定されていません。管理者にお問い合わせください。",
|
||||
"BigBlueButton Integration" : "BigBlueButton統合",
|
||||
"BigBlueButton integration for Nextcloud" : "Nextcould向けBigBlueButton統合",
|
||||
|
|
|
@ -5,15 +5,18 @@ OC.L10N.register(
|
|||
"Save" : "Зачувај",
|
||||
"Display name" : "Име и презиме",
|
||||
"Password" : "Лозинка",
|
||||
"Join" : "Приклучи се",
|
||||
"Hello %s" : "Здраво %s",
|
||||
"Group" : "Група",
|
||||
"No matches" : "Нема совпаѓања",
|
||||
"Name" : "Име",
|
||||
"Edit" : "Уреди",
|
||||
"Welcome" : "Добредојде",
|
||||
"Miscellaneous" : "Разно",
|
||||
"Create" : "Креирај",
|
||||
"Delete" : "Избриши",
|
||||
"Error" : "Грешка",
|
||||
"Server error" : "Грешка на серверот",
|
||||
"moderator" : "модератор",
|
||||
"Share" : "Сподели",
|
||||
"Loading" : "Се вчитува",
|
||||
|
|
|
@ -3,15 +3,18 @@
|
|||
"Save" : "Зачувај",
|
||||
"Display name" : "Име и презиме",
|
||||
"Password" : "Лозинка",
|
||||
"Join" : "Приклучи се",
|
||||
"Hello %s" : "Здраво %s",
|
||||
"Group" : "Група",
|
||||
"No matches" : "Нема совпаѓања",
|
||||
"Name" : "Име",
|
||||
"Edit" : "Уреди",
|
||||
"Welcome" : "Добредојде",
|
||||
"Miscellaneous" : "Разно",
|
||||
"Create" : "Креирај",
|
||||
"Delete" : "Избриши",
|
||||
"Error" : "Грешка",
|
||||
"Server error" : "Грешка на серверот",
|
||||
"moderator" : "модератор",
|
||||
"Share" : "Сподели",
|
||||
"Loading" : "Се вчитува",
|
||||
|
|
Loading…
Reference in New Issue