mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Tag rooms via context menu
This commit is contained in:
parent
fca85bea39
commit
7de1fc62e8
18 changed files with 747 additions and 117 deletions
|
@ -332,7 +332,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
MatrixClient
|
MatrixClient
|
||||||
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
||||||
GIT_TAG 1018c0822b80cdfc5d6b589fe94d1fd759113ef6
|
GIT_TAG f5c78f4331b62a1e25a2d839cb38b07bb9bd7829
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(MatrixClient)
|
FetchContent_MakeAvailable(MatrixClient)
|
||||||
else()
|
else()
|
||||||
|
|
|
@ -146,9 +146,9 @@
|
||||||
"name": "mtxclient",
|
"name": "mtxclient",
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"sha256": "537f4e6b280f351ad950cd6598c2407505a55f0d6c856b4ff97a9c59fc6fdb7a",
|
"sha256": "16203a92b03c488178b31bedca9d9015b1d406443f7e5363a2e09171e50f8dfc",
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://github.com/Nheko-Reborn/mtxclient/archive/1018c0822b80cdfc5d6b589fe94d1fd759113ef6.tar.gz"
|
"url": "https://github.com/Nheko-Reborn/mtxclient/archive/f5c78f4331b62a1e25a2d839cb38b07bb9bd7829.tar.gz"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -445,12 +445,58 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Raum verlassen</translation>
|
<translation>Raum verlassen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Akzeptieren</translation>
|
<translation>Akzeptieren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -751,7 +797,7 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation>Antworten</translation>
|
<translation>Antworten</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -764,7 +810,7 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation>Antworten</translation>
|
<translation>Antworten</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -804,7 +850,7 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<translation>Kein Raum geöffnet</translation>
|
<translation>Kein Raum geöffnet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation>Schließen</translation>
|
<translation>Schließen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -866,7 +912,7 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Ins Benachrichtigungsfeld minimieren</translation>
|
<translation>Ins Benachrichtigungsfeld minimieren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -920,6 +966,11 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation>Desktopbenachrichtigungen</translation>
|
<translation>Desktopbenachrichtigungen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -951,7 +1002,7 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<translation>Gerätefingerabdruck</translation>
|
<translation>Gerätefingerabdruck</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation>Sitzungsschlüssel</translation>
|
<translation>Sitzungsschlüssel</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -971,22 +1022,22 @@ Beispiel: https://mein.server:8787</translation>
|
||||||
<translation>VERSCHLÜSSELUNG</translation>
|
<translation>VERSCHLÜSSELUNG</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>ALLGEMEINES</translation>
|
<translation>ALLGEMEINES</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation>OBERFLÄCHE</translation>
|
<translation>OBERFLÄCHE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation>Emojischriftart</translation>
|
<translation>Emojischriftart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation>Öffne Sessions Datei</translation>
|
<translation>Öffne Sessions Datei</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Βγές</translation>
|
<translation>Βγές</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Αποδοχή</translation>
|
<translation>Αποδοχή</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -747,7 +793,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -760,7 +806,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -800,7 +846,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -862,7 +908,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Ελαχιστοποίηση</translation>
|
<translation>Ελαχιστοποίηση</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -916,6 +962,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -947,7 +998,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -967,22 +1018,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>ΓΕΝΙΚΑ</translation>
|
<translation>ΓΕΝΙΚΑ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -445,12 +445,58 @@ Example: https://server.my:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Leave room</translation>
|
<translation>Leave room</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Accept</translation>
|
<translation>Accept</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -751,7 +797,7 @@ Example: https://server.my:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation>Reply</translation>
|
<translation>Reply</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -764,7 +810,7 @@ Example: https://server.my:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation>Reply</translation>
|
<translation>Reply</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -804,7 +850,7 @@ Example: https://server.my:8787</translation>
|
||||||
<translation>No room open</translation>
|
<translation>No room open</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation>Close</translation>
|
<translation>Close</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -866,7 +912,7 @@ Example: https://server.my:8787</translation>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Minimize to tray</translation>
|
<translation>Minimize to tray</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -920,6 +966,11 @@ Example: https://server.my:8787</translation>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation>Desktop notifications</translation>
|
<translation>Desktop notifications</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -951,7 +1002,7 @@ Example: https://server.my:8787</translation>
|
||||||
<translation>Device Fingerprint</translation>
|
<translation>Device Fingerprint</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation>Session Keys</translation>
|
<translation>Session Keys</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -971,22 +1022,22 @@ Example: https://server.my:8787</translation>
|
||||||
<translation>ENCRYPTION</translation>
|
<translation>ENCRYPTION</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>GENERAL</translation>
|
<translation>GENERAL</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation>INTERFACE</translation>
|
<translation>INTERFACE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation>Emoji Font Family</translation>
|
<translation>Emoji Font Family</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation>Open Sessions File</translation>
|
<translation>Open Sessions File</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Poistu huoneesta</translation>
|
<translation>Poistu huoneesta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Hyväksy</translation>
|
<translation>Hyväksy</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -747,7 +793,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -760,7 +806,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -800,7 +846,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished">Sulje</translation>
|
<translation type="unfinished">Sulje</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -862,7 +908,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Pienennä ilmoitusalueelle</translation>
|
<translation>Pienennä ilmoitusalueelle</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -916,6 +962,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation>Työpöytäilmoitukset</translation>
|
<translation>Työpöytäilmoitukset</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -947,7 +998,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation>Laitteen sormenjälki</translation>
|
<translation>Laitteen sormenjälki</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation>Istunnon avaimet</translation>
|
<translation>Istunnon avaimet</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -967,22 +1018,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation>SALAUS</translation>
|
<translation>SALAUS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>YLEISET ASETUKSET</translation>
|
<translation>YLEISET ASETUKSET</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation>Avaa Istuntoavaintiedosto</translation>
|
<translation>Avaa Istuntoavaintiedosto</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Quitter le salon</translation>
|
<translation>Quitter le salon</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Accepter</translation>
|
<translation>Accepter</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -747,7 +793,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -760,7 +806,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -800,7 +846,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -862,7 +908,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Réduire à la barre des tâches</translation>
|
<translation>Réduire à la barre des tâches</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -916,6 +962,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -947,7 +998,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -967,22 +1018,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>GÉNÉRAL</translation>
|
<translation>GÉNÉRAL</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>部屋を出る</translation>
|
<translation>部屋を出る</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>容認</translation>
|
<translation>容認</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -746,7 +792,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation>返信</translation>
|
<translation>返信</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -759,7 +805,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished">返信</translation>
|
<translation type="unfinished">返信</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -799,7 +845,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation>部屋が開いていません</translation>
|
<translation>部屋が開いていません</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation>閉じる</translation>
|
<translation>閉じる</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -861,7 +907,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>トレイへ最小化</translation>
|
<translation>トレイへ最小化</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -915,6 +961,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation>デスクトップ通知</translation>
|
<translation>デスクトップ通知</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -946,7 +997,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation>デバイスの指紋</translation>
|
<translation>デバイスの指紋</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation>セッション鍵</translation>
|
<translation>セッション鍵</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -966,22 +1017,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation>暗号化</translation>
|
<translation>暗号化</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>全般</translation>
|
<translation>全般</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation>セッションファイルを開く</translation>
|
<translation>セッションファイルを開く</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Kamer verlaten</translation>
|
<translation>Kamer verlaten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Accepteren</translation>
|
<translation>Accepteren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -747,7 +793,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -760,7 +806,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -800,7 +846,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -862,7 +908,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Minimaliseren naar systeemvak</translation>
|
<translation>Minimaliseren naar systeemvak</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -916,6 +962,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -947,7 +998,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -967,22 +1018,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>ALGEMEEN</translation>
|
<translation>ALGEMEEN</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Opuść pokój</translation>
|
<translation>Opuść pokój</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Akceptuj</translation>
|
<translation>Akceptuj</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -748,7 +794,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -761,7 +807,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -801,7 +847,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -863,7 +909,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Zminimalizuj do paska zadań</translation>
|
<translation>Zminimalizuj do paska zadań</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -917,6 +963,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation>Powiadomienia na pulpicie</translation>
|
<translation>Powiadomienia na pulpicie</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -948,7 +999,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation>Odcisk palca urządzenia</translation>
|
<translation>Odcisk palca urządzenia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -968,22 +1019,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation>SZYFROWANIE</translation>
|
<translation>SZYFROWANIE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>OGÓLNE</translation>
|
<translation>OGÓLNE</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>Покинуть комнату</translation>
|
<translation>Покинуть комнату</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>Принять</translation>
|
<translation>Принять</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -748,7 +794,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -761,7 +807,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -801,7 +847,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished">Закрыть</translation>
|
<translation type="unfinished">Закрыть</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -863,7 +909,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>Сворачивать в системную панель</translation>
|
<translation>Сворачивать в системную панель</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -917,6 +963,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation>Уведомления на рабочем столе</translation>
|
<translation>Уведомления на рабочем столе</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -948,7 +999,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation>Отпечаток устройства</translation>
|
<translation>Отпечаток устройства</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation>Ключи сеанса</translation>
|
<translation>Ключи сеанса</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -968,22 +1019,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation>ШИФРОВАНИЕ</translation>
|
<translation>ШИФРОВАНИЕ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>ГЛАВНОЕ</translation>
|
<translation>ГЛАВНОЕ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation>Открыть файл сеансов</translation>
|
<translation>Открыть файл сеансов</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -441,12 +441,58 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>RoomInfoListItem</name>
|
<name>RoomInfoListItem</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/RoomInfoListItem.cpp" line="+98"/>
|
<location filename="../../src/RoomInfoListItem.cpp" line="+102"/>
|
||||||
<source>Leave room</source>
|
<source>Leave room</source>
|
||||||
<translation>离开聊天室</translation>
|
<translation>离开聊天室</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+160"/>
|
<location line="+7"/>
|
||||||
|
<source>Tag room as:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+7"/>
|
||||||
|
<source>Favourite</source>
|
||||||
|
<comment>Standard matrix tag for favourites</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Low Priority</source>
|
||||||
|
<comment>Standard matrix tag for low priority rooms</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>Server Notice</source>
|
||||||
|
<comment>Standard matrix tag for server notices</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+13"/>
|
||||||
|
<source>Adds or removes the specified tag.</source>
|
||||||
|
<comment>WhatsThis hint for tag menu actions</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+38"/>
|
||||||
|
<source>New tag...</source>
|
||||||
|
<comment>Add a new tag to the room</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+3"/>
|
||||||
|
<source>New Tag</source>
|
||||||
|
<comment>Tag name prompt title</comment>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+0"/>
|
||||||
|
<source>Tag:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+173"/>
|
||||||
<source>Accept</source>
|
<source>Accept</source>
|
||||||
<translation>接受</translation>
|
<translation>接受</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -746,7 +792,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineRow</name>
|
<name>TimelineRow</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineRow.qml" line="+88"/>
|
<location filename="../qml/TimelineRow.qml" line="+92"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -759,7 +805,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>TimelineView</name>
|
<name>TimelineView</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/TimelineView.qml" line="+53"/>
|
<location filename="../qml/TimelineView.qml" line="+54"/>
|
||||||
<source>Reply</source>
|
<source>Reply</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -799,7 +845,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+256"/>
|
<location line="+257"/>
|
||||||
<source>Close</source>
|
<source>Close</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -861,7 +907,7 @@ Example: https://server.my:8787</source>
|
||||||
<context>
|
<context>
|
||||||
<name>UserSettingsPage</name>
|
<name>UserSettingsPage</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/UserSettingsPage.cpp" line="+335"/>
|
<location filename="../../src/UserSettingsPage.cpp" line="+339"/>
|
||||||
<source>Minimize to tray</source>
|
<source>Minimize to tray</source>
|
||||||
<translation>最小化至托盘</translation>
|
<translation>最小化至托盘</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -915,6 +961,11 @@ Example: https://server.my:8787</source>
|
||||||
<source>Desktop notifications</source>
|
<source>Desktop notifications</source>
|
||||||
<translation>桌面通知</translation>
|
<translation>桌面通知</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+1"/>
|
||||||
|
<source>Highlight message on hover</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Scale factor</source>
|
<source>Scale factor</source>
|
||||||
|
@ -946,7 +997,7 @@ Example: https://server.my:8787</source>
|
||||||
<translation>设备指纹</translation>
|
<translation>设备指纹</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-59"/>
|
<location line="-60"/>
|
||||||
<source>Session Keys</source>
|
<source>Session Keys</source>
|
||||||
<translation>会话密钥</translation>
|
<translation>会话密钥</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -966,22 +1017,22 @@ Example: https://server.my:8787</source>
|
||||||
<translation>加密</translation>
|
<translation>加密</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-63"/>
|
<location line="-64"/>
|
||||||
<source>GENERAL</source>
|
<source>GENERAL</source>
|
||||||
<translation>通用</translation>
|
<translation>通用</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+25"/>
|
<location line="+26"/>
|
||||||
<source>INTERFACE</source>
|
<source>INTERFACE</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+108"/>
|
<location line="+109"/>
|
||||||
<source>Emoji Font Family</source>
|
<source>Emoji Font Family</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+158"/>
|
<location line="+163"/>
|
||||||
<source>Open Sessions File</source>
|
<source>Open Sessions File</source>
|
||||||
<translation>打开会话文件</translation>
|
<translation>打开会话文件</translation>
|
||||||
</message>
|
</message>
|
||||||
|
|
|
@ -915,8 +915,8 @@ Cache::saveState(const mtx::responses::Sync &res)
|
||||||
bool has_new_tags = false;
|
bool has_new_tags = false;
|
||||||
for (const auto &evt : room.second.account_data.events) {
|
for (const auto &evt : room.second.account_data.events) {
|
||||||
// for now only fetch tag events
|
// for now only fetch tag events
|
||||||
if (std::holds_alternative<Event<account_data::Tag>>(evt)) {
|
if (std::holds_alternative<Event<account_data::Tags>>(evt)) {
|
||||||
auto tags_evt = std::get<Event<account_data::Tag>>(evt);
|
auto tags_evt = std::get<Event<account_data::Tags>>(evt);
|
||||||
has_new_tags = true;
|
has_new_tags = true;
|
||||||
for (const auto &tag : tags_evt.content.tags) {
|
for (const auto &tag : tags_evt.content.tags) {
|
||||||
updatedInfo.tags.push_back(tag.first);
|
updatedInfo.tags.push_back(tag.first);
|
||||||
|
@ -1081,7 +1081,7 @@ Cache::roomsWithTagUpdates(const mtx::responses::Sync &res)
|
||||||
for (const auto &room : res.rooms.join) {
|
for (const auto &room : res.rooms.join) {
|
||||||
bool hasUpdates = false;
|
bool hasUpdates = false;
|
||||||
for (const auto &evt : room.second.account_data.events) {
|
for (const auto &evt : room.second.account_data.events) {
|
||||||
if (std::holds_alternative<Event<account_data::Tag>>(evt)) {
|
if (std::holds_alternative<Event<account_data::Tags>>(evt)) {
|
||||||
hasUpdates = true;
|
hasUpdates = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,6 +77,8 @@ public:
|
||||||
QSharedPointer<UserSettings> userSettings() { return userSettings_; }
|
QSharedPointer<UserSettings> userSettings() { return userSettings_; }
|
||||||
void deleteConfigs();
|
void deleteConfigs();
|
||||||
|
|
||||||
|
CommunitiesList *communitiesList() { return communitiesList_; }
|
||||||
|
|
||||||
//! Calculate the width of the message timeline.
|
//! Calculate the width of the message timeline.
|
||||||
uint64_t timelineWidth();
|
uint64_t timelineWidth();
|
||||||
bool isSideBarExpanded();
|
bool isSideBarExpanded();
|
||||||
|
|
|
@ -257,6 +257,18 @@ CommunitiesList::roomList(const QString &id) const
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::vector<std::string>
|
||||||
|
CommunitiesList::currentTags() const
|
||||||
|
{
|
||||||
|
std::vector<std::string> tags;
|
||||||
|
for (auto &entry : communities_) {
|
||||||
|
CommunitiesListItem *item = entry.second.data();
|
||||||
|
if (item->is_tag())
|
||||||
|
tags.push_back(entry.first.mid(4).toStdString());
|
||||||
|
}
|
||||||
|
return tags;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
CommunitiesList::sortEntries()
|
CommunitiesList::sortEntries()
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,6 +28,7 @@ public:
|
||||||
|
|
||||||
void syncTags(const std::map<QString, RoomInfo> &info);
|
void syncTags(const std::map<QString, RoomInfo> &info);
|
||||||
void setTagsForRoom(const QString &id, const std::vector<std::string> &tags);
|
void setTagsForRoom(const QString &id, const std::vector<std::string> &tags);
|
||||||
|
std::vector<std::string> currentTags() const;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void communityChanged(const QString &id);
|
void communityChanged(const QString &id);
|
||||||
|
|
|
@ -137,6 +137,8 @@ CommunitiesListItem::updateTooltip()
|
||||||
setToolTip(tr("Favourite rooms"));
|
setToolTip(tr("Favourite rooms"));
|
||||||
else if (tag == "m.lowpriority")
|
else if (tag == "m.lowpriority")
|
||||||
setToolTip(tr("Low priority rooms"));
|
setToolTip(tr("Low priority rooms"));
|
||||||
|
else if (tag == "m.server_notice")
|
||||||
|
setToolTip(tr("Server Notices", "Tag translation for m.server_notice"));
|
||||||
else if (tag.startsWith("u."))
|
else if (tag.startsWith("u."))
|
||||||
setToolTip(tag.right(tag.size() - 2) + tr(" (tag)"));
|
setToolTip(tag.right(tag.size() - 2) + tr(" (tag)"));
|
||||||
else
|
else
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
|
#include <QInputDialog>
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
@ -23,7 +24,10 @@
|
||||||
|
|
||||||
#include "AvatarProvider.h"
|
#include "AvatarProvider.h"
|
||||||
#include "Cache.h"
|
#include "Cache.h"
|
||||||
|
#include "ChatPage.h"
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
|
#include "Logging.h"
|
||||||
|
#include "MatrixClient.h"
|
||||||
#include "RoomInfoListItem.h"
|
#include "RoomInfoListItem.h"
|
||||||
#include "Splitter.h"
|
#include "Splitter.h"
|
||||||
#include "UserSettingsPage.h"
|
#include "UserSettingsPage.h"
|
||||||
|
@ -97,7 +101,106 @@ RoomInfoListItem::init(QWidget *parent)
|
||||||
menu_ = new Menu(this);
|
menu_ = new Menu(this);
|
||||||
leaveRoom_ = new QAction(tr("Leave room"), this);
|
leaveRoom_ = new QAction(tr("Leave room"), this);
|
||||||
connect(leaveRoom_, &QAction::triggered, this, [this]() { emit leaveRoom(roomId_); });
|
connect(leaveRoom_, &QAction::triggered, this, [this]() { emit leaveRoom(roomId_); });
|
||||||
|
|
||||||
|
connect(menu_, &QMenu::aboutToShow, this, [this]() {
|
||||||
|
menu_->clear();
|
||||||
menu_->addAction(leaveRoom_);
|
menu_->addAction(leaveRoom_);
|
||||||
|
|
||||||
|
menu_->addSection(QIcon(":/icons/icons/ui/tag.png"), tr("Tag room as:"));
|
||||||
|
|
||||||
|
auto roomInfo = cache::singleRoomInfo(roomId_.toStdString());
|
||||||
|
|
||||||
|
auto tags = ChatPage::instance()->communitiesList()->currentTags();
|
||||||
|
|
||||||
|
// add default tag, remove server notice tag
|
||||||
|
if (std::find(tags.begin(), tags.end(), "m.favourite") == tags.end())
|
||||||
|
tags.push_back("m.favourite");
|
||||||
|
if (std::find(tags.begin(), tags.end(), "m.lowpriority") == tags.end())
|
||||||
|
tags.push_back("m.lowpriority");
|
||||||
|
if (auto it = std::find(tags.begin(), tags.end(), "m.server_notice");
|
||||||
|
it != tags.end())
|
||||||
|
tags.erase(it);
|
||||||
|
|
||||||
|
for (const auto &tag : tags) {
|
||||||
|
QString tagName;
|
||||||
|
if (tag == "m.favourite")
|
||||||
|
tagName = tr("Favourite", "Standard matrix tag for favourites");
|
||||||
|
else if (tag == "m.lowpriority")
|
||||||
|
tagName =
|
||||||
|
tr("Low Priority", "Standard matrix tag for low priority rooms");
|
||||||
|
else if (tag == "m.server_notice")
|
||||||
|
tagName =
|
||||||
|
tr("Server Notice", "Standard matrix tag for server notices");
|
||||||
|
else if ((tag.size() > 2 && tag.substr(0, 2) == "u.") ||
|
||||||
|
tag.find(".") !=
|
||||||
|
std::string::npos) // tag manager creates tags without u., which
|
||||||
|
// is wrong, but we still want to display them
|
||||||
|
tagName = QString::fromStdString(tag.substr(2));
|
||||||
|
|
||||||
|
if (tagName.isEmpty())
|
||||||
|
continue;
|
||||||
|
|
||||||
|
auto tagAction = menu_->addAction(tagName);
|
||||||
|
tagAction->setCheckable(true);
|
||||||
|
tagAction->setWhatsThis(tr("Adds or removes the specified tag.",
|
||||||
|
"WhatsThis hint for tag menu actions"));
|
||||||
|
|
||||||
|
for (const auto &riTag : roomInfo.tags)
|
||||||
|
if (riTag == tag) {
|
||||||
|
tagAction->setChecked(true);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
connect(tagAction, &QAction::triggered, this, [this, tag](bool checked) {
|
||||||
|
if (checked)
|
||||||
|
http::client()->put_tag(
|
||||||
|
roomId_.toStdString(),
|
||||||
|
tag,
|
||||||
|
{},
|
||||||
|
[tag](mtx::http::RequestErr err) {
|
||||||
|
if (err) {
|
||||||
|
nhlog::ui()->error(
|
||||||
|
"Failed to add tag: {}, {}",
|
||||||
|
tag,
|
||||||
|
err->matrix_error.error);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
else
|
||||||
|
http::client()->delete_tag(
|
||||||
|
roomId_.toStdString(),
|
||||||
|
tag,
|
||||||
|
[tag](mtx::http::RequestErr err) {
|
||||||
|
if (err) {
|
||||||
|
nhlog::ui()->error(
|
||||||
|
"Failed to delete tag: {}, {}",
|
||||||
|
tag,
|
||||||
|
err->matrix_error.error);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
auto newTagAction = menu_->addAction(tr("New tag...", "Add a new tag to the room"));
|
||||||
|
connect(newTagAction, &QAction::triggered, this, [this]() {
|
||||||
|
QString tagName =
|
||||||
|
QInputDialog::getText(this,
|
||||||
|
tr("New Tag", "Tag name prompt title"),
|
||||||
|
tr("Tag:", "Tag name prompt"));
|
||||||
|
if (tagName.isEmpty())
|
||||||
|
return;
|
||||||
|
|
||||||
|
std::string tag = "u." + tagName.toStdString();
|
||||||
|
|
||||||
|
http::client()->put_tag(
|
||||||
|
roomId_.toStdString(), tag, {}, [tag](mtx::http::RequestErr err) {
|
||||||
|
if (err) {
|
||||||
|
nhlog::ui()->error("Failed to add tag: {}, {}",
|
||||||
|
tag,
|
||||||
|
err->matrix_error.error);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
RoomInfoListItem::RoomInfoListItem(QString room_id,
|
RoomInfoListItem::RoomInfoListItem(QString room_id,
|
||||||
|
|
Loading…
Reference in a new issue