Switch i18n plural separator from | to _

This commit is contained in:
Michael Telatynski
2023-11-17 12:08:27 +00:00
parent 68f31ed52d
commit 1598818db6
18 changed files with 58 additions and 58 deletions

View File

@@ -68,8 +68,8 @@
"Microphone off": "麦克风关闭",
"Microphone on": "麦克风开启",
"Not encrypted": "未加密",
"{{count, number}}|one": "{{count, number}}",
"{{count, number}}|other": "{{count, number}}",
"{{count, number}}_one": "{{count, number}}",
"{{count, number}}_other": "{{count, number}}",
"Sharing screen": "屏幕共享",
"You": "你",
"Continue in browser": "在浏览器中继续",
@@ -86,7 +86,7 @@
"Call not found": "未找到通话",
"Calls are now end-to-end encrypted and need to be created from the home page. This helps make sure everyone's using the same encryption key.": "现在,通话是端对端加密的,需要从主页创建。这有助于确保每个人都使用相同的加密密钥。",
"Your web browser does not support media end-to-end encryption. Supported Browsers are Chrome, Safari, Firefox >=117": "您的浏览器不支持媒体端对端加密。支持的浏览器有 Chrome、Safari、Firefox >=117",
"{{count}} stars|other": "{{count}} 个星",
"{{count}} stars_other": "{{count}} 个星",
"{{displayName}} is presenting": "{{displayName}}正在展示",
"{{displayName}}, your call has ended.": "{{displayName}},通话已结束。",
"<0>Submitting debug logs will help us track down the problem.</0>": "<0>提交日志以帮助我们修复问题。</0>",
@@ -97,7 +97,7 @@
"Thanks, we received your feedback!": "谢谢,我们收到了反馈!",
"By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "点击 \"开始\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>",
"By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>": "点击 \"加入通话\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>",
"{{count}} stars|one": "{{count}} 个星",
"{{count}} stars_one": "{{count}} 个星",
"<0>Thanks for your feedback!</0>": "<0>感谢反馈!</0>",
"Your feedback": "您的反馈",
"Connectivity to the server has been lost.": "与服务器的连接中断。",