blob: e57374f4d7c33bc52963b3d6341e2e65a43ddcf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="outgoing call" title="打電話">
<floater.string name="lifetime">
5
</floater.string>
<floater.string name="localchat">
附近的語音聊天
</floater.string>
<floater.string name="anonymous">
匿名
</floater.string>
<floater.string name="VoiceInviteP2P">
來電中。
</floater.string>
<floater.string name="VoiceInviteAdHoc">
已加入多方語音通話。
</floater.string>
<text name="connecting">
正在連通 [CALLEE_NAME]
</text>
<text name="calling">
正在打給 [CALLEE_NAME]
</text>
<text name="noanswer">
無人接聽。 請稍候再試一次。
</text>
<text name="nearby">
你的 [VOICE_CHANNEL_NAME] 通話已經中斷。 [RECONNECT_NEARBY]
</text>
<text name="nearby_P2P_by_other">
你的通話已經結束。 [RECONNECT_NEARBY]
</text>
<text name="nearby_P2P_by_agent">
你已經結束通話。 [RECONNECT_NEARBY]
</text>
<text name="leaving">
離開 [CURRENT_CHAT]。
</text>
<button label="取消" label_selected="取消" name="Cancel"/>
</floater>
|