-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtranslation.json
191 lines (191 loc) · 7.75 KB
/
translation.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"widgets": {
"chat": {
"title": "Messages",
"searchingNetwork": "<i class=\"fa fa-spinner fa-pulse\"></i> Searching for network...",
"loading": "Loading",
"copied": "Message copied",
"messagePlaceholder": "Type message",
"instruction": "To start messaging contacts tap the <i class=\"fa fa-pencil-square-o\"></i> at the top of your screen.",
"actions": {
"send": "Send",
"save": "Save",
"cancel": "Cancel"
},
"verifyAccess": {
"instruction": "Verify that you can access this feature. Try again by<br> pressing the <strong>Refresh</strong> button below.",
"actions": {
"refresh": "Refresh"
}
},
"group": {
"title": "New Group",
"instruction": "PARTICIPANTS: <span class=\"participant-count\"></span> selected",
"groupNamePlaceholder": "Group name",
"participants": {
"title": "Group",
"subtitle": "Participants"
},
"actions": {
"create": "Create",
"back": "Back"
},
"noGroupCreated": {
"title": "No group created",
"message": {
"noAttendees": "We couldn't find any attendees.",
"noSpeakers": "We couldn't find any speakers.",
"noAdmins": "We couldn't find any administrators."
}
}
},
"channel": {
"successToast": {
"joinSuccess": "Successfully joined channel"
},
"infoToast": {
"openingChannel": "Opening channel...",
"offline": {
"title": "You are offline",
"message": "An internet connection is necessary to join a public channel."
},
"joining": "Joining channel..."
}
},
"contacts": {
"instruction": "Select recipients",
"actions": {
"cancel": "Cancel",
"next": "Next",
"clear": "Clear selection",
"loadMore": "Load more"
},
"searchPlaceholder": "Search...",
"recipient": "<span class=\"count\"></span> recipient<span class=\"plural\"></span> selected",
"notFound": "<i class=\"fa fa-meh-o\"></i> No results found",
"loading": "Loading..."
},
"adminButtonGroup": {
"title": "Admin only groups",
"actions": {
"all": "All attendees",
"speakers": "Speakers only",
"admins": "Admins only"
}
},
"conversation": {
"offline": "Your device is offline",
"actions": {
"loadMore": "Load more",
"send": "Send"
},
"errors": {
"sendFailed": "Couldn't send your message. Try again!",
"notFound": "Conversation not found"
},
"sendTo": "Send to",
"newConversation": {
"title": "New conversation",
"instruction": "Select contacts to start a conversation"
},
"infoToast": {
"open": "Opening conversation...",
"leaving": "Leaving conversation...",
"deleting": "Deleting conversation...",
"offline": {
"title": "You are offline",
"message": "An internet connection is necessary to create a conversation or group."
}
},
"errorToast": {
"notFound": {
"title": "Conversation {{conversationId}} not found"
},
"leaveFailed": "Error leaving conversation",
"deleteFailed": "Error deleting conversation",
"createFailed": "Error creating conversation."
},
"UIActions": {
"delete": {
"title": "Are you sure you want to delete this conversation?",
"label": "Delete"
},
"leave": {
"title": "Are you sure you want to leave this {{label}}?",
"label": "Leave"
},
"settings": {
"title": "Notification settings"
},
"unmute": {
"label": "Unmute"
},
"mute": {
"label": "Mute"
}
}
},
"tabs": {
"directMessages": "Direct Messages",
"publicChannels": "Public Channels"
},
"message": {
"actions": {
"copy": "Copy",
"edit": "Edit",
"delete": "Delete"
},
"errors": {
"offline": "No internet"
},
"editSuccess": "Edited",
"infoToast": {
"offline": {
"title": "You are offline",
"message": "An internet connection is necessary to delete a message."
}
},
"errorToast": {
"updateFailed": "Error updating the message. Please try again.",
"deleteFailed": "Error deleting the message",
"loadMoreFailed": "Error loading more messages",
"loadFailed": "Error loading messages"
},
"UIActions": {
"delete": {
"title": "Are you sure you want to delete this message?",
"label": "Delete",
"progress": "Deleting..."
}
}
},
"profilePhoto": {
"title": "How do you want to choose your image?",
"instruction": "Choose Image",
"actions": {
"take": "Take Photo",
"chooseExisting": "Choose Existing Photo",
"cancel": "Cancel"
}
},
"infoToast": {
"offline": "You are offline",
"online": "You are back online",
"verifying": "Verifying your account..."
},
"errorToast": {
"connectFailed": "Cannot connect to contact list. Please check it's configured correctly.",
"loadFailed": "Error loading data",
"userNotFound": "User is not found. Please check the contacts data source.",
"loginFailed": "Error logging in",
"editNotAvailable": "Chat is not available in edit mode"
},
"errors": {
"unauthorized": "Please log in with your account to access the chat.",
"userEmailNotFound": "Cannot find user email. Please review feature configuration.",
"emailNotFound": "User email not found. Please make sure the user is logged in.",
"connectFailed": "Error connecting you to chat"
}
}
}
}