Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalaman TK <ausgfire@gmail.com>2021-02-19 10:41:53 +0300
committerHosted Weblate <hosted@weblate.org>2021-02-20 10:50:24 +0300
commit556a3a179f574d026efb95a776eb48a5ba973e93 (patch)
tree007d3ae69a0f0e3f241620e648d3713cf88393c4
parent1b7faf3862afd7471af31f7683a9a4cd233d9df9 (diff)
Translated using Weblate (Chinese (Traditional))
Currently translated at 4.1% (10 of 241 strings) Translation: Mumla/Mumla Translate-URL: https://hosted.weblate.org/projects/mumla/mumla/zh_Hant/
-rw-r--r--app/src/main/res/values-zh-rTW/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index a6b3dae..068d633 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -1,2 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
-<resources></resources> \ No newline at end of file
+<resources>
+ <string name="chat_notify_disconnected">%s 已離線。</string>
+ <string name="chat_notify_connected">%s 已連線。</string>
+ <string name="chat_notify_now_unmuted_undeafened">%s 現在打開語音收發。</string>
+ <string name="chat_notify_now_unmuted">%s 打開發聲。</string>
+ <string name="chat_notify_now_muted">%s 目前關閉發聲。</string>
+ <string name="chat_notify_now_muted_deafened">%s 目前關閉語音收發。</string>
+ <string name="chat_notify_unmuted_undeafened">開啟語音收發。</string>
+ <string name="chat_notify_unmuted">開啟發聲。</string>
+ <string name="chat_notify_muted">不發聲。</string>
+ <string name="chat_notify_muted_deafened">停止語音收發。</string>
+</resources> \ No newline at end of file