diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..aa792d8 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com +lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja + +[nextcloud.bbb] +file_filter = translationfiles//bbb.po +source_file = translationfiles/templates/bbb.pot +source_lang = en +type = PO diff --git a/l10n/.gitkeep b/l10n/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/templates/admin.php b/templates/admin.php index c9e4df9..8a03e33 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -9,8 +9,8 @@ script('bbb', 'admin');

BigBlueButton

- - + +
\ No newline at end of file diff --git a/ts/Manager/App.tsx b/ts/Manager/App.tsx index f9f77de..5d6c98d 100644 --- a/ts/Manager/App.tsx +++ b/ts/Manager/App.tsx @@ -98,16 +98,16 @@ const App: React.FC = () => { onOrderBy('name')}> - Name + {t('bbb', 'Name')} onOrderBy('welcome')}> - Welcome + {t('bbb', 'Welcome')} onOrderBy('maxParticipants')}> - Max + {t('bbb', 'Max')} onOrderBy('record')}> - Record + {t('bbb', 'Record')} diff --git a/ts/Manager/NewRoomForm.tsx b/ts/Manager/NewRoomForm.tsx index 7467e2c..0e165f0 100644 --- a/ts/Manager/NewRoomForm.tsx +++ b/ts/Manager/NewRoomForm.tsx @@ -20,10 +20,10 @@ const NewRoomForm: React.FC = (props) => { {setName(event.target.value);}} /> - + ); }; diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index 06ce89f..55acfc0 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -96,7 +96,7 @@ const RoomRow: React.FC = (props) => { + title={t('bbb', 'Delete')} /> ); diff --git a/ts/filelist.ts b/ts/filelist.ts index 18114f4..11d7738 100644 --- a/ts/filelist.ts +++ b/ts/filelist.ts @@ -74,8 +74,6 @@ $(() => { const createResponse = await axios.post(url, { path, shareType: OC.Share.SHARE_TYPE_LINK, - note: 'foobar foobar foobar', - expireDate: '2020-07-01', }); const { meta, data } = createResponse.data.ocs;