mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
feat(assets/languages): update translations
This commit is contained in:
parent
c00c0bcda6
commit
277e8c6fe6
3 changed files with 24 additions and 7 deletions
|
|
@ -1128,6 +1128,10 @@ Server url not configured.</translation>
|
|||
<source>videoCodecsTitle</source>
|
||||
<translation>Video codecs</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>showCameraPreview</source>
|
||||
<translation>VIDEO PREVIEW</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsWindow</name>
|
||||
|
|
|
|||
|
|
@ -219,31 +219,31 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>iceStateNotActivated</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Désactivé</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>iceStateFailed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Échoué</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>iceStateInProgress</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>En cours</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>iceStateReflexiveConnection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Connexion réflexive</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>iceStateHostConnection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Connexion hôte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>iceStateRelayConnection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Connexion relais</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>iceStateInvalid</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Invalide</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
@ -1128,6 +1128,10 @@ Url du serveur non configurée.</translation>
|
|||
<source>videoCodecsTitle</source>
|
||||
<translation>Codecs vidéo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>showCameraPreview</source>
|
||||
<translation>APERÇU DE LA VIDÉO</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsWindow</name>
|
||||
|
|
|
|||
|
|
@ -101,6 +101,15 @@ TabContainer {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
FormEmptyLine {}
|
||||
}
|
||||
|
||||
TextButtonB {
|
||||
anchors.right: parent.right
|
||||
text: qsTr('showCameraPreview')
|
||||
|
||||
onClicked: console.log('TODO')
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue