mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added to display tooltip's for the Voip button's
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5687 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6ab765a96e
commit
50351b6b27
@ -11,6 +11,7 @@ AudioPopupChatDialog::AudioPopupChatDialog(QWidget *parent)
|
||||
audioListenToggleButton->setMinimumSize(QSize(28,28)) ;
|
||||
audioListenToggleButton->setMaximumSize(QSize(28,28)) ;
|
||||
audioListenToggleButton->setText(QString()) ;
|
||||
audioListenToggleButton->setToolTip(tr("Mute yourself"));
|
||||
|
||||
std::cerr << "****** VOIPLugin: Creating new AudioPopupChatDialog !!" << std::endl;
|
||||
|
||||
@ -30,6 +31,7 @@ AudioPopupChatDialog::AudioPopupChatDialog(QWidget *parent)
|
||||
audioMuteCaptureToggleButton->setMinimumSize(QSize(28,28)) ;
|
||||
audioMuteCaptureToggleButton->setMaximumSize(QSize(28,28)) ;
|
||||
audioMuteCaptureToggleButton->setText(QString()) ;
|
||||
audioMuteCaptureToggleButton->setToolTip(tr("Deafen yourself"));
|
||||
|
||||
QIcon icon2 ;
|
||||
icon2.addPixmap(QPixmap(":/images/muted_self.svg")) ;
|
||||
|
@ -168,6 +168,19 @@
|
||||
<translation>VOIP</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioPopupChatDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="14"/>
|
||||
<source>Mute yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="34"/>
|
||||
<source>Deafen yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioStats</name>
|
||||
<message>
|
||||
|
@ -168,6 +168,19 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioPopupChatDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="14"/>
|
||||
<source>Mute yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="34"/>
|
||||
<source>Deafen yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioStats</name>
|
||||
<message>
|
||||
|
@ -4,133 +4,128 @@
|
||||
<context>
|
||||
<name>AudioInput</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="20"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="17"/>
|
||||
<source>Audio Wizard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="33"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="30"/>
|
||||
<source>Transmission</source>
|
||||
<translation>Transmisión</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="39"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="36"/>
|
||||
<source>&Transmit</source>
|
||||
<translation>&Transmitir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="46"/>
|
||||
<source>When to transmit your speech</source>
|
||||
<translation>Cuándo transmitir su habla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="52"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<source><b>This sets when speech should be transmitted.</b><br /><i>Continuous</i> - All the time<br /><i>Voice Activity</i> - When you are speaking clearly.<br /><i>Push To Talk</i> - When you hold down the hotkey set under <i>Shortcuts</i>.</source>
|
||||
<translation><b>Establece cuándo debería transmitirse el habla.</b><br /><i>Contínuo</i> - Todo el tiempo<br /><i>Actividad Vocal</i> - Cuando está hablando claramente.<br /><i>Presionar Para Hablar</i> - Cuando presiona la tecla establecida en <i>Métodos abreviados</i>.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="66"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="63"/>
|
||||
<source>DoublePush Time</source>
|
||||
<translation>Tiempo para DoblePulsación</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="73"/>
|
||||
<source>If you press the PTT key twice in this time it will get locked.</source>
|
||||
<translation>Si presiona la tecla PTT dos veces durante este tiempo, esta quedará bloqueada.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="79"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<source><b>DoublePush Time</b><br />If you press the push-to-talk key twice during the configured interval of time it will be locked. Mumble will keep transmitting until you hit the key once more to unlock PTT again.</source>
|
||||
<translation><b>Tiempo para DoblePulsación</b><br />Si presiona la tecla presionar-para-hablar dos veces durante el intervalo de tiempo configurado, esta quedará bloqueada. Mumble seguirá transmitiendo hasta que presione la tecla una vez más para desbloquear PTT otra vez.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="122"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="119"/>
|
||||
<source>Voice &Hold</source>
|
||||
<translation>&Persistencia de la voz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="129"/>
|
||||
<source>How long to keep transmitting after silence</source>
|
||||
<translation>Cuánto tiempo continuar transmitiendo tras un silencio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="135"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<source><b>This selects how long after a perceived stop in speech transmission should continue.</b><br />Set this higher if your voice breaks up when you speak (seen by a rapidly blinking voice icon next to your name).</source>
|
||||
<translation><b>Selecciona por cuánto tiempo tras una detección percibida en el habla debería continuar la transmisión .</b>Auméntelo si su voz es interrumpida mientras habla (observable por un icono de voz parpadeando rápidamente junto a su nombre).</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="151"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="148"/>
|
||||
<source>Silence Below</source>
|
||||
<translation>Silencio por debajo de</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="155"/>
|
||||
<source>Signal values below this count as silence</source>
|
||||
<translation>Los valores de la señal por debajo de este se consideran como silencio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="161"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="193"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<source><b>This sets the trigger values for voice detection.</b><br />Use this together with the Audio Statistics window to manually tune the trigger values for detecting speech. Input values below "Silence Below" always count as silence. Values above "Speech Above" always count as voice. Values in between will count as voice if you're already talking, but will not trigger a new detection.</source>
|
||||
<translation><b>Establece los valores que provocaran la detección vocal.</b><br />Use esto junto con la ventana la ventana de estadísticas del audio para ajustar manualmente los valores que provocan la detección del habla. Los valores de entrada por debajo del "Silencio por debajo de" siempre se consideran como silencio. Los valores por encima del "Habla por encima de" siempre se consideran como voz. Los valores intermedios se considerarán como voz si usted ya estaba hablando, pero no provocarán una nueva detección.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="183"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="180"/>
|
||||
<source>Speech Above</source>
|
||||
<translation>Habla por encima de</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="187"/>
|
||||
<source>Signal values above this count as voice</source>
|
||||
<translation>Los valores de la señal por encima de este se consideran como voz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="228"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="225"/>
|
||||
<source>empty</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="243"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="240"/>
|
||||
<source>Audio Processing</source>
|
||||
<translation>Procesamiento del audio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="249"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="246"/>
|
||||
<source>Noise Suppression</source>
|
||||
<translation>Supresión de ruido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="259"/>
|
||||
<source>Noise suppression</source>
|
||||
<translation>Supresión de ruido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="265"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<source><b>This sets the amount of noise suppression to apply.</b><br />The higher this value, the more aggressively stationary noise will be suppressed.</source>
|
||||
<translation><b>Establece la cantidad de supresión de ruido a aplicar.<b><br />Cuanto más alto sea este valor, mas agresivamente se suprimirá el ruido estacionario.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="297"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="294"/>
|
||||
<source>Amplification</source>
|
||||
<translation>Amplificación</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="304"/>
|
||||
<source>Maximum amplification of input sound</source>
|
||||
<translation>Amplificación máxima del sonido de entrada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="310"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<source><b>Maximum amplification of input.</b><br />Mumble normalizes the input volume before compressing, and this sets how much it's allowed to amplify.<br />The actual level is continually updated based on your current speech pattern, but it will never go above the level specified here.<br />If the <i>Microphone loudness</i> level of the audio statistics hover around 100%, you probably want to set this to 2.0 or so, but if, like most people, you are unable to reach 100%, set this to something much higher.<br />Ideally, set it so <i>Microphone Loudness * Amplification Factor >= 100</i>, even when you're speaking really soft.<br /><br />Note that there is no harm in setting this to maximum, but Mumble will start picking up other conversations if you leave it to auto-tune to that level.</source>
|
||||
<translation><b>Amplificación máxima de la entrada.</b><br />Mumble normaliza el volumen de entrada antes de la compresión, y esto establece cuánto se le permite amplificar.<br />El nivel real se actualiza continuamente basado en su patrón de habla actual, pero nunca sobrepasará el nivel especificado aquí.<br />Si el nivel de <i>Volumen del Micrófono</i> de las estadísticas de audio ronda el 100%, probablemente desee establecer esto alrededor de 2.0, pero si, como la mayoría de la gente, no consigue alcanzar 100%, establezca esto a algo mucho mayor.<br />Idealmente, fíjelo de tal forma que <i>Volumen del Micrófono * Factor de Amplificación >= 100</i>, incluso cuando hable realmente bajo.<br /><br />Fíjese en que no es perjudicial establecer esto al máximo, pero Mumble comenzará a captar otras conversaciones si lo deja autoajustarse a ese nivel.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="342"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="339"/>
|
||||
<source>Echo Cancellation Processing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -173,6 +168,19 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioPopupChatDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="14"/>
|
||||
<source>Mute yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="34"/>
|
||||
<source>Deafen yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioStats</name>
|
||||
<message>
|
||||
@ -432,11 +440,6 @@ Hable fuerte en voz alta, como cuando está molesto o entusiasmado. Baje el volu
|
||||
<source>Push To Talk:</source>
|
||||
<translation>Presionar Para Hablar:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="191"/>
|
||||
<source>todo shortcut</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="213"/>
|
||||
<source>Voice Detection</source>
|
||||
|
@ -4,133 +4,128 @@
|
||||
<context>
|
||||
<name>AudioInput</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="20"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="17"/>
|
||||
<source>Audio Wizard</source>
|
||||
<translation>Assistant audio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="33"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="30"/>
|
||||
<source>Transmission</source>
|
||||
<translation>Transmission</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="39"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="36"/>
|
||||
<source>&Transmit</source>
|
||||
<translation>&Transmission</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="46"/>
|
||||
<source>When to transmit your speech</source>
|
||||
<translation>Quand transmettre votre voix</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="52"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<source><b>This sets when speech should be transmitted.</b><br /><i>Continuous</i> - All the time<br /><i>Voice Activity</i> - When you are speaking clearly.<br /><i>Push To Talk</i> - When you hold down the hotkey set under <i>Shortcuts</i>.</source>
|
||||
<translation><b>Détermine quand transmettre votre voix.</b><br /><i>Continu</i> - En continu<br /><i>Activité Vocale</i> - Quand vous parlez clairement.<br /><i>Appuyez pour parler</i> - Quand vous pressez la touche choisie dans les <i>Raccourcis</i>.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="66"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="63"/>
|
||||
<source>DoublePush Time</source>
|
||||
<translation>Temps entre deux pressions</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="73"/>
|
||||
<source>If you press the PTT key twice in this time it will get locked.</source>
|
||||
<translation>Si vous pressez la touche Appuyez-pour-parler deux fois dans cet intervale de temps, cela la bloquera.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="79"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<source><b>DoublePush Time</b><br />If you press the push-to-talk key twice during the configured interval of time it will be locked. Mumble will keep transmitting until you hit the key once more to unlock PTT again.</source>
|
||||
<translation><b>Temps entre deux pressions</b><br/>Si vous pressez la touche Appuyez-pour-parler deux fois durant l'intervale de temps configuré, cela la verrouillera. Mumble continuera à transmettre tant que la touche ne sera pas enfoncée une nouvelle fois.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="122"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="119"/>
|
||||
<source>Voice &Hold</source>
|
||||
<translation>Maintient de la &voix</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="129"/>
|
||||
<source>How long to keep transmitting after silence</source>
|
||||
<translation>Combien de temps après un silence continuer à maintenir la transmission</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="135"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<source><b>This selects how long after a perceived stop in speech transmission should continue.</b><br />Set this higher if your voice breaks up when you speak (seen by a rapidly blinking voice icon next to your name).</source>
|
||||
<translation><b>Détermine combien de temps la transmission devrait continuer après une pause.</b><br />Choisissez une valeur supérieure si votre voix est coupée lorsque vous parlez (l'icône située a coté de votre nom clignote alors très rapidement).<br />Cela n'a de sens que si vous utilisez la transmission selon l'Activité Vocale.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="151"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="148"/>
|
||||
<source>Silence Below</source>
|
||||
<translation>Silence en deça</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="155"/>
|
||||
<source>Signal values below this count as silence</source>
|
||||
<translation>Les valeurs de signal en deça sont du silence</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="161"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="193"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<source><b>This sets the trigger values for voice detection.</b><br />Use this together with the Audio Statistics window to manually tune the trigger values for detecting speech. Input values below "Silence Below" always count as silence. Values above "Speech Above" always count as voice. Values in between will count as voice if you're already talking, but will not trigger a new detection.</source>
|
||||
<translation><b>Définit la valeur pour la détection de la voix.</b><br/>Utilisez ce réglage avec la fenêtre de Statistiques Audio pour régler manuellement la valeur de détection de la voix. Toute valeur d'entrée en dessous de "Silence en deça" sera toujours considérée comme du silence. Les valeurs au delà de "Voix au delà" seront toujours considérées comme de la voix. Les valeurs intermédiaires seront considérées comme étant de la voix si vous êtes en train de parler, mais n'activeront pas une nouvelle détection.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="183"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="180"/>
|
||||
<source>Speech Above</source>
|
||||
<translation>Voix au delà</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="187"/>
|
||||
<source>Signal values above this count as voice</source>
|
||||
<translation>Les valeurs de signal au delà comptent comme de la voix</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="228"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="225"/>
|
||||
<source>empty</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="243"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="240"/>
|
||||
<source>Audio Processing</source>
|
||||
<translation>Processeur audio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="249"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="246"/>
|
||||
<source>Noise Suppression</source>
|
||||
<translation>Suppression du bruit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="259"/>
|
||||
<source>Noise suppression</source>
|
||||
<translation>Suppression du bruit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="265"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<source><b>This sets the amount of noise suppression to apply.</b><br />The higher this value, the more aggressively stationary noise will be suppressed.</source>
|
||||
<translation><b>Définit la quantité de son à supprimer à appliquer.</b><br/>Plus la valeur est élevée, plus les bruits seront supprimés.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="297"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="294"/>
|
||||
<source>Amplification</source>
|
||||
<translation>Amplification</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="304"/>
|
||||
<source>Maximum amplification of input sound</source>
|
||||
<translation>Amplification maximale de l'entrée sonore</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="310"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<source><b>Maximum amplification of input.</b><br />Mumble normalizes the input volume before compressing, and this sets how much it's allowed to amplify.<br />The actual level is continually updated based on your current speech pattern, but it will never go above the level specified here.<br />If the <i>Microphone loudness</i> level of the audio statistics hover around 100%, you probably want to set this to 2.0 or so, but if, like most people, you are unable to reach 100%, set this to something much higher.<br />Ideally, set it so <i>Microphone Loudness * Amplification Factor >= 100</i>, even when you're speaking really soft.<br /><br />Note that there is no harm in setting this to maximum, but Mumble will start picking up other conversations if you leave it to auto-tune to that level.</source>
|
||||
<translation><b>Amplification de l'entrée maximale.</b><br />Mumble normalise le son de l'entrée avant de le compresser, et l'amplifie aussi fort qu'il en est autorisé.<br />Le niveau actuel est continuellement mis à jour selon votre modèle de parole actuel, mais il ne dépassera jamais le niveau spécifié ici.<br />Si le <i>Volume du microphone</li> des statistiques audio tourne autour de 100%, vous voudrez probablement le mettre à 2.0 ou quelque chose comme ça, mais si, comme la plupart des gens, vous n'arrivez pas à atteindre 100%, définissez quelque chose de beaucoup plus haut.<br />Idéallement, définissez le de manière à ce que <i>Volume du microphone * Facteur d'amplification >= 100</i>, même si vous parlez vraiment doucement.<br /><br />Notez que mettre cette option au maximum ne causera aucun dégât, mais que Mumble risque d'entendre d'autres conversations, si vous le laissez à ce niveau.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="342"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="339"/>
|
||||
<source>Echo Cancellation Processing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -173,6 +168,19 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioPopupChatDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="14"/>
|
||||
<source>Mute yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="34"/>
|
||||
<source>Deafen yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioStats</name>
|
||||
<message>
|
||||
@ -427,11 +435,6 @@
|
||||
<source>Push To Talk:</source>
|
||||
<translation>Appuyez pour parler :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="191"/>
|
||||
<source>todo shortcut</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="213"/>
|
||||
<source>Voice Detection</source>
|
||||
|
@ -4,133 +4,132 @@
|
||||
<context>
|
||||
<name>AudioInput</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Formulário</translation>
|
||||
<translation type="obsolete">Formulário</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="20"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="17"/>
|
||||
<source>Audio Wizard</source>
|
||||
<translation>Assistente de áudio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="33"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="30"/>
|
||||
<source>Transmission</source>
|
||||
<translation>Transmissão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="39"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="36"/>
|
||||
<source>&Transmit</source>
|
||||
<translation>&Transmitir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="46"/>
|
||||
<source>When to transmit your speech</source>
|
||||
<translation>Quando transmitir sua fala</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="52"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<source><b>This sets when speech should be transmitted.</b><br /><i>Continuous</i> - All the time<br /><i>Voice Activity</i> - When you are speaking clearly.<br /><i>Push To Talk</i> - When you hold down the hotkey set under <i>Shortcuts</i>.</source>
|
||||
<translation><b>Define quando sua fala deve ser transmitida.</b><br /><i>Contínua</i> - Todo o tempo<br /><i>Atividade vocal</i> - Quando você fala claramente.<br /><i>Pressionar Para Falar</i> - Quando você pressionar a tecla de atalho escolhida em <i>Atalhos</i>.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="66"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="63"/>
|
||||
<source>DoublePush Time</source>
|
||||
<translation>Tempo para DuploClique</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="73"/>
|
||||
<source>If you press the PTT key twice in this time it will get locked.</source>
|
||||
<translation>Se pressionar a tecla PPF duas vezes neste tempo ela ficará travada.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="79"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<source><b>DoublePush Time</b><br />If you press the push-to-talk key twice during the configured interval of time it will be locked. Mumble will keep transmitting until you hit the key once more to unlock PTT again.</source>
|
||||
<translation><b>Tempo para DuploClique</b><br />Se você pressionar a tecla para falar duas vezes durante o intervalo de tempo configurado ela ficará travada. O Mumble ocnitnuará transmitindo até que você pressione-a uma vez mais para destravar o PPF de novo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="122"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="119"/>
|
||||
<source>Voice &Hold</source>
|
||||
<translation>&Persistência de voz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="129"/>
|
||||
<source>How long to keep transmitting after silence</source>
|
||||
<translation>Quanto tempo continuar a transmissão após silêncio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="135"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<source><b>This selects how long after a perceived stop in speech transmission should continue.</b><br />Set this higher if your voice breaks up when you speak (seen by a rapidly blinking voice icon next to your name).</source>
|
||||
<translation><b>Seleciona quanto tempo após uma perceptível parada na fala a transmissão deve continuar.</b><br />Configure isto mais alto se sua voz quebra durante sua fala (percebido pelo ícone de voz piscando ao lado de seu nome).</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="151"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="148"/>
|
||||
<source>Silence Below</source>
|
||||
<translation>Silêncio abaixo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="155"/>
|
||||
<source>Signal values below this count as silence</source>
|
||||
<translation>Valores de sinal abaixo disto contam como silêncio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="161"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="193"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<source><b>This sets the trigger values for voice detection.</b><br />Use this together with the Audio Statistics window to manually tune the trigger values for detecting speech. Input values below "Silence Below" always count as silence. Values above "Speech Above" always count as voice. Values in between will count as voice if you're already talking, but will not trigger a new detection.</source>
|
||||
<translation><b>Estabaelece os gatilhos para a detecção de voz.</b><br />Use isto junto com a janela de Estatísticas de Áudio para afinar manualmente os valores para o gatilho de deteção de voz. Valores de entrada baixo de "Silêncio abaixo" sempre contam como silêncio. Valores acima de "Fala acima" sempre contam como voz. Valores entre ambos contam como voz se você já está falando, mas não levam a uma nova detação.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="183"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="180"/>
|
||||
<source>Speech Above</source>
|
||||
<translation>Fala acima</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="187"/>
|
||||
<source>Signal values above this count as voice</source>
|
||||
<translation>Sinal acima disto conta como voz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="228"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="225"/>
|
||||
<source>empty</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="243"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="240"/>
|
||||
<source>Audio Processing</source>
|
||||
<translation>Processamento de áudio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="249"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="246"/>
|
||||
<source>Noise Suppression</source>
|
||||
<translation>Supressão de Ruídos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="259"/>
|
||||
<source>Noise suppression</source>
|
||||
<translation>Supressão de ruídos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="265"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<source><b>This sets the amount of noise suppression to apply.</b><br />The higher this value, the more aggressively stationary noise will be suppressed.</source>
|
||||
<translation><b>Configura a quantia de supressão de ruído aplicada.</b><br />Quão maior este valor, mais agressivamente o ruído estacionário será suprimido.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="297"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="294"/>
|
||||
<source>Amplification</source>
|
||||
<translation>Amplificação</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="304"/>
|
||||
<source>Maximum amplification of input sound</source>
|
||||
<translation>Amplificação máxima do som de entrada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="310"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<source><b>Maximum amplification of input.</b><br />Mumble normalizes the input volume before compressing, and this sets how much it's allowed to amplify.<br />The actual level is continually updated based on your current speech pattern, but it will never go above the level specified here.<br />If the <i>Microphone loudness</i> level of the audio statistics hover around 100%, you probably want to set this to 2.0 or so, but if, like most people, you are unable to reach 100%, set this to something much higher.<br />Ideally, set it so <i>Microphone Loudness * Amplification Factor >= 100</i>, even when you're speaking really soft.<br /><br />Note that there is no harm in setting this to maximum, but Mumble will start picking up other conversations if you leave it to auto-tune to that level.</source>
|
||||
<translation><b>Amplificação máxima da entrada.</b><br />O Mumble normaliza o volume de entrada antes da compressão, e isto configura quando ele pode amplificar.<br />O nível real é continuamente atualizado baseado no seu padrão atual de fala, mas nunca passará do especificado aqui.<br />Se a <i>Altura do microfone</i> nível das estatísticas de áudio ficam sobre os 100%, você provavelmente quer configurar isto para 2.0 ou parecido, mas se , como a maioria das pessoas, você é incapaz de chegar aos 100%, configure isto muito mais alto.<br />Idealmente, configure dem odo que a <i>Altura do microfone * Factor de Amplificação >= 100</i>, mesmo quando você está falando baixo.<br /><br />Note que não há dano em configurar isto no máximo, mas o Mumble começará a transmitir outras conversar se você deixá-lo auto-afinado para este nível.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="342"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="339"/>
|
||||
<source>Echo Cancellation Processing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -173,6 +172,19 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioPopupChatDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="14"/>
|
||||
<source>Mute yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="34"/>
|
||||
<source>Deafen yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioStats</name>
|
||||
<message>
|
||||
@ -427,11 +439,6 @@
|
||||
<source>Push To Talk:</source>
|
||||
<translation>Pressionar Para Falar:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="191"/>
|
||||
<source>todo shortcut</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="213"/>
|
||||
<source>Voice Detection</source>
|
||||
|
@ -4,133 +4,128 @@
|
||||
<context>
|
||||
<name>AudioInput</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="20"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="17"/>
|
||||
<source>Audio Wizard</source>
|
||||
<translation>Ses Sihirbazı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="33"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="30"/>
|
||||
<source>Transmission</source>
|
||||
<translation>Aktarım</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="39"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="36"/>
|
||||
<source>&Transmit</source>
|
||||
<translation>&Aktar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="46"/>
|
||||
<source>When to transmit your speech</source>
|
||||
<translation>Konuşmanızın ne zaman aktarılacağı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="52"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="49"/>
|
||||
<source><b>This sets when speech should be transmitted.</b><br /><i>Continuous</i> - All the time<br /><i>Voice Activity</i> - When you are speaking clearly.<br /><i>Push To Talk</i> - When you hold down the hotkey set under <i>Shortcuts</i>.</source>
|
||||
<translation><b>Konuşmanızın ne zaman aktarılacağını ayarlar.</b><br /><i>Devaml</i> - Her zaman<br /><i>Ses Etkinliği</i> - Açıkça konuştuğunuz zaman.<br /><i>Bas ve Konuş</i> - <i>Kısayollar</i>da belirtilen tuşa bastığınız zaman.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="66"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="63"/>
|
||||
<source>DoublePush Time</source>
|
||||
<translation>Çift basma süresi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="73"/>
|
||||
<source>If you press the PTT key twice in this time it will get locked.</source>
|
||||
<translation>Bu süre içinde Bas ve Konuş tuşuna ikinci kez basarsanız kilitlenecektir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="79"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="76"/>
|
||||
<source><b>DoublePush Time</b><br />If you press the push-to-talk key twice during the configured interval of time it will be locked. Mumble will keep transmitting until you hit the key once more to unlock PTT again.</source>
|
||||
<translation><b>Çift basma süresi</b><br />Eğer bas-ve-konuş tuşuna belirtilen süre içerisinde ikinci kez basarsanız kilitlenecektir. Mumble bu tuşa tekrar basıp kilidi açmadığınız sürece devamlı aktarım yapacaktır.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="122"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="119"/>
|
||||
<source>Voice &Hold</source>
|
||||
<translation>Aktarım &Devamı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="129"/>
|
||||
<source>How long to keep transmitting after silence</source>
|
||||
<translation>Sessizlikten sonra ne kadar süre aktarıma devam edileceği</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="135"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="132"/>
|
||||
<source><b>This selects how long after a perceived stop in speech transmission should continue.</b><br />Set this higher if your voice breaks up when you speak (seen by a rapidly blinking voice icon next to your name).</source>
|
||||
<translation><b>Bu, konuşmada algılanan bir durmadan sonra ne kadar süre boyunca ses aktarımının devam edeceğini belirler.</b><br />Bu değeri, konuştuğunuzda sesinizde kesiklikler oluşursa (isminizin yanında hızlı bir şekilde yanıp sönen bir ikon ile gösterilir) yükseltin.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="151"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="148"/>
|
||||
<source>Silence Below</source>
|
||||
<translation>Aşağısında sessizlik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="155"/>
|
||||
<source>Signal values below this count as silence</source>
|
||||
<translation>Bu değerden düşük sinyaller sessiz sayılır</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="161"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="193"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="158"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<source><b>This sets the trigger values for voice detection.</b><br />Use this together with the Audio Statistics window to manually tune the trigger values for detecting speech. Input values below "Silence Below" always count as silence. Values above "Speech Above" always count as voice. Values in between will count as voice if you're already talking, but will not trigger a new detection.</source>
|
||||
<translation><b>Konuşma tespiti için tetikleyici değerleri belirler.</b><br />Ses İstatistikleri penceresi ile değerleri elle ayarlamanız tavsiye edilir. "Aşağısında sessizlik" değerinden düşük girdi değerleri her zaman sessizlik olarak sayılırlar. "Üstünde Konuşma"dan yüksek değerler daima konuşma sayılırlar. Aradaki değerler, zaten konuşmaktaysanız konuşma sayılırlar, ancak yeni bir tespit tetiklemezler.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="183"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="180"/>
|
||||
<source>Speech Above</source>
|
||||
<translation>Üstünde Konuşma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="190"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="187"/>
|
||||
<source>Signal values above this count as voice</source>
|
||||
<translation>Bu değerden yüksek sinyaller konuşma sayılır</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="228"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="225"/>
|
||||
<source>empty</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="243"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="240"/>
|
||||
<source>Audio Processing</source>
|
||||
<translation>Ses İşlenmesi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="249"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="246"/>
|
||||
<source>Noise Suppression</source>
|
||||
<translation>Gürültü İptali</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="259"/>
|
||||
<source>Noise suppression</source>
|
||||
<translation>Gürültü iptali</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="265"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="262"/>
|
||||
<source><b>This sets the amount of noise suppression to apply.</b><br />The higher this value, the more aggressively stationary noise will be suppressed.</source>
|
||||
<translation><b>Uygulanacak azami gürültü iptalini belirler.</b><br />Bu değer ne kadar büyükse, sabit gürültü o kadar çok silinecektir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="297"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="294"/>
|
||||
<source>Amplification</source>
|
||||
<translation>Yükseltme</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="304"/>
|
||||
<source>Maximum amplification of input sound</source>
|
||||
<translation>Girdi sesinin azami yükseltilmesi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="310"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="307"/>
|
||||
<source><b>Maximum amplification of input.</b><br />Mumble normalizes the input volume before compressing, and this sets how much it's allowed to amplify.<br />The actual level is continually updated based on your current speech pattern, but it will never go above the level specified here.<br />If the <i>Microphone loudness</i> level of the audio statistics hover around 100%, you probably want to set this to 2.0 or so, but if, like most people, you are unable to reach 100%, set this to something much higher.<br />Ideally, set it so <i>Microphone Loudness * Amplification Factor >= 100</i>, even when you're speaking really soft.<br /><br />Note that there is no harm in setting this to maximum, but Mumble will start picking up other conversations if you leave it to auto-tune to that level.</source>
|
||||
<translation><b>Girdinin azami yükseltilmesi (amplifikasyon)</b><br />RetorShare sıkıştırmadan önce girdi sesini normalize eder, ve bu ne kadar yükseltebileceğini ayarlar.<br />Asli seviye konuşmanıza dayalı olarak devamlı güncellenir, fakat hiçbir zaman burada belirtilen değeri geçmez.<br />Eğer <i>Mikrofon hacmi</i> ses istatistikleri %100 civarındaysa, bunu muhtemelen 2.0 civarı bir değere ayarlamak en iyisidir. ama eğer kullanıcıların çoğu gibi %100 değerine erişemiyorsanız, çok daha yüksek bir değer seçiniz.<br />İdeal durumda, çok alçak sesle konuşuyorsanız bile <i>Mikrofon hacmi * Yükseltme faktörü >=100</i> olacak şekilde seçiniz.<br /><br />Azami değeri seçmenin hiçbir kötü yanı yoktur, ancak bu değere otomatik olarak ulaşmasına izin verirseniz, RetroShare başka konuşmaları da almaya başlar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="342"/>
|
||||
<location filename="../gui/AudioInputConfig.ui" line="339"/>
|
||||
<source>Echo Cancellation Processing</source>
|
||||
<translation>Yankı iptali işleme</translation>
|
||||
</message>
|
||||
@ -173,6 +168,19 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioPopupChatDialog</name>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="14"/>
|
||||
<source>Mute yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioPopupChatDialog.cpp" line="34"/>
|
||||
<source>Deafen yourself</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AudioStats</name>
|
||||
<message>
|
||||
@ -431,11 +439,6 @@ Sinirli ya da coştuğunuz zamanlardaki gibi yüksek sesle konuşunuz. Kontrol p
|
||||
<source>Push To Talk:</source>
|
||||
<translation>Bas ve Konuş:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="191"/>
|
||||
<source>todo shortcut</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../gui/AudioWizard.ui" line="213"/>
|
||||
<source>Voice Detection</source>
|
||||
|
Loading…
Reference in New Issue
Block a user