This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathen-us.json
79 lines (79 loc) · 2.82 KB
/
en-us.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
{
"login": {
"usernamePlaceholder": "Username",
"passwordPlaceholder": "Password",
"loginButton": "Sign In",
"isLoginExpired": "Your session has expired, please sign in again.",
"isCredentialsInvalid": "The username and / or password is incorrect.",
"isLogout": "Session ended successfully!"
},
"chat": {
"isDisconnectedMsg": "You have been disconnected from the chat because of connection problems.",
"noOpenConversation": "There is no open chat.",
"tipNewConversation": "You can open a new chat by clicking the",
"noConversation": "You do not have conversations yet",
"openNewConversation": "Open New Chat",
"back": "Go Back",
"adminMessageTitle": "Admin Message"
},
"contactDetails": {
"modalTitle": "Contact Details",
"nameLabel": "Name",
"groupLabel": "Group"
},
"chatbox": {
"messageRequired": "You must enter a message.",
"chatboxPlaceholder": "Enter your message",
"typingLabel": "Typing...",
"loadOldMessages": "Load old messages...",
"loadingOldMessages": "Loading old messages...",
"oldMessagesLimit": "You have reached the old message search limit",
"oldMessagesLabel": "Old Messages",
"loadingMessages": "Loading messages..."
},
"contacts": {
"searchPlaceholder": "Search Contact",
"min3Characters": "Please enter at least 3 characters.",
"noContactFound": "No contacts found",
"loadingContacts": "Loading contacts...",
"noAvailableContacts": "You do not have any contacts.",
"groupOthers": "Others"
},
"profile": {
"changePhoto": "Change",
"onlinePresence": "Online",
"busyPresence": "Busy",
"awayPresence": "Away",
"offlinePresence": "Offline",
"deleteAvatarTitle": "Are you sure?",
"deleteAvatarBody": "When you confirm the deletion of the photo you will be using the default photo.",
"cancelDeleteAvatar": "Cancel",
"avatarExtensionInvalid": "Image must be of .PNG or .JPG extension!",
"avatarSizeInvalid": "Image must be less than 2MBs!",
"reLoginButton": "Sign In Again",
"reLoginTitle": "Are you sure?",
"reLoginBody": "When you log in again you will lose access to active conversations!",
"cancelReLogin": "Cancel"
},
"config": {
"desktopNotifications": "Desktop Notifications",
"enableSoundNotification": "Enable Sound Notifications",
"disableSoundNotification": "Disable Sound Notifications",
"enableOfflineContacts": "Show Offline Contacts",
"disableOfflineContacts": "Hide Offline Contacts",
"enableDarkMode": "Enable Night Mode",
"disableDarkMode": "Disable Night Mode",
"selectCountry": "Select Country"
},
"dialogs": {
"save": "Save",
"cancel": "Cancel"
},
"date": {
"today": "Today",
"yesterday": "Yesterday"
},
"page404": {
"button": "Oops! Click here to return to the home page."
}
}