зеркало из https://github.com/nextcloud/spreed.git
Merge branch 'master' into readme_fixes_2
This commit is contained in:
Коммит
e68e59dfa9
|
@ -58,9 +58,10 @@ Still a call creates a load on the participants' browsers (decoding streams) and
|
|||
To make sure a call can sustain the largest number of participants, make sure that:
|
||||
* each participant has a fast upload and download.
|
||||
* each participant has a fast enough system. This means:
|
||||
* on a desktop/laptop system, use a browser like Firefox or Chrome. The WebRTC implementation in other browsers is often sub-par. On a laptop, plug in the power - this often results in better CPU performance.
|
||||
* on mobile device, use the Android/iOS app because mobile browsers will run out of computing power quickly.
|
||||
* each participant disables video.
|
||||
* on a desktop/laptop system, a browser like Firefox or Chrome should be used. The WebRTC implementation in other browsers is often sub-par. On a laptop, the power cord should be plugged in - this often results in better CPU performance.
|
||||
* on mobile devices, the Android/iOS apps should be used because mobile browsers will run out of computing power quickly.
|
||||
* all participant disables their video streams.
|
||||
|
||||
|
||||
With this setup, 20 users should be possible in a typical setup.
|
||||
|
||||
|
|
10
l10n/ja.js
10
l10n/ja.js
|
@ -173,12 +173,21 @@ OC.L10N.register(
|
|||
"Default notification settings" : "デフォルトの通知設定",
|
||||
"Default group notification" : "デフォルトのグループ通知",
|
||||
"Default group notification for new groups" : "新しいグループのデフォルトのグループ通知",
|
||||
"Integration into other apps" : "他のアプリへの統合",
|
||||
"Allow conversations on files" : "ファイルでの会話を許可する",
|
||||
"Allow conversations on public shares for files" : "公開共有ファイルでの会話を許可する",
|
||||
"All messages" : "全てのメッセージ",
|
||||
"@-mentions only" : "@-言及 のみ",
|
||||
"Off" : "オフ",
|
||||
"Signaling server URL" : "シグナリングサーバーURL",
|
||||
"Validate SSL certificate" : "SSL証明書を検証する",
|
||||
"Delete this server" : "このサーバーを削除",
|
||||
"Status: Checking connection" : "ステータス:接続を確認しています",
|
||||
"OK: Running version: {version}" : "OK: 実行中のバージョン: {version}",
|
||||
"Error: Can not connect to server" : "エラー:サーバーに接続できません",
|
||||
"Error: Server did not respond with proper JSON" : "エラー:サーバーは適切なJSONで応答しませんでした",
|
||||
"Error: Server responded with: {error}" : "エラー:サーバーは次の応答を返しました: {error}",
|
||||
"Error: Unknown error occurred" : "エラー:不明なエラーが発生しました",
|
||||
"Signaling servers" : "シグナリングサーバー",
|
||||
"Saved" : "保存しました",
|
||||
"Add a new server" : "新しいサーバーの追加",
|
||||
|
@ -195,6 +204,7 @@ OC.L10N.register(
|
|||
"UDP and TCP" : "UDP と TCP",
|
||||
"UDP only" : "UDP のみ",
|
||||
"TCP only" : "TCP のみ",
|
||||
"Testing whether the TURN server returns ICE candidates" : "TURNサーバーがICE候補を返すかどうかのテスト",
|
||||
"Test this server" : "このサーバーをテスト",
|
||||
"TURN servers" : "TURNサーバー",
|
||||
"Copy link" : "リンクをコピー",
|
||||
|
|
10
l10n/ja.json
10
l10n/ja.json
|
@ -171,12 +171,21 @@
|
|||
"Default notification settings" : "デフォルトの通知設定",
|
||||
"Default group notification" : "デフォルトのグループ通知",
|
||||
"Default group notification for new groups" : "新しいグループのデフォルトのグループ通知",
|
||||
"Integration into other apps" : "他のアプリへの統合",
|
||||
"Allow conversations on files" : "ファイルでの会話を許可する",
|
||||
"Allow conversations on public shares for files" : "公開共有ファイルでの会話を許可する",
|
||||
"All messages" : "全てのメッセージ",
|
||||
"@-mentions only" : "@-言及 のみ",
|
||||
"Off" : "オフ",
|
||||
"Signaling server URL" : "シグナリングサーバーURL",
|
||||
"Validate SSL certificate" : "SSL証明書を検証する",
|
||||
"Delete this server" : "このサーバーを削除",
|
||||
"Status: Checking connection" : "ステータス:接続を確認しています",
|
||||
"OK: Running version: {version}" : "OK: 実行中のバージョン: {version}",
|
||||
"Error: Can not connect to server" : "エラー:サーバーに接続できません",
|
||||
"Error: Server did not respond with proper JSON" : "エラー:サーバーは適切なJSONで応答しませんでした",
|
||||
"Error: Server responded with: {error}" : "エラー:サーバーは次の応答を返しました: {error}",
|
||||
"Error: Unknown error occurred" : "エラー:不明なエラーが発生しました",
|
||||
"Signaling servers" : "シグナリングサーバー",
|
||||
"Saved" : "保存しました",
|
||||
"Add a new server" : "新しいサーバーの追加",
|
||||
|
@ -193,6 +202,7 @@
|
|||
"UDP and TCP" : "UDP と TCP",
|
||||
"UDP only" : "UDP のみ",
|
||||
"TCP only" : "TCP のみ",
|
||||
"Testing whether the TURN server returns ICE candidates" : "TURNサーバーがICE候補を返すかどうかのテスト",
|
||||
"Test this server" : "このサーバーをテスト",
|
||||
"TURN servers" : "TURNサーバー",
|
||||
"Copy link" : "リンクをコピー",
|
||||
|
|
Загрузка…
Ссылка в новой задаче