From 80415791f541467d328624aab37dbb9e2488a9d6 Mon Sep 17 00:00:00 2001 From: MumbleTransifexBot Date: Thu, 6 Aug 2020 01:27:29 +0000 Subject: TRANSLATION: Transifex translation update Mode: default Minimum percent translated: 0 Matched 45 languages --- src/mumble/mumble_lt.ts | 180 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 124 insertions(+), 56 deletions(-) (limited to 'src/mumble/mumble_lt.ts') diff --git a/src/mumble/mumble_lt.ts b/src/mumble/mumble_lt.ts index f9b7e9d08..af739f32f 100644 --- a/src/mumble/mumble_lt.ts +++ b/src/mumble/mumble_lt.ts @@ -789,10 +789,6 @@ This value allows you to set the maximum number of users allowed in the channel. Audio Processing Garso apdorojimas - - Noise Suppression - Triukšmo malšinimas - Noise suppression Triukšmo malšinimas @@ -970,35 +966,51 @@ This value allows you to set the maximum number of users allowed in the channel. - Apply RNNoise's noise suppression filter. + Audio input - <b>This applies RNNoise's noise suppression filter.</b><br />RNNoise is based on machine learning and used in WebRTC. + <b>This is the input method to use for audio.</b> - RNNoise + Enable Opus' low-delay mode when the quality is set to <b>64 kb/s</b> or higher. - Audio input + If checked, Mumble will enable Opus' low-delay mode when the quality is set to <b>64 kbit/s</b> or higher. Low-delay mode decreases latency by <b>~15 milliseconds</b> in the round trip. This mode may require an higher bitrate to preserve the same quality, in comparison with the music and VOIP modes. - <b>This is the input method to use for audio.</b> + Allow low delay mode - Enable Opus' low-delay mode when the quality is set to <b>64 kb/s</b> or higher. + Don't use noise suppression. - If checked, Mumble will enable Opus' low-delay mode when the quality is set to <b>64 kbit/s</b> or higher. Low-delay mode decreases latency by <b>~15 milliseconds</b> in the round trip. This mode may require an higher bitrate to preserve the same quality, in comparison with the music and VOIP modes. + Use the noise suppression algorithm provided by Speex. - Allow low delay mode + Use the noise suppression algorithm provided by RNNoise. + + + + Use a combination of Speex and RNNoise to do noise suppression. + + + + Both + + + + This controls the amount by which Speex will suppress noise. + + + + Speex suppression strength @@ -3190,16 +3202,19 @@ Label of the server. This is what the server will be named like in your server l Database - - Mumble failed to initialize a database in any -of the possible locations. - - The database '%1' is read-only. Mumble cannot store server settings (i.e. SSL certificates) until you fix this problem. The database '%1' is read-only. Mumble can not store server settings (ie. SSL certificates) until you fix this problem. Duomenų bazė "%1" yra tik skaitymui. Mumble negali saugoti serverio nustatymų (pvz., SSL liudijimų) tol, kol nepataisysite šios problemos. + + The database file '%1' set in the configuration file does not exist. Do you want to create a new database file at this location? + + + + Mumble failed to initialize a database in any of the possible locations. + + DeveloperConsole @@ -4290,6 +4305,22 @@ The setting only applies for new messages, the already shown ones will retain th Silent user lifetime + + Show the local volume adjustment for each user (if any). + + + + Show volume adjustments + + + + Whether to show all of the local user's listeners (ears) in the TalkingUI (and thereby also the channels they are in). + + + + Show local user's listeners (ears) + + MainWindow @@ -6035,45 +6066,6 @@ the channel's context menu. Joins the channel of this user. - - Usage: mumble [options] [<url>] - -<url> specifies a URL to connect to after startup instead of showing -the connection window, and has the following form: -mumble://[<username>[:<password>]@]<host>[:<port>][/<channel>[/<subchannel>...]][?version=<x.y.z>] - -The version query parameter has to be set in order to invoke the -correct client version. It currently defaults to 1.2.0. - -Valid options are: - -h, --help Show this help text and exit. - -m, --multiple - Allow multiple instances of the client to be started. - -n, --noidentity - Suppress loading of identity files (i.e., certificates.) - -jn, --jackname <arg> - Set custom Jack client name. - --license - Show the Mumble license. - --authors - Show the Mumble authors. - --third-party-licenses - Show licenses for third-party software used by Mumble. - --window-title-ext <arg> - Sets a custom window title extension. - --dump-input-streams - Dump PCM streams at various parts of the input chain - (useful for debugging purposes) - - raw microphone input - - speaker readback for echo cancelling - - processed microphone input - --print-echocancel-queue - Print on stdout the echo cancellation queue state - (useful for debugging purposes) - - - - Channels and users @@ -6118,6 +6110,54 @@ Valid options are: (%1) %2 + + Configuration file %1 does not exist or is not writable. + + + + + Usage: mumble [options] [<url>] + +<url> specifies a URL to connect to after startup instead of showing +the connection window, and has the following form: +mumble://[<username>[:<password>]@]<host>[:<port>][/<channel>[/<subchannel>...]][?version=<x.y.z>] + +The version query parameter has to be set in order to invoke the +correct client version. It currently defaults to 1.2.0. + +Valid options are: + -h, --help Show this help text and exit. + -m, --multiple + Allow multiple instances of the client to be started. + -c, --config + Specify an alternative configuration file. + If you use this to run multiple instances of Mumble at once, + make sure to set an alternative 'database' value in the config. + -n, --noidentity + Suppress loading of identity files (i.e., certificates.) + -jn, --jackname <arg> + Set custom Jack client name. + --license + Show the Mumble license. + --authors + Show the Mumble authors. + --third-party-licenses + Show licenses for third-party software used by Mumble. + --window-title-ext <arg> + Sets a custom window title extension. + --dump-input-streams + Dump PCM streams at various parts of the input chain + (useful for debugging purposes) + - raw microphone input + - speaker readback for echo cancelling + - processed microphone input + --print-echocancel-queue + Print on stdout the echo cancellation queue state + (useful for debugging purposes) + + + + Manual @@ -7077,6 +7117,34 @@ See <a href="https://wiki.mumble.info/wiki/Installing_Mumble">th Talking (muted) + + All messages + + + + Toggle console for all events + + + + Toggle pop-up notifications for all events + + + + Toggle window highlight (if not active) for all events + + + + Click here to toggle sound notifications for all events + + + + Toggle Text-to-Speech for all events + + + + RNNoise is not available due to a sample rate mismatch. + + RichTextEditor -- cgit v1.2.3