This repository was archived by the owner on Jun 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
Expand file tree
/
Copy pathVoiceOver.strings
More file actions
50 lines (42 loc) · 1.96 KB
/
VoiceOver.strings
File metadata and controls
50 lines (42 loc) · 1.96 KB
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
41
42
43
44
45
46
47
48
49
50
/*
VoiceOver.strings
Rocket.Chat
Created by Simon on 01.09.2019
Copyright © 2019 Rocket.Chat. All rights reserved.
*/
// MARK: Auth
"auth.connect.urlfield.label" = "伺服器地址";
"auth.connect.urlfield.hint" = "新增伺服器地址";
"auth.more.label" = "More"; // TODO
"auth.close.label" = "Close"; // TODO
"auth.show_more_options.label" = "Show more options"; // TODO
"auth.show_less_options.label" = "Show less options"; // TODO
"auth.authentication.emailorusername.label" = "電子信箱或用戶名稱";
"auth.authentication.emailorusername.hint" = "新增電子信箱或用戶名稱";
"auth.authentication.password.label" = "密碼";
"auth.authentication.password.label" = "新增密碼";
// MARK: Channels
"channel.preferences.label" = "Preferences"; // TODO
// MARK: Subscriptions
"subscriptions.main.userview.label" = "聊天訊息";
"subscriptions.main.userview.value" = "伺服器: %@. 訊息: %@. 狀態: %@.";
"subscriptions.main.userview.hint" = "點擊兩下變更狀態";
"subscriptions.main.channel.hint" = "Double tap to enter"; // TODO
"subscriptions.server_button.hint" = "Double tap to add or change server"; // TODO
"subscriptions.server_button.close.hint" = "Double tap to close the server menu"; // TODO
// MARK: Preferences
"preferences.profile.edit.label" = "Profile picture"; // TODO
"preferences.profile.editing.label" = "Edit the profile picture"; // TODO
"preferences.icon.default" = "Default icon"; // TODO
"preferences.icon.black" = "Black icon"; // TODO
"preferences.icon.red" = "Red icon"; // TODO
"preferences.icon.bnw" = "Black and White icon"; // TODO
"preferences.icon.grey" = "Grey icon"; // TODO
"preferences.icon.white" = "White icon"; // TODO
"preferences.icon.blue" = "Blue icon"; // TODO
// MARK: Message
"message.label" = "來自 %@ at %@ 的訊息";
"message.hint" = "回饋: %@";
"message.search.label" = "Search"; // TODO
"message.threads.label" = "Threads"; // TODO
"message.chat.title.hint" = "Double tap to open channel options"; // TODO