Compare commits

...

30 Commits

Author SHA1 Message Date
l10n daemon script
588266d7c3 Additional po sync 2024-10-09 11:01:45 +00:00
l10n daemon script
258e799138 GIT_SILENT made messages (after extraction) 2024-10-09 02:29:41 +00:00
l10n daemon script
73cd253e25 GIT_SILENT Sync po/docbooks with svn 2024-10-07 03:04:36 +00:00
l10n daemon script
eee81329a4 GIT_SILENT made messages (after extraction) 2024-10-07 02:28:56 +00:00
Tobias Fella
9b425e5a54 Fix for not rendering html in replies
The proper fix on master branch isn't suitable to be backported
2024-10-06 22:14:22 +02:00
Tobias Fella
fb83d5cff8 Fix compilation
(cherry picked from commit a769b904dc)
2024-10-06 22:14:22 +02:00
Tobias Fella
21cabeb20c Fix compilation against changes in libQuotient
(cherry picked from commit f156551d4f)
2024-10-06 22:14:22 +02:00
Tobias Fella
bed04cc59f Adapt to libQuotient changes
(cherry picked from commit 3e1044b8fd)
2024-10-06 22:14:22 +02:00
Carl Schwan
18db04d073 Unify redaction handling
The code in messageeventmodel was calling to EventHandler::getBody who
already handles reaction handlings

(cherry picked from commit 16b27700f5)
2024-10-06 22:14:22 +02:00
Carl Schwan
0f05c1b921 Escape html from redaction message
(cherry picked from commit 9ee10b6968)
2024-10-06 22:14:14 +02:00
Heiko Becker
765292e0e9 GIT_SILENT Update Appstream for new release 2024-10-06 22:02:21 +02:00
Heiko Becker
7c27308a59 GIT_SILENT Upgrade release service version to 24.08.2. 2024-10-06 20:00:19 +02:00
l10n daemon script
b574e68164 GIT_SILENT Sync po/docbooks with svn 2024-10-06 03:06:57 +00:00
l10n daemon script
66d16dd16b SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-10-06 03:04:21 +00:00
l10n daemon script
b1c810c242 GIT_SILENT Sync po/docbooks with svn 2024-09-26 03:06:29 +00:00
l10n daemon script
8f0b3a16f1 GIT_SILENT Sync po/docbooks with svn 2024-09-24 03:32:05 +00:00
l10n daemon script
043519784b GIT_SILENT Sync po/docbooks with svn 2024-09-23 03:06:07 +00:00
Carl Schwan
aafe42c4cc Ensure floating buttons have correct size on mobile
(cherry picked from commit 42dd2e5413)

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2024-09-22 13:18:36 +00:00
Carl Schwan
d9b9b18872 Make sure that m_components cannot be accessed out of bounds in closeLinkPreview
https://crash-reports.kde.org/organizations/kde/issues/67352/?project=18&query=is%3Aunresolved+issue.priority%3A%5Bhigh%2C+medium%5D&referrer=issue-stream&statsPeriod=14d&stream_index=5


(cherry picked from commit f89cec9c55)

53f949e6 Make sure that m_components cannot be accessed out of bounds in closeLinkPreview
34b847cb Add warning

Co-authored-by: James Graham <james.h.graham@protonmail.com>
2024-09-22 13:16:39 +00:00
Carl Schwan
18e26c9e3a Fix NeoChatRoom::directChatRemoteMember
- Don't access member that's not there
- Use NeoChatRoomMember instead of RoomMember

BUG: 492733


(cherry picked from commit 2a5359e73b)

Co-authored-by: Tobias Fella <fella@posteo.de>
2024-09-22 13:14:59 +00:00
Carl Schwan
19c93e9d82 Fix crash in MessageContentModel
(cherry picked from commit 52ab6f484b)

Co-authored-by: Tobias Fella <fella@posteo.de>
2024-09-22 13:14:37 +00:00
Carl Schwan
af6187706e Fix display name in verification message
Previously this would be undefined and i18n doesn't handle this very
well


(cherry picked from commit fad4e506bc)

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2024-09-21 13:27:00 +00:00
l10n daemon script
bf18fcbbba GIT_SILENT Sync po/docbooks with svn 2024-09-19 03:08:37 +00:00
l10n daemon script
ee5502d7bf GIT_SILENT Sync po/docbooks with svn 2024-09-17 03:16:26 +00:00
l10n daemon script
d8d6a4ef3b GIT_SILENT Sync po/docbooks with svn 2024-09-16 03:30:14 +00:00
Carl Schwan
2803c6fd58 Fix filtering users in the member list
(cherry picked from commit 5c04eb85af)

Co-authored-by: Tobias Fella <fella@posteo.de>
2024-09-15 21:02:05 +00:00
Carl Schwan
f2f6406403 Don't open a room by default on mobile
Since the room window is fullscreen on mobile and you can't see the room list,
the first thing you'll be doing is backing out so you can choose the actual room you want to see


(cherry picked from commit 17da652152)

Co-authored-by: Bart Ribbers <bribbers@disroot.org>
2024-09-15 20:59:12 +00:00
Claire Elford
63dc8a5857 Fix increasing font size of certain emojis
Before this commit, NeoChat has two methods of detecting whether or not a piece
of text was an emoji. One is through a regex, and the other is by using the ICU
library. The two methods are used in different parts of the code.

This commit removes the regex detector and instead uses ICU for all the places
where NeoChat needs to figure out whether or not a string is an emoji. This
fixes increasing the font size for messages that only consist of emoji when
certain emoji are used that the regex did not handle (such as the transgender
symbol and transgender flag emojis).

(cherry picked from commit f7533a454c)
2024-09-15 22:59:54 +02:00
Carl Schwan
3dafc62f04 Use autoTransform on images
closes network/neochat#674


(cherry picked from commit 38cfc915f1)

533130b5 Use autoTransform on images

Co-authored-by: James Graham <james.h.graham@protonmail.com>
2024-09-15 10:22:08 +00:00
l10n daemon script
5be112e0e2 GIT_SILENT Sync po/docbooks with svn 2024-09-12 03:02:17 +00:00
66 changed files with 2715 additions and 2920 deletions

View File

@@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.16)
# KDE Applications version, managed by release script.
set(RELEASE_SERVICE_VERSION_MAJOR "24")
set(RELEASE_SERVICE_VERSION_MINOR "08")
set(RELEASE_SERVICE_VERSION_MICRO "1")
set(RELEASE_SERVICE_VERSION_MICRO "2")
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
project(NeoChat VERSION ${RELEASE_SERVICE_VERSION})

View File

@@ -55,6 +55,7 @@
<summary xml:lang="ca">Xategeu amb els vostres amics a Matrix</summary>
<summary xml:lang="ca-valencia">Xategeu amb els vostres amics a Matrix</summary>
<summary xml:lang="cs">Mluvte se svými přáteli na Matrixu</summary>
<summary xml:lang="de">Mit den Freunden auf Matrix unterhalten</summary>
<summary xml:lang="en-GB">Chat with your friends on matrix</summary>
<summary xml:lang="eo">Babilu kun viaj amikoj sur matrix</summary>
<summary xml:lang="es">Charle con sus amigos en matrix</summary>
@@ -85,6 +86,7 @@
<p xml:lang="ar">نيوتشات هو تطبيق دردشة يتيح لك الاستفادة الكاملة من شبكة Matrix. فهو يوفر لك طريقة آمنة لإرسال الرسائل النصية ومقاطع الفيديو والملفات الصوتية إلى عائلتك وزملائك وأصدقائك.</p>
<p xml:lang="ca">El NeoChat és una aplicació de xat que us permet aprofitar plenament la xarxa Matrix. Proporciona una manera segura d'enviar missatges de text, vídeos i arxius d'àudio a la vostra família, companys i amics.</p>
<p xml:lang="ca-valencia">NeoChat és una aplicació de xat que us permet aprofitar plenament la xarxa Matrix. Proporciona una manera segura d'enviar missatges de text, vídeos i arxius d'àudio a la vostra família, companys i amics.</p>
<p xml:lang="de">NeoChat ist eine Anwendung für Unterhaltungen mit allen Vorteilen des Matrix-Netzwerkes. Sie bietet eine sichere Möglichkeit zum Versenden von Nachrichten, Videos und Audiodateien and die Familienmitglieder.</p>
<p xml:lang="en-GB">NeoChat is a chat app that lets you take full advantage of the Matrix network. It provides you with a secure way to send text messages, videos and audio files to your family, colleagues and friends.</p>
<p xml:lang="eo">NeoChat estas babilej-apo, kiu ebligas al vi plene profiti de la Matrix-reto. Ĝi provizas al vi sekuran manieron sendi tekstmesaĝojn, filmetojn kaj sondosierojn al via familio, kolegoj kaj amikoj.</p>
<p xml:lang="es">NeoChat es una aplicación de chat que le permite aprovechar al máximo la red Matrix. Le proporciona un modo seguro de enviar mensajes de texto, vídeos y archivos de sonido a su familia, colegas y amigos.</p>
@@ -111,6 +113,7 @@
<p xml:lang="ar">يهدف نيوتشات إلى أن يكون تطبيقًا كامل الميزات لمواصفات ماتركس. على هذا النحو يتم دعم كل شيء في المواصفات المستقرة الحالية مع الاستثناءات الملحوظة لـ VoIP والخيوط وبعض جوانب التشفير من طرف إلى طرف. هناك عدد قليل من الإغفالات الصغيرة الأخرى بسبب حقيقة أن مواصفات ماتركس تتطور باستمرار ، ولكن يبقى الهدف توفير الدعم النهائي للمواصفات بأكملها.</p>
<p xml:lang="ca">NeoChat pretén ser una aplicació amb totes les característiques per a l'especificació de Matrix. Com a tal, s'ha implementat tota l'especificació actual estable amb les notables excepcions de la VoIP, fils i alguns aspectes de l'encriptatge d'extrem a extrem. Hi ha algunes altres omissions més petites a causa del fet que l'especificació de Matrix està evolucionant constantment, però l'objectiu segueix sent proporcionar suport eventual per a tota l'especificació.</p>
<p xml:lang="ca-valencia">NeoChat pretén ser una aplicació amb totes les característiques per a l'especificació de Matrix. Com a tal, s'ha implementat tota l'especificació actual estable amb les notables excepcions de la VoIP, fils i alguns aspectes de l'encriptació d'extrem a extrem. Hi ha algunes altres omissions més xicotetes a causa del fet que l'especificació de Matrix està evolucionant constantment, però l'objectiu seguix sent proporcionar suport eventual per a tota l'especificació.</p>
<p xml:lang="de">NeoChat versucht eine vollumfängliche Anwendung für die Spezifikation von Matrix zu sein. Damit wird alles der aktuellen stabilen Spezifikation mit den erwähnenswerten Ausnahmen von VoIP, Diskussionsfäden und ein paar Teilen der Ende-zu-Ende-Verschlüsselung unterstützt. Zudem sind andere kleinere Auslassungen vorhanden, da sich die Matrixspezifikation ständig weiterentwickelt. Nichtsdestotrotz soll letztendlich die gesamte Spezifikation unterstützt werden.</p>
<p xml:lang="en-GB">NeoChat aims to be a fully featured application for the Matrix specification. As such everything in the current stable specification with the notable exceptions of VoIP, threads and some aspects of End-to-End Encryption are supported. There are a few other smaller omissions due to the fact that the Matrix spec is constantly evolving but the aim remains to provide eventual support for the entire spec.</p>
<p xml:lang="eo">NeoChat celas esti plene kapabla aplikaĵo por la Matrix-specifo. Kiel tia, ĉio en la nuna stabila specifo kun la rimarkindaj esceptoj de VoIP, fadenoj kaj kelkaj aspektoj de Fin-al-Fina Ĉifrado estas subtenataj. Estas kelkaj aliaj pli malgrandaj preterlasoj pro la fakto, ke la Matrix-speco konstante evoluas, sed la celo restas provizi finfine subtenon por la tuta specifaĵo.</p>
<p xml:lang="es">NeoChat pretende ser una aplicación con todas las funciones para la especificación de Matrix. Como tal, admite todo en la especificación estable actual, con las notables excepciones de VoIP, subprocesos y algunas funciones de cifrado de extremo a extremo. Existen algunas omisiones menos importantes debido al hecho de que la especificación de Matrix está en constante evolución, pero el objetivo sigue siendo brindar compatibilidad final con toda la especificación.</p>
@@ -140,6 +143,7 @@
<p xml:lang="ar">نظرًا لطبيعة تطوير مواصفات ماتركس، يدعم نيوتشات أيضًا العديد من الميزات غير المستقرة وهي:</p>
<p xml:lang="ca">A causa de la naturalesa del desenvolupament de l'especificació de Matrix, el NeoChat també implementa nombroses característiques inestables. Actualment són:</p>
<p xml:lang="ca-valencia">A causa de la naturalea del desenvolupament de l'especificació de Matrix, NeoChat també implementa nombroses característiques inestables. Actualment són:</p>
<p xml:lang="de">Durch die Weiterentwicklung der Matrix-Spezifikation unterstützt auch NeoChat einige als noch instabil gekennzeichnete Funktionen. Derzeit sind das:</p>
<p xml:lang="en-GB">Due to the nature of the Matrix specification development NeoChat also supports numerous unstable features. Currently these are:</p>
<p xml:lang="eo">Pro la naturo de la Matrix-specifevoluo NeoChat ankaŭ subtenas multajn malstabilajn funkciojn. Nuntempe ĉi tiuj estas:</p>
<p xml:lang="es">Debido a la naturaleza del desarrollo de la especificación de Matrix, NeoChat también permite numerosas funciones no estables, como:</p>
@@ -294,6 +298,7 @@
<caption xml:lang="ar">العرض الرئيسة مع قائمة الغرف والدردشات و معلومات الغرفة</caption>
<caption xml:lang="ca">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="ca-valencia">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="de">Hauptansicht mit Raumliste, Unterhaltung und Raum-Informationen</caption>
<caption xml:lang="en-GB">Main view with room list, chat, and room information</caption>
<caption xml:lang="eo">Ĉefa vido kun ĉambra listo, babilejo kaj ĉambra informo</caption>
<caption xml:lang="es">Vista principal con la lista de salas, chat e información de la sala</caption>
@@ -327,6 +332,7 @@
<caption xml:lang="ar">اكتشف مجتمعات جديدة مع فضاءات ماتركس</caption>
<caption xml:lang="ca">Descobriu comunitats noves amb els espais de Matrix</caption>
<caption xml:lang="ca-valencia">Descobriu comunitats noves amb els espais de Matrix</caption>
<caption xml:lang="de">Neue Gemeinschaften mit den Umgebungen von Matrix erkunden</caption>
<caption xml:lang="en-GB">Discover new communities with Matrix Spaces</caption>
<caption xml:lang="eo">Malkovru novajn komunumojn per Matrix Spaces</caption>
<caption xml:lang="es">Descubra nuevas comunidades con los espacios de Matrix</caption>
@@ -363,6 +369,7 @@
<caption xml:lang="ar">العرض الرئيسة مع قائمة الغرف والدردشات و معلومات الغرفة</caption>
<caption xml:lang="ca">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="ca-valencia">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="de">Hauptansicht mit Raumliste, Unterhaltung und Raum-Informationen</caption>
<caption xml:lang="en-GB">Main view with room list, chat, and room information</caption>
<caption xml:lang="eo">Ĉefa vido kun ĉambra listo, babilejo kaj ĉambra informo</caption>
<caption xml:lang="es">Vista principal con la lista de salas, chat e información de la sala</caption>
@@ -397,6 +404,7 @@
<caption xml:lang="ca">Pantalla d'inici de sessió</caption>
<caption xml:lang="ca-valencia">Pantalla d'inici de sessió</caption>
<caption xml:lang="cs">Přihlašovací obrazovka</caption>
<caption xml:lang="de">Anmeldebildschirm</caption>
<caption xml:lang="en-GB">Login screen</caption>
<caption xml:lang="eo">Ensaluta ekrano</caption>
<caption xml:lang="es">Pantalla de inicio de sesión</caption>
@@ -429,6 +437,7 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="24.08.2" date="2024-10-10"/>
<release version="24.08.1" date="2024-09-12"/>
<release version="24.08.0" date="2024-08-22"/>
<release version="24.05.2" date="2024-07-04"/>

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-06 21:26+0400\n"
"Last-Translator: Zayed Al-Saidi <zayed.alsaidi@gmail.com>\n"
"Language-Team: ar\n"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "مخصّص"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[هذه الرسالة محذوفة]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[هذه الرسالة محذوفة: %1]</i>"
@@ -1708,13 +1706,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "دعوة مكالمة"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " و "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1726,7 +1724,7 @@ msgstr[3] " و%1 أخرى"
msgstr[4] " و%1 أخرى"
msgstr[5] " و%1 أخرى"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1787,77 +1785,77 @@ msgstr "فشل إنشاء غرفة: %1"
msgid "Space creation failed: %1"
msgstr "فشل إنشاء فضاء: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "أرسل البلاغ بنجاح."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "عرض: %1, طول: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "رسالة معمّاة"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "افتح نيوتشات في هذه الغرفة"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "ردّ"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "ردّ..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 دعاك إلى غرفة"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "افتح هذه الدعوة في نيوتشات"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "اقبل"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "ارفض"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "ألغ وتجاهل المستخدم"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "افتح نيوتشات"
@@ -2896,7 +2894,7 @@ msgstr "اختر موقعاً جغرافياً"
msgid "Send this location"
msgstr "أرسل هذا الموقع"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3174,79 +3172,79 @@ msgstr "معلومات"
msgid "Media"
msgstr "الوسائط"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "أعضاء الفضاء"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "معلومات الغرفة"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "الإجراءات"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "ابحث في هذه الغرفة"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "ابحث"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "تَثَبّت من المستخدم"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "أزل الغرفة من المفضلة"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "فضّل هذه الغرفة"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "اعرض المواقع لهذه الغرفة"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "اترك هذه الغرفة"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "الأعضاء"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "أدعو مستخدم"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "أدعُ مستخدم إلى غرفة"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3257,7 +3255,7 @@ msgstr[3] "%1 أعضاء"
msgstr[4] "%1 عضواً"
msgstr[5] "%1 عضو"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "بلا عدد أعضاء"
@@ -3567,27 +3565,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "اترك الفضاء"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "اقفز إلى أول رسالة غير المقروءة"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "اقفز إلى أقدم رسالة محملة"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "اقفز إلى أحدث رسالة"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "اسحب عناصر هنا لتشاركهم"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3985,27 +3983,27 @@ msgstr "تابع"
msgid "Working"
msgstr "يعمل"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "رقم تعريفي لماتركس مشوَّه أو فارغ"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "معرف ماتركس %1 غير صحيح"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "أخفق في الانضمام إلى غرفة"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "طلبت الانضمام إلى '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "فشل في طلب الانضمام لغرفة"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-12-12 01:02+0100\n"
"Last-Translator: Enol P. <enolp@softastur.org>\n"
"Language-Team: Asturian <alministradores@softastur.org>\n"
@@ -363,7 +363,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -372,13 +372,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -1692,13 +1690,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr ""
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1706,7 +1704,7 @@ msgid_plural " and %1 others"
msgstr[0] ""
msgstr[1] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1759,77 +1757,77 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr ""
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr ""
@@ -2860,7 +2858,7 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3138,86 +3136,86 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr ""
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr ""
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] ""
msgstr[1] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3518,27 +3516,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3925,27 +3923,27 @@ msgstr ""
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2022-07-22 12:13+0400\n"
"Last-Translator: Kheyyam <xxmn77@gmail.com>\n"
"Language-Team: Azerbaijani <kde-i18n-doc@kde.org>\n"
@@ -392,7 +392,7 @@ msgid "Custom"
msgstr "Xüsusi"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -402,13 +402,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Bu ismarıc silindi]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Bu ismarıc silindi: %1]</i>"
@@ -1912,13 +1910,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Dəvət göndərmək"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " və "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1926,7 +1924,7 @@ msgid_plural " and %1 others"
msgstr[0] " və %1 başqası"
msgstr[1] " və %1 başqaları"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1984,81 +1982,81 @@ msgstr "Otaq yaradıla bilmədi: \"%1\""
msgid "Space creation failed: %1"
msgstr "Otaq yaradıla bilmədi: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Şifrə uğurla dəyişdirildi"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Edit Message"
msgid "Encrypted Message"
msgstr "İsmarıca düzəliş etmək"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "NeoChatı bu otaqla açın"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Cavab"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Cavab..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1,sizi otağa dəvət etdi"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Bu dəvəti NeoChat-da açın"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Qəbul etmək"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "İmtina etmək"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3180,7 +3178,7 @@ msgstr "Yerli faylı seçin"
msgid "Send this location"
msgstr "\"Yazır\" bildirişi göndərilsin"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Locations on a map"
@@ -3487,7 +3485,7 @@ msgstr "Otaq haqqında"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3495,82 +3493,82 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Boşluqdakı üzvlər"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Otaq haqqında"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Bildirişlərdə göstərmək"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Search in this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Edit device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Cihaza düzəliş etmək"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Otağı seçilmişlərdən silin"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Favorite this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Show locations for this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Üzvlər"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "İstifadəçi dəvət etmək"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Invite user to room"
msgstr "%1,sizi otağa dəvət etdi"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3579,7 +3577,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 Üzv"
msgstr[1] "%1 Üzvlər"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3908,28 +3906,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Birinci oxunmammış ismarıca keçin"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Sonuncu ismarıca keçin"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Sonuncu ismarıca keçin"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Elementi paylaşmaq üçün buraya atın"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4335,28 +4333,28 @@ msgstr "Davam etmək"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Matrix İD qüsurludur və ya boşdur"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1, düzgün Matrix identifikatoru deyil"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to join room"
msgstr "%1,sizi otağa dəvət etdi"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to request joining room"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 10:55+0200\n"
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Personalitzats"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Aquest missatge s'ha suprimit]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Aquest missatge s'ha suprimit: %1]</i>"
@@ -1712,13 +1710,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitació de trucades"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " i "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1726,7 +1724,7 @@ msgid_plural " and %1 others"
msgstr[0] " i %1 altre"
msgstr[1] " i %1 altres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1779,77 +1777,77 @@ msgstr "Ha fallat la creació de la sala: %1"
msgid "Space creation failed: %1"
msgstr "Ha fallat la creació de l'espai: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "L'informe s'ha enviat correctament."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat.: %1, lon.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Missatge encriptat"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Obre el NeoChat en aquesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Respon"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Respon..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 us ha convidat a la sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Obre aquesta invitació en el NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rebutja"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rebutja i ignora l'usuari"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Obre el NeoChat"
@@ -2895,7 +2893,7 @@ msgstr "Trieu una ubicació"
msgid "Send this location"
msgstr "Envia aquesta ubicació"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3174,86 +3172,86 @@ msgstr "Informació"
msgid "Media"
msgstr "Multimèdia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres de l'espai"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informació de la sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Accions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cerca en aquesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cerca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica l'usuari"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Elimina la sala de les preferides"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Fes preferida aquesta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostra les ubicacions per a aquesta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Surt d'aquesta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Convida un usuari"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Convida un usuari a la sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membre"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "No hi ha comptador de membres"
@@ -3560,27 +3558,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Abandoneu l'espai"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ves al primer missatge sense llegir"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Ves al missatge carregat més antic"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ves al darrer missatge"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrossegueu aquí els elements per a compartir"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4007,27 +4005,27 @@ msgstr "Continua"
msgid "Working"
msgstr "En funcionament"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID de Matrix amb format incorrecte o buida"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 no és cap identificador correcte de Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Ha fallat en unir-se a la sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Heu sol·licitat unir-vos a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Ha fallat en sol·licitar unir-vos a la sala"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 10:55+0200\n"
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Personalitzats"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Este missatge s'ha suprimit]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Este missatge s'ha suprimit: %1]</i>"
@@ -1711,13 +1709,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitació de tocada"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " i "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1725,7 +1723,7 @@ msgid_plural " and %1 others"
msgstr[0] " i %1 altre"
msgstr[1] " i %1 altres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1778,77 +1776,77 @@ msgstr "No s'ha pogut crear la sala: %1"
msgid "Space creation failed: %1"
msgstr "No s'ha pogut crear l'espai: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "L'informe s'ha enviat correctament."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat.: %1, lon.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Missatge encriptat"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Obri NeoChat en esta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Respon"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Respon…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 vos ha convidat a la sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Obri esta invitació en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rebutja"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rebutja i ignora l'usuari"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Obri NeoChat"
@@ -2894,7 +2892,7 @@ msgstr "Seleccioneu una ubicació"
msgid "Send this location"
msgstr "Envia esta ubicació"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3173,86 +3171,86 @@ msgstr "Informació"
msgid "Media"
msgstr "Multimèdia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres de l'espai"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informació de la sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Accions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Busca en esta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Busca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica l'usuari"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Elimina la sala de les preferides"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Fes preferida esta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostra les ubicacions per a esta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Ix d'esta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Convida un usuari"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Convida un usuari a la sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membre"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "No hi ha comptador de membres"
@@ -3559,27 +3557,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Abandoneu l'espai"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ves fins al primer missatge sense llegir"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Ves fins al missatge carregat més antic"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ves fins a l'últim missatge"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrossegueu ací els elements per a compartir"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4006,27 +4004,27 @@ msgstr "Continua"
msgid "Working"
msgstr "En funcionament"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID de Matrix amb format incorrecte o buida"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 no és cap identificador correcte de Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "No s'ha pogut unir a la sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Heu sol·licitat unir-vos a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "No s'ha pogut sol·licitar unir-vos a la sala"

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"PO-Revision-Date: 2024-07-09 16:19+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-28 09:33+0200\n"
"Last-Translator: Vit Pelcak <vit@pelcak.org>\n"
"Language-Team: Czech <kde-i18n-doc@kde.org>\n"
"Language: cs\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Lokalize 24.05.2\n"
"X-Generator: Lokalize 24.08.1\n"
#: src/chatbar/AttachDialog.qml:29
#, kde-format
@@ -86,7 +86,7 @@ msgstr "Nálepky"
#, kde-format
msgctxt "@action:button"
msgid "Cancel reply"
msgstr ""
msgstr "Zrušit odpověď"
#: src/controller.cpp:136
#, kde-format
@@ -258,7 +258,7 @@ msgstr ""
#: src/qml/MessageSourceSheet.qml:42
#, kde-format
msgid "Event Source"
msgstr ""
msgstr "Zdroj události"
#: src/devtools/RoomData.qml:61
#, kde-format
@@ -311,7 +311,7 @@ msgstr ""
#: src/enums/neochatroomtype.h:59
#, kde-format
msgid "Invited"
msgstr ""
msgstr "Pozváni"
#: src/enums/neochatroomtype.h:61
#, kde-format
@@ -364,7 +364,7 @@ msgid "Custom"
msgstr "Vlastní"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -373,13 +373,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -958,7 +956,7 @@ msgstr ""
#, kde-format
msgctxt "@title:window"
msgid "Proxy Settings"
msgstr ""
msgstr "Nastavení proxy"
#: src/main.cpp:142
#, kde-format
@@ -1469,9 +1467,9 @@ msgstr ""
msgctxt "%1: What's being done; %2: How often it is done."
msgid " %1"
msgid_plural " %1 %2 times"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[0] " %1"
msgstr[1] "%1 %2 krát"
msgstr[2] "%1 %2 krát"
#: src/models/messagefiltermodel.cpp:168
#, kde-format
@@ -1695,13 +1693,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " a "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1710,7 +1708,7 @@ msgstr[0] " a 1 další"
msgstr[1] " a %1 další"
msgstr[2] " a %1 dalších"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1765,77 +1763,77 @@ msgstr "Vytvoření místnosti selhalo: %1"
msgid "Space creation failed: %1"
msgstr "Vytvoření místnosti selhalo: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Hlášení bylo úspěšně odesláno."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Šíř.: %1, Dél.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Zašifrovaná zpráva"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Odpovědět"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Odpovědět..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Přijmout"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Odmítnout"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Odmítnout a ignorovat uživatele"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Otevřít NeoChat"
@@ -2417,12 +2415,12 @@ msgstr ""
#: src/qml/EmojiSas.qml:45
#, kde-format
msgid "They match"
msgstr ""
msgstr "Jsou stejné"
#: src/qml/EmojiSas.qml:51
#, kde-format
msgid "They don't match"
msgstr ""
msgstr "Nejsou stejné"
#: src/qml/ExploreComponent.qml:23 src/qml/ExploreComponentMobile.qml:52
#: src/qml/RoomListPage.qml:204
@@ -2448,7 +2446,7 @@ msgstr ""
#: src/qml/ExploreComponent.qml:46 src/qml/ExploreComponentMobile.qml:140
#, kde-format
msgid "Create a Room"
msgstr ""
msgstr "Vytvořit místnost"
#: src/qml/ExploreComponent.qml:58 src/qml/ExploreComponentMobile.qml:156
#, kde-format
@@ -2503,7 +2501,7 @@ msgstr "Vytvořit nový"
#, kde-format
msgctxt "@info:label A matrix space"
msgid "Space"
msgstr ""
msgstr "Mezera"
#: src/qml/ExploreRoomsPage.qml:52
#, kde-format
@@ -2574,7 +2572,7 @@ msgstr "Nastavit NeoChat…"
#, kde-format
msgctxt "menu"
msgid "Configure NeoChat..."
msgstr ""
msgstr "Nastavit NeoChat..."
#: src/qml/GlobalMenu.qml:31
#, kde-format
@@ -2762,7 +2760,7 @@ msgstr ""
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and ignore user"
msgstr ""
msgstr "Odmítnout a ignorovat uživatele"
#: src/qml/InvitationView.qml:33
#, kde-format
@@ -2777,7 +2775,7 @@ msgstr "Přijmout"
#: src/qml/InviteUserPage.qml:19
#, kde-format
msgid "Invite a User"
msgstr ""
msgstr "Pozvat uživatele"
#: src/qml/InviteUserPage.qml:37
#, kde-format
@@ -2808,13 +2806,13 @@ msgstr ""
#, kde-format
msgctxt "@title:dialog"
msgid "Join Room"
msgstr ""
msgstr "Připojit se do místnosti"
#: src/qml/JoinRoomDialog.qml:67
#, kde-format
msgctxt "@action:button"
msgid "Join room"
msgstr ""
msgstr "Připojit se do místnosti"
#: src/qml/KeyVerificationDialog.qml:16
#, kde-format
@@ -2866,7 +2864,7 @@ msgstr "Vyberte polohu"
msgid "Send this location"
msgstr "Poslat tuto polohu"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3050,7 +3048,7 @@ msgstr "Žádná místnost nebyla nalezena"
#, kde-format
msgctxt "@title Join <name of a space>"
msgid "Join %1"
msgstr ""
msgstr "Připojit se k %1"
#: src/qml/RecommendedSpaceDialog.qml:52
#, kde-format
@@ -3144,79 +3142,79 @@ msgstr "Informace"
msgid "Media"
msgstr "Média"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "informace o místnosti"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Činnosti"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Hledat"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Ověřit uživatele"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr ""
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Členové"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Pozvat uživatele"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3224,7 +3222,7 @@ msgstr[0] "%1 člen"
msgstr[1] "%1 členové"
msgstr[2] "%1 členů"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Žádný počet členů"
@@ -3527,27 +3525,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Přejít na první nepřečtenou zprávu"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3935,27 +3933,27 @@ msgstr "Pokračovat"
msgid "Working"
msgstr "Pracuje"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Poškozené nebo prázdné id pro Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 není platný identifikátor pro Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vyžádali jste vstup do '%1'."
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Vyžádání požadavku o vstup do místnosti selhalo"
@@ -4099,7 +4097,7 @@ msgstr "Vzhled"
#: src/settings/AppearanceSettingsPage.qml:21
#, kde-format
msgid "General theme"
msgstr ""
msgstr "Obecný motiv"
#: src/settings/AppearanceSettingsPage.qml:115
#, kde-format
@@ -4528,7 +4526,7 @@ msgstr ""
#: src/settings/NeoChatGeneralPage.qml:217
#, kde-format
msgid "Send typing notifications"
msgstr "Posílat oznamování o psaní"
msgstr "Posílat upozornění o psaní"
#: src/settings/NeoChatGeneralPage.qml:227
#, kde-format
@@ -4547,11 +4545,10 @@ msgid "Security"
msgstr "Bezpečnost"
#: src/settings/NeoChatSecurityPage.qml:20
#, fuzzy, kde-format
#| msgid "Invites"
#, kde-format
msgctxt "@title:group"
msgid "Invitations"
msgstr "Pozvánky"
msgstr "Pozvání"
#: src/settings/NeoChatSecurityPage.qml:24
#, kde-format
@@ -4569,7 +4566,7 @@ msgstr ""
#: src/settings/NeoChatSecurityPage.qml:25
#, kde-format
msgid "Your server does not support this setting."
msgstr ""
msgstr "Váš server nepodporuje toto nastavení."
#: src/settings/NeoChatSecurityPage.qml:39
#, kde-format
@@ -4795,7 +4792,7 @@ msgstr ""
#: src/settings/RoomGeneralPage.qml:25
#, kde-format
msgid "Room Information"
msgstr ""
msgstr "Informace o místnosti"
#: src/settings/RoomGeneralPage.qml:47
#, kde-format
@@ -5142,13 +5139,13 @@ msgstr ""
#, kde-format
msgctxt "@label:textbox"
msgid "New email address"
msgstr ""
msgstr "Nová e-mailová adresa"
#: src/settings/ThreePIdCard.qml:146
#, kde-format
msgctxt "@label:textbox"
msgid "New phone number"
msgstr ""
msgstr "Nové telefonní číslo"
#: src/settings/ThreePIdCard.qml:150 src/threepidbindhelper.cpp:177
#, kde-format
@@ -5352,7 +5349,7 @@ msgstr[2] ""
#, kde-format
msgctxt "as in 'this vote has ended'"
msgid "(Ended)"
msgstr ""
msgstr "(Ukončeno)"
#: src/timeline/ReadMarkerDelegate.qml:42
#, kde-format

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2020-12-13 17:28+0100\n"
"Last-Translator: Martin Schlander <mschlander@opensuse.org>\n"
"Language-Team: Danish <kde-i18n-doc@kde.org>\n"
@@ -386,7 +386,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -395,13 +395,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -1764,14 +1762,14 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Acceptér"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, fuzzy, kde-format
#| msgid " and "
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " og "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1779,7 +1777,7 @@ msgid_plural " and %1 others"
msgstr[0] ""
msgstr[1] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1834,81 +1832,81 @@ msgstr "Login mislykkedes"
msgid "Space creation failed: %1"
msgstr "Login mislykkedes"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Send message"
msgid "Encrypted Message"
msgstr "Send besked"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Svar"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, fuzzy, kde-format
#| msgid "Reply"
msgid "Reply..."
msgstr "Svar"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Acceptér"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Afvis"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "Chat"
msgid "Open NeoChat"
@@ -2996,7 +2994,7 @@ msgstr ""
msgid "Send this location"
msgstr "Indstillinger"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Settings"
msgctxt "Locations on a map"
@@ -3298,93 +3296,93 @@ msgstr "Indstillinger"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Members"
msgctxt "@action:title"
msgid "Space Members"
msgstr "Medlemmer"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Settings"
msgctxt "@action:title"
msgid "Room information"
msgstr "Indstillinger"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Settings"
msgctxt "Room actions"
msgid "Actions"
msgstr "Indstillinger"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Remove"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Fjern"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Muted"
msgid "Favorite this room"
msgstr "Lydløs"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Muted"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lydløs"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Medlemmer"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite"
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitér"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "Medlem"
msgstr[1] "Medlemmer"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3701,28 +3699,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Gå til første ulæste besked"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to first unread message"
msgid "Jump to oldest loaded message"
msgstr "Gå til første ulæste besked"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4119,27 +4117,27 @@ msgstr ""
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-01-06 16:47+0200\n"
"Last-Translator: Stelios <sstavra@gmail.com>\n"
"Language-Team: Greek <kde-i18n-el@kde.org>\n"
@@ -392,7 +392,7 @@ msgid "Custom"
msgstr "Προσαρμοσμένο"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -402,13 +402,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Αυτό το μήνυμα διαγράφηκε]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Αυτό το μήνυμα διαγράφηκε: %1]</i>"
@@ -1864,13 +1862,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Πρόσκληση με κλήση"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " και "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1878,7 +1876,7 @@ msgid_plural " and %1 others"
msgstr[0] " και %1 ακόμη"
msgstr[1] " και %1 ακόμη"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1936,79 +1934,79 @@ msgstr "Αποτυχία δημιουργίας αίθουσας: «%1»"
msgid "Space creation failed: %1"
msgstr "Αποτυχία δημιουργίας αίθουσας: «%1»"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Η αναφορά εστάλη με επιτυχία."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Κρυπτογραφημένο μήνυμα"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Άνοιγμα NeoChat σε αυτήν την αίθουσα"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Απάντηση"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Απάντηση..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 σε προσκάλεσε σε μία αίθουσα"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Άνοιγμα αυτής της πρόσκλησης στο NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Αποδοχή"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Απόρριψη"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3127,7 +3125,7 @@ msgstr "Επιλογή τοπικού αρχείου"
msgid "Send this location"
msgstr "Αποστολή πληκτρολογημένων ειδοποιήσεων"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Locations on a map"
@@ -3431,7 +3429,7 @@ msgstr "Πληροφορίες αίθουσας"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3439,80 +3437,80 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Μέλη του χώρου"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Πληροφορίες αίθουσας"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Ειδοποιήσεις"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Αναζήτηση σε αυτήν την αίθουσα"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Αναζήτηση"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Επαλήθευση συσκευής"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Αφαίρεση αίθουσας από τις προτιμώμενες"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Εξέρχεται από αυτήν την αίθουσα."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Search in this room"
msgid "Show locations for this room"
msgstr "Αναζήτηση σε αυτήν την αίθουσα"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Εξέρχεται από αυτήν την αίθουσα."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Μέλη"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Πρόσκληση σε χρήστη"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Πρόσκληση χρήστη στην αίθουσα"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3521,7 +3519,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 μέλος"
msgstr[1] "%1 μέλη"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3855,28 +3853,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Αποχώρηση από τον χώρο"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Μετάβαση στο πρώτο μη αναγνωσμένο μήνυμα"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Μετάβαση στο τελευταίο μήνυμα"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Μετάβαση στο τελευταίο μήνυμα"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Έλκυσε αντικείμενα εδώ για να τα μοιραστείς"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4305,28 +4303,28 @@ msgstr "Συνέχεια"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Κακοδιατυπωμένο ή κενό αναγνωριστικό Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "Το %1 δεν είναι ένα σωστό αναγνωριστικό του Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgid "Failed to join room"
msgstr "Προσκαλεί σε μια αίθουσα"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgid "Failed to request joining room"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-03 13:46+0100\n"
"Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n"
"Language-Team: British English\n"
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "Custom"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[This message was deleted]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[This message was deleted: %1]</i>"
@@ -1702,13 +1700,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Call invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " and "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1716,7 +1714,7 @@ msgid_plural " and %1 others"
msgstr[0] " and %1 other"
msgstr[1] " and %1 others"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr "Room creation failed: %1"
msgid "Space creation failed: %1"
msgstr "Space creation failed: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Report sent successfully."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Encrypted Message"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Open NeoChat in this room"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Reply"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Reply..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 invited you to a room"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Open this invitation in NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accept"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Reject"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Reject and Ignore User"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Open NeoChat"
@@ -2881,7 +2879,7 @@ msgstr "Choose a Location"
msgid "Send this location"
msgstr "Send this location"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3161,86 +3159,86 @@ msgstr "Information"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Space Members"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Room information"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Actions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Search in this room"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Search"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verify user"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remove room from favourites"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Favourite this room"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Show locations for this room"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Leave this room"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Members"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invite a User"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invite user to room"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 member"
msgstr[1] "%1 members"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "No member count"
@@ -3543,27 +3541,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Leave Space"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Jump to first unread message"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Jump to oldest loaded message"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Jump to latest message"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Drag items here to share them"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3982,27 +3980,27 @@ msgstr "Continue"
msgid "Working"
msgstr "Working"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Malformed or empty Matrix id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 is not a correct Matrix identifier"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Failed to join room"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "You requested to join '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Failed to request joining room"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-12 22:08+0200\n"
"Last-Translator: Oliver Kellogg <olivermkellogg@gmail.com>\n"
"Language-Team: Esperanto <kde-i18n-eo@kde.org>\n"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Tajlorita"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Tiu ĉi mesaĝo estis forigita]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ĉi tiu mesaĝo estis forigita: %1]</i>"
@@ -1707,13 +1705,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Voka invito"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " kaj "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1721,7 +1719,7 @@ msgid_plural " and %1 others"
msgstr[0] " kaj %1 alia"
msgstr[1] " kaj %1 aliaj"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1774,77 +1772,77 @@ msgstr "Kreado de ĉambro malsukcesis: %1"
msgid "Space creation failed: %1"
msgstr "Spackreado malsukcesis: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Raporto sukcese sendita."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Ĉifrita Mesaĝo"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Malfermu NeoChat en ĉi tiu ĉambro"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Respondi"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Respondi..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 invitis vin al ĉambro"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Malfermu ĉi tiun inviton en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Akcepti"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Malakcepti"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Malakcepti kaj Ignori Uzanton"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Malfermi NeoChat"
@@ -2886,7 +2884,7 @@ msgstr "Elekti Lokon"
msgid "Send this location"
msgstr "Sendi ĉi tiun lokon"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3166,86 +3164,86 @@ msgstr "Informoj"
msgid "Media"
msgstr "Komunikaĵoj"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membroj de Spaco"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informoj pri ĉambro"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Agoj"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Serĉi en ĉi tiu ĉambro"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Serĉi"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Konfirmi uzanton"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Forigi ĉambron el plej ŝatataj"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Plejŝatigi ĉi tiun ĉambron"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Montri lokojn por ĉi tiu ĉambro"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Forlasi ĉi tiun ĉambron"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membroj"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Inviti Uzanton"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Inviti uzanton al ĉambro"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membroj"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Neniu membrokalkulo"
@@ -3549,27 +3547,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Forlasi Spacon"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Salti al la unua nelegita mesaĝo"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Salti al la plej malnova ŝargita mesaĝo"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Salti al la plej nova mesaĝo"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Treni erojn ĉi tien por dividi ilin"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3974,27 +3972,27 @@ msgstr "Daŭrigi"
msgid "Working"
msgstr "Laborante"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Misforma aŭ malplena Matrico-id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ne estas ĝusta Matrico-identigilo"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Malsukcesis aliĝi al ĉambro"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vi petis aliĝi al '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Malsukcesis peti aliĝon al ĉambro"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 11:03+0200\n"
"Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es@kde.org>\n"
@@ -368,7 +368,7 @@ msgid "Custom"
msgstr "Personalizado"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -377,13 +377,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Este mensaje ha sido borrado]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Este mensaje ha sido borrado: %1]</i>"
@@ -1710,13 +1708,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitación de llamada"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " y "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1724,7 +1722,7 @@ msgid_plural " and %1 others"
msgstr[0] " y %1 más"
msgstr[1] " y %1 más"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1779,77 +1777,77 @@ msgstr "La creación de la sala ha fallado: %1"
msgid "Space creation failed: %1"
msgstr "La creación del espacio ha fallado: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "La denuncia se ha enviado correctamente."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensaje cifrado"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir NeoChat en esta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 le ha invitado a una sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir esta invitación en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceptar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rechazar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rechazar e ignorar usuario"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Abrir NeoChat"
@@ -2896,7 +2894,7 @@ msgstr "Escoger una ubicación"
msgid "Send this location"
msgstr "Enviar esta ubicación"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3174,86 +3172,86 @@ msgstr "Información"
msgid "Media"
msgstr "Multimedia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Miembros del espacio"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Información de la sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Acciones"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Buscar en esta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Buscar"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar usuario"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Eliminar sala de las favoritas"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Hacer favorita esta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostrar ubicaciones de esta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Salir de esta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Miembros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitar a un usuario"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invitar usuario a la sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 miembro"
msgstr[1] "%1 miembros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Sin contador de miembros"
@@ -3556,27 +3554,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Dejar el espacio"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Saltar al primer mensaje sin leer"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Saltar al mensaje cargado más antiguo"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Saltar al último mensaje"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrastre elementos aquí para compartirlos"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4004,27 +4002,27 @@ msgstr "Continuar"
msgid "Working"
msgstr "Trabajando"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Id de Matrix mal formada o vacía"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 no es un identificador de Matrix correcto"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "No se ha podido unir a la sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Ha solicitado unirse a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "No se ha podido solicitar unirse a la sala"

View File

@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"PO-Revision-Date: 2024-08-30 18:10+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-22 22:11+0200\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba@ni.eus>\n"
"Language-Team: Basque <kde-i18n-eu@kde.org>\n"
"Language: eu\n"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Neurrira"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Mezu hau ezabatu egin da]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Mezu hau ezabatu egin da: %1]</i>"
@@ -424,7 +422,7 @@ msgstr ": %1"
#, kde-format
msgctxt "their refers to a singular user"
msgid "cleared their display name"
msgstr "azaldutako bere izena garbitu du"
msgstr "azaldutako bere izena hustu du"
#: src/eventhandler.cpp:358
#, kde-format
@@ -441,7 +439,7 @@ msgstr " eta "
#, kde-format
msgctxt "their refers to a singular user"
msgid "cleared their avatar"
msgstr "bere abatarra garbitu du"
msgstr "bere abatarra hustu du"
#: src/eventhandler.cpp:369 src/eventhandler.cpp:551
#, kde-format
@@ -463,7 +461,7 @@ msgstr "ez da ezer aldatu"
#: src/eventhandler.cpp:381
#, kde-format
msgid "withdrew %1's invitation"
msgstr "%1(r)en gonbita erretiratu du"
msgstr "%1(r)en gonbidapena indargabetu du"
#: src/eventhandler.cpp:381 src/eventhandler.cpp:563
#, kde-format
@@ -478,7 +476,7 @@ msgstr "%1(e)ri debekua altxatu zaio"
#: src/eventhandler.cpp:385 src/eventhandler.cpp:567
#, kde-format
msgid "self-unbanned"
msgstr "bere buruari debekua altxatuta"
msgstr "bere buruari debekua altxatu dio"
#: src/eventhandler.cpp:388
#, kde-format
@@ -523,7 +521,7 @@ msgstr "zerbait ezezaguna egin du"
#: src/eventhandler.cpp:409 src/eventhandler.cpp:584
#, kde-format
msgid "cleared the room main alias"
msgstr "gelaren ezizen nagusia garbitu da"
msgstr "gelaren ezizen nagusia hustu du"
#: src/eventhandler.cpp:409
#, kde-format
@@ -533,7 +531,7 @@ msgstr "ezarri gelako ezizen nagusia honetara: %1"
#: src/eventhandler.cpp:412 src/eventhandler.cpp:587
#, kde-format
msgid "cleared the room name"
msgstr "gelako izena garbitu da"
msgstr "gelako izena hustu du"
#: src/eventhandler.cpp:412
#, kde-format
@@ -543,7 +541,7 @@ msgstr "ezarri gelaren izana honetara: %1"
#: src/eventhandler.cpp:415 src/eventhandler.cpp:590
#, kde-format
msgid "cleared the topic"
msgstr "gaia garbitu da"
msgstr "gaia hustu du"
#: src/eventhandler.cpp:416
#, kde-format
@@ -553,7 +551,7 @@ msgstr "ezarri gai honetara: %1"
#: src/eventhandler.cpp:422 src/eventhandler.cpp:593
#, kde-format
msgid "changed the room avatar"
msgstr "gelako abatarra aldatu da"
msgstr "gelako abatarra aldatu du"
#: src/eventhandler.cpp:425 src/eventhandler.cpp:596
#, kde-format
@@ -579,8 +577,7 @@ msgstr "gela honetako ahalmen mailak aldatu dira"
#: src/eventhandler.cpp:439 src/eventhandler.cpp:608
#, kde-format
msgid "changed the server access control lists for this room"
msgstr ""
"gela honetarako zerbitzarirako sarrera-kontroleko zerrendak aldatu zituen"
msgstr "gela honetarako zerbitzarira sartzeko kontrol-zerrendak aldatu ditu"
#: src/eventhandler.cpp:443
#, kde-format
@@ -1613,7 +1610,7 @@ msgstr "Gela bertsio-berritzea"
#: src/models/permissionsmodel.cpp:55
msgctxt "Room permission type"
msgid "Set the room server access control list (ACL)"
msgstr "Gelako zerbitzariaren sarbide kontrolerako zerrenda (ACL) ezartzea"
msgstr "Gelako zerbitzarira sartzeko kontrol-zerrenda (ACL) ezartzea"
#: src/models/permissionsmodel.cpp:56
msgctxt "Room permission type"
@@ -1707,13 +1704,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Dei gonbidapena"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " eta "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1721,7 +1718,7 @@ msgid_plural " and %1 others"
msgstr[0] " eta beste %1"
msgstr[1] " eta beste %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1776,77 +1773,77 @@ msgstr "Gela sortzea huts egin du: %1"
msgid "Space creation failed: %1"
msgstr "Tokia sortzea huts egin du: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Txosten bidalketa arrakastatsua."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Zifratutako mezua"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Ireki NeoChat gela honetan"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Erantzun"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Erantzun..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1(e)k gela batera gonbidatu zaitu"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Ireki gonbidapen hau NeoChat-en"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Onartu"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Errefusatu"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Errefusatu eta erabiltzailea ezikusi"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Ireki NeoChat"
@@ -2890,7 +2887,7 @@ msgstr "Hautatu kokaleku bat"
msgid "Send this location"
msgstr "Bidali kokaleku hori"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3169,86 +3166,86 @@ msgstr "Informazioa"
msgid "Media"
msgstr "Hedabideak"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Tokiko kideak"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Gelaren informazioa"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Ekintzak"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Bilatu gela honetan"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Bilatu"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Egiaztatu erabiltzailea"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Kendu gela gogokoetatik"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Gela hau gogoko egin"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Erakutsi gela honetarako kokalekuak"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Irten gela honetatik"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Kideak"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Gonbidatu erabiltzaile bat"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Gonbidatu erabiltzaile bat gelara"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "Kide %1"
msgstr[1] "%1 kide"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ez dago kide kopururik"
@@ -3552,27 +3549,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Utzi tokia"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Jauzi irakurri gabeko lehenengo mezura"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Jauzi zamatutako mezu zaharrenera"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Jauzi azken mezura"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrastatu elementuak hona haiek partekatzeko"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3990,27 +3987,27 @@ msgstr "Jarraitu"
msgid "Working"
msgstr "Lanean"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Matrix IDa gaizki eratuta edo hutsik dago"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ez da Matrix identifikatzaile zuzena"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Gelara batzea huts egin du"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1'(e)ra batzea eskatu duzu"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Gelara batzeko eskaerak huts egin du"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-04-08 19:57+0300\n"
"Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
"Language-Team: Finnish <kde-i18n-doc@kde.org>\n"
@@ -373,7 +373,7 @@ msgid "Custom"
msgstr "Mukautettu"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -383,13 +383,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Tämä viesti on poistettu]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Tämä viesti on poistettu: %1]</i>"
@@ -1763,13 +1761,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Soittokutsut"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " ja "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1777,7 +1775,7 @@ msgid_plural " and %1 others"
msgstr[0] " ja %1 muu"
msgstr[1] " ja %1 muuta"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1831,77 +1829,77 @@ msgstr "Huoneen luominen epäonnistui: %1"
msgid "Space creation failed: %1"
msgstr "Tilan luominen epäonnistui: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Ilmoituksen lähettäminen onnistui."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lev: %1, pit: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Salattu viesti"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Avaa NeoChat tähän huoneeseen"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Vastaa"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Vastaa…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 kutsui sinut huoneeseen"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Avaa tämä kutsu NeoChatiin"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Hyväksy"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Hylkää"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Hylkää ja sivuuta käyttäjä"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Avaa NeoChat"
@@ -2989,7 +2987,7 @@ msgstr "Valitse sijainti"
msgid "Send this location"
msgstr "Lähetä tämä sijainti"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3274,19 +3272,19 @@ msgstr "Tietoa"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Tilan jäsenet"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Huoneen tiedot"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3294,71 +3292,71 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Sijainnit"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Etsi tästä huoneesta"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Etsi"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Todenna laite"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Poista huone suosikeista"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Poistutaan tästä huoneesta."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Näytä sijainnit tälle huoneelle"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Poistutaan tästä huoneesta."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Jäsenet"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Kutsu käyttäjä"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Kutsu käyttäjä huoneeseen"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 jäsen"
msgstr[1] "%1 jäsentä"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ei jäsenmäärää"
@@ -3672,28 +3670,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Poistu tilasta"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Hyppää ensimmäiseen lukemattomaan viestiin"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Hyppää viimeisimpään viestiin"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Hyppää viimeisimpään viestiin"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Jaa kohteita vetämällä ne tähän"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4102,27 +4100,27 @@ msgstr "Jatka"
msgid "Working"
msgstr "Työskennellään"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Virheellinen tai tyhjä Matrix-tunniste"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ei ole kelvollinen Matrix-tunniste"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Huoneeseen liittyminen epäonnistui"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Pyysit liittyä huoneeseen ”%1”"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Pyyntö liittyä huoneeseen epäonnistui"

View File

@@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"PO-Revision-Date: 2024-08-16 14:30+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-15 14:07+0200\n"
"Last-Translator: Xavier Besnard <xavier.besnard@kde.org>\n"
"Language-Team: French <French <kde-francophone@kde.org>>\n"
"Language: fr\n"
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "Personnalisé"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Ce message a été supprimé]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ce message a été supprimé : %1]</i>"
@@ -1713,13 +1711,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Envoyer une invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " et "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1727,7 +1725,7 @@ msgid_plural " and %1 others"
msgstr[0] " et %1 autre"
msgstr[1] " et %1 autres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1781,77 +1779,77 @@ msgstr "Impossible de créer le salon : %1"
msgid "Space creation failed: %1"
msgstr "Impossible de créer un espace : %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport envoyé avec succès."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat : %1, Long : %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Message chiffré"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1 : %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Ouvrir NeoChat dans cette salon"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Répondre"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Répondre..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 vous a invité dans un salon"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Ouvrir cette invitation dans NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepter"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejeter"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rejeter et ignorer un utilisateur"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Ouvrir NeoChat"
@@ -2901,7 +2899,7 @@ msgstr "Sélectionner un emplacement"
msgid "Send this location"
msgstr "Envoyer cet emplacement"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3182,86 +3180,86 @@ msgstr "Informations"
msgid "Media"
msgstr "Média"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres de l'espace"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informations sur le salon"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Actions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Rechercher dans ce salon"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Rechercher"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Vérifier un utilisateur"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Supprimer le salon des signets"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Marquer ce salon avec un signet"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Afficher des emplacements dans ce salon"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Quitter ce salon"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Inviter un utilisateur"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Inviter des utilisateurs dans un salon"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "Membre %1"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Aucun numéro de membre"
@@ -3566,27 +3564,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Laisser un espace"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Aller au premier message non lu."
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Se déplacer sur le message le plus ancien."
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Aller au message le plus ancien."
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Faites glisser les éléments ici pour les partager"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4013,27 +4011,27 @@ msgstr "Continuer"
msgid "Working"
msgstr "De travail"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Identifiant Matrix mal formé ou vide"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 n'est pas un identifiant Matrix correct"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Impossible de rejoindre un salon"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vous avez demandé à rejoindre « %1 »"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Échec de la demande pour rejoindre un salon"
@@ -5176,7 +5174,7 @@ msgstr ""
#, kde-format
msgctxt "@option:check"
msgid "Members only (since joining)"
msgstr "Uniquement les membres (depuis leur connexion)"
msgstr "Uniquement les membres (Depuis leur connexion)"
#: src/settings/RoomSecurityPage.qml:136
#, kde-format

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-29 18:59+0200\n"
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
"Language-Team: Proxecto Trasno (proxecto@trasno.gal)\n"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "Personalizada"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>(Eliminouse esta mensaxe.)</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>(Eliminouse esta mensaxe: %1)</i>"
@@ -1706,13 +1704,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitación de chamada."
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1720,7 +1718,7 @@ msgid_plural " and %1 others"
msgstr[0] " e outra persoa"
msgstr[1] " e outras %1 persoas"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1773,77 +1771,77 @@ msgstr "A creación da sala fallou: %1"
msgid "Space creation failed: %1"
msgstr "A creación do espazo fallou: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "O informe enviouse correctamente."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1; lonx: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensaxe cifrada"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir NeoChat nesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 envioulle unha invitación a unha sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir a invitación en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceptar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rexeitar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rexeitar e ignorar a persoa"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Abrir NeoChat"
@@ -2890,7 +2888,7 @@ msgstr "Escoller unha localización"
msgid "Send this location"
msgstr "Enviar a localización"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3169,86 +3167,86 @@ msgstr "Información"
msgid "Media"
msgstr "Multimedia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros do espazo"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Información da sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Accións"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Buscar nesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Buscar"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar a persoa"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Retirar a sala das favoritas"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Marcar a sala como favorita"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Amosar as localizacións da sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Saír da sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitar a alguén"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invitar a alguén a esta sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Non hai membros."
@@ -3552,27 +3550,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Saír do espazo"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Saltar á primeira mensaxe nova sen ler"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Saltar á mensaxe cargada máis vella"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Saltar á última mensaxe"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrastre elementos aquí para compartilos."
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3992,27 +3990,27 @@ msgstr "Continuar"
msgid "Working"
msgstr "Traballando"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Identificador de Matrix mal formato ou baleiro."
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 non é un identificador de Matrix correcto."
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Non foi posíbel unirse á sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vostede solicitou unirse a «%1»."
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Non foi posíbel solicitar unirse á sala."

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 15:21+0200\n"
"Last-Translator: Kristof Kiszel <ulysses@fsf.hu>\n"
"Language-Team: Hungarian <kde-l10n-hu@kde.org>\n"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Egyedi"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Az üzenetet törölték]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Az üzenetet törölték: %1]</i>"
@@ -1710,13 +1708,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Hívás meghívó"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " és "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1724,7 +1722,7 @@ msgid_plural " and %1 others"
msgstr[0] " és %1 további"
msgstr[1] " és %1 további"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1777,77 +1775,77 @@ msgstr "Nem sikerült létrehozni a szobát: %1"
msgid "Space creation failed: %1"
msgstr "Nem sikerült létrehozni a teret: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Jelentés sikeresen elküldve."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Hossz.: %1, Szél.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Titkosított üzenet"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "NeoChat megnyitása ebben a szobában"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Válasz"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Válasz…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 meghívta Önt egy szobába"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Meghívás megnyitása NeoChatben"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Elfogadás"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Elutasítás"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Elutasítás és felhasználó mellőzése"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "NeoChat megnyitása"
@@ -2894,7 +2892,7 @@ msgstr "Hely kiválasztása"
msgid "Send this location"
msgstr "Hely küldése"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3174,86 +3172,86 @@ msgstr "Információk"
msgid "Media"
msgstr "Média"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Tér tagjai"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Szobainformációk"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Műveletek"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Keresés a szobában"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Keresés"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Felhasználó ellenőrzése"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Eltávolítás a kedvencek közül"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Szoba jelölése kedvencnek"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Helyek megjelenítése a szobában"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Szoba elhagyása"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Tagok"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Felhasználó meghívása"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Felhasználó meghívása s szobába"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 tag"
msgstr[1] "%1 tag"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Nincs tagszám"
@@ -3559,27 +3557,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Tér elhagyása"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ugrás az első olvasatlan üzenetre"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Ugrás a legkorábbi betöltött üzenetre"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ugrás a legújabb üzenetre"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Húzzon ide elemeket a megosztásukhoz"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3993,27 +3991,27 @@ msgstr "Tovább"
msgid "Working"
msgstr "Dolgozunk"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Helytelenül formázott vagy üres Matrix azonosító"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "A(z) %1 nem helyes Matrix azonosító"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Nem sikerült csatlakozni a szobához"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Csatlakozni kérést küldött ide: „%1”"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Nem sikerült csatlakozási kérést küldeni a szobához"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"PO-Revision-Date: 2024-08-01 16:18+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-16 12:25+0200\n"
"Last-Translator: giovanni <g.sora@tiscali.it>\n"
"Language-Team: Interlingua <kde-i18n-doc@kde.org>\n"
"Language: ia\n"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Personalisate"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Iste message ha essite delite]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Iste message esseva delite: %1]</i>"
@@ -572,7 +570,7 @@ msgstr "create le sala, version %1"
#, kde-format
msgctxt "'power level' means permission level"
msgid "changed the power levels for this room"
msgstr "Cambiate le nvello de potentia per iste salc"
msgstr "Cambiate le nivellos de potentia per iste sala"
#: src/eventhandler.cpp:439 src/eventhandler.cpp:608
#, kde-format
@@ -1707,13 +1705,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Appella invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr "e"
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1721,7 +1719,7 @@ msgid_plural " and %1 others"
msgstr[0] "e %1 altere"
msgstr[1] "e %1 alteres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1774,77 +1772,77 @@ msgstr "Creation de sala falleva: \"%1\""
msgid "Space creation failed: %1"
msgstr "Creation de spatio falleva: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Reporto inviate con successo."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Message Cryptate"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Aperi NeoChat in iste sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responde"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responde..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 invitava te un sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Aperi iste invitation in NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejecta"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rejecta e ignora usator"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Aperi Neochat"
@@ -2892,7 +2890,7 @@ msgstr "Selige un Location"
msgid "Send this location"
msgstr "Invia iste location"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3172,86 +3170,86 @@ msgstr "Information"
msgid "Media"
msgstr "Medios"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros de spatio"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Information de sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Actiones"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cerca in iste sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cerca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica usator"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remove sala ex favoritos"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Favorite iste sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Monstra locationes per iste sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lassa iste sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invita un usator"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invita usator a sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 Member"
msgstr[1] "%1 Membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Necun computo de membro"
@@ -3555,27 +3553,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Lassa spatio"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Salta al prime message non legite"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Salta al message cargate plus vetule"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Salta al ultime message"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Trahe elementos hic per compartir los"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4002,27 +4000,27 @@ msgstr "Continua"
msgid "Working"
msgstr "travaliante"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Malformate o Id de Matrice vacue"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 non es un correcte identificator de matrice"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Falleva a unir sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Tu requireva unir a '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Il falleva a requirer unir sala"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-06-16 19:31+0700\n"
"Last-Translator: Linerly <linerly@protonmail.com>\n"
"Language-Team: Indonesian <kde-i18n-doc@kde.org>\n"
@@ -385,7 +385,7 @@ msgid "Custom"
msgstr "Kustom"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -395,13 +395,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Pesan ini telah dihapus]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Pesan ini telah dihapus: %1]</i>"
@@ -1822,13 +1820,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Undangan panggilan"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " dan "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1836,7 +1834,7 @@ msgid_plural " and %1 others"
msgstr[0] " dan %1 lainnya"
msgstr[1] " dan %1 lainnya"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1890,79 +1888,79 @@ msgstr "Pembuatan ruangan gagal: %1"
msgid "Space creation failed: %1"
msgstr "Pembuatan space gagal: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Laporan berhasil dikirim."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lintang: %1, Bujur: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Pesan Terenkripsi"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Buka NeoChat di ruangan ini"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Balas"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Balas..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 mengundang Anda ke sebuah ruangan"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Buka undangan ini di NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Terima"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Tolak"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3067,7 +3065,7 @@ msgstr "Pilih Lokasi"
msgid "Send this location"
msgstr "Kirim lokasi ini"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Locations on a map"
@@ -3371,7 +3369,7 @@ msgstr "Informasi Ruangan"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3379,87 +3377,87 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Anggota space"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informasi ruangan"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Notifikasi"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cari di ruangan ini"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cari"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifikasi peranti"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Hilangkan ruangan dari favorit"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Meninggalkan ruangan ini."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Search in this room"
msgid "Show locations for this room"
msgstr "Cari di ruangan ini"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Meninggalkan ruangan ini."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Anggota"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Undang sebuah Pengguna"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Undang pengguna ke ruangan"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 anggota"
msgstr[1] "%1 Anggota"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Tidak ada hitungan anggota"
@@ -3791,28 +3789,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Tinggalkan Space"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Pergi ke pesan pertama yang belum dibaca"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Pergi ke pesan terkini"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Pergi ke pesan terkini"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Seret item ke sini untuk membagikannya"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4237,27 +4235,27 @@ msgstr "Lanjut"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Bentuk ID Matrix salah atau ID Matrix kosong"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 bukan pengenal Matrix yang benar"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Gagal bergabung dengan ruangan"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Anda meminta untuk bergabung ke '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Gagal meminta bergabung ke ruangan"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2022-10-28 19:18+0700\n"
"Last-Translator: OIS <mistresssilvara@hotmail.com>\n"
"Language-Team: kde-i18n-doc@kde.org\n"
@@ -385,7 +385,7 @@ msgid "Custom"
msgstr "Nonstandard"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -395,13 +395,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Ti missage esset removet]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ti missage esset removet: %1]</i>"
@@ -1820,13 +1818,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Inviar un invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1834,7 +1832,7 @@ msgid_plural " and %1 others"
msgstr[0] " e %1 plu"
msgstr[1] " e %1 plu"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1890,79 +1888,79 @@ msgstr "Ne successat crear un contextu OpenGL"
msgid "Space creation failed: %1"
msgstr "Ne successat crear un contextu OpenGL"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Raport sta inviat successosimen."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Ciffrat missage"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Aperter NeoChat in ti chambre"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, fuzzy, kde-format
msgid "%1 invited you to a room"
msgstr "%s invitat vos a(l) %s"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, fuzzy, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Aperter NeoChat in ti chambre"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Acceptar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejecter"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3043,7 +3041,7 @@ msgstr "Selecter un local file"
msgid "Send this location"
msgstr "Inviar notificationes pri li tippada"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Locations on a map"
@@ -3346,7 +3344,7 @@ msgstr "Information pri li chambre"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3354,77 +3352,77 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres del spacie"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Information pri li chambre"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Notificationes"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, fuzzy, kde-format
msgid "Search in this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar li aparate"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
msgid "Remove room from favorites"
msgstr "Remover ex li preferat"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
msgid "Favorite this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
msgid "Show locations for this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitar un usator"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
msgid "Invite user to room"
msgstr "Invitar un usator"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3433,7 +3431,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 membre"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3754,28 +3752,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ear al prim ínleet missage"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Ear al ultim missage"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ear al ultim missage"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4179,27 +4177,27 @@ msgstr "Continuar"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, fuzzy, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Provide vor ID de Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, fuzzy, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "«%1» ne sembla quam un ID de Matrix."
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
msgid "Failed to join room"
msgstr "Invitar un usator"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
msgid "Failed to request joining room"
msgstr "Invitar un usator"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-01 12:48+0200\n"
"Last-Translator: Vincenzo Reale <smart2128vr@gmail.com>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 24.08.0\n"
"X-Generator: Lokalize 24.08.1\n"
#: src/chatbar/AttachDialog.qml:29
#, kde-format
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "Personalizzato"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Questo messaggio è stato eliminato]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Questo messaggio è stato eliminato: %1]</i>"
@@ -1710,13 +1708,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invito a chiamata"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1724,7 +1722,7 @@ msgid_plural " and %1 others"
msgstr[0] " e %1 altro"
msgstr[1] " e %1 altri"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1777,77 +1775,77 @@ msgstr "Creazione della stanza non riuscita: %1"
msgid "Space creation failed: %1"
msgstr "Creazione dello spazio non riuscita: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Segnalazione inviata correttamente."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Messaggio cifrato"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Apri NeoChat in questa stanza"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Rispondi"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Rispondi..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 ti ha invitato in una stanza"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Apri questo invito in NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accetta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rifiuta"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rifiuta e ignora utente"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Apri NeoChat"
@@ -2895,7 +2893,7 @@ msgstr "Scegli una località"
msgid "Send this location"
msgstr "Invia questa località"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3175,86 +3173,86 @@ msgstr "Informazioni"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membri dello spazio"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informazioni della stanza"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Azioni"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cerca in questa stanza"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cerca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica l'utente"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Rimuovi la stanza dai preferiti"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Rendi preferita questa stanza"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostra le posizioni per questa stanza"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lascia questa stanza"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membri"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invita un utente"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invita utente alla stanza"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membri"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Nessun conteggio dei membri"
@@ -3559,27 +3557,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Abbandona spazio"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Passa al primo messaggio non letto"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Salta al messaggio caricato più vecchio"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Salta all'ultimo messaggio"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Trascina qui gli elementi per condividerli"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4008,27 +4006,27 @@ msgstr "Continua"
msgid "Working"
msgstr "Attivo"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID Matrix non valido o vuoto"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 non è un identificatore Matrix corretto"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Accesso alla stanza non riuscito"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Hai chiesto di unirti a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Impossibile richiedere l'accesso alla stanza"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2020-11-05 23:50-0800\n"
"Last-Translator: Japanese KDE translation team <kde-jp@kde.org>\n"
"Language-Team: Japanese <kde-jp@kde.org>\n"
@@ -359,7 +359,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -368,13 +368,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -1686,20 +1684,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr ""
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1750,77 +1748,77 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr ""
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr ""
@@ -2851,7 +2849,7 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3129,85 +3127,85 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr ""
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr ""
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3506,27 +3504,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3912,27 +3910,27 @@ msgstr ""
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-29 05:15+0200\n"
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
"Language-Team: Georgian <kde-i18n-doc@kde.org>\n"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "ხელით მითითებული"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[ეს შეტყობინება წაშლილია]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[ეს შეტყობინება წაშლილია: %1]</i>"
@@ -1705,13 +1703,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "ზარის მოსაწვევი"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " და "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1719,7 +1717,7 @@ msgid_plural " and %1 others"
msgstr[0] " და კიდევ %1"
msgstr[1] " და კიდევ %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1772,77 +1770,77 @@ msgstr "ოთახის შექმნის შეცდომა: %1"
msgid "Space creation failed: %1"
msgstr "სივრცის შექმნის შეცდომა: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "ანგარიში წარმატებით გაიგზავნა."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "გან: %1, გრძ: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "დაშიფრული შეტყობინება"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "ამ ოთახში NeoChat-ის გახსნა"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "პასუხი"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "პასუხი…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 -მა ოთახში მოგიწვიათ"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "ამ მოსაწვევის NeoChat-ში გახსნა"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "დასტური"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "უარყოფა"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "მომხმარებლის უარყოფა და იგნორი"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "NeoChat-ის გახსნა"
@@ -2885,7 +2883,7 @@ msgstr "აირჩიეთ მდებარეობა"
msgid "Send this location"
msgstr "ამ მდებარეობის გაგზავნა"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3163,86 +3161,86 @@ msgstr "ინფორმაცია"
msgid "Media"
msgstr "მედია"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "სივრცის წევრები"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "ინფორმაცია ოთახის შესახებ"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "ქმედებები"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "ამ ოთახში ძებნა"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "ძებნა"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "მომხმარებლის გადამოწმება"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "ოთახის რჩეულებიდან წაშლა"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "ამ ოთახის რჩეულებში ჩამატება"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "ამ ოთახისთვის მდებარეობების ჩვენება"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "ამ ოთახიდან გასვლა"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "წევრები"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "მომხმარებლის მოწვევა"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "მომხმარებლის ოთახში მოწვევა"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 წევრი"
msgstr[1] "%1 წევრი"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "წევრების რაოდენობის გარეშე"
@@ -3545,27 +3543,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "ოთახიდან გასვლა"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "პირველ წაუკითხავ შეტყობინებაზე გადასვლა"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "უძველეს ჩატვირთულ შეტყობინებაზე გადასვლა"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "უახლეს შეტყობინებებზე გადასვლა"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "გადმოათრიეთ საგნები აქ, მათ გასაზიარებლად"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3970,27 +3968,27 @@ msgstr "გაგრძელება"
msgid "Working"
msgstr "მუშაობს"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "არასწორი ან ცარიელი Matrix-ის ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1-ი Matrix-ის არასწორი იდენტიფიკატორია"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "ოთახში შესვლის შეცდომა"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "მოითხოვეთ '%1'-ზე შესვლა"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "ოთახში შესვლის მოთხოვნის შეცდომა"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-02-24 22:09+0100\n"
"Last-Translator: Shinjo Park <kde@peremen.name>\n"
"Language-Team: Korean <kde-kr@kde.org>\n"
@@ -376,7 +376,7 @@ msgid "Custom"
msgstr "사용자 정의"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -386,13 +386,11 @@ msgid "%1 (%2)"
msgstr "%1(%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[이 메시지가 삭제됨]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[이 메시지가 삭제됨: %1]</i>"
@@ -1762,20 +1760,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "통화 초대"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " 그리고 "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] " 그리고 %1명 더"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1827,77 +1825,77 @@ msgstr "대화방 생성 실패: %1"
msgid "Space creation failed: %1"
msgstr "스페이스 생성 실패: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "신고했습니다."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "위도: %1, 경도: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "암호화된 메시지"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "이 대화방에서 NeoChat 열기"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "답장"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "답장..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 님이 대화방에 초대함"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "NeoChat에서 이 초대장 열기"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "수락"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "거부"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "거부하고 사용자 무시"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1(%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "NeoChat 열기"
@@ -2984,7 +2982,7 @@ msgstr "위치 선택"
msgid "Send this location"
msgstr "이 위치 보내기"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3270,19 +3268,19 @@ msgstr "정보"
msgid "Media"
msgstr "미디어"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "스페이스 구성원"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "대화방 정보"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3290,70 +3288,70 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "위치"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "이 대화방에서 검색"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "검색"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "장치 확인"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "책갈피에서 대화방 삭제"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "이 대화방을 떠납니다."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "이 대화방에서 위치 표시"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "이 대화방을 떠납니다."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "구성원"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "사용자 초대"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "대화방에 사용자 초대"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "구성원 %1명"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "구성원 집계 없음"
@@ -3660,28 +3658,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "스페이스 떠나기"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "첫 읽지 않은 메시지로 이동"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "최신 메시지로 이동"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "최신 메시지로 이동"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "공유할 항목을 여기에 드래그"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4074,27 +4072,27 @@ msgstr "계속"
msgid "Working"
msgstr "작업 중"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "잘못되었거나 빈 Matrix ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1이(가) 올바른 Matrix 식별자가 아님"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "대화방에 입장할 수 없음"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1'에 입장을 요청함"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "대화방 입장 요청을 할 수 없음"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-02-25 01:00+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -1698,13 +1696,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr ""
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1713,7 +1711,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr ""
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr ""
@@ -2870,7 +2868,7 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3148,79 +3146,79 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr ""
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr ""
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3229,7 +3227,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3534,27 +3532,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3942,27 +3940,27 @@ msgstr ""
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-03-28 07:13+0200\n"
"Last-Translator: Māris Nartišs <maris.kde@gmail.com>\n"
"Language-Team: \n"
@@ -378,7 +378,7 @@ msgid "Custom"
msgstr "Dažādi"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -388,13 +388,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Šī ziņa ir dzēsta]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Šī ziņa ir dzēsta: %1]</i>"
@@ -1768,13 +1766,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Zvana uzaicinājumi"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " un "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1783,7 +1781,7 @@ msgstr[0] " un vēl %1"
msgstr[1] " un vēl %1"
msgstr[2] " un vēl %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1839,77 +1837,77 @@ msgstr "Istabas izveide neizdevās: %1"
msgid "Space creation failed: %1"
msgstr "Telpas izveide neizdevās: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Ziņojums ir veiksmīgi nosūtīts."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Plat.: %1, gar.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Šifrēta ziņa"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Atvērt „NeoChat“ šajā istabā"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Atbildēt"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Atbildēt..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 jūs uzaicināja uz istabu"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Atvērt šo uzaicinājumu „NeoChat“"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Pieņemt"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Noraidīt"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Noraidīt un ignorēt lietotāju"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Atvērt „NeoChat“"
@@ -2999,7 +2997,7 @@ msgstr "Izvēlieties atrašanās vietu"
msgid "Send this location"
msgstr "Nosūtīt šo atrašanās vietu"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3285,19 +3283,19 @@ msgstr "Informācija"
msgid "Media"
msgstr "Multivide"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Telpas dalībnieki"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Istabas informācija"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3305,64 +3303,64 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Atrašanās vietas"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Meklēt šajā istabā"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Meklēt"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Pārbaudīt ierīci"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Noņemt istabu no iecienītajām"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Pamet šo istabu."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Parādīt šīs istabas atrašanās vietas"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Pamet šo istabu."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Dalībnieki"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Uzaicināt lietotāju"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Uzaicināt lietotāju istabā"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3370,7 +3368,7 @@ msgstr[0] "%1 dalībnieks"
msgstr[1] "%1 dalībnieki"
msgstr[2] "%1 dalībnieku"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Nav dalībnieku skaita"
@@ -3683,28 +3681,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Pamest telpu"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Iet uz pirmo nelasīto ziņu"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Iet uz pēdējo ziņu"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Iet uz pēdējo ziņu"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Velciet vienumus te, lai tos kopīgotu"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4111,27 +4109,27 @@ msgstr "Turpināt"
msgid "Working"
msgstr "Darbojas"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Nepareizi formatēts vai tukšs „Matrix“ ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "„%1“ nav pareizs „Matrix“ identifikators"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Neizdevās pievienoties istabai"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Jūsu lūdzāt pievienoties „%1“"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Neizdevās lūgt pievienoties istabai"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-07 16:03+0200\n"
"Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n"
"Language-Team: \n"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Aangepast"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Dit bericht is verwijderd]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Dit bericht is verwijderd: %1]</i>"
@@ -1708,13 +1706,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Uitnodigingsoproep"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " en "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1722,7 +1720,7 @@ msgid_plural " and %1 others"
msgstr[0] " en %1 andere"
msgstr[1] " en %1 anderen"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1775,77 +1773,77 @@ msgstr "Aanmaken van room is mislukt: %1"
msgid "Space creation failed: %1"
msgstr "Ruimte aanmaken is mislukt: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport met succes verzonden."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Bte: %1, Lte: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Versleuteld bericht"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "NeoChat in deze room openen"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Beantwoorden"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Beantwoorden..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 heeft u uitgenodigd naar de room"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Deze uitnodiging in NeoChat openen"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepteren"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Afwijzen"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Gebruiker afwijzen en negeren"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Neochat openen"
@@ -2891,7 +2889,7 @@ msgstr "Een locatie kiezen"
msgid "Send this location"
msgstr "Deze locatie verzenden"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3171,86 +3169,86 @@ msgstr "Informatie"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Leden in ruimtes"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informatie over room"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Acties"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "In deze room zoeken"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Zoeken"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Gebruiker verifiëren"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Room uit favorieten verwijderen"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Deze chatroom als favoriet markeren."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Locaties in deze room tonen"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Deze chatroom verlaten."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Leden"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Een gebruiker uitnodigen"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Gebruiker uitnodigen in room"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 lid"
msgstr[1] "%1 leden"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Geen aantal leden"
@@ -3555,27 +3553,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Ruimte verlaten"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Naar het eerste ongelezen bericht gaan"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Naar het oudste geladen bericht gaan"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Naar het laatste bericht gaan"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Items hierheen verslepen om ze te delen"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4002,27 +4000,27 @@ msgstr "Doorgaan"
msgid "Working"
msgstr "Werkend"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Verminkte of lege Matrix-id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 is geen juiste Matrix-identifier"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Deelnemen aan room is mislukt"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "U verzocht om mee te doen met '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Verzoek om mee te doen met room is mislukt"

View File

@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"PO-Revision-Date: 2024-09-07 09:51+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-25 18:46+0200\n"
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
"Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n"
"Language: nn\n"
@@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 24.08.0\n"
"X-Generator: Lokalize 24.11.70\n"
"X-Environment: kde\n"
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
@@ -370,7 +370,7 @@ msgid "Custom"
msgstr "Tilpassa"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -379,13 +379,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Denne meldinga er sletta]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Denne meldinga er sletta: %1]</i>"
@@ -720,7 +718,7 @@ msgstr "oppdaterte tilstanden"
#: src/eventhandler.cpp:624
#, kde-format
msgid "started a poll"
msgstr "starta ei avstemming"
msgstr "starta ei avrøysting"
#: src/filetransferpseudojob.cpp:48
#, kde-format
@@ -1712,13 +1710,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Samtaleinvitasjon"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " og "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1726,7 +1724,7 @@ msgid_plural " and %1 others"
msgstr[0] " og %1 annan"
msgstr[1] " og %1 andre"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1779,77 +1777,77 @@ msgstr "Feil ved romregistrering: %1"
msgid "Space creation failed: %1"
msgstr "Feil ved registrering av område: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapporten er no send."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Breiddegr.: %1  lengdegr.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Kryptert melding"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Opna NeoChat i dette rommet"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Svar"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Svar …"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 inviterte deg til eit rom"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Opna invitasjonen i NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Godta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Avvis"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Avvis og ignorer brukaren"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Opna NeoChat"
@@ -2299,11 +2297,12 @@ msgctxt "@title"
msgid "Explore Rooms"
msgstr "Utforsk rom"
# Vert vist som info for alle rom/kanalar ein (no) er med i. Passar derfor betre med «Er med» enn «Vart med».
#: src/qml/CreateRoomDialog.qml:181 src/qml/ExplorerDelegate.qml:77
#: src/qml/SelectParentDialog.qml:106 src/qml/SpaceHierarchyDelegate.qml:93
#, kde-format
msgid "Joined"
msgstr "Vart med"
msgstr "Er med"
#: src/qml/CreateRoomDialog.qml:236
#, kde-format
@@ -2894,7 +2893,7 @@ msgstr "Vel posisjon"
msgid "Send this location"
msgstr "Send denne posisjonen"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3072,7 +3071,7 @@ msgstr "Set inn lenkje"
#, kde-format
msgctxt "Placeholder message"
msgid "No room found"
msgstr "Fann ingen rom"
msgstr "Fann ikkje nokon rom"
#: src/qml/RecommendedSpaceDialog.qml:25
#, kde-format
@@ -3172,86 +3171,86 @@ msgstr "Informasjon"
msgid "Media"
msgstr "Medium"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Områdemedlemmar"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Rominformasjon"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Handlingar"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Søk i rommet"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Søk"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Stadfest brukar"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Fjern rommet frå favorittar"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Merk rom som favoritt"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Vis posisjonar i rommet"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Forlat rommet"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Medlemmar"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Inviter ein brukar"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Inviter brukar til rommet"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 medlem"
msgstr[1] "%1 medlemmar"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Manglar medlemstal"
@@ -3259,12 +3258,12 @@ msgstr "Manglar medlemstal"
#: src/qml/RoomListPage.qml:195
#, kde-format
msgid "No friends found"
msgstr "Fann ingen vennar"
msgstr "Fann ikkje nokon vennar"
#: src/qml/RoomListPage.qml:195
#, kde-format
msgid "No rooms found"
msgstr "Fann ingen rom"
msgstr "Fann ikkje nokon rom"
#: src/qml/RoomListPage.qml:197
#, kde-format
@@ -3324,7 +3323,7 @@ msgstr "Skriv inn tekst for å starta søket"
#: src/qml/RoomSearchPage.qml:39
#, kde-format
msgid "No messages found"
msgstr "Fann ingen meldingar"
msgstr "Fann ikkje nokon meldingar"
#: src/qml/RoomTreeSection.qml:71
#, kde-format
@@ -3555,27 +3554,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Forlat område"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Gå til første ulesne melding"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Gå til eldste innlasta melding"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Gå til nyaste melding"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Dra element her for å dela dei"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3778,7 +3777,7 @@ msgstr "Skriv inn tekst for å starta søk etter vennane dine"
#, kde-format
msgctxt "@info:label"
msgid "No matches found"
msgstr "Fann ingen treff"
msgstr "Fann ikkje nokon treff"
#: src/qml/VerificationCanceled.qml:18
#, kde-format
@@ -3983,27 +3982,27 @@ msgstr "Hald fram"
msgid "Working"
msgstr "Arbeider"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Tom eller ugyldig Matrix-ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 er ikkje ein gyldig Matrix-identifikator"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Klarte ikkje verta med i rommet"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Du har bedt om å få verta med i «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Klarte ikkje be om å få verta med i rommet"
@@ -5410,7 +5409,7 @@ msgstr "Avbryt redigering"
#, kde-format
msgid "Based on votes by %1 user"
msgid_plural "Based on votes by %1 users"
msgstr[0] "Basert på avstemming for %1 brukar"
msgstr[0] "Basert på avrøysting for %1 brukar"
msgstr[1] "Basert på avstemming blant %1 brukarar"
#: src/timeline/PollComponent.qml:73

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2021-12-31 11:06-0800\n"
"Last-Translator: A S Alam <aalam@satluj.org>\n"
"Language-Team: Punjabi <punjabi-users@lists.sf.net>\n"
@@ -394,7 +394,7 @@ msgid "Custom"
msgstr "ਕਸਟਮ"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -404,13 +404,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[ਇਹ ਸੁਨੇਹਾ ਹਟਾਇਆ ਗਿਆ ਸੀ]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[ਇਹ ਸੁਨੇਹਾ ਹਟਾਇਆ ਗਿਆ ਸੀ: %1]</i>"
@@ -1883,13 +1881,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "ਸੱਦਾ ਭੇਜੋ"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " ਅਤੇ "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1897,7 +1895,7 @@ msgid_plural " and %1 others"
msgstr[0] " ਅਤੇ %1 ਹੋਰ"
msgstr[1] " ਅਤੇ %1 ਹੋਰ"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1953,81 +1951,81 @@ msgstr "ਰੂਮ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ: \"%1\""
msgid "Space creation failed: %1"
msgstr "ਰੂਮ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "ਪਾਸਵਰਡ ਕਾਮਯਾਬੀ ਨਾਲ ਬਦਲਿਆ ਹੈ"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Edit Message"
msgid "Encrypted Message"
msgstr "ਸੁਨੇਹੇ ਨੂੰ ਸੋਧੋ"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "ਜਵਾਬ ਦਿਓ"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "...ਜਵਾਬ ਦਿਓ"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "ਇਹ ਸੱਦਾ ਨਿਓ-ਚੈਟ ਵਿੱਚ ਖੋਲ੍ਹੋ"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "ਮਨਜ਼ੂਰ ਕਰੋ"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "ਰੱਦ ਕਰੋ"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3144,7 +3142,7 @@ msgstr "ਲੋਕਲ ਫਾਇਲ ਚੁਣੋ"
msgid "Send this location"
msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਵੇਖਾਓ"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Locations on a map"
@@ -3450,7 +3448,7 @@ msgstr "ਰੂਮ ਦੀ ਜਾਣਕਾਰੀ"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3458,82 +3456,82 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "ਥਾਂ ਦੇ ਮੈਂਬਰ"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "ਰੂਮ ਦੀ ਜਾਣਕਾਰੀ"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਵੇਖਾਓ"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Search in this room"
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Edit device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "ਡਿਵਾਈਸ ਨੂੰ ਸੋਧੋ"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "ਪਸੰਦ ਵਿੱਚੋਂ ਰੂਮ ਹਟਾਓ"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Favorite this room"
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Show locations for this room"
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "ਮੈਂਬਰ"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "ਵਰਤੋਂਕਾਰ ਨੂੰ ਸੱਦਾ ਦਿਓ"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Invite user to room"
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3542,7 +3540,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 ਮੈਂਬਰ"
msgstr[1] "%1 ਮੈਂਬਰ"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3872,28 +3870,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "ਪਹਿਲੇ ਨਾ-ਪੜ੍ਹੇ ਸੁਨੇਹੇ ਉੱਤੇ ਜਾਓ"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "ਸਭ ਤੋਂ ਨਵੇ ਸੁਨੇਹੇ ਉੱਤੇ ਜਾਓ"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "ਸਭ ਤੋਂ ਨਵੇ ਸੁਨੇਹੇ ਉੱਤੇ ਜਾਓ"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4298,28 +4296,28 @@ msgstr "ਜਾਰੀ ਰੱਖੋ"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ਠੀਕ ਮੈਟਰਿਕਸ ਪਛਾਣਕਰਤਾ ਨਹੀਂ ਹੈ"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to join room"
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to request joining room"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 09:16+0200\n"
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@@ -368,7 +368,7 @@ msgid "Custom"
msgstr "Własny"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -377,13 +377,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Ta wiadomość została usunięta]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ta wiadomość została usunięta: %1]</i>"
@@ -1708,13 +1706,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Zaproszenie do rozmowy"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " oraz "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1723,7 +1721,7 @@ msgstr[0] " i %1 inny"
msgstr[1] " i %1 innych"
msgstr[2] " i %1 innych"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1778,77 +1776,77 @@ msgstr "Nie udało się utworzyć pokoju: %1"
msgid "Space creation failed: %1"
msgstr "Nie udało się utworzyć przestrzeni: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Pomyślnie wysłano zgłoszenie."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Szer.: %1, Dł.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Zaszyfrowana wiadomość"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Otwórz NeoChat w tym pokoju"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Odpowiedz"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Odpowiedz..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 zaprosił cię do pokoju"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Otwórz to zaproszenie w NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Przyjmij"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Odrzuć"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Odrzuć lub wycisz użytkownika"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Otwórz NeoChat"
@@ -2895,7 +2893,7 @@ msgstr "Wybierz położenie"
msgid "Send this location"
msgstr "Wyślij to położenie"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3174,79 +3172,79 @@ msgstr "Szczegóły"
msgid "Media"
msgstr "Multimedia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Członkowie przestrzeni"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informacje o pokoju"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Działania"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Poszukaj w tym pokoju"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Poszukaj"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Sprawdź użytkownika"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Usuń pokój z ulubionych"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Dodaj ten pokój do ulubionych"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Pokaż miejsca dla tego pokoju"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Opuść ten pokój"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Członkowie"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Zaproś użytkownika"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Zaproś użytkownika do pokoju"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3254,7 +3252,7 @@ msgstr[0] "%1 członek"
msgstr[1] "%1 członków"
msgstr[2] "%1 członków"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Brak liczby członków"
@@ -3561,27 +3559,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Opuść Space"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Przeskocz do pierwszej nieprzeczytanej wiadomości"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Przeskocz do najstarszej wczytanej wiadomości"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Przeskocz do ostatniej wiadomości"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Przeciągnij tutaj elementy, aby je udostępnić"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3999,27 +3997,27 @@ msgstr "Dalej"
msgid "Working"
msgstr "Pracuje"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Identyfikator Matriksa jest pusty lub zapisany złą składnią"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 nie jest poprawnym identyfikatorem Matriksa"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Nie udało się dołączyć do pokoju"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Poprosiłeś od dołączenie do '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Nie udało się poprosić o dołączenie do pokoju"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-06-24 10:17+0100\n"
"Last-Translator: José Nuno Coelho Pires <zepires@gmail.com>\n"
"Language-Team: Portuguese <kde-i18n-pt@kde.org>\n"
@@ -388,7 +388,7 @@ msgid "Custom"
msgstr "Personalizados"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -397,13 +397,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Esta mensagem foi removida]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Esta mensagem foi removida: %1]</i>"
@@ -1824,13 +1822,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Convite para chamada"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1838,7 +1836,7 @@ msgid_plural " and %1 others"
msgstr[0] "e mais %1"
msgstr[1] "e mais %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1893,79 +1891,79 @@ msgstr "Não foi possível criar a sala: %1"
msgid "Space creation failed: %1"
msgstr "Não foi possível criar o espaço: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "O relatório foi enviado com sucesso."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensagem Encriptada"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 convidou-o para uma sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir este convite no NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceitar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejeitar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3069,7 +3067,7 @@ msgstr "Escolher uma Localização"
msgid "Send this location"
msgstr "Enviar esta localização"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3372,7 +3370,7 @@ msgstr "Informação da Sala"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3380,14 +3378,14 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros do espaço"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informação da sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3395,72 +3393,72 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Localizações"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Procurar nesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Procurar"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar o dispositivo"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remover a sala dos favoritos"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "A sair desta sala."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostrar as localizações desta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "A sair desta sala."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Convidar um Utilizador"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Convidar o utilizador para a sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Sem número de membros"
@@ -3792,28 +3790,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Sair do Espaço"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ir para a primeira mensagem não-lida"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Ir para a última mensagem"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ir para a última mensagem"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arraste os itens para aqui para os partilhar"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4248,27 +4246,27 @@ msgstr "Continuar"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "O ID do Matrix está vazio ou é inválido"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "O %1 não é um identificador correcto do Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Não foi possível juntar-se à sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Pediu para se ligar ao '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Não foi possível pedir para se ligar à sala"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-03 00:01-0300\n"
"Last-Translator: Geraldo Simiao <geraldosimiao@fedoraproject.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_BR@kde.org>\n"
@@ -393,7 +393,7 @@ msgid "Custom"
msgstr "Personalizado"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -403,13 +403,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Esta mensagem foi excluída]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Esta mensagem foi excluída: %1]</i>"
@@ -1892,13 +1890,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Enviar convite"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1906,7 +1904,7 @@ msgid_plural " and %1 others"
msgstr[0] " e %1 outro"
msgstr[1] " e %1 outros"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1964,80 +1962,80 @@ msgstr "Criação de sala falhou: \"%1\""
msgid "Space creation failed: %1"
msgstr "Criação de sala falhou: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Senha alterada com sucesso"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensagem criptografada"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 convidou você para uma sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir este convite no NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceitar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejeitar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3157,7 +3155,7 @@ msgstr "Escolher arquivo local"
msgid "Send this location"
msgstr "Mostrar notificações de digitação"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Locations on a map"
@@ -3464,7 +3462,7 @@ msgstr "Informação da sala"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3472,82 +3470,82 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros do espaço"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informação da sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Mostrar notificações"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Search in this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Edit device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Editar dispositivo"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remover sala dos favoritos"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Favorite this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Show locations for this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Convidar um usuário"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Invite user to room"
msgstr "%1 convidou você para uma sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3556,7 +3554,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3885,28 +3883,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ir para primeira mensagem não lida"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Ir para a mensagem mais antiga"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ir para a mensagem mais antiga"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arraste itens aqui para compartilhar"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4312,28 +4310,28 @@ msgstr "Continuar"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID da Matrix errado ou vazio"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 não é um ID correto da Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to join room"
msgstr "%1 convidou você para uma sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to request joining room"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-05-05 22:31+0300\n"
"Last-Translator: Alexander Yavorsky <kekcuha@gmail.com>\n"
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
@@ -380,7 +380,7 @@ msgid "Custom"
msgstr "Другой"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -390,13 +390,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Это сообщение было удалено]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Cообщение было удалено: %1]</i>"
@@ -1791,13 +1789,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Приглашение на вызов"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " и "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1807,7 +1805,7 @@ msgstr[1] " и ещё %1"
msgstr[2] " и ещё %1"
msgstr[3] " и ещё %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1865,77 +1863,77 @@ msgstr "Не удалось создать комнату: %1"
msgid "Space creation failed: %1"
msgstr "Не удалось создать пространство: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Жалоба отправлена."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Широта: %1, долгота: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Зашифрованное сообщение"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Открыть эту комнату в NeoChat"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Ответить"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Ответить…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 пригласил вас в комнату"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Открыть это приглашение в NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Принять"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Отклонить"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Отклонить и игнорировать пользователя"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Открыть NeoChat"
@@ -3024,7 +3022,7 @@ msgstr "Выбор местоположения"
msgid "Send this location"
msgstr "Отправить это местоположение"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3314,19 +3312,19 @@ msgstr "Сведения"
msgid "Media"
msgstr "Медиа"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Участники пространства"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Информация о комнате"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3334,64 +3332,64 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Местоположения"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Искать в этой комнате"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Поиск"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Верифицировать устройство"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Убрать комнату из избранного"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Leave this room"
msgid "Favorite this room"
msgstr "Покинуть комнату"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Показать местоположения для этой комнаты"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Покинуть комнату"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Участники"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Пригласить пользователя"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Пригласить пользователя в комнату"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3400,7 +3398,7 @@ msgstr[1] "%1 участника"
msgstr[2] "%1 участников"
msgstr[3] "%1 участник"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Количество участников не подсчитывается"
@@ -3735,28 +3733,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Покинуть пространство"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Перейти к первому непрочитанному сообщению"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Перейти к последнему сообщению"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Перейти к последнему сообщению"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Чтобы опубликовать файла, перетащите их сюда"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4163,27 +4161,27 @@ msgstr "Продолжить"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Недопустимый или пустой идентификатор Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 — некорректный идентификатор Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Не удалось присоединиться к комнате"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Вы отправили запрос на присоединение к «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Не удалось отправить запрос на присоединение к комнате"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-01-23 09:01+0100\n"
"Last-Translator: Roman Paholik <wizzardsk@gmail.com>\n"
"Language-Team: Slovak <kde-sk@linux.sk>\n"
@@ -394,7 +394,7 @@ msgid "Custom"
msgstr "Vlastné"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -404,13 +404,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Táto správa bola odstránená]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Táto správa bola odstránená: %1]</i>"
@@ -1888,13 +1886,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Odoslať pozvanie"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " a "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1903,7 +1901,7 @@ msgstr[0] " a %1 ďalší"
msgstr[1] " a %1 ďalší"
msgstr[2] " a %1 ďalších"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1963,83 +1961,83 @@ msgstr "Vytvorenie miestnosti zlyhalo: \"%1\""
msgid "Space creation failed: %1"
msgstr "Vytvorenie miestnosti zlyhalo: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Heslo úspešne zmenené"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Edit Message"
msgid "Encrypted Message"
msgstr "Upraviť správu"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Odpovedať"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Odpovedať..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "%1 invited you to a room"
msgstr "pozval %1 do miestnosti"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, fuzzy, kde-format
#| msgid "Open a private chat"
msgid "Open this invitation in NeoChat"
msgstr "Otvoriť súkromný chat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Prijať"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Odmietnuť"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3157,7 +3155,7 @@ msgstr "Vyberte umiestnenie"
msgid "Send this location"
msgstr "Zobraziť upozornenia"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3462,21 +3460,21 @@ msgstr "Informácie o miestnosti"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Members"
msgctxt "@action:title"
msgid "Space Members"
msgstr "Členovia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informácie o miestnosti"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3484,66 +3482,66 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Miesta"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Hľadať v tejto miestnosti"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Hľadať"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Edit device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Upraviť zariadenie"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Odstrániť miestnosť z obľúbených"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Favorite this room"
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Otvoriť miesta v tejto miestnosti"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Členovia"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Pozvať používateľa"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Invite user to room"
msgstr "pozval %1 do miestnosti"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3553,7 +3551,7 @@ msgstr[0] "%1 Člen"
msgstr[1] "%1 Členovia"
msgstr[2] "%1 Členov"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3886,28 +3884,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Skočiť na prvú neprečítanú správu"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Prejsť na najnovšiu správu"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Prejsť na najnovšiu správu"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Presuňte položky sem na zdieľanie"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4313,28 +4311,28 @@ msgstr "Pokračovať"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Poškodené alebo prázdne Matrix ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 nie je správny Matrix identifikátor"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Failed to join room"
msgstr "pozval %1 do miestnosti"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Failed to request joining room"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 07:14+0200\n"
"Last-Translator: Matjaž Jeran <matjaz.jeran@amis.net>\n"
"Language-Team: Slovenian <lugos-slo@lugos.si>\n"
@@ -371,7 +371,7 @@ msgid "Custom"
msgstr "Po meri"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -380,13 +380,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[To sporočilo je bilo izbrisano]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[To sporočilo je bilo izbrisano: %1]</i>"
@@ -1709,13 +1707,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Povabilo za klic"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " in "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1725,7 +1723,7 @@ msgstr[1] " in %1 drug"
msgstr[2] " in %1 druga"
msgstr[3] " in %1 drugi"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1782,77 +1780,77 @@ msgstr "Ustvarjanje sobe ni uspelo: %1"
msgid "Space creation failed: %1"
msgstr "Ustvarjanje prostora ni uspelo: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Poročilo uspešno poslano."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Širina: %1, Dolžina: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Šifrirano sporočilo"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Odpri Neo-chat v tej sobi"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Odgovori"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Odgovori …"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 vas je povabil v sobo"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Odprite to povabilo v NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Sprejmi"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Zavrni"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Zavrni in prezri uporabnika"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Odpri NeoChat"
@@ -2894,7 +2892,7 @@ msgstr "Izberi lokacijo"
msgid "Send this location"
msgstr "Pošlji to lokacijo"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3172,79 +3170,79 @@ msgstr "Informacije"
msgid "Media"
msgstr "Mediji"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Člani prostora"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informacije o sobi"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Dejavnosti"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Išči v tej sobi"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Išči"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificiraj uporabnika"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Odstrani sobo iz priljubljenih"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Označi to sobo za najljubšo"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Pokaži mesta za to sobo"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Zapusti to sobo"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Člani"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Povabi uporabnika"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Povabite uporabnika v sobo"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3253,7 +3251,7 @@ msgstr[1] "%1 član"
msgstr[2] "%1 člana"
msgstr[3] "%1 člani"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ni števila članov"
@@ -3562,27 +3560,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Zapusti prostor"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Skoči na prvo neprebrano sporočilo"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Skoči na najstarejše naloženo sporočilo"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Skoči na nedavno sporočilo"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Povleci predmete sem, da jih deliš z drugimi"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4000,27 +3998,27 @@ msgstr "Nadaljuj"
msgid "Working"
msgstr "V delovanju"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Slabo oblikovan ali prazen Matrix id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ni pravilen Matrix identifikator"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Neuspela pridružitev v sobo"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Prosili ste za pridružitev v »%1«"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Neuspela prošnja za pridružitev v sobo"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 05:26+0200\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall@gmail.com>\n"
"Language-Team: Swedish <kde-i18n-doc@kde.org>\n"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "Egen"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Meddelandet har tagits bort]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Meddelandet har tagits bort: %1]</i>"
@@ -1704,13 +1702,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Samtalsinbjudan"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " och "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1718,7 +1716,7 @@ msgid_plural " and %1 others"
msgstr[0] " och %1 annan"
msgstr[1] " och %1 andra"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1771,77 +1769,77 @@ msgstr "Misslyckades skapa rum: \"%1"
msgid "Space creation failed: %1"
msgstr "Misslyckades skapa utrymme: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport skickades med lyckat resultat."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Latitud: %1, Longitud: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Krypterat meddelande"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Öppna NeoChat för rummet"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Svara"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Svara..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 bjöd in dig till ett rum"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Öppna inbjudan i NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Acceptera"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Avslå"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Avslå och ignorera användare"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Öppna NeoChat"
@@ -2886,7 +2884,7 @@ msgstr "Välj en plats"
msgid "Send this location"
msgstr "Skicka platsen"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3166,86 +3164,86 @@ msgstr "Information"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Utrymmesmedlemmar"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Rumsinformation"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Åtgärder"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Sök i rummet"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Sök"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifiera användare"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Ta bort rum från favoriter"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Gör rummet till favorit"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Visa platser för rummet"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lämnar rummet"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Medlemmar"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Bjud in en användare"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Bjöd in användare till ett rum"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 medlem"
msgstr[1] "%1 medlemmar"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ingen medlemsräkning"
@@ -3550,27 +3548,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Lämna utrymme"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Gå till första olästa meddelande"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Gå till äldsta inlästa meddelande"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Gå till sista meddelande"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Dra objekt hit för att dela dem"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3986,27 +3984,27 @@ msgstr "Fortsätt"
msgid "Working"
msgstr "Arbetar"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Felformad eller tom Matrix-identifierare"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 är inte en korrekt Matrix-identifierare"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Misslyckades gå med i rum"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Du frågade om att gå med i '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Misslyckades fråga om att gå med i rum"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-02 22:05+0200\n"
"Last-Translator: Kishore G <kishore96@gmail.com>\n"
"Language-Team: Tamil <kde-i18n-doc@kde.org>\n"
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "விருப்பமானது"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[இந்த செய்தி நீக்கப்பட்டது]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[இந்த செய்தி நீக்கப்பட்டது: %1]</i>"
@@ -1702,13 +1700,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "குரல்வழி உரையாடலுக்கான அழைப்பு"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " மற்றும் "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1716,7 +1714,7 @@ msgid_plural " and %1 others"
msgstr[0] " மற்றும் %1 பயனர்"
msgstr[1] " மற்றும் %1 பயனர்கள்"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr "அரங்கு உருவாக்கம் தோல்விய
msgid "Space creation failed: %1"
msgstr "இட உருவாக்கம் தோல்வியடைந்தது: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "புகார் வெற்றிகரமாக அனுப்பப்பட்டுள்ளது."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "அட்ச: %1, தீர்க்க: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "மறையாக்கப்பட்டுள்ள செய்தி"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "இந்த அரங்கில் நியோச்சாட்டை திற"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "பதிலளி"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "பதிலளி..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 உங்களை ஒர் அரங்குக்கு வரவழைத்தார்"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "இவ்வழைப்பை நியோச்சாட்டில் திற"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "ஏற்றுக்கொள்"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "மறு"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "மறுத்து பயனரைத் தடு"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "நியோச்சாட்டைத் திற"
@@ -2882,7 +2880,7 @@ msgstr "இடத்தை தேர்வு செய்"
msgid "Send this location"
msgstr "இவ்விடத்தை அனுப்பு"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3160,86 +3158,86 @@ msgstr "விவரங்கள்"
msgid "Media"
msgstr "படங்கள்"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "இடத்தின் உறுப்பினர்கள்"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "அரங்கின் விவரங்கள்"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "செயல்கள்"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "இவ்வரங்கில் தேடு"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "தேடல்"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "பயனரை உறுதிப்படுத்து"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "பிடித்தவற்றிலிருந்து அரங்கை நீக்கு"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "இவ்வரங்கை பிடித்ததாக குறி"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "இவ்வரங்கிலுள்ள இருப்பிடங்களைக் காட்டு"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "இவ்வரங்கிலிருந்து வெளியேறு"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "உறுப்பினர்கள்"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "பயனரை வரவழைப்பது"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "பயனரை ஓர் அரங்குக்கு வரவழை"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 உறுப்பினர்"
msgstr[1] "%1 உறுப்பினர்கள்"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "உறுப்பினர்களின் எண்ணிக்கை தெரியாதது"
@@ -3541,27 +3539,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "இடத்திலிருந்து வெளியேறு"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "படிக்காத முதல் செய்திக்குத் தாவு"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "ஏற்றப்பட்டுள்ளவற்றில் பழைய செய்திக்குத் தாவு"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "கடைசி செய்திக்குத் தாவு"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "எதையாவது பகிர, அதை இங்கு இழுத்துப் போடுங்கள்"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3963,27 +3961,27 @@ msgstr "தொடர்"
msgid "Working"
msgstr "வேலை செய்கிறது"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "செல்லுபடியாகாத அல்லது காலியான Matrix கணக்குப்பெயர்"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ஒரு முறையான Matrix கணக்குப்பெயர் அல்ல"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "அரங்கில் நுழைவது தோல்வியடைந்தது"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1' அரங்கில் நுழைய அனுமதி கோரினீர்கள்"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "அரங்கில் நுழைய அனுமதிகோருவது தோல்வியடைந்தது"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-01-08 19:47-0500\n"
"Last-Translator: Weblate Admin <admin@example.com>\n"
"Language-Team: Toki Pona <http://weblate.blackquill.cc/projects/ante-toki-pi-"
@@ -382,7 +382,7 @@ msgid "Custom"
msgstr "sitelen Emosi sina"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -391,13 +391,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[ijo ni li weka.]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[ijo ni li weka tan ni: %1]</i>"
@@ -1777,13 +1775,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " en "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1793,7 +1791,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1850,78 +1848,78 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Edit Message"
msgid "Encrypted Message"
msgstr "o ante e toki"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgctxt "menu"
#| msgid "NeoChat"
@@ -2996,7 +2994,7 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3288,82 +3286,82 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Create a Room"
msgid "Favorite this room"
msgstr "o pali e tomo toki"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Create a Room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "o pali e tomo toki"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Ignore this user"
msgctxt "@title"
msgid "Invite a User"
msgstr "o len e jan ni"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3372,7 +3370,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3692,28 +3690,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Send message"
msgid "Jump to oldest loaded message"
msgstr "o pana e toki"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4117,27 +4115,27 @@ msgstr "o awen tawa"
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-26 13:31+0300\n"
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
"Language-Team: Turkish <kde-l10n-tr@kde.org>\n"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Özel"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Bu ileti silindi]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Bu ileti silindi: %1]</i>"
@@ -1702,13 +1700,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Çağrı daveti"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " ve"
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1716,7 +1714,7 @@ msgid_plural " and %1 others"
msgstr[0] " ve %1 başkası"
msgstr[1] " ve %1 başkası"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr "Oda oluşturulamadı: %1"
msgid "Space creation failed: %1"
msgstr "Alan oluşturma başarısız: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapor başarıyla gönderildi."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Enlem: %1, Boylam: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Şifreli İleti"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Bu odayı NeoChatte açın"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Yanıtla"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Yanıtla…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1, sizi bir odaya davet etti"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Bu daveti NeoChatte aç"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Kabul Et"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Reddet"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Kullanıcı Reddet ve Yok Say"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Aç: NeoChat"
@@ -2885,7 +2883,7 @@ msgstr "Konum Seç"
msgid "Send this location"
msgstr "Bu konumu gönder"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3163,86 +3161,86 @@ msgstr "Bilgi"
msgid "Media"
msgstr "Ortam"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Alan Üyeleri"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Oda Bilgisi"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Eylemler"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Bu odada ara"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Ara"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Kullanıcıyı Doğrula"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Odayı sık kullanılanlardan kaldır"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Bu odayı sık kullanılanlara ekle"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Bu oda için olan konumları göster"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Bu odadan ayrıl"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Üyeler"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Kullanıcıyı Davet Et"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Kullanıcıyı Odaya Davet Et"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 üye"
msgstr[1] "%1 üye"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Üye sayısı yok"
@@ -3546,27 +3544,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Alandan Ayrıl"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "İlk okunmamış iletiye atla"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Yüklenmiş en son iletiye atla"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "En son iletiye atla"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Onları paylaşmak için ögeleri buraya sürükleyin"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3981,27 +3979,27 @@ msgstr "Sürdür"
msgid "Working"
msgstr "Çalışıyor"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Hatalı oluşturulmuş veya boş Matrix kimliği"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1, doğru bir Matrix tanımlayıcısı değil"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Odaya katılamadı"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "“%1” odasına katılmak istediniz"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Odaya katılma istenemedi"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 09:06+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -372,7 +372,7 @@ msgid "Custom"
msgstr "Нетипова"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -381,13 +381,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Це повідомлення було вилучено]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Це повідомлення було вилучено: %1]</i>"
@@ -1719,13 +1717,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Запрошення до дзвінка"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " і "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1735,7 +1733,7 @@ msgstr[1] " і %1 інші"
msgstr[2] " і %1 інших"
msgstr[3] " і %1 інший"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1793,77 +1791,77 @@ msgstr "Не вдалося створити кімнату: %1"
msgid "Space creation failed: %1"
msgstr "Не вдалося створити простір: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Скаргу успішно надіслано."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Шир: %1, Довг: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Зашифроване повідомлення"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Відкрити NeoChat у цій кімнаті"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Відповісти"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Відповісти…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "Вас запрошено до кімнати %1"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Відкрити це запрошення у NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Прийняти"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Відмовити"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Відмовити та ігнорувати користувача"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Відкрити NeoChat"
@@ -2912,7 +2910,7 @@ msgstr "Виберіть місце"
msgid "Send this location"
msgstr "Надіслати дані цього місця"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3191,79 +3189,79 @@ msgstr "Відомості"
msgid "Media"
msgstr "Мультимедіа"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Учасники простору"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Відомості щодо кімнати"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Дії"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Шукати у цій кімнаті"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Пошук"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Перевірити користувача"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Вилучити кімнату з улюблених"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Зробити улюбленою цю кімнату"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Показувати місця перебування для цієї кімнати"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Полишити цю кімнату"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Учасники"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Запрошення користувача"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Запросити користувача до кімнати"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3272,7 +3270,7 @@ msgstr[1] "%1 учасники"
msgstr[2] "%1 учасників"
msgstr[3] "%1 учасник"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Немає лічильника учасників"
@@ -3582,27 +3580,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Полишити простір"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Перейти до першого непрочитаного повідомлення"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Перейти до найдавнішого завантаженого повідомлення"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Перейти до останнього повідомлення"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Перетягніть пункти сюди, щоб оприлюднити їх"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4024,27 +4022,27 @@ msgstr "Продовжити"
msgid "Working"
msgstr "Працюємо"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Помилково форматований або порожній ідентифікатор Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 не є правильним ідентифікатором Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Не вдалося приєднатися до кімнати"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Ви надіслали запит щодо долучення до «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Не вдалося надіслати запит щодо долучення до кімнати"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-04-23 19:24\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
@@ -364,7 +364,7 @@ msgid "Custom"
msgstr "自定义"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -373,13 +373,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[这条消息已被删除]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[这条消息已被删除:%1]</i>"
@@ -1696,20 +1694,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "通话邀请"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " 与 "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] " 与另外 %1 人"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1760,77 +1758,77 @@ msgstr "聊天室创建失败:%1"
msgid "Space creation failed: %1"
msgstr "空间创建失败:%1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "举报成功。"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "纬度:%1经度%2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "加密的消息"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1%2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "在此聊天室打开 NeoChat"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "回复"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "回复..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 邀请您加入聊天室"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "在 NeoChat 中打开此邀请"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "接受"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "拒绝"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "拒绝并忽略用户"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "打开 NeoChat"
@@ -2865,7 +2863,7 @@ msgstr "选择位置"
msgid "Send this location"
msgstr "发送此位置"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3143,85 +3141,85 @@ msgstr "信息"
msgid "Media"
msgstr "媒体"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "空间成员"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "聊天室信息"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "在此聊天室中搜索"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "搜索"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "从收藏夹中移除聊天室"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "显示此聊天室的位置"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "离开此房间"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "成员"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "邀请用户"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "邀请用户到聊天室"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 位成员"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "无成员计数"
@@ -3520,27 +3518,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "离开空间"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "跳转到第一条未读消息"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "跳转到最新消息"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "拖动项目到此处来分享"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3931,27 +3929,27 @@ msgstr "继续"
msgid "Working"
msgstr "正在处理"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Matrix id 为空或格式错误"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 不是正确的 Matrix 标识符"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "加入聊天室失败"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "您请求加入 '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "请求加入聊天室失败"

View File

@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-09-03 02:28+0000\n"
"PO-Revision-Date: 2024-08-06 05:24+0900\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-23 21:29+0900\n"
"Last-Translator: Kisaragi Hiu <mail@kisaragi-hiu.com>\n"
"Language-Team: Traditional Chinese <zh-l10n@lists.slat.org>\n"
"Language: zh_TW\n"
@@ -18,7 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 24.04.70\n"
"X-Generator: Lokalize 24.08.1\n"
#: src/chatbar/AttachDialog.qml:29
#, kde-format
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "自訂"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[此訊息已被刪除]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[此訊息已被刪除:%1]</i>"
@@ -1693,20 +1691,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "來電邀請"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " 和 "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] " 和其他 %1 個人"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1757,77 +1755,77 @@ msgstr "聊天室建立失敗:%1"
msgid "Space creation failed: %1"
msgstr "聊天空間建立失敗:%1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "已成功傳送檢舉"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "緯度:%2經度%1"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "已加密訊息"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "在這個聊天室開啟 NeoChat"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "回覆"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "回覆..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 邀請了您到聊天室"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "在 NeoChat 開啟這個邀請"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "接受"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "拒絕"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "拒絕並忽略使用者"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "開啟 NeoChat"
@@ -2864,7 +2862,7 @@ msgstr "選擇位置"
msgid "Send this location"
msgstr "傳送這個位置"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
@@ -3142,85 +3140,85 @@ msgstr "資訊"
msgid "Media"
msgstr "媒體"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "聊天空間成員"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "聊天室資訊"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "動作"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "在這個聊天室裡搜尋"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "搜尋"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "驗證使用者"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "從最愛中移除聊天室"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "將此聊天室加入最愛"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "顯示這個聊天室的位置"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "離開這個聊天室"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "成員"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "邀請一個使用者"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "邀請使用者到聊天室"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 名成員"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "無成員計數"
@@ -3519,27 +3517,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "離開聊天空間"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "跳到第一個未讀訊息"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "跳到已載入的最舊的訊息"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "跳到最新訊息"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "拖曳項目至此來分享它"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3930,27 +3928,27 @@ msgstr "繼續"
msgid "Working"
msgstr "處理中"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "不正確或空白的 Matrix ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 不是一個正確的 Matrix ID"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "加入聊天室失敗"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "您已請求加入 '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "請求加入聊天室失敗"

View File

@@ -120,7 +120,11 @@ QString ChatBarCache::relationMessage() const
if (auto event = room->findInTimeline(m_relationId); event != room->historyEdge()) {
EventHandler eventhandler(room, &**event);
return eventhandler.getMarkdownBody();
if (isEditing()) {
return eventhandler.getMarkdownBody();
} else {
return eventhandler.getMarkdownBody().toHtmlEscaped();
}
}
return {};
}

View File

@@ -294,7 +294,7 @@ QString EventHandler::getBody(const Quotient::RoomEvent *event, Qt::TextFormat f
{
if (event->isRedacted()) {
auto reason = event->redactedBecause()->reason();
return (reason.isEmpty()) ? i18n("<i>[This message was deleted]</i>") : i18n("<i>[This message was deleted: %1]</i>", reason);
return (reason.isEmpty()) ? i18n("<i>[This message was deleted]</i>") : i18n("<i>[This message was deleted: %1]</i>", reason.toHtmlEscaped());
}
const bool prettyPrint = (format == Qt::RichText);

View File

@@ -225,11 +225,6 @@ QVariant MessageContentModel::data(const QModelIndex &index, int role) const
if (m_event == nullptr) {
return QString();
}
if (m_event->isRedacted()) {
auto reason = m_event->redactedBecause()->reason();
return (reason.isEmpty()) ? i18n("<i>[This message was deleted]</i>")
: i18n("<i>[This message was deleted: %1]</i>", m_event->redactedBecause()->reason());
}
if (!component.content.isEmpty()) {
return component.content;
}
@@ -514,7 +509,7 @@ MessageComponent MessageContentModel::linkPreviewComponent(const QUrl &link)
if (linkPreviewer->loaded()) {
return MessageComponent{MessageComponentType::LinkPreview, QString(), {{"link"_ls, link}}};
} else {
connect(linkPreviewer, &LinkPreviewer::loadedChanged, [this, link]() {
connect(linkPreviewer, &LinkPreviewer::loadedChanged, this, [this, link]() {
const auto linkPreviewer = dynamic_cast<NeoChatConnection *>(m_room->connection())->previewerForLink(link);
if (linkPreviewer != nullptr && linkPreviewer->loaded()) {
for (auto &component : m_components) {
@@ -555,6 +550,11 @@ QList<MessageComponent> MessageContentModel::addLinkPreviews(QList<MessageCompon
void MessageContentModel::closeLinkPreview(int row)
{
if (row < 0 || row > m_components.size()) {
qWarning() << "closeLinkPreview() called with row" << row << "which does not exist. m_components.size() =" << m_components.size();
return;
}
if (m_components[row].type == MessageComponentType::LinkPreview || m_components[row].type == MessageComponentType::LinkPreviewLoad) {
beginResetModel();
m_removedLinkPreviews += m_components[row].attributes["link"_ls].toUrl();

View File

@@ -433,11 +433,6 @@ QVariant MessageEventModel::data(const QModelIndex &idx, int role) const
EventHandler eventHandler(m_currentRoom, &evt);
if (role == Qt::DisplayRole) {
if (evt.isRedacted()) {
auto reason = evt.redactedBecause()->reason();
return (reason.isEmpty()) ? i18n("<i>[This message was deleted]</i>")
: i18n("<i>[This message was deleted: %1]</i>", evt.redactedBecause()->reason());
}
return eventHandler.getRichBody();
}

View File

@@ -247,7 +247,7 @@ void PermissionsModel::setPowerLevel(const QString &permission, const int &newPo
powerLevelContent[QLatin1String("events")] = eventPowerLevels;
}
m_room->setState<Quotient::RoomPowerLevelsEvent>(powerLevelContent);
m_room->setState<Quotient::RoomPowerLevelsEvent>(Quotient::fromJson<Quotient::PowerLevelsEventContent>(powerLevelContent));
}
}

View File

@@ -312,8 +312,12 @@ void PushRuleModel::addKeyword(const QString &keyword, const QString &roomId)
pushConditions.append(keywordCondition);
}
#if Quotient_VERSION_MINOR > 8
auto job = m_connection->callApi<Quotient::SetPushRuleJob>(PushRuleKind::kindString(kind),
#else
auto job = m_connection->callApi<Quotient::SetPushRuleJob>(QLatin1String("global"),
PushRuleKind::kindString(kind),
#endif
keyword,
actions,
QString(),
@@ -338,7 +342,11 @@ void PushRuleModel::removeKeyword(const QString &keyword)
}
auto kind = PushRuleKind::kindString(m_rules[index].kind);
#if Quotient_VERSION_MINOR > 8
auto job = m_connection->callApi<Quotient::DeletePushRuleJob>(kind, m_rules[index].id);
#else
auto job = m_connection->callApi<Quotient::DeletePushRuleJob>(QStringLiteral("global"), kind, m_rules[index].id);
#endif
connect(job, &Quotient::BaseJob::failure, this, [this, job, index]() {
qWarning() << QLatin1String("Unable to remove push rule for keyword %1: ").arg(m_rules[index].id) << job->errorString();
});
@@ -346,10 +354,18 @@ void PushRuleModel::removeKeyword(const QString &keyword)
void PushRuleModel::setNotificationRuleEnabled(const QString &kind, const QString &ruleId, bool enabled)
{
#if Quotient_VERSION_MINOR > 8
auto job = m_connection->callApi<Quotient::IsPushRuleEnabledJob>(kind, ruleId);
#else
auto job = m_connection->callApi<Quotient::IsPushRuleEnabledJob>(QStringLiteral("global"), kind, ruleId);
#endif
connect(job, &Quotient::BaseJob::success, this, [job, kind, ruleId, enabled, this]() {
if (job->enabled() != enabled) {
#if Quotient_VERSION_MINOR > 8
m_connection->callApi<Quotient::SetPushRuleEnabledJob>(kind, ruleId, enabled);
#else
m_connection->callApi<Quotient::SetPushRuleEnabledJob>(QStringLiteral("global"), kind, ruleId, enabled);
#endif
}
});
}
@@ -363,7 +379,11 @@ void PushRuleModel::setNotificationRuleActions(const QString &kind, const QStrin
actions = actionToVariant(action);
}
#if Quotient_VERSION_MINOR > 8
m_connection->callApi<Quotient::SetPushRuleActionsJob>(kind, ruleId, actions);
#else
m_connection->callApi<Quotient::SetPushRuleActionsJob>(QStringLiteral("global"), kind, ruleId, actions);
#endif
}
PushRuleAction::Action PushRuleModel::variantToAction(const QList<QVariant> &actions, bool enabled)

View File

@@ -3,15 +3,10 @@
#include "reactionmodel.h"
#include "neochatroom.h"
#include "utils.h"
#include <QDebug>
#include <QFont>
#ifdef HAVE_ICU
#include <QTextBoundaryFinder>
#include <QTextCharFormat>
#include <unicode/uchar.h>
#include <unicode/urename.h>
#endif
#include <KLocalizedString>
@@ -157,30 +152,6 @@ QHash<int, QByteArray> ReactionModel::roleNames() const
};
}
bool isEmoji(const QString &text)
{
#ifdef HAVE_ICU
QTextBoundaryFinder finder(QTextBoundaryFinder::Grapheme, text);
int from = 0;
while (finder.toNextBoundary() != -1) {
auto to = finder.position();
if (text[from].isSpace()) {
from = to;
continue;
}
auto first = text.mid(from, to - from).toUcs4()[0];
if (!u_hasBinaryProperty(first, UCHAR_EMOJI)) {
return false;
}
from = to;
}
return true;
#else
return false;
#endif
}
QString ReactionModel::reactionText(QString text) const
{
text = text.toHtmlEscaped();
@@ -194,7 +165,7 @@ QString ReactionModel::reactionText(QString text) const
.arg(m_room->connection()->makeMediaUrl(QUrl(text)).toString(), QString::number(size));
}
return isEmoji(text) ? QStringLiteral("<span style=\"font-family: 'emoji';\">") + text + QStringLiteral("</span>") : text;
return Utils::isEmoji(text) ? QStringLiteral("<span style=\"font-family: 'emoji';\">") + text + QStringLiteral("</span>") : text;
}
#include "moc_reactionmodel.cpp"

View File

@@ -8,7 +8,7 @@
bool UserFilterModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
{
Q_UNUSED(sourceParent);
if (m_filterText.length() < 1) {
if (!m_allowEmpty && m_filterText.length() < 1) {
return false;
}
return sourceModel()->data(sourceModel()->index(sourceRow, 0), UserListModel::DisplayNameRole).toString().contains(m_filterText, Qt::CaseInsensitive)
@@ -27,4 +27,15 @@ void UserFilterModel::setFilterText(const QString &filterText)
invalidateFilter();
}
bool UserFilterModel::allowEmpty() const
{
return m_allowEmpty;
}
void UserFilterModel::setAllowEmpty(bool allowEmpty)
{
m_allowEmpty = allowEmpty;
Q_EMIT allowEmptyChanged();
}
#include "moc_userfiltermodel.cpp"

View File

@@ -24,6 +24,7 @@ class UserFilterModel : public QSortFilterProxyModel
* The text is either a desired display name or matrix id.
*/
Q_PROPERTY(QString filterText READ filterText WRITE setFilterText NOTIFY filterTextChanged)
Q_PROPERTY(bool allowEmpty READ allowEmpty WRITE setAllowEmpty NOTIFY allowEmptyChanged)
public:
/**
@@ -36,9 +37,14 @@ public:
QString filterText() const;
void setFilterText(const QString &filterText);
bool allowEmpty() const;
void setAllowEmpty(bool allowEmpty);
Q_SIGNALS:
void filterTextChanged();
void allowEmptyChanged();
private:
QString m_filterText;
bool m_allowEmpty = false;
};

View File

@@ -88,7 +88,11 @@ QVariant UserListModel::data(const QModelIndex &index, int role) const
return memberId;
}
if (role == AvatarRole) {
#if Quotient_VERSION_MINOR > 8
return m_currentRoom->member(memberId).avatarUrl();
#else
return m_currentRoom->memberAvatar(memberId).url();
#endif
}
if (role == ObjectRole) {
return QVariant::fromValue(memberId);

View File

@@ -263,6 +263,7 @@ Name[ar]=شارك
Name[ca]=Compartició
Name[ca@valencia]=Compartiu
Name[cs]=Sdílet
Name[de]=Teilen
Name[en_GB]=Share
Name[eo]=Kundividi
Name[es]=Compartir
@@ -291,6 +292,7 @@ Comment=The result of sharing a piece of content
Comment[ar]=نتيجة مشاركة محتوى
Comment[ca]=El resultat de compartir una peça de contingut
Comment[ca@valencia]=El resultat de compartir una peça de contingut
Comment[de]=Das Ergebnis nach dem Teilen eines Teils des Inhalts
Comment[en_GB]=The result of sharing a piece of content
Comment[eo]=La rezulto el kundividado de enhavero
Comment[es]=El resultado de compartir una parte de contenido

View File

@@ -134,7 +134,11 @@ NeoChatRoom::NeoChatRoom(Connection *connection, QString roomId, JoinState joinS
auto showNotification = [this, roomMemberEvent] {
QImage avatar_image;
if (roomMemberEvent && !member(roomMemberEvent->senderId()).avatarUrl().isEmpty()) {
#if Quotient_VERSION_MINOR > 8
avatar_image = member(roomMemberEvent->senderId()).avatar(128, 128, {});
#else
avatar_image = memberAvatar(roomMemberEvent->senderId()).get(this->connection(), 128, [] {});
#endif
} else {
qWarning() << "using this room's avatar";
avatar_image = avatar(128);
@@ -1223,7 +1227,11 @@ void NeoChatRoom::setPushNotificationState(PushNotificationState::State state)
for (const auto &i : roomRuleArray) {
QJsonObject roomRule = i.toObject();
if (roomRule["rule_id"_ls] == id()) {
connection()->callApi<DeletePushRuleJob>("global"_ls, "room"_ls, id());
#if Quotient_VERSION_MINOR > 8
connection()->callApi<DeletePushRuleJob>("room"_ls, id());
#else
connection()->callApi<DeletePushRuleJob>(QLatin1String("global"), "room"_ls, id());
#endif
}
}
}
@@ -1234,7 +1242,11 @@ void NeoChatRoom::setPushNotificationState(PushNotificationState::State state)
for (const auto &i : overrideRuleArray) {
QJsonObject overrideRule = i.toObject();
if (overrideRule["rule_id"_ls] == id()) {
#if Quotient_VERSION_MINOR > 8
connection()->callApi<DeletePushRuleJob>("override"_ls, id());
#else
connection()->callApi<DeletePushRuleJob>("global"_ls, "override"_ls, id());
#endif
}
}
}
@@ -1270,9 +1282,17 @@ void NeoChatRoom::setPushNotificationState(PushNotificationState::State state)
const QList<PushCondition> conditions = {pushCondition};
// Add new override rule and make sure it's enabled
#if Quotient_VERSION_MINOR > 8
auto job = connection()->callApi<SetPushRuleJob>("override"_ls, id(), actions, QString(), QString(), conditions, QString());
#else
auto job = connection()->callApi<SetPushRuleJob>("global"_ls, "override"_ls, id(), actions, QString(), QString(), conditions, QString());
#endif
connect(job, &BaseJob::success, this, [this]() {
#if Quotient_VERSION_MINOR > 8
auto enableJob = connection()->callApi<SetPushRuleEnabledJob>("override"_ls, id(), true);
#else
auto enableJob = connection()->callApi<SetPushRuleEnabledJob>("global"_ls, "override"_ls, id(), true);
#endif
connect(enableJob, &BaseJob::success, this, [this]() {
m_pushNotificationStateUpdating = false;
});
@@ -1296,9 +1316,17 @@ void NeoChatRoom::setPushNotificationState(PushNotificationState::State state)
// No conditions for a room rule
const QList<PushCondition> conditions;
#if Quotient_VERSION_MINOR > 8
auto setJob = connection()->callApi<SetPushRuleJob>("room"_ls, id(), actions, QString(), QString(), conditions, QString());
#else
auto setJob = connection()->callApi<SetPushRuleJob>("global"_ls, "room"_ls, id(), actions, QString(), QString(), conditions, QString());
#endif
connect(setJob, &BaseJob::success, this, [this]() {
#if Quotient_VERSION_MINOR > 8
auto enableJob = connection()->callApi<SetPushRuleEnabledJob>("room"_ls, id(), true);
#else
auto enableJob = connection()->callApi<SetPushRuleEnabledJob>("global"_ls, "room"_ls, id(), true);
#endif
connect(enableJob, &BaseJob::success, this, [this]() {
m_pushNotificationStateUpdating = false;
});
@@ -1327,9 +1355,17 @@ void NeoChatRoom::setPushNotificationState(PushNotificationState::State state)
const QList<PushCondition> conditions;
// Add new room rule and make sure enabled
#if Quotient_VERSION_MINOR > 8
auto setJob = connection()->callApi<SetPushRuleJob>("room"_ls, id(), actions, QString(), QString(), conditions, QString());
#else
auto setJob = connection()->callApi<SetPushRuleJob>("global"_ls, "room"_ls, id(), actions, QString(), QString(), conditions, QString());
#endif
connect(setJob, &BaseJob::success, this, [this]() {
#if Quotient_VERSION_MINOR > 8
auto enableJob = connection()->callApi<SetPushRuleEnabledJob>("room"_ls, id(), true);
#else
auto enableJob = connection()->callApi<SetPushRuleEnabledJob>("global"_ls, "room"_ls, id(), true);
#endif
connect(enableJob, &BaseJob::success, this, [this]() {
m_pushNotificationStateUpdating = false;
});
@@ -1705,9 +1741,13 @@ int NeoChatRoom::maxRoomVersion() const
return maxVersion;
}
Quotient::RoomMember NeoChatRoom::directChatRemoteMember() const
NeochatRoomMember *NeoChatRoom::directChatRemoteMember()
{
return directChatMembers()[0];
if (directChatMembers().size() == 0) {
qWarning() << "No other member available in this room";
return {};
}
return new NeochatRoomMember(this, directChatMembers()[0].id());
}
void NeoChatRoom::sendLocation(float lat, float lon, const QString &description)

View File

@@ -13,6 +13,7 @@
#include <Quotient/roommember.h>
#include "enums/pushrule.h"
#include "neochatroommember.h"
#include "pollhandler.h"
namespace Quotient
@@ -74,7 +75,7 @@ class NeoChatRoom : public Quotient::Room
/**
* @brief Get a RoomMember object for the other person in a direct chat.
*/
Q_PROPERTY(Quotient::RoomMember directChatRemoteMember READ directChatRemoteMember CONSTANT)
Q_PROPERTY(NeochatRoomMember *directChatRemoteMember READ directChatRemoteMember CONSTANT)
/**
* @brief The Matrix IDs of this room's parents.
@@ -319,7 +320,7 @@ public:
[[nodiscard]] QString avatarMediaId() const;
Quotient::RoomMember directChatRemoteMember() const;
NeochatRoomMember *directChatRemoteMember();
/**
* @brief Whether this room has one or more parent spaces set.

View File

@@ -131,7 +131,11 @@ void NotificationsManager::processNotificationJob(QPointer<NeoChatConnection> co
QImage avatar_image;
if (!sender.avatarUrl().isEmpty()) {
#if Quotient_VERSION_MINOR > 8
avatar_image = room->member(sender.id()).avatar(128, 128, {});
#else
avatar_image = room->memberAvatar(sender.id()).get(connection, 128, {});
#endif
} else {
avatar_image = room->avatar(128);
}

View File

@@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: 2023 James Graham <james.h.graham@protonmail.com>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Controls as QQC2
import QtQuick.Layouts
@@ -188,11 +190,17 @@ QQC2.ScrollView {
focusSequence: "Ctrl+Shift+F"
onAccepted: sortedMessageEventModel.filterString = text
onAccepted: userFilterModel.filterText = text
}
}
model: root.room.isDirectChat() ? 0 : RoomManager.userListModel
model: root.room.isDirectChat() ? 0 : userFilterModel
UserFilterModel {
id: userFilterModel
sourceModel: RoomManager.userListModel
allowEmpty: true
}
clip: true
focus: true

View File

@@ -183,12 +183,17 @@ QQC2.ScrollView {
KirigamiComponents.FloatingButton {
id: goReadMarkerFab
anchors.right: parent.right
anchors.top: parent.top
anchors.topMargin: Kirigami.Units.largeSpacing
anchors.rightMargin: Kirigami.Units.largeSpacing
implicitWidth: Kirigami.Units.gridUnit * 2
implicitHeight: Kirigami.Units.gridUnit * 2
anchors {
right: parent.right
top: parent.top
topMargin: Kirigami.Units.largeSpacing
rightMargin: Kirigami.Units.largeSpacing
}
implicitWidth: Kirigami.Settings.hasTransientTouchInput ? Kirigami.Units.gridUnit * 3 : Kirigami.Units.gridUnit * 2
implicitHeight: Kirigami.Settings.hasTransientTouchInput ? Kirigami.Units.gridUnit * 3 : Kirigami.Units.gridUnit * 2
padding: Kirigami.Units.largeSpacing
z: 2
visible: (root.currentRoom?.hasUnreadMessages ?? false)
@@ -215,12 +220,16 @@ QQC2.ScrollView {
}
KirigamiComponents.FloatingButton {
id: goMarkAsReadFab
anchors.right: parent.right
anchors.bottom: parent.bottom
anchors.bottomMargin: Kirigami.Units.largeSpacing
anchors.rightMargin: Kirigami.Units.largeSpacing
implicitWidth: Kirigami.Units.gridUnit * 2
implicitHeight: Kirigami.Units.gridUnit * 2
anchors {
right: parent.right
bottom: parent.bottom
bottomMargin: Kirigami.Units.largeSpacing
rightMargin: Kirigami.Units.largeSpacing
}
implicitWidth: Kirigami.Settings.hasTransientTouchInput ? Kirigami.Units.gridUnit * 3 : Kirigami.Units.gridUnit * 2
implicitHeight: Kirigami.Settings.hasTransientTouchInput ? Kirigami.Units.gridUnit * 3 : Kirigami.Units.gridUnit * 2
padding: Kirigami.Units.largeSpacing
z: 2
visible: !messageListView.atYEnd

View File

@@ -16,6 +16,7 @@
#include "urlhelper.h"
#include <KLocalizedString>
#include <KRuntimePlatform>
#include <QDesktopServices>
#include <QQuickTextDocument>
#include <QStandardPaths>
@@ -239,6 +240,12 @@ void RoomManager::loadInitialRoom()
resolveResource(m_arg);
}
const auto runtimePlatform = KRuntimePlatform::runtimePlatform();
if (runtimePlatform.contains(QStringLiteral("phone")) || runtimePlatform.contains(QStringLiteral("handset"))) {
// We don't want to open a room on startup on mobile
return;
}
if (m_currentRoom) {
// we opened a room with the arg parsing already
return;
@@ -350,7 +357,11 @@ void RoomManager::joinRoom(Quotient::Connection *account, const QString &roomAli
void RoomManager::knockRoom(NeoChatConnection *account, const QString &roomAliasOrId, const QString &reason, const QStringList &viaServers)
{
#if Quotient_VERSION_MINOR > 8
auto job = account->callApi<KnockRoomJob>(roomAliasOrId, viaServers, viaServers, reason);
#else
auto job = account->callApi<KnockRoomJob>(roomAliasOrId, viaServers, reason);
#endif
// Upon completion, ensure a room object is created in case it hasn't come
// with a sync yet. If the room object is not there, provideRoom() will
// create it in Join state. finished() is used here instead of success()

View File

@@ -81,6 +81,7 @@ Item {
sourceSize.height: mediaSizeHelper.currentSize.height * Screen.devicePixelRatio
fillMode: Image.PreserveAspectFit
autoTransform: true
}
}
@@ -94,6 +95,7 @@ Item {
source: root.mediaInfo.source
fillMode: Image.PreserveAspectFit
autoTransform: true
paused: !applicationWindow().active
}

View File

@@ -217,7 +217,7 @@ DelegateChooser {
roleValue: MessageComponentType.Verification
delegate: MimeComponent {
mimeIconSource: "security-high"
label: i18n("%1 started a user verification", model.author.escapedDisplayName)
label: i18n("%1 started a user verification", model.author.displayName)
}
}

View File

@@ -25,16 +25,6 @@ TextEdit {
*/
property bool isReply: false
/**
* @brief Regex for detecting a message with a single emoji.
*/
readonly property var isEmojiRegex: /^(<span style='.*'>)?(\u00a9|\u00ae|[\u20D0-\u2fff]|[\u3190-\u3300]|\ud83c[\ud000-\udfff]|\ud83d[\ud000-\udfff]|\ud83e[\ud000-\udfff])+(<\/span>)?$/
/**
* @brief Whether the message is an emoji
*/
readonly property var isEmoji: isEmojiRegex.test(display)
/**
* @brief Regex for detecting a message with a spoiler.
*/
@@ -113,8 +103,8 @@ a{
selectedTextColor: Kirigami.Theme.highlightedTextColor
selectionColor: Kirigami.Theme.highlightColor
font {
pointSize: !root.isReply && root.isEmoji ? Kirigami.Theme.defaultFont.pointSize * 4 : Kirigami.Theme.defaultFont.pointSize
family: root.isEmoji ? 'emoji' : Kirigami.Theme.defaultFont.family
pointSize: !root.isReply && QmlUtils.isEmoji(display) ? Kirigami.Theme.defaultFont.pointSize * 4 : Kirigami.Theme.defaultFont.pointSize
family: QmlUtils.isEmoji(display) ? 'emoji' : Kirigami.Theme.defaultFont.family
}
selectByMouse: !Kirigami.Settings.isMobile
readOnly: true

View File

@@ -3,12 +3,24 @@
#include "utils.h"
#ifdef HAVE_ICU
#include <QTextBoundaryFinder>
#include <QTextCharFormat>
#include <unicode/uchar.h>
#include <unicode/urename.h>
#endif
#include <Quotient/connection.h>
#include <QJsonDocument>
using namespace Quotient;
bool QmlUtils::isEmoji(const QString &text)
{
return Utils::isEmoji(text);
}
bool QmlUtils::isValidJson(const QByteArray &json)
{
return !QJsonDocument::fromJson(json).isNull();
@@ -26,4 +38,28 @@ QColor QmlUtils::getUserColor(qreal hueF)
return QColor::fromHslF(hueF, 1, -0.7 * lightness + 0.9, 1);
}
bool Utils::isEmoji(const QString &text)
{
#ifdef HAVE_ICU
QTextBoundaryFinder finder(QTextBoundaryFinder::Grapheme, text);
int from = 0;
while (finder.toNextBoundary() != -1) {
auto to = finder.position();
if (text[from].isSpace()) {
from = to;
continue;
}
auto first = text.mid(from, to - from).toUcs4()[0];
if (!u_hasBinaryProperty(first, UCHAR_EMOJI)) {
return false;
}
from = to;
}
return true;
#else
return false;
#endif
}
#include "moc_utils.cpp"

View File

@@ -30,6 +30,7 @@ public:
return _instance;
}
Q_INVOKABLE bool isEmoji(const QString &text);
Q_INVOKABLE bool isValidJson(const QByteArray &json);
Q_INVOKABLE QString escapeString(const QString &string);
Q_INVOKABLE QColor getUserColor(qreal hueF);
@@ -53,6 +54,8 @@ inline QColor getUserColor(qreal hueF)
// https://github.com/quotient-im/libQuotient/wiki/User-color-coding-standard-draft-proposal
return QColor::fromHslF(hueF, 1, -0.7 * lightness + 0.9, 1);
}
bool isEmoji(const QString &text);
}
namespace TextRegex