Switch to file picker for documents, fix short text for audios
This commit is contained in:
parent
fff8fc903a
commit
cc08ee3997
13 changed files with 103 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ Page {
|
|||
visible: chatPage.hasSendPrivilege("can_send_media_messages")
|
||||
icon.source: "image://theme/icon-m-document"
|
||||
onClicked: {
|
||||
var picker = pageStack.push("Sailfish.Pickers.DocumentPickerPage");
|
||||
var picker = pageStack.push("Sailfish.Pickers.FilePickerPage");
|
||||
picker.selectedContentPropertiesChanged.connect(function(){
|
||||
attachmentOptionsRow.visible = false;
|
||||
Debug.log("Selected document: ", picker.selectedContentProperties.filePath );
|
||||
|
|
|
@ -27,6 +27,9 @@ QString FernschreiberUtils::getMessageShortText(const QVariantMap &messageConten
|
|||
if (contentType == "messageAnimation") {
|
||||
return myself ? tr("sent an animation", "myself") : tr("sent an animation");
|
||||
}
|
||||
if (contentType == "messageAudio") {
|
||||
return myself ? tr("sent an audio", "myself") : tr("sent an audio");
|
||||
}
|
||||
if (contentType == "messageVoiceNote") {
|
||||
return myself ? tr("sent a voice note", "myself") : tr("sent a voice note");
|
||||
}
|
||||
|
|
|
@ -740,6 +740,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>hat ein selbstzerstörendes Bild gesendet, das abgelaufen ist</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation>haben eine Audiodatei gesendet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation>hat eine Audiodatei gesendet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -740,6 +740,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>sent a self-destructing photo that is expired</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation>sent an audio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation>sent an audio</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -730,6 +730,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>envió un foto autodestructivo que está caducado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished">envió un audio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished">envió un audio</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -741,6 +741,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>lähetti itsetuhoutuvan kuvan joka vanheni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -730,6 +730,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished">audiót küldött</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished">audiót küldött</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -740,6 +740,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>ha inviato una foto effimera già scaduta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -750,6 +750,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -750,6 +750,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished">отправил(а) аудио</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished">отправил(а) аудио</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -740,6 +740,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>skickade ett självförstörande foto som är utgånget</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished">skickade en ljudfil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished">skickade en ljudfil</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -730,6 +730,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>发送过期即自毁视频</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished">发送音频</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished">发送音频</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
|
@ -740,6 +740,15 @@
|
|||
<source>sent a self-destructing photo that is expired</source>
|
||||
<translation>sent a self-destructing photo that is expired</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<comment>myself</comment>
|
||||
<translation type="unfinished">sent an audio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sent an audio</source>
|
||||
<translation type="unfinished">sent an audio</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ImagePage</name>
|
||||
|
|
Loading…
Reference in a new issue