aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/locale/en.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/locale/en.ts')
-rw-r--r--client-web/source/locale/en.ts29
1 files changed, 28 insertions, 1 deletions
diff --git a/client-web/source/locale/en.ts b/client-web/source/locale/en.ts
index da9d949..3bf5f7e 100644
--- a/client-web/source/locale/en.ts
+++ b/client-web/source/locale/en.ts
@@ -52,12 +52,39 @@ export const PO_EN_US: LanguageStrings = {
status_closing: "Channel closing…",
mute: "Mute",
video_stream: "video stream",
- audio_stream: "video stream",
+ audio_stream: "audio stream",
disable: "Disable",
enable: "Enable",
status_await_track: "Awaiting track…",
notification_perm_explain: "For keks-meet to send notifications, it needs you to grant permission: ",
grant: "Grant",
clear_prefs: "Want to clear all settings? Use this:",
+ setting_descs: {
+ language: "Interface Language",
+ warn_redirect: "Internal option that is set by a server redirect.",
+ image_view_popup: "Open image in popup instead of new tab",
+ webrtc_debug: "Show additional information for WebRTC related stuff",
+
+ microphone_enabled: "Add one microphone track on startup",
+ screencast_enabled: "Add one screencast track on startup",
+ camera_enabled: "Add one camera track on startup",
+ rnnoise: "Use RNNoise for noise suppression",
+ native_noise_suppression: "Suggest the browser to do noise suppression",
+ microphone_gain: "Amplify microphone volume",
+ video_fps: "Preferred framerate (in 1/s) for screencast and camera",
+ video_resolution: "Preferred width for screencast and camera",
+ camera_facing_mode: "Prefer user-facing or env-facing camera",
+ auto_gain_control: "Automatically adjust mic gain",
+ echo_cancellation: "Cancel echo",
+ audio_activity_threshold: "Audio activity threshold",
+ optional_audio_default_enable: "Enable audio tracks by default",
+ optional_video_default_enable: "Enable video tracks by default",
+ notify_chat: "Send notifications for incoming chat messages",
+ notify_join: "Send notifications when users join",
+ notify_leave: "Send notifications when users leave",
+ enable_onbeforeunload: "Prompt for confirmation when leaving the site while local resources are active",
+ room_watches: "Known rooms (as semicolon seperated list of name=secret pairs)",
+ username: "Username",
+ }
}