mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 13:48:08 +00:00
chore(assets/languages): add translations on home view
This commit is contained in:
parent
e9e84a240b
commit
10da9784cd
2 changed files with 11 additions and 11 deletions
|
|
@ -353,39 +353,39 @@ Url du serveur non configurée.</translation>
|
|||
</message>
|
||||
<message>
|
||||
<source>howToDescription</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Besoin d'aide sur l'utilisation de Linphone ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>howToTitle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>COMMENT UTILISER LINPHONE</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>inviteDescription</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Inviter vos amis à utiliser Linphone.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>inviteTitle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>INVITER VOS AMIS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>accountAssistantDescription</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Créer ou gérer votre compte Linphone.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>accountAssistantTitle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ASSISTANT DE COMPTE</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>assistantButton</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ASSISTANT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>showTooltips</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Voir les aides.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>inviteButton</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>INVITER</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ QtObject {
|
|||
|
||||
property QtObject description: QtObject {
|
||||
property color color: Colors.w
|
||||
property int fontSize: 9
|
||||
property int fontSize: 10
|
||||
property int height: 40
|
||||
}
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ QtObject {
|
|||
property QtObject title: QtObject {
|
||||
property color color: Colors.j
|
||||
property int bottomMargin: 10
|
||||
property int fontSize: 9
|
||||
property int fontSize: 10
|
||||
property int height: 20
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue