diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-01 17:34:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-01 17:34:04 +0200 |
commit | 976c8c7cc4a0ab859e3e785a9dbae0ab8057274c (patch) | |
tree | f1103f7336b1ba8af070487a0e3a06ffec1292ab /client-web/source/locale/en.ts | |
parent | 45529def628fd1562bef262312649b428bbdb0f7 (diff) | |
download | keks-meet-976c8c7cc4a0ab859e3e785a9dbae0ab8057274c.tar keks-meet-976c8c7cc4a0ab859e3e785a9dbae0ab8057274c.tar.bz2 keks-meet-976c8c7cc4a0ab859e3e785a9dbae0ab8057274c.tar.zst |
translate settings and to german
Diffstat (limited to 'client-web/source/locale/en.ts')
-rw-r--r-- | client-web/source/locale/en.ts | 29 |
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", + } } |