mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 23:51:48 +08:00
update
This commit is contained in:
@ -1149,7 +1149,8 @@ Updated content:
|
||||
<name>T_DatePicker</name>
|
||||
<message>
|
||||
<location filename="qml/page/T_DatePicker.qml" line="10"/>
|
||||
<source>TimePicker</source>
|
||||
<source>DatePicker</source>
|
||||
<oldsource>TimePicker</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -1153,8 +1153,8 @@ Updated content:
|
||||
<name>T_DatePicker</name>
|
||||
<message>
|
||||
<location filename="qml/page/T_DatePicker.qml" line="10"/>
|
||||
<source>TimePicker</source>
|
||||
<translation type="unfinished">时间选择器</translation>
|
||||
<source>DatePicker</source>
|
||||
<translation type="unfinished">日期选择器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="qml/page/T_DatePicker.qml" line="23"/>
|
||||
|
@ -7,7 +7,7 @@ import "../component"
|
||||
|
||||
FluScrollablePage{
|
||||
|
||||
title: qsTr("TimePicker")
|
||||
title: qsTr("DatePicker")
|
||||
|
||||
FluArea{
|
||||
Layout.fillWidth: true
|
||||
|
Reference in New Issue
Block a user