Newer
Older
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
"general": {
"about": "About",
"tos": "Terms of Service",
"privacy": "Privacy Policy",
"image_by": "Image by",
"loading": "Loading…"
},
"login": {
"title": "Login",
"register": "Register",
"username": "Username",
"email": "Email",
"password": "Password",
"invite": "Invite Code",
"current_password": "Current Password",
"enter": {
"username": "Enter a username.",
"email": "Enter your email.",
"password": "Enter your password.",
"invite": "Enter your invite code.",
"current_password": "Enter your current password."
},
"forgot": "Forgot your password?",
"reset": "Reset password.",
"set_password": "Set new password.",
"remembered": "Go back to login.",
"new": "New to REVOLT?",
"existing": "Already have an account?",
"create": "Create a new account.",
"missing_verification": "No email?",
"resend": "Resend verification.",
"cancel": "Cancel request.",
"check_mail": "Check your mail.",
"check_spam": "Please check spam if you can't find it",
"open_mail_provider": "Open {{provider}}",
"successful_registration": "Successfully registered!",
"error": {
"create": "Failed to register!",
"login": "Failed to login!",
"reset": "Failed to reset!",
"resend": "Failed to resend!"
}
},
"app": {
"status": {
"online": "Online",
"idle": "Idle",
"busy": "Busy",
"invisible": "Invisible",
"offline": "Offline"
},
"navigation": {
"tabs": {
"home": "Home",
"dev": "Developer",
"friends": "Friends",
"unreads": "Unreads",
"saved": "Saved Notes"
}
},
"main": {
"categories": {
"conversations": "Conversations",
"participants": "Participants",
"channels": "Channels",
"members": "Members"
},
"channel": {
"message_where": "Message {{channel_name}}",
"message_who": "Message {{person}}",
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
"failed_upload": "Failed to upload!",
"attached_file": "Attached {{filename}}",
"typing": {
"single": "{{user}} is typing…",
"multiple": "{{userlist}} and {{user}} are typing…",
"several": "Several people are typing…"
},
"system": {
"user_joined": "joined.",
"user_left": "left.",
"added_by": "added by",
"removed_by": "removed by",
"channel_renamed": "renamed the channel to",
"channel_description_changed": "changed the channel description",
"channel_icon_changed": "changed the channel icon"
},
"start": {
"group": "This is the start of your conversation."
},
"voice": {
"connected": "Voice connected",
"leave": "Leave",
"mute": "Mute",
"unmute": "Unmute"
},
"misc": {
"viewing_old": "Viewing older messages",
"jump_present": "Jump to present",
"spoiler_attachment": "Spoiler"
},
"unknown_user": "<Unknown User>",
"edited": "(edited)",
"bot": "bot"
},
"groups": {
"create": "Create a group.",
"name": "Group Name",
},
"servers": {
"create": "Create a server.",
"name": "Server Name",
"channel_description": "Channel Description",
"custom_banner": "Custom Banner",
}
},
"settings": {
"title": "Settings",
"categories": {
"user_settings": "User Settings",
"client_settings": "Client Settings"
},
"actions": {
"remove": "Remove",
"upload": "Upload",
"max_filesize": "(max {{filesize}})"
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
192
193
194
195
196
197
198
199
200
},
"pages": {
"account": {
"title": "My Account",
"change_field": "Change"
},
"profile": {
"title": "Profile",
"info": "Information",
"fetching": "Fetching your profile…",
"placeholder": "Write something about yourself…",
"profile_picture": "Profile Picture",
"custom_background": "Custom Background",
"edit_background": "Edit Background"
},
"sessions": {
"title": "Sessions",
"active_sessions": "Active Sessions",
"this_device": "This Device",
"created": "Created {{time_ago}}"
},
"appearance": {
"title": "Appearance",
"theme": "Theme",
"display": {
"default": "Default",
"compact": "Compact",
"default_description": "Beautiful, sleek and modern.",
"compact_description": "Good old IRC."
},
"color": {
"light": "light",
"dark": "dark"
},
"accent_selector": "Accent Colour",
"emoji_pack": "Emoji Pack",
"message_display": "Message Display",
"advanced": "Advanced Options",
"overrides": "Theme Overrides",
"reset_overrides": "Reset overrides",
"export_clipboard": "Export to clipboard",
"import_clipboard": "Import from clipboard",
"import_manual": "Import manually",
"import_theme": "Import theme from string",
"theme_data": "Theme Data",
"custom_css": "Custom CSS",
"sync": "Sync Options"
},
"notifications": {
"title": "Notifications",
"push_notifications": "Push Notifications",
"enable_desktop": "Enable Desktop Notifications.",
"enable_push": "Enable Push Notifications.",
"sounds": "Sounds",
"enable_sound": "Play Sound on Message.",
"enable_outgoing_sound": "Play Send Sound.",
"descriptions": {
"enable_desktop": "This will give you notifications while your app is open.",
"enable_push": "Enable to receive notifications when you're offline.",
"enable_sound": "Enable for incoming message sounds.",
"enable_outgoing_sound": "Enable to play sound when you send a message."
}
},
"language": {
"title": "Language",
"select": "Select your language"
},
"sync": {
"title": "Sync",
"categories": "Sync Categories",
"descriptions": {
"appearance": "This will sync options such as emoji packs and message density.",
"theme": "This will sync your chosen theme, colours and any custom CSS.",
"locale": "This will sync your currently chosen language."
}
},
"donate": {
"title": "Donate"
},
"source_code": "Source",
"feedback": {
"title": "Feedback",
"report": "What do you want to report?",
"bug": "Bug",
"feature": "Feature Request",
"other": "Other",
"describe": "Please describe the issue.",
"send": "Send Feedback"
},
"logOut": "Log Out"
},
"channel_pages": {
"overview": {
"title": "Overview",
"name": "Channel Name",
"description": "Channel Description"
}
},
"server_pages": {
"overview": {
"name": "Server Name",
"description": "Channel Description"
}
},
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
"tips": {
"account": {
"a": "Looking to customise your public profile?",
"b": "Head over to your profile settings."
},
"languages": {
"a": "Missing a language you want?",
"b": "Help contribute more translations."
},
"sessions": {
"a": "If you see an unknown session on the list,",
"b": "secure your account by changing your password and using 2FA."
}
}
},
"special": {
"copy_username": "Click to copy username",
"friends": {
"pending": "Pending",
"blocked": "Blocked",
"incoming": "Incoming friend request.",
"outgoing": "Outgoing friend request.",
"nobody": "Nobody here yet!"
},
"status": {
"offline": "Offline.",
"disconnected": "Disconnected.",
"connecting": "Connecting…",
"reconnecting": "Reconnecting…"
},
"modals": {
"error": "An error occurred!",
"clipboard": {
"unavailable": "Clipboard is unavailable!",
"https": "You are not currently in a HTTPS context.",
"copy": "Manual Copy:"
},
"signed_out": "You were signed out!",
"onboarding": {
"welcome": "Welcome to",
"pick": "Pick a username that you want people to be able to find you by, this can be changed later in settings."
},
"prompt": {
"confirm_leave": "Leave {{name}}?",
"confirm_leave_long": "You won't be able to rejoin unless you are re-invited.",
"confirm_close_dm": "Close conversation with {{name}}?",
"confirm_close_dm_long": "You can re-open it later but it will disappear on both sides.",
"confirm_delete_long": "Once it's deleted, there's no going back.",
"confirm_delete_message_long": "Are you sure you want to delete this?",
"create_invite_generate": "Generating invite…",
"create_invite_created": "Here is your new invite code:"
},
"account": {
"change": {
"username": "Change your username",
"email": "Change your email",
"password": "Change your password"
},
"failed": "Failed to change!"
},
"actions": {
"ok": "Ok",
"save": "Save",
"close": "Close",
"preview": "Preview",
"reload": "Reload App",
"continue": "Continue",
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
}
},
"popovers": {
"user_profile": {
"profile": "Profile",
"mutual_friends": "Mutual Friends",
"mutual_groups": "Mutual Groups",
"empty": "It's a bit empty in here…",
"no_users": "No mutual friends!",
"no_groups": "No mutual groups!",
"sub": {
"badges": "Badges",
"information": "Information",
"connections": "Connections"
},
"badges": {
"translator": "Translator",
"supporter": "Supporter",
"early_adopter": "Early Adopter"
}
},
"user_picker": {
"select": "Select friends to add."
}
},
"requires_online": "You need to be online to view this."
},
"context_menu": {
"copy_id": "Copy ID",
"copy_selection": "Copy Selection",
"copy_text": "Copy Text",
"copy_uid": "Copy User ID",
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
"copy_cid": "Copy Channel ID",
"copy_mid": "Copy Message ID",
"mention": "Mention",
"message_user": "Message",
"mark_as_read": "Mark As Read",
"retry_message": "Retry Send",
"cancel_message": "Cancel Send",
"quote_message": "Quote Message",
"edit_message": "Edit Message",
"delete_message": "Delete Message",
"remove_member": "Remove From Group",
"open_file": "Open File",
"save_file": "Save File",
"open_image": "Open Image",
"save_image": "Save Image",
"open_video": "Open Video",
"save_video": "Save Video",
"copy_link": "Copy Link",
"open_link": "Open Link",
"block_user": "Block User",
"unblock_user": "Unblock User",
"add_friend": "Add Friend",
"remove_friend": "Remove Friend",
"cancel_friend": "Cancel Request",
"custom_status": "Custom Status",
"clear_status": "Clear Status",
"set_custom_status": "Set a custom status",
"leave_group": "Leave Group",
"leave_server": "Leave Server",
"close_dm": "Close DM",
"delete_server": "Delete Server",
"delete_channel": "Delete Channel",
"open_channel_settings": "Channel Settings",
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
"open_group_settings": "Group Settings"
}
},
"quantities": {
"members": {
"one": "1 Member",
"many": "{{count}} Members"
}
},
"dayjs": {
"lastDay": "[Yesterday at] LT",
"sameDay": "[Today at] LT",
"nextDay": "[Tomorrow at] LT",
"lastWeek": "[Last] dddd [at] LT",
"nextWeek": "dddd [at] LT",
"sameElse": "L"
},
"notifications": {
"sent_request": "@{{person}} sent you a friend request.",
"now_friends": "You are now friends with @{{person}}!"
},
"error": {
"NetworkError": "Network error.",
"Unauthorized": "Unauthorized.",
"Unlabelled": "Something happened.",
"FailedValidation": "Failed to validate fields.",
"DatabaseError": "Database error.",
"InternalError": "Internal error.",
"MissingPermission": "Missing permission.",
"UnknownError": "See console.",
"OperationFailed": "Operation failed.",
"RenderFail": "Template rendering failed.",
"MissingHeaders": "Missing headers.",
"InvalidSession": "Invalid session.",
"UnverifiedAccount": "Unverified account.",
"UnknownUser": "Unknown user.",
"EmailInUse": "Email in use.",
"EmailFailed": "Email failed to send.",
"InvalidCredentials": "Email or password is wrong.",
"InvalidToken": "Invalid token",
"MissingInvite": "Missing invite code in request.",
"InvalidInvite": "Invalid code",
"AlreadyOnboarded": "Already finished onboarding.",
"UsernameTaken": "Username is taken.",
"AlreadyFriends": "Already friends with this user.",
"AlreadySentRequest": "Already sent a request to this user.",
"Blocked": "You have blocked this user.",
"BlockedOther": "This user has blocked you.",
"NoEffect": "This request had no effect.",
"RequiredField": "Required",
"TooShort": "Too short",
"TooLong": "Too long",
"InvalidEmail": "Invalid email address",
"Unavailable": "Unavailable.",
"FileTooLarge": "File is too large.",
"FailedToReceive": "Server failed to receive your file.",
"MissingData": "Request is missing data.",
"ProbeError": "Failed to get file metadata.",
"IoError": "Server encountered an I/O error.",
"UnsupportedBrowser": "Browser is missing support for this feature.",
"DeniedNotification": "You denied notification access, check page settings.",
"CompromisedPassword": "This password is compromised."