Compare commits

..

102 Commits

Author SHA1 Message Date
l10n daemon script
2ea6e0425a GIT_SILENT Sync po/docbooks with svn 2025-11-03 03:13:11 +00:00
Heiko Becker
fe55ff19d2 Fix version in appstream file
GIT_SILENT

(cherry picked from commit 40694f502a)
2025-11-01 20:02:22 +01:00
Heiko Becker
c35bdc0592 GIT_SILENT Upgrade release service version to 25.08.3. 2025-10-31 01:57:04 +01:00
Heiko Becker
c6fa5a10dd GIT_SILENT Update Appstream for new release 2025-10-31 01:23:14 +01:00
l10n daemon script
f956c33b82 GIT_SILENT Sync po/docbooks with svn 2025-10-29 03:19:25 +00:00
Joshua Goins
0b9295e67e Show less scary icon for neutral reasons when cancelling verification
For example, accepting a verification on another device shows a giant
red security icon which isn't really suitable. I chucked the
dialog-information icon in for some of the neutral-sounding messages so
this dialog can be a little less intimidating.

BUG: 510421
FIXED-IN: 24.08.3


(cherry picked from commit be92e56c3a)

Co-authored-by: Joshua Goins <josh@redstrate.com>
2025-10-28 09:16:51 -04:00
Joshua Goins
0fdade83e0 Fix jump to previous/next unread room shortcuts
These were dependent on a renamed property and ended up breaking, oops.

(cherry picked from commit c778ba8b24)
2025-10-27 18:09:42 -04:00
l10n daemon script
6a25945131 GIT_SILENT Sync po/docbooks with svn 2025-10-25 03:20:51 +00:00
l10n daemon script
218222bc58 GIT_SILENT made messages (after extraction) 2025-10-22 02:35:06 +00:00
l10n daemon script
4300bba804 GIT_SILENT Sync po/docbooks with svn 2025-10-21 03:15:16 +00:00
l10n daemon script
13f766d166 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"
2025-10-21 03:11:53 +00:00
l10n daemon script
fd4e701c51 GIT_SILENT Sync po/docbooks with svn 2025-10-18 04:10:39 +00:00
l10n daemon script
d8ff639374 GIT_SILENT Sync po/docbooks with svn 2025-10-17 04:09:02 +00:00
l10n daemon script
4a50281152 GIT_SILENT Sync po/docbooks with svn 2025-10-16 03:17:41 +00:00
l10n daemon script
acc9289d06 GIT_SILENT Sync po/docbooks with svn 2025-10-14 03:18:05 +00:00
l10n daemon script
235bd21eaf GIT_SILENT Sync po/docbooks with svn 2025-10-09 03:23:35 +00:00
l10n daemon script
c7c1c8fd5c GIT_SILENT Sync po/docbooks with svn 2025-10-06 03:29:02 +00:00
l10n daemon script
fdbee5a508 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"
2025-10-05 03:06:37 +00:00
Ron El
fb58003451 Bump the min required KF version to 6.16
This became required by de97275a38
because Kirigami.ColumnView.preferredWidth did not exist before then.

Reverting that commit enables this to still build with 6.13.
2025-10-03 10:29:32 +09:30
Heiko Becker
debbe8e478 GIT_SILENT Update Appstream for new release 2025-10-01 00:40:00 +02:00
Heiko Becker
0ce86e5a08 GIT_SILENT Upgrade release service version to 25.08.2. 2025-09-30 23:22:50 +02:00
l10n daemon script
6935d887c4 GIT_SILENT Sync po/docbooks with svn 2025-09-29 03:19:32 +00:00
l10n daemon script
963346e0f4 GIT_SILENT Sync po/docbooks with svn 2025-09-28 03:33:33 +00:00
l10n daemon script
e37dd88c43 GIT_SILENT Sync po/docbooks with svn 2025-09-27 03:18:49 +00:00
Joshua Goins
2aacb640c8 Fix some miscellaneous weirdness around push notifications
For some reason, I *stopped* the timer if we get a push message - which
makes *no* sense. It meant that NeoChat kept running in the background
for basically no reason.

We can also make the NotificationsManager::postPushNotification function
static and avoid creating some singletons.

(cherry picked from commit 94ea1305b2)
2025-09-26 15:49:45 -04:00
Joshua Goins
2d63a92702 Replace KDBusService usage with QDBusConnection when D-Bus activated
This is lighter and more reliable when it comes to being activated by
KUnifiedPush. We also don't need all of the features of KDBusService
here.

(cherry picked from commit 960377838d)
2025-09-26 15:49:45 -04:00
Joshua Goins
de6731cfda Remove useless translated string from dbus-activated CLI option
It never gets shown, so let's not waste our translators time.

(cherry picked from commit a48e8662d6)
2025-09-26 15:49:45 -04:00
l10n daemon script
7b3c40757c GIT_SILENT Sync po/docbooks with svn 2025-09-25 03:21:49 +00:00
l10n daemon script
87f243ba8b GIT_SILENT Sync po/docbooks with svn 2025-09-24 03:16:10 +00:00
l10n daemon script
192cdc1ff3 GIT_SILENT Sync po/docbooks with svn 2025-09-22 03:19:05 +00:00
l10n daemon script
c72f77f7b6 GIT_SILENT Sync po/docbooks with svn 2025-09-20 03:20:16 +00:00
Vlad Zahorodnii
d978f8de50 Fix inserting UserListModel items without beginInsertRows()
If an item is added, the corresponding code should be wrapped with
beginInsertRows() and endInsertRows(), otherwise proxy or filter models
can end up with corrupted internal state.

m_members.insert() in refreshMember() should be unnecessary because
if pos is not the same as m_members.size(), then it means there's already
a member.id() item in the member list.


(cherry picked from commit 161815acff)

Co-authored-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org>
2025-09-15 18:15:56 +00:00
l10n daemon script
cf216268ab GIT_SILENT Sync po/docbooks with svn 2025-09-15 03:15:28 +00:00
l10n daemon script
f9741a66c4 GIT_SILENT Sync po/docbooks with svn 2025-09-14 03:12:48 +00:00
l10n daemon script
aac3bfda88 GIT_SILENT Sync po/docbooks with svn 2025-09-12 03:13:06 +00:00
l10n daemon script
2722a6f2f0 GIT_SILENT Sync po/docbooks with svn 2025-09-10 03:14:06 +00:00
Joshua Goins
ecf4b85f00 Send thumbnails when uploading videos
NeoChat will now generate thumbnails from the first frame of the video,
since we are loading it anyway. This makes the experience of exchanging
videos in NeoChat much nicer!


(cherry picked from commit a0b3e484f5)

Co-authored-by: Joshua Goins <josh@redstrate.com>
2025-09-09 08:51:41 -04:00
Tobias Fella
ec1413d1ce Set object ownership for NeoChatRoomMembers
(cherry picked from commit 4c638a740e)

Co-authored-by: Tobias Fella <tobias.fella@kde.org>
2025-09-09 08:15:50 +00:00
l10n daemon script
0b7a6df0a3 GIT_SILENT Sync po/docbooks with svn 2025-09-09 04:29:46 +00:00
l10n daemon script
040efa46f9 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"
2025-09-09 04:19:53 +00:00
l10n daemon script
ef4b41e6f8 GIT_SILENT made messages (after extraction) 2025-09-09 03:28:55 +00:00
l10n daemon script
80f81847f4 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"
2025-09-08 04:03:30 +00:00
Heiko Becker
681a3c4036 GIT_SILENT Update Appstream for new release 2025-09-04 01:31:12 +02:00
Heiko Becker
fd27c70b85 GIT_SILENT Upgrade release service version to 25.08.1. 2025-09-04 00:09:03 +02:00
l10n daemon script
435124ffe8 GIT_SILENT Sync po/docbooks with svn 2025-09-03 03:26:05 +00:00
l10n daemon script
e2ca698389 GIT_SILENT Sync po/docbooks with svn 2025-09-02 03:42:16 +00:00
l10n daemon script
7e9cfbedc9 GIT_SILENT Sync po/docbooks with svn 2025-09-01 03:24:20 +00:00
l10n daemon script
eeed8a7277 GIT_SILENT Sync po/docbooks with svn 2025-08-27 03:27:03 +00:00
l10n daemon script
aa8c515432 GIT_SILENT Sync po/docbooks with svn 2025-08-26 03:17:13 +00:00
l10n daemon script
ba30014d40 GIT_SILENT Sync po/docbooks with svn 2025-08-23 03:21:47 +00:00
l10n daemon script
d131030d47 GIT_SILENT made messages (after extraction) 2025-08-22 02:36:59 +00:00
l10n daemon script
23a0d91627 GIT_SILENT Sync po/docbooks with svn 2025-08-21 03:29:16 +00:00
l10n daemon script
11d5a37ffe GIT_SILENT Sync po/docbooks with svn 2025-08-20 03:17:17 +00:00
l10n daemon script
256a8e5a1e GIT_SILENT Sync po/docbooks with svn 2025-08-16 03:21:53 +00:00
l10n daemon script
b608921d43 GIT_SILENT Sync po/docbooks with svn 2025-08-15 03:47:04 +00:00
l10n daemon script
45a3984bf9 GIT_SILENT Sync po/docbooks with svn 2025-08-14 03:34:47 +00:00
l10n daemon script
570e0425e9 GIT_SILENT Sync po/docbooks with svn 2025-08-13 03:19:34 +00:00
Tobias Fella
09ed1bd616 Fix copying images
(cherry picked from commit ef4f11546f)
2025-08-12 16:36:03 +02:00
Tobias Fella
3201426886 Update room versions in security settings
We need to come up with a better way of testing the versions here, but that's for different patch

(cherry picked from commit 35b363fdce)
2025-08-11 23:16:43 +02:00
l10n daemon script
96dc83d807 GIT_SILENT made messages (after extraction) 2025-08-11 02:40:56 +00:00
l10n daemon script
ab1fb8ae97 GIT_SILENT Sync po/docbooks with svn 2025-08-10 03:27:35 +00:00
l10n daemon script
c5a4b2a50a GIT_SILENT Sync po/docbooks with svn 2025-08-07 21:08:05 +00:00
l10n daemon script
17fdad3afd GIT_SILENT made messages (after extraction) 2025-08-07 20:25:41 +00:00
l10n daemon script
64bc2691cb GIT_SILENT Sync po/docbooks with svn 2025-08-07 03:23:41 +00:00
l10n daemon script
c7df34a9c8 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"
2025-08-07 03:19:05 +00:00
l10n daemon script
1525c74b10 GIT_SILENT made messages (after extraction) 2025-08-07 02:40:41 +00:00
l10n daemon script
58b85622c5 GIT_SILENT Sync po/docbooks with svn 2025-08-06 03:35:41 +00:00
l10n daemon script
796470d0e0 GIT_SILENT Sync po/docbooks with svn 2025-08-05 03:55:46 +00:00
l10n daemon script
3a43d99575 GIT_SILENT Sync po/docbooks with svn 2025-08-04 03:40:01 +00:00
l10n daemon script
a62798ef1e GIT_SILENT Sync po/docbooks with svn 2025-08-03 03:19:30 +00:00
l10n daemon script
349d0c5f5f GIT_SILENT Sync po/docbooks with svn 2025-08-02 03:15:57 +00:00
Tobias Fella
c917fc0166 Fix account switching on logout
(cherry picked from commit 501f14fead)
2025-08-01 12:28:35 +02:00
Tobias Fella
a4f2d8fca1 Fix loading
(cherry picked from commit d14466451d)
2025-08-01 12:13:38 +02:00
Tobias Fella
fd18f88adf Fix common crash during login
(cherry picked from commit 7742c6d4b0)
2025-08-01 11:28:43 +02:00
l10n daemon script
546694b08e GIT_SILENT Sync po/docbooks with svn 2025-08-01 03:27:30 +00:00
Heiko Becker
699026fc2f GIT_SILENT Update Appstream for new release 2025-08-01 00:54:04 +02:00
Heiko Becker
c61c2d7437 GIT_SILENT Upgrade release service version to 25.08.0. 2025-07-31 23:43:12 +02:00
l10n daemon script
56babbc1c5 GIT_SILENT Sync po/docbooks with svn 2025-07-31 03:14:23 +00:00
Joshua Goins
74b3e703c1 Replace duplicate beginResetModel with endResetModel
The initialize method was calling beginResetModel twice without
a corresponding endResetModel call. This could cause model state
inconsistencies.


(cherry picked from commit 4e0b295f66)

Co-authored-by: Wang Yu <wangyu@uniontech.com>
2025-07-30 21:13:01 -04:00
l10n daemon script
f620221113 GIT_SILENT Sync po/docbooks with svn 2025-07-30 03:15:18 +00:00
Tobias Fella
896c001430 Fix test
(cherry picked from commit 24e43d063a)
2025-07-29 17:04:21 +02:00
l10n daemon script
defee77c96 GIT_SILENT Sync po/docbooks with svn 2025-07-29 03:17:38 +00:00
l10n daemon script
4328ab8e89 GIT_SILENT Sync po/docbooks with svn 2025-07-28 03:13:37 +00:00
Tobias Fella
54b081abba Prepare for new RoomId format
See MSC4291

(cherry picked from commit edf5d55da4)
2025-07-27 21:54:13 +02:00
l10n daemon script
29686608e1 GIT_SILENT Sync po/docbooks with svn 2025-07-25 03:20:27 +00:00
Heiko Becker
b720ecf29d GIT_SILENT Upgrade release service version to 25.07.90. 2025-07-23 22:24:21 +02:00
l10n daemon script
fc859d679a GIT_SILENT Sync po/docbooks with svn 2025-07-23 03:18:09 +00:00
l10n daemon script
3595ad9293 GIT_SILENT Sync po/docbooks with svn 2025-07-22 03:21:18 +00:00
l10n daemon script
73f8ebc54e GIT_SILENT Sync po/docbooks with svn 2025-07-21 03:18:12 +00:00
l10n daemon script
19cf534acd GIT_SILENT Sync po/docbooks with svn 2025-07-17 03:14:25 +00:00
l10n daemon script
9b86088e26 GIT_SILENT Sync po/docbooks with svn 2025-07-16 04:06:03 +00:00
l10n daemon script
a93117fcd6 GIT_SILENT Sync po/docbooks with svn 2025-07-15 03:24:36 +00:00
l10n daemon script
ee20c90498 GIT_SILENT Sync po/docbooks with svn 2025-07-14 03:37:26 +00:00
l10n daemon script
860a2267d5 GIT_SILENT Sync po/docbooks with svn 2025-07-13 03:15:50 +00:00
l10n daemon script
cb9b2648ca GIT_SILENT Sync po/docbooks with svn 2025-07-12 03:21:34 +00:00
l10n daemon script
1e798b6c15 GIT_SILENT Sync po/docbooks with svn 2025-07-11 03:17:16 +00:00
l10n daemon script
124ffba5e0 GIT_SILENT Sync po/docbooks with svn 2025-07-10 03:16:20 +00:00
l10n daemon script
3aaaa610df GIT_SILENT Sync po/docbooks with svn 2025-07-09 03:22:43 +00:00
l10n daemon script
18e883834c GIT_SILENT Sync po/docbooks with svn 2025-07-08 03:24:01 +00:00
l10n daemon script
6acbd2dffd GIT_SILENT Sync po/docbooks with svn 2025-07-07 03:14:00 +00:00
l10n daemon script
dc5c27aa2d GIT_SILENT Sync po/docbooks with svn 2025-07-06 03:22:47 +00:00
Albert Astals Cid
26774bbe56 GIT_SILENT Upgrade release service version to 25.07.80. 2025-07-05 11:30:42 +02:00
84 changed files with 16024 additions and 11253 deletions

View File

@@ -8,13 +8,13 @@ cmake_minimum_required(VERSION 3.16)
# KDE Applications version, managed by release script.
set(RELEASE_SERVICE_VERSION_MAJOR "25")
set(RELEASE_SERVICE_VERSION_MINOR "11")
set(RELEASE_SERVICE_VERSION_MICRO "70")
set(RELEASE_SERVICE_VERSION_MINOR "08")
set(RELEASE_SERVICE_VERSION_MICRO "3")
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
project(NeoChat VERSION ${RELEASE_SERVICE_VERSION})
set(KF_MIN_VERSION "6.12")
set(KF_MIN_VERSION "6.16")
set(QT_MIN_VERSION "6.5")
find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)

View File

@@ -130,7 +130,8 @@ void EventHandlerTest::timeString()
QLocale().toString(QDateTime::fromMSecsSinceEpoch(1432735824654, QTimeZone(QTimeZone::UTC)).toLocalTime().time(), QLocale::ShortFormat));
QCOMPARE(EventHandler::timeString(room, event, true),
format.formatRelativeDate(QDateTime::fromMSecsSinceEpoch(1432735824654, QTimeZone(QTimeZone::UTC)).toLocalTime().date(), QLocale::ShortFormat));
QCOMPARE(EventHandler::timeString(room, event, u"hh:mm"_s), QDateTime::fromMSecsSinceEpoch(1432735824654, QTimeZone(QTimeZone::UTC)).toString(u"hh:mm"_s));
QCOMPARE(EventHandler::timeString(room, event, u"hh:mm"_s),
QDateTime::fromMSecsSinceEpoch(1432735824654, QTimeZone(QTimeZone::LocalTime)).toString(u"hh:mm"_s));
const auto txID = room->postJson("m.room.message"_L1, event->fullJson());
QCOMPARE(room->pendingEvents().size(), 1);

View File

@@ -41,6 +41,7 @@
<name xml:lang="pl">NeoChat</name>
<name xml:lang="pt">NeoChat</name>
<name xml:lang="pt-BR">NeoChat</name>
<name xml:lang="ro">NeoChat</name>
<name xml:lang="ru">NeoChat</name>
<name xml:lang="sa">नवचैट्</name>
<name xml:lang="sk">NeoChat</name>
@@ -49,7 +50,6 @@
<name xml:lang="ta">நியோச்சாட்</name>
<name xml:lang="tr">NeoChat</name>
<name xml:lang="uk">NeoChat</name>
<name xml:lang="x-test">xxNeoChatxx</name>
<name xml:lang="zh-CN">NeoChat</name>
<name xml:lang="zh-TW">NeoChat</name>
<summary>Chat on Matrix</summary>
@@ -75,6 +75,8 @@
<summary xml:lang="nl">Chat op Matrix</summary>
<summary xml:lang="nn">Prat med via Matrix</summary>
<summary xml:lang="pl">Rozmawiaj na Matriksie</summary>
<summary xml:lang="pt-BR">Bate-papo na Matrix</summary>
<summary xml:lang="ro">Discutați pe Matrix</summary>
<summary xml:lang="ru">Общение в Matrix</summary>
<summary xml:lang="sa">Matrix इत्यत्र गपशपं कुर्वन्तु</summary>
<summary xml:lang="sl">Klepet na Matrixu</summary>
@@ -82,7 +84,6 @@
<summary xml:lang="ta">மேட்ரிக்ஸுக்கான உரையாடல் செயலி</summary>
<summary xml:lang="tr">Matrix Üzerinde Sohbet</summary>
<summary xml:lang="uk">Спілкування у Matrix</summary>
<summary xml:lang="x-test">xxChat on Matrixxx</summary>
<summary xml:lang="zh-TW">在 Matrix 上聊天</summary>
<description>
<p>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>
@@ -109,16 +110,17 @@
<p xml:lang="nl">NeoChat is een chat-toepassing die u het volledige voordeel van het Matrix-netwerk laat genieten. Het levert u op een veilige manier tekstberichten, video's en geluidsbestanden naar uw familie, collega's en vrienden te verzenden.</p>
<p xml:lang="nn">NeoChat er ein prateapp som lèt deg bruka all funksjonalitet i Matrix-nettverket. Du kan utveksla tekst, lyd og videoar med vennar, familie og kollegaar på ein trygg måte.</p>
<p xml:lang="pl">NoeChat to aplikacja do rozmów, która umożliwia wykorzystanie wszystkich możliwości Matriksa. Umożliwia wysyłanie wiadomości tekstowych, filmów i dźwięków w bezpieczny sposób do twojej rodziny, kolegów i przyjaciół.</p>
<p xml:lang="pt-BR">O NeoChat é um aplicativo de bate-papo que permite que você aproveite ao máximo a rede Matrix. Ele oferece uma maneira segura de enviar mensagens de texto, vídeos e arquivos de áudio para sua família, colegas e amigos.</p>
<p xml:lang="ro">NeoChat e o aplicație de discuții ce vă ajută să profitați din plin de rețeaua Matrix. Aceasta oferă o modalitate sigură de a trimite mesaje textuale, videoclipuri și fișiere audio familiei, colegilor și prietenilor.</p>
<p xml:lang="ru">NeoChat — приложение для общения, предоставляющее все преимущества сети Matrix. С его помощью можно безопасно отправлять текстовые сообщения, видеозаписи и звуковые файлы родственникам, коллегам и друзьям.</p>
<p xml:lang="sa">NeoChat इति एकं गपशप-अनुप्रयोगं यत् भवान् Matrix-जालस्य पूर्णं लाभं ग्रहीतुं शक्नोति । एतत् भवन्तं भवतः परिवाराय, सहकारिभ्यः, मित्रेभ्यः च पाठसन्देशान्, भिडियो, श्रव्यसञ्चिकाः च प्रेषयितुं सुरक्षितं मार्गं प्रदाति ।</p>
<p xml:lang="sl">NeoChat je aplikacija za klepet, ki vam omogoča, da v celoti izkoristite omrežje Matrix. Zagotavlja vam varen način za pošiljanje besedilnih sporočil, videoposnetkov in zvočnih datotek vaši družini, sodelavcem in prijateljem.</p>
<p xml:lang="sv">NeoChat är ett chattprogram som låter dig dra full nytta av Matrix-nätverket. Det ger dig ett säkert sätt att skicka textmeddelanden, videor och ljudfiler till din familj, kollegor och vänner.</p>
<p xml:lang="tr">NeoChat, Matrix ağının tüm özelliklerini kullanan bir sohbet uygulamasıdır. Ailenize, arkadaşlarınıza ve iş arkadaşlarınıza metin iletileri, ses ve video dosyaları göndermenin kolay bir yolunu sunar.</p>
<p xml:lang="uk">NeoChat є програмою для спілкування, за допомогою якої ви можете скористатися усіма перевагами мережі Matrix. За її допомогою ви можете безпечно надсилати текстові повідомлення, відео та звукові файли вашим родичам, колегам та друзям.</p>
<p xml:lang="x-test">xxNeoChat 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.xx</p>
<p xml:lang="zh-TW">NeoChat 是一個讓您能夠完全利用 Matrix 網路的聊天應用程式。它讓您安全地傳送文字訊息、影片或音訊檔給家人、同事或朋友等等。</p>
<p>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="ar">يهدف نيوتشات إلى أن يكون تطبيقًا كامل الميزات لمواصفات ماتركس. على هذا النحو يتم دعم كل شيء في المواصفات المستقرة الحالية مع الاستثناءات الملحوظة لـ VoIP والخيوط وبعض جوانب التشفير من طرف إلى طرف. هناك عدد قليل من الإغفالات الصغيرة الأخرى بسبب حقيقة أن مواصفات ماتركس تتطور باستمرار ، ولكن يبقى الهدف توفير الدعم النهائي للمواصفات بأكملها.</p>
<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>
@@ -142,16 +144,17 @@
<p xml:lang="nn">NeoChat har som mål å støtta all funksjonalitet i Matrix-spesifikasjonen. Førebels er alt i den gjeldande stabile spesifikasjonen støtta, med unntak av VoIP, trådar og nokre delar av ende-til-kryptering. Det finst òg andre småting som ikkje er støtta, sidan Matrix-spesifikasjon er i stadig endring, men målet er altså støtte for alt.</p>
<p xml:lang="pl">NeoChat w zamyśle ma być pełnowartościową aplikacją wg wytycznych Matriksa. Z tego powodu, wszystko, co jest obecnie w stabilnych wytycznych z pominięciem VoIP, wątków i niektórych części szyfrowania Użytkownik-do-Użytkownika są obecnie obsługiwane. Pominięto też kilka mniejszych rzeczy ze względu na ciągły rozwój wytycznych Matriksa, lecz celem nadal jest zapewnienie obsługi wszystkich wytycznych.</p>
<p xml:lang="pt">O NeoChat pretende ser uma aplicação completa para a especificação do Matrix. Como tal, tudo o que existe na especificação estável actual, com as notáveis excepções do VoIP, tópicos e alguns aspectos da Encriptação Ponto-a-Ponto, são suportados. Existem mais algumas omissões, devido ao facto que a norma do Matrix está em constante evolução, mas o objectivo continua a ser oferecer o suporte eventual para a norma por inteiro.</p>
<p xml:lang="pt-BR">O NeoChat pretende ser um aplicativo completo para a especificação Matrix. Dessa forma, tudo na especificação estável atual, com as notáveis exceções de VoIP, tópicos e alguns aspectos da criptografia de ponta a ponta, é suportado. Há algumas outras pequenas omissões devido ao fato de a especificação Matrix estar em constante evolução, mas o objetivo continua sendo fornecer suporte eventual para toda a especificação.</p>
<p xml:lang="ro">NeoChat vrea să fie o aplicație completă pentru specificațiile Matrix. Astfel, susține tot ce se găsește acum în specificațiile stabile cu excepția VoIP, a firelor de discuții, și a unor părți din criptarea punct-la-punct. Sunt și câteva omisiuni minore din cauza faptului că specificația Matrix evoluează continuu, dar scopul rămâne acela de a implementa întreaga specificație.</p>
<p xml:lang="ru">Целью создания NeoChat является полноценная реализация программы для спецификации Matrix. Как следствие, реализовано всё в текущей стабильной спецификации (за исключением голосовой интернет-связи, потоков и некоторых аспектов сквозного шифрования). Есть также несколько других незначительных пробелов, обусловленных постоянными изменениями спецификации Matrix. Тем не менее, стоит задача в итоге предоставить полную поддержку спецификации.</p>
<p xml:lang="sa">NeoChat इत्यस्य उद्देश्यं Matrix विनिर्देशस्य कृते पूर्णतया विशेषतायुक्तः अनुप्रयोगः भवितुम् अस्ति । यथा तथा वर्तमानस्थिरविनिर्देशे सर्वं VoIP इत्यस्य उल्लेखनीयअपवादैः सह, थ्रेड्स तथा च End-to-End Encryption इत्यस्य केचन पक्षाः समर्थिताः सन्ति । अन्ये कतिचन लघु लोपाः सन्ति यतोहि Matrix spec निरन्तरं विकसितः अस्ति परन्तु उद्देश्यं सम्पूर्ण spec कृते अन्ततः समर्थनं प्रदातुं अवशिष्टम् अस्ति</p>
<p xml:lang="sl">Neochat cilja, da bi bila popolna aplikacija po specifikaciji Matrixa. Kot takšna vsebuje vse v trenutni stabilni specifikaciji z pomembnimi izjemami pri VoIP, nitih in nekaterih vidikov šifriranja od konca do konca. Obstaja nekaj drugih manjših opustitev zaradi dejstva, da se specifikacija Matrix nenehno razvija, vendar cilj ostaja zagotoviti morebitno podporo celotni specifikaciji.</p>
<p xml:lang="sv">NeoChat har som mål att vara ett fullständigt program enligt Matrix-specifikationen. Som sådant stöds allt i den nuvarande stabila specifikationen, med de nämnvärda undantagen VoIP, trådar och några aspekter av kryptering hela vägen. Det finns några ytterligare utelämnanden på grund av att Matrix-specifikationen hela tiden utvecklas, men målet förblir att till slut erbjuda stöd för hela specifikationen.</p>
<p xml:lang="tr">NeoChat, Matrix belirtimi için tam özellikli bir uygulama olmayı hedefler. Bu nedenle; VoIP, ileti zincirleri ve Uçtan Uca Şifrelemenin bazı yönleri gibi dikkate değer istisnalar dışında var olan kararlı belirtimdeki her şey desteklenir. Matrix belirtiminin sürekli gelişmesi nedeniyle birkaç küçük eksiklik daha var; ancak amaç tüm belirtim için nihai destek sağlamak olmayı sürdürüyor.</p>
<p xml:lang="uk">Метою створення NeoChat є повноцінна реалізація програми для специфікації Matrix. Як наслідок, реалізовано усе у поточній стабільній специфікації, окрім голосового інтернет-зв'язку, потоків та деяких аспектів міжвузлового шифрування. Є також декілька інших незначних прогалин через те, що специфікація Matrix постійно змінюється, але метою лишається повна підтримка специфікації.</p>
<p xml:lang="x-test">xxNeoChat 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.xx</p>
<p xml:lang="zh-TW">NeoChat 以完整支援 Matrix 標準為目標,因此目前穩定版標準除了 VoIP、對話串與端對端加密的某些部分以外的所有部分都有支援。其他部分還有一些較小的不支援的部分這是因為 Matrix 標準隨時都在改進,但目標仍然時最終提供整個標準的完整支援。</p>
<p>Due to the nature of the Matrix specification development NeoChat also supports numerous unstable features. Currently these are:</p>
<p xml:lang="ar">نظرًا لطبيعة تطوير مواصفات ماتركس، يدعم نيوتشات أيضًا العديد من الميزات غير المستقرة وهي:</p>
<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>
@@ -175,6 +178,8 @@
<p xml:lang="nn">På grunn av måten Matrix-spesifikasjonen vert utvikla på, støttar NeoChat òg nokre uferdige funksjonar:</p>
<p xml:lang="pl">Ze względu na sposób rozwoju Matriksa, NeoChat obsługuje także kilka niestabilnych możliwości. Obecnie są to:</p>
<p xml:lang="pt">Devido à natureza do desenvolvimento da especificação do Matrix, o NeoChat também suporta diversas funcionalidades instáveis. De momento são:</p>
<p xml:lang="pt-BR">Devido à natureza do desenvolvimento da especificação Matrix, o NeoChat também suporta diversos recursos instáveis. Atualmente, são eles:</p>
<p xml:lang="ro">Datorită modului de dezvoltare a specificațiilor Matrix, NeoChat susține și numeroase caracteristici nestabile. Acum, acestea sunt:</p>
<p xml:lang="ru">В силу природы разработки спецификации Matrix в NeoChat тоже предусмотрена поддержка многочисленных нестабильных возможностей. В текущей версии это следующие возможности:</p>
<p xml:lang="sa">Matrix विनिर्देशविकासस्य प्रकृतेः कारणात् NeoChat अपि अनेकानाम् अस्थिरविशेषतानां समर्थनं करोति । सम्प्रति एते सन्ति :</p>
<p xml:lang="sl">Zaradi narave razvoja specifikacije Matrixa NeoChat podpira tudi številne nestabilne zmožnosti. Trenutno so to:</p>
@@ -182,13 +187,12 @@
<p xml:lang="ta">மேட்ரிக்ஸு நெறிமுறை வரையறுக்கப்படும் வித‍த்தின் காரணமாக, பல நிலையற்ற அம்சங்களையும் நியோச்சாட் ஆதரிக்கிறது. தற்போது ஆதரிக்கப்படுபவை:</p>
<p xml:lang="tr">NeoChat, Matrix belirtimi geliştirmesinin doğası gereği çok sayıda kararsız özelliği de destekler. Şu anda bunlar:</p>
<p xml:lang="uk">Через природу розробки специфікації Matrix, у NeoChat також передбачено підтримку численних нестабільних можливостей. У поточній версії цими можливостями є:</p>
<p xml:lang="x-test">xxDue to the nature of the Matrix specification development NeoChat also supports numerous unstable features. Currently these are:xx</p>
<p xml:lang="zh-TW">由於 Matrix 標準的開發流程的緣故NeoChat 也支援數個非穩定版的功能。目前這些功能是:</p>
<ul>
<li>Polls - MSC3381</li>
<li xml:lang="ar">التصويت - MSC3381</li>
<li xml:lang="ca">Enquestes - MSC3381</li>
<li xml:lang="ca-valencia">Enquestes - MSC3381</li>
<li xml:lang="ca">Votacions - MSC3381</li>
<li xml:lang="ca-valencia">Votacions - MSC3381</li>
<li xml:lang="el">Δημοσκοπήσεις - MSC3381</li>
<li xml:lang="en-GB">Polls - MSC3381</li>
<li xml:lang="eo">Enketoj - MSC3381</li>
@@ -209,6 +213,8 @@
<li xml:lang="nn">Avstemmingar  MSC3381</li>
<li xml:lang="pl">Ankiety - MSC3381</li>
<li xml:lang="pt">Inquéritos - MSC3381</li>
<li xml:lang="pt-BR">Enquetes - MSC3381</li>
<li xml:lang="ro">Sondaje - MSC3381</li>
<li xml:lang="ru">Голосования — MSC3381</li>
<li xml:lang="sa">मतदान - MSC3381</li>
<li xml:lang="sl">Polls - MSC3381</li>
@@ -216,7 +222,6 @@
<li xml:lang="ta">வாக்கெடுப்புகள் - MSC3381</li>
<li xml:lang="tr">Anketler — MSC3381</li>
<li xml:lang="uk">Опитування - MSC3381</li>
<li xml:lang="x-test">xxPolls - MSC3381xx</li>
<li xml:lang="zh-TW">投票 - MSC3381</li>
<li>Sticker Packs - MSC2545</li>
<li xml:lang="ar">حزم الملصقات - MSC2545</li>
@@ -242,6 +247,8 @@
<li xml:lang="nn">Klistremerke-pakkar  MSC2545</li>
<li xml:lang="pl">Paczki naklejek - MSC2545</li>
<li xml:lang="pt">Pacotes de Autocolantes - MSC2545</li>
<li xml:lang="pt-BR">Pacotes de Stickers - MSC2545</li>
<li xml:lang="ro">Colecții de abțibilduri - MSC2545</li>
<li xml:lang="ru">Наборы стикеров — MSC2545</li>
<li xml:lang="sa">स्टिकर पैक - MSC2545</li>
<li xml:lang="sl">Sticker Packs - MSC2545</li>
@@ -249,7 +256,6 @@
<li xml:lang="ta">ஒட்டி தொகுப்புகள் - MSC2545</li>
<li xml:lang="tr">Çıkartma Paketleri — MSC2545</li>
<li xml:lang="uk">Пакунки наліпок - MSC2545</li>
<li xml:lang="x-test">xxSticker Packs - MSC2545xx</li>
<li xml:lang="zh-TW">貼圖包 - MSC2545</li>
<li>Location Events - MSC3488</li>
<li xml:lang="ar">موقع الأحداث - MSC3488</li>
@@ -275,6 +281,8 @@
<li xml:lang="nn">Posisjonshendingar  MSC3488</li>
<li xml:lang="pl">Wydarzenia w miejscach - MSC3488</li>
<li xml:lang="pt">Eventos com Localizações - MSC3488</li>
<li xml:lang="pt-BR">Localização de eventos - MSC3488</li>
<li xml:lang="ro">Evenimente de amplasare - MSC3488</li>
<li xml:lang="ru">События местоположения — MSC3488</li>
<li xml:lang="sa">स्थान घटनाएँ - MSC3488</li>
<li xml:lang="sl">Location Events - MSC3488</li>
@@ -282,7 +290,6 @@
<li xml:lang="ta">இட நிகழ்வுகள் - MSC3488</li>
<li xml:lang="tr">Konum Etkinlikleri — MSC3488</li>
<li xml:lang="uk">Місцеві зустрічі - MSC3488</li>
<li xml:lang="x-test">xxLocation Events - MSC3488xx</li>
<li xml:lang="zh-TW">位置事件 - MSC3488</li>
</ul>
</description>
@@ -344,6 +351,8 @@
<caption xml:lang="nn">Hovudvising med romliste, pratevindauge og rominformasjon</caption>
<caption xml:lang="pl">Główny widok z wykazem pokojów, rozmowami i szczegółami pokojów</caption>
<caption xml:lang="pt">A área principal com a lista de salas e com informações sobre a conversa e a sala</caption>
<caption xml:lang="pt-BR">Visão principal com lista de salas, bate-papo e informações sobre as salas</caption>
<caption xml:lang="ro">Vederea principală cu lista de camere, discuție, și informații despre cameră</caption>
<caption xml:lang="ru">Главное окно со списком комнат, чатом и информацией о комнате</caption>
<caption xml:lang="sa">कक्षसूची, गपशपः, कक्षसूचना च सह मुख्यदृश्यम्</caption>
<caption xml:lang="sl">Glavni pogled s seznamom sob, klepetom in informacijami o sobah</caption>
@@ -351,7 +360,6 @@
<caption xml:lang="ta">அரங்குப்பட்டியல், உரையாடல், மற்றும் அரங்குவிவரங்களைக் கொண்டுள்ள பிரதான காட்சி</caption>
<caption xml:lang="tr">Oda listesini, sohbet penceresini ve oda bilgisini gösteren ana görünüm</caption>
<caption xml:lang="uk">Головна панель із списком кімнат, спілкуванням та даними щодо кімнати</caption>
<caption xml:lang="x-test">xxMain view with room list, chat, and room informationxx</caption>
<caption xml:lang="zh-TW">主頁面,包含聊天室列表、聊天內容,與聊天室資訊</caption>
</screenshot>
<screenshot type="default">
@@ -380,6 +388,8 @@
<caption xml:lang="nl">Ontdek nieuwe gemeenschappen met Matrix-ruimten</caption>
<caption xml:lang="nn">Oppdag nye fellesskap med Matrix Spaces</caption>
<caption xml:lang="pl">Odkrywaj nowe społeczności w Przestrzeniach Matriksa</caption>
<caption xml:lang="pt-BR">Descubra novas comunidades com os Espaços Matrix</caption>
<caption xml:lang="ro">Descoperiți comunități noi cu Spații Matrix</caption>
<caption xml:lang="ru">Поиск новых сообществ с помощью Matrix Spaces</caption>
<caption xml:lang="sa">Matrix Spaces इत्यनेन सह नूतनानां समुदायानाम् अन्वेषणं कुर्वन्तु</caption>
<caption xml:lang="sl">Odkrijte nove skupnosti z Matrix Spaces</caption>
@@ -387,7 +397,6 @@
<caption xml:lang="ta">மேட்ரிக்ஸு இடங்களின் மூலம் புதிய சமூகங்களைக் கண்டுபிடிக்கலாம்</caption>
<caption xml:lang="tr">Matrix Alanlar ile yeni topluluklar keşfedin</caption>
<caption xml:lang="uk">Пошук нових спільнот за допомогою Matrix Spaces</caption>
<caption xml:lang="x-test">xxDiscover new communities with Matrix Spacesxx</caption>
<caption xml:lang="zh-TW">利用 Matrix 聊天空間發現新的社群</caption>
</screenshot>
<!--
@@ -424,6 +433,8 @@
<caption xml:lang="nn">Hovudvising med romliste, pratevindauge og rominformasjon</caption>
<caption xml:lang="pl">Główny widok z wykazem pokojów, rozmowami i szczegółami pokojów</caption>
<caption xml:lang="pt">A área principal com a lista de salas e com informações sobre a conversa e a sala</caption>
<caption xml:lang="pt-BR">Visão principal com lista de salas, bate-papo e informações sobre as salas</caption>
<caption xml:lang="ro">Vederea principală cu lista de camere, discuție, și informații despre cameră</caption>
<caption xml:lang="ru">Главное окно со списком комнат, чатом и информацией о комнате</caption>
<caption xml:lang="sa">कक्षसूची, गपशपः, कक्षसूचना च सह मुख्यदृश्यम्</caption>
<caption xml:lang="sl">Glavni pogled s seznamom sob, klepetom in informacijami o sobah</caption>
@@ -431,7 +442,6 @@
<caption xml:lang="ta">அரங்குப்பட்டியல், உரையாடல், மற்றும் அரங்குவிவரங்களைக் கொண்டுள்ள பிரதான காட்சி</caption>
<caption xml:lang="tr">Oda listesini, sohbet penceresini ve oda bilgisini gösteren ana görünüm</caption>
<caption xml:lang="uk">Головна панель із списком кімнат, спілкуванням та даними щодо кімнати</caption>
<caption xml:lang="x-test">xxMain view with room list, chat, and room informationxx</caption>
<caption xml:lang="zh-TW">主頁面,包含聊天室列表、聊天內容,與聊天室資訊</caption>
</screenshot>
<screenshot environment="windows">
@@ -462,6 +472,8 @@
<caption xml:lang="nn">Innloggingsbilete</caption>
<caption xml:lang="pl">Ekran logowania</caption>
<caption xml:lang="pt">Ecrã de autenticação</caption>
<caption xml:lang="pt-BR">Tela de login</caption>
<caption xml:lang="ro">Ecran de autentificare</caption>
<caption xml:lang="ru">Окно входа</caption>
<caption xml:lang="sa">लॉगिन् स्क्रीन</caption>
<caption xml:lang="sl">Prijavni zaslon</caption>
@@ -469,7 +481,6 @@
<caption xml:lang="ta">நுழைவுத் திரை</caption>
<caption xml:lang="tr">Oturum açma ekranı</caption>
<caption xml:lang="uk">Вікно входу</caption>
<caption xml:lang="x-test">xxLogin screenxx</caption>
<caption xml:lang="zh-TW">登入畫面</caption>
</screenshot>
</screenshots>
@@ -477,6 +488,10 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="25.08.3" date="2025-11-06"/>
<release version="25.08.2" date="2025-10-09"/>
<release version="25.08.1" date="2025-09-11"/>
<release version="25.08.0" date="2025-08-14"/>
<release version="25.04.3" date="2025-07-03"/>
<release version="25.04.2" date="2025-06-05"/>
<release version="25.04.1" date="2025-05-08"/>

View File

@@ -44,7 +44,6 @@ Name[sv]=NeoChat
Name[ta]=நியோச்சாட்
Name[tr]=NeoChat
Name[uk]=NeoChat
Name[x-test]=xxNeoChatxx
Name[zh_CN]=NeoChat
Name[zh_TW]=NeoChat
GenericName=Matrix Client
@@ -88,7 +87,6 @@ GenericName[sv]=Matrix-klient
GenericName[ta]=Matrix வாங்கி
GenericName[tr]=Matrix İstemcisi
GenericName[uk]=Клієнт Matrix
GenericName[x-test]=xxMatrix Clientxx
GenericName[zh_CN]=Matrix 客户端
GenericName[zh_TW]=Matrix 用戶端
Comment=Chat on Matrix
@@ -114,6 +112,7 @@ Comment[lv]=Tērzējiet „Matrix“ tīklā
Comment[nl]=Chat op Matrix
Comment[pl]=Rozmawiaj na Matriksie
Comment[pt_BR]=Bate papo na Matrix
Comment[ro]=Discutați pe Matrix
Comment[ru]=Общение в Matrix
Comment[sa]=Matrix इत्यत्र गपशपं कुर्वन्तु
Comment[sl]=Klepet na Matrixu
@@ -121,7 +120,6 @@ Comment[sv]=Chatta på Matrix
Comment[ta]=மேட்ரிக்ஸில் உரையாட உதவும்
Comment[tr]=Matrix üzerinde sohbet edin
Comment[uk]=Спілкування у Matrix
Comment[x-test]=xxChat on Matrixxx
Comment[zh_CN]=在 Matrix 上聊天
Comment[zh_TW]=在 Matrix 上聊天
MimeType=x-scheme-handler/matrix;

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr ""
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr ""
@@ -140,11 +140,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -558,14 +553,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -590,7 +585,7 @@ msgid "Explore Rooms"
msgstr ""
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1373,79 +1368,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1454,63 +1449,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1520,17 +1515,17 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr ""
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr ""
@@ -2583,321 +2578,312 @@ msgstr ""
msgid "Leaving this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr ""
@@ -3003,12 +2989,12 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3224,8 +3210,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr ""
@@ -3243,12 +3229,12 @@ msgid ""
"a little while."
msgstr ""
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr ""
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr ""
@@ -3586,8 +3572,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr ""
@@ -3609,19 +3595,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3629,7 +3615,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -3918,7 +3904,7 @@ msgstr ""
msgid "Search"
msgstr ""
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr ""
@@ -4034,33 +4020,33 @@ msgstr ""
msgid "Configure room"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr ""
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr ""
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "\"Yazır\" bildirişi göndərilsin"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgid "Receiving push notifications"
@@ -147,11 +147,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -607,14 +602,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -642,7 +637,7 @@ msgid "Explore Rooms"
msgstr "Otaqlara baxış"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1499,79 +1494,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Otaqlar tapılmadı"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1580,63 +1575,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1647,18 +1642,18 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "%1, düzgün Matrix identifikatoru deyil"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to join room<br />%1"
msgstr "%1,sizi otağa dəvət etdi"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to request joining room<br />%1"
@@ -2826,388 +2821,379 @@ msgstr "Dəvət göndərmək"
msgid "Leaving this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, fuzzy, kde-format
#| msgid "Leave room"
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Otağı tərk etmək"
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, fuzzy, kde-format
#| msgid "Room not found"
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Otaq tapılmadı"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<message>"
msgid "<message>"
msgstr "<ismarıc>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Mətn ismarıcına ¯\\_(ツ)_/¯ əlavə edir"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Mətn ismarıcına ( ͡° ͜ʖ ͡°) əlavə edir"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "(╯°□°)╯︵ ┻━┻ adi mətn ismarıcının əvvəlinə əlavə olunur"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "┬──┬ ( ゜-゜ノ) adi mətn ismarıcının əvvəlinə əlavə olunur"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
#, fuzzy
#| msgid "Sends the given message coloured as a rainbow"
msgid "Sends the given message colored as a rainbow"
msgstr "Verilmiş ismarıcı göy qurşağı kimi rəngarəng göndərir"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
#, fuzzy
#| msgid "Sends the given emote coloured as a rainbow"
msgid "Sends the given emote colored as a rainbow"
msgstr "Verilmiş smaylı göy qurşağı kimi rıngarıng göndərir"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
#, fuzzy
#| msgid "Sends the given message as a spoiler"
msgid "Sends the given message as plain text"
msgstr "Verilmiş ismarıc spoyler kimi göndərilir"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Verilmiş ismarıc spoyler kimi göndərilir"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
#, fuzzy
#| msgid "Sends the given message as a spoiler"
msgid "Sends the given emote"
msgstr "Verilmiş ismarıc spoyler kimi göndərilir"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
#, fuzzy
#| msgid "Sends the given message as a spoiler"
msgid "Sends the given message as a notice"
msgstr "Verilmiş ismarıc spoyler kimi göndərilir"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, fuzzy, kde-format
#| msgid "reinvited %1 to the room"
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 otağa yenidən dəvət edildi"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, fuzzy, kde-format
#| msgid "self-banned from the room"
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "öz özünü otaqdan kənarlaşdırdı"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are already in this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1,sizi otağa dəvət etdi"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<user id>"
msgstr "<istifadəşi-İD-si>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
#, fuzzy
#| msgid "%1 invited you to a room"
msgid "Invites the user to this room"
msgstr "%1,sizi otağa dəvət etdi"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, fuzzy, kde-format
#| msgid "Configure room"
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Otağı tənzimləmək"
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
#, fuzzy
#| msgid "joined the room"
msgid "Joins the given room"
msgstr "otağa qoşuldu"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, fuzzy, kde-format
#| msgid "Configure room"
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Otağı tənzimləmək"
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<room alias or id> [<reason>]"
msgstr "<istifadəşi-İD-si>"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
#, fuzzy
#| msgid "joined the room"
msgid "Requests to join the given room"
msgstr "otağa qoşuldu"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
#, fuzzy
#| msgctxt "their refers to a singular user"
#| msgid "changed their display name to %1"
msgid "Changes your global display name"
msgstr "onların görünən adı %1 kimi dəyişdirildi"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
#, fuzzy
#| msgctxt "their refers to a singular user"
#| msgid "changed their display name to %1"
msgid "Changes your display name in this room"
msgstr "onların görünən adı %1 kimi dəyişdirildi"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
#, fuzzy
#| msgid "Ignore this user"
msgid "Ignores the given user"
msgstr "Bu istifadəçini gözardı etmək"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
#, fuzzy
#| msgid "Unignore this user"
msgid "Unignores the given user"
msgstr "Bi istifadəçini gözardı etməyi ləğv edin"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<reaction text>"
msgid "<reaction text>"
msgstr "<cavab mətni>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
#, fuzzy
#| msgid "React to this message with a text"
msgid "React to the message with the given text"
msgstr "Bu məktuba cavab mətni"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, fuzzy, kde-format
#| msgid "self-banned from the room"
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "öz özünü otaqdan kənarlaşdırdı"
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to ban users from this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, fuzzy, kde-format
#| msgid "self-banned from the room"
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "öz özünü otaqdan kənarlaşdırdı"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<user id> [<reason>]"
msgstr "<istifadəşi-İD-si>"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
#, fuzzy
#| msgid "Ignore this user"
msgid "Bans the given user"
msgstr "Bu istifadəçini gözardı etmək"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to unban users from this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, fuzzy, kde-format
#| msgid "self-banned from the room"
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "öz özünü otaqdan kənarlaşdırdı"
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, fuzzy, kde-format
#| msgid "self-banned from the room"
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "öz özünü otaqdan kənarlaşdırdı"
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
#, fuzzy
#| msgid "Ignore this user"
msgid "Removes the ban of the given user"
msgstr "Bu istifadəçini gözardı etmək"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to kick users from this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "NeoChatı bu otaqla açın"
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, fuzzy, kde-format
#| msgid "self-banned from the room"
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "öz özünü otaqdan kənarlaşdırdı"
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
#, fuzzy
#| msgid "%1 invited you to a room"
msgid "Removes the user from the room"
@@ -3322,13 +3308,13 @@ msgstr "Otaq yaradıla bilmədi: \"%1\""
msgid "Space creation failed: %1"
msgstr "Otaq yaradıla bilmədi: \"%1\""
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Şifrə uğurla dəyişdirildi"
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3570,8 +3556,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading"
@@ -3591,12 +3577,12 @@ msgid ""
"a little while."
msgstr "Lütfən gözləyin. Bu bir az vaxt apara bilər."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Şəbəkə xətası: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Giriş alınmadı: %1"
@@ -3964,8 +3950,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading reply"
@@ -3991,20 +3977,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Tam ekran"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "%1,sizi otağa dəvət etdi"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -4012,7 +3998,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4333,7 +4319,7 @@ msgstr ""
msgid "Search"
msgstr ""
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Otaqlara baxış"
@@ -4461,34 +4447,34 @@ msgstr "Səssiz"
msgid "Configure room"
msgstr "Otağı tənzimləmək"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "No rooms found"
msgid "No friends found"
msgstr "Otaqlar tapılmadı"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Otaqlar tapılmadı"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Başlamaq üçün bəzi otaqlara qoşulun"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Otaq kataloqunda axtarın"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, fuzzy, kde-format
#| msgid "Search in room directory"
msgid "Search in friend directory"

View File

@@ -4,13 +4,13 @@
# version 3 or later versions approved by the membership of KDE e.V.
#
# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024, 2025 Josep M. Ferrer <txemaq@gmail.com>
# Antoni Bella Pérez <antonibella5@yahoo.com>, 2022, 2023.
# SPDX-FileCopyrightText: 2022, 2023 Antoni Bella Pérez <antonibella5@yahoo.com>
msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-07-05 09:14+0200\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-08-06 19:57+0200\n"
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
"Language: ca\n"
@@ -18,7 +18,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 22.12.3\n"
"X-Generator: Lokalize 25.04.3\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -28,7 +28,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Rebre les notificacions dels missatges nous"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Rebre les notificacions automàtiques"
@@ -143,11 +143,6 @@ msgstr "Substitueix una instància existent"
msgid "Only used for autotests"
msgstr "Només es fa servir a les proves automàtiques"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Només ús intern."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -567,14 +562,14 @@ msgstr "Cerqueu els vostres amics"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Cerqueu els vostres amics"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -599,7 +594,7 @@ msgid "Explore Rooms"
msgstr "Explora les sales"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -884,22 +879,22 @@ msgstr "Envia"
#, kde-format
msgctxt "@title: create new poll in the room"
msgid "Create Poll"
msgstr "Creació d'enquesta"
msgstr "Creació de votació"
#: src/app/qml/NewPollDialog.qml:46
#, kde-format
msgid "Poll type:"
msgstr "Tipus d'enquesta:"
msgstr "Tipus de votació:"
#: src/app/qml/NewPollDialog.qml:51
#, kde-format
msgid "Open poll"
msgstr "Enquesta oberta"
msgstr "Votació oberta"
#: src/app/qml/NewPollDialog.qml:52
#, kde-format
msgid "Closed poll"
msgstr "Enquesta tancada"
msgstr "Votació tancada"
#: src/app/qml/NewPollDialog.qml:57
#, kde-format
@@ -909,7 +904,7 @@ msgstr "Els votants poden veure el resultat tan aviat com hagin votat"
#: src/app/qml/NewPollDialog.qml:57
#, kde-format
msgid "Results are revealed only after the poll has closed"
msgstr "Els resultats només es mostren un cop s'hagi tancat l'enquesta"
msgstr "Els resultats només es mostren un cop s'hagi tancat la votació"
#: src/app/qml/NewPollDialog.qml:61
#, kde-format
@@ -1394,32 +1389,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "No s'ha trobat cap coincidència"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "La verificació de la sessió s'ha cancel·lat per un motiu desconegut."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "La verificació de la sessió ha vençut."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "La verificació de la sessió ha vençut per la part remota."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Heu cancel·lat la verificació de la sessió."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "La part remota ha cancel·lat la verificació de la sessió."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1428,7 +1423,7 @@ msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè s'ha rebut un missatge "
"inesperat."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1437,7 +1432,7 @@ msgstr ""
"La part remota ha cancel·lat la verificació de la sessió perquè ha rebut un "
"missatge inesperat."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1446,7 +1441,7 @@ msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè s'ha rebut un missatge "
"per a una sessió desconeguda."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1455,7 +1450,7 @@ msgstr ""
"La part remota ha cancel·lat la verificació de la sessió perquè ha rebut un "
"missatge per a una sessió desconeguda."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1464,7 +1459,7 @@ msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè el NeoChat no pot "
"gestionar aquest mètode de verificació."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1473,13 +1468,13 @@ msgstr ""
"La part remota ha cancel·lat la verificació de la sessió perquè no pot "
"gestionar aquest mètode de verificació."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè les claus són incorrectes."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1493,7 +1488,7 @@ msgstr ""
"**Tanqueu la sessió i torneu-la a iniciar. La sessió està trencada/corrupta."
"**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1501,7 +1496,7 @@ msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè verifica un usuari "
"inesperat."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1510,7 +1505,7 @@ msgstr ""
"La part remota ha cancel·lat la verificació de la sessió perquè verifica un "
"usuari inesperat."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1518,7 +1513,7 @@ msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè s'ha rebut un missatge no "
"vàlid."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1527,19 +1522,19 @@ msgstr ""
"La part remota ha cancel·lat la verificació de la sessió perquè ha rebut un "
"missatge no vàlid."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "La sessió s'ha acceptat en un dispositiu diferent"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè una clau no coincideix."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1548,13 +1543,13 @@ msgstr ""
"La part remota ha cancel·lat la verificació de la sessió perquè una clau no "
"coincideix."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
"La verificació de la sessió s'ha cancel·lat perquè les claus no coincideixen."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1563,7 +1558,7 @@ msgstr ""
"La part remota ha cancel·lat la verificació de la sessió perquè les claus no "
"coincideixen."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1576,17 +1571,17 @@ msgstr ""
"ID de Matrix amb forma incorrecte o buit<br />%1 no és cap identificador "
"correcte de Matrix"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Ha fallat en unir-se a la sala<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Heu sol·licitat unir-vos a «%1»"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Ha fallat en sol·licitar unir-vos a la sala<br />%1"
@@ -1630,7 +1625,7 @@ msgstr "Envia una ubicació"
#, kde-format
msgctxt "@action:button"
msgid "Create a Poll"
msgstr "Crea una enquesta"
msgstr "Crea una votació"
#: src/chatbar/ChatBar.qml:151
#, kde-format
@@ -2620,7 +2615,7 @@ msgstr "%1 ha actualitzat l'estat"
#: src/libneochat/eventhandler.cpp:655
#, kde-format
msgid "%1 started a poll"
msgstr "%1 ha començat una enquesta"
msgstr "%1 ha començat una votació"
#: src/libneochat/filetransferpseudojob.cpp:58
#, kde-format
@@ -2651,322 +2646,313 @@ msgstr "Destinació"
msgid "Leaving this room."
msgstr "Sortida d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "«%1» no sembla pas un ID de sala o un àlies."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Sortida de la sala %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "No s'ha trobat la sala %1."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "No s'ha proporcionat un sobrenom nou, no s'efectuarà cap canvi."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<missatge>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Prefixa ¯\\_(ツ)_/¯ a un missatge de text net"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Prefixa ( ͡° ͜ʖ ͡°) a un missatge de text net"
# skip-rule: t-par_obe_tan
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Prefixa (╯°□°)╯︵ ┻━┻ a un missatge de text net"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Prefixa ┬──┬ ( ゜-゜ノ) a un missatge de text net"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Envia el missatge indicat acolorit com un arc de Sant Martí"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Envia l'emote indicada acolorida com un arc de Sant Martí"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Envia el missatge indicat com a text net"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Envia el missatge indicat com un espòiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Envia l'emote indicada"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Envia el missatge indicat com una nota"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "«%1» no sembla pas un ID de Matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 ja està convidat en aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 està bandejat d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Ja esteu en aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 ja està en aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 s'ha convidat en aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<ID d'usuari>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Convida l'usuari en aquesta sala"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "S'uneix a la sala %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<àlies o ID de sala>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "S'uneix a la sala indicada"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Sol·licita permís a la sala %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<àlies o ID de sala> [<motiu>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Sol·licita unir-se a la sala indicada"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Ja esteu en la sala %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<àlies o ID de sala>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Surt de la sala indicada o d'aquesta sala, si no s'ha indicat cap"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<nom a mostrar>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Canvia el vostre nom a mostrar global"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Canvia el vostre nom a mostrar en aquesta sala"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 ja està ignorat."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 ara està ignorat."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignora l'usuari indicat"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 no està ignorat."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 ja no està ignorat."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Deixa d'ignorar l'usuari indicat"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<text de reacció>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reacciona al missatge amb el text indicat"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 ja està bandejat d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "No teniu permís per a bandejar usuaris d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "No teniu permís per a bandejar l'usuari %1 d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 fou bandejat d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<ID d'usuari> [<motiu>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Bandeja l'usuari indicat"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "No teniu permís per desbandejar usuaris d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 no està bandejat d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 fou desbandejat d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Elimina el bandeig a l'usuari indicat"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "No podeu expulsar-vos vós mateix de la sala."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 no està en aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "No teniu permís per a expulsar usuaris d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "No teniu permís per a expulsar l'usuari %1 d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 fou expulsat d'aquesta sala."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Elimina l'usuari d'aquesta sala"
@@ -3074,12 +3060,12 @@ msgstr "Ha fallat la creació de la sala: %1"
msgid "Space creation failed: %1"
msgstr "Ha fallat la creació de l'espai: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "L'informe s'ha enviat correctament."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3298,8 +3284,8 @@ msgstr "El registre està desactivat en aquest servidor."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "S'està carregant"
@@ -3319,12 +3305,12 @@ msgstr ""
"Espereu mentre els missatges es carreguen des del servidor. Això pot trigar "
"una mica."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Error de la xarxa: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Ha fallat l'inici de la sessió: %1"
@@ -3665,8 +3651,8 @@ msgid "Expand preview"
msgstr "Expandeix la vista prèvia"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "S'està carregant la resposta"
@@ -3688,19 +3674,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Obre a pantalla completa"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Ha fallat en baixar el fitxer."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Ha fallat en baixar el fitxer:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3710,7 +3696,7 @@ msgstr ""
"Aquest missatge no s'ha trobat o no teniu permís per a veure'l o l'ha enviat "
"un usuari ignorat"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Aquest esdeveniment no té cap contingut.</i>"
@@ -3761,7 +3747,7 @@ msgstr "(Finalitzat)"
#, kde-format
msgctxt "%1 is the poll answer that had the most votes"
msgid "The poll has ended. Top answer: %1"
msgstr "L'enquesta ha finalitzat. Resposta guanyadora: %1"
msgstr "La votació ha finalitzat. Resposta guanyadora: %1"
#: src/messagecontent/ReactionComponent.qml:89
#, kde-format
@@ -4000,7 +3986,7 @@ msgstr "Escaneja un codi QR"
msgid "Search"
msgstr "Cerca"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Explora les sales"
@@ -4116,17 +4102,17 @@ msgstr "Sala silenciada"
msgid "Configure room"
msgstr "Configura la sala"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "No s'ha trobat cap amic"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "No s'ha trobat cap sala"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4134,17 +4120,17 @@ msgstr ""
"Encara no heu afegit cap dels vostres amics, feu clic a sota per a cercar-"
"los."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Uniu-vos a diverses sales per a començar"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Cerca en el directori de sales"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Cerca en el directori d'amics"
@@ -6695,3 +6681,10 @@ msgid "%2 is typing"
msgid_plural "%2 are typing"
msgstr[0] "%2 està escrivint"
msgstr[1] "%2 estan escrivint"
#~ msgid "Internal usage only."
#~ msgstr "Només ús intern."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "«%1» no sembla pas un ID de sala o un àlies."

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-09-17 15:24+0200\n"
"Last-Translator: Vit Pelcak <vit@pelcak.org>\n"
"Language-Team: Czech <kde-i18n-doc@kde.org>\n"
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr ""
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr ""
@@ -140,11 +140,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -560,14 +555,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -593,7 +588,7 @@ msgid "Explore Rooms"
msgstr ""
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1385,79 +1380,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Nenalezena žádná shoda"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1466,63 +1461,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1532,17 +1527,17 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr ""
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vyžádali jste vstup do '%1'."
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr ""
@@ -2596,321 +2591,312 @@ msgstr "Cíl"
msgid "Leaving this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Místnost %1 nenalezena."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "< zpráva>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Klepete na místnost %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr ""
@@ -3016,12 +3002,12 @@ msgstr "Vytvoření místnosti selhalo: %1"
msgid "Space creation failed: %1"
msgstr "Vytvoření místnosti selhalo: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Hlášení bylo úspěšně odesláno."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3249,8 +3235,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Načítání"
@@ -3268,12 +3254,12 @@ msgid ""
"a little while."
msgstr ""
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Chyba sítě: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Přihlášení selhalo: %1"
@@ -3612,8 +3598,8 @@ msgid "Expand preview"
msgstr "Roztáhnout náhled"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr ""
@@ -3637,19 +3623,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Přejít do celoobrazovkového režimu"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3657,7 +3643,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -3951,7 +3937,7 @@ msgstr ""
msgid "Search"
msgstr "Hledat"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr ""
@@ -4067,33 +4053,33 @@ msgstr ""
msgid "Configure room"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr ""
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr ""
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr ""
@@ -5142,7 +5128,7 @@ msgstr ""
#: src/settings/NeoChatGeneralPage.qml:147
#, kde-format
msgid "Never"
msgstr ""
msgstr "Nikdy"
#: src/settings/NeoChatGeneralPage.qml:151
#, fuzzy, 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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Indstillinger"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Settings"
msgid "Receiving push notifications"
@@ -144,11 +144,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -593,14 +588,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -628,7 +623,7 @@ msgid "Explore Rooms"
msgstr "Værelsesnavn:"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1465,79 +1460,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Send besked"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1546,63 +1541,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1612,17 +1607,17 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr ""
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr ""
@@ -2723,324 +2718,315 @@ msgstr ""
msgid "Leaving this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
#, fuzzy
#| msgid "Send message"
msgid "<message>"
msgstr "Send besked"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgid "Invite"
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "Invitér"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr ""
@@ -3149,12 +3135,12 @@ msgstr "Login mislykkedes"
msgid "Space creation failed: %1"
msgstr "Login mislykkedes"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3385,8 +3371,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading"
msgid "Loading"
@@ -3405,13 +3391,13 @@ msgid ""
"a little while."
msgstr ""
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, fuzzy, kde-format
#| msgid "Network Error"
msgid "Network Error: %1"
msgstr "Netværksfejl"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, fuzzy, kde-format
#| msgid "Login Failed"
msgid "Login Failed: %1"
@@ -3767,8 +3753,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading"
msgid "Loading reply"
@@ -3792,19 +3778,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3812,7 +3798,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4125,7 +4111,7 @@ msgstr ""
msgid "Search"
msgstr ""
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr ""
@@ -4249,34 +4235,34 @@ msgstr "Lydløs"
msgid "Configure room"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "Send message"
msgid "No friends found"
msgstr "Send besked"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr ""
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr ""
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr ""

View File

@@ -1,24 +1,25 @@
# Copyright (C) 2020 This file is copyright:
# This file is distributed under the same license as the neochat package.
# Alois Spitzbart <spitz234@hotmail.com>, 2020, 2022.
# Burkhard Lück <lueck@hube-lueck.de>, 2021.
# Frederik Schwarzer <schwarzer@kde.org>, 2022, 2023.
# Frank Steinmetzger <dev-kde@felsenfleischer.de>, 2022.
# SPDX-FileCopyrightText: 2020, 2022 Alois Spitzbart <spitz234@hotmail.com>
# SPDX-FileCopyrightText: 2021 Burkhard Lück <lueck@hube-lueck.de>
# SPDX-FileCopyrightText: 2022, 2023 Frederik Schwarzer <schwarzer@kde.org>
# SPDX-FileCopyrightText: 2022 Frank Steinmetzger <dev-kde@felsenfleischer.de>
# SPDX-FileCopyrightText: 2024, 2025 Johannes Obermayr <johannesobermayr@gmx.de>
# SPDX-FileCopyrightText: 2025 Philipp Kiemle <l10n@prly.mozmail.com>
msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-01-08 15:55+0100\n"
"Last-Translator: Johannes Obermayr <johannesobermayr@gmx.de>\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-08-07 22:20+0200\n"
"Last-Translator: Philipp Kiemle <l10n@prly.mozmail.com>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 25.03.70\n"
"X-Generator: Lokalize 25.04.3\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -28,7 +29,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Benachrichtigungen bei neuen Nachrichten erhalten"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Push-Benachrichtigungen empfangen"
@@ -44,10 +45,9 @@ msgid "Chat on Matrix"
msgstr "Über Matrix unterhalten"
#: src/app/main.cpp:154
#, fuzzy, kde-format
#| msgid "© 2018-2020 Black Hat, 2020-2024 KDE Community"
#, kde-format
msgid "© 2018-2020 Black Hat, 2020-2025 KDE Community"
msgstr "© 2018-2020 Black Hat, 2020-2024 KDE-Gemeinschaft"
msgstr "© 20182020 Black Hat, 20202025 KDE-Gemeinschaft"
#: src/app/main.cpp:155
#, kde-format
@@ -145,11 +145,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "Nur für automatische Tests"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Nur zur internen Verwendung."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -572,14 +567,14 @@ msgstr "Freunde suchen"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Freunde suchen"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -607,7 +602,7 @@ msgid "Explore Rooms"
msgstr "Räume erkunden"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1431,34 +1426,34 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Keine Übereinstimmung gefunden"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
"Die Sitzungsverifizierung wurde aus einem unbekannten Grund abgebrochen."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Zeitüberschreitung während der Sitzungsverifizierung."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
"Zeitüberschreitung auf der Gegenseite während der Sitzungsverifizierung."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Sie haben die Sitzungsverifizierung abgebrochen."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Die Gegenseite hat die Sitzungsverifizierung abgebrochen."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1467,7 +1462,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde abgebrochen, weil eine unerwartete Nachricht "
"empfangen worden ist."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1476,7 +1471,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite abgebrochen, weil eine "
"unerwartete Nachricht empfangen worden ist."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1485,7 +1480,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde abgebrochen, weil sie eine Nachricht zu "
"einer unbekannten Sitzung empfangen hat."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1494,7 +1489,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite abgebrochen, weil sie "
"eine Nachricht zu einer unbekannten Sitzung empfangen hat."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1503,7 +1498,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde abgebrochen, weil NeoChat diese "
"Verifizierungsmethode nicht verarbeiten kann."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1512,14 +1507,14 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite abgebrochen, weil sie "
"diese Verifizierungsmethode nicht verarbeiten kann."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
"Die Sitzungsverifizierung wurde abgebrochen, weil die Schlüssel nicht "
"korrekt sind."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, fuzzy, kde-format
#| msgid ""
#| "The remote party canceled the session verification because the keys are "
@@ -1533,7 +1528,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite abgebrochen, weil die "
"Schlüssel nicht korrekt sind."
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1541,7 +1536,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde abgebrochen, weil sie einen unerwarteten "
"Benutzer verifiziert."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1550,7 +1545,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite abgebrochen, weil sie "
"einen unerwarteten Benutzer verifiziert."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1558,7 +1553,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde abgebrochen, weil eine ungültige Nachricht "
"empfangen worden ist."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1567,19 +1562,19 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite abgebrochen, weil eine "
"ungültige Nachricht empfangen worden ist."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Die Sitzung wurde auf einem anderen Gerät akzeptiert"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
"Die Sitzungsverifizierung wurde wegen eines falschen Schlüssels abgebrochen."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1588,14 +1583,14 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite wegen eines falschen "
"Schlüssels abgebrochen."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
"Die Sitzungsverifizierung wurde abgebrochen, weil die Schlüssel nicht "
"übereinstimmen."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1604,7 +1599,7 @@ msgstr ""
"Die Sitzungsverifizierung wurde von der Gegenseite abgebrochen, weil die "
"Schlüssel nicht übereinstimmen."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1616,17 +1611,17 @@ msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
"Ungültige oder leere Matrix-Kennung<br />%1 ist keine korrekte Matrix-Kennung"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Raum kann nicht betreten werden<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgid "Failed to request joining room<br />%1"
@@ -2703,326 +2698,317 @@ msgstr "Ziel"
msgid "Leaving this room."
msgstr "Der Raum wird verlassen."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "„%1“ scheint keine Raum(klar)kennung zu sein."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Raum %1 wird verlassen."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Raum %1 nicht gefunden."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Kein neuer Spitzname angegebenen, keine Änderungen vorhanden."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<Nachricht>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Stellt einer Klartextnachricht ¯\\_(ツ)_/¯ voran"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Stellt einer Klartextnachricht ( ͡° ͜ʖ ͡°) voran"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Stellt einer Klartextnachricht (╯°□°)╯︵ ┻━┻ voran"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Stellt einer Klartextnachricht ┬──┬ ( ゜-゜ノ) voran"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Sendet die angegebene Nachricht in Regenbogenfarben"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Sendet das angegebene Emote in Regenbogenfarben"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Sendet die angegebene Nachricht als einfachen Text"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Sendet die angegebene Nachricht als Spoiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Sendet das angegebene Emote"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Sendet die angegebene Nachricht als Hinweis"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "„%1“ scheint keine Matrix-Kennung zu sein."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 ist bereits in diesen Raum eingeladen."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 ist aus dem Raum verbannt."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Sie sind bereits in dem Raum."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 ist bereits in dem Raum."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 wurde in den Raum eingeladen."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<Benutzername>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Den Nutzer in den Raum einladen"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Beitritt zu Raum %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<Raum(klar)kennung>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Dem Raum beitreten"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Bei Raum %1 wird geklopft."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<Raum(klar)kennung> [<Grund>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
#, fuzzy
#| msgid "Joins the given room"
msgid "Requests to join the given room"
msgstr "Dem Raum beitreten"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Sie sind bereits in Raum %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<Raum(klar)kennung>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
"Den angegebenen Raum oder den aktuellen verlassen, wenn keiner angegeben "
"wird."
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<Anzeigename>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Ihren globalen Anzeigenamen ändern"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Ihren Anzeigenamen für diesen Raum ändern"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 wird bereits ignoriert."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 wird ab jetzt ignoriert."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Den angegebenen Nutzer ignorieren"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 wird nicht ignoriert."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 wird nicht mehr ignoriert."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Den angegebenen Nutzer nicht mehr ignorieren"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<Reaktionstext>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reagieren Sie auf diese Meldung mit diesem Text"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 wurde bereits aus dem Raum verbannt."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Sie haben nicht die Berechtigung, Nutzer aus dem Raum zu verbannen."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Sie haben nicht die Berechtigung, %1 aus dem Raum zu verbannen."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 wurde aus dem Raum verbannt."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<Benutzerkennung> [<Grund>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Diesen Benutzer verbannen"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
"Sie haben nicht die Berechtigung, die Verbannung des Nutzers aufzuheben."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 ist nicht aus dem Raum verbannt."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "Die Verbannung von %1 aus diesem Raum wurde aufgehoben."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Die Verbannung des Benutzers wieder aufheben"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Sie können sich nicht selbst aus dem Raum werfen."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 ist nicht in diesem Raum."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Sie haben nicht die Berechtigung, Nutzer aus dem Raum zu werfen."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Sie haben nicht die Berechtigung, %1 aus dem Raum zu werfen."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 wurde aus dem Raum geworfen."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Den Benutzer aus dem Raum entfernen"
@@ -3130,12 +3116,12 @@ msgstr "Erstellen des Raums ist fehlgeschlagen: %1"
msgid "Space creation failed: %1"
msgstr "Erstellen der Umgebung ist fehlgeschlagen: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Meldung erfolgreich übertragen."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3370,8 +3356,8 @@ msgstr "Die Registrierung ist auf diesem Server deaktiviert."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Wird geladen"
@@ -3390,12 +3376,12 @@ msgid ""
"a little while."
msgstr "Bitte warten. Dies kann eine Weile dauern."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Netzwerkfehler: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Anmeldung fehlgeschlagen: %1"
@@ -3718,7 +3704,7 @@ msgstr "Bild anzeigen"
#, kde-format
msgctxt "@action"
msgid "Send to KDE Itinerary"
msgstr "Zu KDE-Itinerary senden"
msgstr "Zu KDE Itinerary senden"
#: src/messagecontent/LinkPreviewComponent.qml:133
#: src/messagecontent/LinkPreviewLoadComponent.qml:76
@@ -3738,8 +3724,8 @@ msgid "Expand preview"
msgstr "Vorschau vergrößern"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Antwort wird geladen"
@@ -3763,21 +3749,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Vollbildmodus aktivieren"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "Datei zu groß für einen Download."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Raum kann nicht betreten werden<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3785,7 +3771,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4079,7 +4065,7 @@ msgstr "Einen QR-Code scannen"
msgid "Search"
msgstr "Suchen"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Räume erkunden"
@@ -4201,17 +4187,17 @@ msgstr "Stummgeschaltet"
msgid "Configure room"
msgstr "Raum konfigurieren"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Keine Freunde gefunden"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Keine Räume gefunden"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4219,17 +4205,17 @@ msgstr ""
"Es wurden noch keine Freunde hinzugefügt. Unten kann nach ihnen gesucht "
"werden."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Einen Raum betreten, um zu beginnen"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Raumverzeichnis durchsuchen"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Freundesliste durchsuchen"
@@ -6860,6 +6846,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 schreibt gerade"
msgstr[1] "%2 schreiben gerade"
#~ msgid "Internal usage only."
#~ msgstr "Nur zur internen Verwendung."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "„%1“ scheint keine Raum(klar)kennung zu sein."
#~ msgid "Timeline Events"
#~ msgstr "Zeitleisten-Ereignisse"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-09-20 13:25+0300\n"
"Last-Translator: Antonis Geralis <capoiosct@gmail.com>\n"
"Language-Team: Greek <kde-i18n-el@kde.org>\n"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Αποστολή πληκτρολογημένων ειδοποιήσεων"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgid "Receiving push notifications"
@@ -147,11 +147,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "Χρήση μόνο για αυτόματες δοκιμές"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Μόνο για εσωτερική χρήση."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -587,14 +582,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -622,7 +617,7 @@ msgid "Explore Rooms"
msgstr "Εξερεύνηση αιθουσών"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1461,32 +1456,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Δεν βρέθηκαν αποτελέσματα"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε για άγνωστη αιτία."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Η επαλήθευση συνεδρίας εξέπνευσε."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Η επαλήθευση συνεδρίας εξέπνευσε για την άλλη πλευρά."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Ακύρωσες τη επαλήθευση συνεδρίας."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Η άλλη πλευρά ακύρωσε τη επαλήθευση συνεδρίας."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1494,7 +1489,7 @@ msgid ""
msgstr ""
"Η επαλήθευση συνεδρίας ακυρώθηκε επειδή λάβαμε ένα μη αναμενόμενο μήνυμα."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1503,7 +1498,7 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε τη επαλήθευση συνεδρίας επειδή έλαβε ένα μη "
"αναμενόμενο μήνυμα."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1512,7 +1507,7 @@ msgstr ""
"Η επαλήθευση συνεδρίας ακυρώθηκε επειδή έλαβε ένα μήνυμα για άγνωστη "
"συνεδρία."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1521,7 +1516,7 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε τη επαλήθευση συνεδρίας επειδή έλαβε ένα μήνυμα για "
"άγνωστη συνεδρία."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1530,7 +1525,7 @@ msgstr ""
"Η επαλήθευση συνεδρίας ακυρώθηκε εξαιτίας της αδυναμίας του NeoChat να "
"χειριστεί αυτήν τη μέθοδο επαλήθευσης."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1539,12 +1534,12 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε την επαλήθευση συνεδρίας γιατί αδυνατεί να χειριστεί "
"αυτήν τη μέθοδο επαλήθευσης."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε επειδή τα κλειδιά δεν είναι σωστά."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, fuzzy, kde-format
#| msgid ""
#| "The remote party canceled the session verification because the keys are "
@@ -1558,14 +1553,14 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε την επαλήθευση συνεδρίας γιατί τα κλειδιά δεν είναι "
"σωστά."
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
"Η επαλήθευση συνεδρίας ακυρώθηκε γιατί επαληθεύει έναν μη αναμενόμενο χρήστη."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1574,13 +1569,13 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε την επαλήθευση συνεδρίας γιατί επαληθεύει έναν μη "
"αναμενόμενο χρήστη."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε γιατί λάβαμε ένα μη έγκυρο μήνυμα."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1589,18 +1584,18 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε την επαλήθευση συνεδρίας γιατί έλαβε ένα μη έγκυρο "
"μήνυμα."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Η συνεδρία έγινε δεκτή σε διαφορετική συσκευή"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε εξαιτίας ενός αταίριαστου κλειδιού."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1609,12 +1604,12 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε την επαλήθευση συνεδρίας εξαιτίας ενός αταίριαστου "
"κλειδιού."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε επειδή τα κλειδιά δεν ταιριάζουν."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1623,7 +1618,7 @@ msgstr ""
"Η άλλη πλευρά ακύρωσε την επαλήθευση συνεδρίας επειδή τα κλειδιά δεν "
"ταιριάζουν."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε από άγνωστο σφάλμα."
@@ -1634,18 +1629,18 @@ msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε από ά
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "Το %1 δεν είναι ένα σωστό αναγνωριστικό του Matrix"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgid "Failed to join room<br />%1"
msgstr "Προσκαλεί σε μια αίθουσα"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgid "Failed to request joining room<br />%1"
@@ -2782,155 +2777,146 @@ msgstr "Προορισμός"
msgid "Leaving this room."
msgstr "Εξέρχεται από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "Το '%1' δεν μοιάζει με αναγνωριστικό ή ψευδώνυμο αίθουσας."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Εξέρχεται από την αίθουσα %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Η αίθουσα %1 δεν βρέθηκε."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Δεν δόθηκε ψευδώνυμο, δεν θα γίνουν αλλαγές."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<μήνυμα>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Πρόθεμα ¯\\_(ツ)_/¯ σε ένα μήνυμα απλού κειμένου"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Πρόθεμα ( ͡° ͜ʖ ͡°) σε ένα μήνυμα απλού κειμένου"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Πρόθεμα (╯°□°)╯︵ ┻━┻ σε ένα μήνυμα απλού κειμένου"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Πρόθεμα ┬──┬ ( ゜-゜ノ) σε ένα μήνυμα απλού κειμένου"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Στέλνει το δοσμένο μήνυμα στα χρώματα του ουράνιου τόξου"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Στέλνει το δοσμένο συναίσθημα στα χρώματα του ουράνιου τόξου"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Στέλνει το δοσμένο μήνυμα ως απλό κείμενο"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Στέλνει το δοσμένο μήνυμα ως αντιπερισπασμό"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Στέλνει το δοσμένο συναίσθημα"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Στέλνει το δοσμένο μήνυμα ως σημείωση"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "Το '%1' δεν μοιάζει με αναγνωριστικό του matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 έχει ήδη προσκληθεί σε αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 έχει αποκλειστεί από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Είσαι ήδη σε αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 είναι ήδη σε αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 είχε προσκληθεί σε αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<user id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Προσκαλεί τον χρήστη σε αυτήν την αίθουσα"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Είσοδος στην αίθουσα %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<ψευδώνυμο ή αναγνωριστικό αίθουσας>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Εισέρχεται στη δοσμένη αίθουσα"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, fuzzy, kde-format
#| msgctxt "Joining room <roomname>."
#| msgid "Joining room %1."
@@ -2938,171 +2924,171 @@ msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Είσοδος στην αίθουσα %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
#, fuzzy
#| msgid "[<room alias or id>]"
msgid "<room alias or id> [<reason>]"
msgstr "[<room alias or id>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
#, fuzzy
#| msgid "Joins the given room"
msgid "Requests to join the given room"
msgstr "Εισέρχεται στη δοσμένη αίθουσα"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Είσαι ήδη στην αίθουσα %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<room alias or id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Εξέρχεται από τη δοσμένη αίθουσα ή από αυτήν, αν δεν έχει δοθεί καμία"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<όνομα όπως εμφανίζεται>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Αλλάζει το μοναδικό σου όνομα όπως εμφανίζεται"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Αλλάζει το όνομά σου όπως εμφανίζεται σε αυτήν την αίθουσα"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "Το %1 έχει ήδη αγνοηθεί."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "Το %1 τώρα παραλείπεται."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Αγνοεί τον δοσμένο χρήστη"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 δεν παραλείπεται."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 δεν παραλείπεται πλέον."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Αναιρεί την παράλειψη του δοσμένου χρήστη"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<κείμενο αντίδρασης>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Αντιδρά στο μήνυμα με το δοσμένο κείμενο"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 έχει ήδη αποκλειστεί από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Δεν επιτρέπεται να αποκλείσεις χρήστες από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Δεν επιτρέπεται να αποκλείσεις τον χρήστη %1 από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 είχε αποκλειστεί από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<user id> [<reason>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Αποκλείει τον δοσμένο χρήστη"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Δεν μπορείς να αναιρέσεις τον αποκλεισμό χρηστών σε αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 δεν έχει αποκλειστεί από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "Αναιρέθηκε ο αποκλεισμός του %1 από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Αναιρεί τον αποκλεισμό του δοσμένου χρήστη"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Δεν μπορείς να διώξεις τον εαυτό σου από την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 δεν βρίσκεται σε αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Δεν επιτρέπεται να διώξεις χρήστες από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Δεν επιτρέπεται να διώξεις τον %1 από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 εκδιώχθη από αυτήν την αίθουσα."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Αφαιρεί τον χρήστη από την αίθουσα"
@@ -3212,12 +3198,12 @@ msgstr "Αποτυχία δημιουργίας αίθουσας: %1"
msgid "Space creation failed: %1"
msgstr "Αποτυχία δημιουργίας αίθουσας: «%1»"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Η αναφορά εστάλη με επιτυχία."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3457,8 +3443,8 @@ msgstr "Η εγγραφή είναι απενεργοποιημένη σε αυ
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Φορτώνει"
@@ -3477,12 +3463,12 @@ msgid ""
"a little while."
msgstr "Περίμενε. Μπορεί να διαρκέσει λίγο παραπάνω."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Σφάλμα δικτύου: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Αποτυχία σύνδεσης: %1"
@@ -3848,8 +3834,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading reply"
@@ -3874,21 +3860,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Είσοδος σε πλήρη οθόνη"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "Αρχείο πολύ μεγάλο για λήψη."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Προσκαλεί σε μια αίθουσα"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3896,7 +3882,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4205,7 +4191,7 @@ msgstr ""
msgid "Search"
msgstr "Αναζήτηση"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Εξερεύνηση αιθουσών"
@@ -4330,34 +4316,34 @@ msgstr "Αίθουσα σε σίγαση"
msgid "Configure room"
msgstr "Διαμόρφωση αίθουσας"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "No rooms found"
msgid "No friends found"
msgstr "Δεν βρέθηκαν αίθουσες"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Δεν βρέθηκαν αίθουσες"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Μπορείς να εισέλθεις σε κάποιες αίθουσες για να ξεκινήσεις"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Αναζήτηση στον κατάλογο με τις αίθουσες"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, fuzzy, kde-format
#| msgid "Search in room directory"
msgid "Search in friend directory"
@@ -7045,6 +7031,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 πληκτρολογεί"
msgstr[1] "%2 πληκτρολογούν"
#~ msgid "Internal usage only."
#~ msgstr "Μόνο για εσωτερική χρήση."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "Το '%1' δεν μοιάζει με αναγνωριστικό ή ψευδώνυμο αίθουσας."
#~ msgid "Switch User"
#~ 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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-11-23 12:05+0000\n"
"Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n"
"Language-Team: British English\n"
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Receiving notifications for new messages"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Receiving push notifications"
@@ -141,11 +141,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "Only used for autotests"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Internal usage only."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -572,14 +567,14 @@ msgstr "Find your friends"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Find your friends"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -607,7 +602,7 @@ msgid "Explore Rooms"
msgstr "Explore Rooms"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1427,32 +1422,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "No matches found"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "The session verification was cancelled for unknown reason."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "The session verification timed out."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "The session verification timed out for remote party."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "You cancelled the session verification."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "The remote party cancelled the session verification."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1461,7 +1456,7 @@ msgstr ""
"The session verification was cancelled because we received an unexpected "
"message."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1470,7 +1465,7 @@ msgstr ""
"The remote party cancelled the session verification because it received an "
"unexpected message."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1479,7 +1474,7 @@ msgstr ""
"The session verification was cancelled because it received a message for an "
"unknown session."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1488,7 +1483,7 @@ msgstr ""
"The remote party cancelled the session verification because it received a "
"message for an unknown session."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1497,7 +1492,7 @@ msgstr ""
"The session verification was cancelled because NeoChat is unable to handle "
"this verification method."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1506,12 +1501,12 @@ msgstr ""
"The remote party cancelled the session verification because it is unable to "
"handle this verification method."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "The session verification was cancelled because the keys are incorrect."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1524,7 +1519,7 @@ msgstr ""
"\n"
"**Please log out and log back in, your session is broken/corrupt.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1532,7 +1527,7 @@ msgstr ""
"The session verification was cancelled because it verifies an unexpected "
"user."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1541,7 +1536,7 @@ msgstr ""
"The remote party cancelled the session verification because it verifies an "
"unexpected user."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1549,7 +1544,7 @@ msgstr ""
"The session verification was cancelled because we received an invalid "
"message."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1558,18 +1553,18 @@ msgstr ""
"The remote party cancelled the session verification because it received an "
"invalid message."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "The session was accepted on a different device"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "The session verification was cancelled because of a mismatched key."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1578,12 +1573,12 @@ msgstr ""
"The remote party cancelled the session verification because of a mismatched "
"key."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "The session verification was cancelled because the keys do not match."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1592,7 +1587,7 @@ msgstr ""
"The remote party cancelled the session verification because the keys do not "
"match."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "The session verification was cancelled due to an unknown error."
@@ -1603,17 +1598,17 @@ msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
"Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Failed to join room<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "You requested to join '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Failed to request joining room<br />%1"
@@ -2701,121 +2696,112 @@ msgstr "Destination"
msgid "Leaving this room."
msgstr "Leaving this room."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' does not look like a room ID or alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Leaving room %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Room %1 not found."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "No new nickname provided, no changes will happen."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<message>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Sends the given message coloured as a rainbow"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Sends the given emote coloured as a rainbow"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Sends the given message as plain text"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Sends the given message as a spoiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Sends the given emote"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Sends the given message as a notice"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' does not look like a matrix ID."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 is already invited to this room."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 is banned from this room."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "You are already in this room."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 is already in this room."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgctxt "<username> was invited into this room"
#| msgid "%1 was invited into this room"
@@ -2823,201 +2809,201 @@ msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 was invited into this room"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<user id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Invites the user to this room"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Joining room %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<room alias or id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Joins the given room"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Knocking room %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<room alias or id> [<reason>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Requests to join the given room"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "You are already in room %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<room alias or id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Leaves the given room or this room, if there is none given"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<display name>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Changes your global display name"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Changes your display name in this room"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 is already ignored."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 is now ignored."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignores the given user"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 is not ignored."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 is no longer ignored."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Unignores the given user"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reaction text>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "React to the message with the given text"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 is already banned from this room."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "You are not allowed to ban users from this room."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "You are not allowed to ban %1 from this room."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 was banned from this room."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<user id> [<reason>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Bans the given user"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "You are not allowed to unban users from this room."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 is not banned from this room."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 was unbanned from this room."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Removes the ban of the given user"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "You cannot kick yourself from the room."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 is not in this room."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "You are not allowed to kick users from this room."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "You are not allowed to kick %1 from this room."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 was kicked from this room."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Removes the user from the room"
@@ -3125,12 +3111,12 @@ msgstr "Room creation failed: %1"
msgid "Space creation failed: %1"
msgstr "Space creation failed: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Report sent successfully."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3363,8 +3349,8 @@ msgstr "Registration is disabled on this server."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Loading"
@@ -3384,12 +3370,12 @@ msgstr ""
"Please wait while your messages are loaded from the server. This might take "
"a little while."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Network Error: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Login Failed: %1"
@@ -3733,8 +3719,8 @@ msgid "Expand preview"
msgstr "Expand preview"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Loading reply"
@@ -3758,21 +3744,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Enter Full Screen"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "File too large to download."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Failed to join room<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3782,7 +3768,7 @@ msgstr ""
"This message was either not found, you do not have permission to view it, or "
"it was sent by an ignored user"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4077,7 +4063,7 @@ msgstr "Scan a QR Code"
msgid "Search"
msgstr "Search"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Explore rooms"
@@ -4198,34 +4184,34 @@ msgstr "Muted room"
msgid "Configure room"
msgstr "Configure room"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "No friends found"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "No rooms found"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
"You have not added any of your friends yet, click below to search for them."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Join some rooms to get started"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Search in room directory"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Search in friend directory"
@@ -6884,6 +6870,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 is typing"
msgstr[1] "%2 are typing"
#~ msgid "Internal usage only."
#~ msgstr "Internal usage only."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' does not look like a room ID or alias."
#~ msgid "Timeline Events"
#~ msgstr "Timeline Events"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-03-23 07:29+0100\n"
"Last-Translator: Oliver Kellogg <olivermkellogg@gmail.com>\n"
"Language-Team: Esperanto <kde-i18n-eo@kde.org>\n"
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Ricevante sciigojn por novaj mesaĝoj"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Ricevante puŝ-sciigojn"
@@ -142,11 +142,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "Nur uzata por aŭtomataj testoj"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Nur por interna uzo."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -567,14 +562,14 @@ msgstr "Trovu viajn amikojn"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Trovu viajn amikojn"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -602,7 +597,7 @@ msgid "Explore Rooms"
msgstr "Esplori Ĉambrojn"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1406,39 +1401,39 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Trovis neniujn kongruojn"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "La seanckonfirmo estis nuligita pro nekonata kialo."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "La seancokonfirmo elĉerpiĝis."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "La seanckonfirmo finiĝis por fora festo."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Vi nuligis la seancan konfirmon."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "La fora partio nuligis la seancan konfirmon."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "La seancokonfirmo estis nuligita ĉar ni ricevis neatenditan mesaĝon."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1446,7 +1441,7 @@ msgid ""
msgstr ""
"La fora partio nuligis la seanckonfirmon ĉar ĝi ricevis neatenditan mesaĝon."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1454,7 +1449,7 @@ msgid ""
msgstr ""
"La seancokonfirmo estis nuligita ĉar ĝi ricevis mesaĝon por nekonata sesio."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1463,7 +1458,7 @@ msgstr ""
"La fora partio nuligis la seanckonfirmon ĉar ĝi ricevis mesaĝon por nekonata "
"sesio."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1472,7 +1467,7 @@ msgstr ""
"La seancokonfirmo estis nuligita ĉar NeoChat ne kapablas trakti ĉi tiun "
"konfirmmetodon."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1481,12 +1476,12 @@ msgstr ""
"La fora partio nuligis la seanckonfirmon ĉar ĝi ne povas trakti ĉi tiun "
"konfirmmetodon."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "La seancokonfirmo estis nuligita ĉar la ŝlosiloj estas malĝustaj."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1498,13 +1493,13 @@ msgstr ""
"\n"
"**Bonvolu elsaluti kaj reensaluti, via seanco estas rompita/korupta.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr "La seancokonfirmo estis nuligita ĉar ĝi konfirmas neatenditan uzanton."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1513,13 +1508,13 @@ msgstr ""
"La fora partio nuligis la sean konfirmon ĉar ĝi konfirmas neatenditan "
"uzanton."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "La seancokonfirmo estis nuligita ĉar ni ricevis nevalidan mesaĝon."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1527,37 +1522,37 @@ msgid ""
msgstr ""
"La fora partio nuligis la sean konfirmon ĉar ĝi ricevis nevalidan mesaĝon."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "La seanco estis akceptita sur alia aparato"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "La seancokonfirmo estis nuligita pro miskongrua ŝlosilo."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "La fora partio nuligis la sean konfirmon pro miskongrua ŝlosilo."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "La seancokonfirmo estis nuligita ĉar la ŝlosiloj ne kongruas."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "La fora partio nuligis la sean konfirmon ĉar la ŝlosiloj ne kongruas."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "La seancokonfirmo estis nuligita pro nekonata eraro."
@@ -1568,17 +1563,17 @@ msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
"Misformita aŭ malplena Matrix-id<br />%1 ne estas ĝusta Matrico-identigilo"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Malsukcesis aliĝi al ĉambro<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vi petis aliĝi al '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Malsukcesis peti aliĝon al ĉambro<br />%1"
@@ -2644,321 +2639,312 @@ msgstr "Celo"
msgid "Leaving this room."
msgstr "Forlasante ĉi tiun ĉambron."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' ne aspektas kiel ĉambro-identigilo aŭ kaŝnomo."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Forlasante la ĉambron %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Ĉambro %1 ne trovita."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Neniu nova kromnomo provizita, neniuj ŝanĝoj okazos."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<mesaĝo>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Antaŭmetas ¯\\_(ツ)_/¯ al mesaĝo"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Antaŭmetas ( ͡° ͜ʖ ͡°) al klarteksta mesaĝo"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Antaŭmetas (╯°□°)╯︵ ┻━┻ al simplateksta mesaĝo"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Antaŭmetas ┬──┬ ( ゜-゜ノ) al simplateksta mesaĝo"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Sendas la donitan mesaĝon kolorigita kiel ĉielarko"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Sendas la donitan emocion kolorigitan kiel ĉielarko"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Sendas la donitan mesaĝon kiel simpla teksto"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Sendas la donitan mesaĝon kiel spoiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Sendas la donitan emociaĵon"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Sendas la donitan mesaĝon kiel avizo"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' ne aspektas kiel matrica id."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 jam estas invitita al ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 estas malpermesita el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Vi jam estas en ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 jam estas en ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 estis invitita en ĉi tiun ĉambron."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<uzantidentigilo>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Invitas la uzanton al ĉi tiu ĉambro"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Aliĝante al ĉambro %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<ĉambra kaŝnomo aŭ identigilo>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Aliĝas al la donita ĉambro"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Frapante ĉambron %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<ĉambra kaŝnomo aŭ identigilo> [<kialo>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Petoj aliĝi al la donita ĉambro"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Vi jam estas en la ĉambro %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<ĉambra kaŝnomo aŭ identigilo>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Forlasas la donitan ĉambron aŭ ĉi tiun ĉambron, se neniu estas donita"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<montra nomo>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Ŝanĝas vian ĉiean montran nomon"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Ŝanĝas vian montran nomon en ĉi tiu ĉambro"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 jam estas ignorita."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 nun estas ignorita."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignoras la donitan uzanton"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 ne estas ignorita."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 ne plu estas ignorata."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Neignoras la donitan uzanton"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reaga teksto>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reagi al la mesaĝo per la donita teksto"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 jam estas malpermesita el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Vi ne rajtas malpermesi uzantojn de ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Vi ne rajtas malpermesi %1 el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 estis malpermesita el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<uzantidentigilo> [<kialo>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Malpermesas la donitan uzanton"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Vi ne rajtas malmalpermesi uzantojn de ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 ne estas malpermesita el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 estis nemalpermesita de ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Forigas la malpermeson de la donita uzanto"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Vi ne povas piedbati vin el la ĉambro."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 ne estas en ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Vi ne rajtas forpeli uzantojn el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Vi ne rajtas piedbati %1 el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 estis forpelita el ĉi tiu ĉambro."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Forigas la uzanton el la ĉambro"
@@ -3066,12 +3052,12 @@ msgstr "Kreado de ĉambro malsukcesis: %1"
msgid "Space creation failed: %1"
msgstr "Spackreado malsukcesis: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Raporto sukcese sendita."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3305,8 +3291,8 @@ msgstr "Registrado estas malŝaltita ĉe ĉi tiu servilo."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Ŝargante"
@@ -3326,12 +3312,12 @@ msgstr ""
"Bonvolu atendi dum kiam viaj mesaĝoj estas ŝargataj el la servilo. Ĉi tio "
"eble daŭros iom da tempo."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Reta Eraro: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Ensaluto Malsukcesis: %1"
@@ -3673,8 +3659,8 @@ msgid "Expand preview"
msgstr "Vastigi antaŭrigardon"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Ŝargante respondon"
@@ -3698,20 +3684,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Eniri Plenan Ekranon"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Malsukcesis aliĝi al ĉambro<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3721,7 +3707,7 @@ msgstr ""
"Ĉi tiu mesaĝo aŭ ne estis trovita, vi ne havas permeson vidi ĝin, aŭ ĝi "
"estis sendita de ignorita uzanto"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4010,7 +3996,7 @@ msgstr "Skani QR-Kodon"
msgid "Search"
msgstr "Serĉi"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Esplori ĉambrojn"
@@ -4130,34 +4116,34 @@ msgstr "Silentigita ĉambro"
msgid "Configure room"
msgstr "Agordi ĉambron"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Neniuj amikoj trovitaj"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Neniuj ĉambroj trovitaj"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
"Vi ankoraŭ ne aldonis iujn el viaj amikoj, klaku malsupre por serĉi ilin."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Aliĝi al iuj ĉambroj por komenci"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Serĉi en ĉambra dosierujo"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Serĉi en amika dosierujo"
@@ -6741,6 +6727,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 estas tajpanta"
msgstr[1] "%2 estas tajpantaj"
#~ msgid "Internal usage only."
#~ msgstr "Nur por interna uzo."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' ne aspektas kiel ĉambro-identigilo aŭ kaŝnomo."
#~ msgid "Switch User"
#~ msgstr "Ŝanĝi Uzanton"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-05 12:46+0100\n"
"Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es@kde.org>\n"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Recibir notificaciones de nuevos mensajes"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Recepción de notificaciones push"
@@ -144,11 +144,6 @@ msgstr "Sustituir una instancia existente"
msgid "Only used for autotests"
msgstr "Se usa solo para pruebas automáticas"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Solo para uso interno."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -567,14 +562,14 @@ msgstr "Encontrar amigos"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Encontrar amigos"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -599,7 +594,7 @@ msgid "Explore Rooms"
msgstr "Explorar salas"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1390,33 +1385,33 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "No se han encontrado coincidencias"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "La verificación de la sesión se ha cancelado por motivos desconocidos."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Se ha agotado el tiempo de la verificación de la sesión."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
"Se ha agotado el tiempo de la verificación de la sesión en la parte remota."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Usted ha cancelado la verificación de la sesión."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "La parte remota ha cancelado la verificación de la sesión."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1425,7 +1420,7 @@ msgstr ""
"La verificación de la sesión se ha cancelado porque se ha recibido un "
"mensaje no esperado."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1434,7 +1429,7 @@ msgstr ""
"La parte remota ha cancelado la verificación de la sesión porque ha recibido "
"un mensaje no esperado."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1443,7 +1438,7 @@ msgstr ""
"La verificación de la sesión se ha cancelado porque se ha recibido un "
"mensaje de una sesión desconocida."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1452,7 +1447,7 @@ msgstr ""
"La parte remota ha cancelado la verificación de la sesión porque ha recibido "
"un mensaje de una sesión desconocida."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1461,7 +1456,7 @@ msgstr ""
"La verificación de la sesión se ha cancelado porque NeoChat no puede atender "
"este método de verificación."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1470,14 +1465,14 @@ msgstr ""
"La parte remota ha cancelado la verificación de la sesión porque no puede "
"atender este método de verificación."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
"La verificación de la sesión se ha cancelado porque las claves no son "
"correctas."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1491,7 +1486,7 @@ msgstr ""
"**Su sesión es incorrecta o se ha dañado. Cierre la sesión y vuelva a "
"iniciarla.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1499,7 +1494,7 @@ msgstr ""
"La verificación de la sesión se ha cancelado porque ha verificado a un "
"usuario no esperado."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1508,7 +1503,7 @@ msgstr ""
"La parte remota ha cancelado la verificación de la sesión porque ha "
"verificado a un usuario no esperado."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1516,7 +1511,7 @@ msgstr ""
"La verificación de la sesión se ha cancelado porque se ha recibido un "
"mensaje no válido."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1525,19 +1520,19 @@ msgstr ""
"La parte remota ha cancelado la verificación de la sesión porque ha recibido "
"un mensaje no válido."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "La sesión se ha aceptado en un dispositivo diferente"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
"La verificación de la sesión se ha cancelado porque una clave no coincide."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1546,13 +1541,13 @@ msgstr ""
"La parte remota ha cancelado la verificación de la sesión porque una clave "
"no coincide."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
"La verificación de la sesión se ha cancelado porque las claves no coinciden."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1561,7 +1556,7 @@ msgstr ""
"La parte remota ha cancelado la verificación de la sesión porque las claves "
"no coinciden."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1574,17 +1569,17 @@ msgstr ""
"Id de Matrix mal formada o vacía<br />%1 no es un identificador de Matrix "
"correcto"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "No se ha podido unir a la sala<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Ha solicitado unirse a «%1»"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "No se ha podido solicitar unirse a la sala<br />%1"
@@ -2650,321 +2645,312 @@ msgstr "Destino"
msgid "Leaving this room."
msgstr "Saliendo de esta sala."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "Parece que «%1» no es una id. o un alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Saliendo de la sala %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Sala %1 no encontrada."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "No se ha proporcionado ningún nuevo apodo. No habrá cambios."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<mensaje>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Antepone ¯\\_(ツ)_/¯ a un mensaje de texto sin formato"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Antepone ( ͡° ͜ʖ ͡°) a un mensaje de texto sin formato"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Antepone (╯°□°)╯︵ ┻━┻ a un mensaje de texto sin formato"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Antepone ┬──┬ ( ゜-゜ノ) a un mensaje de texto sin formato"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Envía el mensaje especificado con los colores del arco iris"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Envía el sentimiento especificado con los colores del arco iris"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Envía el mensaje indicado como texto sin formato"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Envía el mensaje indicado como espóiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Envía el sentimiento especificado"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Envía el mensaje indicado como aviso"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "Parece que «%1» no es una id. de matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 ya está invitado a esta sala."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 está inhabilitado en esta sala."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Usted ya está en esta sala."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 ya está en esta sala."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 ha sido invitado a esta sala."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<id de usuario>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Invita al usuario a la sala"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Uniéndose a la sala %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<alias o id. de sala>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Se une a la sala especificada"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Llamando a la sala %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<alias o id. de sala> [<motivo>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Solicita unirse a la sala especificada"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Usted ya está en la sala %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<alias o id. de sala>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Sale de la sala indicada o de esta sala, si no se indica ninguna"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<nombre visible>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Cambia su nombre visible globalmente"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Cambia su nombre visible en esta sala"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 ya está ignorado."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "Ahora se ignora a %1."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignorar al usuario indicado"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "No se ignora a %1."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "Ya no se ignora a %1."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Dejar de ignorar al usuario indicado"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<texto de reacción>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reaccionar al mensaje con el texto indicado"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 ya está inhabilitado en esta sala."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Usted no tiene permiso para inhabilitar usuarios en esta sala."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Usted no tiene permiso para inhabilitar a %1 en esta sala."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 ha sido inhabilitado en esta sala."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<id de usuario> [<motivo>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Inhabilita al usuario indicado"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Usted no tiene permiso para habilitar usuarios en esta sala."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 no está inhabilitado en esta sala."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 ha sido habilitado en esta sala."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Habilita al usuario indicado"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "No puede expulsarse a usted mismo de la sala."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 no está en esta sala."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Usted no tiene permiso para expulsar usuarios de esta sala."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Usted no tiene permiso para expulsar a %1 de esta sala."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 ha sido expulsado de esta sala."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Elimina al usuario de la sala"
@@ -3072,12 +3058,12 @@ 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/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "La denuncia se ha enviado correctamente."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3295,8 +3281,8 @@ msgstr "El registro está desactivado en este servidor."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Cargando"
@@ -3316,12 +3302,12 @@ msgstr ""
"Espere mientras sus mensajes se cargan del servidor. Esto puede tardar un "
"poco."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Error de red: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "El inicio de sesión ha fallado: %1"
@@ -3662,8 +3648,8 @@ msgid "Expand preview"
msgstr "Expandir vista previa"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Cargando respuesta"
@@ -3685,19 +3671,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Abrir a pantalla completa"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "No se ha podido descargar el archivo."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "No se ha podido descargar el archivo:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3707,7 +3693,7 @@ msgstr ""
"Este mensaje no se ha encontrado, no tiene permiso para verlo o ha sido "
"enviado por un usuario ignorado"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Este evento no tiene contenido.</i>"
@@ -3996,7 +3982,7 @@ msgstr "Escanear un código QR"
msgid "Search"
msgstr "Buscar"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Explorar salas"
@@ -4112,33 +4098,33 @@ msgstr "Sala silenciada"
msgid "Configure room"
msgstr "Configurar la sala"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "No se ha encontrado ningún amigo"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "No se ha encontrado ninguna sala"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "Todavía no ha añadido ningún amigo. Pulse abajo para buscarlos."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Únase a algunas salas para empezar"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Buscar en el directorio de la sala"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Buscar en el directorio de amigos"
@@ -6688,3 +6674,10 @@ msgid "%2 is typing"
msgid_plural "%2 are typing"
msgstr[0] "%2 está escribiendo"
msgstr[1] "%2 están escribiendo"
#~ msgid "Internal usage only."
#~ msgstr "Solo para uso interno."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "Parece que «%1» no es una id. o un alias."

File diff suppressed because it is too large Load Diff

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: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-06-04 20:53+0300\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-17 18:18+0300\n"
"Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
"Language-Team: Finnish <kde-i18n-doc@kde.org>\n"
"Language: fi\n"
@@ -16,7 +16,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 23.08.5\n"
"X-Generator: Lokalize 25.04.0\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Vastaanotetaan ilmoituksia uusista viesteistä"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Vastaanotetaan push-ilmoituksia"
@@ -134,18 +134,13 @@ msgstr "Sivuuttaa kaikki SSL-virheet kuten allekirjoittamattomat varmenteet."
#, kde-format
msgctxt "command line description"
msgid "Replace an existing instance"
msgstr ""
msgstr "Korvaa olemassa oleva ilmentymä"
#: src/app/main.cpp:203
#, kde-format
msgid "Only used for autotests"
msgstr "Vain automaattitestauksiin"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Vain sisäiseen käyttöön."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -222,9 +217,7 @@ msgid "Show QR Code"
msgstr "Näytä QR-koodi"
#: src/app/qml/AccountMenu.qml:40
#, fuzzy, kde-format
#| msgctxt "@title: dialog to switch between logged in accounts"
#| msgid "Switch Account"
#, kde-format
msgctxt "@action:inmenu"
msgid "Switch Account"
msgstr "Vaihda tiliä"
@@ -565,14 +558,14 @@ msgstr "Etsi kavereita"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Etsi kavereita"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -597,7 +590,7 @@ msgid "Explore Rooms"
msgstr "Tutki huoneita"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1385,32 +1378,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Osumia ei löytynyt"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Tuntemattomasta syystä istunnon vahvistaminen peruttiin."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Istunnon vahvistaminen aikakatkaistiin."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Etäosapuoli aikakatkaisi istunnon vahvistamisen."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Peruit istunnon vahvistamisen."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Etäosapuoli perui istunnon vahvistamisen."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1418,7 +1411,7 @@ msgid ""
msgstr ""
"Istunnon vahvistaminen peruttiin, koska vastaanotettiin odottamaton viesti."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1427,7 +1420,7 @@ msgstr ""
"Etäosapuoli perui istunnon vahvistamisen, koska vastaanotti odottamattoman "
"viestin."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1436,7 +1429,7 @@ msgstr ""
"Istunnon vahvistaminen peruttiin, koska vastaanotettiin viesti "
"tuntemattomaan istuntoon."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1445,7 +1438,7 @@ msgstr ""
"Etäosapuoli perui istunnon vahvistamisen, koska vastaanotti viestin "
"tuntemattomaan istuntoon."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1454,7 +1447,7 @@ msgstr ""
"Istunnon vahvistaminen peruttiin, koska NeoChat ei pysty käsittelemään tätä "
"vahvistamistapaa."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1463,12 +1456,12 @@ msgstr ""
"Etäosapuoli perui istunnon vahvistamisen, koska ei pysty käsittelemään tätä "
"vahvistamistapaa."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Istunnon vahvistaminen peruttiin, koska avaimet eivät kelpaa."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1480,7 +1473,7 @@ msgstr ""
"\n"
"**Kirjaudu ulos ja takaisin sisään: istunto on rikki.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1488,7 +1481,7 @@ msgstr ""
"Istunnon vahvistaminen peruttiin, koska se vahvistaisi odottamattoman "
"käyttäjän."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1497,14 +1490,14 @@ msgstr ""
"Etäosapuoli perui istunnon vahvistamisen, koska se vahvistaisi "
"odottamattoman käyttäjän."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
"Istunnon vahvistaminen peruttiin, koska vastaanotettiin virheellinen viesti."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1513,37 +1506,37 @@ msgstr ""
"Etäosapuoli perui istunnon vahvistamisen, koska vastaanotti virheellisen "
"viestin."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Istunto hyväksyttiin eri laitteella"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Istunnon vahvistaminen peruttiin, koska avain ei täsmää."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "Etäosapuoli perui istunnon vahvistamisen, koska avain ei täsmää."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Istunnon vahvistaminen peruttiin, koska avaimet eivät täsmää."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "Etäosapuoli perui istunnon vahvistamisen, koska avaimet eivät täsmää."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Istunnon vahvistaminen peruttiin tuntemattomasta syystä."
@@ -1555,17 +1548,17 @@ msgstr ""
"Virheellinen tai tyhjä Matrix-tunniste<br />%1 ei ole kelvollinen Matrix-"
"tunniste"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Huoneeseen liittyminen epäonnistui<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Pyysit liittyä huoneeseen ”%1”"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Pyyntö liittyä huoneeseen epäonnistui<br />%1"
@@ -1837,7 +1830,7 @@ msgstr "Lisää puhelinnumerot 3PIDeinä"
#, kde-format
msgctxt "@option:check Enable the matrix feature for audio and video calling"
msgid "Calls"
msgstr ""
msgstr "Puhelut"
#: src/devtools/RoomData.qml:21
#, kde-format
@@ -2319,13 +2312,13 @@ msgstr "muutti %1-sovelman asetuksia"
#, kde-format
msgctxt "[User] left a [voice/video] call"
msgid "left a call"
msgstr ""
msgstr "jätti puhelun"
#: src/libneochat/eventhandler.cpp:442
#, kde-format
msgctxt "[User] joined a [voice/video] call"
msgid "joined a call"
msgstr ""
msgstr "liittyi puheluun"
#: src/libneochat/eventhandler.cpp:445
#, kde-format
@@ -2576,18 +2569,16 @@ msgid "%1 configured a widget"
msgstr "%1 määritti sovelman"
#: src/libneochat/eventhandler.cpp:647
#, fuzzy, kde-format
#| msgid "%1 left the room"
#, kde-format
msgctxt "[User] left a [voice/video] call"
msgid "%1 left a call"
msgstr "%1 poistui huoneesta"
msgstr "%1 jätti puhelun"
#: src/libneochat/eventhandler.cpp:649
#, fuzzy, kde-format
#| msgid "%1 joined the room"
#, kde-format
msgctxt "[User] joined a [voice/video] call"
msgid "%1 joined a call"
msgstr "%1 liittyi huoneeseen"
msgstr "%1 liittyi puheluun"
#: src/libneochat/eventhandler.cpp:652
#, kde-format
@@ -2628,321 +2619,312 @@ msgstr "Kohde"
msgid "Leaving this room."
msgstr "Poistutaan tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "”%1” ei vaikuta huoneen tunnisteelta tai aliakselta."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Poistutaan huoneesta %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Huonetta %1 ei löytynyt."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Uutta lempinimeä ei annettu: ei tehdä muutoksia."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<viesti>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Lisää raakatekstiviestiin ¯\\_(ツ)_/¯"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Lisää raakatekstiviestiin ( ͡° ͜ʖ ͡°)"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Lisää raakatekstiviestiin (╯°□°)╯︵ ┻━┻"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Lisää raakatekstiviestiin ┬──┬ ( ゜-゜ノ)"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Lähettää annetun viestin sateenkaareksi väritettynä"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Lähettää annetun hymiön sateenkaareksi väritettynä"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Lähettää annetun viestin raakatekstinä"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Lähetä valittu viesti spoilerina"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Lähetä annetun hymiön"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Lähetä annetun viesti ilmoituksena"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "”%1” ei vaikuta Matrix-tunnisteelta."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 on jo kutsuttu tähän huoneeseen."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 on häädetty tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Olet jo tässä huoneessa."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 on jo tässä huoneessa."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 kutsuttiin tähän huoneeseen."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<käyttäjätunniste>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Kutsuu käyttäjän tähän huoneeseen"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Liitytään huoneeseen %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<huoneen alias tai tunniste>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Liittyy annettuun huoneeseen"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Koputetaan huonetta %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<huoneen alias tai tunniste> [<syy>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Pyytää liittyä annettuun huoneeseen"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Olet jo huoneessa %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<huoneen alias tai tunniste>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Jättää annetun tai tämän huoneen (ellei huonetta ole annettu)"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<näyttönimi>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Vaihtaa yleisen näyttönimesi"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Vaihtaa tämän huoneen näyttönimesi"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 sivuutetaan jo."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "Nyt %1 sivuutetaan."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Sivuuta annettu käyttäjä"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "Käyttäjää %1 ei sivuuteta."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "Käyttäjää %1 ei enää sivuuteta."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Peruu tämän käyttäjän sivuuttamisen"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reaktioteksti>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reagoi viestiin annetulla tekstillä."
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 on jo torjuttu tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Sinulla ei ole lupaa torjua käyttäjiä tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Sinulla ei ole lupaa torjua käyttäjää %1 tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 torjuttiin tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<käyttäjätunniste> [<syy>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Torjuu annetun käyttäjän"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Sinulla ei ole lupaa kumota käyttäjien torjumista tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "Käyttäjää %1 ei ole torjuttu tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "Käyttäjän %1 torjunta tästä huoneesta kumottiin."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Kumoaa annetun käyttäjän eston"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Et voi potkia itseäsi huoneesta."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 ei ole tässä huoneessa."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Sinulla ei ole lupaa potkaista käyttäjiä tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Sinulla ei ole lupaa potkaista käyttäjää %1 tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 potkaistiin tästä huoneesta."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Poistaa käyttäjän huoneesta"
@@ -3050,12 +3032,12 @@ msgstr "Huoneen luominen epäonnistui: %1"
msgid "Space creation failed: %1"
msgstr "Tilan luominen epäonnistui: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Ilmoituksen lähettäminen onnistui."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3273,8 +3255,8 @@ msgstr "Palvelin on poistanut rekisteröitymisen käytöstä."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Ladataan"
@@ -3292,12 +3274,12 @@ msgid ""
"a little while."
msgstr "Odota, kun viestejäsi ladataan palvelimelta. Tämä voi kestää hetken."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Verkkovirhe: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Kirjautuminen epäonnistui: %1"
@@ -3601,11 +3583,10 @@ msgstr "Uloskirjautumisaika: %1"
#: src/messagecontent/ImageComponent.qml:62
#: src/messagecontent/VideoComponent.qml:191
#, fuzzy, kde-format
#| msgid "Set Image"
#, kde-format
msgctxt "@action:button"
msgid "Hide Image"
msgstr "Aseta kuva"
msgstr "Piilota kuva"
#: src/messagecontent/ImageComponent.qml:143
#, kde-format
@@ -3637,8 +3618,8 @@ msgid "Expand preview"
msgstr "Suurenna esikatselua"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Ladataan vastausta"
@@ -3660,21 +3641,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Avaa koko näytölle"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#, fuzzy, kde-format
#| msgid "File too large to download."
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Liian iso tiedosto ladattavaksi."
msgstr "Tiedoston lataaminen epäonnistui."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Huoneeseen liittyminen epäonnistui<br />%1"
msgstr "Tiedoston lataaminen epäonnistui:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3684,7 +3663,7 @@ msgstr ""
"Viestiä ei joko löytynyt, sen näyttämiseen ei ole käyttöoikeutta tai sen "
"lähetti sivuutettu käyttäjä"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Tapahtumalla ei ole sisältöä.</i>"
@@ -3973,7 +3952,7 @@ msgstr "Lue QR-koodi"
msgid "Search"
msgstr "Etsi"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Tutki huoneita"
@@ -4089,33 +4068,33 @@ msgstr "Vaimennettu huone"
msgid "Configure room"
msgstr "Huoneen asetukset"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Kavereita ei löytynyt"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Huoneita ei löytynyt"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "Kavereita ei ole vielä lisätty: etsi sellaisia napsauttamalla alta."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Aloita liittymällä joihinkin huoneisiin"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Etsi huonehakemistosta"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Etsi kaverihakemistosta"
@@ -5155,30 +5134,28 @@ msgid "Custom"
msgstr "Mukautettu"
#: src/settings/NeoChatGeneralPage.qml:137
#, fuzzy, kde-format
#| msgid "Timeline:"
#, kde-format
msgctxt "@title"
msgid "Timeline"
msgstr "Aikajana:"
msgstr "Aikajana"
#: src/settings/NeoChatGeneralPage.qml:142
#, kde-format
msgid "Mark messages as read when:"
msgstr ""
msgstr "Merkitse viestit luetuiksi:"
#: src/settings/NeoChatGeneralPage.qml:147
#, kde-format
msgid "Never"
msgstr ""
msgstr "ei koskaan"
#: src/settings/NeoChatGeneralPage.qml:151
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room"
msgid "Entering the room"
msgstr "liittyi huoneeseen"
msgstr "saavuttaessa huoneeseen"
#: src/settings/NeoChatGeneralPage.qml:155
#, kde-format
@@ -5187,24 +5164,23 @@ msgctxt ""
"room and all messages are visible on screen"
msgid "Entering the room and all unread messages are visible"
msgstr ""
"saavuttaessa huoneeseen ja kaikki lukematta olevat viestit ovat näkyvissä"
#: src/settings/NeoChatGeneralPage.qml:159
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the room"
msgid "Exiting the room"
msgstr "liittyi huoneeseen"
msgstr "poistuttaessa huoneesta"
#: src/settings/NeoChatGeneralPage.qml:163
#, fuzzy, kde-format
#| msgctxt "@info"
#| msgid "Rooms with the most unread message are higher"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the "
"room and all messages are visible on screen"
msgid "Exiting the room and all unread messages are visible"
msgstr "Huoneet, joissa on eniten viestejä lukematta, tulevat ylemmäs"
msgstr ""
"poistuttaessa huoneesta ja kaikki lukematta olevat viestit ovat näkyvissä"
#: src/settings/NeoChatGeneralPage.qml:178
#, kde-format
@@ -5287,18 +5263,16 @@ msgid "Reset all configuration values to their default"
msgstr "Palauta kaikki määritysarvot oletuksiinsa"
#: src/settings/NeoChatGeneralPage.qml:354
#, fuzzy, kde-format
#| msgctxt "@button"
#| msgid "Re-send confirmation e-mail"
#, kde-format
msgctxt "@title:dialog"
msgid "Reset Configuration"
msgstr "Lähetä vahvistusviesti uudelleen"
msgstr "Palauta asetukset"
#: src/settings/NeoChatGeneralPage.qml:355
#, kde-format
msgctxt "@info"
msgid "Do you really want to reset all options to their default values?"
msgstr ""
msgstr "Haluatko varmasti palauttaa kaikki asetukset oletuksiinsa?"
#: src/settings/NeoChatSecurityPage.qml:18
#, kde-format
@@ -6641,6 +6615,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 kirjoittaa"
msgstr[1] "%2 kirjoittavat"
#~ msgid "Internal usage only."
#~ msgstr "Vain sisäiseen käyttöön."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "”%1” ei vaikuta huoneen tunnisteelta tai aliakselta."
#~ msgid "Timeline Events"
#~ msgstr "Aikajanatapahtumat"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-06-22 12:13+0200\n"
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.gal>\n"
"Language-Team: Proxecto Trasno (proxecto@trasno.gal)\n"
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Recibindo notificacións de novas mensaxes."
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Recibindo notificacións levadas"
@@ -141,11 +141,6 @@ msgstr "Substituír unha instancia existente."
msgid "Only used for autotests"
msgstr "Só se usa para probas automáticas."
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Só para uso interno."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -567,14 +562,14 @@ msgstr "Atopar as súas amizades"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Atopar as súas amizades"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -599,7 +594,7 @@ msgid "Explore Rooms"
msgstr "Examinar as salas"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1391,32 +1386,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Non se atoparon coincidencias"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "A verificación de sesión cancelouse por motivos descoñecidos."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "A verificación da sesión superou o tempo límite."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "A verificación da sesión superou o tempo límite da parte remota."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Vostede cancelou a verificación da sesión."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "A parte remota cancelou a verificación da sesión."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1425,7 +1420,7 @@ msgstr ""
"A verificación da sesión cancelouse porque se recibiu unha mensaxe "
"inesperada."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1434,7 +1429,7 @@ msgstr ""
"A parte remota cancelou a verificación da sesión porque recibiu unha mensaxe "
"inesperada."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1443,7 +1438,7 @@ msgstr ""
"A verificación da sesión cancelouse porque recibiu unha mensaxe dunha sesión "
"descoñecida."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1452,7 +1447,7 @@ msgstr ""
"A parte remota cancelou a verificación da sesión porque recibiu unha mensaxe "
"dunha sesión descoñecida."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1461,7 +1456,7 @@ msgstr ""
"A verificación da sesión cancelouse porque NeoChat non pode xestionar este "
"método de verificación."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1470,12 +1465,12 @@ msgstr ""
"A parte remota cancelou a verificación da sesión porque non pode xestionar "
"este método de verificación."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "A verificación da sesión cancelouse porque as chaves son incorrectas."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1488,7 +1483,7 @@ msgstr ""
"\n"
"**Saia e volva acceder, a súa sesión está rota ou corrompida.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1496,7 +1491,7 @@ msgstr ""
"A verificación da sesión cancelouse porque verifica unha persoa usuaria "
"inesperada."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1505,7 +1500,7 @@ msgstr ""
"A parte remota cancelou a verificación da sesión porque verifica unha persoa "
"usuaria inesperada."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1513,7 +1508,7 @@ msgstr ""
"A verificación da sesión cancelouse porque se recibiu unha mensaxe non "
"válida."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1522,18 +1517,18 @@ msgstr ""
"A parte remota cancelou a verificación da sesión porque recibiu unha mensaxe "
"non válida."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "A sesión aceptouse nun dispositivo distinto."
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "A verificación da sesión cancelouse por unha chave que non coincidiu."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1542,12 +1537,12 @@ msgstr ""
"A parte remota cancelou a verificación da sesión por unha chave que non "
"coincidiu."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "A verificación da sesión cancelouse porque as chaves non coinciden."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1556,7 +1551,7 @@ msgstr ""
"A parte remota cancelou a verificación da sesión porque as chaves non "
"coinciden."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "A verificación de sesión cancelouse por un erro descoñecido."
@@ -1568,17 +1563,17 @@ msgstr ""
"O identificador de Matrix %1 está baleiro ou non é válido,<br /> non é un "
"identificador de Matrix correcto."
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Non foi posíbel unirse á sala<br /> %1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vostede solicitou unirse a «%1»."
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Non foi posíbel solicitar unirse á sala<br /> %1"
@@ -2643,321 +2638,312 @@ msgstr "Destino"
msgid "Leaving this room."
msgstr "Saíndo da sala."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "«%1» non parece un identificador ou alias de sala."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Saíndo da sala %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Non se atopou a sala %1."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Non se forneceu un novo alcume, non se cambiará nada."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<mensaxe>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Engade ¯\\_(ツ)_/¯ ao principio dunha mensaxe de texto simple."
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Engade ( ͡° ͜ʖ ͡°) ao principio dunha mensaxe de texto simple."
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Engade (╯°□°)╯︵ ┻━┻ ao principio dunha mensaxe de texto simple."
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Engade ┬──┬ ( ゜-゜ノ) ao principio dunha mensaxe de texto simple."
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Envía a mensaxe indicada colorada coas cores do arco da vella."
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Envía a expresión indicada colorada coas cores do arco da vella."
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Envía a mensaxe indicada como texto simple."
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Envía a mensaxe indicada como estragadora (spoiler)."
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Envía a expresión indicada"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Envía a mensaxe indicada como nota."
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "«%1» non parece un identificador de Matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "Xa se invitou a %1 á sala."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 está en expulsión da sala."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Vostede xa está nesta sala."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 xa está nesta sala."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "Invitouse a %1 a esta sala."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<identificador de persoa>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Invita a persoa a esta sala."
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Uníndose á sala %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<alias ou identificador de sala>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Unirse á sala indicada."
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Chamando na sala %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<identificador ou alias de sala> [<motivo>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Solicita unirse á sala indicada."
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Vostede xa está na sala %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<identificador ou alias de sala>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Sae da sala indicada, ou da actual se non se indica unha."
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<nome visual>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Cambia o nome visual global."
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Cambia o nome visual nesta sala."
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "Xa se ignora a %1."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "Ignorarase a %1."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignora a persoa indicada."
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "Non se ignora a %1."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "Xa non se ignora a %1."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Deixa de ignorar á persoa indicada."
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<texto de reacción>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reaccionar á mensaxe co texto indicado."
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 xa está en expulsión da sala."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Non ten permiso para expulsar a ninguén desta sala."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Non ten permiso para expulsar a %1 desta sala."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "Expulsouse a %1 da sala."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<identificador de persoa> [<motivo>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Expulsa á persoa indicada."
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Non ten permiso para readmitir a ninguén nesta sala."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 non está en expulsión da sala."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "Readmitiuse a %1 na sala."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Retira a expulsión da persoa indicada."
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Non pode expulsarse a vostede da sala."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 non está na sala."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Non ten permiso para expulsar a ninguén desta sala."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Non ten permiso para expulsar a %1 desta sala."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "Expulsouse a %1 da sala."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Retira a persoa da sala."
@@ -3065,12 +3051,12 @@ msgstr "A creación da sala fallou: %1"
msgid "Space creation failed: %1"
msgstr "A creación do espazo fallou: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "O informe enviouse correctamente."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3288,8 +3274,8 @@ msgstr "Este servidor desactivou o rexistro."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Cargando"
@@ -3307,12 +3293,12 @@ msgid ""
"a little while."
msgstr "Agarde mentres se cargan as mensaxes do servidor. Pode levar un tempo."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Erro de rede: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "O acceso fallou: %1"
@@ -3652,8 +3638,8 @@ msgid "Expand preview"
msgstr "Expandir a vista previa"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Cargando a resposta"
@@ -3675,21 +3661,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Abrir a pantalla completa"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "O ficheiro é grande de máis para descargalo."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Non foi posíbel unirse á sala<br /> %1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3699,7 +3685,7 @@ msgstr ""
"Ou non se atopou a mensaxe, ou non ten permiso para vela, ou enviouna unha "
"persoa que está ignorando."
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Este evento non ten contido.</i>"
@@ -3988,7 +3974,7 @@ msgstr "Escanear un código QR"
msgid "Search"
msgstr "Buscar"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Examinar as salas"
@@ -4105,17 +4091,17 @@ msgstr "Sala silenciada"
msgid "Configure room"
msgstr "Configurar a sala"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Non se atoparon amizades."
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Non se atoparon salas."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4123,17 +4109,17 @@ msgstr ""
"Aínda non engadiu ningunha das súas amizades, prema a continuación para "
"buscalas."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Únase a algunhas salas para comezar."
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Buscar no directorio de salas"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Buscar no directorio de amizades"
@@ -6678,6 +6664,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 está escribindo."
msgstr[1] "%2 están escribindo."
#~ msgid "Internal usage only."
#~ msgstr "Só para uso interno."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "«%1» non parece un identificador ou alias de sala."
#~ msgid "Switch User"
#~ msgstr "Cambiar de conta"

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: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-07-06 10:43+0300\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-10-05 12:22+0300\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: צוות התרגום של KDE ישראל\n"
"Language: he\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && "
"n % 10 == 0) ? 2 : 3));\n"
"X-Generator: Lokalize 25.04.2\n"
"X-Generator: Lokalize 25.08.1\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "מתקבלות התראות על הודעות חדשות"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "התראות בדחיפה מתקבלות"
@@ -141,11 +141,6 @@ msgstr "החלפת עותק קיים"
msgid "Only used for autotests"
msgstr "משמש לבדיקות אוטומטיות בלבד"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "שימוש פנימי בלבד."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -561,14 +556,14 @@ msgstr "איתור החברים שלך"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "איתור החברים שלך"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -593,7 +588,7 @@ msgid "Explore Rooms"
msgstr "עיון בין החדרים"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1380,79 +1375,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "לא נמצאו תוצאות"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "אימות הפגישה בוטל מסיבה לא ידועה."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "הזמן שהוקצב לאימות הפגישה הסתיים."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "הזמן שהוקצב לאימות הפגישה בצד השני הסתיים."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "ביטלת את אימות הפגישה."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "הצד השני ביטל את אימות הפגישה."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "אישור הפגישה בוטל כי קיבלנו הודעה מפתיעה."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr "הצד השני ביטל את אימות הפגישה כיוון שקיבל הודעה מפתיעה."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr "אישור הפגישה בוטל כיוון שהתקבלה הודעה על פגישה לא מוכרת."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr "הצד השני ביטל את אימות הפגישה כיוון שקיבל הודעה לפגישה לא מוכרת."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr "אימות הפגישה בוטל כיוון ש־NeoChat לא הצליח לטפל בשיטת האימות."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr "הצד השני ביטל את אימות הפגישה כיוון שלא הצליח לטפל בשיטת האימות הזאת."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "אימות הפגישה בוטל כיוון שהמפתחות שגויים."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1464,63 +1459,63 @@ msgstr ""
"\n"
"**נא לצאת ולהיכנס שוב בחזרה, הפגישה שלך פגומה/שגויה.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr "אישור הפגישה בוטל כי הוא מאמת משתמש מפתיע."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr "הצד השני ביטל את אימות הפגישה כיוון שהיא מאמתת משתמש מפתיע."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "אישור הפגישה בוטל כי קיבלנו הודעה שגויה."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr "הצד השני ביטל את אימות הפגישה כיוון שקיבל הודעה שגויה."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "הפגישה אושרה במכשיר השני"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "הפגישה בוטלה עקב מפתח לא תואם."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "הצד השני ביטל את אישור הפגישה כיוון שאחד המפתחות לא תואם."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "אימות הפגישה בוטל כיוון שהמפתחות לא תואמים."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "הצד השני ביטל את אישור הפגישה כיוון שהמפתחות לא תואמים."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "אימות הפגישה בוטל עקב שגיאה לא ידועה."
@@ -1530,17 +1525,17 @@ msgstr "אימות הפגישה בוטל עקב שגיאה לא ידועה."
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "מזהה Matrix שגוי או ריק<br />%1 אינו מזהה נכון של Matrix"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "נכשלה ההצטרפות לחדר<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "ביקשת להצטרף אל %1"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "נכשלה הבקשה להצטרף לחדר<br />%1"
@@ -1731,7 +1726,7 @@ msgstr "העתקת אסימון הגישה ללוח הגזירים"
#, kde-format
msgctxt "@option:check"
msgid "Show hidden events in the timeline"
msgstr "הצגת אירועים מוסתרים בציר הזמן"
msgstr "הצגת אירועים מוסתרים בציר הזמן"
#: src/devtools/DebugOptions.qml:25
#, kde-format
@@ -2601,321 +2596,312 @@ msgstr "יעד"
msgid "Leaving this room."
msgstr "עזיבת החדר הזה."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "%1 לא נראה כמו מזהה או כינוי של חדר."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "עזיבת החדר %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "החדר %1 לא נמצא."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "לא סופק כינוי חדש, לא יתבצעו שינויים."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<הודעה>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "הוספת ‎¯\\_(ツ)_/¯‎ לתחילת הודעת טקסט פשוטה"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "הוספת ( ͡° ͜ʖ ͡°) לתחילת הודעת טקסט פשוטה"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "מוסיף (╯°□°)╯︵ ┻━┻‎ לתחילת הודעה בטקסט פשוט"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "מוסיף ‎┬──┬ ( ゜-゜ノ) לתחילת הודעה בטקסט פשוט"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "שולח את ההודעה שסופקה בצבעי קשת בענן"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "שליחת המסר הציורי שסופק בצבעי קשת בענן"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "שולח את ההודעה שסופקה כטקסט פשוט"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "שולח את ההודעה שסופקה כקלקלן"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "שליחת המסר הציורי שסופק"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "שולח את ההודעה שסופקה כהתראה"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "%1 לא נראה כמו מזהה matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "כבר נשלחה הזמנה אל %1 להצטרף לחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "הופעלה חסימה כנגד %1 מהחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "כבר הצטרפות לחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 כבר בחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "נשלחה הזמנה אל %1 להצטרף לחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<מזהה משתמש>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "הזמנת המשתמש לחדר הזה"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "הצטרפות לחדר %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<כינוי או מזהה חדר>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "הצטרפות לחדר שצוין"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "נקישה על החדר %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<כינוי או מזהה חדר> [<סיבה>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "נשלחה בקשה להצטרף לחדר שצוין"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "כבר הצטרפת לחדר %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<כינוי או מזהה חדר>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "עזיבת החדר הנתון או החדר הזה, אם לא צוין חדר"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<שם תצוגה>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "החלפת שם התצוגה הכולל שלך."
msgstr "החלפת שם התצוגה המקיף שלך."
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "החלפת שם התצוגה שלך בחדר הזה"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 כבר ברשימת ההתעלמות."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 מעתה ברשימת ההתעלמות."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "התעלמות ממשתמש מסוים"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "לא הופעלה התעלמות כנגד %1."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "לא מופעלת יותר התעלמות כנגד %1."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "ביטול התעלמות ממשתמש מסוים"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<טקסט תגובה>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "להגיב להודעה עם הטקסט הנבחר"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "כבר הופעלה חסימה נגד %1 בחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "אסור לך לחסום גישה של משתמשים לחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "אסור לך לחסום את הגישה של %1 לחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "הופעלה חסימה כנגד %1 בחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<מזהה משתמש> [<סיבה>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "חסימת משתמש מסוים"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "אסור לך לבטל חסימה כנגד משתמשים מהחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "אין חסימה כנגד %1 מהחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "הוסרה החסימה כנגד %1 בחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "הסרת חסימה על משתמש/ת מסוימים"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "אין לך איך לבעוט את עצמך מהחדר."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 לא בחדר."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "אסור לך לבעוט משתמשים אל מחוץ לחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "אסור לך לבעוט את %1 אל מחוץ לחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 נבעט/ה מהחדר הזה."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "הסרת המשתמש/ת מהחדר"
@@ -3023,12 +3009,12 @@ msgstr "יצירת החדר נכשלה: %1"
msgid "Space creation failed: %1"
msgstr "יצירת המרחב נכשלה: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "הדוח נשלח בהצלחה."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3246,8 +3232,8 @@ msgstr "הרישום לשרת הזה מושבת."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "בטעינה"
@@ -3265,12 +3251,12 @@ msgid ""
"a little while."
msgstr "נא להמתין בזמן שההודעות שלך נטענות מהשרת. זה עלול לארוך זמן מה."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "שגיאת רשת: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "הכניסה נכשלה: %1"
@@ -3608,8 +3594,8 @@ msgid "Expand preview"
msgstr "הרחבת תצוגה מקדימה"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "התגובה נטענת"
@@ -3631,19 +3617,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "פתיחה במסך מלא"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "הורדת הקובץ נכשלה."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "הורדת הקובץ נכשלה:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3652,7 +3638,7 @@ msgid ""
msgstr ""
"ההודעה הזאת לא נמצאה, אין לך הרשאה לצפות בה או שנשלחה על ידי משתמש בהתעלמות"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>לאירוע הזה אין תוכן.</i>"
@@ -3951,7 +3937,7 @@ msgstr "סריקת קוד QR"
msgid "Search"
msgstr "חיפוש"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "עיון בין החדרים"
@@ -4067,33 +4053,33 @@ msgstr "חדר מושתק"
msgid "Configure room"
msgstr "הגדרת חדר"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "לא נמצאו חברים"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "לא נמצאו חדרים"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "לא הוספת אף אחד מהחברים שלך עדיין, אפשר ללחוץ להלן כדי לחפש אותם."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "יש להצטרף לכל מיני חדרים כדי להתחיל"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "חיפוש בספריית החדרים"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "חיפוש בספריית החברים"
@@ -5081,7 +5067,7 @@ msgstr "למזער לשורת המערכת עם העלייה"
#: src/settings/NeoChatGeneralPage.qml:64
#, kde-format
msgid "Automatically hide/unhide the room information when resizing the window"
msgstr "להסתיר/להציג את פרטי החדר אוטומטית בעת שינוי גודל החלון"
msgstr "להסתיר/לחשוף את פרטי החדר אוטומטית בעת שינוי גודל החלון"
#: src/settings/NeoChatGeneralPage.qml:80
#, kde-format
@@ -6610,6 +6596,13 @@ msgstr[1] "הקלדה מצד %2"
msgstr[2] "הקלדה מצד %2"
msgstr[3] "הקלדה מצד %2"
#~ msgid "Internal usage only."
#~ msgstr "שימוש פנימי בלבד."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "%1 לא נראה כמו מזהה או כינוי של חדר."
#~ msgid "Switch User"
#~ 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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-12-15 19:31+0530\n"
"Last-Translator: kali <skkalwar999@gmail.com>\n"
"Language-Team: Hindi <kde-i18n-doc@kde.org>\n"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "नए संदेशों के लिए सूचनाएं प्राप्त करना"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "पुश नोटिफिकेशन प्राप्त करना"
@@ -143,11 +143,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "केवल ऑटोटेस्ट के लिए उपयोग किया जाता है"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "केवल आंतरिक उपयोग."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -568,14 +563,14 @@ msgstr "अपने दोस्तों को खोजें"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "अपने दोस्तों को खोजें"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -603,7 +598,7 @@ msgid "Explore Rooms"
msgstr "कमरे खोजें"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1423,39 +1418,39 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "कोई मेल नहीं मिले"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "अज्ञात कारण से सत्र सत्यापन रद्द कर दिया गया।"
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "सत्र सत्यापन का समय समाप्त हो गया."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "दूरस्थ पार्टी के लिए सत्र सत्यापन का समय समाप्त हो गया।"
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "आपने सत्र सत्यापन रद्द कर दिया है."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "दूरस्थ पार्टी ने सत्र सत्यापन रद्द कर दिया."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "सत्र सत्यापन रद्द कर दिया गया क्योंकि हमें एक अप्रत्याशित संदेश प्राप्त हुआ।"
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1463,7 +1458,7 @@ msgid ""
msgstr ""
"दूरस्थ पार्टी ने सत्र सत्यापन रद्द कर दिया क्योंकि उसे एक अप्रत्याशित संदेश प्राप्त हुआ।"
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1471,7 +1466,7 @@ msgid ""
msgstr ""
"सत्र सत्यापन रद्द कर दिया गया क्योंकि उसे एक अज्ञात सत्र के लिए संदेश प्राप्त हुआ था।"
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1479,7 +1474,7 @@ msgid ""
msgstr ""
"दूरस्थ पक्ष ने सत्र सत्यापन रद्द कर दिया क्योंकि उसे अज्ञात सत्र के लिए संदेश प्राप्त हुआ था।"
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1487,7 +1482,7 @@ msgid ""
msgstr ""
"सत्र सत्यापन रद्द कर दिया गया क्योंकि नियोचैट इस सत्यापन विधि को संभालने में असमर्थ है।"
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1495,12 +1490,12 @@ msgid ""
msgstr ""
"दूरस्थ पक्ष ने सत्र सत्यापन रद्द कर दिया क्योंकि वह इस सत्यापन विधि को संभालने में असमर्थ है।"
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "सत्र सत्यापन रद्द कर दिया गया क्योंकि कुंजियाँ गलत हैं।"
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1512,14 +1507,14 @@ msgstr ""
"\n"
"**कृपया लॉग आउट करें और वापस लॉग इन करें, आपका सत्र टूटा हुआ/भ्रष्ट है।**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
"सत्र सत्यापन रद्द कर दिया गया क्योंकि यह एक अप्रत्याशित उपयोगकर्ता का सत्यापन करता है।"
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1528,50 +1523,50 @@ msgstr ""
"दूरस्थ पार्टी ने सत्र सत्यापन रद्द कर दिया क्योंकि यह एक अप्रत्याशित उपयोगकर्ता का "
"सत्यापन कर रहा था।"
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "सत्र सत्यापन रद्द कर दिया गया क्योंकि हमें एक अमान्य संदेश प्राप्त हुआ।"
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr "दूरस्थ पार्टी ने सत्र सत्यापन रद्द कर दिया क्योंकि उसे एक अमान्य संदेश प्राप्त हुआ था।"
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "सत्र को किसी अन्य डिवाइस पर स्वीकार किया गया"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "बेमेल कुंजी के कारण सत्र सत्यापन रद्द कर दिया गया।"
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "दूरस्थ पार्टी ने बेमेल कुंजी के कारण सत्र सत्यापन रद्द कर दिया।"
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "सत्र सत्यापन रद्द कर दिया गया क्योंकि कुंजियाँ मेल नहीं खातीं."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "दूरस्थ पार्टी ने सत्र सत्यापन रद्द कर दिया क्योंकि कुंजियाँ मेल नहीं खातीं।"
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "अज्ञात त्रुटि के कारण सत्र सत्यापन रद्द कर दिया गया."
@@ -1581,17 +1576,17 @@ msgstr "अज्ञात त्रुटि के कारण सत्र
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "विकृत या रिक्त मैट्रिक्स आईडी<br /> %1 सही मैट्रिक्स पहचानकर्ता नहीं है"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "कमरे में शामिल होने में विफल<br /> %1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "आपने '%1' में शामिल होने का अनुरोध किया"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "कमरे में शामिल होने का अनुरोध विफल<br /> %1"
@@ -2654,121 +2649,112 @@ msgstr "गंतव्य"
msgid "Leaving this room."
msgstr "इस कमरे से बाहर जा रहा हूँ."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' किसी कमरे की आईडी या उपनाम जैसा नहीं दिखता."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "कमरा %1 छोड़कर जा रहा हूँ."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "कमरा %1 नहीं मिला."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "कोई नया उपनाम नहीं दिया जाएगा, कोई परिवर्तन नहीं होगा।"
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<संदेश>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "सादे-पाठ संदेश में ¯\\_(ツ)_/¯ जोड़ता है"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "सादे-पाठ संदेश में ( ͡° ͜ʖ ͡°) जोड़ता है"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "सादे पाठ संदेश में (╯°□°)╯︵ ┻━┻ जोड़ता है"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "सादे-पाठ संदेश में ┬──┬ (゜-゜ノ) जोड़ता है"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "दिए गए संदेश को इंद्रधनुष के रंग में भेजता है"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "दिए गए इमोट को इंद्रधनुष के रंग में भेजता है"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "दिए गए संदेश को सादे पाठ के रूप में भेजता है"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "दिए गए संदेश को स्पॉइलर के रूप में भेजता है"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "दिए गए इमोट को भेजता है"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "दिए गए संदेश को नोटिस के रूप में भेजता है"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' मैट्रिक्स आईडी जैसा नहीं दिखता."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 को पहले से ही इस कमरे में आमंत्रित किया गया है."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 को इस कमरे से प्रतिबंधित कर दिया गया है."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "आप पहले से ही इस कमरे में हैं।"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 पहले से ही इस कमरे में है."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgctxt "<username> was invited into this room"
#| msgid "%1 was invited into this room"
@@ -2776,202 +2762,202 @@ msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 को इस कमरे में आमंत्रित किया गया"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<उपयोगकर्ता आईडी>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "उपयोगकर्ता को इस कमरे में आमंत्रित करता है"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "कमरा %1 में शामिल हो रहा हूँ."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<कमरे का उपनाम या आईडी>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "दिए गए कमरे में शामिल हो जाता है"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "दस्तक कक्ष %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<कमरे का उपनाम या आईडी> [<कारण>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "दिए गए कमरे में शामिल होने का अनुरोध"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "आप पहले से ही कमरा %1 में हैं."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<कमरे का उपनाम या आईडी>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
"दिए गए कमरे को छोड़ देता है या यदि कोई कमरा नहीं दिया गया है तो इस कमरे को छोड़ देता है"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<प्रदर्शित नाम>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "आपका वैश्विक प्रदर्शन नाम बदलता है"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "इस कमरे में आपका प्रदर्शन नाम बदलता है"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 को पहले ही अनदेखा कर दिया गया है."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 को अब नजरअंदाज कर दिया गया है."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "दिए गए उपयोगकर्ता को अनदेखा करता है"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 को नजरअंदाज नहीं किया गया है."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 को अब नजरअंदाज नहीं किया जाएगा."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "दिए गए उपयोगकर्ता को अनदेखा करता है"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<प्रतिक्रिया पाठ>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "दिए गए पाठ के साथ संदेश पर प्रतिक्रिया दें"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 को इस कमरे से पहले ही प्रतिबंधित कर दिया गया है."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "आपको इस कमरे से उपयोगकर्ताओं को प्रतिबंधित करने की अनुमति नहीं है."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "आपको इस कमरे से %1 को प्रतिबंधित करने की अनुमति नहीं है."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 को इस कमरे से प्रतिबंधित कर दिया गया."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<उपयोगकर्ता आईडी> [<कारण>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "दिए गए उपयोगकर्ता पर प्रतिबंध लगाता है"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "आपको इस कमरे से उपयोगकर्ताओं पर से प्रतिबन्ध हटाने की अनुमति नहीं है।"
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 को इस कमरे से प्रतिबंधित नहीं किया गया है."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 को इस कमरे से हटा दिया गया."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "दिए गए उपयोगकर्ता का प्रतिबंध हटाता है"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "आप खुद को कमरे से बाहर नहीं निकाल सकते."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 इस कमरे में नहीं है."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "आपको इस कमरे से उपयोगकर्ताओं को बाहर निकालने की अनुमति नहीं है."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "आपको इस कमरे से %1 को बाहर निकालने की अनुमति नहीं है."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 को इस कमरे से निकाल दिया गया."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "उपयोगकर्ता को कमरे से निकालता है"
@@ -3079,12 +3065,12 @@ msgstr "कक्ष निर्माण विफल: %1"
msgid "Space creation failed: %1"
msgstr "स्थान निर्माण विफल: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "रिपोर्ट सफलतापूर्वक भेजी गई."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3318,8 +3304,8 @@ msgstr "इस सर्वर पर पंजीकरण अक्षम ह
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "लोड हो रहा है"
@@ -3337,12 +3323,12 @@ msgid ""
"a little while."
msgstr "कृपया सर्वर से आपके संदेश लोड होने तक प्रतीक्षा करें। इसमें थोड़ा समय लग सकता है।"
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "नेटवर्क त्रुटि: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "लॉगिन विफल: %1"
@@ -3682,8 +3668,8 @@ msgid "Expand preview"
msgstr "पूर्वावलोकन विस्तृत करें"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "जवाब लोड हो रहा है"
@@ -3707,20 +3693,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "पूर्ण स्क्रीन दर्ज करें"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "कमरे में शामिल होने में विफल<br /> %1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3730,7 +3716,7 @@ msgstr ""
"यह संदेश या तो नहीं मिला, या आपके पास इसे देखने की अनुमति नहीं है, या इसे किसी अनदेखा "
"उपयोगकर्ता द्वारा भेजा गया है"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4025,7 +4011,7 @@ msgstr "QR कोड स्कैन करें"
msgid "Search"
msgstr "खोज"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "कमरे खोजें"
@@ -4147,33 +4133,33 @@ msgstr "मौन कमरा"
msgid "Configure room"
msgstr "कमरा कॉन्फ़िगर करें"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "कोई मित्र नहीं मिला"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "कोई कमरा नहीं मिला"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "आपने अभी तक अपने किसी भी मित्र को नहीं जोड़ा है, उन्हें खोजने के लिए नीचे क्लिक करें।"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "आरंभ करने के लिए कुछ कमरों में शामिल हों"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "कमरे की निर्देशिका में खोजें"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "मित्र निर्देशिका में खोजें"
@@ -6771,6 +6757,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 टाइप कर रहे हैं"
msgstr[1] "%2 टाइप कर रहे हैं"
#~ msgid "Internal usage only."
#~ msgstr "केवल आंतरिक उपयोग."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' किसी कमरे की आईडी या उपनाम जैसा नहीं दिखता."
#~ msgid "Switch User"
#~ msgstr "उपयोगकर्ता बदलें"

File diff suppressed because it is too large Load Diff

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: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-05-27 14:55+0200\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-09-02 12:37+0200\n"
"Last-Translator: giovanni <g.sora@tiscali.it>\n"
"Language-Team: Interlingua <kde-i18n-doc@kde.org>\n"
"Language: ia\n"
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Recipente notificationes de nove messages"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Recipente notificationes de push"
@@ -136,18 +136,13 @@ msgstr "Ignora omne errores de SSL, p.ex. certificatos non signate."
#, kde-format
msgctxt "command line description"
msgid "Replace an existing instance"
msgstr ""
msgstr "Reimplacia un instantia existente"
#: src/app/main.cpp:203
#, kde-format
msgid "Only used for autotests"
msgstr "Solmente usate per autotests"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Solmente per uso interne."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -224,9 +219,7 @@ msgid "Show QR Code"
msgstr "Monstra codice QR"
#: src/app/qml/AccountMenu.qml:40
#, fuzzy, kde-format
#| msgctxt "@title: dialog to switch between logged in accounts"
#| msgid "Switch Account"
#, kde-format
msgctxt "@action:inmenu"
msgid "Switch Account"
msgstr "Commuta conto"
@@ -570,14 +563,14 @@ msgstr "Trova tu Amicos"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Trova tu amicos"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -602,7 +595,7 @@ msgid "Explore Rooms"
msgstr "Explora salas"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1393,32 +1386,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Il non trovava ulle correspondentia"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Le verification de session esseva cancellate per motivos incognite."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Le verification de session terminava."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Le verification de session terminava per un parte remote."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Tu cancellava le verification de session."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Le parte remote cancellava le verification de session."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1427,7 +1420,7 @@ msgstr ""
"Le verification de session esseva cancellate perque nos recipeva un message "
"impreviste."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1436,7 +1429,7 @@ msgstr ""
"Le parte remote cancellava le verification de session perque il recipeva un "
"message impreviste."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1445,7 +1438,7 @@ msgstr ""
"Le verification de session esseva cancellate perque il recipeva un message "
"per un session incognite."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1454,7 +1447,7 @@ msgstr ""
"Le parte remote cancellava le verification de session perque il recipeva un "
"message per un session incognite."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1463,7 +1456,7 @@ msgstr ""
"Le verification de session esseva cancellate proque NeoChat es incapace a "
"manear iste methodo de verification."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1472,13 +1465,13 @@ msgstr ""
"Le parte remote cancellava le verification de session proque il es incapace "
"a manear iste methodo de verification."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
"Le verification de sessionj esseva cancellate proque le claves es incorrecte."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1492,7 +1485,7 @@ msgstr ""
"**Pro favor tu abandona le session e accede de novo, tu session es rupte/"
"corrupte.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1500,7 +1493,7 @@ msgstr ""
"Le verification de session esseva cancellate proque il verifica un usator "
"impreviste."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1509,7 +1502,7 @@ msgstr ""
"Le parte remote cancellava le verification de session proque il verifica un "
"usator impreviste."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1517,7 +1510,7 @@ msgstr ""
"Le verification de session esseva cancellate proque nos recipeva un message "
"invalide."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1526,19 +1519,19 @@ msgstr ""
"Le parte remote cancellava le verification de session proque il recipeva un "
"message invalide."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Le session esseva acceptate sur un dispositivo differente"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
"Le verification de session esseva cancellate perun clave non correspondente."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1547,14 +1540,14 @@ msgstr ""
"Le parte remote cancellava le verification de session per un clave non "
"correspondente."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
"Le verification de session esseva cancellate proque le claves non "
"corresponde."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1563,7 +1556,7 @@ msgstr ""
"Le parte remote cancellava le verification de session proque le claves non "
"corresponde."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1576,17 +1569,17 @@ msgstr ""
"Id de Matrix malformate o vacue<br />%1 non es un correcte identificator de "
"Matrix"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Falleva a unir sala<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Tu requireva unir a '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Il falleva a requirer unir sala<br />%1"
@@ -1860,7 +1853,7 @@ msgstr "Adde numero de telephono como 3PIDs"
#, kde-format
msgctxt "@option:check Enable the matrix feature for audio and video calling"
msgid "Calls"
msgstr ""
msgstr "Appellos"
#: src/devtools/RoomData.qml:21
#, kde-format
@@ -2343,13 +2336,13 @@ msgstr "configurate %1 widget"
#, kde-format
msgctxt "[User] left a [voice/video] call"
msgid "left a call"
msgstr ""
msgstr " lassava un appello"
#: src/libneochat/eventhandler.cpp:442
#, kde-format
msgctxt "[User] joined a [voice/video] call"
msgid "joined a call"
msgstr ""
msgstr " univa se a un appello"
#: src/libneochat/eventhandler.cpp:445
#, kde-format
@@ -2599,18 +2592,16 @@ msgid "%1 configured a widget"
msgstr "%1 configurava un widget"
#: src/libneochat/eventhandler.cpp:647
#, fuzzy, kde-format
#| msgid "%1 left the room"
#, kde-format
msgctxt "[User] left a [voice/video] call"
msgid "%1 left a call"
msgstr "%1 lassava le sala"
msgstr "%1 lassava un appello"
#: src/libneochat/eventhandler.cpp:649
#, fuzzy, kde-format
#| msgid "%1 joined the room"
#, kde-format
msgctxt "[User] joined a [voice/video] call"
msgid "%1 joined a call"
msgstr "%1 univa se al sala"
msgstr "%1 univa se a un appello"
#: src/libneochat/eventhandler.cpp:652
#, kde-format
@@ -2651,321 +2642,312 @@ msgstr "Destination"
msgid "Leaving this room."
msgstr "Lassar iste sala"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' non sembla un id de sala o alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Lassar sala %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Sala %1 non trovate"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Necun pseudonymo fornite, nulle modification occurrera."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<message>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Antepone ¯\\_(ツ)_/¯ a un message de texto plan"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Antepone ( ͡° ͜ʖ ͡°) a unmessage de texto plan"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Antepone (╯°□°)╯︵ ┻━┻ a un message de texto plan"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Antepone ┬──┬ ( ゜-゜ノ) a un message te texto plan"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Invia le date message colorate como un iris "
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Invia le date message \"emote\" como un iris"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Invia le message date como texto plan"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Invia le message date como un spoiler (guastator)"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Invia le message date \"emote\""
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Invia le message date como un nova"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' non sembla un id de matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 ja es invitate a iste sala"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 es excludite (banned) ex iste sala"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Tu ja es in iste sala"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 ja es in iste sala"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 esseva invitate in iste sala."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<user id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Invita le usator a iste sala"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Uni sala %1"
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<room alias or id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Uni le date sala"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Colpar sala %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<room alias or id> [<reason>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Requesta a unir le date sala"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Tu es preste in sala %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<room alias or id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Abandona le date sala o iste sala, si nulle es date"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<display name>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Cambiate tu nomine de monstrar global"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Cambiate tu nomine de monstrar in iste sala"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 ja es ignorate."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 nunc es ignorate."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignora le usator date"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 non es ignorate."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 non es plus ignorate."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Cessa a ignorar le usator date"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reaction text>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reage al message con le texto date"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 ja es excludite (banned) ab iste sala"
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Tu non es permittite a prohiber (bannar) usatores ab iste sala."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Tu non es permittite a prohiber (bannar) %1 ab iste sala."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 esseva excludite (self-banned) ab iste sala"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<user id> [<reason>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Ignora le usator date"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Tu non es permittite a de-prohiber (de-bannar) usatores ab iste sala."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 non es excludite (self-banned) ab iste sala"
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 esseva readmittite (unbanned) ab le sala."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Il remove le interdiction del usator date"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Tu non pote calcar te mesme foras del sala."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 non es in iste sala."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Tu non es permittite calcar usatores ex iste sala."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Tu non es permittite calcar %1 ex iste sala."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 esseva colpate (kicked) ab iste sala."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Il remove le usator ab le sala"
@@ -3073,12 +3055,12 @@ msgstr "Creation de sala falleva: \"%1\""
msgid "Space creation failed: %1"
msgstr "Creation de spatio falleva: \"%1\""
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Reporto inviate con successo."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3297,8 +3279,8 @@ msgstr "Registration es dishabilitate sur iste servitor."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Cargante"
@@ -3318,12 +3300,12 @@ msgstr ""
"Pro favor, tu expecta durante que tu message es cargate ex le servitor. "
"Isto poterea prender un pauc de tempore."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Error de rete: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Accesso falleva: %1"
@@ -3630,11 +3612,10 @@ msgstr "Tempore de Check-Out: %1"
#: src/messagecontent/ImageComponent.qml:62
#: src/messagecontent/VideoComponent.qml:191
#, fuzzy, kde-format
#| msgid "Set Image"
#, kde-format
msgctxt "@action:button"
msgid "Hide Image"
msgstr "Fixa imagine"
msgstr "Cela imagine"
#: src/messagecontent/ImageComponent.qml:143
#, kde-format
@@ -3666,8 +3647,8 @@ msgid "Expand preview"
msgstr "Expande Vista Preliminar"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Cargante responsa"
@@ -3689,21 +3670,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Aperi schermo plen"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#, fuzzy, kde-format
#| msgid "File too large to download."
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "File troppo grande a discargar."
msgstr "Il falleva a discargar file."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Falleva a unir sala<br />%1"
msgstr "Il falleva a discargar file:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3713,7 +3692,7 @@ msgstr ""
"Iste message o non esseva trovateo tu nonhabeva le permission per vider lo, "
"o illo esseva inviate per un usator ignorate"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Iste evento non ha alcun contento.</i>"
@@ -4002,7 +3981,7 @@ msgstr "Scande un codice QR"
msgid "Search"
msgstr "Cerca"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Explora salas"
@@ -4118,34 +4097,34 @@ msgstr "Sala Silentiate"
msgid "Configure room"
msgstr "Configura sala"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Necun amicos trovate"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Nulle salas trovat"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
"Tu non ha ancora addite alcun de tu amicos, clicca a basso per cercar los."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Uni alcun salas per initiar"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "cerca in directorio de sala"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Cerca in directorio de amico"
@@ -5189,30 +5168,28 @@ msgid "Custom"
msgstr "Personalisate"
#: src/settings/NeoChatGeneralPage.qml:137
#, fuzzy, kde-format
#| msgid "Timeline:"
#, kde-format
msgctxt "@title"
msgid "Timeline"
msgstr "Chronologia (linea del tempore):"
msgstr "Chronologia (linea del tempore)"
#: src/settings/NeoChatGeneralPage.qml:142
#, kde-format
msgid "Mark messages as read when:"
msgstr ""
msgstr "Marca messages como legite quando:"
#: src/settings/NeoChatGeneralPage.qml:147
#, kde-format
msgid "Never"
msgstr ""
msgstr "Jammais"
#: src/settings/NeoChatGeneralPage.qml:151
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room"
msgid "Entering the room"
msgstr "unite al sala"
msgstr "Entrante al sala"
#: src/settings/NeoChatGeneralPage.qml:155
#, kde-format
@@ -5220,25 +5197,22 @@ msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room and all messages are visible on screen"
msgid "Entering the room and all unread messages are visible"
msgstr ""
msgstr "Entrante le sala e omne messages non legite es visibile"
#: src/settings/NeoChatGeneralPage.qml:159
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the room"
msgid "Exiting the room"
msgstr "unite al sala"
msgstr "Exiente le sala"
#: src/settings/NeoChatGeneralPage.qml:163
#, fuzzy, kde-format
#| msgctxt "@info"
#| msgid "Rooms with the most unread message are higher"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the "
"room and all messages are visible on screen"
msgid "Exiting the room and all unread messages are visible"
msgstr "Salas con majoritate de messages non legites es plus in alto"
msgstr "Exiente le sala e omne messages non legite es visibile"
#: src/settings/NeoChatGeneralPage.qml:178
#, kde-format
@@ -5315,26 +5289,22 @@ msgid "Default Settings"
msgstr "Preferentias predefinite"
#: src/settings/NeoChatGeneralPage.qml:348
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Reset All Configuration Values to Their Default"
#, kde-format
msgctxt "@action:button"
msgid "Reset all configuration values to their default"
msgstr "Reassigna omne valores de configuration a lor valores predefinite"
msgstr "Re-fixa omne valores de configuration a loervalores predefinite"
#: src/settings/NeoChatGeneralPage.qml:354
#, fuzzy, kde-format
#| msgctxt "@button"
#| msgid "Re-send confirmation e-mail"
#, kde-format
msgctxt "@title:dialog"
msgid "Reset Configuration"
msgstr "Re-invia e-posta de confirmation"
msgstr "Re-fixa le configuration"
#: src/settings/NeoChatGeneralPage.qml:355
#, kde-format
msgctxt "@info"
msgid "Do you really want to reset all options to their default values?"
msgstr ""
msgstr "Tu vermente vole reassignar omne optiones a lor valor predefinite?"
#: src/settings/NeoChatSecurityPage.qml:18
#, kde-format
@@ -6696,6 +6666,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 es typante"
msgstr[1] "%2 es typante"
#~ msgid "Internal usage only."
#~ msgstr "Solmente per uso interne."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' non sembla un id de sala o alias."
#~ msgid "Timeline Events"
#~ msgstr "Eventos de chronologia"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Kirim notifikasi pengetikan"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgid "Receiving push notifications"
@@ -147,11 +147,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -606,14 +601,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -641,7 +636,7 @@ msgid "Explore Rooms"
msgstr "Jelajahi Ruangan"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1498,32 +1493,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Tidak ada hasil yang ditemukan"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Verifikasi sesi dibatalkan karena alasan yang tidak diketahui."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Verifikasi sesi kehabisan waktu."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Verifikasi sesi kehabisan waktu untuk pihak jarak jauh."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Anda membatalkan verifikasi sesi."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Pihak jarak jauh membatalkan verifikasi sesi."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1531,7 +1526,7 @@ msgid ""
msgstr ""
"Verifikasi sesi dibatalkan karena kami menerima pesan yang tidak diduga."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1540,7 +1535,7 @@ msgstr ""
"Pihak jarak jauh membatalkan verifikasi sesi karena menerima pesan yang "
"tidak diduga."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1549,7 +1544,7 @@ msgstr ""
"Verifikasi sesi dibatalkan karena menerima pesan untuk sesi yang tidak "
"diketahui."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1558,7 +1553,7 @@ msgstr ""
"Pihak jarak jauh membatalkan verifikasi sesi karena menerima pesan untuk "
"sesi yang tidak diketahui."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1567,7 +1562,7 @@ msgstr ""
"Verifikasi sesi dibatalkan karena NeoChat tidak dapat menangani metode "
"verifikasi ini."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1576,12 +1571,12 @@ msgstr ""
"Pihak jarak jauh membatalkan verifikasi sesi karena tidak dapat menangani "
"metode verifikasi ini."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Verifikasi sesi dibatalkan karena kunci tidak benar."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, fuzzy, kde-format
#| msgid ""
#| "The remote party canceled the session verification because the keys are "
@@ -1593,14 +1588,14 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr "Pihak jarak jauh membatalkan verifikasi sesi karena kunci tidak benar."
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
"Verifikasi sesi dibatalkan karena memverifikasi pengguna yang tidak diduga."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1609,14 +1604,14 @@ msgstr ""
"Pihak jarak jauh membatalkan verifikasi sesi karena memverifikasi pengguna "
"yang tidak diduga."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
"Verifikasi sesi dibatalkan karena kami menerima pesan yang tidak absah."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1625,18 +1620,18 @@ msgstr ""
"Pihak jarak jauh membatalkan verifikasi sesi karena menerima pesan yang "
"tidak absah."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Sesi diterima pada peranti yang lain"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Verifikasi sesi dibatalkan karena sebuah kunci yang tidak cocok."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1645,19 +1640,19 @@ msgstr ""
"Pihak jarak jauh membatalkan verifikasi sesi karena sebuah kunci yang tidak "
"cocok."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Verifikasi sesi dibatalkan karena kunci tidak cocok."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "Pihak jarak jauh membatalkan verifikasi sesi karena kunci tidak cocok."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Verifikasi sesi dibatalkan karena kesalahan yang tidak diketahui."
@@ -1668,18 +1663,18 @@ msgstr "Verifikasi sesi dibatalkan karena kesalahan yang tidak diketahui."
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "%1 bukan pengenal Matrix yang benar"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, fuzzy, kde-format
#| msgid "Failed to join room"
msgid "Failed to join room<br />%1"
msgstr "Gagal bergabung dengan ruangan"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Anda meminta untuk bergabung ke '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
#| msgid "Failed to request joining room"
msgid "Failed to request joining room<br />%1"
@@ -2833,121 +2828,112 @@ msgstr "Tujuan"
msgid "Leaving this room."
msgstr "Meninggalkan ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' sepertinya bukan ID ruangan atau alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Meninggalkan dari ruangan %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Ruangan %1 tidak ditemukan."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Tidak ada nama panggilan baru, tidak ada perubahan yang terjadi."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<pesan>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Menambahkan ¯\\_(ツ)_/¯ ke pesan teks biasa"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Menambahkan ( ͡° ͜ʖ ͡°) ke pesan teks biasa"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Menambahkan (╯°□°)╯︵ ┻━┻ ke pesan teks biasa"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Menambahkan ┬──┬ ( ゜-゜ノ) ke pesan teks biasa"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Mengirim pesan berwarna pelangi"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Mengirim emote berwarna pelangi"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Mengirim pesan sebagai teks biasa"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Mengirim pesan sebagai bocoran"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Mengirim emote"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Mengirim pesan sebagai pemberitahuan"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' sepertinya bukan sebuah ID Matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 sudah diundang ke ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 dicekal dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Anda sudah ada di ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 sudah ada di ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgctxt "<username> was invited into this room"
#| msgid "%1 was invited into this room"
@@ -2955,204 +2941,204 @@ msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 diundang ke ruangan ini"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<id pengguna>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Mengundang pengguna ke ruangan ini"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Bergabung ke ruangan %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<alias ruangan atau id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Bergabung ke ruangan yang ditetapkan"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Bergabung ke ruangan %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "[<alias ruangan atau id>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Bergabung ke ruangan yang ditetapkan"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Anda sudah ada di ruangan %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<alias ruangan atau id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
"Meninggalkan ruangan yang ditetapkan atau ruangan ini, jika tidak ada yang "
"ditetapkan"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<nama tampilan>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Mengubah nama tampilan global Anda"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Mengubah nama tampilan di ruangan ini"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 sudah diabaikan."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 sekarang diabaikan."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Mengabaikan pengguna yang ditetapkan"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 tidak diabaikan."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 tidak lagi diabaikan."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Menghilangkan abaikan pengguna yang ditetapkan"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<teks reaksi>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Bereaksi ke pesan dengan teks yang disediakan"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 sudah dicekal dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Anda tidak diperbolehkan untuk mencekal pengguna dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Anda tidak diperbolehkan untuk mencekal %1 dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 telah dicekal dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<id pengguna> [<alasan>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Mencekal pengguna yang disediakan"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
"Anda tidak diperbolehkan untuk membatalkan cekalan pengguna dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 tidak dicekal dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 telah dicekal dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Menghapus cekalan pengguna"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Anda tidak dapat mengeluarkan diri Anda dari ruangan."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 tidak ada di ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Anda tidak diperbolehkan untuk mengeluarkan pengguna dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Anda tidak diperbolehkan untuk mengeluarkan %1 dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 telah dikeluarkan dari ruangan ini."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Mengeluarkan pengguna dari ruangan ini"
@@ -3259,12 +3245,12 @@ msgstr "Pembuatan ruangan gagal: %1"
msgid "Space creation failed: %1"
msgstr "Pembuatan space gagal: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Laporan berhasil dikirim."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3506,8 +3492,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading"
@@ -3527,12 +3513,12 @@ msgid ""
"a little while."
msgstr "Mohon tunggu. Ini mungkin membutuhkan beberapa waktu."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Kesalahan Jaringan: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Pemasukan Gagal: %1"
@@ -3903,8 +3889,8 @@ msgid "Expand preview"
msgstr "Luaskan pratinjau"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading reply"
@@ -3930,21 +3916,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Masuk ke Layar Penuh"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "Berkas terlalu besar untuk diunduh."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Gagal bergabung dengan ruangan"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3952,7 +3938,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4273,7 +4259,7 @@ msgstr ""
msgid "Search"
msgstr "Cari"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Jelajahi ruangan"
@@ -4399,34 +4385,34 @@ msgstr "Ruangan dibusukan"
msgid "Configure room"
msgstr "Konfigurasi ruangan"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "No rooms found"
msgid "No friends found"
msgstr "Tidak ada ruangan yang ditemukan"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Tidak ada ruangan yang ditemukan"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Bergabung ke beberapa ruangan untuk memulai"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Cari di direktori ruangan"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, fuzzy, kde-format
#| msgid "Search in room directory"
msgid "Search in friend directory"
@@ -7217,6 +7203,10 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 sedang mengetik"
msgstr[1] "%2 sedang mengetik"
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' sepertinya bukan ID ruangan atau alias."
#~ msgid "Timeline Events"
#~ msgstr "Peristiwa Lini Masa"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Inviar notificationes pri li tippada"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgid "Receiving push notifications"
@@ -147,11 +147,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -588,14 +583,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -623,7 +618,7 @@ msgid "Explore Rooms"
msgstr "Explorar chambres"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1463,79 +1458,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Chambres"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Timeout evenit durante de verification del session."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, fuzzy, kde-format
msgid "The session verification timed out for remote party."
msgstr "Timeout evenit durante de verification del session."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, fuzzy, kde-format
msgid "You canceled the session verification."
msgstr "Timeout evenit durante de verification del session."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1544,63 +1539,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, fuzzy, kde-format
msgid "The session was accepted on a different device"
msgstr "Cluder li session por aperter it denov quam un altri usator"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1610,17 +1605,17 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "«%1» ne sembla quam un ID de Matrix."
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, fuzzy, kde-format
msgid "Failed to join room<br />%1"
msgstr "Invitar un usator"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Invitar un usator"
@@ -2728,124 +2723,115 @@ msgstr "Inviar un invitation"
msgid "Leaving this room."
msgstr "Saliente Cinnamon"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, fuzzy, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "«%1» ne sembla quam un ID de Matrix."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, fuzzy, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Saliente Cinnamon"
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, fuzzy, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Chambre ne trovat"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<missage>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
#, fuzzy
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Rupter lineas de simplic textu:"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Prepender ┬──┬ ( ゜-゜ノ) a un missage textual"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Inviar li missage in li colores de un ciel-arc"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Inviar li emotion in li colores de un ciel-arc"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
#, fuzzy
#| msgid "Sends the given message as a notice"
msgid "Sends the given message as plain text"
msgstr "Inviar li missage quam un noticie"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Inviar li missage quam un spoiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Inviar li correspondent emotion"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Inviar li missage quam un noticie"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "«%1» ne sembla quam un ID de Matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, fuzzy, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 es bannit de ti chambre."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgctxt "<username> was invited into this room"
#| msgid "%1 was invited into this room"
@@ -2853,129 +2839,129 @@ msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 esset invitat al ti chambre"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<ID-de-usator>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Invitar li usator al ti chambre"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, fuzzy, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Adherente..."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<chambre-pseudonim-o-ID>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Adherer se al providet chambre"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, fuzzy, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Adherente..."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
#, fuzzy
#| msgid "[<room alias or id>]"
msgid "<room alias or id> [<reason>]"
msgstr "[<chambre-pseudonim-o-ID>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
#, fuzzy
#| msgid "Joins the given room"
msgid "Requests to join the given room"
msgstr "Adherer se al providet chambre"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, fuzzy, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<chambre-pseudonim-o-ID>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
#, fuzzy
msgid "Changes your global display name"
msgstr "Li nómine de computator ha changeat se"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
#, fuzzy
msgid "Changes your display name in this room"
msgstr "Li nómine de computator ha changeat se"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, fuzzy, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "Li fólder ja es ignorat"
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, fuzzy, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "Ignorat."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
#, fuzzy
msgid "Ignores the given user"
msgstr "Nómine@ de usator (si present): %U"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, fuzzy, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "Ignorat."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, fuzzy, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "Ignorat."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
#, fuzzy
msgid "Unignores the given user"
msgstr "Nómine@ de usator (si present): %U"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<textu-de-reaction>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
#, fuzzy
msgid "React to the message with the given text"
msgstr "Reacter a ti missage con un textu"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, fuzzy, kde-format
#| msgctxt "<user> is banned from this room."
#| msgid "%1 is banned from this room."
@@ -2983,20 +2969,20 @@ msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 es bannit de ti chambre."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgid "You are not allowed to ban users from this room."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, fuzzy, kde-format
#| msgctxt "<user> is banned from this room."
#| msgid "%1 is banned from this room."
@@ -3004,25 +2990,25 @@ msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 es bannit de ti chambre."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
#, fuzzy
#| msgid "<user id>"
msgid "<user id> [<reason>]"
msgstr "<ID-de-usator>"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
#, fuzzy
msgid "Bans the given user"
msgstr "Nómine@ de usator (si present): %U"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgid "You are not allowed to unban users from this room."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, fuzzy, kde-format
#| msgctxt "<user> is banned from this room."
#| msgid "%1 is banned from this room."
@@ -3030,7 +3016,7 @@ msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 es bannit de ti chambre."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, fuzzy, kde-format
#| msgctxt "<user> is banned from this room."
#| msgid "%1 is banned from this room."
@@ -3038,17 +3024,17 @@ msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 es bannit de ti chambre."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
#, fuzzy
msgid "Removes the ban of the given user"
msgstr "Nómine@ de usator (si present): %U"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, fuzzy, kde-format
#| msgctxt "<user> is already in this room."
#| msgid "%1 is already in this room."
@@ -3056,20 +3042,20 @@ msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgid "You are not allowed to kick users from this room."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Vu ja es in ti chambre."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, fuzzy, kde-format
#| msgctxt "<user> is banned from this room."
#| msgid "%1 is banned from this room."
@@ -3077,7 +3063,7 @@ msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 es bannit de ti chambre."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
#, fuzzy
#| msgid "Invites the user to this room"
msgid "Removes the user from the room"
@@ -3188,12 +3174,12 @@ msgstr "Ne successat crear un contextu OpenGL"
msgid "Space creation failed: %1"
msgstr "Ne successat crear un contextu OpenGL"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Raport sta inviat successosimen."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3425,8 +3411,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading"
@@ -3445,12 +3431,12 @@ msgid ""
"a little while."
msgstr ""
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Errore de rete: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, fuzzy, kde-format
msgid "Login Failed: %1"
msgstr "Ne successat inregistrar: %1"
@@ -3807,8 +3793,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading reply"
@@ -3831,19 +3817,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "_Plen-ecran"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Invitar un usator"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3851,7 +3837,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4164,7 +4150,7 @@ msgstr ""
msgid "Search"
msgstr ""
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Explorar chambres"
@@ -4289,33 +4275,33 @@ msgstr "Assurdat"
msgid "Configure room"
msgstr "Configurar"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
msgid "No friends found"
msgstr "Chambres"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
msgid "No rooms found"
msgstr "Chambres"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr ""
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, fuzzy, kde-format
msgid "Search in room directory"
msgstr "DIRECTORIA"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, fuzzy, kde-format
msgid "Search in friend directory"
msgstr "DIRECTORIA"
@@ -7015,6 +7001,11 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 tippa"
msgstr[1] "%2 tippa"
#, fuzzy
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "«%1» ne sembla quam un ID de Matrix."
#, fuzzy
#~| msgid "Room information"
#~ msgid "Room Information"

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: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-07-05 17:07+0200\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-08-14 21:22+0200\n"
"Last-Translator: Vincenzo Reale <smart2128vr@gmail.com>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
"Language: it\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 25.04.2\n"
"X-Generator: Lokalize 25.08.2\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Ricezione delle notifiche per i nuovi messaggi"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Ricezione delle notifiche push"
@@ -140,11 +140,6 @@ msgstr "Sostituisci un'istanza esistente"
msgid "Only used for autotests"
msgstr "Utilizzato solo per autotest"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Solo per uso interno."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -563,14 +558,14 @@ msgstr "Trova i tuoi amici"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Trova i tuoi amici"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -595,7 +590,7 @@ msgid "Explore Rooms"
msgstr "Esplora le stanze"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -766,12 +761,12 @@ msgstr "Verifica emoji"
#: src/app/qml/LocationChooser.qml:22
#, kde-format
msgid "Choose a Location"
msgstr "Scegli una località"
msgstr "Scegli una posizione"
#: src/app/qml/LocationChooser.qml:27
#, kde-format
msgid "Send this location"
msgstr "Invia questa località"
msgstr "Invia questa posizione"
#: src/app/qml/LocationChooser.qml:35
#, kde-format
@@ -1386,32 +1381,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Nessuna corrispondenza trovata"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "La verifica della sessione è stata annullata per motivi sconosciuti."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "La verifica della sessione è scaduta."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "La verifica della sessione è scaduta per la parte remota."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Hai annullato la verifica della sessione."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "La parte remota ha annullato la verifica della sessione."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1420,7 +1415,7 @@ msgstr ""
"La verifica della sessione è stata annullata perché abbiamo ricevuto un "
"messaggio imprevisto."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1429,7 +1424,7 @@ msgstr ""
"La parte remota ha annullato la verifica della sessione perché ha ricevuto "
"un messaggio imprevisto."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1438,7 +1433,7 @@ msgstr ""
"La verifica della sessione è stata annullata perché ha ricevuto un messaggio "
"per una sessione sconosciuta."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1447,7 +1442,7 @@ msgstr ""
"La parte remota ha annullato la verifica della sessione perché ha ricevuto "
"un messaggio per una sessione sconosciuta."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1456,7 +1451,7 @@ msgstr ""
"La verifica della sessione è stata annullata perché NeoChat non è in grado "
"di gestire questo metodo di verifica."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1465,14 +1460,14 @@ msgstr ""
"La parte remota ha annullato la verifica della sessione perché non è in "
"grado di gestire questo metodo di verifica."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
"La verifica della sessione è stata annullata perché le chiavi non sono "
"corrette."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1485,7 +1480,7 @@ msgstr ""
"\n"
"**Esci e accedi di nuovo, la tua sessione è interrotta/danneggiata.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1493,7 +1488,7 @@ msgstr ""
"La verifica della sessione è stata annullata perché verifica un utente "
"imprevisto."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1502,7 +1497,7 @@ msgstr ""
"La parte remota ha annullato la verifica della sessione perché verifica un "
"utente imprevisto."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1510,7 +1505,7 @@ msgstr ""
"La verifica della sessione è stata annullata perché abbiamo ricevuto un "
"messaggio non valido."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1519,20 +1514,20 @@ msgstr ""
"La parte remota ha annullato la verifica della sessione perché ha ricevuto "
"un messaggio non valido."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "La sessione è stata accettata su un dispositivo diverso"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
"La verifica della sessione è stata annullata a causa di una chiave non "
"corrispondente."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1541,14 +1536,14 @@ msgstr ""
"La parte remota ha annullato la verifica della sessione a causa di una "
"chiave non corrispondente."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
"La verifica della sessione è stata annullata perché le chiavi non "
"corrispondono."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1557,7 +1552,7 @@ msgstr ""
"La parte remota ha annullato la verifica della sessione perché le chiavi non "
"corrispondono."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1570,17 +1565,17 @@ msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
"ID Matrix non valido o vuoto<br />%1 non è un identificatore Matrix corretto"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Accesso alla stanza non riuscito<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Hai chiesto di unirti a «%1»"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Impossibile richiedere l'accesso alla stanza<br />%1"
@@ -1618,7 +1613,7 @@ msgstr "Emoji e adesivi"
#: src/chatbar/ChatBar.qml:121
#, kde-format
msgid "Send a Location"
msgstr "Invia una località"
msgstr "Invia una posizione"
#: src/chatbar/ChatBar.qml:135
#, kde-format
@@ -2647,324 +2642,315 @@ msgstr "Destinazione"
msgid "Leaving this room."
msgstr "Lascia questa stanza."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "«%1» non sembra un id di una stanza o un alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Lascia la stanza %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Stanza %1 non trovata."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Nessun nuovo pseudonimo fornito, non ci saranno modifiche."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<messaggio>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Antepone ¯\\_(ツ)_/¯ a un messaggio di testo normale"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Antepone ( ͡° ͜ʖ ͡°) a un messaggio di testo normale"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Antepone (╯°□°)╯︵ ┻━┻ a un messaggio di testo semplice"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Antepone ┬──┬ ( ゜-゜ノ) a un messaggio di testo semplice"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Invia il messaggio specificato colorato come un arcobaleno"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Invia l'emoticon specificata colorata come un arcobaleno"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Invia il messaggio fornito come testo normale"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Invia il dato messaggio come spoiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Invia l'emoticon specificata"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Invia il messaggio specificato come avviso"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "«%1» non sembra un ID Matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 è già invitato in questa stanza virtuale."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 è stato bandito da questa stanza virtuale."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Sei già in questa stanza."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 è già in questa stanza."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 è stato invitato in questa stanza."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<id utente>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Invita l'utente in questa stanza virtuale"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Accesso alla stanza %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<alias della stanza o id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Si unisce alla stanza specificata"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Accesso alla stanza %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<alias della stanza o id> [<motivo>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Richiede di unirsi alla stanza specificata"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Se già nella stanza %1"
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<alias della stanza o id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
"Lascia la stanza specificata o questa stanza, se non ce n'è una specificata"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<nome visualizzato>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Modifica il nome visualizzato globale"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Cambia il nome visualizzato in questa stanza"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 è già ignorato."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 ora è ignorato."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignora l'utente specificato"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 non è ignorato."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 non è più ignorato."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Non ignorare l'utente specificato"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<testo di reazione>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reagisci al messaggio con il testo indicato"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 è già stato bandito da questa stanza virtuale."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Non sei autorizzato a bandire gli utenti da questa stanza."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Non puoi bandire %1 da questa stanza virtuale."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 è stato bandito da questa stanza."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<id utente> [<motivo>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Bandisce l'utente specificato"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
"Non sei autorizzato a rimuovere il bando degli utenti da questa stanza "
"virtuale."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 non è stato bandito da questa stanza virtuale."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "Il bando per %1 è stato rimosso da questa stanza virtuale."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Rimuove il bando dell'utente specificato"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Non puoi espellerti dalla stanza."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 non è in questa stanza."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Non ti è consentito espellere gli utenti da questa stanza."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Non puoi espellere %1 da questa stanza virtuale."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 è stato espulso da questa stanza."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Rimuove l'utente dalla stanza"
@@ -3072,12 +3058,12 @@ msgstr "Creazione della stanza non riuscita: %1"
msgid "Space creation failed: %1"
msgstr "Creazione dello spazio non riuscita: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Segnalazione inviata correttamente."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3298,8 +3284,8 @@ msgstr "La registrazione è disabilitata su questo server."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Caricamento"
@@ -3319,12 +3305,12 @@ msgstr ""
"Attendi mentre i tuoi messaggi vengono caricati dal server. L'operazione "
"potrebbe richiedere del tempo."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Errore di rete: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Accesso non riuscito: %1"
@@ -3665,8 +3651,8 @@ msgid "Expand preview"
msgstr "Espandi l'anteprima"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Caricamento risposta"
@@ -3688,19 +3674,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Apri a schermo intero"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Impossibile scaricare il file."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Impossibile scaricare il file:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3710,7 +3696,7 @@ msgstr ""
"Questo messaggio non è stato trovato, non hai l'autorizzazione per "
"visualizzarlo oppure è stato inviato da un utente ignorato"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Questo evento non ha alcun contenuto.</i>"
@@ -3999,7 +3985,7 @@ msgstr "Scansione di un codice QR"
msgid "Search"
msgstr "Cerca"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Esplora le stanze"
@@ -4115,17 +4101,17 @@ msgstr "Stanza silenziata"
msgid "Configure room"
msgstr "Configura la stanza"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Nessun amico trovato"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Nessuna stanza trovata"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4133,17 +4119,17 @@ msgstr ""
"Non hai ancora aggiunto nessuno dei tuoi amici, fai clic qui sotto per "
"cercarli."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Entra in qualche stanza per iniziare"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Cerca nella cartella delle stanze"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Cerca nella cartella degli amici"
@@ -6700,6 +6686,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 sta scrivendo"
msgstr[1] "%2 stanno scrivendo"
#~ msgid "Internal usage only."
#~ msgstr "Solo per uso interno."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "«%1» non sembra un id di una stanza o un alias."
#~ msgid "Timeline Events"
#~ msgstr "Eventi della linea temporale"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -22,7 +22,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr ""
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr ""
@@ -137,11 +137,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -555,14 +550,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -587,7 +582,7 @@ msgid "Explore Rooms"
msgstr ""
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1369,79 +1364,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1450,63 +1445,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1516,17 +1511,17 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr ""
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr ""
@@ -2578,321 +2573,312 @@ msgstr ""
msgid "Leaving this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr ""
@@ -2998,12 +2984,12 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3219,8 +3205,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr ""
@@ -3238,12 +3224,12 @@ msgid ""
"a little while."
msgstr ""
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr ""
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr ""
@@ -3581,8 +3567,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr ""
@@ -3604,19 +3590,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3624,7 +3610,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -3908,7 +3894,7 @@ msgstr ""
msgid "Search"
msgstr ""
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr ""
@@ -4024,33 +4010,33 @@ msgstr ""
msgid "Configure room"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr ""
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr ""
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-05 04:29+0200\n"
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
"Language-Team: Georgian <kde-i18n-doc@kde.org>\n"
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "გაფრთხილებების მიღება ახალი შეტყობინებებისთვის"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "პუშ გაფრთხილებების მიღება"
@@ -141,11 +141,6 @@ msgstr "გაშვებული ასლის ჩანაცვლებ
msgid "Only used for autotests"
msgstr "გამოიყენება მხოლოდ ავტოტესტებისთვის"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "მხოლოდ შიდა გამოყენებისთვის."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -562,14 +557,14 @@ msgstr "იპოვეთ თქვენი მეგობრები"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "იპოვეთ თქვენი მეგობრები"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -594,7 +589,7 @@ msgid "Explore Rooms"
msgstr "ოთახების დათვალიერება"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1383,39 +1378,39 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "არაფერი მოიძებნა"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "სესიის გადამოწმების გაუქმების მიზეზი უცნობია."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "სესიის შემოწმების დრო გავიდა."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "სესიის გადამოწმების ვადა გავიდა დაშორებულებისთვის."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "სესიის გადამოწმება გააუქმეთ."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "დაშორებულმა სესიის გადამოწმება გააუქმა."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "სესიის გადამოწმება გაუქმდა მოულოდნელი შეტყობინების მიღების გამო."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1423,7 +1418,7 @@ msgid ""
msgstr ""
"დაშორებულმა სესიის გადამოწმება მოულოდნელი შეტყობინების მიღების გამო გააუქმა."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1431,7 +1426,7 @@ msgid ""
msgstr ""
"სესიის გადამოწმება მის მიერ უცნობი მიზეზით შეტყობინების მიღების გამო გაუქმდა."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1440,7 +1435,7 @@ msgstr ""
"დაშორებულმა სესიის გადამოწმება მის მიერ უცნობი მიზეზით შეტყობინების მიღების "
"გამო გააუქმა."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1449,7 +1444,7 @@ msgstr ""
"სესიის გადამოწმება NeoChat-ის მიერ ამ გადამოწმების მეთოდის დამმუშავებლის "
"არქონის გამო გაუქმდა."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1458,12 +1453,12 @@ msgstr ""
"დაშორებულმა სესიის გადამოწმება მის მიერ ამ გადამოწმების მეთოდის "
"დამმუშავებლის არქონის გამო გააუქმა."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "სესიის გადამოწმება არასწორი გასაღებების გამო გაუქმდა."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1475,27 +1470,27 @@ msgstr ""
"\n"
"** გამოდით და თავიდან შედით. თქვენი სესია გატეხილი/დაზიანებულია.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
"სესიის გადამოწმება გაუქმდა გადასამოწმებელი მომხმარებლის მოულოდნელობის გამო."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr "დაშორებულმა სესიის გადამოწმება მოულოდნელი მომხმარებლის გამო გააუქმა."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "სესიის გადამოწმება მიღებული არასწორი შეტყობინების გამო გაუქმდა."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1504,37 +1499,37 @@ msgstr ""
"დაშორებულმა სესიის გადამოწმება მის მიერ არასწორი შეტყობინების მიღების გამო "
"გააუქმა."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "სესია სხვა მოწყობილობაზეა მიღებული"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "სესიის გადამოწმება გასაღებების არ-დამთხვევის გამო გაუქმდა."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "დაშორებულმა სესიის გადამოწმება გასაღებების არ-დამთხვევის გამო გააუქმა."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "სესიის გადამოწმება გასაღებების არ-დამთხვევის გამო გაუქმდა."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "დაშორებულმა სესიის გადამოწმება გასაღებების არ-დამთხვევის გამო გააუქმა."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "სესიის გადამოწმება უცნობი შეცდომის გამო გაუქმდა."
@@ -1545,17 +1540,17 @@ msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
"არასწორი ან ცარიელი Matrix id<br />%1 Matrix-ის არასწორი იდენტიფიკატორია"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "ოთახში შესვლის შეცდომა<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "მოითხოვეთ '%1'-ზე შესვლა"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "ოთახში შესვლის მოთხოვნის შეცდომა<br />%1"
@@ -2618,321 +2613,312 @@ msgstr "დანიშნულება"
msgid "Leaving this room."
msgstr "ოთახიდან გასვლა."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' ოთახის სახელს ან მეტსახელს არ წააგავს."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "ოთახიდან გასვლა: %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "ოთახი %1 ვერ ვიპოვე."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "ახალი მეტსახელი მითითებული არაა. ცვლილებები არ განხორციელდება."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<message>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "უბრალო ტექსტური შეტყობინებებისთვის ¯\\_(ツ)_/¯ -ის მიწერა"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "უბრალო ტექსტური შეტყობინებებისთვის ( ͡° ͜ʖ ͡°) -ის მიწერა"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "უბრალო ტექსტური შეტყობინებებისთვის (╯°□°)╯︵ ┻━┻ -ის მიწერა"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "უბრალო ტექსტური შეტყობინებებისთვის ┬──┬ ( ゜-゜ノ) -ის მიწერა"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "მითითებული შეტყობინების ცისარტყელასავით გაფერადებულის გაგზავნა"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "მიმდინარე ემოტის ცისარტყელასავით გაფერადებულის გაგზავნა"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "მითითებული შეტყობინების უბრალო ტექსტის სახით გაგზავნა"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "მითითებული შეტყობინების სპოილერად გაგზავნა"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "მითითებული ემოტის გაგზავნა"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "მითითებული შეტყობინების შეტყობინების სახით გაგზავნა"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "\"%1\" matrix ID-ს არ ჰგავს."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 ამ ოთახში უკვე მოწვეულია."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 დაიბანა ამ ოთახიდან."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "უკვე ოთახში ბრძანდებით."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 უკვე ოთახშია."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 მოწვეულია ამ ოთახში."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<მომხმარებლის id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "მოიწვევს მომხმარებელს ამ ოთახში"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "შესვლა ოთახში %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<ოთახის მეტსახელი ან id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "მითითებულ ოთახში შესვლა"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "ვაკაკუნებ ოთახზე %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<ოთახის მეტსახელი ან id [<მიზეზი>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "მითითებულ ოთახში შესვლის მოთხოვნები"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "უკვე ოთახში ბრძანდებით: %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<ოთახის მეტსახელი ან id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "მითითებული ოთახიდან, ან, თუ მითითებული არაა, მიმდინარე ოთახიდან გასვლა"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<საჩვენებელი სახელი>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "ცვლის თქვენს გლობალურად საჩვენებელ სახელს"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "ცვლის თქვენს ამ ოთახში საჩვენებელ სახელს"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 უკვე დაიგნორებულია."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 ახლა დაიგნორებულია."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "მითითებული მომხმარებლის დაიგნორება"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 იგნორირებული არაა."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 იგნორირებული აღარაა."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "მითითებული მომხმარებლის იგნორის მოხსნა"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<რეაქციის ტექსტი>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "მითითებული ტექსტის მქონე შეტყობინებაზე რეაქცია"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 უკვე დაბანილია ამ ოთახიდან."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "ამ ოთახიდან მომხმარებლების დაბანვის უფლება არ გაქვთ."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "ამ ოთახიდან %1-ის ბანის უფლება არ გაქვთ."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 დაიბანა ამ ოთახიდან."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<მომხმარებლის id> [<მიზეზი>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "მითითებული მომხმარებლის ბანი"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "ამ ოთახიდან მომხმარებლებისთვის ბანის მოხსნა არ შეგიძლიათ."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 არაა დაბანილი ამ ოთახიდან."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 -ს ამ ოთახიდან ბანი მოეხსნა."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "მითითებული მომხმარებლის ბანის მოცილება"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "ოთახიდან თქვენს თავს ვერ გააგდებთ."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 ოთახში არაა."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "ამ ოთახიდან მომხმარებლების გაყრის უფლება არ გაქვთ."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "ამ ოთახიდან %1-ის გაგდების უფლება არ გაქვთ."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 გააგდეს ამ ოთახიდან."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "მომხმარებლის ამ ოთახიდან მოცილება"
@@ -3040,12 +3026,12 @@ msgstr "ოთახის შექმნის შეცდომა: %1"
msgid "Space creation failed: %1"
msgstr "სივრცის შექმნის შეცდომა: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "ანგარიში წარმატებით გაიგზავნა."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3263,8 +3249,8 @@ msgstr "ამ სერვერზე რეგისტრაცია გა
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "იტვირთება"
@@ -3284,12 +3270,12 @@ msgstr ""
"მოითმინეთ, სანამ სერვერიდან თქვენი შეტყობინებები იტვირთება. ამას საკმაო დრო "
"შეიძლება დასჭირდეს."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "ქსელის შეცდომა: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "შესვლის შეცდომა: %1"
@@ -3631,8 +3617,8 @@ msgid "Expand preview"
msgstr "მინიატურის გაფართოება"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "პასუხის ჩატვირთვა"
@@ -3654,19 +3640,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "გახსნა სრულ ეკრანზე"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "ფაილის გადმოწერის შეცდომა."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "გადმოწერის შეცდომა ფაილისთვის:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3676,7 +3662,7 @@ msgstr ""
"ეს შეტყობინება ან ვერ ვიპოვე, თქვენ მისი ნახვის წვდომები არ გაქვთ, ან ის "
"დაიგნორებულმა მომხმარებელმა გამოაგზავნა"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>ამ მოვლენას შემცველობა არ გააჩნია.</i>"
@@ -3965,7 +3951,7 @@ msgstr "QR კოდის სკანირება"
msgid "Search"
msgstr "ძებნა"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "ოთახების დათვალიერება"
@@ -4081,34 +4067,34 @@ msgstr "დადუმებული ოთახი"
msgid "Configure room"
msgstr "ოთახის მორგება"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "მეგობრები ვერ ვიპოვე"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "ოთახები ვერ ვიპოვე"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
"თუ მეგობრები ჯერ არ დაგიმატებიათ, დააწკაპუნეთ ქვემოთ, რომ მოძებნოთ ისინი."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "დასაწყისისთვის შეუერთდით რომელიმე ოთახს"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "ოთახების დირექტორიაში ძებნა"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "ძებნა მეგობრების კატალოგში"
@@ -6642,6 +6628,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 კრეფს"
msgstr[1] "%2 კრეფს"
#~ msgid "Internal usage only."
#~ msgstr "მხოლოდ შიდა გამოყენებისთვის."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' ოთახის სახელს ან მეტსახელს არ წააგავს."
#~ msgid "Timeline Events"
#~ msgstr "დროის ხაზის მოვლენები"

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: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-06-10 22:46+0200\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-21 01:14+0200\n"
"Last-Translator: Shinjo Park <kde@peremen.name>\n"
"Language-Team: Korean <kde-kr@kde.org>\n"
"Language: ko\n"
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "새 메시지 알림 수신 중"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "푸시 알림 수신 중"
@@ -133,18 +133,13 @@ msgstr "모든 SSL 오류(예: 서명되지 않은 인증서)를 무시합니다
#, kde-format
msgctxt "command line description"
msgid "Replace an existing instance"
msgstr ""
msgstr "실행 중인 인스턴스 대체"
#: src/app/main.cpp:203
#, kde-format
msgid "Only used for autotests"
msgstr "자동 테스트에만 사용됨"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "내부 용도입니다."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -221,9 +216,7 @@ msgid "Show QR Code"
msgstr "QR 코드 표시"
#: src/app/qml/AccountMenu.qml:40
#, fuzzy, kde-format
#| msgctxt "@title: dialog to switch between logged in accounts"
#| msgid "Switch Account"
#, kde-format
msgctxt "@action:inmenu"
msgid "Switch Account"
msgstr "계정 전환"
@@ -562,14 +555,14 @@ msgstr "친구 찾기"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "친구 찾기"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -594,7 +587,7 @@ msgid "Explore Rooms"
msgstr "대화방 탐색"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1378,53 +1371,53 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "검색 결과가 없습니다"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "알 수 없는 이유로 세션 확인이 취소되었습니다."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "세션 확인 시간이 초과되었습니다."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "원격지의 세션 확인 시간이 초과되었습니다."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "세션 확인 과정을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "원격지에서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "예상하지 못한 메시지를 받아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr "원격지에서 예상하지 못한 메시지를 받아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr "알 수 없는 세션에 대한 메시지를 받아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1432,26 +1425,26 @@ msgid ""
msgstr ""
"원격지에서 알 수 없는 세션에 대한 메시지를 받아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr "NeoChat에서 이 확인 방식을 지원하지 않아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr "원격지에서 이 확인 방식을 지원하지 않아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "키가 잘못되어서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1463,63 +1456,63 @@ msgstr ""
"\n"
"**로그아웃하고 다시 로그인하십시오. 세션이 망가졌거나 손상되었습니다.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr "예상하지 못한 사용자를 검증해서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr "원격지에서 예상하지 못한 사용자를 검증해서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "잘못된 메시지를 받아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr "원격지에서 잘못된 메시지를 받아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "다른 장치에서 세션이 수락되었습니다."
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "키가 일치하지 않아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "원격지에서 키가 일치하지 않아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "키가 일치하지 않아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "원격지에서 키가 일치하지 않아서 세션 확인을 취소했습니다."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "알 수 없는 이유로 세션 확인이 취소되었습니다."
@@ -1529,17 +1522,17 @@ msgstr "알 수 없는 이유로 세션 확인이 취소되었습니다."
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "잘못되었거나 빈 Matrix ID<br />%1은(는) 올바른 Matrix 식별자가 아님"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "대화방에 입장할 수 없음<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1'에 입장을 요청함"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "대화방 입장 요청을 할 수 없음<br />%1"
@@ -1811,7 +1804,7 @@ msgstr "3PID로 휴대폰 번호 추가"
#, kde-format
msgctxt "@option:check Enable the matrix feature for audio and video calling"
msgid "Calls"
msgstr ""
msgstr "호출"
#: src/devtools/RoomData.qml:21
#, kde-format
@@ -2292,13 +2285,13 @@ msgstr "님이 %1 위젯을 설정함"
#, kde-format
msgctxt "[User] left a [voice/video] call"
msgid "left a call"
msgstr ""
msgstr "님이 통화에 참가함"
#: src/libneochat/eventhandler.cpp:442
#, kde-format
msgctxt "[User] joined a [voice/video] call"
msgid "joined a call"
msgstr ""
msgstr "님이 통화에서 떠남"
#: src/libneochat/eventhandler.cpp:445
#, kde-format
@@ -2549,18 +2542,16 @@ msgid "%1 configured a widget"
msgstr "%1 님이 위젯을 설정함"
#: src/libneochat/eventhandler.cpp:647
#, fuzzy, kde-format
#| msgid "%1 left the room"
#, kde-format
msgctxt "[User] left a [voice/video] call"
msgid "%1 left a call"
msgstr "%1 님이 대화방을 떠남"
msgstr "%1 님이 통화에서 떠남"
#: src/libneochat/eventhandler.cpp:649
#, fuzzy, kde-format
#| msgid "%1 joined the room"
#, kde-format
msgctxt "[User] joined a [voice/video] call"
msgid "%1 joined a call"
msgstr "%1 님이 대화방에 입장함"
msgstr "%1 님이 통화에 참가함"
#: src/libneochat/eventhandler.cpp:652
#, kde-format
@@ -2601,321 +2592,312 @@ msgstr "대상"
msgid "Leaving this room."
msgstr "이 대화방을 떠납니다."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1'이(가) 대화방 ID나 별명이 아닌 것 같습니다."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "%1 대화방을 떠납니다."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "%1 대화방을 찾을 수 없습니다."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "새 별명을 입력하지 않았습니다. 변경 사항이 없습니다."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<메시지>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "일반 텍스트 메시지 앞에 ¯\\_(ツ)_/¯ 추가"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "일반 텍스트 메시지 앞에 ( ͡° ͜ʖ ͡°) 추가"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "일반 텍스트 메시지 앞에 (╯°□°)╯︵ ┻━┻ 추가"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "일반 텍스트 메시지 앞에 ┬──┬ ( ゜-゜ノ) 추가"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "지정한 메시지를 무지개색으로 전송"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "지정한 이모지를 무지개색으로 전송"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "지정한 메시지를 일반 텍스트로 전송"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "지정한 메시지를 스포일러로 전송"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "지정한 이모지 전송"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "지정한 메시지를 공지로 전송"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1'이(가) Matrix ID가 아닌 것 같습니다."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 님이 이 대화방에 이미 초대되었습니다."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 님이 이 대화방에서 차단되었습니다."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "이 대화방에 이미 입장해 있습니다."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 님이 이 대화방에 이미 입장해 있습니다."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 님이 대화방으로 초대되었습니다."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<사용자 id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "사용자를 이 대화방으로 초대"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "%1 대화방에 입장합니다."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<방 별명이나 id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "지정한 대화방에 입장"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "%1 대화방에 접근을 시도합니다."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<대화방 별명이나 id> [<이유>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "지정한 대화방에 입장 요청"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "%1 대화방에 이미 입장해 있습니다."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<대화방 별명이나 id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "지정한 대화방을 떠납니다. 지정하지 않으면 현재 대화방을 떠남"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<표시 이름>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "전역 표시 이름을 변경함"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "이 대화방에서의 표시 이름을 변경함"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 님은 이미 무시 중입니다."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 님이 무시되었습니다."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "지정한 사용자 무시"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 님은 무시 중이 아닙니다."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 님이 더 이상 무시되지 않습니다."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "지정한 사용자 무시 해제"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<반응 텍스트>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "메시지에 지정한 텍스트로 반응"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 님은 이미 이 대화방에서 차단되어 있습니다."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "이 대화방에서 사용자를 차단할 수 없습니다."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "이 대화방에서 %1 님을 차단할 수 없습니다."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 님이 이 대화방에서 차단되었습니다."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<사용자 id> [<이유>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "지정한 사용자 차단"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "이 대화방에서 사용자를 차단 해제할 수 없습니다."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 님이 이 대화방에서 차단되지 않았습니다."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 님이 이 대화방에서 차단 해제되었습니다."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "지정한 사용자의 차단 해제"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "자기 자신을 대화방에서 추방할 수 없습니다."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 님이 이 대화방에 없습니다."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "이 대화방에서 사용자를 추방할 수 없습니다."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "이 대화방에서 %1 님을 추방할 수 없습니다."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 님이 이 대화방에서 추방당했습니다."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "대화방에서 사용자 제거"
@@ -3022,12 +3004,12 @@ msgstr "대화방 생성 실패: %1"
msgid "Space creation failed: %1"
msgstr "스페이스 생성 실패: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "신고했습니다."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3246,8 +3228,8 @@ msgstr "이 서버에 등록이 비활성화되어 있습니다."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "불러오는 중"
@@ -3267,12 +3249,12 @@ msgstr ""
"서버에서 메시지를 불러오는 동안 잠시 기다려 주십시오. 시간이 걸릴 수 있습니"
"다."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "네트워크 오류: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "로그인 실패: %1"
@@ -3577,11 +3559,10 @@ msgstr "체크아웃 시간: %1"
#: src/messagecontent/ImageComponent.qml:62
#: src/messagecontent/VideoComponent.qml:191
#, fuzzy, kde-format
#| msgid "Set Image"
#, kde-format
msgctxt "@action:button"
msgid "Hide Image"
msgstr "이미지 설정"
msgstr "그림 숨기기"
#: src/messagecontent/ImageComponent.qml:143
#, kde-format
@@ -3613,8 +3594,8 @@ msgid "Expand preview"
msgstr "미리 보기 확장"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "답장 불러오는 중"
@@ -3636,21 +3617,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "전체 화면 열기"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#, fuzzy, kde-format
#| msgid "File too large to download."
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "파일 다운로드하기에 너무 큽니다."
msgstr "파일 다운로드할 수 없습니다."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "대화방에 입장할 수 없음<br />%1"
msgstr "파일을 다운로드할 수 없음:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3660,7 +3639,7 @@ msgstr ""
"이 메시지를 찾지 못했거나, 메시지를 볼 수 있는 권한이 없거나, 무시한 사용자"
"가 전송했습니다"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>이벤트에 내용이 없습니다.</i>"
@@ -3944,7 +3923,7 @@ msgstr "QR 코드 스캔"
msgid "Search"
msgstr "검색"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "대화방 탐색"
@@ -4060,33 +4039,33 @@ msgstr "대화방 음소거됨"
msgid "Configure room"
msgstr "대화방 설정"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "친구를 찾을 수 없음"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "대화방을 찾을 수 없음"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "친구를 추가하지 않았습니다. 아래를 클릭하여 검색할 수 있습니다."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "시작하려면 대화방에 입장하십시오"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "대화방 디렉터리에서 검색"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "친구 디렉터리에서 검색"
@@ -5120,30 +5099,28 @@ msgid "Custom"
msgstr "사용자 정의"
#: src/settings/NeoChatGeneralPage.qml:137
#, fuzzy, kde-format
#| msgid "Timeline:"
#, kde-format
msgctxt "@title"
msgid "Timeline"
msgstr "타임라인:"
msgstr "타임라인"
#: src/settings/NeoChatGeneralPage.qml:142
#, kde-format
msgid "Mark messages as read when:"
msgstr ""
msgstr "다음 시점에 메시지를 읽은 것으로 표시:"
#: src/settings/NeoChatGeneralPage.qml:147
#, kde-format
msgid "Never"
msgstr ""
msgstr "하지 않음"
#: src/settings/NeoChatGeneralPage.qml:151
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room"
msgid "Entering the room"
msgstr "님이 대화방에 입장"
msgstr "대화방에 입장할 때"
#: src/settings/NeoChatGeneralPage.qml:155
#, kde-format
@@ -5151,25 +5128,22 @@ msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room and all messages are visible on screen"
msgid "Entering the room and all unread messages are visible"
msgstr ""
msgstr "대화방에 입장한 후 모든 읽지 않은 메시지가 표시되었을 때"
#: src/settings/NeoChatGeneralPage.qml:159
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the room"
msgid "Exiting the room"
msgstr "님이 대화방에 입장함"
msgstr "대화방을 떠날 때"
#: src/settings/NeoChatGeneralPage.qml:163
#, fuzzy, kde-format
#| msgctxt "@info"
#| msgid "Rooms with the most unread message are higher"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the "
"room and all messages are visible on screen"
msgid "Exiting the room and all unread messages are visible"
msgstr "방에 읽지 않은 메시지가 많을수록 높음"
msgstr "대화방에서 떠나고 모든 읽지 않은 메시지가 표시되었을 때"
#: src/settings/NeoChatGeneralPage.qml:178
#, kde-format
@@ -5246,26 +5220,22 @@ msgid "Default Settings"
msgstr "기본 설정"
#: src/settings/NeoChatGeneralPage.qml:348
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Reset All Configuration Values to Their Default"
#, kde-format
msgctxt "@action:button"
msgid "Reset all configuration values to their default"
msgstr "모든 설정값을 기본값으로 초기화"
#: src/settings/NeoChatGeneralPage.qml:354
#, fuzzy, kde-format
#| msgctxt "@button"
#| msgid "Re-send confirmation e-mail"
#, kde-format
msgctxt "@title:dialog"
msgid "Reset Configuration"
msgstr "확인 이메일 다시 보내기"
msgstr "설정 초기화"
#: src/settings/NeoChatGeneralPage.qml:355
#, kde-format
msgctxt "@info"
msgid "Do you really want to reset all options to their default values?"
msgstr ""
msgstr "모든 옵션을 기본값으로 초기화하시겠습니까?"
#: src/settings/NeoChatSecurityPage.qml:18
#, kde-format
@@ -6603,6 +6573,13 @@ msgid "%2 is typing"
msgid_plural "%2 are typing"
msgstr[0] "%2 님이 메시지를 입력하는 중"
#~ msgid "Internal usage only."
#~ msgstr "내부 용도입니다."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1'이(가) 대화방 ID나 별명이 아닌 것 같습니다."
#~ msgid "Timeline Events"
#~ msgstr "타임라인 이벤트"

File diff suppressed because it is too large Load Diff

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-06-18 18:48+0300\n"
"Last-Translator: Toms Trasuns <toms.trasuns@posteo.net>\n"
"Language-Team: Latvian <kde-i18n-doc@kde.org>\n"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Saņem jaunu ziņu paziņojumus"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Saņem pašpiegādes ziņojumus"
@@ -142,11 +142,6 @@ msgstr "Aizvietot pastāvošu instanci"
msgid "Only used for autotests"
msgstr "Izmantots tikai automātiskajiem testiem"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Tikai iekšējai lietošanai."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -565,14 +560,14 @@ msgstr "Atrodi draugus"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Atrast draugus"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -597,7 +592,7 @@ msgid "Explore Rooms"
msgstr "Izpētīt istabas"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1386,46 +1381,46 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Atbilsmes nav atrastas"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Sesijas verifikācija ir atcelta nezināma iemesla dēļ."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Sesijas verifikācijas laiks ir iztecējis."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Attālajai pusei ir iztecējis sesijas verifikācijas laiks."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Jūs atcēlāt sesijas verifikāciju."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Attālā puse atcēla sesijas verifikāciju."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "Sesijas verifikācija ir atcelta, jo saņēmām negaidītu ziņojumu."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr "Attālā puse atcēla sesijas verifikāciju, jo saņēma negaidītu ziņojumu."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1433,7 +1428,7 @@ msgid ""
msgstr ""
"Sesijas verifikācija ir atcelta, jo tā saņēma ziņojumu no nezināmas sesijas"
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1442,7 +1437,7 @@ msgstr ""
"Attālā puse atcēla sesijas verifikāciju, jo tā saņēma ziņojumu no nezināmas "
"sesijas"
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1451,7 +1446,7 @@ msgstr ""
"Sesijas verifikācija ir atcelta, jo „NeoChat“ nespēj apstrādāt šo "
"verifikācijas metodi."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1460,12 +1455,12 @@ msgstr ""
"Attālā puse atcēla šo sesijas verifikāciju, jo tā nespēj apstrādāt šo "
"verifikācijas metodi."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Sesijas verifikācija ir atcelta, jo atslēgas ir nepareizas."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1478,13 +1473,13 @@ msgstr ""
"**Izrakstieties un ierakstieties no jauna — sesijā ir kļūda vai tā ir bojāta."
"**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr "Sesijas verifikācija ir atcelta, jo tā verificē negaidītu lietotāju."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1493,50 +1488,50 @@ msgstr ""
"Attālā puse ir atcēlusi sesijas verifikāciju, jo tā verificē negaidītu "
"lietotāju."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "Sesijas verifikācija ir atcelta, jo saņēmām nederīgu ziņojumu."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr "Attālā puse atcēla sesijas verifikāciju, jo saņēma nederīgu ziņojumu."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Sesija ir pieņemta citā ierīcē"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Sesijas verifikācija ir atcelta atslēgu neatbilstības dēļ."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "Attālā puse atcēla sesijas verifikāciju atslēgu neatbilstības dēļ."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Sesijas verifikācija ir atcelta, jo neatbilst atslēgas."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "Attālā puse atcēla sesijas verifikāciju, jo neatbilst atslēgas"
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Sesijas verifikācija ir atcelta nezināmas kļūdas dēļ."
@@ -1548,17 +1543,17 @@ msgstr ""
"Nepareizi formatēts vai tukšs „Matrix“ identifikators<br /> „%1“ nav pareizs "
"„Matrix“ identifikators"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Neizdevās pievienoties istabai<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Jūsu lūdzāt pievienoties „%1“"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Neizdevās lūgt pievienoties istabai<br />%1"
@@ -2624,321 +2619,312 @@ msgstr "Galamērķis"
msgid "Leaving this room."
msgstr "Pamet šo istabu."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "„%1“ neizskatās pēc istabas ID vai aizstājējvārda."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Atstāj istabu „%1“."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Istaba „%1“ nav atrasta"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Nav norādīta jauna iesauka, nekas netiks mainīts."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<ziņa>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Vienkārša teksta ziņas sākumam pievieno ¯\\_(ツ)_/¯"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Vienkārša teksta ziņas sākumam pievieno ( ͡° ͜ʖ ͡°)"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Vienkārša teksta ziņas sākumam pievieno (╯°□°)╯︵ ┻━┻"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Vienkārša teksta ziņas sākumam pievieno ┬──┬ ( ゜-゜ノ)"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Nosūta ziņu kā varavīksni"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Nosūta emocijzīmi varavīksnes krāsās"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Nosūta ziņu kā vienkāršu tekstu"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Nosūta ziņu kā noslēpuma atklāšanu"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Nosūta emocijzīmi"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Nosūta ziņu kā paziņojumu"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "„%1“ neizskatās pēc „Matrix“ ID"
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 jau ir uzaicināts uz šo istabu."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 ir aizliegts ienākt šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Jūs jau esat šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 jau ir šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 ir uzaicināts šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<lietotāja id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Uzaicina lietotāju šajā istabā"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Pievienojas istabai „%1“."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<istabas aizstājējvārds vai ID>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Pievienojas istabai"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Klauvē pie istabas „%1“."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<istabas aizstājējvārds vai ID [<iemesls>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Pieprasa pievienot istabai"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Jau esat istabā „%1“."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<istaba aizstājējvārds vai ID>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Pamet doto istabu vai šo istabu, ja neviena nav norādīta"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<parādāmais vārds>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Maina globālo parādāmo vārdu"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Maina parādāmo vārdu šajā istabā"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 jau tiek ignorēts."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 tagad tiek ignorēts."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignorē norādīto lietotāju"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 netiek ignorēts"
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 vairs netiek ignorēts."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Atceļ lietotāja ignorēšanu"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reakcijas teksts>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reakcija uz ziņu ar attiecīgu tekstu"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 jau ir aizliegts ienākt šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Jums nav tiesību lietotājiem aizliegt atrasties šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Jums nav atļauts lietotājam %1 aizliegt atrasties šajā istabā"
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "Lietotājam %1 ir aizliegts atrasties šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<lietotāja ID> [<iemesls>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Aizliedz norādīto lietotāju"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Jums nav tiesību šajā istabā noņemt lietotājiem aizliegumu."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 nav aizliegts šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "Lietotājam %1 ir noņemts aizliegums šajā istabā."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Noņem lietotājam aizliegumu"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Nevarat sevi izmest no istabas."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 neatrodas istabā."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Jums nav tiesību izmest lietotājus no šīs istabas."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Jums nav tiesību izmest %1 no šīs istabas."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 ir izmests no šīs istabas"
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Noņem lietotāju no istabas"
@@ -3046,12 +3032,12 @@ msgstr "Istabas izveide neizdevās: %1"
msgid "Space creation failed: %1"
msgstr "Telpas izveide neizdevās: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Ziņojums ir veiksmīgi nosūtīts."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3269,8 +3255,8 @@ msgstr "Šajā serverī reģistrācija ir izslēgta."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Ielādē"
@@ -3289,12 +3275,12 @@ msgid ""
msgstr ""
"Uzgaidiet brīdi, kamēr ziņa ielādējās no servera. Tas var aizņemt kādu brīdi."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Tīkla kļūda: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Ierakstīšanās neizdevās: %1"
@@ -3632,8 +3618,8 @@ msgid "Expand preview"
msgstr "Palielināt priekšskatījumu"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Ielādē atbildi"
@@ -3655,21 +3641,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Atvērt pilnekrānu"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "Datne ir par lielu lejupielādei."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Neizdevās pievienoties istabai<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3679,7 +3665,7 @@ msgstr ""
"Ziņa nav atrasta, jums nav piešķirtas tiesības to redzēt vai to ir nosūtījis "
"ignorēts lietotājs"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Šim notikumam nav satura.</i>"
@@ -3973,7 +3959,7 @@ msgstr "Skenēt kvadrātkodu"
msgid "Search"
msgstr "Meklēt"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Izpētīt istabas"
@@ -4089,33 +4075,33 @@ msgstr "Apklusināta istaba"
msgid "Configure room"
msgstr "Konfigurēt istabu"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Nav atrasti draugi"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Nav atrastas istabas"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "Jūs vēl nepievienojāt nevienu draugu, spiediet zemāk, lai meklētu."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Pievienojieties kādām istabām, lai sāktu"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Meklēt istabu mapē"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Meklēt draugu mapē"
@@ -6654,6 +6640,13 @@ msgstr[0] "%2 raksta"
msgstr[1] "%2 raksta"
msgstr[2] "%2 raksta"
#~ msgid "Internal usage only."
#~ msgstr "Tikai iekšējai lietošanai."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "„%1“ neizskatās pēc istabas ID vai aizstājējvārda."
#~ msgid "Switch User"
#~ msgstr "Pārslēgt lietotāju"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-05 19:10+0200\n"
"Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n"
"Language-Team: Dutch <kde-i18n-nl@kde.org>\n"
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Meldingen voor nieuwe berichten worden ontvangen"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Push-meldingen ontvangen"
@@ -141,11 +141,6 @@ msgstr "Een bestaand exemplaar vervangen"
msgid "Only used for autotests"
msgstr "Alleen gebruikt voor autotests"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Alleen voor intern gebruik."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -564,14 +559,14 @@ msgstr "Zoek uw vrienden"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Zoek uw vrienden"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -596,7 +591,7 @@ msgid "Explore Rooms"
msgstr "Rooms verkennen"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1388,32 +1383,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Geen overeenkomsten gevonden"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Verificatie van de sessie is geannuleerd om onbekende reden."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Verificatie van sessie overschreed tijdslimiet."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Verificatie van sessie overschreed tijdslimiet voor partij op afstand."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Verificatie van sessie is door u geannuleerd."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Verificatie van sessie is de partij op afstand geannuleerd."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1422,7 +1417,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd omdat we een onverwacht bericht "
"ontvingen."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1431,7 +1426,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd door de partij op afstand omdat het "
"een onverwacht bericht ontving."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1440,7 +1435,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd omdat het een bericht ontving voor "
"een onbekende sessie."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1449,7 +1444,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd door de partij op afstand omdat het "
"een bericht ontving voor een onbekende sessie."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1458,7 +1453,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd omdat NeoChat niet in staat is deze "
"verificatiemethode te behandelen."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1467,13 +1462,13 @@ msgstr ""
"Verificatie van de sessie is geannuleerd door de partij op afstand omdat het "
"niet in staat is deze verificatiemethode te behandelen."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
"Verificatie van de sessie is geannuleerd omdat de sleutels onjuist zijn."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1486,7 +1481,7 @@ msgstr ""
"\n"
"**Meld u af en weer aan, uw sessie is gebroken/corrupt.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1494,7 +1489,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd omdat het een onverwachte gebruiker "
"verifieert."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1503,7 +1498,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd door de partij op afstand omdat het "
"een onverwachte gebruiker verifieert."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1511,7 +1506,7 @@ msgstr ""
"Verificatie van de sessie is geannuleerd omdat we een ongeldig bericht "
"ontvingen."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1520,20 +1515,20 @@ msgstr ""
"Verificatie van de sessie is geannuleerd door de partij op afstand omdat het "
"een ongeldig bericht ontving."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "De sessie is geaccepteerd op een ander apparaat"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
"Verificatie van de sessie is geannuleerd omdat een sleutels niet overeen "
"kwam."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1542,14 +1537,14 @@ msgstr ""
"Verificatie van de sessie door de partij op afstand is geannuleerd omdat een "
"sleutel niet overeen kwam."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
"Verificatie van de sessie is geannuleerd omdat de sleutels niet overeen "
"kwamen."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1558,7 +1553,7 @@ msgstr ""
"Verificatie van sessie door de partij op afstand is geannuleerd omdat de "
"sleutels niet overeen kwamen."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Verificatie van de sessie is geannuleerd vanwege een onbekende fout."
@@ -1569,17 +1564,17 @@ msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
"Onjuist gevormde of lege Matrix-id<br />%1 is geen juiste Matrix-identifier"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Deelnemen aan room is mislukt<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "U verzocht om mee te doen met '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Verzoek om mee te doen met room is mislukt<br />%1"
@@ -2642,321 +2637,312 @@ msgstr "Bestemming"
msgid "Leaving this room."
msgstr "Deze room verlaten."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' ziet er niet uit als een room-id of alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Room %1 wordt verlaten."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Room %1 niet gevonden."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Geen nieuwe schermnaam gegeven, er zullen geen wijzigingen zijn."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<bericht>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Voegt ¯\\_(ツ)_/¯ vóór aan een bericht met platte-tekst"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Voegt ( ͡° ͜ʖ ͡°) vóór aan een bericht met platte-tekst"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Voegt (╯°□°)╯︵ ┻━┻ vóór aan een bericht met platte-tekst"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Voegt ┬──┬ ( ゜-゜ノ) vóór aan een bericht met platte-tekst"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Verzendt het gegeven bericht gekleurd als een regenboog"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Verzendt het gegeven emoticon gekleurd als een regenboog"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Verzendt het gegeven bericht als een platte tekst"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Verzendt het gegeven bericht als een spoiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Verzendt het gegeven emote"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Verzendt het gegeven bericht als een notitie"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' ziet er niet uit als een matrix-id."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 is al uitgenodigd in deze room"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 is verbannen uit deze room"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "U bent al in deze room."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 in al in deze room"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 was uitgenodigd in deze room"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<gebruiker-id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Nodigt de gebruiker uit in deze room"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Meedoen in room \"%1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<room-alias of id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Doet mee in de gegeven room"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Kloppen op room %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<room-alias of id> [<reden>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Verzoek om mee te doen in de gegeven room"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "U bent al in room %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<room-alias of id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Verlaat de gegeven room of deze room, als er geen is gegeven"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<schermnaam>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Wijzigt uw globale schermnaam"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Wijzigt uw schermnaam in deze room"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 wordt al genegeerd."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 wordt nu genegeerd."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Negeert de gegeven gebruiker"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 wordt niet genegeerd."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 wordt niet langer genegeerd."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Negeren van de gegeven gebruiker ongedaan maken"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reactietekst>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Op het bericht met de gegeven tekst reageren"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 is al verbannen uit deze room."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "U mag geen gebruikers uit deze room verbannen."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "U mag %1 niet uit deze room verbannen."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 was verbannen uit deze room"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<gebruiker-id> [<reden>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Verbant de gegeven gebruiker"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "U mag geen verbande gebruikers uit deze room toelaten."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 is niet verbannen uit deze room."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "Verbande %1 is toegelaten tot deze room."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Verwijdert de ban van de gegeven gebruiker"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "U kunt niet uzelf uit de room schoppen."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 in niet in deze room."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "U mag geen gebruikers uit deze room schoppen."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "U mag %1 niet uit deze room schoppen."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 was uit deze room geschopt."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Verwijdert de gebruiker uit in deze room"
@@ -3064,12 +3050,12 @@ msgstr "Aanmaken van room is mislukt: %1"
msgid "Space creation failed: %1"
msgstr "Ruimte aanmaken is mislukt: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport met succes verzonden."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3289,8 +3275,8 @@ msgstr "Registratie is uitgeschakeld op deze server."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Laden"
@@ -3310,12 +3296,12 @@ msgstr ""
"Even wachten terwijl uw berichten uit de server worden geladen. Dit kan even "
"duren."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Netwerkfout: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Aanmelden mislukt: %1"
@@ -3657,8 +3643,8 @@ msgid "Expand preview"
msgstr "Voorbeeld uitvouwen"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Antwoord wordt geladen"
@@ -3680,19 +3666,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Volledig scherm openen"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Bestand downloaden is mislukt."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Bestand downloaden is mislukt:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3702,7 +3688,7 @@ msgstr ""
"Dit bericht was ofwel niet gevonden, u hebt geen recht het te bekijken of "
"het is verzonden door een genegeerde gebruiker"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Deze gebeurtenis heeft geen inhoud.</i>"
@@ -3991,7 +3977,7 @@ msgstr "Scan een QR-code"
msgid "Search"
msgstr "Zoeken"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Rooms verkennen"
@@ -4107,17 +4093,17 @@ msgstr "Gedempte room"
msgid "Configure room"
msgstr "Room configureren"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Geen vrienden gevonden"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Geen rooms gevonden"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4125,17 +4111,17 @@ msgstr ""
"U hebt nog geen van uw vrienden toegevoegd, klik hieronder om naar ze te "
"zoeken."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Doe mee met sommige rooms om te beginnen"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "In map van room zoeken"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "In map vrienden zoeken"
@@ -6680,6 +6666,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 is bezig met typen"
msgstr[1] "%2 zijn bezig met het typen"
#~ msgid "Internal usage only."
#~ msgstr "Alleen voor intern gebruik."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' ziet er niet uit als een room-id of alias."
#~ msgid "Timeline Events"
#~ msgstr "Tijdlijn van gebeurtenissen"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-10-27 15:01+0100\n"
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
"Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Varsling av nye meldingar"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Varsling av push-varslingar"
@@ -143,11 +143,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "Berre brukt for automatiske testar"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Berre intern bruk."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -569,14 +564,14 @@ msgstr "Finn vennane dine"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Finn vennane dine"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -604,7 +599,7 @@ msgid "Explore Rooms"
msgstr "Utforsk rom"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1404,39 +1399,39 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Fann ikkje nokon treff"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Stadfestinga av økta vart av ukjend grunn avbroten."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Stadfestinga av økta vart tidsavbroten."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Stadfestinga av økta vart tidsavbroten ved venting på motparten."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Du avbraut stadfestinga av økta."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Motparten avbraut stadfestinga av økta."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "Stadfestinga av økta vart avbroten fordi me fekk ei uventa melding."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1444,7 +1439,7 @@ msgid ""
msgstr ""
"Motparten avbraut stadfestinga av økta fordi han fekk ei uventa meldinga."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1453,7 +1448,7 @@ msgstr ""
"Stadfestinga av økta vart avbroten på grunn av mottak av ei melding for ei "
"ukjend økt."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1462,7 +1457,7 @@ msgstr ""
"Motparten avbraut stadfestinga av økta fordi han mottak ei melding for ei "
"ukjend økt."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1471,7 +1466,7 @@ msgstr ""
"Stadfestinga av økta vart avbroten fordi NeoChat ikkje støttar denne "
"stadfestingsmetoden."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1480,12 +1475,12 @@ msgstr ""
"Motparten avbraut stadfestinga av økta fordi han ikkje støttar denne "
"stadfestingsmetoden."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Stadfestinga av økta vart avbroten fordi nøklane er feil."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1497,14 +1492,14 @@ msgstr ""
"\n"
"**Logg ut og inn att. Økta di er øydelagd/ugyldig.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
"Stadfestinga av økta vart avbroten fordi ho stadfestar ein uventa brukar."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1512,13 +1507,13 @@ msgid ""
msgstr ""
"Motparten avbraut stadfestinga av økta fordi ho stadfestar ein uventa brukar."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "Stadfestinga av økta vart avbroten fordi me fekk ei ugyldig melding."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1527,30 +1522,30 @@ msgstr ""
"Motparten avbraut stadfestinga av økta fordi han tok imot ei ugyldig "
"meldinga."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Økta har blitt stadfesta på ei anna eining."
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Stadfestinga av økta vart avbroten fordi ein nøkkel ikkje passar."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "Motparten avbraut stadfestinga av økta fordi ein nøkkel ikkje passar."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Stadfestinga av økta vart avbroten fordi nøklane ikkje passar saman."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1558,7 +1553,7 @@ msgid ""
msgstr ""
"Motparten avbraut stadfestinga av økta fordi nøklane ikkje passar saman."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Stadfestinga av økta vart av ukjend grunn avbroten."
@@ -1568,17 +1563,17 @@ msgstr "Stadfestinga av økta vart av ukjend grunn avbroten."
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "%1 er ikkje ein gyldig Matrix-identifikator"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Klarte ikkje verta med i rommet<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Du har bedt om å få verta med i «%1»"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Klarte ikkje be om å få verta med i rommet<br />%1"
@@ -2643,322 +2638,313 @@ msgstr "Mål"
msgid "Leaving this room."
msgstr "Forlèt rommet."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "«%1» ser ikkje ut til å vera ein rom-ID eller eit alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Forlèt rom %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Fann ikkje rommet %1."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Nytt kallenamn ikkje oppgjeve. Ingen endringar vert gjort."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<melding>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Legg til ¯\\_(ツ)_/¯ i starten av ei reintekstmelding"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Legg til ( ͡° ͜ʖ ͡°) i starten av ei reintekstmelding"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Legg til (╯°□°)╯︵ ┻━┻ i starten av ei reintekstmelding"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Legg til ┬──┬ ( ゜-゜ノ) i starten av ei reintekstmelding"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Sender oppgjeven melding fargelagd som ein regnboge"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Sender oppgjeve uttrykk fargelagd som ein regnboge"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Sender oppgjeven melding som reintekst"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Sender oppgjeven melding med røpealarm"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Sender oppgjeve uttrykk"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Sender oppgjeven melding som ei varsling"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "«%1» ser ikkje ut til å vera ein Matrix-ID."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 er alt invitert til dette rommet."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 er utestengd frå rommet."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Du er alt i dette rommet."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 er alt i dette rommet."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 vart invitert til rommet"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<brukar-ID>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Inviterer brukaren til rommet"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Vert med i rommet %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<rom-alias eller -ID>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Vert med i rommet"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Bankar på rommet %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<rom-alias eller -id> [<grunngjeving>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Førespurnad om å få verta med i rommet"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Du er alt med i rom %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<rom-alias eller -id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Forlèt valt eller (viss romnamn ikkje er oppgjeve) gjeldande rom"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<visingsnamn>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Byter ditt globale visingsnamn"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Byter visingsnamnet ditt i dette rommet"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 er ignorert frå før."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 er no ignorert."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignorerer brukaren"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 er ikkje ignorert."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 er ikkje lenger ignorert."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Avignorerer brukaren"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reaksjonstekst>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reager på meldinga med ein tekst"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 er alt utestengd frå rommet."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Du har ikkje løyve til å utestengja brukarar frå rommet."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Du har ikkje løyve til å utestengja %1 frå rommet."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 vart utestengd frå rommet."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<brukar-ID> [<grunngjeving>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Utestengjer brukaren"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Du har ikkje løyve til å oppheva utestenging frå rommet."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 er ikkje utestengd frå rommet."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 er ikkje lenger utestengd frå rommet."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Opphevar utestenging av brukaren"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Du kan ikkje kasta deg sjølv ut av rommet."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 er ikkje med i rommet."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Du har ikkje løyve til å kasta brukarar ut av rommet."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Du har ikkje løyve til å kasta %1 ut av rommet."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 vart kasta ut av rommet."
# Er dette noko anna enn å kasta brukaren ut?
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Fjernar brukaren frå rommet"
@@ -3064,12 +3050,12 @@ msgstr "Feil ved romregistrering: %1"
msgid "Space creation failed: %1"
msgstr "Feil ved registrering av område: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Rapporten er no send."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3302,8 +3288,8 @@ msgstr "Denne tenaren er stengd for nye registreringar."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Hentar inn"
@@ -3322,12 +3308,12 @@ msgid ""
msgstr ""
"Vent litt mens meldingane dine vert henta frå tenaren. Dette kan ta ei stund."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Nettverksfeil: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Feil ved innlogging: %1"
@@ -3668,8 +3654,8 @@ msgid "Expand preview"
msgstr "Utvid førehandsvising"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Hentar inn svar"
@@ -3693,20 +3679,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Start fullskjermsmodus"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Klarte ikkje verta med i rommet<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3716,7 +3702,7 @@ msgstr ""
"Fann ikkje meldinga, eller så har du ikkje løyve til å visa ho, eller ho var "
"send av ein ignorert brukar"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4005,7 +3991,7 @@ msgstr "Skann QR-kode"
msgid "Search"
msgstr "Søk"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Utforsk rom"
@@ -4124,17 +4110,17 @@ msgstr "Dempa rom"
msgid "Configure room"
msgstr "Set opp rommet"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Fann ikkje nokon vennar"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Fann ikkje nokon rom"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4142,17 +4128,17 @@ msgstr ""
"Du har ikkje lagt til nokon av vennane dine enno. Trykk nedanfor for å søkja "
"etter dei."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Start ved å verta med i nokre rom"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Søk i romkatalogen"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Søk i vennekatalogen"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -26,7 +26,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ ਵੇਖਾਓ"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Show notifications"
msgid "Receiving push notifications"
@@ -144,11 +144,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -600,14 +595,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -635,7 +630,7 @@ msgid "Explore Rooms"
msgstr "ਰੂਮ ਛਾਣੋ"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1493,79 +1488,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "ਕੋਈ ਰੂਮ ਨਹੀਂ ਲੱਭਿਆ"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1574,63 +1569,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1641,18 +1636,18 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "%1 ਠੀਕ ਮੈਟਰਿਕਸ ਪਛਾਣਕਰਤਾ ਨਹੀਂ ਹੈ"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to join room<br />%1"
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to request joining room<br />%1"
@@ -2808,374 +2803,365 @@ msgstr "ਸੱਦਾ ਭੇਜੋ"
msgid "Leaving this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, fuzzy, kde-format
#| msgid "Leave room"
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "ਰੂਮ ਨੂੰ ਛੱਡੋ"
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, fuzzy, kde-format
#| msgid "Room not found"
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "ਰੂਮ ਨਹੀ ਲੱਭਿਆ"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<message>"
msgid "<message>"
msgstr "<message>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "ਸਰਲ ਲਿਖਤ ਸੁਨੇਹੇ ਦੇ ਅੱਗੇ ¯\\_(ツ)_/¯ ਜੋੜਦਾ ਹੈ"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "ਸਰਲ ਲਿਖਤ ਸੁਨੇਹੇ ਦੇ ਅੱਗੇ ( ͡° ͜ʖ ͡°) ਜੋੜਦਾ ਹੈ"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "ਸਰਲ ਲਿਖਤ ਸੁਨੇਹੇ ਦੇ ਅੱਗੇ (╯°□°)╯︵ ┻━┻ ਜੋੜਦਾ ਹੈ"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "ਸਰਲ ਲਿਖਤ ਸੁਨੇਹੇ ਦੇ ਅੱਗੇ ┬──┬ ( ゜-゜ノ) ਜੋੜਦਾ ਹੈ"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
#, fuzzy
#| msgid "React to this message with a text"
msgid "Sends the given message as plain text"
msgstr "ਇਸ ਸੁਨੇਹੇ ਨੂੰ ਲਿਖਤ ਨਾਲ ਅਸਰ ਦਿਓ"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 ਨੂੰ ਰੂਮ ਤੋਂ ਪਾਬੰਦੀ ਲਾਈ: %2"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are already in this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<user id>"
msgstr "<user-id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
#, fuzzy
#| msgid "%1 invited you to a room"
msgid "Invites the user to this room"
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, fuzzy, kde-format
#| msgid "Configure room"
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "ਰੂਮ ਦੀ ਸੰਰਚਨਾ"
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
#, fuzzy
#| msgid "joined the room"
msgid "Joins the given room"
msgstr "ਰੂਮ 'ਚ ਦਾਖਲ ਹੋਏ"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, fuzzy, kde-format
#| msgid "Configure room"
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "ਰੂਮ ਦੀ ਸੰਰਚਨਾ"
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<room alias or id> [<reason>]"
msgstr "<user-id>"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
#, fuzzy
#| msgid "joined the room"
msgid "Requests to join the given room"
msgstr "ਰੂਮ 'ਚ ਦਾਖਲ ਹੋਏ"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
#, fuzzy
#| msgid "Ignore this user"
msgid "Ignores the given user"
msgstr "ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਅਣਡਿੱਠਾ ਨਾ ਕਰੋ"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
#, fuzzy
#| msgid "Unignore this user"
msgid "Unignores the given user"
msgstr "ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰੋ"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<reaction text>"
msgid "<reaction text>"
msgstr "<reaction text>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
#, fuzzy
#| msgid "React to this message with a text"
msgid "React to the message with the given text"
msgstr "ਇਸ ਸੁਨੇਹੇ ਨੂੰ ਲਿਖਤ ਨਾਲ ਅਸਰ ਦਿਓ"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 ਨੂੰ ਰੂਮ ਤੋਂ ਪਾਬੰਦੀ ਲਾਈ: %2"
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to ban users from this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 ਨੂੰ ਰੂਮ ਤੋਂ ਪਾਬੰਦੀ ਲਾਈ: %2"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<user id> [<reason>]"
msgstr "<user-id>"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
#, fuzzy
#| msgid "Ignore this user"
msgid "Bans the given user"
msgstr "ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਅਣਡਿੱਠਾ ਨਾ ਕਰੋ"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to unban users from this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 ਨੂੰ ਰੂਮ ਤੋਂ ਪਾਬੰਦੀ ਲਾਈ: %2"
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 ਨੂੰ ਰੂਮ ਤੋਂ ਪਾਬੰਦੀ ਲਾਈ: %2"
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
#, fuzzy
#| msgid "Ignore this user"
msgid "Removes the ban of the given user"
msgstr "ਇਸ ਵਰਤੋਂਕਾਰ ਨੂੰ ਅਣਡਿੱਠਾ ਨਾ ਕਰੋ"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to kick users from this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "ਇਸ ਰੂਮ ਵਿੱਚ ਨਿਓ-ਚੈਟ ਖੋਲ੍ਹੋ"
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 ਨੂੰ ਰੂਮ ਤੋਂ ਪਾਬੰਦੀ ਲਾਈ: %2"
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
#, fuzzy
#| msgid "%1 invited you to a room"
msgid "Removes the user from the room"
@@ -3289,13 +3275,13 @@ msgstr "ਰੂਮ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ: \"%1\""
msgid "Space creation failed: %1"
msgstr "ਰੂਮ ਬਣਾਉਣ ਲਈ ਫੇਲ੍ਹ: \"%1\""
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "ਪਾਸਵਰਡ ਕਾਮਯਾਬੀ ਨਾਲ ਬਦਲਿਆ ਹੈ"
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3537,8 +3523,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading"
msgid "Loading"
@@ -3558,12 +3544,12 @@ msgid ""
"a little while."
msgstr "ਉਡੀਕੋ। ਇਸ ਨੂੰ ਕੁਝ ਸਮਾਂ ਲੱਗ ਸਕਦਾ ਹੈ।"
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "ਨੈੱਟਵਰਕ ਗ਼ਲਤੀ: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "ਲਾਗਇਨ ਫੇਲ੍ਹ ਹੈ: %1"
@@ -3931,8 +3917,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading"
msgid "Loading reply"
@@ -3958,20 +3944,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "ਪੂਰੀ ਸਕਰੀਨ ਉੱਤੇ ਜਾਓ"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "%1 ਨੇ ਤੁਹਾਨੂੰ ਰੂਮ ਲਈ ਸੱਦਾ ਦਿੱਤਾ"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3979,7 +3965,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4300,7 +4286,7 @@ msgstr ""
msgid "Search"
msgstr ""
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "ਰੂਮ ਛਾਣੋ"
@@ -4428,34 +4414,34 @@ msgstr "ਮੌਨ ਕੀਤਾ"
msgid "Configure room"
msgstr "ਰੂਮ ਦੀ ਸੰਰਚਨਾ"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "No rooms found"
msgid "No friends found"
msgstr "ਕੋਈ ਰੂਮ ਨਹੀਂ ਲੱਭਿਆ"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "ਕੋਈ ਰੂਮ ਨਹੀਂ ਲੱਭਿਆ"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਕੁਝ ਰੂਮ ਜੁਆਇੰਨ ਕਰੋ"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "ਰੂਮ ਦੀ ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਖੋਜੋ"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, fuzzy, kde-format
#| msgid "Search in room directory"
msgid "Search in friend directory"

File diff suppressed because it is too large Load Diff

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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"
@@ -28,7 +28,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Enviar as notificações de escrita"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgid "Receiving push notifications"
@@ -149,11 +149,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -607,14 +602,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -642,7 +637,7 @@ msgid "Explore Rooms"
msgstr "Explorar as Salas"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1501,32 +1496,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Não foram encontrados resultados"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "A verificação da sessão foi cancelada por um motivo desconhecido."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Passou o tempo-limite de verificação da sessão."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Passou o tempo-limite de verificação da sessão do outro contacto."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Cancelou a verificação da sessão."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "O outro contacto cancelou a verificação da sessão."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1535,7 +1530,7 @@ msgstr ""
"A verificação da sessão foi cancelada porque foi recebida uma mensagem "
"inesperada."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1544,7 +1539,7 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão porque recebeu uma "
"mensagem inesperada."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1553,7 +1548,7 @@ msgstr ""
"A verificação da sessão foi cancelada porque foi recebida uma mensagem de "
"uma sessão desconhecida."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1562,7 +1557,7 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão porque recebeu uma "
"mensagem de uma sessão desconhecida."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1571,7 +1566,7 @@ msgstr ""
"A verificação da sessão foi cancelada porque o NeoChat não conseguiu lidar "
"com este método de verificação."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1580,13 +1575,13 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão porque não conseguiu lidar "
"com este método de verificação."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
"A verificação da sessão foi cancelada porque as chaves estão incorrectas."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, fuzzy, kde-format
#| msgid ""
#| "The remote party canceled the session verification because the keys are "
@@ -1600,7 +1595,7 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão porque as chaves estão "
"incorrectas."
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1608,7 +1603,7 @@ msgstr ""
"A verificação da sessão foi cancelada porque está a verificar um utilizador "
"inesperado."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1617,7 +1612,7 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão porque está a ser "
"verificado um utilizador inesperado."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
@@ -1625,7 +1620,7 @@ msgstr ""
"A verificação da sessão foi cancelada porque foi recebida uma mensagem "
"inválida."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1634,19 +1629,19 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão porque foi recebida uma "
"mensagem inválida."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "A sessão foi aceite num dispositivo diferente"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
"A verificação da sessão foi cancelada devido a um chave não correspondente."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1655,13 +1650,13 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão devido a um chave não "
"correspondente."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
"A verificação da sessão foi cancelada porque as chaves não correspondem."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1670,7 +1665,7 @@ msgstr ""
"O outro contacto cancelou a verificação da sessão porque as chaves não "
"correspondem."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "A verificação da sessão foi cancelada devido a um erro desconhecido."
@@ -1681,18 +1676,18 @@ msgstr "A verificação da sessão foi cancelada devido a um erro desconhecido."
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "O %1 não é um identificador correcto do Matrix"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, fuzzy, kde-format
#| msgid "Failed to join room"
msgid "Failed to join room<br />%1"
msgstr "Não foi possível juntar-se à sala"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Pediu para se ligar ao '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
#| msgid "Failed to request joining room"
msgid "Failed to request joining room<br />%1"
@@ -2847,123 +2842,114 @@ msgstr "Destino"
msgid "Leaving this room."
msgstr "A sair desta sala."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "O '%1' não parece ser um ID ou alcunha de sala."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "A sair da sala %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "A sala %1 não foi encontrada."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
"Não foi indicada nenhuma nova alcunha, pelo que não irão ocorrer "
"modificações."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<mensagem>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Antecede ¯\\_(ツ)_/¯ a uma mensagem de texto simples"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Antecede ( ͡° ͜ʖ ͡°) a uma mensagem de texto simples"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Antecede (╯°□°)╯︵ ┻━┻ a uma mensagem de texto simples"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Antecede ┬──┬ ( ゜-゜ノ) a uma mensagem de texto simples"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Envia a mensagem indicada, colorida como um arco-íris"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Envia o ícone emotivo indicado, colorido como um arco-íris"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Envia a mensagem indicada em texto simples"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Envia a mensagem indicada como uma revelação"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Envia o ícone emotivo indicado"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Envia a mensagem indicada como um aviso"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "O '%1' não parece ser um ID do Matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "O %1 já foi convidado para esta sala."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "O %1 foi banido desta sala."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Já se encontra nesta sala."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "O %1 já se encontra nesta sala."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgctxt "<username> was invited into this room"
#| msgid "%1 was invited into this room"
@@ -2971,201 +2957,201 @@ msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "O %1 foi convidado para esta sala"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<ID do utilizador>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Convida o utilizador para esta sala"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "A juntar-se à sala %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<ID ou alcunha da sala>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Junta-se à sala indicada"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "A contactar a sala %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<ID ou alcunha da sala> [<razão>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Pedidos para se ligar à sala indicada"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Já se encontra na sala %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<ID ou alcunha da sala>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Sai da sala indicada ou desta sala, caso não seja indicada nenhuma"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<nome visível>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Muda o seu nome visível global"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Muda o seu nome visível nesta sala"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "O %1 já está a ser ignorado."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "O %1 está agora ignorado."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignora o utilizador indicado"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "O %1 não está ignorado."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "O %1 já não é mais ignorado."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Reactiva o utilizador indicado"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<texto da reacção>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reagir a esta mensagem com o texto indicado"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "O %1 já foi banido desta sala."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Não tem permissão para banir os utilizadores desta sala."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Não tem permissão para banir o %1 desta sala."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "O %1 foi banido desta sala."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<ID do utilizador> [<razão>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Expulsa o utilizador indicado"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Não tem permissão para aceitar de volta utilizadores desta sala."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "O %1 não está expulso desta sala."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "O %1 já não está mais expulso desta sala."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Remove a expulsão do utilizador indicado"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Não se pode expulsar a si próprio da sala."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "O %1 não se encontra nesta sala."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Não tem permissão para expulsar utilizadores desta sala."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Não tem permissão para expulsar o %1 desta sala."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "O %1 foi expulso desta sala."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Remove o utilizador da sala"
@@ -3273,12 +3259,12 @@ 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/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "O relatório foi enviado com sucesso."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3520,8 +3506,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading"
@@ -3541,12 +3527,12 @@ msgid ""
"a little while."
msgstr "Espere por favor. Isto pode demorar um pouco."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Erro de Rede: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Autenticação sem Sucesso: %1"
@@ -3918,8 +3904,8 @@ msgid "Expand preview"
msgstr "Expandir a antevisão"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading reply"
@@ -3945,21 +3931,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Entrar no Ecrã Completo"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "O ficheiro é demasiado grande para ser transferido."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Não foi possível juntar-se à sala"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3967,7 +3953,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4286,7 +4272,7 @@ msgstr ""
msgid "Search"
msgstr "Procurar"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Explorar as salas"
@@ -4412,34 +4398,34 @@ msgstr "Sala em silêncio"
msgid "Configure room"
msgstr "Configurar a sala"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "No rooms found"
msgid "No friends found"
msgstr "Não foram encontradas salas"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Não foram encontradas salas"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Junte-se a algumas salas para começar"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Procurar na lista de salas"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, fuzzy, kde-format
#| msgid "Search in room directory"
msgid "Search in friend directory"
@@ -7228,6 +7214,10 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 está a escrever"
msgstr[1] "%2 estão a escrever"
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "O '%1' não parece ser um ID ou alcunha de sala."
#~ msgid "Switch User"
#~ msgstr "Mudar de Utilizador"

File diff suppressed because it is too large Load Diff

6548
po/ro/neochat.po Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,122 @@
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
<!ENTITY % Russian "INCLUDE">
]>
<!--
SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu>
SPDX-License-Identifier: CC-BY-SA-4.0
-->
<refentry lang="&language;">
<refentryinfo>
<title
>Руководство пользователя NeoChat</title>
<author
><firstname
>Carl</firstname
><surname
>Schwan</surname
> <contrib
>man-страница NeoChat.</contrib
> <email
>carl@carlschwan.eu</email
></author>
<date
>2022-11-01</date>
<releaseinfo
>22.09</releaseinfo>
<productname
>NeoChat</productname>
</refentryinfo>
<refmeta>
<refentrytitle>
<command
>neochat</command>
</refentrytitle>
<manvolnum
>1</manvolnum>
</refmeta>
<refnamediv>
<refname
>neochat</refname>
<refpurpose
>Клиент для взаимодействия с протоколом обмена сообщениями Matrix</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis
><command
>neochat</command
> <arg choice="opt"
><replaceable
>URI</replaceable
></arg
> </cmdsynopsis>
</refsynopsisdiv>
<refsect1 id="description">
<title
>Описание</title>
<para
><command
>neochat</command
> — приложение для настольных и мобильных устройств, позволяющее общаться в чатах с помощью протокола Matrix. </para>
</refsect1>
<refsect1 id="options"
><title
>Параметры</title>
<variablelist>
<varlistentry>
<term
><option
>URI</option
></term>
<listitem>
<para
>URI-адрес пользователя или комнаты в Matrix, например: matrix:u/user:example.org и matrix:r/root:example.org. NeoChat попытается открыть указанную комнату или беседу. </para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 id="bug">
<title
>Отчёты об ошибках</title>
<para
>Сообщать об ошибках и отправлять предложения по улучшению можно по адресу <ulink url="https://bugs.kde.org/enter_bug.cgi?product=NeoChat&amp;component=General"
>https://bugs.kde.org/enter_bug.cgi?product=NeoChat&amp;component=General</ulink
></para>
</refsect1>
<refsect1>
<title
>Смотрите также</title>
<simplelist>
<member
>Список наиболее часто задаваемых вопросов о Matrix <ulink url="https://matrix.org/faq/"
>https://matrix.org/faq/</ulink
> </member>
<member
>kf5options(7)</member>
<member
>qt5options(7)</member>
</simplelist>
</refsect1>
<refsect1 id="copyright"
><title
>Авторские права</title>
<para
>Авторские права &copy; Tobias Fella, 20202022 </para>
<para
>Авторские права &copy; Carl Schwan, 20202022 </para>
<para
>Лицензия: стандартная общественная лицензия GNU версии 3 или любой более поздней версии &lt;<ulink url="https://www.gnu.org/licenses/gpl-3.0.html"
>https://www.gnu.org/licenses/gpl-3.0.html</ulink
>&gt;</para>
</refsect1>
</refentry>

File diff suppressed because it is too large Load Diff

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-12-29 23:07+0530\n"
"Last-Translator: kali <shreekantkalwar@gmail.com>\n"
"Language-Team: Sanskrit <kde-i18n-doc@kde.org>\n"
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "नूतनसन्देशानां सूचनां प्राप्य"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "पुश सूचनाः प्राप्य"
@@ -143,11 +143,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "केवलं स्वपरीक्षाणां कृते उपयुज्यते"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "आन्तरिकप्रयोगमात्रम् ।"
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -568,14 +563,14 @@ msgstr "मित्राणि अन्वेष्यताम्"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "मित्राणि अन्वेष्यताम्"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -603,7 +598,7 @@ msgid "Explore Rooms"
msgstr "कक्षेषु अन्वेषणं कुर्वन्तु"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1423,67 +1418,67 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "न मेलनं लब्धम्"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "अज्ञातकारणात् सत्रसत्यापनं रद्दं कृतम्।"
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "सत्रसत्यापनस्य समयः समाप्तः।"
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "दूरस्थपक्षस्य कृते सत्रसत्यापनस्य समयः समाप्तः।"
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "भवान् सत्रसत्यापनं रद्दं कृतवान् ।"
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "दूरस्थपक्षः सत्रसत्यापनं रद्दं कृतवान् ।"
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "अस्माभिः अप्रत्याशितसन्देशः प्राप्तः इति कारणेन सत्रसत्यापनं रद्दं कृतम् ।"
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr "दूरस्थपक्षः अप्रत्याशितसन्देशं प्राप्तवान् इति कारणेन सत्रसत्यापनं रद्दं कृतवान् ।"
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr "अज्ञातसत्रस्य सन्देशः प्राप्तः इति कारणेन सत्रसत्यापनं रद्दं कृतम् ।"
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr "दूरस्थपक्षः अज्ञातसत्रस्य सन्देशं प्राप्तवान् इति कारणेन सत्रसत्यापनं रद्दं कृतवान् ।"
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr "सत्रसत्यापनं रद्दं कृतम् यतः NeoChat एतत् सत्यापनविधिं सम्भालितुं असमर्थः अस्ति ।"
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1491,12 +1486,12 @@ msgid ""
msgstr ""
"दूरस्थपक्षः सत्रसत्यापनं रद्दं कृतवान् यतः सः एतत् सत्यापनविधिं सम्भालितुं असमर्थः अस्ति ।"
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "कुञ्जिकाः अशुद्धाः इति कारणेन सत्रसत्यापनं रद्दं कृतम् ।"
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1508,63 +1503,63 @@ msgstr ""
"\n"
"**कृपया बहिः गत्वा पुनः प्रवेशं कुर्वन्तु, भवतः सत्रं भग्नम्/भ्रष्टम् अस्ति।**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr "सत्रसत्यापनं रद्दं कृतम् यतः एतत् अप्रत्याशितप्रयोक्तारं सत्यापयति ।"
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr "दूरस्थपक्षः सत्रसत्यापनं रद्दं कृतवान् यतः सः अप्रत्याशितप्रयोक्तारं सत्यापयति ।"
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "अस्माभिः अमान्यसन्देशः प्राप्तः इति कारणेन सत्रसत्यापनं रद्दं कृतम् ।"
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr "दूरस्थपक्षः सत्रसत्यापनं रद्दं कृतवान् यतः सः अमान्यसन्देशं प्राप्तवान् ।"
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "सत्रं भिन्नयन्त्रे स्वीकृतम्"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "असङ्गतकुंजीकारणात् सत्रसत्यापनं रद्दं कृतम् ।"
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "दूरस्थपक्षः असङ्गतकुंजीकारणात् सत्रसत्यापनं रद्दं कृतवान् ।"
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "सत्रसत्यापनं रद्दं कृतम् यतः कीलानि न मेलन्ति ।"
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "दूरस्थपक्षः सत्रसत्यापनं रद्दं कृतवान् यतः कुञ्जिकाः न मेलन्ति ।"
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "अज्ञातदोषस्य कारणेन सत्रसत्यापनं रद्दं कृतम् ।"
@@ -1574,17 +1569,17 @@ msgstr "अज्ञातदोषस्य कारणेन सत्रस
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "विकृत अथवा रिक्त Matrix id<br /> %1 सम्यक् Matrix-परिचयः नास्ति"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "कक्षं सम्मिलितुं असफलः अभवत्<br /> %1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "भवान् '%1' इत्यत्र सम्मिलितुं प्रार्थितवान्।"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "सम्मिलितकक्षस्य अनुरोधं कर्तुं असफलः<br /> %1"
@@ -2648,321 +2643,312 @@ msgstr "गन्तव्य"
msgid "Leaving this room."
msgstr "एतत् कक्षं त्यक्त्वा।"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' कक्षस्य id अथवा उपनाम इव न दृश्यते ।"
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "कक्षं त्यक्त्वा %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "कक्षः %1 न प्राप्तः।"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "न नूतनं उपनाम प्रदत्तं, परिवर्तनं न भविष्यति।"
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<सन्देशः>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "साधारणपाठसन्देशस्य ̄\\_(ツ)_/ ̄ इत्यस्य पूर्ववर्तनं करोति"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "साधारणपाठसन्देशस्य पूर्ववर्ती ( ͡° ͜ʖ ͡°) भवति"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "साधारणपाठसन्देशस्य पूर्ववर्ती (╯°□°)╯︵ ┻━┻"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "साधारणपाठसन्देशस्य ┬──┬ ( ゜-゜ノ) इत्यस्य पूर्ववर्ती भवति"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "दत्तं सन्देशं इन्द्रधनुषरूपेण वर्णितं प्रेषयति"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "दत्तं इमोट् इन्द्रधनुष इव वर्णितं प्रेषयति"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "दत्तं सन्देशं साधारणपाठरूपेण प्रेषयति"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "दत्तं सन्देशं विध्वंसकरूपेण प्रेषयति"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "दत्तं इमोट् प्रेषयति"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "दत्तं सन्देशं सूचनारूपेण प्रेषयति"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' matrix id इव न दृश्यते ।"
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 अस्मिन् कक्षे पूर्वमेव आमन्त्रितः अस्ति ।"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 अस्मिन् कक्षे प्रतिबन्धितम् अस्ति ।"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "त्वं पूर्वमेव अस्मिन् कक्षे असि।"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 अस्मिन् कक्षे पूर्वमेव अस्ति ।"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 अस्मिन् कक्षे आमन्त्रितः आसीत् ।"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<उपयोक्ता आईडी>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "उपयोक्तारम् अस्मिन् कक्षे आमन्त्रयति"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "संयोगकक्षः %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<कक्ष उपनाम वा id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "दत्तकक्षे सम्मिलितः भवति"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "ठोकने कक्ष %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<कक्ष उपनाम वा id> [<कारण>] ।"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "दत्तकक्षे सम्मिलितुं अनुरोधं करोति"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "भवान् पूर्वमेव %1 कक्षे अस्ति ।"
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<कक्ष उपनाम वा id>] ।"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "दत्तं कक्षं वा एतत् कक्षं वा त्यजति, यदि दत्तं नास्ति"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<प्रदर्शननाम>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "भवतः वैश्विकप्रदर्शननाम परिवर्तयति"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "अस्मिन् कक्षे भवतः प्रदर्शननाम परिवर्तयति"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 पूर्वमेव उपेक्षितम् अस्ति ।"
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 इदानीं उपेक्षितम् अस्ति ।"
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "दत्तं उपयोक्तारं उपेक्षते"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 न उपेक्षितम् ।"
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 न पुनः उपेक्षितम् ।"
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "दत्तस्य उपयोक्तुः अवहेलनां करोति"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<प्रतिक्रिया पाठ>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "दत्तपाठेन सन्देशे प्रतिक्रियां कुर्वन्तु"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 अस्मात् कक्ष्याम् पूर्वमेव प्रतिबन्धितम् अस्ति ।"
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "अस्मिन् कक्षे उपयोक्तृन् प्रतिबन्धयितुं भवद्भिः अनुमतिः नास्ति ।"
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "अस्मात् कक्ष्यायाः %1 प्रतिबन्धं कर्तुं भवतः अनुमतिः नास्ति ।"
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 अस्मिन् कक्षे प्रतिबन्धितः आसीत् ।"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<उपयोगकर्ता आईडी> [<कारण>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "दत्तं उपयोक्तारं प्रतिबन्धयति"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "अस्मात् कक्ष्यायाः उपयोक्तृभ्यः निषेधं कर्तुं भवद्भिः अनुमतिः नास्ति ।"
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 अस्मिन् कक्षे प्रतिबन्धितः नास्ति ।"
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 अस्मात् कक्षात् अप्रतिबन्धितः आसीत् ।"
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "दत्तस्य उपयोक्तुः प्रतिबन्धं निष्कासयति"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "भवन्तः कक्षात् आत्मानं पादं पातुं न शक्नुवन्ति।"
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 अस्मिन् कक्षे नास्ति ।"
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "अस्मात् कक्ष्यायाः उपयोक्तृन् पादं पातुं भवद्भिः अनुमतिः नास्ति ।"
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "अस्मात् कक्ष्यायाः %1 पादं पातुं भवतः अनुमतिः नास्ति ।"
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 अस्मात् कक्ष्याः पादप्रहारः अभवत् ।"
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "उपयोक्तारं कक्षात् निष्कासयति"
@@ -3070,12 +3056,12 @@ msgstr "कक्षनिर्माणं विफलम्: %1"
msgid "Space creation failed: %1"
msgstr "अन्तरिक्षनिर्माणं विफलम्: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "प्रतिवेदनं सफलतया प्रेषितम्।"
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3308,8 +3294,8 @@ msgstr "अस्मिन् सर्वरे पञ्जीकरणं न
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "लोडिंग"
@@ -3329,12 +3315,12 @@ msgstr ""
"कृपया भवतः सन्देशाः सर्वरात् लोड् भवन्ति तावत् प्रतीक्ष्यताम् । एतत् किञ्चित् समयं यावत् भवितुं "
"शक्नोति।"
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "संजालदोषः %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "प्रवेशः विफलः: %1"
@@ -3674,8 +3660,8 @@ msgid "Expand preview"
msgstr "पूर्वावलोकनं विस्तारयतु"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "उत्तरं लोडयति"
@@ -3699,20 +3685,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Full Screen इति प्रविष्टं कुर्वन्तु"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "कक्षं सम्मिलितुं असफलः अभवत्<br /> %1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3721,7 +3707,7 @@ msgid ""
msgstr ""
"एषः सन्देशः न प्राप्तः, भवतः द्रष्टुं अनुमतिः नास्ति, अथवा उपेक्षितेन उपयोक्त्रा प्रेषितः"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4015,7 +4001,7 @@ msgstr "एकं QR कोडं स्कैन कुर्वन्तु"
msgid "Search"
msgstr "अन्वेषण"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "कक्ष्याः अन्वेषणं कुर्वन्तु"
@@ -4137,33 +4123,33 @@ msgstr "निःशब्दः कक्षः"
msgid "Configure room"
msgstr "कक्षं विन्यस्यताम्"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "न मित्राणि प्राप्तानि"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "न कक्ष्याः प्राप्ताः"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "भवता अद्यापि भवतः कश्चन मित्रः न योजितः, तान् अन्वेष्टुं अधः क्लिक् कुर्वन्तु।"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "आरम्भार्थं केषुचित् कक्षेषु सम्मिलिताः भवन्तु"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "कक्षनिर्देशिकायां अन्वेषणं कुर्वन्तु"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "मित्रनिर्देशिकायां अन्वेषणं कुर्वन्तु"
@@ -6744,6 +6730,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 टङ्कयति"
msgstr[1] "%2 टङ्कयन्ति"
#~ msgid "Internal usage only."
#~ msgstr "आन्तरिकप्रयोगमात्रम् ।"
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' कक्षस्य id अथवा उपनाम इव न दृश्यते ।"
#~ msgid "Switch User"
#~ 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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-11-10 11:41+0100\n"
"Last-Translator: Roman Paholík <wizzardsk@gmail.com>\n"
"Language-Team: KDE-SK\n"
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Zobraziť upozornenia"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, fuzzy, kde-format
#| msgid "Show notifications"
msgid "Receiving push notifications"
@@ -144,11 +144,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -593,14 +588,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -627,7 +622,7 @@ msgid "Explore Rooms"
msgstr "Prehliadať miestnosti"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1472,79 +1467,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Nič nenájdené"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1553,63 +1548,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1620,18 +1615,18 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "%1 nie je správny Matrix identifikátor"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Failed to join room<br />%1"
msgstr "pozval %1 do miestnosti"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Failed to request joining room<br />%1"
@@ -2790,385 +2785,376 @@ msgstr "Cieľ"
msgid "Leaving this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Opúšťam miestnosť %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Miestnosť %1 sa nenašla."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
#, fuzzy
#| msgid "Send message"
msgid "<message>"
msgstr "Odoslať správu"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Pridá ¯\\_(ツ)_/¯ na začiatok textovej správy"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Pridá ( ͡° ͜ʖ ͡°) na začiatok textovej správy"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
#, fuzzy
#| msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Pridá ( ͡° ͜ʖ ͡°) na začiatok textovej správy"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
#, fuzzy
#| msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Pridá ( ͡° ͜ʖ ͡°) na začiatok textovej správy"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
#, fuzzy
#| msgid "Sends the given message coloured as a rainbow"
msgid "Sends the given message colored as a rainbow"
msgstr "Odošle danú správu zafarebnú ako dúha"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
#, fuzzy
#| msgid "Sends the given emote coloured as a rainbow"
msgid "Sends the given emote colored as a rainbow"
msgstr "Odošle daný emotikon zafarbený ako dúha"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
#, fuzzy
#| msgid "Sends the given message coloured as a rainbow"
msgid "Sends the given message as plain text"
msgstr "Odošle danú správu zafarebnú ako dúha"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
#, fuzzy
#| msgid "Sends the given message coloured as a rainbow"
msgid "Sends the given message as a spoiler"
msgstr "Odošle danú správu zafarebnú ako dúha"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
#, fuzzy
#| msgid "Sends the given message coloured as a rainbow"
msgid "Sends the given emote"
msgstr "Odošle danú správu zafarebnú ako dúha"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
#, fuzzy
#| msgid "Sends the given message coloured as a rainbow"
msgid "Sends the given message as a notice"
msgstr "Odošle danú správu zafarebnú ako dúha"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, fuzzy, kde-format
#| msgid "reinvited %1 to the room"
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "znovu pozval %1 do miestnosti"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "zakázal %1 z miestnosti: %2"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are already in this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "pozval %1 do miestnosti"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<user id>"
msgstr "<user-id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
#, fuzzy
#| msgid "invited %1 to the room"
msgid "Invites the user to this room"
msgstr "pozval %1 do miestnosti"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Vstupujem do miestnosti %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<alias miestnosti alebo jej id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Vstúpi do danej miestnosti"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, fuzzy, kde-format
#| msgid "Configure room"
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Nastaviť miestnosť"
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<room alias or id> [<reason>]"
msgstr "<user-id>"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
#, fuzzy
#| msgid "joined the room"
msgid "Requests to join the given room"
msgstr "sa pripojil k miestnosti"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
#, fuzzy
#| msgctxt "their refers to a singular user"
#| msgid "changed their display name to %1"
msgid "Changes your global display name"
msgstr "zmenili svoje zobrazované meno na %1"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
#, fuzzy
#| msgctxt "their refers to a singular user"
#| msgid "changed their display name to %1"
msgid "Changes your display name in this room"
msgstr "zmenili svoje zobrazované meno na %1"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
#, fuzzy
#| msgid "Ignore this user"
msgid "Ignores the given user"
msgstr "Ignorovať tohto používateľa"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
#, fuzzy
#| msgid "Unignore this user"
msgid "Unignores the given user"
msgstr "Prestať ignorovať tohto požívateľa"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
#, fuzzy
#| msgid "React to this message with a text"
msgid "React to the message with the given text"
msgstr "Reagovať na túto správu textom"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "zakázal %1 z miestnosti: %2"
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to ban users from this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "zakázal %1 z miestnosti: %2"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
#, fuzzy
#| msgctxt "@label Parameter of a command"
#| msgid "<user-id>"
msgid "<user id> [<reason>]"
msgstr "<user-id>"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
#, fuzzy
#| msgid "Ignore this user"
msgid "Bans the given user"
msgstr "Ignorovať tohto používateľa"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to unban users from this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "zakázal %1 z miestnosti: %2"
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "zakázal %1 z miestnosti: %2"
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
#, fuzzy
#| msgid "Ignore this user"
msgid "Removes the ban of the given user"
msgstr "Ignorovať tohto používateľa"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "You are not allowed to kick users from this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, fuzzy, kde-format
#| msgid "banned %1 from the room: %2"
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "zakázal %1 z miestnosti: %2"
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
#, fuzzy
#| msgid "invited %1 to the room"
msgid "Removes the user from the room"
@@ -3281,13 +3267,13 @@ msgstr "Vytvorenie miestnosti zlyhalo: \"%1\""
msgid "Space creation failed: %1"
msgstr "Vytvorenie miestnosti zlyhalo: \"%1\""
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Heslo úspešne zmenené"
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3530,8 +3516,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading"
@@ -3550,12 +3536,12 @@ msgid ""
"a little while."
msgstr ""
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Chyba siete: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Prihlásenie zlyhalo: %1"
@@ -3912,8 +3898,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading reply"
@@ -3938,20 +3924,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Prejsť do režimu celej obrazovky"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "pozval %1 do miestnosti"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3959,7 +3945,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4282,7 +4268,7 @@ msgstr ""
msgid "Search"
msgstr "Hľadať"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Prehliadať miestnosti"
@@ -4407,34 +4393,34 @@ msgstr "Stlmený"
msgid "Configure room"
msgstr "Nastaviť miestnosť"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "No rooms found"
msgid "No friends found"
msgstr "Žiadne miestnosti neboli nájdené"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Žiadne miestnosti neboli nájdené"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Pripojte sa k niektorým miestnostiam a začnite"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Vyhľadajte v adresári miestnosti"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, fuzzy, kde-format
#| msgid "Search in room directory"
msgid "Search in friend directory"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-05 06:39+0200\n"
"Last-Translator: Matjaž Jeran <matjaz.jeran@amis.net>\n"
"Language-Team: Slovenian <lugos-slo@lugos.si>\n"
@@ -29,7 +29,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Sprejemanje obvestil za nova sporočila"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Sprejemanje potisnih obvestil"
@@ -144,11 +144,6 @@ msgstr "Zamenjaj obstoječi pojavek"
msgid "Only used for autotests"
msgstr "Se uporablja samo za avtotestiranja"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Samo za interno rabo."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -566,14 +561,14 @@ msgstr "Poišči vaše prijatelje"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Poišči vaše prijatelje"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -598,7 +593,7 @@ msgid "Explore Rooms"
msgstr "Razišči sobe"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1388,32 +1383,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Ni najdenih zadetkov"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Verifikacija seje je bila prekinjena zaradi neznanega vzroka."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Verifikacija seje je potekla."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Verifikacija seje je potekla na oddaljeni strani."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Preklicali ste verifikacijo seje."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Oddaljena stran je preklicala verifikacijo seje."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1422,7 +1417,7 @@ msgstr ""
"Verifikacija seje je bila preklicana, ker smo sprejeli nepričakovano "
"sporočilo."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1431,7 +1426,7 @@ msgstr ""
"Verifikacija seje je bila preklicana na oddaljeni strani, ker so sprejeli "
"nepričakovano sporočilo."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1440,7 +1435,7 @@ msgstr ""
"Verifikacija seje je bila preklicana, ker je bilo sprejeto sporočilo neznane "
"seje."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1449,7 +1444,7 @@ msgstr ""
"Verifikacijo seje je preklicala oddaljena stran, ker je sprejela sporočilo "
"neznane seje."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1458,7 +1453,7 @@ msgstr ""
"Verifikacija seje je bila preklicana, ker NeoChat ni sposoben obravnavati te "
"metode verifikacije."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1467,12 +1462,12 @@ msgstr ""
"Verifikacijo seje je preklicala oddaljena stran, ker ni sposobna obravnavati "
"te metode verifikacije."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Verifikacija seje je bila preklicana, ker so ključi nekorektni."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1484,7 +1479,7 @@ msgstr ""
"\n"
"**Prosimo odjavite se in nato se spet prijavite, vaša seja je pokvarjena.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1492,7 +1487,7 @@ msgstr ""
"Verifikacija seje je bila preklicana, ker verificira nepričakovanega "
"uporabnika."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1501,14 +1496,14 @@ msgstr ""
"Verifikacija seje je preklicala oddaljena stran, ker verificira "
"nepričakovanega uporabnika."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
"Verifikacija seje je bila preklicana, ker smo sprejeli neveljavno sporočilo."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1517,18 +1512,18 @@ msgstr ""
"Verifikacija seje je preklicala oddaljena stran, ker je sprejela neveljavno "
"sporočilo."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Ta seja je bila sprejeta na drugačni napravi"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Verifikacija seje je bila preklicana zaradi neustreznega ključa."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1536,12 +1531,12 @@ msgid ""
msgstr ""
"Verifikacijo seje je preklicala oddaljena stran zaradi neustreznega ključa."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Verifikacija seje je bila preklicana, ker se ključa ne ujemata."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1549,7 +1544,7 @@ msgid ""
msgstr ""
"Verifikacijo seje je preklicala oddaljena stran, ker se ključa ne ujemata."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Verifikacija seje je bila preklicana zaradi neznane napake."
@@ -1561,17 +1556,17 @@ msgstr ""
"Napačno oblikovan ali prazen ID Matrixa<br />%1 ni pravilen določilnik za "
"Matrix"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Neuspela pridružitev v sobo<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Prosili ste za pridružitev v »%1«"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Neuspel zahtevek za pridružitev v sobo<br />%1"
@@ -2636,321 +2631,312 @@ msgstr "Cilj"
msgid "Leaving this room."
msgstr "Zapušča to sobo."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "»%1« ne izgleda kot določilnik vzdevek sobe."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Zapušča sobo %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Sobe %1 ni mogoče najti."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Ni danega novega vzdevka, ostane brez sprememb."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<sporočilo>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Doda ¯\\_(ツ)_/¯ v enostavno besedilo sporočila"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Doda ( ͡° ͜ʖ ͡°) v enostavno besedilo sporočila"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Doda predpono (╯°□°)╯︵ ┻━┻ pred enostavno besedilo sporočila"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Doda predpono ┬──┬ ( ゜-゜ノ) pred enostavno besedilo sporočila"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Pošlji dano sporočilo obarvano kot mavrica"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Pošlji dan čustvenček obarvan kot mavrica"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Pošlji dano sporočilo kot enostavno besedilo"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Pošlji dano sporočilo kot motilnik"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Pošlji dan čustvenček"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Pošlji dano sporočilo kot obvestilo"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "»%1« ne izgleda kot določilnik Matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 je ponovno povabljen v to sobo."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 je izobčen iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Ste že v tej sobi."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 je že v tej sobi."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 je bi povabljen v to sobo."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<uporabnikov določilnik>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Povabi uporabnika v to sobo"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Se pridružujem sobi %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<določilnik sobe ali vzdevek>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Se pridružuje dani sobi"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Trkam v sobo %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<vzdevek sobe ali določilnik>[<razlog>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Prošnje za pridružitev k dani sobi"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Ste že v sobi %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<vzdeve sobe ali določilnik>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Zapušča dano sobo ali to sobo, če ni nobene določene"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<ime prikaza>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Spremeni vaše globalno ime prikaza"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Spremeni ime prikaza v teh sobi"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 je že prezrt."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 je zdaj prezrt."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Prezri danega uporabnika"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 ni prezrt."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 ni več prezrt."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Od-prezri danega uporabnika"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<besedilo odziva>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Odzovi se na to sporočilo z danim besedilom"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 je že izobčen iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Nimate dovoljenja za izobčanje uporabnikov iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Nimate dovoljenja za izobčanje %1 iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 je bil izobčen iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<uporabnikov določilnik>[<razlog>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Izobči danega uporabnika"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Nimate dovoljenja za preklic izobčenja iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 ni izobčen iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 je bilo preklicano izobčenje iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Odstrani izobčenje danega uporabnika"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Ne morete samega sebe odstraniti iz sobe."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 ni v tej sobi."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Nimate dovoljenja za odstranjevanje uporabnikov iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Nimate dovoljenja za odstranjevanje %1 iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 je izločen iz te sobe."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Odstrani uporabnika iz te sobe"
@@ -3058,12 +3044,12 @@ msgstr "Ustvarjanje sobe ni uspelo: %1"
msgid "Space creation failed: %1"
msgstr "Ustvarjanje prostora ni uspelo: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Poročilo uspešno poslano."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3281,8 +3267,8 @@ msgstr "Registracija je onemogočena na tem strežniku."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Nalaganje"
@@ -3302,12 +3288,12 @@ msgstr ""
"Počakajte, da se vaša sporočila naložijo iz strežnika. To lahko traja nekaj "
"časa."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Napaka omrežja: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Prijava je spodletela: %1"
@@ -3646,8 +3632,8 @@ msgid "Expand preview"
msgstr "Razširi predogled"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Nalaganje odgovora"
@@ -3669,19 +3655,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Odpri celotni zaslon"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Prenos datoteke ni uspel."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Neuspel prenos datoteke:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3691,7 +3677,7 @@ msgstr ""
"Tega sporočila ni bilo mogoče najti, nimate dovoljenja za ogled ali pa ga je "
"poslal prezrt uporabnik"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Ta dogodek nima nobene vsebine.</i>"
@@ -3990,7 +3976,7 @@ msgstr "Skeniraj kodo QR"
msgid "Search"
msgstr "Išči"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Razišči sobe"
@@ -4106,17 +4092,17 @@ msgstr "Utišana soba"
msgid "Configure room"
msgstr "Nastavi sobo"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Ni najti nobenega prijatelja"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Nobene sobe ni mogoče najti"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4124,17 +4110,17 @@ msgstr ""
"Dodali niste še nobenega od svojih prijateljev, kliknite spodaj, da jih "
"poiščete."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Pridruži se nekaj sobam za začetek"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Poišči v imeniku sob"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Poišči v imeniku prijateljev"
@@ -6673,6 +6659,13 @@ msgstr[1] "%2 tipka"
msgstr[2] "%2 tipkata"
msgstr[3] "%2 tipkajo"
#~ msgid "Internal usage only."
#~ msgstr "Samo za interno rabo."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "»%1« ne izgleda kot določilnik vzdevek sobe."
#~ msgid "Switch User"
#~ msgstr "Preklopi uporabnika"

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: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-07-03 15:53+0200\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-24 18:07+0200\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall@gmail.com>\n"
"Language-Team: Swedish <kde-i18n-doc@kde.org>\n"
"Language: sv\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 25.04.1\n"
"X-Generator: Lokalize 25.04.2\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Skicka skrivunderrättelser för nya meddelanden"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Tar emot utskickade underrättelser"
@@ -140,11 +140,6 @@ msgstr "Ersätt en befintlig instans"
msgid "Only used for autotests"
msgstr "Bara använd för automatiska tester"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Bara intern användning."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -560,14 +555,14 @@ msgstr "Sök efter dina vänner"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Sök efter dina vänner"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -592,7 +587,7 @@ msgid "Explore Rooms"
msgstr "Utforska rum"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1382,32 +1377,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Inga träffar hittades"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Sessionsverifikationen avbröts av okänd anledning."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Tidsgräns för sessionsverifikation gick ut."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Tidsgräns för sessionsverifikation gick ut för motparten."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Du avbröt sessionsverifikationen."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Den andra parten avbröt sessionsverifikation."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1415,7 +1410,7 @@ msgid ""
msgstr ""
"Sessionsverifikationen avbröts eftersom vi tog emot ett oväntat meddelande."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1424,7 +1419,7 @@ msgstr ""
"Den andra parten avbröt sessionsverifikationen eftersom ett oväntat "
"meddelande togs emot."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1433,7 +1428,7 @@ msgstr ""
"Sessionsverifikationen avbröts eftersom den tog emot ett meddelande för en "
"okänd session."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1442,7 +1437,7 @@ msgstr ""
"Den andra parten avbröt sessionsverifikationen eftersom den tog emot ett "
"meddelande för en okänd session."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1451,7 +1446,7 @@ msgstr ""
"Sessionsverifikationen avbröts eftersom NeoChat inte kan hantera "
"verifikationsmetoden."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1460,12 +1455,12 @@ msgstr ""
"Den andra parten avbröt sessionsverifikationen eftersom den inte kan hantera "
"verifikationsmetoden."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Sessionsverifikationen avbröts eftersom nycklarna är felaktiga."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1477,14 +1472,14 @@ msgstr ""
"\n"
"**Logga ut och logga in igen, din session är felaktig eller förvanskad.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
"Sessionsverifikationen avbröts eftersom den verifierar en oväntad användare."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1493,14 +1488,14 @@ msgstr ""
"Den andra parten avbröt sessionsverifikationen eftersom den verifierar en "
"oväntad användare."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
"Sessionsverifikationen avbröts eftersom vi tog emot ett ogiltigt meddelande."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1509,18 +1504,18 @@ msgstr ""
"Den andra parten avbröt sessionsverifikationen eftersom den tog emot ett "
"ogiltigt meddelande."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Sessionen accepterades med en annan enhet"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Sessionsverifikationen avbröts på grund av en nyckel som inte matchar."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1529,12 +1524,12 @@ msgstr ""
"Den andra parten avbröt sessionsverifikationen på grund av en nyckel som "
"inte matchar."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Sessionsverifikationen avbröts eftersom nycklarna inte matchar."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1543,7 +1538,7 @@ msgstr ""
"Den andra parten avbröt sessionsverifikationen eftersom nycklarna inte "
"matchar."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Sessionsverifikationen avbröts på grund av ett okänt fel."
@@ -1555,17 +1550,17 @@ msgstr ""
"Felaktig eller tom Matris-identifierare<br />%1 är inte en korrekt Matrix-"
"identifierare"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Misslyckades gå med i rum<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Du frågade om att gå med i '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Misslyckades fråga om att gå med i rum<br />%1"
@@ -2627,321 +2622,312 @@ msgstr "Mål"
msgid "Leaving this room."
msgstr "Lämnar rummet."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "%1 ser inte ut som en rumsidentifierare eller alias."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Lämnar rummet %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Rummet %1 hittades inte."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Inget nytt smeknamn angivet, inga ändringar görs"
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<meddelande>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Lägger till ¯\\_(ツ)_/¯ först i ett vanligt textmeddelande"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Lägger till ( ͡° ͜ʖ ͡°) först i ett vanligt textmeddelande"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Lägger till (╯°□°)╯︵ ┻━┻ först i ett vanligt textmeddelande"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Lägger till ┬──┬ ( ゜-゜ノ) först i ett vanligt textmeddelande"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Skickar givet meddelande färglagt som en regnbåge"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Skickar given smilis färglagd som en regnbåge"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Skickar givet meddelande som vanlig text"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Skickar angivet meddelande som en spoiler"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Skickar given smilis"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Skickar givet meddelande som en anmärkning"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "%1 ser inte ut som en matrix-identifierare"
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 är redan inbjuden till rummet."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 är bannlyst från rummet."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Du är redan i rummet."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 är redan i rummet."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 bjöds in till rummet."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<användaridentifikation>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Bjuder in användare till rummet"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Går med i rummet %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<rumalias eller identifierare>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Går med i det givna rummet"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Knackar på rum %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<rumalias eller identifikation> [<orsak>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Frågar om att gå med i det angivna rummet"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Du är redan i rummet %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<rumalias eller identifierare>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Lämnar angivet rum eller detta rummet, om inget är angivet"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<visat namn>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Ändrar ditt globala namn att visa"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Ändrar ditt namn att visa för rummet"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 är redan ignorerad"
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 är nu ignorerad."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ignorerar den angivna användaren"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 ignoreras inte"
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 ignoreras inte längre"
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Sluta ignorera den angivna användaren"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<reaktionstext>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Reagera på meddelandet med den angivna texten"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 är redan bannlyst från rummet."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Du har inte tillåtelse att bannlysa användare från rummet."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Du har inte tillåtelse att bannlysa %1 från rummet."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 har bannlysts från rummet."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<användaridentifikation> [<orsak>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Bannlyser den angivna användaren"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Du har inte tillåtelse att sluta bannlysa användare från rummet."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 är inte bannlyst från rummet."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 har slutat bannlysas från rummet."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Tar bort bannlysningen för den angivna användaren"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Du kan inte kasta ut dig själv från rummet."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 finns inte i rummet."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Du har inte tillåtelse att kasta ut användare från rummet."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Du har inte tillåtelse att kasta ut %1 från rummet."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 kastades ut från rummet."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Tar bort användaren från rummet"
@@ -3049,12 +3035,12 @@ msgstr "Misslyckades skapa rum: \"%1"
msgid "Space creation failed: %1"
msgstr "Misslyckades skapa utrymme: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport skickades med lyckat resultat."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3273,8 +3259,8 @@ msgstr "Registrering är inaktiverad på servern."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Läser in"
@@ -3294,12 +3280,12 @@ msgstr ""
"Vänta medan dina meddelanden läses in från servern. Det kan ta en liten "
"stund."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Nätverksfel: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Inloggning misslyckades: %1"
@@ -3641,8 +3627,8 @@ msgid "Expand preview"
msgstr "Expandera förhandsgranskning"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Läser in svar"
@@ -3664,19 +3650,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Gå till fullskärm"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Misslyckades ladda ner filen."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Misslyckades ladda ner filen:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3686,7 +3672,7 @@ msgstr ""
"Antingen hittades meddelandet inte, eller så har du inte behörighet att visa "
"det, eller så skickades det av en ignorerad användare"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Händelsen har inte något innehåll.</i>"
@@ -3975,7 +3961,7 @@ msgstr "Läs av en QR-kod"
msgid "Search"
msgstr "Sök"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Utforska rum"
@@ -4091,17 +4077,17 @@ msgstr "Tystat rum"
msgid "Configure room"
msgstr "Anpassa rum"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Inga vänner hittades"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Inga rum hittades"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4109,17 +4095,17 @@ msgstr ""
"Du har inte lagt till någon av dina vänner ännu, klicka nedan för att söka "
"efter dem."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Gå med i några rum för att komma igång"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Sök i rumkatalog"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Sök i vänkatalog"
@@ -5160,30 +5146,28 @@ msgid "Custom"
msgstr "Egen"
#: src/settings/NeoChatGeneralPage.qml:137
#, fuzzy, kde-format
#| msgid "Decline"
#, kde-format
msgctxt "@title"
msgid "Timeline"
msgstr "Neka"
msgstr "Tidslinje"
#: src/settings/NeoChatGeneralPage.qml:142
#, kde-format
msgid "Mark messages as read when:"
msgstr ""
msgstr "Markera meddelanden som lästa:"
#: src/settings/NeoChatGeneralPage.qml:147
#, kde-format
msgid "Never"
msgstr ""
msgstr "Aldrig"
#: src/settings/NeoChatGeneralPage.qml:151
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room"
msgid "Entering the room"
msgstr "gick med i rummet"
msgstr "Går in i rummet"
#: src/settings/NeoChatGeneralPage.qml:155
#, kde-format
@@ -5191,25 +5175,22 @@ msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room and all messages are visible on screen"
msgid "Entering the room and all unread messages are visible"
msgstr ""
msgstr "Går in i rummet och alla olästa meddelanden är synliga"
#: src/settings/NeoChatGeneralPage.qml:159
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the room"
msgid "Exiting the room"
msgstr "gick med i rummet"
msgstr "Lämnar rummet"
#: src/settings/NeoChatGeneralPage.qml:163
#, fuzzy, kde-format
#| msgctxt "@info"
#| msgid "Rooms with the most unread message are higher"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the "
"room and all messages are visible on screen"
msgid "Exiting the room and all unread messages are visible"
msgstr "Rum med flest olästa meddelanden är först"
msgstr "Lämnar rummet och alla olästa meddelanden är synliga"
#: src/settings/NeoChatGeneralPage.qml:178
#, kde-format
@@ -6663,6 +6644,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 skriver"
msgstr[1] "%2 skriver"
#~ msgid "Internal usage only."
#~ msgstr "Bara intern användning."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "%1 ser inte ut som en rumsidentifierare eller alias."
#~ msgid "Timeline Events"
#~ msgstr "Tidslinjehändelser"

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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-03-16 15:18+0530\n"
"Last-Translator: Kishore G <kishore96@gmail.com>\n"
"Language-Team: Tamil <kde-i18n-doc@kde.org>\n"
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "புதிய செய்திகளுக்கான அறிவிப்புகளைப் பெறுவதற்கு"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "புஷ் அறிவிப்புகளைப் பெறுவது"
@@ -141,11 +141,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "தானியங்கி சோதனைகளுக்கு மட்டும்"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "உள்ளக் பயன்பாட்டு மட்டும்."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -566,14 +561,14 @@ msgstr "நண்பர்களைக் கண்டுபிடி"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "நண்பர்களைக் கண்டுபிடி"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -601,7 +596,7 @@ msgid "Explore Rooms"
msgstr "அரங்குப்பட்டியலில் உலாவுங்கள்"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1420,53 +1415,53 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "யாரும் கண்டுபிடிக்கப்படவில்லை"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "தெரியாத காரணத்தால் அமர்வு உறுதிப்பாட்டு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "அமர்வு உறுதிப்பாட்டு காலாவதியானது."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "அமர்வு உறுதிப்பாட்டு தொலை தரப்பினருக்கு காலாவதியானது."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "அமர்வு உறுதிப்பாட்டை நீங்கள் ரத்து செய்தீர்கள்."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "தொலை தரப்பு, அமர்வு உறுதிப்பாட்டை ரத்து செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "எதிர்பாராத பதிலால் அமர்வு உறுதிப்பாடு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr "தொலை தரப்பு, எதிர்பாராத பதிலைப் பெற்றதால் அமர்வு உறுதிப்பாட்டை ரத்து செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr "தெரியாத அமர்வுக்கான பதில் பெறப்பட்டதால் அமர்வு உறுதிப்பாடு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1474,7 +1469,7 @@ msgid ""
msgstr ""
"தெரியாத அமர்வுக்கான பதிலை தொலை தரப்பு பெற்றதால் அமர்வு உறுதிப்பாட்டை ரத்து செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1483,7 +1478,7 @@ msgstr ""
"இந்த உறுதிப்பாடு முறையை நியோச்சாட்டால் கையாள முடியாத‍தால், அமர்வு உறுதிப்பாட்டு ரத்து "
"செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1492,12 +1487,12 @@ msgstr ""
"தொலை தரப்பால் இந்த உறுதிப்பாடு முறையை கையாள முடியாத‍தால், அமர்வு உறுதிப்பாட்டை ரத்து "
"செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "சாவிகள் தவறாக உள்ளதால் அமர்வு உறுதிப்பாட்டு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1509,14 +1504,14 @@ msgstr ""
"\n"
"**அமர்வு முறையற்ற நிலையில் உள்ளதால் வெளியேறி மீண்டும் நுழையவும்.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
"எதிர்பாராத பயனரை உறுதிப்படுத்த முயற்சித்த‍தால் அமர்வு உறுதிப்பாடு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1525,13 +1520,13 @@ msgstr ""
"எதிர்பாராத பயனரை உறுதிப்படுத்த முயற்சித்த‍தால் தொலை தரப்பு அமர்வு உறுதிப்பாட்டை ரத்து "
"செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "செல்லுபடியாகாத பதிலால் அமர்வு உறுதிப்பாடு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1539,37 +1534,37 @@ msgid ""
msgstr ""
"தொலை தரப்பு, செல்லுபடியாகாத பதிலைப் பெற்றதால் அமர்வு உறுதிப்பாட்டை ரத்து செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "அமர்வு, வேறு சாதனத்தில் ஏற்கப்பட்டுள்ளது"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "சாவிகள் பொருந்தாமையால் அமர்வு உறுதிப்பாட்டு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "சாவிகள் பொருந்தாமையால் தொலை தரப்பு, அமர்வு உறுதிப்பாட்டை ரத்து செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "சாவிகள் பொருந்தாமையால் அமர்வு உறுதிப்பாட்டு ரத்து செய்யப்பட்டது."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "சாவிகள் பொருந்தாமையால் தொலை தரப்பு அமர்வு உறுதிப்பாட்டை ரத்து செய்த‍து."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "தெரியாத சிக்கலால் அமர்வு உறுதிப்பாட்டு ரத்து செய்யப்பட்டது."
@@ -1581,17 +1576,17 @@ msgstr ""
"முறையற்ற அல்லது காலியான மேட்ரிக்ஸு அடையாளம்<br />%1 ஒரு முறையான மேட்ரிக்ஸு "
"கணக்குப்பெயர் அல்ல"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "அரங்கில் நுழைவது தோல்வியடைந்தது<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1' அரங்கில் நுழைய அனுமதி கோரினீர்கள்"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "அரங்கில் நுழைய அனுமதிகோருவது தோல்வியடைந்தது<br />%1"
@@ -2655,323 +2650,314 @@ msgstr "சேருமிடம்"
msgid "Leaving this room."
msgstr "இவ்வரங்கிலிருந்து வெளியேறுகிறீர்கள்."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' ஓர் அரங்கின் பெயரைப் போலோ மாற்றுப்பெயரைப் போலோ தெரியவில்லை."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "%1 எனும் அரங்கிலிருந்து வெளியேறுகிறீர்கள்."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "%1 எனும் அரங்கை கண்டுபிடிக்க முடியவில்லை."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "புனைப்பெயர் வழங்கப்படாத‍தால் எம்மாற்றமும் நிகழாது."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<செய்தி>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "சாதாரண செய்திக்கு முன்னால் ¯\\_(ツ)_/¯ என்பதை சேர்க்கும்"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "சாதாரண செய்திக்கு முன்னால் ( ͡° ͜ʖ ͡°) என்பதை சேர்க்கும்"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "சாதாரண செய்திக்கு முன்னால் (╯°□°)╯︵ ┻━┻ என்பதை சேர்க்கும்"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "சாதாரண செய்திக்கு முன்னால் ┬──┬ ( ゜-゜ノ) என்பதை சேர்க்கும்"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "செய்திக்கு வானவில்லின் நிறங்களை இட்டு அனுப்பும்"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "கொடுக்கப்படும் முகவடியை வானவில் நிறமிட்டு அனுப்பும்"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "செய்தியை சாதாரண உரையாக அனுப்பும்"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "செய்தியை ஸ்பாய்லராக அனுப்பும்"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "விருப்பமான முகவடியை அனுப்பும்"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "செய்தியை அறிக்கையாக அனுப்பும்"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' ஓர் மேட்ரிக்சு அடையாளம்போல் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 ஏற்கனவே இவ்வரங்குக்கு வரவழைக்கப்பட்டுள்ளார்."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 இவ்வரங்கிலிருந்து தடைசெய்யப்பட்டுள்ளார்."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "நீங்கள் ஏற்கனவே இவ்வரங்கில் உள்ளிர்கள்."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 இவ்வரங்கில் ஏற்கனவே உள்ளார்."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 இவ்வரங்குக்கு வரவழைக்கப்பட்டுள்ளார்."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<பயனர் பெயர்>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "பயனரை இவ்வரங்குக்கு வரவழைக்கும்"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "%1 எனும் அரங்கில் நுழைகிறீர்கள்."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<அரங்கின் மாற்றுப்பெயர் அல்லது அடையாளம்>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "உரிய அரங்கிலு நுழையும்"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "%1 எனும் அரங்கில் நுழைய அனுமதி கோரப்படுகிறது."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<அரங்கின் மாற்றுப்பெயர் அல்லது அடையாளம்> [<காரணம்>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "குறிப்பிட்ட அரங்கினுள் நுழைய அனுமதி கோரும்"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "%1 எனும் அரங்கில் ஏற்கனவே உள்ளீர்கள்."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<அரங்கின் மாற்றுப்பெயர் அல்லது அடையாளம்>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
"குறிப்பிட்ட அரங்கிலிருந்து (எதுவும் குறிப்பிடப்படா பட்சத்தில் தற்போதைய அரங்கிலிருந்து) "
"வெளியேறும்"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<காட்சிப்பெயர்>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "பொதுவான உங்கள் காட்சிப்பெயரை மாற்றும்"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "இவ்வரங்கிலுள்ள உங்கள் காட்சிப்பெயரை மாற்றும்"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 ஏற்கனவே பொருட்படுத்தப்படாமல் உள்ளார்."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 இனிமேல் பொருட்படுத்தப்பட மாட்டார்."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "குறிப்பிட்ட பயனரை பொருட்படுத்தப்படாதவராக அமைக்கும்"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 பொருட்படுத்தப்படாமல் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 இனிமேல் பொருட்படுத்தப்படுவார்."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "குறிப்பிட்ட பயனரை பொருட்படுத்த வேண்டியவராக அமைக்கும்"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<எதிர்வினையின் உரை>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "குறிப்பிட்ட உரையுடன் செய்திக்கு எதிர்வினையிடு"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 இவ்வரங்கிலிருந்து ஏற்கனவே தடைசெய்யப்பட்டுள்ளார்."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "இவ்வரங்கிலிருந்து பயனர்களை தடை செய்யும் அனுமதி உங்களிடம் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "இவ்வரங்கிலிருந்து %1 என்பவரை தடை செய்யும் அனுமதி உங்களிடம் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 இவ்வரங்கிலிருந்து தடைசெய்யப்பட்டார்."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<பயனர் பெயர்> [காரணம்]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "குறிப்பிட்ட பயனரை தடை செய்யும்"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "இவ்வரங்கில் பயனர்களின் மீதான தடையை நீக்கும் அனுமதி உங்களிடம் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 இவ்வரங்கிலிருந்து தடைசெய்யப்படவில்லை."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 மீதான இவ்வரங்கிலான தடை நீக்கப்பட்டது."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "குறிப்பிட்ட பயனர் மீதான தடையை நீக்கும்"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "உங்களை நீங்களே அரங்கிலிருந்து வெளியேற்ற முடியாது."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 இவ்வரங்கில் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "இவ்வரங்கிலிருந்து பயனர்களை வெளியேற்றும் அனுமதி உங்களிடம் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "இவ்வரங்கிலிருந்து %1 என்பவரை வெளியேற்றும் அனுமதி உங்களிடம் இல்லை."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 இவ்வரங்கிலிருந்து வெளியேற்றப்பட்டார்."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "பயனரை அரங்கிலிருந்து நீக்கும்"
@@ -3079,12 +3065,12 @@ msgstr "அரங்கு உருவாக்கம் தோல்விய
msgid "Space creation failed: %1"
msgstr "இட உருவாக்கம் தோல்வியடைந்தது: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "புகார் வெற்றிகரமாக அனுப்பப்பட்டுள்ளது."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3317,8 +3303,8 @@ msgstr "இச்சேவையகத்தில் கணக்குரு
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "ஏற்றப்படுகிறது…"
@@ -3338,12 +3324,12 @@ msgstr ""
"சேவையகத்திலிருந்து உங்கள் செய்திகள் ஏற்றப்படும்வரை காத்திருக்கவும். இதற்கு கொஞ்சம் "
"நேரமாகலாம்."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "பிணைய சிக்கல்: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "நுழைவு தோல்வியடைந்தது: %1"
@@ -3684,8 +3670,8 @@ msgid "Expand preview"
msgstr "முன்னோட்டத்தை பெரிதாக்கு"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "பதில் ஏற்றப்படுகிறது…"
@@ -3709,21 +3695,21 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "முழுத்திரை முறையில் நுழை"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "கோப்பு பெரிதாக இருப்பதால் பதிவிறக்க முடியாது."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, fuzzy, kde-format
#| msgid "Failed to join room<br />%1"
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "அரங்கில் நுழைவது தோல்வியடைந்தது<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3733,7 +3719,7 @@ msgstr ""
"தகவல் கண்டுபிடிக்கப்படவில்லை, அல்லது அதைப் பார்க்கும் அனுமதி உங்களுக்கு இல்லை, அல்லது "
"பொருட்படுத்தப்படா பயனரால் அனுப்பப்பட்டது"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4022,7 +4008,7 @@ msgstr "QR குறியீட்டை வருடவும்"
msgid "Search"
msgstr "தேடு"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "அரங்குப்பட்டியலில் உலாவுங்கள்"
@@ -4142,34 +4128,34 @@ msgstr "அடக்கப்பட்டுள்ள அரங்கு"
msgid "Configure room"
msgstr "அரங்கை அமை"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "நண்பர்கள் யாரும் கிடைக்கவில்லை"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "எந்த அரங்குகளும் கிடைக்கவில்லை"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
"உங்கள் நண்பர்களை நீங்கள் இன்னம் சேர்க்கவில்லை. அவர்களைக் கண்டுபிடிக்க கீழே கிளிக் செய்யவும்."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "தொடங்க, சில அரங்குகளில் சேருங்கள்"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "அரங்குகளின் பட்டியலில் தேடுங்கள்"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "நண்பர்களின் பட்டியலில் தேடுங்கள்"
@@ -6742,6 +6728,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 தட்டச்சிடுகிறார்"
msgstr[1] "%2 தட்டச்சிடுகிறார்கள்"
#~ msgid "Internal usage only."
#~ msgstr "உள்ளக் பயன்பாட்டு மட்டும்."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' ஓர் அரங்கின் பெயரைப் போலோ மாற்றுப்பெயரைப் போலோ தெரியவில்லை."
#~ msgid "Timeline Events"
#~ 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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+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-"
@@ -28,7 +28,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Receiving push notifications"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Receiving push notifications"
@@ -145,11 +145,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr ""
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr ""
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -581,14 +576,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr ""
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -616,7 +611,7 @@ msgid "Explore Rooms"
msgstr "o pali e tomo toki"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1450,79 +1445,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "o pana e toki"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1531,63 +1526,63 @@ msgid ""
"**Please log out and log back in, your session is broken/corrupt.**"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr ""
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr ""
@@ -1597,17 +1592,17 @@ msgstr ""
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr ""
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr ""
@@ -2714,334 +2709,325 @@ msgstr ""
msgid "Leaving this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
#, fuzzy
#| msgid "Send message"
msgid "<message>"
msgstr "o pana e toki"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, fuzzy, kde-format
#| msgid "reinvited %1 to the room"
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "li pana sin e wile lon tawa %1"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
#, fuzzy
#| msgid "Ignore this user"
msgid "Requests to join the given room"
msgstr "o len e jan ni"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
#, fuzzy
#| msgid "Ignore this user"
msgid "Ignores the given user"
msgstr "o len e jan ni"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
#, fuzzy
#| msgid "Unignore this user"
msgid "Unignores the given user"
msgstr "o weka e len pi jan ni"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
#, fuzzy
#| msgid "Ignore this user"
msgid "Bans the given user"
msgstr "o len e jan ni"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
#, fuzzy
#| msgid "Ignore this user"
msgid "Removes the ban of the given user"
msgstr "o len e jan ni"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr ""
@@ -3150,12 +3136,12 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3386,8 +3372,8 @@ msgstr ""
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading"
@@ -3407,12 +3393,12 @@ msgid ""
"a little while."
msgstr "o awen. ken la tenpo ni li tenpo meso..."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "pakala linluwi: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "sina ken ala sijelo: %1"
@@ -3778,8 +3764,8 @@ msgid "Expand preview"
msgstr ""
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, fuzzy, kde-format
#| msgid "Loading…"
msgid "Loading reply"
@@ -3804,20 +3790,20 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "o tawa ilo suli"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, fuzzy, kde-format
#| msgid "File too large to download."
msgctxt "@info"
msgid "Failed to download file."
msgstr "lipu li suli pi ken jo ala."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3825,7 +3811,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -4140,7 +4126,7 @@ msgstr ""
msgid "Search"
msgstr ""
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr ""
@@ -4262,34 +4248,34 @@ msgstr ""
msgid "Configure room"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, fuzzy, kde-format
#| msgid "Send message"
msgid "No friends found"
msgstr "o pana e toki"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr ""
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr ""
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr ""

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-07-05 11:14+0300\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-10-08 16:34+0300\n"
"Last-Translator: Emir SARI <emir_sari@îcloud.com>\n"
"Language-Team: Turkish <kde-l10n-tr@kde.org>\n"
"Language: tr\n"
@@ -17,7 +17,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 25.04.2\n"
"X-Generator: Lokalize 25.08.1\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -27,7 +27,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Yeni iletiler için bildirimler alınıyor"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Anında bildirimler alınıyor"
@@ -142,11 +142,6 @@ msgstr "Var olan bir örneği başkasıyla değiştir"
msgid "Only used for autotests"
msgstr "Yalnızca kendiliğinden sınamalar için kullanılır"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Yalnızca içsel kullanım."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -564,14 +559,14 @@ msgstr "Arkadaşlarını Bul"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Arkadaşlarını Bul"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -596,7 +591,7 @@ msgid "Explore Rooms"
msgstr "Odaları Keşfet"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1385,39 +1380,39 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Eşleşme bulunamadı"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Oturum doğrulama, bilinmeyen bir nedenle iptal edildi."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Oturum doğrulama, zaman aşımına uğradı."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Oturum doğrulama, diğer taraf için zaman aşımına uğradı."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Oturum doğrulamasını iptal ettiniz."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Oturum doğrulaması, diğer taraf tarafından iptal edildi."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "Oturum doğrulaması iptal edildi; çünkü beklenmeyen bir ileti aldık."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1426,7 +1421,7 @@ msgstr ""
"Oturum doğrulaması iptal edildi; çünkü diğer taraf beklenmedik bir ileti "
"aldı."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1435,7 +1430,7 @@ msgstr ""
"Oturum doğrulaması iptal edildi; çünkü bilinmeyen bir oturum için bir ileti "
"alındı."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1444,7 +1439,7 @@ msgstr ""
"Oturum doğrulama diğer taraf tarafından iptal edildi; çünkü bilinmeyen bir "
"oturum için bir ileti aldı."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1453,7 +1448,7 @@ msgstr ""
"Oturum doğrulaması iptal edildi; çünkü NeoChat bu doğrulama yöntemini "
"işleyemiyor."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1462,12 +1457,12 @@ msgstr ""
"Oturum doğrulaması diğer taraf tarafından iptal edlidi; çünkü bu doğrulama "
"yöntemini işleyemiyor."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Oturum doğrulaması iptal edlidi; çünkü anahtarlar yanlış."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1480,7 +1475,7 @@ msgstr ""
"**Lütfen oturumunuzu kapatıp yeniden açın, oturumunuz şu haliyle hatalı/"
"bozuk.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1488,7 +1483,7 @@ msgstr ""
"Oturum doğrulaması iptal edildi; çünkü beklenmedik bir kullanıcıyı "
"doğruluyor."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1497,13 +1492,13 @@ msgstr ""
"Oturum doğrulaması diğer taraf tarafından iptal edildi; çünkü beklenmedik "
"bir kullanıcıyı doğruluyor."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "Oturum doğrulaması iptal edildi; çünkü geçersiz bir ileti aldık."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1512,18 +1507,18 @@ msgstr ""
"Oturum doğrulaması diğer taraf tarafından iptal edildi; çünkü beklenmedik "
"bir ileti aldı."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Oturum, başka bir aygıtta kabul edildi"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Oturum doğrulaması, eşleşmeyen bir anahtar yüzünden iptal edildi."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1532,12 +1527,12 @@ msgstr ""
"Oturum doğrulaması, eşleşmeyen bir anahtar yüzünden diğer taraf tarafından "
"iptal edildi."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Oturum doğrulaması iptal edildi; çünkü anahtarlar eşleşmiyor."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1546,7 +1541,7 @@ msgstr ""
"Oturum doğrulaması diğer taraf tarafından iptal edildi; çünkü anahtarlar "
"eşleşmiyor."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Oturum doğrulaması, bilinmeyen bir hata yüzünden iptal edildi."
@@ -1558,17 +1553,17 @@ msgstr ""
"Hatalı oluşturulmuş veya boş Matrik kimliği.<br />%1, doğru bir Matrix "
"tanımlayıcısı değil"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Odaya katılınılamadı<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "“%1” odasına katılmak istediniz"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Odaya katılma istenemedi<br />%1"
@@ -2631,321 +2626,312 @@ msgstr "Hedef"
msgid "Leaving this room."
msgstr "Bu odadan ayrılınıyor."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "“%1”, bir oda kimliği veya arması gibi görünmüyor."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "%1 odasından ayrılınıyor."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "%1 odası bulunamadı."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Hiçbir yeni takma ad sağlanmadı; bir değişiklik yapılmayacak."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<ileti>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Bir düz metin iletiye ¯\\_(ツ)_/¯ ekler"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Bir düz metin iletiye ( ͡° ͜ʖ ͡°) ekler"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Bir düz metin iletiye (╯°□°)╯︵ ┻━┻ ekler"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Bir düz metin iletiye ┬──┬ ( ゜-゜ノ) ekler"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Verilen iletiyi gökkuşağı renklerinde gönderir"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Verilen gülücüğü gökkuşağı renklerinde gönderir"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Verilen iletiyi düz metin olarak gönderir"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Verilen iletiyi sürprizbozan olarak gönderir"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Verilen gülücüğü gönderir"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Verilen iletiyi bildirim olarak gönderir"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "“%1”, bir Matrix kimliği gibi görünmüyor."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1, halihazırda bu odaya davet edildi"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1, bu odadan yasaklı."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Halihazırda bu odadasınız."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1, halihazırda bu odada."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1, bu odaya davet edildi."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<kullanıcı kimliği>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Kullanıcıyı bu odaya davet eder"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "%1 odasına katılınıyor."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<oda kimliği veya arması>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Verilen odaya katılır"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "“%1” odasına tıklatılıyor."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<oda arması veya kimliği> [<gerekçe>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Verilen odaya katılmayı ister"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Halihazırda %1 odasındasınız."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<oda kimliği veya arması>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Verilen odadan veya bir tane verilmemişse bu odadan ayrılır"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<görüntü adı>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Global görüntü adınızı değiştirir"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Bu odada görüntülenen adınızı değiştirir"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1, halihazırda yok sayılıyor."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1, artık yok sayılıyor."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Verilen kullanıcıyı yok sayar"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1, yok sayılmıyor."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1, artık yok sayılmıyor."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Verilen kullanıcıyı yok saymayı durdurur"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<tepki metni>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Bu iletiye verilmiş metinle tepki ver"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1, halihazırda bu odadan yasaklı."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Bu odadan kullanıcıları yasaklamaya izniniz yok."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Bu odadan %1 kullanıcısını yasaklamaya izniniz yok."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1, bu odadan yasaklanmış."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<kullanıcı kimliği> [<gerekçe>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Verilen kullanıcıyı yasaklar"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Bu odadan kullanıcıların yasağını kaldırmaya izniniz yok."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1, bu odadan yasaklı değil."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 kullanıcısının bu odadan yasağı kaldırıldı."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Verilen kullanıcının yasağını kaldırır"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Kendinizi odadan kovamazsınız."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1, bu odada değil."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Bu odadan kullanıcıları kovmaya izniniz yok."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Bu odadan %1 kullanıcısını kovmaya izniniz yok."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1, bu odadan kovuldu."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Kullanıcıyı odadan kaldırır"
@@ -3053,12 +3039,12 @@ msgstr "Oda oluşturulamadı: %1"
msgid "Space creation failed: %1"
msgstr "Alan oluşturma başarısız: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Rapor başarıyla gönderildi."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3278,8 +3264,8 @@ msgstr "Bu sunucuda kayıt işlemi devre dışı."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Yükleniyor"
@@ -3298,12 +3284,12 @@ msgid ""
msgstr ""
"Lütfen iletileriniz sunucudan yüklenirken bekleyin. Bu, biraz sürebilir."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Ağ hatası: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Oturum açma başarısız: %1"
@@ -3642,8 +3628,8 @@ msgid "Expand preview"
msgstr "Önizlemeyi genişlet"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Yanıt yükleniyor"
@@ -3665,19 +3651,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Tam Ekrana Gir"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Dosya indirilemedi."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Dosya indirilemedi:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3687,7 +3673,7 @@ msgstr ""
"Bu ileti ya bulunamadı, ya onu görüntülemeye izniniz yok ya da yok sayılan "
"bir kullanıcı tarafından gönderilmiş."
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Bu etkinlikte herhangi bir içerik yok.</i>"
@@ -3855,7 +3841,7 @@ msgstr "Bu odayı sık kullanılanlara ekle"
#: src/roominfo/RoomInformation.qml:123
#, kde-format
msgid "Show locations for this room"
msgstr "Bu oda için olan konumları göster"
msgstr "Bu Oda için Olan Konumları Göster"
#: src/roominfo/RoomInformation.qml:139
#, kde-format
@@ -3976,7 +3962,7 @@ msgstr "Kare Kod Tara"
msgid "Search"
msgstr "Ara"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Odaları Keşfet"
@@ -4092,17 +4078,17 @@ msgstr "Sessize alınmış oda"
msgid "Configure room"
msgstr "Odayı yapılandır"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Arkadaş bulunamadı"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Oda bulunamadı"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
@@ -4110,17 +4096,17 @@ msgstr ""
"Henüz hiçbir arkadaşınızı eklemediniz; onları aramak için aşağıdaki düğmeye "
"tıklayın."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Başlamak için odalara katılın"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Oda Dizininde Ara"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Arkadaş Dizininde Ara"
@@ -5797,7 +5783,7 @@ msgstr "Yeni Resmi Üst Alan Ekle"
#: src/settings/RoomGeneralPage.qml:322 src/timeline/PredecessorDelegate.qml:26
#, kde-format
msgid "This room continues another conversation."
msgstr "Bu oda, başka bir konuşmayı sürdürüyor."
msgstr "Bu oda başka bir konuşmayı sürdürüyor."
#: src/settings/RoomGeneralPage.qml:326 src/timeline/PredecessorDelegate.qml:29
#, kde-format
@@ -5807,7 +5793,7 @@ msgstr "Daha eski iletileri gör…"
#: src/settings/RoomGeneralPage.qml:338 src/timeline/SuccessorDelegate.qml:26
#, kde-format
msgid "This room has been replaced."
msgstr "Bu oda, başkasıyla değiştirildi."
msgstr "Bu oda başkasıyla değiştirildi."
#: src/settings/RoomGeneralPage.qml:342 src/timeline/SuccessorDelegate.qml:29
#, kde-format
@@ -6651,6 +6637,13 @@ msgid_plural "%2 are typing"
msgstr[0] "%2 yazıyor"
msgstr[1] "%2 yazıyor"
#~ msgid "Internal usage only."
#~ msgstr "Yalnızca içsel kullanım."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "“%1”, bir oda kimliği veya arması gibi görünmüyor."
#~ msgid "Switch User"
#~ msgstr "Kullanıcı değiştir"

View File

@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-07-05 20:39+0300\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-07-12 20:04+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
"Language: uk\n"
@@ -28,7 +28,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Отримання сповіщень щодо нових повідомлень"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "Отримання імпульсних сповіщень"
@@ -144,11 +144,6 @@ msgstr "Замінити наявний екземпляр"
msgid "Only used for autotests"
msgstr "Використовують лише для автоматичного тестування"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "Лише для внутрішнього використання."
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -567,14 +562,14 @@ msgstr "Знайти ваших друзів"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "Знайдіть ваших друзів"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -599,7 +594,7 @@ msgid "Explore Rooms"
msgstr "Ознайомитися з кімнатами"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1395,32 +1390,32 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "Відповідників не знайдено"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "Перевірку сеансу скасовано через невідому причину."
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "Перевищено час очікування на підтвердження сеансу."
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "Перевищено час очікування на підтвердження з боку іншого пристрою."
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "Вами скасовано перевірку сеансу."
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "Перевірку сеансу скасовано на боці іншого пристрою."
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
@@ -1428,7 +1423,7 @@ msgid ""
msgstr ""
"Перевірку сеансу скасовано, оскільки отримано неочікуване повідомлення."
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1437,7 +1432,7 @@ msgstr ""
"Перевірку сеансу скасовано на боці іншого пристрою, оскільки ним отримано "
"неочікуване повідомлення."
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
@@ -1446,7 +1441,7 @@ msgstr ""
"Перевірку сеансу скасовано, оскільки отримано повідомлення з невідомого "
"сеансу."
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
@@ -1455,7 +1450,7 @@ msgstr ""
"Перевірку сеансу скасовано на боці іншого пристрою, оскільки ним отримано "
"повідомлення з невідомого сеансу."
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
@@ -1464,7 +1459,7 @@ msgstr ""
"Перевірку сеансу скасовано, оскільки NeoChat не може обробити цей спосіб "
"перевірки."
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
@@ -1473,12 +1468,12 @@ msgstr ""
"Перевірку сеансу скасовано на боці іншого пристрою, оскільки обробка ним "
"цього способу перевірки неможлива."
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "Перевірку сеансу скасовано, оскільки ключі є помилковими."
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1492,7 +1487,7 @@ msgstr ""
"**Будь ласка, вийдіть з облікового запису і увійдіть знову. Дані вашого "
"сеансу пошкоджено.**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
@@ -1500,7 +1495,7 @@ msgstr ""
"Перевірку сеансу скасовано, оскільки у ній виконується перевірка "
"неочікуваного користувача."
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
@@ -1509,13 +1504,13 @@ msgstr ""
"Перевірку сеансу скасовано на боці іншого пристрою, оскільки у ній "
"виконується перевірка неочікуваного користувача."
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "Перевірку сеансу скасовано, оскільки отримано некоректне повідомлення."
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
@@ -1524,18 +1519,18 @@ msgstr ""
"Перевірку сеансу скасовано на боці іншого пристрою, оскільки ним отримано "
"некоректне повідомлення."
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "Сеанс було прийнято на іншому пристрої"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "Перевірку сеансу скасовано, оскільки ключі не збігаються."
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
@@ -1544,12 +1539,12 @@ msgstr ""
"Перевірку сеансу скасовано на боці іншого пристрою через невідповідність "
"ключів."
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "Перевірку сеансу скасовано, оскільки ключі не збігаються."
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
@@ -1558,7 +1553,7 @@ msgstr ""
"Перевірку сеансу скасовано на боці іншого пристрою, оскільки ключі не "
"збігаються."
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "Перевірку сеансу скасовано через невідому помилку."
@@ -1570,17 +1565,17 @@ msgstr ""
"Помилково форматований або порожній ідентифікатор Matrix<br />%1 не є "
"правильним ідентифікатором Matrix"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "Не вдалося приєднатися до кімнати<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "Ви надіслали запит щодо долучення до «%1»"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "Не вдалося надіслати запит щодо долучення до кімнати<br />%1"
@@ -2645,321 +2640,312 @@ msgstr "Призначення"
msgid "Leaving this room."
msgstr "Полишаємо цю кімнату."
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "Здається, «%1» не є ідентифікатором або альтернативною назвою кімнати."
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "Полишаємо кімнату %1."
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "Кімнати %1 не знайдено."
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "Не вказано нового псевдоніма, ніяких змін внесено не буде."
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<повідомлення>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "Дописати ¯\\_(ツ)_/¯ перед звичайним текстовим повідомленням"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "Дописати ( ͡° ͜ʖ ͡°) перед звичайним текстовим повідомленням"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "Дописати (╯°□°)╯︵ ┻━┻ перед звичайним текстовим повідомленням"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "Дописати ┬──┬ ( ゜-゜ノ) перед звичайним текстовим повідомленням"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "Надіслати вказане повідомлення розфарбованим у кольори веселки"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "Надіслати вказану емоцію розфарбованою у кольори веселки"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "Надіслати вказане повідомлення як звичайний текст"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "Надіслати вказане повідомлення як спойлер"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "Надіслати вказану емоцію"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "Надіслати вказане повідомлення як зауваження"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "Здається, «%1» не є ідентифікатором matrix."
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 вже запрошено до цієї кімнати."
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 заблоковано у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "Ви вже перебуваєте у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 вже перебуває у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 було запрошено до цієї кімнати."
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<ідентифікатор користувача>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "Запрошує користувача до цієї кімнати"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "Долучається до кімнати %1."
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<альтернативна назва або ідентифікатор кімнати>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "Долучається до вказаної кімнати"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "Стукаємося до кімнати %1."
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<альтернативна назва або ідентифікатор кімнати> [<причина>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "Надсилає запит щодо долучення до вказаної кімнати"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "Ви вже перебуваєте у кімнаті %1."
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<альтернативна назва або ідентифікатор кімнати>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "Полишає вказану кімнату або цю кімнату, якщо кімнату не вказано"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<показане ім'я>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "Змінює ваше загальне показане ім'я"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "Змінює ваше показане ім'я у цій кімнаті"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 вже додано до ігнорованих."
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 тепер є ігнорованим."
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "Ігнорує вказаного користувача"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 не включено до ігнорованих."
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 Ігнорується."
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "Скасовує ігнорування вказаного користувача"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<текст реакції>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "Зреагувати на це повідомлення вказаним текстом"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 вже заблоковано у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "Ви не можете блокувати користувачів у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "Ви не можете заблокувати %1 у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 було заблоковано у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<ідентифікатор користувача> [<причина>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "Блокує вказаного користувача"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "Ви не можете розблоковувати користувачів у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 не заблоковано у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 було розблоковано у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "Вилучає блокування зі вказаного користувача"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "Ви не можете викинути себе з кімнати."
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 не перебуває у цій кімнаті."
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "Ви не можете викидати користувачів з цієї кімнати."
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "Ви не можете викидати %1 з цієї кімнати."
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 було викинуто з цієї кімнати."
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "Вилучає користувача з кімнати"
@@ -3067,12 +3053,12 @@ msgstr "Не вдалося створити кімнату: %1"
msgid "Space creation failed: %1"
msgstr "Не вдалося створити простір: %1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "Скаргу успішно надіслано."
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3293,8 +3279,8 @@ msgstr "На цьому сервері реєстрацію вимкнено."
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "Завантаження"
@@ -3314,12 +3300,12 @@ msgstr ""
"Будь ласка, зачекайте, доки ваші повідомлення буде завантажено з сервера. "
"Обробка може бути досить тривалою."
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "Помилка у мережі: %1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "Невдала спроба увійти: %1"
@@ -3659,8 +3645,8 @@ msgid "Expand preview"
msgstr "Розгорнути попередній перегляд"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "Завантаження відповіді"
@@ -3682,19 +3668,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "Відкрити у повноекранному режимі"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "Не вдалося отримати файл."
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "Не вдалося отримати файл:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3704,7 +3690,7 @@ msgstr ""
"Це повідомлення або не було знайдено, або ви не маєте прав доступу для його "
"перегляду, або його було надіслано ігнорованим користувачем"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>Ця подія не має жодного вмісту.</i>"
@@ -4003,7 +3989,7 @@ msgstr "Сканувати QR-код"
msgid "Search"
msgstr "Пошук"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "Ознайомитися з кімнатами"
@@ -4119,34 +4105,34 @@ msgstr "Кімната із вимкненим спілкуванням"
msgid "Configure room"
msgstr "Налаштувати кімнату"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "Не знайдено жодного друга"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "Не знайдено кімнат"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr ""
"Вами ще не додано жодного друга. Натисніть нижче, щоб виконати пошук друзів."
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "Спочатку, приєднайтеся до кімнат"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "Шукати у каталозі кімнат"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "Шукати у каталозі друзів"
@@ -6710,6 +6696,14 @@ msgstr[1] "%2 вводять текст…"
msgstr[2] "%2 вводять текст…"
msgstr[3] "%2 вводить текст…"
#~ msgid "Internal usage only."
#~ msgstr "Лише для внутрішнього використання."
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr ""
#~ "Здається, «%1» не є ідентифікатором або альтернативною назвою кімнати."
#~ msgid "Timeline Events"
#~ 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: 2025-07-08 00:42+0000\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2024-04-23 19:24\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
@@ -14,8 +14,8 @@ msgstr ""
"X-Crowdin-Project: kdeorg\n"
"X-Crowdin-Project-ID: 269464\n"
"X-Crowdin-Language: zh-CN\n"
"X-Crowdin-File: /kf6-trunk/messages/neochat/neochat.pot\n"
"X-Crowdin-File-ID: 44721\n"
"X-Crowdin-File: /kf6-stable/messages/neochat/neochat.pot\n"
"X-Crowdin-File-ID: 49732\n"
#: src/app/controller.cpp:183
#, kde-format
@@ -25,7 +25,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "接收新消息通知"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "正在接收推送通知"
@@ -144,11 +144,6 @@ msgstr ""
msgid "Only used for autotests"
msgstr "仅用于自动测试"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "仅内部使用。"
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -306,7 +301,7 @@ msgstr "添加账户"
#: src/app/qml/AccountSwitchDialog.qml:57
#, kde-format
msgid "Log in or create a new account"
msgstr "登录或创建一个新账户"
msgstr ""
#: src/app/qml/AccountSwitchDialog.qml:64
#, kde-format
@@ -534,7 +529,7 @@ msgstr "NeoChat"
#: src/app/qml/GlobalMenu.qml:24
#, kde-format
msgid "Configure NeoChat…"
msgstr ""
msgstr "配置 NeoChat"
#: src/app/qml/GlobalMenu.qml:25
#, kde-format
@@ -562,14 +557,14 @@ msgstr ""
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "查找好友"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -594,7 +589,7 @@ msgid "Explore Rooms"
msgstr "探索聊天室"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -699,7 +694,7 @@ msgstr ""
#, kde-format
msgctxt "@info:label"
msgid "You can reject invitations from unknown users under Security settings."
msgstr ""
msgstr "您可在安全设置下拒绝来自未知用户的邀请。"
#: src/app/qml/JoinRoomDialog.qml:29
#, kde-format
@@ -952,7 +947,7 @@ msgstr "无通知"
#: src/app/qml/OpenFileDialog.qml:12
#, kde-format
msgid "Select a File"
msgstr "选择一个文件"
msgstr ""
#: src/app/qml/QrScannerPage.qml:16 src/rooms/ExploreComponent.qml:106
#, kde-format
@@ -1039,7 +1034,7 @@ msgstr "NeoChat 处于离线状态。请检查您的网络连接。"
#: src/app/qml/RoomPage.qml:141
#, kde-format
msgid "Welcome to NeoChat"
msgstr "欢迎使用 NeoChat"
msgstr ""
#: src/app/qml/RoomPage.qml:142
#, kde-format
@@ -1365,12 +1360,12 @@ msgstr "好友"
#: src/app/qml/UserSearchPage.qml:91
#, kde-format
msgid "Find your friends…"
msgstr "查找好友..."
msgstr ""
#: src/app/qml/UserSearchPage.qml:92
#, kde-format
msgid "Enter text to start searching for your friends"
msgstr "输入文本开始搜索您的好友"
msgstr ""
#: src/app/qml/UserSearchPage.qml:93
#, kde-format
@@ -1378,79 +1373,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "无匹配结果"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "由于未知原因,会话验证被取消。"
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "会话验证已超时。"
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "另一端的会话验证超时。"
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "您取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "另一端取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "由于收到意外消息,会话验证被取消。"
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr "另一端因收到意外消息取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr "由于收到未知会话的消息,会话验证被取消。"
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr "另一端因收到未知会话的消息取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr "由于 NeoChat 无法处理此验证方法,会话验证被取消。"
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr "另一端因无法处理此验证方法取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "由于密钥不正确,会话验证被取消。"
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1462,63 +1457,63 @@ msgstr ""
"\n"
"**请注销并重新登录,您的会话已中断或损坏。**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr ""
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "由于收到无效消息,会话验证被取消。"
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr "另一端因收到无效消息取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "会话已在另一台设备上接受"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "由于密钥不匹配,会话验证已取消。"
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "由于密钥不匹配,另一端取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "由于密钥不匹配,会话验证已取消。"
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "由于密钥不匹配,另一端取消了会话验证。"
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "由于未知错误,会话验证被取消。"
@@ -1528,17 +1523,17 @@ msgstr "由于未知错误,会话验证被取消。"
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr ""
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr ""
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "您请求加入 '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr ""
@@ -1597,7 +1592,7 @@ msgstr "发送一条加密消息..."
#: src/chatbar/ChatBar.qml:237
#, kde-format
msgid "Set an attachment caption…"
msgstr "设置附件说明"
msgstr ""
#: src/chatbar/ChatBar.qml:237
#, kde-format
@@ -1731,7 +1726,7 @@ msgstr "在时间线中显示隐藏事件"
#, kde-format
msgctxt "@option:check Enable the matrix 'threads' feature"
msgid "Always allow device verification"
msgstr "总是允许设备验证"
msgstr ""
#: src/devtools/DebugOptions.qml:26
#, kde-format
@@ -2590,321 +2585,312 @@ msgstr "目标文件夹"
msgid "Leaving this room."
msgstr "离开此聊天室。"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' 似乎不是聊天室 ID 或别名。"
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "正在离开聊天室 %1。"
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "聊天室 %1 未找到。"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "未提供新昵称,昵称将保持不变。"
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<消息内容>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "在纯文本消息前追加 ¯\\_(ツ)_/¯"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "在纯文本消息前追加 ( ͡° ͜ʖ ͡°)"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "在纯文本消息前追加 (╯°□°)╯︵ ┻━┻"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "在纯文本消息前追加 ┬──┬ ( ゜-゜ノ)"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "发送这条彩虹色的消息"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "发送这个彩虹色的表情"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "将此消息作为纯文本消息发送"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "发送消息,并将此消息标记为防剧透"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "发送此表情"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "发送消息,并将此消息标记为一条通知"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' 似乎不是 Matrix ID。"
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 已被邀请到此聊天室。"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 在此聊天室中被封禁。"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "你已经在这个聊天室了。"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 已在此聊天室。"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr ""
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<用户 ID>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "邀请用户加入聊天室"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "正在加入聊天室:%1。"
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<聊天室别名或 ID>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "加入此聊天室"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "正在敲聊天室 '%1' 的门。"
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<聊天室别名或 ID> [<原因>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "请求加入此聊天室"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "您已在聊天室 %1 中。"
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<聊天室别名或 ID>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "离开指定的聊天室,若未指定聊天室则离开当前聊天室"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<显示名称>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "修改你的全局显示名称"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "修改你在此聊天室的显示名称"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 已被忽略。"
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 已被忽略。"
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "忽略此用户"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 未被忽略。"
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 不再被忽略。"
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "取消忽略此用户"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<要回应的文本>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "用所提供的文本回应消息"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 在此聊天室中已被封禁。"
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "您无权在此聊天室中封禁用户。"
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "您无权在此聊天室中封禁 %1。"
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 在此聊天室中被封禁。"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<用户 ID> [<原因>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "封禁此用户"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "您无权在此聊天室中解封用户。"
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 在此聊天室中未被封禁。"
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 在此聊天室中被解封。"
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "解封此用户"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "您无法将自己踢出聊天室。"
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 不在此聊天室。"
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "您无权从此聊天室中踢出用户。"
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "您无权从此聊天室中踢出 %1。"
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 被踢出此聊天室。"
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "从聊天室中移除此用户"
@@ -3010,12 +2996,12 @@ msgstr "聊天室创建失败:%1"
msgid "Space creation failed: %1"
msgstr "空间创建失败:%1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "举报成功。"
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3232,8 +3218,8 @@ msgstr "此服务器已禁用注册。"
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "加载中"
@@ -3251,12 +3237,12 @@ msgid ""
"a little while."
msgstr ""
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "网络错误:%1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "登录失败:%1"
@@ -3594,8 +3580,8 @@ msgid "Expand preview"
msgstr "展开预览"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "正在加载回复"
@@ -3617,19 +3603,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3637,7 +3623,7 @@ msgid ""
"it was sent by an ignored user"
msgstr ""
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr ""
@@ -3820,7 +3806,7 @@ msgstr ""
#, kde-format
msgctxt "@action:button"
msgid "Leave this space"
msgstr ""
msgstr "离开此空间"
#: src/roominfo/RoomInformation.qml:156
#, kde-format
@@ -3921,7 +3907,7 @@ msgstr "扫描二维码"
msgid "Search"
msgstr "搜索"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "探索聊天室"
@@ -3987,12 +3973,12 @@ msgstr "关闭"
#: src/rooms/RoomContextMenu.qml:110
#, kde-format
msgid "Remove from Favorites"
msgstr "从收藏夹中移除"
msgstr ""
#: src/rooms/RoomContextMenu.qml:110
#, kde-format
msgid "Add to Favorites"
msgstr "添加到收藏夹"
msgstr ""
#: src/rooms/RoomContextMenu.qml:116
#, kde-format
@@ -4037,36 +4023,36 @@ msgstr "已静音的聊天室"
msgid "Configure room"
msgstr "配置聊天室"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "没有找到好友"
msgstr ""
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "没有找到聊天室"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "您还没有添加好友,点击下面进行搜索。"
msgstr ""
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "加入聊天室,开始畅聊"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "在聊天室目录中搜索"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "在好友目录中搜索"
msgstr ""
#: src/rooms/RoomTreeSection.qml:59
#, kde-format
@@ -5097,30 +5083,28 @@ msgid "Custom"
msgstr "自定义"
#: src/settings/NeoChatGeneralPage.qml:137
#, fuzzy, kde-format
#| msgid "Timeline Events"
#, kde-format
msgctxt "@title"
msgid "Timeline"
msgstr "时间线事件"
msgstr "时间"
#: src/settings/NeoChatGeneralPage.qml:142
#, kde-format
msgid "Mark messages as read when:"
msgstr ""
msgstr "在以下情况时将消息标记为已读:"
#: src/settings/NeoChatGeneralPage.qml:147
#, kde-format
msgid "Never"
msgstr ""
msgstr "从不"
#: src/settings/NeoChatGeneralPage.qml:151
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room"
msgid "Entering the room"
msgstr "加入了聊天室"
msgstr "正在进入房间"
#: src/settings/NeoChatGeneralPage.qml:155
#, kde-format
@@ -5128,15 +5112,14 @@ msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room and all messages are visible on screen"
msgid "Entering the room and all unread messages are visible"
msgstr ""
msgstr "正在进入房间,且所有未读消息都可见"
#: src/settings/NeoChatGeneralPage.qml:159
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the room"
msgid "Exiting the room"
msgstr "加入了聊天室"
msgstr "正在离开房间"
#: src/settings/NeoChatGeneralPage.qml:163
#, kde-format
@@ -5144,7 +5127,7 @@ msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the "
"room and all messages are visible on screen"
msgid "Exiting the room and all unread messages are visible"
msgstr ""
msgstr "正在退出房间,且所有未读消息都可见"
#: src/settings/NeoChatGeneralPage.qml:178
#, kde-format
@@ -5224,7 +5207,7 @@ msgstr ""
#, kde-format
msgctxt "@action:button"
msgid "Reset all configuration values to their default"
msgstr ""
msgstr "重置所有配置值为默认值"
#: src/settings/NeoChatGeneralPage.qml:354
#, kde-format
@@ -5577,7 +5560,7 @@ msgstr "聊天室 ID"
#, kde-format
msgctxt "@action:button"
msgid "Copy room ID to clipboard"
msgstr "复制聊天室 ID 到剪板"
msgstr "复制聊天室 ID 到剪板"
#: src/settings/RoomAdvancedPage.qml:47
#, kde-format
@@ -5823,12 +5806,12 @@ msgstr "空间成员"
#: src/settings/RoomSecurityPage.qml:58
#, kde-format
msgid "Anyone in the selected spaces can find and join."
msgstr "所选空间中的任何人都可以查找并加入。"
msgstr ""
#: src/settings/RoomSecurityPage.qml:67
#, kde-format
msgid "Select spaces"
msgstr "选择空间"
msgstr ""
#: src/settings/RoomSecurityPage.qml:85
#, kde-format

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: 2025-07-08 00:42+0000\n"
"PO-Revision-Date: 2025-07-03 23:47+0900\n"
"POT-Creation-Date: 2025-10-29 02:38+0000\n"
"PO-Revision-Date: 2025-08-08 02:08+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"
@@ -28,7 +28,7 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "正在接收新訊息的通知"
#: src/app/controller.cpp:329
#: src/app/controller.cpp:328
#, kde-format
msgid "Receiving push notifications"
msgstr "正在接收推送通知"
@@ -143,11 +143,6 @@ msgstr "取代現存實體"
msgid "Only used for autotests"
msgstr "僅 autotest 用。"
#: src/app/main.cpp:208
#, kde-format
msgid "Internal usage only."
msgstr "僅內部用。"
#: src/app/main.cpp:213
#, kde-format
msgid "Share a URL to Matrix"
@@ -563,14 +558,14 @@ msgstr "尋找您的朋友"
#: src/app/qml/GlobalMenu.qml:43 src/app/qml/GlobalMenu.qml:53
#: src/rooms/ExploreComponent.qml:78 src/rooms/ExploreComponentMobile.qml:63
#: src/rooms/RoomListPage.qml:181 src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:178 src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Find your friends"
msgstr "尋找您的朋友"
#: src/app/qml/GlobalMenu.qml:47 src/rooms/ExploreComponent.qml:83
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:189
#: src/rooms/RoomListPage.qml:245
#: src/rooms/ExploreComponentMobile.qml:70 src/rooms/RoomListPage.qml:186
#: src/rooms/RoomListPage.qml:242
#, kde-format
msgctxt "@title"
msgid "Find your friends"
@@ -595,7 +590,7 @@ msgid "Explore Rooms"
msgstr "瀏覽聊天室"
#: src/app/qml/GlobalMenu.qml:70 src/app/qml/QuickSwitcher.qml:39
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:230
#: src/rooms/ExploreComponentMobile.qml:54 src/rooms/RoomListPage.qml:227
#: src/rooms/SpaceDrawer.qml:295 src/settings/SelectParentDialog.qml:142
#: src/spaces/SelectExistingRoomDialog.qml:44
#: src/spaces/SelectExistingRoomDialog.qml:127
@@ -1379,79 +1374,79 @@ msgctxt "@info:label"
msgid "No matches found"
msgstr "沒有相符項目"
#: src/app/qml/VerificationCanceled.qml:18
#: src/app/qml/VerificationCanceled.qml:30
#, kde-format
msgid "The session verification was canceled for unknown reason."
msgstr "工作階段驗證由於不明原因被取消。"
#: src/app/qml/VerificationCanceled.qml:20
#: src/app/qml/VerificationCanceled.qml:32
#, kde-format
msgid "The session verification timed out."
msgstr "工作階段驗證逾時。"
#: src/app/qml/VerificationCanceled.qml:22
#: src/app/qml/VerificationCanceled.qml:34
#, kde-format
msgid "The session verification timed out for remote party."
msgstr "工作階段驗證在遠端逾時。"
#: src/app/qml/VerificationCanceled.qml:24
#: src/app/qml/VerificationCanceled.qml:36
#, kde-format
msgid "You canceled the session verification."
msgstr "您取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:26
#: src/app/qml/VerificationCanceled.qml:38
#, kde-format
msgid "The remote party canceled the session verification."
msgstr "遠端取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:28
#: src/app/qml/VerificationCanceled.qml:40
#, kde-format
msgid ""
"The session verification was canceled because we received an unexpected "
"message."
msgstr "工作階段驗證由於我方收到未預期的訊息而取消。"
#: src/app/qml/VerificationCanceled.qml:30
#: src/app/qml/VerificationCanceled.qml:42
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"unexpected message."
msgstr "遠端由於收到未預期的訊息而取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:32
#: src/app/qml/VerificationCanceled.qml:44
#, kde-format
msgid ""
"The session verification was canceled because it received a message for an "
"unknown session."
msgstr "工作階段驗證由於收到未知的工作階段的訊息而取消。"
#: src/app/qml/VerificationCanceled.qml:34
#: src/app/qml/VerificationCanceled.qml:46
#, kde-format
msgid ""
"The remote party canceled the session verification because it received a "
"message for an unknown session."
msgstr "遠端由於收到未知的工作階段的訊息而取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:36
#: src/app/qml/VerificationCanceled.qml:48
#, kde-format
msgid ""
"The session verification was canceled because NeoChat is unable to handle "
"this verification method."
msgstr "工作階段驗證由於 NeoChat 無法處理這個驗證方式而取消。"
#: src/app/qml/VerificationCanceled.qml:38
#: src/app/qml/VerificationCanceled.qml:50
#, kde-format
msgid ""
"The remote party canceled the session verification because it is unable to "
"handle this verification method."
msgstr "遠端由於無法處理這個驗證方式而取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:40
#: src/app/qml/VerificationCanceled.qml:52
#, kde-format
msgid "The session verification was canceled because the keys are incorrect."
msgstr "工作階段驗證由於金鑰不正確而取消。"
#: src/app/qml/VerificationCanceled.qml:42
#: src/app/qml/VerificationCanceled.qml:54
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys are "
@@ -1463,63 +1458,63 @@ msgstr ""
"\n"
"**您的工作階段有問題/已損毀,請登出後再重新登入。**"
#: src/app/qml/VerificationCanceled.qml:44
#: src/app/qml/VerificationCanceled.qml:56
#, kde-format
msgid ""
"The session verification was canceled because it verifies an unexpected user."
msgstr "工作階段驗證由於驗證的使用者是非預期的而取消。"
#: src/app/qml/VerificationCanceled.qml:46
#: src/app/qml/VerificationCanceled.qml:58
#, kde-format
msgid ""
"The remote party canceled the session verification because it verifies an "
"unexpected user."
msgstr "遠端由於驗證的使用者是非預期的而取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:48
#: src/app/qml/VerificationCanceled.qml:60
#, kde-format
msgid ""
"The session verification was canceled because we received an invalid message."
msgstr "工作階段驗證由於我方收到無效訊息而取消。"
#: src/app/qml/VerificationCanceled.qml:50
#: src/app/qml/VerificationCanceled.qml:62
#, kde-format
msgid ""
"The remote party canceled the session verification because it received an "
"invalid message."
msgstr "遠端由於收到無效訊息而取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:52
#: src/app/qml/VerificationCanceled.qml:54
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:66
#, kde-format
msgid "The session was accepted on a different device"
msgstr "工作階段已於不同裝置上接受"
#: src/app/qml/VerificationCanceled.qml:56
#: src/app/qml/VerificationCanceled.qml:68
#, kde-format
msgid "The session verification was canceled because of a mismatched key."
msgstr "工作階段驗證由於金鑰不相符而取消。"
#: src/app/qml/VerificationCanceled.qml:58
#: src/app/qml/VerificationCanceled.qml:70
#, kde-format
msgid ""
"The remote party canceled the session verification because of a mismatched "
"key."
msgstr "遠端由於金鑰不相符而取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:60
#: src/app/qml/VerificationCanceled.qml:72
#, kde-format
msgid "The session verification was canceled because the keys do not match."
msgstr "工作階段驗證由於雙方金鑰不相符而取消。"
#: src/app/qml/VerificationCanceled.qml:62
#: src/app/qml/VerificationCanceled.qml:74
#, kde-format
msgid ""
"The remote party canceled the session verification because the keys do not "
"match."
msgstr "遠端由於雙方金鑰不相符而取消了工作階段驗證。"
#: src/app/qml/VerificationCanceled.qml:64
#: src/app/qml/VerificationCanceled.qml:76
#, kde-format
msgid "The session verification was canceled due to an unknown error."
msgstr "工作階段驗證由於不明錯誤而取消。"
@@ -1529,17 +1524,17 @@ msgstr "工作階段驗證由於不明錯誤而取消。"
msgid "Malformed or empty Matrix id<br />%1 is not a correct Matrix identifier"
msgstr "格式不正確或空白的 Matrix ID<br />%1 不是一個正確的 Matrix ID"
#: src/app/roommanager.cpp:420
#: src/app/roommanager.cpp:418
#, kde-format
msgid "Failed to join room<br />%1"
msgstr "加入聊天室失敗<br />%1"
#: src/app/roommanager.cpp:444
#: src/app/roommanager.cpp:442
#, kde-format
msgid "You requested to join '%1'"
msgstr "您已請求加入 '%1'"
#: src/app/roommanager.cpp:448
#: src/app/roommanager.cpp:446
#, kde-format
msgid "Failed to request joining room<br />%1"
msgstr "請求加入聊天室失敗<br />%1"
@@ -2594,321 +2589,312 @@ msgstr "目的地"
msgid "Leaving this room."
msgstr "正在離開這個聊天室。"
#: src/libneochat/models/actionsmodel.cpp:38
#: src/libneochat/models/actionsmodel.cpp:224
#: src/libneochat/models/actionsmodel.cpp:249
#: src/libneochat/models/actionsmodel.cpp:278
#, kde-format
msgctxt "'<text>' does not look like a room id or alias."
msgid "'%1' does not look like a room id or alias."
msgstr "'%1' 看起來不像是聊天室 ID 或別名。"
#: src/libneochat/models/actionsmodel.cpp:46
#: src/libneochat/models/actionsmodel.cpp:40
#, kde-format
msgctxt "Leaving room <roomname>."
msgid "Leaving room %1."
msgstr "正在離開聊天室 %1。"
#: src/libneochat/models/actionsmodel.cpp:49
#: src/libneochat/models/actionsmodel.cpp:43
#, kde-format
msgctxt "Room <roomname> not found"
msgid "Room %1 not found."
msgstr "找不到聊天室 %1。"
#: src/libneochat/models/actionsmodel.cpp:57
#: src/libneochat/models/actionsmodel.cpp:311
#: src/libneochat/models/actionsmodel.cpp:51
#: src/libneochat/models/actionsmodel.cpp:286
#, kde-format
msgid "No new nickname provided, no changes will happen."
msgstr "未提供新的綽號,不會進行任何變更。"
#: src/libneochat/models/actionsmodel.cpp:71
#: src/libneochat/models/actionsmodel.cpp:80
#: src/libneochat/models/actionsmodel.cpp:89
#: src/libneochat/models/actionsmodel.cpp:98
#: src/libneochat/models/actionsmodel.cpp:116
#: src/libneochat/models/actionsmodel.cpp:134
#: src/libneochat/models/actionsmodel.cpp:148
#: src/libneochat/models/actionsmodel.cpp:162
#: src/libneochat/models/actionsmodel.cpp:171
#: src/libneochat/models/actionsmodel.cpp:180
#: src/libneochat/models/actionsmodel.cpp:65
#: src/libneochat/models/actionsmodel.cpp:74
#: src/libneochat/models/actionsmodel.cpp:83
#: src/libneochat/models/actionsmodel.cpp:92
#: src/libneochat/models/actionsmodel.cpp:110
#: src/libneochat/models/actionsmodel.cpp:128
#: src/libneochat/models/actionsmodel.cpp:142
#: src/libneochat/models/actionsmodel.cpp:156
#: src/libneochat/models/actionsmodel.cpp:165
#: src/libneochat/models/actionsmodel.cpp:174
msgid "<message>"
msgstr "<訊息>"
#: src/libneochat/models/actionsmodel.cpp:72
#: src/libneochat/models/actionsmodel.cpp:66
msgid "Prepends ¯\\_(ツ)_/¯ to a plain-text message"
msgstr "在純文字訊息前加上 ¯\\_(ツ)_/¯"
#: src/libneochat/models/actionsmodel.cpp:81
#: src/libneochat/models/actionsmodel.cpp:75
msgid "Prepends ( ͡° ͜ʖ ͡°) to a plain-text message"
msgstr "在純文字訊息前加上 ( ͡° ͜ʖ ͡°)"
#: src/libneochat/models/actionsmodel.cpp:90
#: src/libneochat/models/actionsmodel.cpp:84
msgid "Prepends (╯°□°)╯︵ ┻━┻ to a plain-text message"
msgstr "在純文字訊息前加上 (╯°□°)╯︵ ┻━┻"
#: src/libneochat/models/actionsmodel.cpp:99
#: src/libneochat/models/actionsmodel.cpp:93
msgid "Prepends ┬──┬ ( ゜-゜ノ) to a plain-text message"
msgstr "在純文字訊息前加上 ┬──┬ ( ゜-゜ノ)"
#: src/libneochat/models/actionsmodel.cpp:117
#: src/libneochat/models/actionsmodel.cpp:111
msgid "Sends the given message colored as a rainbow"
msgstr "將指定訊息以彩虹著色後傳送"
#: src/libneochat/models/actionsmodel.cpp:135
#: src/libneochat/models/actionsmodel.cpp:129
msgid "Sends the given emote colored as a rainbow"
msgstr "將指定繪文字以彩虹著色後傳送"
#: src/libneochat/models/actionsmodel.cpp:149
#: src/libneochat/models/actionsmodel.cpp:143
msgid "Sends the given message as plain text"
msgstr "將指定訊息以純文字傳送"
#: src/libneochat/models/actionsmodel.cpp:163
#: src/libneochat/models/actionsmodel.cpp:157
msgid "Sends the given message as a spoiler"
msgstr "將指定訊息以暴雷模式傳送"
#: src/libneochat/models/actionsmodel.cpp:172
#: src/libneochat/models/actionsmodel.cpp:166
msgid "Sends the given emote"
msgstr "傳送指定繪文字"
#: src/libneochat/models/actionsmodel.cpp:181
#: src/libneochat/models/actionsmodel.cpp:175
msgid "Sends the given message as a notice"
msgstr "將指定訊息作為公告傳送"
#: src/libneochat/models/actionsmodel.cpp:188
#: src/libneochat/models/actionsmodel.cpp:341
#: src/libneochat/models/actionsmodel.cpp:363
#: src/libneochat/models/actionsmodel.cpp:404
#: src/libneochat/models/actionsmodel.cpp:441
#: src/libneochat/models/actionsmodel.cpp:474
#: src/libneochat/models/actionsmodel.cpp:182
#: src/libneochat/models/actionsmodel.cpp:316
#: src/libneochat/models/actionsmodel.cpp:338
#: src/libneochat/models/actionsmodel.cpp:379
#: src/libneochat/models/actionsmodel.cpp:416
#: src/libneochat/models/actionsmodel.cpp:449
#, kde-format
msgctxt "'<text>' does not look like a matrix id."
msgid "'%1' does not look like a matrix id."
msgstr "'%1' 看起來不像是 Matrix ID。"
#: src/libneochat/models/actionsmodel.cpp:194
#: src/libneochat/models/actionsmodel.cpp:188
#, kde-format
msgctxt "<user> is already invited to this room."
msgid "%1 is already invited to this room."
msgstr "%1 已經邀請到這個聊天室裡。"
#: src/libneochat/models/actionsmodel.cpp:198
#: src/libneochat/models/actionsmodel.cpp:192
#, kde-format
msgctxt "<user> is banned from this room."
msgid "%1 is banned from this room."
msgstr "%1 已被這個聊天室封鎖。"
#: src/libneochat/models/actionsmodel.cpp:202
#: src/libneochat/models/actionsmodel.cpp:196
#, kde-format
msgid "You are already in this room."
msgstr "您已經在這個聊天室裡了。"
#: src/libneochat/models/actionsmodel.cpp:206
#: src/libneochat/models/actionsmodel.cpp:200
#, kde-format
msgctxt "<user> is already in this room."
msgid "%1 is already in this room."
msgstr "%1 已經在這個聊天室裡了。"
#: src/libneochat/models/actionsmodel.cpp:210
#: src/libneochat/models/actionsmodel.cpp:204
#, kde-format
msgctxt "<username> was invited into this room."
msgid "%1 was invited into this room."
msgstr "%1 已被邀請到這個聊天室裡。"
#: src/libneochat/models/actionsmodel.cpp:214
#: src/libneochat/models/actionsmodel.cpp:354
#: src/libneochat/models/actionsmodel.cpp:375
#: src/libneochat/models/actionsmodel.cpp:463
#: src/libneochat/models/actionsmodel.cpp:208
#: src/libneochat/models/actionsmodel.cpp:329
#: src/libneochat/models/actionsmodel.cpp:350
#: src/libneochat/models/actionsmodel.cpp:438
msgid "<user id>"
msgstr "<使用者 id>"
#: src/libneochat/models/actionsmodel.cpp:215
#: src/libneochat/models/actionsmodel.cpp:209
msgid "Invites the user to this room"
msgstr "邀請使用者到這個聊天室"
#: src/libneochat/models/actionsmodel.cpp:232
#: src/libneochat/models/actionsmodel.cpp:285
#: src/libneochat/models/actionsmodel.cpp:220
#: src/libneochat/models/actionsmodel.cpp:260
#, kde-format
msgctxt "Joining room <roomname>."
msgid "Joining room %1."
msgstr "正在加入聊天室 %1。"
#: src/libneochat/models/actionsmodel.cpp:237
#: src/libneochat/models/actionsmodel.cpp:290
#: src/libneochat/models/actionsmodel.cpp:225
#: src/libneochat/models/actionsmodel.cpp:265
msgid "<room alias or id>"
msgstr "<聊天室別名或 id>"
#: src/libneochat/models/actionsmodel.cpp:238
#: src/libneochat/models/actionsmodel.cpp:291
#: src/libneochat/models/actionsmodel.cpp:226
#: src/libneochat/models/actionsmodel.cpp:266
msgid "Joins the given room"
msgstr "加入指定聊天室"
#: src/libneochat/models/actionsmodel.cpp:257
#: src/libneochat/models/actionsmodel.cpp:238
#, kde-format
msgctxt "Knocking room <roomname>."
msgid "Knocking room %1."
msgstr "正在敲聊天室 %1 的門。"
#: src/libneochat/models/actionsmodel.cpp:268
#: src/libneochat/models/actionsmodel.cpp:249
msgid "<room alias or id> [<reason>]"
msgstr "<聊天室別名或 ID> [<原因>]"
#: src/libneochat/models/actionsmodel.cpp:269
#: src/libneochat/models/actionsmodel.cpp:250
msgid "Requests to join the given room"
msgstr "請求加入指定聊天室"
#: src/libneochat/models/actionsmodel.cpp:282
#: src/libneochat/models/actionsmodel.cpp:257
#, kde-format
msgctxt "You are already in room <roomname>."
msgid "You are already in room %1."
msgstr "您已經在聊天室 %1 裡了。"
#: src/libneochat/models/actionsmodel.cpp:297
#: src/libneochat/models/actionsmodel.cpp:304
#: src/libneochat/models/actionsmodel.cpp:272
#: src/libneochat/models/actionsmodel.cpp:279
msgid "[<room alias or id>]"
msgstr "[<聊天室別名或 id>]"
#: src/libneochat/models/actionsmodel.cpp:298
#: src/libneochat/models/actionsmodel.cpp:305
#: src/libneochat/models/actionsmodel.cpp:273
#: src/libneochat/models/actionsmodel.cpp:280
msgid "Leaves the given room or this room, if there is none given"
msgstr "離開指定的聊天室,若未指定聊天室則離開目前聊天室"
#: src/libneochat/models/actionsmodel.cpp:318
#: src/libneochat/models/actionsmodel.cpp:325
#: src/libneochat/models/actionsmodel.cpp:332
#: src/libneochat/models/actionsmodel.cpp:293
#: src/libneochat/models/actionsmodel.cpp:300
#: src/libneochat/models/actionsmodel.cpp:307
msgid "<display name>"
msgstr "<顯示名稱>"
#: src/libneochat/models/actionsmodel.cpp:319
#: src/libneochat/models/actionsmodel.cpp:294
msgid "Changes your global display name"
msgstr "變更您的全域顯示名稱"
#: src/libneochat/models/actionsmodel.cpp:326
#: src/libneochat/models/actionsmodel.cpp:333
#: src/libneochat/models/actionsmodel.cpp:301
#: src/libneochat/models/actionsmodel.cpp:308
msgid "Changes your display name in this room"
msgstr "變更您在這個聊天室裡的顯示名稱"
#: src/libneochat/models/actionsmodel.cpp:345
#: src/libneochat/models/actionsmodel.cpp:320
#, kde-format
msgctxt "<username> is already ignored."
msgid "%1 is already ignored."
msgstr "%1 已經被忽略。"
#: src/libneochat/models/actionsmodel.cpp:349
#: src/libneochat/models/actionsmodel.cpp:324
#, kde-format
msgctxt "<username> is now ignored"
msgid "%1 is now ignored."
msgstr "%1 已被忽略。"
#: src/libneochat/models/actionsmodel.cpp:355
#: src/libneochat/models/actionsmodel.cpp:330
msgid "Ignores the given user"
msgstr "忽略指定的使用者"
#: src/libneochat/models/actionsmodel.cpp:367
#: src/libneochat/models/actionsmodel.cpp:342
#, kde-format
msgctxt "<username> is not ignored."
msgid "%1 is not ignored."
msgstr "%1 並未被忽略。"
#: src/libneochat/models/actionsmodel.cpp:371
#: src/libneochat/models/actionsmodel.cpp:346
#, kde-format
msgctxt "<username> is no longer ignored."
msgid "%1 is no longer ignored."
msgstr "%1 已不再被忽略。"
#: src/libneochat/models/actionsmodel.cpp:376
#: src/libneochat/models/actionsmodel.cpp:351
msgid "Unignores the given user"
msgstr "取消忽略指定的使用者"
#: src/libneochat/models/actionsmodel.cpp:394
#: src/libneochat/models/actionsmodel.cpp:369
msgid "<reaction text>"
msgstr "<反應文字>"
#: src/libneochat/models/actionsmodel.cpp:395
#: src/libneochat/models/actionsmodel.cpp:370
msgid "React to the message with the given text"
msgstr "用指定文字對訊息進行反應"
#: src/libneochat/models/actionsmodel.cpp:410
#: src/libneochat/models/actionsmodel.cpp:385
#, kde-format
msgctxt "<user> is already banned from this room."
msgid "%1 is already banned from this room."
msgstr "%1 本來就已被這個聊天室封鎖。"
#: src/libneochat/models/actionsmodel.cpp:418
#: src/libneochat/models/actionsmodel.cpp:393
#, kde-format
msgid "You are not allowed to ban users from this room."
msgstr "您不被允許從這個聊天室封鎖使用者。"
#: src/libneochat/models/actionsmodel.cpp:424
#: src/libneochat/models/actionsmodel.cpp:399
#, kde-format
msgctxt "You are not allowed to ban <username> from this room."
msgid "You are not allowed to ban %1 from this room."
msgstr "您不被允許從這個聊天室封鎖 %1。"
#: src/libneochat/models/actionsmodel.cpp:428
#: src/libneochat/models/actionsmodel.cpp:403
#, kde-format
msgctxt "<username> was banned from this room."
msgid "%1 was banned from this room."
msgstr "%1 已被這個聊天室封鎖。"
#: src/libneochat/models/actionsmodel.cpp:432
#: src/libneochat/models/actionsmodel.cpp:505
#: src/libneochat/models/actionsmodel.cpp:407
#: src/libneochat/models/actionsmodel.cpp:480
msgid "<user id> [<reason>]"
msgstr "<使用者 id> [<原因>]"
#: src/libneochat/models/actionsmodel.cpp:433
#: src/libneochat/models/actionsmodel.cpp:408
msgid "Bans the given user"
msgstr "封鎖指定的使用者"
#: src/libneochat/models/actionsmodel.cpp:449
#: src/libneochat/models/actionsmodel.cpp:424
#, kde-format
msgid "You are not allowed to unban users from this room."
msgstr "您不被允許從這個聊天室解除封鎖使用者。"
#: src/libneochat/models/actionsmodel.cpp:454
#: src/libneochat/models/actionsmodel.cpp:429
#, kde-format
msgctxt "<user> is not banned from this room."
msgid "%1 is not banned from this room."
msgstr "%1 未被從這個聊天室封鎖。"
#: src/libneochat/models/actionsmodel.cpp:458
#: src/libneochat/models/actionsmodel.cpp:433
#, kde-format
msgctxt "<username> was unbanned from this room."
msgid "%1 was unbanned from this room."
msgstr "%1 已被這個聊天室解除封鎖。"
#: src/libneochat/models/actionsmodel.cpp:464
#: src/libneochat/models/actionsmodel.cpp:439
msgid "Removes the ban of the given user"
msgstr "解除指定使用者的封鎖"
#: src/libneochat/models/actionsmodel.cpp:478
#: src/libneochat/models/actionsmodel.cpp:453
#, kde-format
msgid "You cannot kick yourself from the room."
msgstr "您無法從聊天室踢出自己。"
#: src/libneochat/models/actionsmodel.cpp:482
#: src/libneochat/models/actionsmodel.cpp:457
#, kde-format
msgctxt "<username> is not in this room"
msgid "%1 is not in this room."
msgstr "%1 不在這個聊天室裡。"
#: src/libneochat/models/actionsmodel.cpp:491
#: src/libneochat/models/actionsmodel.cpp:466
#, kde-format
msgid "You are not allowed to kick users from this room."
msgstr "您不被允許從這個聊天室踢出使用者。"
#: src/libneochat/models/actionsmodel.cpp:497
#: src/libneochat/models/actionsmodel.cpp:472
#, kde-format
msgctxt "You are not allowed to kick <username> from this room"
msgid "You are not allowed to kick %1 from this room."
msgstr "您不被允許從這個聊天室踢出 %1。"
#: src/libneochat/models/actionsmodel.cpp:501
#: src/libneochat/models/actionsmodel.cpp:476
#, kde-format
msgctxt "<username> was kicked from this room."
msgid "%1 was kicked from this room."
msgstr "%1 已被踢出這個聊天室。"
#: src/libneochat/models/actionsmodel.cpp:506
#: src/libneochat/models/actionsmodel.cpp:481
msgid "Removes the user from the room"
msgstr "從聊天室移除使用者"
@@ -3014,12 +3000,12 @@ msgstr "聊天室建立失敗:%1"
msgid "Space creation failed: %1"
msgstr "聊天空間建立失敗:%1"
#: src/libneochat/neochatroom.cpp:1199
#: src/libneochat/neochatroom.cpp:1227
#, kde-format
msgid "Report sent successfully."
msgstr "已成功傳送檢舉"
#: src/libneochat/neochatroom.cpp:1539 src/libneochat/neochatroom.cpp:1547
#: src/libneochat/neochatroom.cpp:1570 src/libneochat/neochatroom.cpp:1578
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
@@ -3236,8 +3222,8 @@ msgstr "此伺服器已停用註冊。"
#: src/login/Homeserver.qml:48 src/login/Username.qml:38
#: src/messagecontent/LoadComponent.qml:30
#: src/messagecontent/models/messagecontentmodel.cpp:258
#: src/messagecontent/models/messagecontentmodel.cpp:286
#: src/messagecontent/models/messagecontentmodel.cpp:273
#: src/messagecontent/models/messagecontentmodel.cpp:301
#, kde-format
msgid "Loading"
msgstr "載入中"
@@ -3255,12 +3241,12 @@ msgid ""
"a little while."
msgstr "請稍候,正在從伺服器載入您的訊息。這可能會花上一段時間。"
#: src/login/login.cpp:91 src/login/login.cpp:106
#: src/login/login.cpp:100 src/login/login.cpp:115
#, kde-format
msgid "Network Error: %1"
msgstr "網路錯誤:%1"
#: src/login/login.cpp:99
#: src/login/login.cpp:108
#, kde-format
msgid "Login Failed: %1"
msgstr "登入失敗:%1"
@@ -3598,8 +3584,8 @@ msgid "Expand preview"
msgstr "展開預覽"
#: src/messagecontent/LinkPreviewLoadComponent.qml:63
#: src/messagecontent/models/messagecontentmodel.cpp:256
#: src/messagecontent/models/messagecontentmodel.cpp:284
#: src/messagecontent/models/messagecontentmodel.cpp:271
#: src/messagecontent/models/messagecontentmodel.cpp:299
#, kde-format
msgid "Loading reply"
msgstr "載入回覆中"
@@ -3621,19 +3607,19 @@ msgctxt "@action:button"
msgid "Open Fullscreen"
msgstr "開啟全螢幕"
#: src/messagecontent/models/messagecontentmodel.cpp:117
#: src/messagecontent/models/messagecontentmodel.cpp:116
#, kde-format
msgctxt "@info"
msgid "Failed to download file."
msgstr "下載檔案失敗。"
#: src/messagecontent/models/messagecontentmodel.cpp:120
#: src/messagecontent/models/messagecontentmodel.cpp:119
#, kde-format
msgctxt "@info Failed to download file: [error message]"
msgid "Failed to download file:<br />%1"
msgstr "下載檔案失敗:<br />%1"
#: src/messagecontent/models/messagecontentmodel.cpp:279
#: src/messagecontent/models/messagecontentmodel.cpp:294
#, kde-format
msgctxt "@info"
msgid ""
@@ -3642,7 +3628,7 @@ msgid ""
msgstr ""
"這個訊息找不到,或是您沒有閱讀它的權限,或者它是由已忽略的使用者所送出的"
#: src/messagecontent/models/messagecontentmodel.cpp:604
#: src/messagecontent/models/messagecontentmodel.cpp:571
#, kde-format
msgid "<i>This event does not have any content.</i>"
msgstr "<i>這個活動沒有任何內容。</i>"
@@ -3926,7 +3912,7 @@ msgstr "掃描 QR 碼"
msgid "Search"
msgstr "搜尋"
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:224
#: src/rooms/ExploreComponentMobile.qml:47 src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Explore rooms"
msgstr "瀏覽聊天室"
@@ -4042,33 +4028,33 @@ msgstr "已靜音的聊天室"
msgid "Configure room"
msgstr "設定聊天室"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No friends found"
msgstr "找不到朋友"
#: src/rooms/RoomListPage.qml:215
#: src/rooms/RoomListPage.qml:212
#, kde-format
msgid "No rooms found"
msgstr "找不到聊天室"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid ""
"You haven't added any of your friends yet, click below to search for them."
msgstr "您尚未加入任何朋友,點擊下方以搜尋您的朋友。"
#: src/rooms/RoomListPage.qml:217
#: src/rooms/RoomListPage.qml:214
#, kde-format
msgid "Join some rooms to get started"
msgstr "先加入一些聊天室吧"
#: src/rooms/RoomListPage.qml:224
#: src/rooms/RoomListPage.qml:221
#, kde-format
msgid "Search in room directory"
msgstr "在聊天室目錄裡搜尋"
#: src/rooms/RoomListPage.qml:241
#: src/rooms/RoomListPage.qml:238
#, kde-format
msgid "Search in friend directory"
msgstr "在朋友目錄裡搜尋"
@@ -5102,30 +5088,28 @@ msgid "Custom"
msgstr "自訂"
#: src/settings/NeoChatGeneralPage.qml:137
#, fuzzy, kde-format
#| msgid "Timeline Events"
#, kde-format
msgctxt "@title"
msgid "Timeline"
msgstr "時間軸事件"
msgstr "時間軸"
#: src/settings/NeoChatGeneralPage.qml:142
#, kde-format
msgid "Mark messages as read when:"
msgstr ""
msgstr "標記訊息為已讀的時機:"
#: src/settings/NeoChatGeneralPage.qml:147
#, kde-format
msgid "Never"
msgstr ""
msgstr "永不"
#: src/settings/NeoChatGeneralPage.qml:151
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room"
msgid "Entering the room"
msgstr "已加入聊天室"
msgstr "入聊天室"
#: src/settings/NeoChatGeneralPage.qml:155
#, kde-format
@@ -5133,25 +5117,22 @@ msgctxt ""
"@item:inlistbox As in mark messages in the room as read when entering the "
"room and all messages are visible on screen"
msgid "Entering the room and all unread messages are visible"
msgstr ""
msgstr "進入聊天室而所有未讀訊息皆可見時"
#: src/settings/NeoChatGeneralPage.qml:159
#, fuzzy, kde-format
#| msgid "joined the room"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the room"
msgid "Exiting the room"
msgstr "已加入聊天室"
msgstr "離開聊天室"
#: src/settings/NeoChatGeneralPage.qml:163
#, fuzzy, kde-format
#| msgctxt "@info"
#| msgid "Rooms with the most unread message are higher"
#, kde-format
msgctxt ""
"@item:inlistbox As in mark messages in the room as read when exiting the "
"room and all messages are visible on screen"
msgid "Exiting the room and all unread messages are visible"
msgstr "有最多未讀訊息的聊天室會排在上面"
msgstr "離開聊天室且所有未讀訊息皆可見時"
#: src/settings/NeoChatGeneralPage.qml:178
#, kde-format
@@ -6564,6 +6545,13 @@ msgid "%2 is typing"
msgid_plural "%2 are typing"
msgstr[0] "%2 人正在輸入訊息"
#~ msgid "Internal usage only."
#~ msgstr "僅內部用。"
#~ msgctxt "'<text>' does not look like a room id or alias."
#~ msgid "'%1' does not look like a room id or alias."
#~ msgstr "'%1' 看起來不像是聊天室 ID 或別名。"
#~ msgid "Switch User"
#~ msgstr "切換使用者"

View File

@@ -318,8 +318,7 @@ void Controller::listenForNotifications()
connect(timer, &QTimer::timeout, qGuiApp, &QGuiApplication::quit);
connect(connector, &KUnifiedPush::Connector::messageReceived, [timer](const QByteArray &data) {
instance().m_notificationsManager.postPushNotification(data);
timer->stop();
NotificationsManager::postPushNotification(data);
});
// Wait five seconds to see if we received any messages or this happened to be an erroneous activation.

View File

@@ -205,7 +205,7 @@ int main(int argc, char *argv[])
parser.addOption(testOption);
#ifdef HAVE_KUNIFIEDPUSH
QCommandLineOption dbusActivatedOption(u"dbus-activated"_s, i18n("Internal usage only."));
QCommandLineOption dbusActivatedOption(u"dbus-activated"_s);
dbusActivatedOption.setFlags(QCommandLineOption::Flag::HiddenFromHelp);
parser.addOption(dbusActivatedOption);
#endif
@@ -219,8 +219,14 @@ int main(int argc, char *argv[])
#ifdef HAVE_KUNIFIEDPUSH
if (parser.isSet(dbusActivatedOption)) {
// We want to be replaceable by the main client
KDBusService service(KDBusService::Replace);
#ifdef HAVE_KDBUSADDONS
// We *don't* want to use KDBusService here. I don't know why, but it makes activation super unreliable. We don't really need it anyway.
if (!QDBusConnection::sessionBus().registerService(QStringLiteral("org.kde.neochat"))) {
// Gracefully fail if NeoChat is already running
qWarning() << "NeoChat already running, not sending push notifications.";
return 0;
}
#endif
#ifdef HAVE_RUNNER
// If we are built with KRunner and KUnifiedPush support, we need to do something special.

View File

@@ -176,7 +176,7 @@ void ServerListModel::initialize()
true,
false,
});
beginResetModel();
endResetModel();
}
#include "moc_serverlistmodel.cpp"

View File

@@ -42,7 +42,6 @@ Name[sv]=NeoChat
Name[ta]=நியோச்சாட்
Name[tr]=NeoChat
Name[uk]=NeoChat
Name[x-test]=xxNeoChatxx
Name[zh_CN]=NeoChat
Name[zh_TW]=NeoChat
DesktopEntry=org.kde.neochat
@@ -87,7 +86,6 @@ Comment[sv]=En klient för matrix, det decentraliserade kommunikationsprotokolle
Comment[ta]=மையமில்லா தகவல் பரிமாற்ற நெறிமுறையான மேட்ரிக்ஸுக்கான செயலி
Comment[tr]=Merkezi olmayan iletişim protokolü Matrix için bir istemci
Comment[uk]=Клієнт matrix, децентралізованого протоколу обміну даними
Comment[x-test]=xxA client for matrix, the decentralized communication protocolxx
Comment[zh_CN]=分布式通讯协议 Matrix 的客户端
Comment[zh_TW]=去中心化通訊協定 Matrix 的用戶端
@@ -134,7 +132,6 @@ Name[sv]=Nytt meddelande
Name[ta]=புதிய செய்தி
Name[tr]=Yeni İleti
Name[uk]=Нове повідомлення
Name[x-test]=xxNew messagexx
Name[zh_CN]=新消息
Name[zh_TW]=新訊息
Comment=There is a new message
@@ -177,7 +174,6 @@ Comment[sv]=Det finns ett nytt meddelande
Comment[ta]=ஒரு புதிய செய்தி உள்ளது
Comment[tr]=Yeni bir ileti var
Comment[uk]=Надійшло нове повідомлення
Comment[x-test]=xxThere is a new messagexx
Comment[zh_CN]=有新消息
Comment[zh_TW]=有新的訊息
Action=Popup
@@ -215,6 +211,7 @@ Name[pa]=ਨਵਾਂ ਸੱਦਾ
Name[pl]=Nowe zaproszenie
Name[pt]=Novo Convite
Name[pt_BR]=Novo convite
Name[ro]=Invitație nouă
Name[ru]=Новое приглашение
Name[sa]=नवीन आमन्त्रणम्
Name[sl]=Novo povabilo
@@ -222,7 +219,6 @@ Name[sv]=Ny inbjudan
Name[ta]=புதிய அழைப்பிதழ்
Name[tr]=Yeni Davet
Name[uk]=Нове запрошення
Name[x-test]=xxNew Invitationxx
Name[zh_CN]=新邀请
Name[zh_TW]=新邀請
Comment=There is a new invitation to a room
@@ -257,6 +253,7 @@ Comment[pa]=ਰੂਮ ਲਈ ਨਵਾਂ ਸੱਦਾ ਹੈ
Comment[pl]=Dostępna jest nowe zaproszenie do pokoju
Comment[pt]=Existe um novo convite para uma sala
Comment[pt_BR]=Existe um novo convite para uma sala
Comment[ro]=E o nouă invitație la o cameră
Comment[ru]=Доступно новое приглашение в комнату
Comment[sa]=कक्षस्य नूतनं निमन्त्रणम् अस्ति
Comment[sl]=Tam je novo povabilo v sobo
@@ -264,7 +261,6 @@ Comment[sv]=Det finns en ny inbjudan till ett rum
Comment[ta]=ஓர் அரங்கிற்கான புதிய அழைப்பிதழ் உள்ளது
Comment[tr]=Bir odaya yeni bir davetiye var
Comment[uk]=У кімнаті нове запрошення
Comment[x-test]=xxThere is a new invitation to a roomxx
Comment[zh_CN]=有新的聊天室邀请
Comment[zh_TW]=有新的加入聊天室邀請
Action=Popup
@@ -296,6 +292,7 @@ Name[nl]=Gedeelde
Name[nn]=Del
Name[pl]=Udostępnij
Name[pt_BR]=Compartilhar
Name[ro]=Partajare
Name[ru]=Публикация
Name[sa]=संविभागः
Name[sl]=Deli
@@ -303,7 +300,6 @@ Name[sv]=Dela
Name[ta]=பகிர்
Name[tr]=Paylaş
Name[uk]=Оприлюднення
Name[x-test]=xxSharexx
Name[zh_CN]=分享
Name[zh_TW]=分享
Comment=The result of sharing a piece of content
@@ -331,6 +327,7 @@ Comment[nl]=Het resultaat van het delen van een stukje inhoud
Comment[nn]=Resultatet av deling av innhald
Comment[pl]=Wynik udostępniania kawałka treści
Comment[pt_BR]=O resultado de compartilhar um conteúdo
Comment[ro]=Rezultatul partajării unei bucăți de conținut
Comment[ru]=Результат публикации данных
Comment[sa]=सामग्रीखण्डस्य साझाकरणस्य परिणामः
Comment[sl]=Rezultat deljenega kosa vsebine
@@ -338,7 +335,6 @@ Comment[sv]=Resultatet av att dela innehåll
Comment[ta]=எதையோ பகிர்ந்த‍தன் விளைவு
Comment[tr]=Bir parça içerik paylaşımının sonucu
Comment[uk]=Результат оприлюднення даних
Comment[x-test]=xxThe result of sharing a piece of contentxx
Comment[zh_CN]=分享一个内容得到的结果
Comment[zh_TW]=分享一份內容之後的結果
Action=Popup

View File

@@ -389,7 +389,7 @@ void NotificationsManager::postPushNotification(const QByteArray &message)
#ifdef HAVE_KIO
auto openAction = notification->addAction(i18n("Open NeoChat"));
connect(openAction, &KNotificationAction::activated, this, [=]() {
connect(openAction, &KNotificationAction::activated, notification, [=]() {
QString properId = roomId;
properId = properId.replace(u"#"_s, QString());
properId = properId.replace(u"!"_s, QString());
@@ -403,8 +403,6 @@ void NotificationsManager::postPushNotification(const QByteArray &message)
connect(notification, &KNotification::closed, qGuiApp, &QGuiApplication::quit);
notification->sendEvent();
m_notifications.insert(roomId, {json["ts"_L1].toVariant().toLongLong(), notification});
} else {
qWarning() << "Skipping unsupported push notification" << type;
}

View File

@@ -53,7 +53,7 @@ public:
/**
* @brief Display a native notification for the given push notification.
*/
void postPushNotification(const QByteArray &message);
static void postPushNotification(const QByteArray &message);
/**
* @brief Handle the notifications for the given connection.

View File

@@ -43,7 +43,6 @@ Name[sv]=NeoChat
Name[ta]=நியோச்சாட்
Name[tr]=NeoChat
Name[uk]=NeoChat
Name[x-test]=xxNeoChatxx
Name[zh_CN]=NeoChat
Name[zh_TW]=NeoChat
Comment=Find rooms in NeoChat
@@ -76,6 +75,7 @@ Comment[nn]=Finn rom i NeoChat
Comment[pl]=Znajdź pokoje w NeoChat
Comment[pt]=Procurar salas no NeoChat
Comment[pt_BR]=Encontrar salas no NeoChat
Comment[ro]=Găsește camere în NeoChat
Comment[ru]=Поиск комнат NeoChat
Comment[sa]=NeoChat इत्यत्र कक्ष्याः अन्वेषणं कुर्वन्तु
Comment[sl]=Najdi sobe v NeoChatu
@@ -83,7 +83,6 @@ Comment[sv]=Sök efter rum i NeoChat
Comment[ta]=நியோச்சாட்டில் அரங்குகளை கண்டுபிடிக்கும்
Comment[tr]=NeoChatte odalar bulun
Comment[uk]=Пошук кімнат у NeoChat
Comment[x-test]=xxFind rooms in NeoChatxx
Comment[zh_CN]=在 NeoChat 查找聊天室
Comment[zh_TW]=在 NeoChat 尋找聊天室
X-KDE-ServiceTypes=Plasma/Runner

View File

@@ -23,11 +23,6 @@ Kirigami.Dialog {
property NeoChatConnection connection
readonly property ProfileFieldsHelper profileFieldsHelper: ProfileFieldsHelper {
connection: root.connection
userId: root.user.id
}
leftPadding: 0
rightPadding: 0
topPadding: 0
@@ -131,38 +126,14 @@ Kirigami.Dialog {
}
}
RowLayout {
spacing: Kirigami.Units.smallSpacing
Kirigami.Chip {
visible: root.room
text: root.room ? QmlUtils.nameForPowerLevelValue(root.room.memberEffectivePowerLevel(root.user.id)) : ""
closable: false
checkable: false
Layout.leftMargin: Kirigami.Units.largeSpacing
Layout.bottomMargin: Kirigami.Units.largeSpacing
Kirigami.Chip {
visible: root.room
text: root.room ? QmlUtils.nameForPowerLevelValue(root.room.memberEffectivePowerLevel(root.user.id)) : ""
closable: false
checkable: false
}
QQC2.BusyIndicator {
visible: root.connection.supportsProfileFields && root.profileFieldsHelper.loading
}
Kirigami.Chip {
id: timezoneChip
visible: root.connection.supportsProfileFields && !root.profileFieldsHelper.loading && root.profileFieldsHelper.timezone.length > 0
text: root.profileFieldsHelper.timezone
closable: false
checkable: false
}
Kirigami.Chip {
id: pronounsChip
visible: root.connection.supportsProfileFields && !root.profileFieldsHelper.loading && root.profileFieldsHelper.pronouns.length > 0
text: root.profileFieldsHelper.pronouns
closable: false
checkable: false
}
}
Kirigami.Separator {

View File

@@ -11,7 +11,19 @@ VerificationMessage {
required property int reason
icon: "security-low"
icon: {
switch (root.reason) {
case KeyVerificationSession.TIMEOUT:
case KeyVerificationSession.REMOTE_TIMEOUT:
case KeyVerificationSession.USER:
case KeyVerificationSession.REMOTE_USER:
case KeyVerificationSession.SESSION_ACCEPTED:
case KeyVerificationSession.REMOTE_SESSION_ACCEPTED:
return "dialog-information";
default:
return "security-low";
}
}
text: {
switch (root.reason) {
case KeyVerificationSession.NONE:

View File

@@ -264,10 +264,6 @@ void RoomManager::viewEventSource(const QString &eventId)
void RoomManager::viewEventMenu(const QString &eventId, NeoChatRoom *room, NeochatRoomMember *sender, const QString &selectedText, const QString &hoveredLink)
{
if (eventId.isEmpty()) {
qWarning() << "Tried to open event menu with empty event id";
return;
}
const auto &event = **room->findInTimeline(eventId);
if (EventHandler::mediaInfo(room, &event).contains("mimeType"_L1)) {
@@ -397,7 +393,9 @@ void RoomManager::joinRoom(Quotient::Connection *account, const QString &roomAli
// If no one gives us a homeserver suggestion, try the server specified in the alias/id.
// Otherwise joining a remote room not on our homeserver will fail.
if (vias.empty()) {
// This is a hack and we're not supposed to do it. With room ids not containing the server going forward, it won't work anymore for new room versions.
// FIXME: Let's keep it around anyway for now, remove it at some point, though
if (vias.empty() && roomAliasOrId.contains(':'_L1)) {
vias.append(roomAliasOrId.mid(roomAliasOrId.lastIndexOf(':'_L1) + 1));
}

View File

@@ -22,7 +22,6 @@ target_sources(LibNeoChat PRIVATE
texthandler.cpp
urlhelper.cpp
utils.cpp
profilefieldshelper.cpp
enums/messagecomponenttype.h
enums/messagetype.h
enums/powerlevel.cpp
@@ -33,7 +32,6 @@ target_sources(LibNeoChat PRIVATE
events/imagepackevent.cpp
events/pollevent.cpp
jobs/neochatgetcommonroomsjob.cpp
jobs/neochatprofilefieldjobs.cpp
models/actionsmodel.cpp
models/completionmodel.cpp
models/completionproxymodel.cpp
@@ -46,8 +44,6 @@ target_sources(LibNeoChat PRIVATE
models/stickermodel.cpp
models/userfiltermodel.cpp
models/userlistmodel.cpp
models/timezonemodel.cpp
models/timezonemodel.h
)
ecm_add_qml_module(LibNeoChat GENERATE_PLUGIN_SOURCE

View File

@@ -173,7 +173,7 @@ void AccountManager::addConnection(NeoChatConnection *connection)
});
connect(connection, &NeoChatConnection::loggedOut, this, [this, connection] {
// Only set the connection if the account being logged out is currently active
if (m_accountRegistry->accounts().count() > 1 && connection == activeConnection()) {
if (m_accountRegistry->accounts().count() == 1 && connection == activeConnection()) {
setActiveConnection(dynamic_cast<NeoChatConnection *>(m_accountRegistry->accounts()[0]));
} else {
setActiveConnection(nullptr);

View File

@@ -1,20 +0,0 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-2.0-or-later
#include "neochatprofilefieldjobs.h"
using namespace Quotient;
NeoChatGetProfileFieldJob::NeoChatGetProfileFieldJob(const QString &userId, const QString &key)
: BaseJob(HttpVerb::Get, u"GetProfileFieldJob"_s, makePath("/_matrix/client/unstable/uk.tcpip.msc4133", "/profile/", userId, "/", key))
, m_key(key)
{
}
NeoChatSetProfileFieldJob::NeoChatSetProfileFieldJob(const QString &userId, const QString &key, const QString &value)
: BaseJob(HttpVerb::Put, u"SetProfileFieldJob"_s, makePath("/_matrix/client/unstable/uk.tcpip.msc4133", "/profile/", userId, "/", key))
{
QJsonObject _dataJson;
addParam(_dataJson, key, value);
setRequestData({_dataJson});
}

View File

@@ -1,49 +0,0 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <Quotient/jobs/basejob.h>
// NOTE: This is currently being upstreamed to libQuotient, awaiting MSC4133: https://github.com/quotient-im/libQuotient/pull/869
//! \brief Get a user's profile field.
//!
//! Get one of the user's profile fields. This API may be used to fetch the user's
//! own profile field or to query the profile field of other users; either locally or
//! on remote homeservers.
class QUOTIENT_API NeoChatGetProfileFieldJob : public Quotient::BaseJob
{
public:
//! \param userId
//! The user whose profile field to query.
//! \param key
//! The key of the profile field.
explicit NeoChatGetProfileFieldJob(const QString &userId, const QString &key);
// Result properties
//! The value of the profile field.
QString value() const
{
return loadFromJson<QString>(m_key);
}
private:
QString m_key;
};
//! \brief Sets a user's profile field.
//!
//! Set one of the user's own profile fields. This may fail depending on if the server allows the
//! user to change their own profile field, or if the field isn't allowed.
class QUOTIENT_API NeoChatSetProfileFieldJob : public Quotient::BaseJob
{
public:
//! \param userId
//! The user whose avatar URL to set.
//!
//! \param avatarUrl
//! The new avatar URL for this user.
explicit NeoChatSetProfileFieldJob(const QString &userId, const QString &key, const QString &value);
};

View File

@@ -31,13 +31,7 @@ auto leaveRoomLambda = [](const QString &text, NeoChatRoom *room, ChatBarCache *
Q_EMIT room->showMessage(MessageType::Information, i18n("Leaving this room."));
room->forget();
} else {
QRegularExpression roomRegex(uR"(^[#!][^:]+:\w(?:\w|\.|-)*\.\w+(?::\d{1,5})?)"_s);
auto regexMatch = roomRegex.match(text);
if (!regexMatch.hasMatch()) {
Q_EMIT room->showMessage(MessageType::Error,
i18nc("'<text>' does not look like a room id or alias.", "'%1' does not look like a room id or alias.", text));
return QString();
}
// FIXME: re-add sanity check for roomId/alias
auto leaving = dynamic_cast<NeoChatRoom *>(room->connection()->room(text));
if (!leaving) {
leaving = dynamic_cast<NeoChatRoom *>(room->connection()->roomByAlias(text));
@@ -217,13 +211,7 @@ QList<ActionsModel::Action> actions{
Action{
u"join"_s,
[](const QString &text, NeoChatRoom *room, ChatBarCache *) {
QRegularExpression roomRegex(uR"(^[#!][^:]+:\w(?:\w|\.|-)*\.\w+(?::\d{1,5})?)"_s);
auto regexMatch = roomRegex.match(text);
if (!regexMatch.hasMatch()) {
Q_EMIT room->showMessage(MessageType::Error,
i18nc("'<text>' does not look like a room id or alias.", "'%1' does not look like a room id or alias.", text));
return QString();
}
// FIXME: re-add sanity check for roomId/alias
auto targetRoom = text.startsWith(QLatin1Char('!')) ? room->connection()->room(text) : room->connection()->roomByAlias(text);
if (targetRoom) {
ActionsModel::instance().resolveResource(targetRoom->id());
@@ -242,25 +230,18 @@ QList<ActionsModel::Action> actions{
[](const QString &text, NeoChatRoom *room, ChatBarCache *) {
auto parts = text.split(u" "_s);
QString roomName = parts[0];
QRegularExpression roomRegex(uR"(^[#!][^:]+:\w(?:\w|\.|-)*\.\w+(?::\d{1,5})?)"_s);
auto regexMatch = roomRegex.match(roomName);
if (!regexMatch.hasMatch()) {
Q_EMIT room->showMessage(MessageType::Error,
i18nc("'<text>' does not look like a room id or alias.", "'%1' does not look like a room id or alias.", text));
return QString();
}
auto targetRoom = text.startsWith(QLatin1Char('!')) ? room->connection()->room(text) : room->connection()->roomByAlias(text);
if (targetRoom) {
// FIXME: re-add sanity check for roomId/alias
if (const auto targetRoom = text.startsWith(QLatin1Char('!')) ? room->connection()->room(text) : room->connection()->roomByAlias(text)) {
ActionsModel::instance().resolveResource(targetRoom->id());
return QString();
}
Q_EMIT room->showMessage(MessageType::Information, i18nc("Knocking room <roomname>.", "Knocking room %1.", text));
auto connection = dynamic_cast<NeoChatConnection *>(room->connection());
const auto knownServer = roomName.mid(roomName.indexOf(":"_L1) + 1);
const auto knownServer = roomName.contains(":"_L1) ? QStringList{roomName.mid(roomName.indexOf(":"_L1) + 1)} : QStringList();
if (parts.length() >= 2) {
ActionsModel::instance().knockRoom(connection, roomName, parts[1], QStringList{knownServer});
ActionsModel::instance().knockRoom(connection, roomName, parts[1], knownServer);
} else {
ActionsModel::instance().knockRoom(connection, roomName, QString(), QStringList{knownServer});
ActionsModel::instance().knockRoom(connection, roomName, QString(), knownServer);
}
return QString();
},
@@ -271,13 +252,7 @@ QList<ActionsModel::Action> actions{
Action{
u"j"_s,
[](const QString &text, NeoChatRoom *room, ChatBarCache *) {
QRegularExpression roomRegex(uR"(^[#!][^:]+:\w(?:\w|\.|-)*\.\w+(?::\d{1,5})?)"_s);
auto regexMatch = roomRegex.match(text);
if (!regexMatch.hasMatch()) {
Q_EMIT room->showMessage(MessageType::Error,
i18nc("'<text>' does not look like a room id or alias.", "'%1' does not look like a room id or alias.", text));
return QString();
}
// FIXME: re-add sanity check for roomId/alias
if (room->connection()->room(text) || room->connection()->roomByAlias(text)) {
Q_EMIT room->showMessage(MessageType::Information, i18nc("You are already in room <roomname>.", "You are already in room %1.", text));
return QString();

View File

@@ -1,48 +0,0 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-2.0-or-later
#include "timezonemodel.h"
#include <KLocalizedString>
using namespace Qt::Literals::StringLiterals;
TimeZoneModel::TimeZoneModel(QObject *parent)
: QAbstractListModel(parent)
{
m_timezoneIds = QTimeZone::availableTimeZoneIds();
}
QVariant TimeZoneModel::data(const QModelIndex &index, int role) const
{
switch (role) {
case Qt::DisplayRole: {
if (index.row() == 0) {
return i18nc("@item:inlistbox Prefer not to say which timezone im in", "Prefer not to say");
} else {
return m_timezoneIds[index.row() - 1];
}
}
default:
return {};
}
}
int TimeZoneModel::rowCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
return m_timezoneIds.count() + 1;
}
int TimeZoneModel::indexOfValue(const QString &code)
{
const auto it = std::ranges::find(std::as_const(m_timezoneIds), code.toUtf8());
if (it != m_timezoneIds.cend()) {
return std::distance(m_timezoneIds.cbegin(), it) + 1;
} else {
return 0;
}
}
#include "moc_timezonemodel.cpp"

View File

@@ -1,24 +0,0 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <QAbstractListModel>
#include <QQmlEngine>
class TimeZoneModel : public QAbstractListModel
{
Q_OBJECT
QML_ELEMENT
public:
explicit TimeZoneModel(QObject *parent = nullptr);
[[nodiscard]] QVariant data(const QModelIndex &index, int role) const override;
[[nodiscard]] int rowCount(const QModelIndex &parent) const override;
Q_INVOKABLE int indexOfValue(const QString &code);
private:
QList<QByteArray> m_timezoneIds;
};

View File

@@ -136,9 +136,13 @@ bool UserListModel::event(QEvent *event)
void UserListModel::memberJoined(const Quotient::RoomMember &member)
{
auto pos = findUserPos(member);
beginInsertRows(QModelIndex(), pos, pos);
m_members.insert(pos, member.id());
if (m_members.contains(member.id())) {
return;
}
const int row = m_members.size();
beginInsertRows(QModelIndex(), row, row);
m_members.append(member.id());
endInsertRows();
}
@@ -158,8 +162,6 @@ void UserListModel::refreshMember(const Quotient::RoomMember &member, const QLis
{
auto pos = findUserPos(member);
if (pos != m_members.size()) {
// The update will have changed the state event so we need to insert the updated member object.
m_members.insert(pos, member.id());
Q_EMIT dataChanged(index(pos), index(pos), roles);
} else {
qWarning() << "Trying to access a room member not in the user list";

View File

@@ -6,7 +6,6 @@
#include <QImageReader>
#include <QJsonDocument>
#include "jobs/neochatprofilefieldjobs.h"
#include "neochatroom.h"
#include "spacehierarchycache.h"
@@ -140,19 +139,6 @@ void NeoChatConnection::connectSignals()
Q_EMIT canCheckMutualRoomsChanged();
m_canEraseData = job->unstableFeatures().contains("org.matrix.msc4025"_L1) || job->versions().count("v1.10"_L1);
Q_EMIT canEraseDataChanged();
m_supportsProfileFields = job->unstableFeatures().contains("uk.tcpip.msc4133"_L1);
Q_EMIT supportsProfileFieldsChanged();
if (m_supportsProfileFields) {
callApi<NeoChatGetProfileFieldJob>(BackgroundRequest, userId(), QStringLiteral("us.cloke.msc4175.tz")).then([this](const auto &job) {
m_timezone = job->value();
Q_EMIT timezoneChanged();
});
callApi<NeoChatGetProfileFieldJob>(BackgroundRequest, userId(), QStringLiteral("io.fsky.nyx.pronouns")).then([this](const auto &job) {
m_pronouns = job->value();
Q_EMIT pronounsChanged();
});
}
});
},
Qt::SingleShotConnection);
@@ -572,33 +558,4 @@ bool NeoChatConnection::enablePushNotifications() const
return m_pushNotificationsEnabled;
}
bool NeoChatConnection::supportsProfileFields() const
{
return m_supportsProfileFields;
}
QString NeoChatConnection::timezone() const
{
return m_timezone;
}
void NeoChatConnection::setTimezone(const QString &value)
{
callApi<NeoChatSetProfileFieldJob>(BackgroundRequest, userId(), QStringLiteral("us.cloke.msc4175.tz"), value);
}
QString NeoChatConnection::pronouns() const
{
return m_pronouns;
}
void NeoChatConnection::setPronouns(const QString &value)
{
const QJsonObject pronounsObj{{"summary"_L1, value}};
callApi<NeoChatSetProfileFieldJob>(BackgroundRequest,
userId(),
QStringLiteral("io.fsky.nyx.pronouns"),
QString::fromUtf8(QJsonDocument(pronounsObj).toJson(QJsonDocument::Compact)));
}
#include "moc_neochatconnection.cpp"

View File

@@ -90,21 +90,6 @@ class NeoChatConnection : public Quotient::Connection
*/
Q_PROPERTY(bool enablePushNotifications READ enablePushNotifications NOTIFY enablePushNotificationsChanged)
/**
* @brief If the server supports profile fields (MSC4133)
*/
Q_PROPERTY(bool supportsProfileFields READ supportsProfileFields NOTIFY supportsProfileFieldsChanged)
/**
* @brief The timezone profile field for this account.
*/
Q_PROPERTY(QString timezone READ timezone WRITE setTimezone NOTIFY timezoneChanged)
/**
* @brief The pronouns profile field for this account.
*/
Q_PROPERTY(QString pronouns READ pronouns WRITE setPronouns NOTIFY pronounsChanged)
public:
/**
* @brief Defines the status after an attempt to change the password on an account.
@@ -219,14 +204,6 @@ public:
bool pushNotificationsAvailable() const;
bool enablePushNotifications() const;
bool supportsProfileFields() const;
QString timezone() const;
void setTimezone(const QString &value);
QString pronouns() const;
void setPronouns(const QString &value);
LinkPreviewer *previewerForLink(const QUrl &link);
Q_SIGNALS:
@@ -244,9 +221,6 @@ Q_SIGNALS:
void canCheckMutualRoomsChanged();
void canEraseDataChanged();
void enablePushNotificationsChanged();
void supportsProfileFieldsChanged();
void timezoneChanged();
void pronounsChanged();
/**
* @brief Request a message be shown to the user of the given type.
@@ -276,7 +250,4 @@ private:
bool m_canCheckMutualRooms = false;
bool m_canEraseData = false;
bool m_pushNotificationsEnabled = false;
bool m_supportsProfileFields = false;
QString m_timezone;
QString m_pronouns;
};

View File

@@ -8,6 +8,8 @@
#include <QMediaPlayer>
#include <QMimeDatabase>
#include <QTemporaryFile>
#include <QVideoFrame>
#include <QVideoSink>
#include <Quotient/events/eventcontent.h>
#include <Quotient/events/eventrelation.h>
@@ -245,11 +247,37 @@ QCoro::Task<void> NeoChatRoom::doUploadFile(QUrl url, QString body, std::optiona
} else if (mime.name().startsWith("audio/"_L1)) {
content = new EventContent::AudioContent(url, fileInfo.size(), mime, fileInfo.fileName());
} else if (mime.name().startsWith("video/"_L1)) {
QVideoSink sink;
QMediaPlayer player;
player.setSource(url);
player.setVideoSink(&sink);
co_await qCoro(&player, &QMediaPlayer::mediaStatusChanged);
auto resolution = player.metaData().value(QMediaMetaData::Resolution).toSize();
// Get the first video frame to use as a thumbnail.
player.play();
co_await qCoro(&player, &QMediaPlayer::positionChanged);
QTemporaryFile file;
file.setFileTemplate(QStringLiteral("XXXXXX.jpg"));
file.open();
const auto thumbnailImage = sink.videoFrame().toImage();
Q_UNUSED(thumbnailImage.save(file.fileName()))
player.stop(); // We have to delay the stop() because it will invalidate our image
const auto thumbnailFileInfo = QFileInfo(file.fileName());
// Upload the thumbnail
const auto job = connection()->uploadFile(thumbnailFileInfo.absoluteFilePath());
co_await qCoro(job.get(), &BaseJob::finished);
const auto resolution = player.metaData().value(QMediaMetaData::Resolution).toSize();
content = new EventContent::VideoContent(url, fileInfo.size(), mime, resolution, fileInfo.fileName());
content->thumbnail = EventContent::Thumbnail(job->contentUri(),
thumbnailFileInfo.size(),
QMimeDatabase().mimeTypeForName(QStringLiteral("image/jpeg")),
thumbnailImage.size());
} else {
content = new EventContent::FileContent(url, fileInfo.size(), mime, fileInfo.fileName());
}
@@ -1251,33 +1279,36 @@ void NeoChatRoom::openEventMediaExternally(const QString &eventId)
void NeoChatRoom::copyEventMedia(const QString &eventId)
{
const auto evtIt = findInTimeline(eventId);
if (evtIt != messageEvents().rend() && is<RoomMessageEvent>(**evtIt)) {
const auto event = evtIt->viewAs<RoomMessageEvent>();
if (event->has<EventContent::FileContent>()) {
const auto transferInfo = fileTransferInfo(eventId);
if (transferInfo.completed()) {
Clipboard clipboard;
clipboard.setImage(transferInfo.localPath);
} else {
downloadFile(eventId,
QUrl(QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + u'/'
+ event->id().replace(u':', u'_').replace(u'/', u'_').replace(u'+', u'_') + fileNameToDownload(eventId)));
connect(
this,
&Room::fileTransferCompleted,
this,
[this, eventId](QString id, QUrl localFile, FileSourceInfo fileMetadata) {
Q_UNUSED(localFile);
Q_UNUSED(fileMetadata);
if (id == eventId) {
auto transferInfo = fileTransferInfo(eventId);
Clipboard clipboard;
clipboard.setImage(transferInfo.localPath);
}
},
static_cast<Qt::ConnectionType>(Qt::SingleShotConnection));
}
}
if (evtIt == messageEvents().rend() || !is<RoomMessageEvent>(**evtIt)) {
return;
}
const auto event = evtIt->viewAs<RoomMessageEvent>();
if (!event->has<EventContent::FileContentBase>()) {
return;
}
const auto transferInfo = fileTransferInfo(eventId);
if (transferInfo.completed()) {
Clipboard clipboard;
clipboard.setImage(transferInfo.localPath);
} else {
downloadFile(eventId,
QUrl(u"file:"_s + QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + u'/'
+ event->id().replace(u':', u'_').replace(u'/', u'_').replace(u'+', u'_') + fileNameToDownload(eventId)));
connect(
this,
&Room::fileTransferCompleted,
this,
[this, eventId](QString id, QUrl localFile, FileSourceInfo fileMetadata) {
Q_UNUSED(localFile);
Q_UNUSED(fileMetadata);
if (id == eventId) {
auto transferInfo = fileTransferInfo(eventId);
Clipboard clipboard;
clipboard.setImage(transferInfo.localPath);
}
},
Qt::SingleShotConnection);
}
}
@@ -1671,7 +1702,9 @@ void NeoChatRoom::setRoomState(const QString &type, const QString &stateKey, con
NeochatRoomMember *NeoChatRoom::qmlSafeMember(const QString &memberId)
{
if (!m_memberObjects.contains(memberId)) {
return m_memberObjects.emplace(memberId, std::make_unique<NeochatRoomMember>(this, memberId)).first->second.get();
auto member = m_memberObjects.emplace(memberId, std::make_unique<NeochatRoomMember>(this, memberId)).first->second.get();
QQmlEngine::setObjectOwnership(member, QQmlEngine::CppOwnership);
return member;
}
return m_memberObjects[memberId].get();

View File

@@ -1,110 +0,0 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
#include "profilefieldshelper.h"
#include "jobs/neochatprofilefieldjobs.h"
#include "neochatconnection.h"
#include <Quotient/csapi/profile.h>
using namespace Quotient;
NeoChatConnection *ProfileFieldsHelper::connection() const
{
return m_connection.get();
}
void ProfileFieldsHelper::setConnection(NeoChatConnection *connection)
{
if (m_connection != connection) {
m_connection = connection;
Q_EMIT connectionChanged();
load();
}
}
QString ProfileFieldsHelper::userId() const
{
return m_userId;
}
void ProfileFieldsHelper::setUserId(const QString &id)
{
if (m_userId != id) {
m_userId = id;
Q_EMIT userIdChanged();
load();
}
}
QString ProfileFieldsHelper::timezone() const
{
if (m_timezone.isEmpty()) {
return {};
}
return QTimeZone(m_timezone.toUtf8()).displayName(QTimeZone::GenericTime);
}
QString ProfileFieldsHelper::pronouns() const
{
return m_pronouns;
}
bool ProfileFieldsHelper::loading() const
{
return m_loading;
}
void ProfileFieldsHelper::load()
{
if (!m_connection || m_userId.isEmpty()) {
return;
}
if (!m_connection->supportsProfileFields()) {
setLoading(false);
return;
}
setLoading(true);
m_connection->callApi<NeoChatGetProfileFieldJob>(BackgroundRequest, m_userId, QStringLiteral("us.cloke.msc4175.tz"))
.then(
[this](const auto &job) {
m_timezone = job->value();
Q_EMIT timezoneChanged();
m_fetchedTimezone = true;
checkIfFinished();
},
[this] {
m_fetchedTimezone = true;
checkIfFinished();
});
m_connection->callApi<NeoChatGetProfileFieldJob>(BackgroundRequest, m_userId, QStringLiteral("io.fsky.nyx.pronouns"))
.then(
[this](const auto &job) {
const QJsonDocument document = QJsonDocument::fromJson(job->value().toUtf8());
m_pronouns = document["summary"_L1].toString();
Q_EMIT pronounsChanged();
m_fetchedPronouns = true;
checkIfFinished();
},
[this] {
m_fetchedPronouns = true;
checkIfFinished();
});
}
void ProfileFieldsHelper::checkIfFinished()
{
if (m_fetchedTimezone && m_fetchedPronouns) {
setLoading(false);
}
}
void ProfileFieldsHelper::setLoading(const bool loading)
{
m_loading = loading;
Q_EMIT loadingChanged();
}

View File

@@ -1,79 +0,0 @@
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
#pragma once
#include <QObject>
#include <QQmlEngine>
#include <Quotient/jobs/basejob.h>
class NeoChatConnection;
/**
* @class ProfileFieldsHelper
*
* This class is designed to help grabbing the profile fields of a user.
*/
class ProfileFieldsHelper : public QObject
{
Q_OBJECT
QML_ELEMENT
/**
* @brief The connection to use.
*/
Q_PROPERTY(NeoChatConnection *connection READ connection WRITE setConnection NOTIFY connectionChanged REQUIRED)
/**
* @brief The id of the user to grab profile fields from.
*/
Q_PROPERTY(QString userId READ userId WRITE setUserId NOTIFY userIdChanged REQUIRED)
/**
* @brief The timezone field of the user.
*/
Q_PROPERTY(QString timezone READ timezone NOTIFY timezoneChanged)
/**
* @brief The pronouns field of the user.
*/
Q_PROPERTY(QString pronouns READ pronouns NOTIFY pronounsChanged)
/**
* @brief If the fields are loading.
*/
Q_PROPERTY(bool loading READ loading NOTIFY loadingChanged)
public:
[[nodiscard]] NeoChatConnection *connection() const;
void setConnection(NeoChatConnection *connection);
[[nodiscard]] QString userId() const;
void setUserId(const QString &id);
[[nodiscard]] QString timezone() const;
[[nodiscard]] QString pronouns() const;
[[nodiscard]] bool loading() const;
Q_SIGNALS:
void connectionChanged();
void userIdChanged();
void timezoneChanged();
void pronounsChanged();
void loadingChanged();
private:
void load();
void checkIfFinished();
void setLoading(bool loading);
QPointer<NeoChatConnection> m_connection;
QString m_userId;
bool m_loading = true;
QString m_timezone;
bool m_fetchedTimezone = false;
QString m_pronouns;
bool m_fetchedPronouns = false;
};

View File

@@ -85,6 +85,15 @@ void LoginHelper::init()
account.sync();
m_accountManager->addConnection(m_connection);
m_accountManager->setActiveConnection(m_connection);
disconnect(m_connection, nullptr, this, nullptr);
connect(
m_connection.get(),
&NeoChatConnection::syncDone,
this,
[this]() {
Q_EMIT loaded();
},
Qt::SingleShotConnection);
m_connection = nullptr;
});
connect(m_connection, &NeoChatConnection::networkError, this, [this](QString error, const QString &, int, int) {
@@ -105,15 +114,6 @@ void LoginHelper::init()
connect(m_connection, &NeoChatConnection::resolveError, this, [this](QString error) {
Q_EMIT m_connection->errorOccured(i18n("Network Error: %1", std::move(error)));
});
connect(
m_connection.get(),
&NeoChatConnection::syncDone,
this,
[this]() {
Q_EMIT loaded();
},
Qt::SingleShotConnection);
}
void LoginHelper::setHomeserverReachable(bool reachable)

View File

@@ -65,7 +65,7 @@ RowLayout {
id: contentRepeater
model: root.replyContentModel
delegate: ReplyMessageComponentChooser {
onReplyClicked: RoomManager.goToEvent(root.replyEventId)
onReplyClicked: root.Message.timeline.goToEvent(root.replyEventId)
}
}
}
@@ -74,7 +74,7 @@ RowLayout {
}
TapHandler {
acceptedButtons: Qt.LeftButton
onTapped: RoomManager.goToEvent(root.replyEventId)
onTapped: root.Message.timeline.goToEvent(root.replyEventId)
}
QtObject {
id: _private

View File

@@ -57,6 +57,7 @@ void MessageContentModel::initializeModel()
connect(m_room, &NeoChatRoom::pendingEventAdded, this, [this]() {
if (m_room != nullptr && m_currentState == Unknown) {
initializeEvent();
updateReplyModel();
resetModel();
}
});
@@ -70,6 +71,7 @@ void MessageContentModel::initializeModel()
connect(m_room, &NeoChatRoom::pendingEventMerged, this, [this]() {
if (m_room != nullptr && m_currentState == Pending) {
initializeEvent();
updateReplyModel();
resetModel();
}
});
@@ -78,6 +80,7 @@ void MessageContentModel::initializeModel()
for (int i = fromIndex; i <= toIndex; i++) {
if (m_room->findInTimeline(i)->event()->id() == m_eventId) {
initializeEvent();
updateReplyModel();
resetModel();
}
}
@@ -93,26 +96,22 @@ void MessageContentModel::initializeModel()
});
connect(m_room, &NeoChatRoom::newFileTransfer, this, [this](const QString &eventId) {
if (eventId == m_eventId) {
forEachComponentOfType({MessageComponentType::File, MessageComponentType::Audio, MessageComponentType::Image, MessageComponentType::Video},
m_fileInfoFunction);
updateFileInfo();
}
});
connect(m_room, &NeoChatRoom::fileTransferProgress, this, [this](const QString &eventId) {
if (eventId == m_eventId) {
forEachComponentOfType({MessageComponentType::File, MessageComponentType::Audio, MessageComponentType::Image, MessageComponentType::Video},
m_fileInfoFunction);
updateFileInfo();
}
});
connect(m_room, &NeoChatRoom::fileTransferCompleted, this, [this](const QString &eventId) {
if (m_room != nullptr && eventId == m_eventId) {
forEachComponentOfType({MessageComponentType::File, MessageComponentType::Audio, MessageComponentType::Image, MessageComponentType::Video},
m_fileInfoFunction);
updateFileInfo();
}
});
connect(m_room, &NeoChatRoom::fileTransferFailed, this, [this](const QString &eventId, const QString &errorMessage) {
if (eventId == m_eventId) {
forEachComponentOfType({MessageComponentType::File, MessageComponentType::Audio, MessageComponentType::Image, MessageComponentType::Video},
m_fileInfoFunction);
updateFileInfo();
if (errorMessage.isEmpty()) {
Q_EMIT m_room->showMessage(MessageType::Error, i18nc("@info", "Failed to download file."));
} else {
@@ -150,6 +149,7 @@ void MessageContentModel::initializeModel()
});
connect(this, &MessageContentModel::threadsEnabledChanged, this, [this]() {
updateReplyModel();
resetModel();
});
connect(m_room, &Room::updatedEvent, this, [this](const QString &eventId) {
@@ -159,9 +159,23 @@ void MessageContentModel::initializeModel()
});
initializeEvent();
if (m_currentState == Available || m_currentState == Pending) {
updateReplyModel();
}
resetModel();
}
void MessageContentModel::updateFileInfo()
{
for (auto it = m_components.cbegin(); it != m_components.cend(); it++) {
const auto currentIndex = it - m_components.cbegin();
if (m_components.at(currentIndex).type == MessageComponentType::File || m_components.at(currentIndex).type == MessageComponentType::Audio
|| m_components.at(currentIndex).type == MessageComponentType::Image || m_components.at(currentIndex).type == MessageComponentType::Video) {
Q_EMIT dataChanged(index(currentIndex), index(currentIndex), {FileTransferInfoRole});
}
}
}
void MessageContentModel::initializeEvent()
{
if (m_currentState == UnAvailable) {
@@ -189,6 +203,7 @@ void MessageContentModel::getEvent()
if (m_room != nullptr) {
if (eventId == m_eventId) {
initializeEvent();
updateReplyModel();
resetModel();
return true;
}
@@ -412,37 +427,6 @@ QHash<int, QByteArray> MessageContentModel::roleNamesStatic()
return roles;
}
bool MessageContentModel::hasComponentType(MessageComponentType::Type type)
{
return std::find_if(m_components.cbegin(),
m_components.cend(),
[type](const MessageComponent &component) {
return component.type == type;
})
!= m_components.cend();
}
void MessageContentModel::forEachComponentOfType(MessageComponentType::Type type, std::function<void(const QModelIndex &)> function)
{
auto it = m_components.begin();
while ((it = std::find_if(it,
m_components.end(),
[type](const MessageComponent &component) {
return component.type == type;
}))
!= m_components.end()) {
function(index(it - m_components.begin()));
++it;
}
}
void MessageContentModel::forEachComponentOfType(QList<MessageComponentType::Type> types, std::function<void(const QModelIndex &)> function)
{
for (const auto &type : types) {
forEachComponentOfType(type, function);
}
}
void MessageContentModel::resetModel()
{
beginResetModel();
@@ -466,7 +450,6 @@ void MessageContentModel::resetModel()
m_components += messageContentComponents();
endResetModel();
updateReplyModel();
updateReactionModel();
}
@@ -485,7 +468,6 @@ void MessageContentModel::resetContent(bool isEditing, bool isThreading)
m_components += newComponents;
endInsertRows();
updateReplyModel();
updateReactionModel();
}
@@ -509,6 +491,10 @@ QList<MessageComponent> MessageContentModel::messageContentComponents(bool isEdi
return newComponents;
}
if (m_replyModel != nullptr) {
newComponents += MessageComponent{MessageComponentType::Reply, QString(), {}};
}
if (isEditing) {
newComponents += MessageComponent{MessageComponentType::ChatBar, QString(), {}};
} else {
@@ -554,8 +540,7 @@ void MessageContentModel::updateReplyModel()
}
if (!roomMessageEvent->isReply(m_threadsEnabled) || (roomMessageEvent->isThreaded() && m_threadsEnabled)) {
if (m_replyModel) {
m_replyModel->disconnect(this);
m_replyModel->deleteLater();
delete m_replyModel;
}
return;
}
@@ -569,24 +554,6 @@ void MessageContentModel::updateReplyModel()
connect(m_replyModel, &MessageContentModel::eventUpdated, this, [this]() {
Q_EMIT dataChanged(index(0), index(0), {ReplyAuthorRole});
});
bool hasModel = hasComponentType(MessageComponentType::Reply);
if (m_replyModel && !hasModel) {
int insertRow = 0;
if (m_components.first().type == MessageComponentType::Author) {
insertRow = 1;
}
beginInsertRows({}, insertRow, insertRow);
m_components.insert(insertRow, MessageComponent{MessageComponentType::Reply, QString(), {}});
} else if (!m_replyModel && hasModel) {
int removeRow = 0;
if (m_components.first().type == MessageComponentType::Author) {
removeRow = 1;
}
beginRemoveRows({}, removeRow, removeRow);
m_components.removeAt(removeRow);
endRemoveRows();
}
}
QList<MessageComponent> MessageContentModel::componentsForType(MessageComponentType::Type type)

View File

@@ -132,16 +132,9 @@ private:
void initializeModel();
void initializeEvent();
void getEvent();
void updateFileInfo();
QList<MessageComponent> m_components;
bool hasComponentType(MessageComponentType::Type type);
void forEachComponentOfType(MessageComponentType::Type type, std::function<void(const QModelIndex &)> function);
void forEachComponentOfType(QList<MessageComponentType::Type> types, std::function<void(const QModelIndex &)> function);
std::function<void(const QModelIndex &)> m_fileInfoFunction = [this](const QModelIndex &index) {
Q_EMIT dataChanged(index, index, {MessageContentModel::FileTransferInfoRole});
};
void resetModel();
void resetContent(bool isEditing = false, bool isThreading = false);
QList<MessageComponent> messageContentComponents(bool isEditing = false, bool isThreading = false);

View File

@@ -27,6 +27,8 @@
"Name[nl]": "Tobias Fella",
"Name[nn]": "Tobias Fella",
"Name[pl]": "Tobias Fella",
"Name[pt_BR]": "Tobias Fella",
"Name[ro]": "Tobias Fella",
"Name[ru]": "Tobias Fella",
"Name[sa]": "टोबियास फेला",
"Name[sk]": "Tobias Fella",
@@ -35,7 +37,6 @@
"Name[ta]": "டோபியாஸ் ஃபெல்லா",
"Name[tr]": "Tobias Fella",
"Name[uk]": "Tobias Fella",
"Name[x-test]": "xxTobias Fellaxx",
"Name[zh_CN]": "Tobias Fella",
"Name[zh_TW]": "Tobias Fella"
}
@@ -65,6 +66,8 @@
"Description[nl]": "Delen via NeoChat",
"Description[nn]": "Del via NeoChat",
"Description[pl]": "Udostępnij przez NeoChat",
"Description[pt_BR]": "Compartilhar via NeoChat",
"Description[ro]": "Partajează prin NeoChat",
"Description[ru]": "Опубликовать в NeoChat",
"Description[sa]": "NeoChat मार्गेण साझां कुर्वन्तु",
"Description[sl]": "Deli prek NeoChat",
@@ -72,7 +75,6 @@
"Description[ta]": "நியோச்சாட் மூலம் பகிர்",
"Description[tr]": "NeoChat ile Paylaş",
"Description[uk]": "Оприлюднити за допомогою NeoChat",
"Description[x-test]": "xxShare via NeoChatxx",
"Description[zh_CN]": "通过 NeoChat 分享",
"Description[zh_TW]": "透過 NeoChat 分享",
"Icon": "org.kde.neochat.tray",
@@ -103,6 +105,8 @@
"Name[nl]": "NeoChat",
"Name[nn]": "NeoChat",
"Name[pl]": "NeoChat",
"Name[pt_BR]": "NeoChat",
"Name[ro]": "NeoChat",
"Name[ru]": "NeoChat",
"Name[sa]": "नवचैट्",
"Name[sk]": "NeoChat",
@@ -111,7 +115,6 @@
"Name[ta]": "நியோச்சாட்",
"Name[tr]": "NeoChat",
"Name[uk]": "NeoChat",
"Name[x-test]": "xxNeoChatxx",
"Name[zh_CN]": "NeoChat",
"Name[zh_TW]": "NeoChat",
"X-Purpose-ActionDisplay": "NeoChat"

View File

@@ -77,11 +77,11 @@ Kirigami.Page {
}
function goToNextUnreadRoom() {
goToNextRoomFiltered(item => (item && item instanceof RoomDelegate && item.hasUnread));
goToNextRoomFiltered(item => (item && item instanceof RoomDelegate && item.hasUnreadMessages));
}
function goToPreviousUnreadRoom() {
goToPreviousRoomFiltered(item => (item && item instanceof RoomDelegate && item.hasUnread));
goToPreviousRoomFiltered(item => (item && item instanceof RoomDelegate && item.hasUnreadMessages));
}
titleDelegate: Loader {
@@ -96,10 +96,7 @@ Kirigami.Page {
function onCurrentSpaceChanged() {
treeView.expandRecursively();
}
}
Connections {
target: RoomManager.sortFilterRoomTreeModel
function onCurrentRoomChanged() {
treeView.positionViewAtIndex(RoomManager.sortFilterRoomTreeModel.currentRoomIndex(), TableView.AlignVCenter)
}

View File

@@ -134,7 +134,6 @@ void SortFilterRoomTreeModel::setActiveSpaceId(const QString &spaceId)
void SortFilterRoomTreeModel::setCurrentRoom(NeoChatRoom *room)
{
m_currentRoom = room;
Q_EMIT currentRoomChanged();
}
SortFilterRoomTreeModel::Mode SortFilterRoomTreeModel::mode() const

View File

@@ -104,7 +104,6 @@ Q_SIGNALS:
void filterTextChanged();
void activeSpaceIdChanged();
void modeChanged();
void currentRoomChanged();
private:
Mode m_mode = All;

View File

@@ -115,39 +115,6 @@ FormCard.FormCardPage {
text: root.connection ? root.connection.label : ""
}
FormCard.FormDelegateSeparator {}
FormCard.FormComboBoxDelegate {
id: timezoneLabel
property string textValue: root.connection ? root.connection.timezone : ""
visible: root.connection.supportsProfileFields
enabled: root.connection.canChangeProfileFields && root.connection.profileFieldAllowed("us.cloke.msc4175.tz")
text: i18nc("@label:combobox", "Timezone:")
model: TimeZoneModel {}
textRole: "display"
valueRole: "display"
onActivated: index => {
// "Prefer not to say" choice clears it.
if (index === 0) {
textValue = "";
return;
}
// Otherwise, set it to the text value which is the IANA identifier
textValue = timezoneLabel.currentValue;
}
Component.onCompleted: currentIndex = model.indexOfValue(textValue)
}
FormCard.FormDelegateSeparator {}
FormCard.FormTextFieldDelegate {
id: pronounsLabel
visible: root.connection.supportsProfileFields
enabled: root.connection.canChangeProfileFields && root.connection.profileFieldAllowed("io.fsky.nyx.pronouns")
label: i18nc("@label:textbox", "Pronouns:")
placeholderText: i18nc("@placeholder", "she/her")
text: root.connection ? root.connection.pronouns : ""
}
FormCard.FormDelegateSeparator {}
FormCard.FormButtonDelegate {
text: i18nc("@action:button", "Show QR Code")
icon.name: "view-barcode-qr-symbolic"
@@ -179,12 +146,6 @@ FormCard.FormCardPage {
if (root.connection.label !== accountLabel.text) {
root.connection.label = accountLabel.text;
}
if (root.connection.timezone !== timezoneLabel.textValue) {
root.connection.timezone = timezoneLabel.textValue;
}
if (root.connection.pronouns !== pronounsLabel.text) {
root.connection.pronouns = pronounsLabel.text;
}
}
}
}

View File

@@ -55,9 +55,9 @@ FormCard.FormCardPage {
}
FormCard.FormRadioDelegate {
text: i18nc("@option:check", "Space members")
description: i18n("Anyone in the selected spaces can find and join.") + (!["8", "9", "10"].includes(room.version) ? `\n${needUpgradeRoom}` : "")
description: i18n("Anyone in the selected spaces can find and join.") + (!["8", "9", "10", "11", "12"].includes(room.version) ? `\n${needUpgradeRoom}` : "")
checked: room.joinRule === JoinRule.Restricted
enabled: room.canSendState("m.room.join_rules") && ["8", "9", "10"].includes(room.version)
enabled: room.canSendState("m.room.join_rules") && ["8", "9", "10", "11", "12"].includes(room.version)
onCheckedChanged: if (checked && room.joinRule != JoinRule.Restricted) {
selectSpacesDialog.createObject(QQC2.Overlay.overlay).open();
}
@@ -83,10 +83,10 @@ FormCard.FormCardPage {
}
FormCard.FormRadioDelegate {
text: i18nc("@option:check", "Knock")
description: i18n("People not in the room need to request an invite to join the room.") + (!["7", "8", "9", "10"].includes(room.version) ? `\n${needUpgradeRoom}` : "")
description: i18n("People not in the room need to request an invite to join the room.") + (!["7", "8", "9", "10", "11", "12"].includes(room.version) ? `\n${needUpgradeRoom}` : "")
checked: room.joinRule === JoinRule.Knock
// https://spec.matrix.org/v1.4/rooms/#feature-matrix
enabled: room.canSendState("m.room.join_rules") && ["7", "8", "9", "10"].includes(room.version)
enabled: room.canSendState("m.room.join_rules") && ["7", "8", "9", "10", "11", "12"].includes(room.version)
onCheckedChanged: if (checked && room.joinRule != JoinRule.Knock) {
root.room.joinRule = JoinRule.Knock;
}