forked from jitsi/jitsi-meet-electron
-
Notifications
You must be signed in to change notification settings - Fork 1
/
en.json
33 lines (33 loc) · 1.49 KB
/
en.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
{
"enterConferenceNameOrUrl": "Enter a room name for your conference or a Jitsi URL",
"go": "GO",
"help": "Help",
"termsLink": "Terms",
"privacyLink": "Privacy",
"recentListLabel": "or rejoin one of your recent conference rooms",
"sendFeedbackLink": "Send Feedback",
"aboutLink": "About",
"sourceLink": "Source Code",
"versionLabel": "Version: {{version}}",
"onboarding": {
"startTour": "Start Tour",
"skip": "Skip",
"welcome": "Welcome to {{appName}}",
"letUsShowYouAround": "Let us show you around!",
"next": "Next",
"conferenceUrl": "Enter the name (or full URL) of the room you want to join. You may make a name up, just let others know so they enter the same name.",
"settingsDrawerButton": "Click here to open the settings drawer.",
"serverSetting": "This will be the server where your conferences will take place. You can use your own, but you don't need to!",
"serverTimeout": "Timeout to join a meeting, if the meeting hasn't been joined before the timeout hits, it's cancelled.",
"alwaysOnTop": "You can toggle whether you want to enable the \"always-on-top\" window, which is displayed when the main window loses focus. This will be applied to all conferences."
},
"settings": {
"back": "Back",
"alwaysOnTopWindow": "Always on Top Window",
"invalidServer": "Invalid Server URL",
"invalidServerTimeout": "Invalid value for Server Timeout",
"serverUrl": "Server URL",
"serverTimeout": "Server Timeout (in seconds)",
"disableAGC": "Disable automatic gain control"
}
}