Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo ("Zom" => "Zoom") in web client l10n. #27

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LanguageResource.html
Original file line number Diff line number Diff line change
Expand Up @@ -145276,7 +145276,7 @@ <h5>Parameters:</h5>



<td class="description last"><p>Zom 群組聊天</p></td>
<td class="description last"><p>Zoom 群組聊天</p></td>
</tr>


Expand Down Expand Up @@ -207442,4 +207442,4 @@ <h5>Parameters:</h5>
<script>prettyPrint();</script>
<script src="scripts/linenumber.js"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion language.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -4524,7 +4524,7 @@ <h1 class="page-title">language.js</h1>
* @param {string} [apac.wc_webinar_timeout_title] - 加入網路研討會超時。
* @param {string} [apac.wc_meeting_timeout] - 連線已超時,無法加入會議。請檢查網路連線並重試。
* @param {string} [apac.wc_webinar_timeout] - 連線已超時,無法加入網路研討會。請檢查網路連線並重試。
* @param {string} [apac.wc_chat.group_chat] - Zom 群組聊天
* @param {string} [apac.wc_chat.group_chat] - Zoom 群組聊天
* @param {string} [apac.wc_chat.close] - 關閉
* @param {string} [apac.wc_chat.minimize] - 最小化
* @param {string} [apac.wc_chat.expand] - 展開
Expand Down
Loading