mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 23:51:48 +08:00
update
This commit is contained in:
@ -18,5 +18,10 @@
|
||||
<source>Learn FluentUI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main.qml" line="42"/>
|
||||
<source>Author's WeChat ID: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -32,4 +32,19 @@ FluWindow {
|
||||
}
|
||||
}
|
||||
|
||||
Row{
|
||||
anchors{
|
||||
bottom: parent.bottom
|
||||
bottomMargin: 14
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
FluText{
|
||||
text: qsTr("Author's WeChat ID: ")
|
||||
}
|
||||
FluText{
|
||||
text: "FluentUI"
|
||||
color: FluTheme.fontSecondaryColor
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -18,5 +18,10 @@
|
||||
<source>Learn FluentUI</source>
|
||||
<translation type="unfinished">学习FluentUI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="main.qml" line="42"/>
|
||||
<source>Author's WeChat ID: </source>
|
||||
<translation type="unfinished">作者微信号: </translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
Reference in New Issue
Block a user