Compare commits

..

61 Commits

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

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

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


(cherry picked from commit f89cec9c55)

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

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

BUG: 492733


(cherry picked from commit 2a5359e73b)

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

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


(cherry picked from commit fad4e506bc)

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

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


(cherry picked from commit 17da652152)

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

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

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


(cherry picked from commit 38cfc915f1)

533130b5 Use autoTransform on images

Co-authored-by: James Graham <james.h.graham@protonmail.com>
2024-09-15 10:22:08 +00:00
l10n daemon script
5be112e0e2 GIT_SILENT Sync po/docbooks with svn 2024-09-12 03:02:17 +00:00
Joshua Goins
b15ee49691 Web Shortcuts: kcmshell5 does not exist anymore on Plasma 6
This is hardcoded, but it's probably a safe assumption to think most
people running modern NeoChat are using Plasma 6 anyway.

(cherry picked from commit aa116a35f5)
2024-09-08 03:53:04 -04:00
l10n daemon script
fa5872ec5a GIT_SILENT Sync po/docbooks with svn 2024-09-08 03:08:01 +00:00
l10n daemon script
54061c744f GIT_SILENT Sync po/docbooks with svn 2024-09-07 03:06:04 +00:00
Heiko Becker
b6dac3bbdf GIT_SILENT Update Appstream for new release 2024-09-07 00:48:45 +02:00
Heiko Becker
3a838596c5 GIT_SILENT Upgrade release service version to 24.08.1. 2024-09-06 23:53:24 +02:00
l10n daemon script
cc22e80adc GIT_SILENT Sync po/docbooks with svn 2024-09-03 03:03:24 +00:00
Joshua Goins
1c0a5edd2e LocationHelper: Move clamp from zoomToFit to QML
The OSM plugin has a different zoom tolerance than what we're hardcoding
here. This fixes the map looking funky from being too zoomed while
trying to fit multiple location points at once.

(cherry picked from commit 15d6287995)
2024-09-02 09:28:15 -04:00
Joshua Goins
47408d536d AuthorDelegate: Don't make empty space clickable
(cherry picked from commit 4b7cbf37d5)
2024-09-02 09:28:15 -04:00
Joshua Goins
fc21eea7e7 AuthorDelegate: Add pointing hand cursor to indicate you can tap
It's not immediately obvious that you can press on this static text to
bring up the user's details. This isn't a problem with the avatar - for
example - because it has a pointing hand cursor. Let's do the same here.

(cherry picked from commit 0ccfe7d991)
2024-09-02 09:28:15 -04:00
Joshua Goins
ca95eb3505 Make the SectionDelegate look just a little bit better
This has insets on it - probably from qqc2-desktop-style - and makes it
look extremely bad when scrolling through messages as the background
size doesn't match. Now the insets are set to zero, except for topInset.
This is done to work around a visual bug where you can see a one-pixel
line right above the SectionDelegate when scrolling.

(cherry picked from commit ab5585cd06)
2024-09-02 09:28:15 -04:00
l10n daemon script
639cbed343 GIT_SILENT Sync po/docbooks with svn 2024-09-02 03:05:11 +00:00
l10n daemon script
be3cffaf3a GIT_SILENT Sync po/docbooks with svn 2024-09-01 03:05:11 +00:00
l10n daemon script
7af520d0ae GIT_SILENT Sync po/docbooks with svn 2024-08-30 03:10:58 +00:00
l10n daemon script
d145177014 GIT_SILENT Sync po/docbooks with svn 2024-08-28 03:30:02 +00:00
l10n daemon script
75aa2c0e8d SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-08-28 03:20:31 +00:00
l10n daemon script
7eda952aa2 GIT_SILENT Sync po/docbooks with svn 2024-08-25 03:09:56 +00:00
Tobias Fella
22d0d84fee Fix pending indicator 2024-08-24 17:42:11 +02:00
Tobias Fella
941a724381 Use plaintext for reply author component
(cherry picked from commit aeb566746a)
2024-08-24 17:33:48 +02:00
Tobias Fella
7e880c6663 Don't run QtKeychain job in a nested event loop
Doing that causes deadlocks and there's no need for it here

(cherry picked from commit 8da567d9fa)
2024-08-24 17:33:44 +02:00
Tobias Fella
22315b810c Adapt to libQuotient API change
(cherry picked from commit d99f69cc24)
2024-08-24 17:33:37 +02:00
Tobias Fella
d0c41d5224 Ensure that room list does not show rooms without title during startup
There's a brief moment during startup where the model knows about the rooms, but their state
is not loaded, which makes them show up in the room list with ugly fallback titles.
To prevent this, we delay closing the welcome page until the basestate is loaded.

(cherry picked from commit bd1d4289c0)
2024-08-24 17:33:30 +02:00
Andreas Sturmlechner
a7e06375fd Include missing ECMQmlModule
Amends bc67033c00 and e0c3a1c143

No idea why this isn't caught by CI, but it fails for me otherwise.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
(cherry picked from commit 22743b6d8b)
2024-08-24 12:24:15 +02:00
l10n daemon script
e638f61ff1 GIT_SILENT Sync po/docbooks with svn 2024-08-22 03:20:42 +00:00
l10n daemon script
2218b39a50 GIT_SILENT Sync po/docbooks with svn 2024-08-20 03:27:56 +00:00
Tobias Fella
b34936a017 Re-add pending event indicator
This seems to have been accidentally removed

BUG: 491277
(cherry picked from commit 776807580a)
2024-08-18 15:37:08 +02:00
l10n daemon script
5b3e650854 GIT_SILENT Sync po/docbooks with svn 2024-08-16 03:04:39 +00:00
Heiko Becker
86d85c6ce7 GIT_SILENT Update Appstream for new release 2024-08-16 00:35:00 +02:00
Heiko Becker
863e20394a GIT_SILENT Upgrade release service version to 24.08.0. 2024-08-15 23:34:44 +02:00
l10n daemon script
908dcea75e GIT_SILENT made messages (after extraction) 2024-08-11 02:34:30 +00:00
l10n daemon script
c59d5bc75d SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-08-10 03:12:41 +00:00
l10n daemon script
ff4ba4df9c GIT_SILENT made messages (after extraction) 2024-08-10 02:39:29 +00:00
79 changed files with 3849 additions and 3933 deletions

View File

@@ -8,8 +8,8 @@ cmake_minimum_required(VERSION 3.16)
# KDE Applications version, managed by release script.
set(RELEASE_SERVICE_VERSION_MAJOR "24")
set(RELEASE_SERVICE_VERSION_MINOR "07")
set(RELEASE_SERVICE_VERSION_MICRO "90")
set(RELEASE_SERVICE_VERSION_MINOR "08")
set(RELEASE_SERVICE_VERSION_MICRO "2")
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
project(NeoChat VERSION ${RELEASE_SERVICE_VERSION})
@@ -38,6 +38,7 @@ include(KDEGitCommitHooks)
include(ECMCheckOutboundLicense)
include(ECMQtDeclareLoggingCategory)
include(ECMAddAndroidApk)
include(ECMQmlModule)
if (NOT ANDROID)
include(KDEClangFormat)
endif()
@@ -59,7 +60,6 @@ set_package_properties(Qt6 PROPERTIES
PURPOSE "Basic application components"
)
qt_policy(SET QTP0001 NEW)
if (QT_KNOWN_POLICY_QTP0004)
qt_policy(SET QTP0004 NEW)
endif ()

View File

@@ -25,6 +25,7 @@
<name xml:lang="fi">NeoChat</name>
<name xml:lang="fr">NeoChat</name>
<name xml:lang="gl">NeoChat</name>
<name xml:lang="he">NeoChat</name>
<name xml:lang="hu">NeoChat</name>
<name xml:lang="ia">Neochat</name>
<name xml:lang="id">NeoChat</name>
@@ -54,6 +55,7 @@
<summary xml:lang="ca">Xategeu amb els vostres amics a Matrix</summary>
<summary xml:lang="ca-valencia">Xategeu amb els vostres amics a Matrix</summary>
<summary xml:lang="cs">Mluvte se svými přáteli na Matrixu</summary>
<summary xml:lang="de">Mit den Freunden auf Matrix unterhalten</summary>
<summary xml:lang="en-GB">Chat with your friends on matrix</summary>
<summary xml:lang="eo">Babilu kun viaj amikoj sur matrix</summary>
<summary xml:lang="es">Charle con sus amigos en matrix</summary>
@@ -61,6 +63,7 @@
<summary xml:lang="fi">Keskustelu ystäviesi kanssa Matrixissa</summary>
<summary xml:lang="fr">Discuter avec vos ami(e)s sur le réseau Matrix</summary>
<summary xml:lang="gl">Charle coas súas amizades en Matrix.</summary>
<summary xml:lang="he">התכתבות עם החברים שלך ב־matrix</summary>
<summary xml:lang="hu">Csevegjen barátaival a matrixon</summary>
<summary xml:lang="ia">Starta Conversation con tu amicos sur matrix</summary>
<summary xml:lang="it">Conversa con i tuoi contatti su matrix</summary>
@@ -83,12 +86,15 @@
<p xml:lang="ar">نيوتشات هو تطبيق دردشة يتيح لك الاستفادة الكاملة من شبكة Matrix. فهو يوفر لك طريقة آمنة لإرسال الرسائل النصية ومقاطع الفيديو والملفات الصوتية إلى عائلتك وزملائك وأصدقائك.</p>
<p xml:lang="ca">El NeoChat és una aplicació de xat que us permet aprofitar plenament la xarxa Matrix. Proporciona una manera segura d'enviar missatges de text, vídeos i arxius d'àudio a la vostra família, companys i amics.</p>
<p xml:lang="ca-valencia">NeoChat és una aplicació de xat que us permet aprofitar plenament la xarxa Matrix. Proporciona una manera segura d'enviar missatges de text, vídeos i arxius d'àudio a la vostra família, companys i amics.</p>
<p xml:lang="de">NeoChat ist eine Anwendung für Unterhaltungen mit allen Vorteilen des Matrix-Netzwerkes. Sie bietet eine sichere Möglichkeit zum Versenden von Nachrichten, Videos und Audiodateien and die Familienmitglieder.</p>
<p xml:lang="en-GB">NeoChat is a chat app that lets you take full advantage of the Matrix network. It provides you with a secure way to send text messages, videos and audio files to your family, colleagues and friends.</p>
<p xml:lang="eo">NeoChat estas babilej-apo, kiu ebligas al vi plene profiti de la Matrix-reto. Ĝi provizas al vi sekuran manieron sendi tekstmesaĝojn, filmetojn kaj sondosierojn al via familio, kolegoj kaj amikoj.</p>
<p xml:lang="es">NeoChat es una aplicación de chat que le permite aprovechar al máximo la red Matrix. Le proporciona un modo seguro de enviar mensajes de texto, vídeos y archivos de sonido a su familia, colegas y amigos.</p>
<p xml:lang="eu">NeoChat, Matrix sarearen abantaila guztiei probetsua ateratzeko aukera ematen dizun berriketa aplikaizo bat da. Zure familiari, kideei eta lagunei testu mezuak, bideoak eta audio fitxategiak era seguruan bidaltzeko aukera ematen dizu.</p>
<p xml:lang="fi">NeoChat on keskustelusovellus, jolla Matrix-verkosta saa täyden hyödyn. Se tarjoaa salatun kanavan lähettää perheelle, työkavereille ja ystäville tekstiviestejä sekä video- ja äänitiedostoja.</p>
<p xml:lang="fr">NeoChat est une application de discussions vous permettant de profiter pleinement du réseau Matrix. Elle vous offre un moyen sécurisé d'envoyer des messages de texte, des vidéos et des fichiers audio à votre famille, vos collègues et vos ami(e)s.</p>
<p xml:lang="gl">NeoChat é unha aplicación de conversa que lle permite usar todas as funcionalidades da rede Matrix. Fornece unha forma segura de enviar mensaxes de texto e ficheiros de vídeo e son a familiares, amizades ou no traballo.</p>
<p xml:lang="he">NeoChat הוא יישום התכתבות שמאפשר לך לנצל את רשת Matrix במלואה. הוא מספק דרך מאובטחת לשליחת הודעות כתובות, סרטונים וקובצי שמע למשפחה, לעמיתים לעבודה ולחברים.</p>
<p xml:lang="hu">A NeoChat egy olyan csevegőalkalmazás, amellyel teljes mértékben kihasználhatja a Matrix hálózatot. Biztonságos módot biztosít szöveges üzenetek, videók és hangfájlok küldéséhez családtagjainak, kollégáinak és barátainak.</p>
<p xml:lang="ia">NeoChat es un app de conversation que te permitte prender avantage plen del rete Matrix. Il te forni un modo secur de inviar messages de texto, videos e files audio a tui familia, collegas e amicos.</p>
<p xml:lang="it">NeoChat è un'applicazione di chat che ti consente di sfruttare appieno la rete Matrix. Ti fornisce un modo sicuro per inviare messaggi di testo, video e file audio a familiari, colleghi e amici.</p>
@@ -107,6 +113,7 @@
<p xml:lang="ar">يهدف نيوتشات إلى أن يكون تطبيقًا كامل الميزات لمواصفات ماتركس. على هذا النحو يتم دعم كل شيء في المواصفات المستقرة الحالية مع الاستثناءات الملحوظة لـ VoIP والخيوط وبعض جوانب التشفير من طرف إلى طرف. هناك عدد قليل من الإغفالات الصغيرة الأخرى بسبب حقيقة أن مواصفات ماتركس تتطور باستمرار ، ولكن يبقى الهدف توفير الدعم النهائي للمواصفات بأكملها.</p>
<p xml:lang="ca">NeoChat pretén ser una aplicació amb totes les característiques per a l'especificació de Matrix. Com a tal, s'ha implementat tota l'especificació actual estable amb les notables excepcions de la VoIP, fils i alguns aspectes de l'encriptatge d'extrem a extrem. Hi ha algunes altres omissions més petites a causa del fet que l'especificació de Matrix està evolucionant constantment, però l'objectiu segueix sent proporcionar suport eventual per a tota l'especificació.</p>
<p xml:lang="ca-valencia">NeoChat pretén ser una aplicació amb totes les característiques per a l'especificació de Matrix. Com a tal, s'ha implementat tota l'especificació actual estable amb les notables excepcions de la VoIP, fils i alguns aspectes de l'encriptació d'extrem a extrem. Hi ha algunes altres omissions més xicotetes a causa del fet que l'especificació de Matrix està evolucionant constantment, però l'objectiu seguix sent proporcionar suport eventual per a tota l'especificació.</p>
<p xml:lang="de">NeoChat versucht eine vollumfängliche Anwendung für die Spezifikation von Matrix zu sein. Damit wird alles der aktuellen stabilen Spezifikation mit den erwähnenswerten Ausnahmen von VoIP, Diskussionsfäden und ein paar Teilen der Ende-zu-Ende-Verschlüsselung unterstützt. Zudem sind andere kleinere Auslassungen vorhanden, da sich die Matrixspezifikation ständig weiterentwickelt. Nichtsdestotrotz soll letztendlich die gesamte Spezifikation unterstützt werden.</p>
<p xml:lang="en-GB">NeoChat aims to be a fully featured application for the Matrix specification. As such everything in the current stable specification with the notable exceptions of VoIP, threads and some aspects of End-to-End Encryption are supported. There are a few other smaller omissions due to the fact that the Matrix spec is constantly evolving but the aim remains to provide eventual support for the entire spec.</p>
<p xml:lang="eo">NeoChat celas esti plene kapabla aplikaĵo por la Matrix-specifo. Kiel tia, ĉio en la nuna stabila specifo kun la rimarkindaj esceptoj de VoIP, fadenoj kaj kelkaj aspektoj de Fin-al-Fina Ĉifrado estas subtenataj. Estas kelkaj aliaj pli malgrandaj preterlasoj pro la fakto, ke la Matrix-speco konstante evoluas, sed la celo restas provizi finfine subtenon por la tuta specifaĵo.</p>
<p xml:lang="es">NeoChat pretende ser una aplicación con todas las funciones para la especificación de Matrix. Como tal, admite todo en la especificación estable actual, con las notables excepciones de VoIP, subprocesos y algunas funciones de cifrado de extremo a extremo. Existen algunas omisiones menos importantes debido al hecho de que la especificación de Matrix está en constante evolución, pero el objetivo sigue siendo brindar compatibilidad final con toda la especificación.</p>
@@ -114,6 +121,7 @@
<p xml:lang="fi">NeoChat pyrkii olemaan Matrix-määritelmän täysominaisuuksinen sovellus, joten se tukee kaikkea nykyisessä vakaassa määritelmässä muutamaa huomattavaa poikkeusta lukuun ottamatta (VoIP, säikeet ja jotkin piirteet päästä päähän -salauksessa). Joitakin pienempiäkin puutteita on Matrix-määritelmän jatkuvan kehityksen vuoksi, mutta lopputavoitteena on tarjota määritelmän täysi tuki.</p>
<p xml:lang="fr">L'objectif de NeoChat est d'être une application complète pour le protocole Matrix. En tant que tel, tout dans la spécification stable actuelle avec les exceptions notables de VoIP, les processus et certains aspects du chiffrement de bout en bout sont pris en charge. Il y a quelques autres petites omissions en raison du fait que la spécification du protocole Matrix est en constante évolution. Cependant, l'objectif reste de fournir un soutien éventuel pour l'ensemble de la spécification.</p>
<p xml:lang="gl">NeoChat pretende ser unha aplicación completa para a especificación de Matrix. Coas excepcións de VoIP, conversas fiadas e algúns aspectos da cifraxe de extremo a extremo, a versión estábel segue as especificacións. Existen algunhas outras pequenas omisións debido ao feito de que Matrix está en continua evolución pero a intención é implementar a especificación completa.</p>
<p xml:lang="he">NeoChat מתיימר להיות יישום עתיר יכולות לפי מפרט Matrix. כיוון שזה ייעודו, כל מה שבמפרט היציב עם חריגות משמעותיות כגון VoIP, שרשורים ועוד מגוון היבטים של הצפנה מקצה לקצה נתמכים גם הם. יש מספר השמטות קטן עקב העובדה שהמפרט של Matrix ממשיך להתפתח אך המטרה היא להמשיך לספק תמיכה בסופו של דבר לכל המפרט.</p>
<p xml:lang="hu">A NeoChat célja, hogy a Matrix specifikációnak megfelelő teljes funkcionalitású alkalmazás legyen. Mint ilyen, a jelenlegi stabil specifikáció támogatott a VoIP, a szálak és a végpontok közötti titkosítás egyes elemeinek kivételével. Van még néhány kisebb hiányosság annak köszönhetően, hogy a Matrix specifikáció folyamatosan fejlődik, de végső cél a teljes specifikáció megvalósítása.</p>
<p xml:lang="ia">NeoChat aspira a esser un application plenmente eminente per le specification de Matrix. Tal como omne cosas in le specification currentemente stabile con le exceptiones notabile de VOIP, threads e alcun aspectos del cryptation End-to-End es supportate. Il ha ltere pauc omissiones, debite al facto que le specification de Matrix es in evolution constante ma le aspiration remane a fornir supporto eventual per le integre specification.</p>
<p xml:lang="it">NeoChat mira ad essere un'applicazione completa per le specifiche Matrix. Pertanto, sono supportati tutti gli elementi dell'attuale specifica stabile con le notevoli eccezioni di VoIP, conversazioni e alcuni aspetti della cifratura end-to-end. Ci sono alcune altre piccole omissioni dovute al fatto che le specifiche Matrix sono in continua evoluzione, ma l'obiettivo rimane quello di fornire un eventuale supporto per l'intera specifica.</p>
@@ -135,6 +143,7 @@
<p xml:lang="ar">نظرًا لطبيعة تطوير مواصفات ماتركس، يدعم نيوتشات أيضًا العديد من الميزات غير المستقرة وهي:</p>
<p xml:lang="ca">A causa de la naturalesa del desenvolupament de l'especificació de Matrix, el NeoChat també implementa nombroses característiques inestables. Actualment són:</p>
<p xml:lang="ca-valencia">A causa de la naturalea del desenvolupament de l'especificació de Matrix, NeoChat també implementa nombroses característiques inestables. Actualment són:</p>
<p xml:lang="de">Durch die Weiterentwicklung der Matrix-Spezifikation unterstützt auch NeoChat einige als noch instabil gekennzeichnete Funktionen. Derzeit sind das:</p>
<p xml:lang="en-GB">Due to the nature of the Matrix specification development NeoChat also supports numerous unstable features. Currently these are:</p>
<p xml:lang="eo">Pro la naturo de la Matrix-specifevoluo NeoChat ankaŭ subtenas multajn malstabilajn funkciojn. Nuntempe ĉi tiuj estas:</p>
<p xml:lang="es">Debido a la naturaleza del desarrollo de la especificación de Matrix, NeoChat también permite numerosas funciones no estables, como:</p>
@@ -142,6 +151,7 @@
<p xml:lang="fi">Matrix-määritelmän kehittyessä NeoChat tukee myös monia epävakaita ominaisuuksia. Tällä hetkellä näitä ovat:</p>
<p xml:lang="fr">En raison de la nature du développement des spécifications du protocole Matrix, NeoChat prend également en charge de nombreuses fonctionnalités instables. Actuellement, ce sont :</p>
<p xml:lang="gl">Debido á natureza do desenvolvemento da especificación de Matrix, NeoChat tamén inclúe varias funcionalidades non estábeis:</p>
<p xml:lang="he">מטבע הדברים, הפיתוח של NeoChat תומך במגוון יכולות מפוקפקות כתלות בהתפתחות המפרט הטכני של Matrix. היכולות האלה הן:</p>
<p xml:lang="hu">A Matrix specifikáció fejlesztésének jellegéből adódóan a NeoChat számos instabil funkciót is támogat. Jelenleg a következőket:</p>
<p xml:lang="ia">Debite al natura del disveloppamento de specification de Matrix NeoChat tamben supporta numerose characteristicas instabile. Currentemente istes es:</p>
<p xml:lang="it">A causa della natura dello sviluppo delle specifiche Matrix, NeoChat supporta anche numerose funzionalità instabili. Attualmente queste sono:</p>
@@ -172,6 +182,7 @@
<li xml:lang="fi">Kyselyt MSC3381</li>
<li xml:lang="fr">Sondages - MSC3381</li>
<li xml:lang="gl">Enquisas — MSC3381</li>
<li xml:lang="he">סקרים - MSC3381</li>
<li xml:lang="hu">Szavazások - MSC3381</li>
<li xml:lang="ia">Inquestas - MSC3381</li>
<li xml:lang="it">Sondaggi - MSC3381</li>
@@ -200,6 +211,7 @@
<li xml:lang="fi">Tarrapakkaukset MSC2545</li>
<li xml:lang="fr">Paquets d'auto-collants - MSC2545</li>
<li xml:lang="gl">Paquetes de adhesivos — MSC2545</li>
<li xml:lang="he">חבילות מדבקות - MSC2545</li>
<li xml:lang="hu">Matricacsomagok - MSC2545</li>
<li xml:lang="ia">Etiquetta gummate (sticker) -MSC2545</li>
<li xml:lang="it">Pacchetti di adesivi - MSC2545</li>
@@ -229,6 +241,7 @@
<li xml:lang="fi">Sijaintitapahtumat MSC3488</li>
<li xml:lang="fr">Événements de lieu - MSC3488</li>
<li xml:lang="gl">Localización de eventos — MSC3488</li>
<li xml:lang="he">אירועי מקום - MSC3488</li>
<li xml:lang="hu">Események helyadatai - MSC3488</li>
<li xml:lang="ia">Eventos de Location - MSC3488</li>
<li xml:lang="it">Località eventi - MSC3488</li>
@@ -285,6 +298,7 @@
<caption xml:lang="ar">العرض الرئيسة مع قائمة الغرف والدردشات و معلومات الغرفة</caption>
<caption xml:lang="ca">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="ca-valencia">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="de">Hauptansicht mit Raumliste, Unterhaltung und Raum-Informationen</caption>
<caption xml:lang="en-GB">Main view with room list, chat, and room information</caption>
<caption xml:lang="eo">Ĉefa vido kun ĉambra listo, babilejo kaj ĉambra informo</caption>
<caption xml:lang="es">Vista principal con la lista de salas, chat e información de la sala</caption>
@@ -292,6 +306,7 @@
<caption xml:lang="fi">Päänäkymä, jossa huoneluettelo, keskustelu ja huoneen tiedot</caption>
<caption xml:lang="fr">Vue principale avec la liste des salons ainsi que des informations sur les salons et forums de discussions</caption>
<caption xml:lang="gl">Vista principal coa lista de salas, a charla, e información da sala.</caption>
<caption xml:lang="he">תצוגה ראשית עם רשימת חדרים, צ׳אט ופרטי חדר</caption>
<caption xml:lang="hu">A fő nézet a szobalistával, csevegéssel és szobainformációkkal</caption>
<caption xml:lang="ia">Vista principal con lista de sala, chat e information de sala</caption>
<caption xml:lang="it">Vista principale con elenco delle stanze, chat e informazioni sulla stanza</caption>
@@ -317,12 +332,15 @@
<caption xml:lang="ar">اكتشف مجتمعات جديدة مع فضاءات ماتركس</caption>
<caption xml:lang="ca">Descobriu comunitats noves amb els espais de Matrix</caption>
<caption xml:lang="ca-valencia">Descobriu comunitats noves amb els espais de Matrix</caption>
<caption xml:lang="de">Neue Gemeinschaften mit den Umgebungen von Matrix erkunden</caption>
<caption xml:lang="en-GB">Discover new communities with Matrix Spaces</caption>
<caption xml:lang="eo">Malkovru novajn komunumojn per Matrix Spaces</caption>
<caption xml:lang="es">Descubra nuevas comunidades con los espacios de Matrix</caption>
<caption xml:lang="eu">Ezagutu komunitate berriak Matrixeko Tokiak erabiliz</caption>
<caption xml:lang="fi">Löydä uusia yhteisöjä Matrix Spacesillä</caption>
<caption xml:lang="fr">Découvrez de nouvelles communautés avec les espaces sous Matrix</caption>
<caption xml:lang="gl">Descubra novas comunidades dos espazos de Matrix.</caption>
<caption xml:lang="he">אפשר להיחשף לקהילות חדשות דרך Matrix Spaces</caption>
<caption xml:lang="hu">Fedezzen fel új közösségeket a Matrix Terek segítségével</caption>
<caption xml:lang="ia">Discoperi nove communitate con Matrix Spaces (Spatios de Matrix)</caption>
<caption xml:lang="it">Scopri nuove comunità con Matrix Spaces</caption>
@@ -351,6 +369,7 @@
<caption xml:lang="ar">العرض الرئيسة مع قائمة الغرف والدردشات و معلومات الغرفة</caption>
<caption xml:lang="ca">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="ca-valencia">Vista principal amb la llista de sales, xats i informació de les sales</caption>
<caption xml:lang="de">Hauptansicht mit Raumliste, Unterhaltung und Raum-Informationen</caption>
<caption xml:lang="en-GB">Main view with room list, chat, and room information</caption>
<caption xml:lang="eo">Ĉefa vido kun ĉambra listo, babilejo kaj ĉambra informo</caption>
<caption xml:lang="es">Vista principal con la lista de salas, chat e información de la sala</caption>
@@ -358,6 +377,7 @@
<caption xml:lang="fi">Päänäkymä, jossa huoneluettelo, keskustelu ja huoneen tiedot</caption>
<caption xml:lang="fr">Vue principale avec la liste des salons ainsi que des informations sur les salons et forums de discussions</caption>
<caption xml:lang="gl">Vista principal coa lista de salas, a charla, e información da sala.</caption>
<caption xml:lang="he">תצוגה ראשית עם רשימת חדרים, צ׳אט ופרטי חדר</caption>
<caption xml:lang="hu">A fő nézet a szobalistával, csevegéssel és szobainformációkkal</caption>
<caption xml:lang="ia">Vista principal con lista de sala, chat e information de sala</caption>
<caption xml:lang="it">Vista principale con elenco delle stanze, chat e informazioni sulla stanza</caption>
@@ -384,6 +404,7 @@
<caption xml:lang="ca">Pantalla d'inici de sessió</caption>
<caption xml:lang="ca-valencia">Pantalla d'inici de sessió</caption>
<caption xml:lang="cs">Přihlašovací obrazovka</caption>
<caption xml:lang="de">Anmeldebildschirm</caption>
<caption xml:lang="en-GB">Login screen</caption>
<caption xml:lang="eo">Ensaluta ekrano</caption>
<caption xml:lang="es">Pantalla de inicio de sesión</caption>
@@ -391,6 +412,7 @@
<caption xml:lang="fi">Kirjautumisnäkymä</caption>
<caption xml:lang="fr">Écran de connexion</caption>
<caption xml:lang="gl">Pantalla de identificación.</caption>
<caption xml:lang="he">מסך כניסה</caption>
<caption xml:lang="hu">Bejelentkező képernyő</caption>
<caption xml:lang="ia">Schermo de accesso</caption>
<caption xml:lang="it">Schermata di accesso</caption>
@@ -415,6 +437,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="24.08.2" date="2024-10-10"/>
<release version="24.08.1" date="2024-09-12"/>
<release version="24.08.0" date="2024-08-22"/>
<release version="24.05.2" date="2024-07-04"/>
<release version="24.05.1" date="2024-06-13"/>
<release version="24.05.0" date="2024-05-23"/>

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-07-28 13:14+0400\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-06 21:26+0400\n"
"Last-Translator: Zayed Al-Saidi <zayed.alsaidi@gmail.com>\n"
"Language-Team: ar\n"
"Language: ar\n"
@@ -89,7 +89,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "ألغِ الرد"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -97,47 +97,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "تلقي إخطارات بالرسائل الجديدة"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "خطأ شبكي: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "رمز النفاذ غير موجود"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "ربما حذفت؟"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "رفض النفاذ إلى حَمَّالَة المَفَاتِيح"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "الرجاء السماح لنيوتشات بقراءة رمز النفاذ"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "لا تتوفر حَمَّالَة المَفَاتِيح"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "الرجاء تثبيت حَمَّالَة مَفَاتِيح مثل محفظتك من كِيدِي أو غنوم Keyring على لينكس"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "غير قادر على قراءة رقم النفاذ"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "تلقي إخطارات"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "مخصّص"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[هذه الرسالة محذوفة]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[هذه الرسالة محذوفة: %1]</i>"
@@ -744,12 +742,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "المقصد"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "خطأ شبكيّ"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "فشل الولوج: %1"
@@ -1708,13 +1706,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "دعوة مكالمة"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " و "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1726,7 +1724,7 @@ msgstr[3] " و%1 أخرى"
msgstr[4] " و%1 أخرى"
msgstr[5] " و%1 أخرى"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1787,77 +1785,77 @@ msgstr "فشل إنشاء غرفة: %1"
msgid "Space creation failed: %1"
msgstr "فشل إنشاء فضاء: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "أرسل البلاغ بنجاح."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "عرض: %1, طول: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "رسالة معمّاة"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "افتح نيوتشات في هذه الغرفة"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "ردّ"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "ردّ..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 دعاك إلى غرفة"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "افتح هذه الدعوة في نيوتشات"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "اقبل"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "ارفض"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "ألغ وتجاهل المستخدم"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "افتح نيوتشات"
@@ -2786,7 +2784,7 @@ msgstr "هل تقبل هذه الدعوة؟"
#: src/qml/InvitationView.qml:18
#, kde-format
msgid "You can reject invitations from unknown users under Security settings."
msgstr ""
msgstr "بإمكانك رفض الدعوات من المستخدمين غير المعروفين ضمن إعدادات الأمان."
#: src/qml/InvitationView.qml:24
#, kde-format
@@ -2896,13 +2894,13 @@ msgstr "اختر موقعاً جغرافياً"
msgid "Send this location"
msgstr "أرسل هذا الموقع"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "المواقع"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "لم تشارك أي مواقع في هذه الغرفة."
@@ -3174,79 +3172,79 @@ msgstr "معلومات"
msgid "Media"
msgstr "الوسائط"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "أعضاء الفضاء"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "معلومات الغرفة"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "الإجراءات"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "ابحث في هذه الغرفة"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "ابحث"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "تَثَبّت من المستخدم"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "أزل الغرفة من المفضلة"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "فضّل هذه الغرفة"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "اعرض المواقع لهذه الغرفة"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "اترك هذه الغرفة"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "الأعضاء"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "أدعو مستخدم"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "أدعُ مستخدم إلى غرفة"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3257,7 +3255,7 @@ msgstr[3] "%1 أعضاء"
msgstr[4] "%1 عضواً"
msgstr[5] "%1 عضو"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "بلا عدد أعضاء"
@@ -3567,27 +3565,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "اترك الفضاء"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "اقفز إلى أول رسالة غير المقروءة"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "اقفز إلى أقدم رسالة محملة"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "اقفز إلى أحدث رسالة"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "اسحب عناصر هنا لتشاركهم"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3702,7 +3700,7 @@ msgstr "تجاهل هذا المستخدم"
#: src/qml/UserDetailDialog.qml:122
#, kde-format
msgid "Kick this user"
msgstr "أركل هذا المستخدم"
msgstr "اطرد هذا المستخدم"
#: src/qml/UserDetailDialog.qml:136
#, kde-format
@@ -3940,72 +3938,72 @@ msgstr "ألغى الطرف البعيد جلسة التَثَبّت بسبب أ
msgid "The session verification was canceled due to an unknown error."
msgstr "جلسة التَثَبّت ألغيت لخطأ مجهول."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "لا يوجد خادم."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "التحقق من توافر الخادم."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "هذا ليس خادما صالحا"
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "عطل التسجيل لهذا الخادم."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "لا يوجد اسم المستخدم."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "التحقق من توفر اسم المستخدم."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "اسم المستخدم غير متوفر."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "تابع"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "يعمل"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "رقم تعريفي لماتركس مشوَّه أو فارغ"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "معرف ماتركس %1 غير صحيح"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "أخفق في الانضمام إلى غرفة"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "طلبت الانضمام إلى '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "فشل في طلب الانضمام لغرفة"
@@ -4603,7 +4601,7 @@ msgstr "الدّعوات"
#, kde-format
msgctxt "@option:check"
msgid "Reject invitations from unknown users"
msgstr ""
msgstr "ارفض الدعوات من المستخدمين المجهولين"
#: src/settings/NeoChatSecurityPage.qml:25
#, kde-format
@@ -4611,6 +4609,8 @@ msgid ""
"If enabled, NeoChat will reject invitations from from users you don't share "
"a room with."
msgstr ""
"إذا مكن هذا الخيار، فسوف يرفض نيوتشات الدعوات من المستخدمين الذين لا تشارك "
"معهم الغرفة."
#: src/settings/NeoChatSecurityPage.qml:25
#, kde-format

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-12-12 01:02+0100\n"
"Last-Translator: Enol P. <enolp@softastur.org>\n"
"Language-Team: Asturian <alministradores@softastur.org>\n"
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr ""
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,47 +96,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr ""
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr ""
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr ""
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr ""
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr ""
@@ -363,7 +363,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -372,13 +372,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -738,12 +736,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr ""
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr ""
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr ""
@@ -1692,13 +1690,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr ""
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1706,7 +1704,7 @@ msgid_plural " and %1 others"
msgstr[0] ""
msgstr[1] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1759,77 +1757,77 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr ""
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr ""
@@ -2860,13 +2858,13 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr ""
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr ""
@@ -3138,86 +3136,86 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr ""
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr ""
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] ""
msgstr[1] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3518,27 +3516,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3880,72 +3878,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr ""
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr ""
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr ""
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr ""
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2022-07-22 12:13+0400\n"
"Last-Translator: Kheyyam <xxmn77@gmail.com>\n"
"Language-Team: Azerbaijani <kde-i18n-doc@kde.org>\n"
@@ -94,7 +94,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "İmtina"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgctxt ""
@@ -103,48 +103,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "\"Yazır\" bildirişi göndərilsin"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Şəbəkə xətası: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Giriş tokeni tapılmadı"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Ola bilsin ki, o, silinib"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Açarlar bağına girişə icaz. verilmir."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "NeoChat'a giriş tokenini oxumağa icazə verin"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Açarlar bağı əlçatan deyil."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Linix'da KWallet və ya GNOME keyring kimi açarlar bağı tətbiqini quraşdırın"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Giriş nişanını oxumaq mümkün deyil"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgid "Receiving push notifications"
@@ -392,7 +392,7 @@ msgid "Custom"
msgstr "Xüsusi"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -402,13 +402,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Bu ismarıc silindi]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Bu ismarıc silindi: %1]</i>"
@@ -797,12 +795,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Dəvət göndərmək"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Şəbəkə xətası"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Giriş alınmadı: %1"
@@ -1912,13 +1910,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Dəvət göndərmək"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " və "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1926,7 +1924,7 @@ msgid_plural " and %1 others"
msgstr[0] " və %1 başqası"
msgstr[1] " və %1 başqaları"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1984,81 +1982,81 @@ msgstr "Otaq yaradıla bilmədi: \"%1\""
msgid "Space creation failed: %1"
msgstr "Otaq yaradıla bilmədi: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Şifrə uğurla dəyişdirildi"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Edit Message"
msgid "Encrypted Message"
msgstr "İsmarıca düzəliş etmək"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "NeoChatı bu otaqla açın"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Cavab"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Cavab..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1,sizi otağa dəvət etdi"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Bu dəvəti NeoChat-da açın"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Qəbul etmək"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "İmtina etmək"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3180,14 +3178,14 @@ msgstr "Yerli faylı seçin"
msgid "Send this location"
msgstr "\"Yazır\" bildirişi göndərilsin"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Bildirişlərdə göstərmək"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "There are no locations shared in this room."
@@ -3487,7 +3485,7 @@ msgstr "Otaq haqqında"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3495,82 +3493,82 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Boşluqdakı üzvlər"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Otaq haqqında"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Bildirişlərdə göstərmək"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Search in this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Edit device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Cihaza düzəliş etmək"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Otağı seçilmişlərdən silin"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Favorite this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Show locations for this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "NeoChatı bu otaqla açın"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Üzvlər"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "İstifadəçi dəvət etmək"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Invite user to room"
msgstr "%1,sizi otağa dəvət etdi"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3579,7 +3577,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 Üzv"
msgstr[1] "%1 Üzvlər"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3908,28 +3906,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Birinci oxunmammış ismarıca keçin"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Sonuncu ismarıca keçin"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Sonuncu ismarıca keçin"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Elementi paylaşmaq üçün buraya atın"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4285,78 +4283,78 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgid "Homeserver:"
msgid "No server."
msgstr "Əsas server:"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Ad yoxdur"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "İstifadəçilər yoxdur"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "Davam etmək"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Matrix İD qüsurludur və ya boşdur"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1, düzgün Matrix identifikatoru deyil"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to join room"
msgstr "%1,sizi otağa dəvət etdi"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to request joining room"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 10:55+0200\n"
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancel·la la resposta"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -99,48 +99,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Rebre les notificacions dels missatges nous"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Error de la xarxa: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "No s'ha trobat el testimoni d'accés"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Potser s'ha suprimit?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "S'ha denegat l'accés al clauer."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Permeteu que el NeoChat llegeixi el testimoni d'accés"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "No hi ha cap clauer disponible."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Instal·leu un clauer, p. ex. el KWallet o l'anell de claus del GNOME al Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "No s'ha pogut llegir el testimoni d'accés"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Rebre les notificacions «push»"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Personalitzats"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Aquest missatge s'ha suprimit]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Aquest missatge s'ha suprimit: %1]</i>"
@@ -745,12 +743,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destinació"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Error de la xarxa"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Ha fallat l'inici de la sessió: %1"
@@ -1712,13 +1710,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitació de trucades"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " i "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1726,7 +1724,7 @@ msgid_plural " and %1 others"
msgstr[0] " i %1 altre"
msgstr[1] " i %1 altres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1779,77 +1777,77 @@ msgstr "Ha fallat la creació de la sala: %1"
msgid "Space creation failed: %1"
msgstr "Ha fallat la creació de l'espai: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "L'informe s'ha enviat correctament."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat.: %1, lon.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Missatge encriptat"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Obre el NeoChat en aquesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Respon"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Respon..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 us ha convidat a la sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Obre aquesta invitació en el NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rebutja"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rebutja i ignora l'usuari"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Obre el NeoChat"
@@ -2895,13 +2893,13 @@ msgstr "Trieu una ubicació"
msgid "Send this location"
msgstr "Envia aquesta ubicació"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Ubicacions"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "No hi ha ubicacions compartides en aquesta sala."
@@ -3174,86 +3172,86 @@ msgstr "Informació"
msgid "Media"
msgstr "Multimèdia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres de l'espai"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informació de la sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Accions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cerca en aquesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cerca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica l'usuari"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Elimina la sala de les preferides"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Fes preferida aquesta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostra les ubicacions per a aquesta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Surt d'aquesta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Convida un usuari"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Convida un usuari a la sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membre"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "No hi ha comptador de membres"
@@ -3560,27 +3558,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Abandoneu l'espai"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ves al primer missatge sense llegir"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Ves al missatge carregat més antic"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ves al darrer missatge"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrossegueu aquí els elements per a compartir"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3962,72 +3960,72 @@ msgid "The session verification was canceled due to an unknown error."
msgstr ""
"La verificació de la sessió s'ha cancel·lat a causa d'un error desconegut."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Sense servidor."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "S'està comprovant la disponibilitat del servidor."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Aquest no és un servidor vàlid."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "El registre en aquest servidor està desactivat."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Sense nom d'usuari."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "S'està comprovant la disponibilitat del nom d'usuari."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Aquest nom d'usuari no està disponible."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continua"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "En funcionament"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID de Matrix amb format incorrecte o buida"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 no és cap identificador correcte de Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Ha fallat en unir-se a la sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Heu sol·licitat unir-vos a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Ha fallat en sol·licitar unir-vos a la sala"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 10:55+0200\n"
"Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n"
"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancel·la la resposta"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -99,48 +99,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Rebre les notificacions dels missatges nous"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "S'ha produït un error de la xarxa: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "No s'ha trobat el testimoni d'accés"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Potser s'ha suprimit?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "S'ha denegat l'accés al clauer."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Permeteu que NeoChat llija el testimoni d'accés"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "No hi ha cap clauer disponible."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Instal·leu un clauer, p. ex., KWallet o l'anell de claus de GNOME a Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "No s'ha pogut llegir el testimoni d'accés"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Rebre les notificacions «push»"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Personalitzats"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Este missatge s'ha suprimit]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Este missatge s'ha suprimit: %1]</i>"
@@ -744,12 +742,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destinació"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "S'ha produït un error de la xarxa"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "No s'ha pogut fer l'inici de la sessió: %1"
@@ -1711,13 +1709,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitació de tocada"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " i "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1725,7 +1723,7 @@ msgid_plural " and %1 others"
msgstr[0] " i %1 altre"
msgstr[1] " i %1 altres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1778,77 +1776,77 @@ msgstr "No s'ha pogut crear la sala: %1"
msgid "Space creation failed: %1"
msgstr "No s'ha pogut crear l'espai: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "L'informe s'ha enviat correctament."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat.: %1, lon.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Missatge encriptat"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Obri NeoChat en esta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Respon"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Respon…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 vos ha convidat a la sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Obri esta invitació en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rebutja"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rebutja i ignora l'usuari"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Obri NeoChat"
@@ -2894,13 +2892,13 @@ msgstr "Seleccioneu una ubicació"
msgid "Send this location"
msgstr "Envia esta ubicació"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Ubicacions"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "No hi ha ubicacions compartides en esta sala."
@@ -3173,86 +3171,86 @@ msgstr "Informació"
msgid "Media"
msgstr "Multimèdia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres de l'espai"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informació de la sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Accions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Busca en esta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Busca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica l'usuari"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Elimina la sala de les preferides"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Fes preferida esta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostra les ubicacions per a esta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Ix d'esta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Convida un usuari"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Convida un usuari a la sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membre"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "No hi ha comptador de membres"
@@ -3559,27 +3557,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Abandoneu l'espai"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ves fins al primer missatge sense llegir"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Ves fins al missatge carregat més antic"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ves fins a l'últim missatge"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrossegueu ací els elements per a compartir"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3961,72 +3959,72 @@ msgid "The session verification was canceled due to an unknown error."
msgstr ""
"La verificació de la sessió s'ha cancel·lat a causa d'un error desconegut."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Sense servidor."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "S'està comprovant la disponibilitat del servidor."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Este no és un servidor vàlid."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "El registre en este servidor està desactivat."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Sense nom d'usuari."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "S'està comprovant la disponibilitat del nom d'usuari."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Este nom d'usuari no està disponible."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continua"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "En funcionament"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID de Matrix amb format incorrecte o buida"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 no és cap identificador correcte de Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "No s'ha pogut unir a la sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Heu sol·licitat unir-vos a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "No s'ha pogut sol·licitar unir-vos a la sala"

View File

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

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2020-12-13 17:28+0100\n"
"Last-Translator: Martin Schlander <mschlander@opensuse.org>\n"
"Language-Team: Danish <kde-i18n-doc@kde.org>\n"
@@ -92,7 +92,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Annullér"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Settings"
msgctxt ""
@@ -101,48 +101,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Indstillinger"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, fuzzy, kde-format
#| msgid "Network Error"
msgid "Network Error: %1"
msgstr "Netværksfejl"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr ""
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr ""
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Settings"
msgid "Receiving push notifications"
@@ -386,7 +386,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -395,13 +395,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -766,12 +764,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr ""
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Netværksfejl"
#: src/login.cpp:98
#: src/login.cpp:96
#, fuzzy, kde-format
#| msgid "Login Failed"
msgid "Login Failed: %1"
@@ -1764,14 +1762,14 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Acceptér"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, fuzzy, kde-format
#| msgid " and "
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " og "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1779,7 +1777,7 @@ msgid_plural " and %1 others"
msgstr[0] ""
msgstr[1] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1834,81 +1832,81 @@ msgstr "Login mislykkedes"
msgid "Space creation failed: %1"
msgstr "Login mislykkedes"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Send message"
msgid "Encrypted Message"
msgstr "Send besked"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Svar"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, fuzzy, kde-format
#| msgid "Reply"
msgid "Reply..."
msgstr "Svar"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Acceptér"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Afvis"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "Chat"
msgid "Open NeoChat"
@@ -2996,14 +2994,14 @@ msgstr ""
msgid "Send this location"
msgstr "Indstillinger"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Settings"
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Indstillinger"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr ""
@@ -3298,93 +3296,93 @@ msgstr "Indstillinger"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Members"
msgctxt "@action:title"
msgid "Space Members"
msgstr "Medlemmer"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Settings"
msgctxt "@action:title"
msgid "Room information"
msgstr "Indstillinger"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Settings"
msgctxt "Room actions"
msgid "Actions"
msgstr "Indstillinger"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Remove"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Fjern"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Muted"
msgid "Favorite this room"
msgstr "Lydløs"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Muted"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lydløs"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Medlemmer"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite"
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitér"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "Medlem"
msgstr[1] "Medlemmer"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3701,28 +3699,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Gå til første ulæste besked"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to first unread message"
msgid "Jump to oldest loaded message"
msgstr "Gå til første ulæste besked"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4073,73 +4071,73 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr ""
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Intet navn"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr ""
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr ""
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-01-06 16:47+0200\n"
"Last-Translator: Stelios <sstavra@gmail.com>\n"
"Language-Team: Greek <kde-i18n-el@kde.org>\n"
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Ακύρωση απάντησης"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgctxt ""
@@ -100,49 +100,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Αποστολή πληκτρολογημένων ειδοποιήσεων"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Σφάλμα δικτύου: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Το ενδεικτικό πρόσβασης δεν βρέθηκε"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Ίσως να έχει διαγραφεί;"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Άρνηση πρόσβασης στα κλειδιά."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Επίτρεψε στο NeoChat να διαβάσει το ενδεικτικό πρόσβασης"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Καμία διαθέσιμη αλυσίδα κλειδιών."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Εγκατέστησε μια αλυσίδα κλειδιών. π.χ. το KWallet ή το GNOME keyring στο "
"Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Αδυναμία ανάγνωσης του ενδεικτικού πρόσβασης"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgid "Receiving push notifications"
@@ -392,7 +392,7 @@ msgid "Custom"
msgstr "Προσαρμοσμένο"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -402,13 +402,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Αυτό το μήνυμα διαγράφηκε]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Αυτό το μήνυμα διαγράφηκε: %1]</i>"
@@ -790,12 +788,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Προορισμός"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Σφάλμα δικτύου"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Αποτυχία σύνδεσης: %1"
@@ -1864,13 +1862,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Πρόσκληση με κλήση"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " και "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1878,7 +1876,7 @@ msgid_plural " and %1 others"
msgstr[0] " και %1 ακόμη"
msgstr[1] " και %1 ακόμη"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1936,79 +1934,79 @@ msgstr "Αποτυχία δημιουργίας αίθουσας: «%1»"
msgid "Space creation failed: %1"
msgstr "Αποτυχία δημιουργίας αίθουσας: «%1»"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Η αναφορά εστάλη με επιτυχία."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Κρυπτογραφημένο μήνυμα"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Άνοιγμα NeoChat σε αυτήν την αίθουσα"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Απάντηση"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Απάντηση..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 σε προσκάλεσε σε μία αίθουσα"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Άνοιγμα αυτής της πρόσκλησης στο NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Αποδοχή"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Απόρριψη"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3127,14 +3125,14 @@ msgstr "Επιλογή τοπικού αρχείου"
msgid "Send this location"
msgstr "Αποστολή πληκτρολογημένων ειδοποιήσεων"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Ειδοποιήσεις"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgid "There are no locations shared in this room."
@@ -3431,7 +3429,7 @@ msgstr "Πληροφορίες αίθουσας"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3439,80 +3437,80 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Μέλη του χώρου"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Πληροφορίες αίθουσας"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Ειδοποιήσεις"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Αναζήτηση σε αυτήν την αίθουσα"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Αναζήτηση"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Επαλήθευση συσκευής"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Αφαίρεση αίθουσας από τις προτιμώμενες"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Εξέρχεται από αυτήν την αίθουσα."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Search in this room"
msgid "Show locations for this room"
msgstr "Αναζήτηση σε αυτήν την αίθουσα"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Εξέρχεται από αυτήν την αίθουσα."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Μέλη"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Πρόσκληση σε χρήστη"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Πρόσκληση χρήστη στην αίθουσα"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3521,7 +3519,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 μέλος"
msgstr[1] "%1 μέλη"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3855,28 +3853,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Αποχώρηση από τον χώρο"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Μετάβαση στο πρώτο μη αναγνωσμένο μήνυμα"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Μετάβαση στο τελευταίο μήνυμα"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Μετάβαση στο τελευταίο μήνυμα"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Έλκυσε αντικείμενα εδώ για να τα μοιραστείς"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4253,80 +4251,80 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Η επαλήθευση συνεδρίας ακυρώθηκε από άγνωστο σφάλμα."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgctxt "@title:window"
#| msgid "Add server"
msgid "No server."
msgstr "Προσθήκη εξυπηρετητή"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, fuzzy, kde-format
#| msgid "The entered text is not a valid url"
msgid "This is not a valid server."
msgstr "Το δοσμένο κείμενο δεν είναι έγκυρο url"
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Χωρίς όνομα"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "Δεν υπάρχουν διαθέσιμοι χρήστες"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "Συνέχεια"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Κακοδιατυπωμένο ή κενό αναγνωριστικό Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "Το %1 δεν είναι ένα σωστό αναγνωριστικό του Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgid "Failed to join room"
msgstr "Προσκαλεί σε μια αίθουσα"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "Invites to a room"
msgid "Failed to request joining room"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-03 13:46+0100\n"
"Last-Translator: Steve Allewell <steve.allewell@gmail.com>\n"
"Language-Team: British English\n"
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancel reply"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,47 +96,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Receiving notifications for new messages"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Network Error: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Access token wasn't found"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Maybe it was deleted?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Access to keychain was denied."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Please allow NeoChat to read the access token"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "No keychain available."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Unable to read access token"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Receiving push notifications"
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "Custom"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[This message was deleted]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[This message was deleted: %1]</i>"
@@ -740,12 +738,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destination"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Network Error"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Login Failed: %1"
@@ -1702,13 +1700,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Call invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " and "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1716,7 +1714,7 @@ msgid_plural " and %1 others"
msgstr[0] " and %1 other"
msgstr[1] " and %1 others"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr "Room creation failed: %1"
msgid "Space creation failed: %1"
msgstr "Space creation failed: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Report sent successfully."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Encrypted Message"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Open NeoChat in this room"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Reply"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Reply..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 invited you to a room"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Open this invitation in NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accept"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Reject"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Reject and Ignore User"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Open NeoChat"
@@ -2881,13 +2879,13 @@ msgstr "Choose a Location"
msgid "Send this location"
msgstr "Send this location"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Locations"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "There are no locations shared in this room."
@@ -3161,86 +3159,86 @@ msgstr "Information"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Space Members"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Room information"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Actions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Search in this room"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Search"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verify user"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remove room from favourites"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Favourite this room"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Show locations for this room"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Leave this room"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Members"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invite a User"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invite user to room"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 member"
msgstr[1] "%1 members"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "No member count"
@@ -3543,27 +3541,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Leave Space"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Jump to first unread message"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Jump to oldest loaded message"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Jump to latest message"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Drag items here to share them"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3937,72 +3935,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "The session verification was cancelled due to an unknown error."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "No server."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Checking Server availability."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "This is not a valid server."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Registration for this server is disabled."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "No username."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Checking username availability."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "This username is not available."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continue"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Working"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Malformed or empty Matrix id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 is not a correct Matrix identifier"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Failed to join room"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "You requested to join '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Failed to request joining room"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-12 22:08+0200\n"
"Last-Translator: Oliver Kellogg <olivermkellogg@gmail.com>\n"
"Language-Team: Esperanto <kde-i18n-eo@kde.org>\n"
@@ -89,7 +89,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Nuligi respondon"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -97,48 +97,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Ricevante sciigojn por novaj mesaĝoj"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Reta Eraro: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Alirĵetono ne estis trovita"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Eble ĝi estis forigita?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Aliro al ŝlosilĉeno estis rifuzita."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Bonvolu permesi al NeoChat legi la alirĵetonon"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Neniu ŝlosilĉeno havebla."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Bonvolu instali ŝlosilĉenon, ekz. KWallet aŭ GNOME-ŝlosilringo en Linukso"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Ne eblas legi alirĵetonon"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Ricevante puŝ-sciigojn"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Tajlorita"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Tiu ĉi mesaĝo estis forigita]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ĉi tiu mesaĝo estis forigita: %1]</i>"
@@ -742,12 +740,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Celo"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Reta Eraro"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Ensaluto Malsukcesis: %1"
@@ -1707,13 +1705,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Voka invito"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " kaj "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1721,7 +1719,7 @@ msgid_plural " and %1 others"
msgstr[0] " kaj %1 alia"
msgstr[1] " kaj %1 aliaj"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1774,77 +1772,77 @@ msgstr "Kreado de ĉambro malsukcesis: %1"
msgid "Space creation failed: %1"
msgstr "Spackreado malsukcesis: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Raporto sukcese sendita."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Ĉifrita Mesaĝo"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Malfermu NeoChat en ĉi tiu ĉambro"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Respondi"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Respondi..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 invitis vin al ĉambro"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Malfermu ĉi tiun inviton en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Akcepti"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Malakcepti"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Malakcepti kaj Ignori Uzanton"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Malfermi NeoChat"
@@ -2886,13 +2884,13 @@ msgstr "Elekti Lokon"
msgid "Send this location"
msgstr "Sendi ĉi tiun lokon"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Lokoj"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Ne estas lokoj kunhavataj en ĉi tiu ĉambro."
@@ -3166,86 +3164,86 @@ msgstr "Informoj"
msgid "Media"
msgstr "Komunikaĵoj"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membroj de Spaco"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informoj pri ĉambro"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Agoj"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Serĉi en ĉi tiu ĉambro"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Serĉi"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Konfirmi uzanton"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Forigi ĉambron el plej ŝatataj"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Plejŝatigi ĉi tiun ĉambron"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Montri lokojn por ĉi tiu ĉambro"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Forlasi ĉi tiun ĉambron"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membroj"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Inviti Uzanton"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Inviti uzanton al ĉambro"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membroj"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Neniu membrokalkulo"
@@ -3549,27 +3547,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Forlasi Spacon"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Salti al la unua nelegita mesaĝo"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Salti al la plej malnova ŝargita mesaĝo"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Salti al la plej nova mesaĝo"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Treni erojn ĉi tien por dividi ilin"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3929,72 +3927,72 @@ msgstr "La fora partio nuligis la sean konfirmon ĉar la ŝlosiloj ne kongruas."
msgid "The session verification was canceled due to an unknown error."
msgstr "La seancokonfirmo estis nuligita pro nekonata eraro."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Neniu servilo."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Kontrolante la haveblecon de la Servilo."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Ĉi tio ne estas valida servilo."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Registrado por ĉi tiu servilo estas malŝaltita."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Neniu uzantnomo."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Kontrolante uzantnoman haveblecon."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Ĉi tiu uzantnomo ne disponeblas."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Daŭrigi"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Laborante"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Misforma aŭ malplena Matrico-id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ne estas ĝusta Matrico-identigilo"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Malsukcesis aliĝi al ĉambro"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vi petis aliĝi al '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Malsukcesis peti aliĝon al ĉambro"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 11:03+0200\n"
"Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n"
"Language-Team: Spanish <kde-l10n-es@kde.org>\n"
@@ -90,7 +90,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancelar respuesta"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -98,48 +98,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Recibir notificaciones de nuevos mensajes"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Error de red: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "El token de acceso no se ha encontrado"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "¿Es posible que se haya borrado?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Se ha denegado el acceso a la cadena de claves."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Por favor, permita que NeoChat pueda leer el token de acceso"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Ninguna cadena de claves disponible."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Instale una cadena de claves, como KWallet o el llavero de GNOME en Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "No se ha podido leer el token de acceso"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Recepción de notificaciones push"
@@ -368,7 +368,7 @@ msgid "Custom"
msgstr "Personalizado"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -377,13 +377,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Este mensaje ha sido borrado]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Este mensaje ha sido borrado: %1]</i>"
@@ -743,12 +741,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destino"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Error de red"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "El inicio de sesión ha fallado: %1"
@@ -1710,13 +1708,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitación de llamada"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " y "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1724,7 +1722,7 @@ msgid_plural " and %1 others"
msgstr[0] " y %1 más"
msgstr[1] " y %1 más"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1779,77 +1777,77 @@ msgstr "La creación de la sala ha fallado: %1"
msgid "Space creation failed: %1"
msgstr "La creación del espacio ha fallado: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "La denuncia se ha enviado correctamente."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensaje cifrado"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir NeoChat en esta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 le ha invitado a una sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir esta invitación en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceptar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rechazar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rechazar e ignorar usuario"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Abrir NeoChat"
@@ -2896,13 +2894,13 @@ msgstr "Escoger una ubicación"
msgid "Send this location"
msgstr "Enviar esta ubicación"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Ubicaciones"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "No hay ubicaciones compartidas en esta sala."
@@ -3174,86 +3172,86 @@ msgstr "Información"
msgid "Media"
msgstr "Multimedia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Miembros del espacio"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Información de la sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Acciones"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Buscar en esta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Buscar"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar usuario"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Eliminar sala de las favoritas"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Hacer favorita esta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostrar ubicaciones de esta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Salir de esta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Miembros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitar a un usuario"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invitar usuario a la sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 miembro"
msgstr[1] "%1 miembros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Sin contador de miembros"
@@ -3556,27 +3554,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Dejar el espacio"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Saltar al primer mensaje sin leer"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Saltar al mensaje cargado más antiguo"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Saltar al último mensaje"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrastre elementos aquí para compartirlos"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3959,72 +3957,72 @@ msgid "The session verification was canceled due to an unknown error."
msgstr ""
"La verificación de la sesión se ha cancelado debido a un error desconocido."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "No hay ningún servidor."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Comprobando disponibilidad del servidor."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Este servidor no es válido."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "El registro de este servidor está desactivado."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Sin nombre de usuario."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Comprobando disponibilidad del nombre de usuario."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Este nombre de usuario no está disponible."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continuar"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Trabajando"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Id de Matrix mal formada o vacía"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 no es un identificador de Matrix correcto"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "No se ha podido unir a la sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Ha solicitado unirse a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "No se ha podido solicitar unirse a la sala"

View File

@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-08-02 22:57+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-22 22:11+0200\n"
"Last-Translator: Iñigo Salvador Azurmendi <xalba@ni.eus>\n"
"Language-Team: Basque <kde-i18n-eu@kde.org>\n"
"Language: eu\n"
@@ -18,12 +18,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 24.05.2\n"
"X-Generator: Lokalize 24.08.0\n"
#: src/chatbar/AttachDialog.qml:29
#, kde-format
msgid "Choose local file"
msgstr "Hautatu tokiko fitxategia"
msgstr "Hautatu fitxategi lokala"
#: src/chatbar/AttachDialog.qml:45
#, kde-format
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Utzi erantzuna bertan behera"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -99,48 +99,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Mezu berrien jakinarazpenak jasotzeko"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Sareko errorea: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Sartzeko tokena ez du aurkitu"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Agian ezabatu egin da?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Gako-katerako sarrera ukatu egin da."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Mesedez, utzi NeoChat-i sartzeko tokena irakurtzen"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Ez dago gako-kate erabilgarririk."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Mesedez, instalatu gako-kate bat, adib. KWallet edo «GNOME keyring» Linux-en"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Ez da sartzeko tokena irakurtzeko gai"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Bultzada-jakinarazpenak jasotzea"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Neurrira"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Mezu hau ezabatu egin da]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Mezu hau ezabatu egin da: %1]</i>"
@@ -424,7 +422,7 @@ msgstr ": %1"
#, kde-format
msgctxt "their refers to a singular user"
msgid "cleared their display name"
msgstr "azaldutako bere izena garbitu du"
msgstr "azaldutako bere izena hustu du"
#: src/eventhandler.cpp:358
#, kde-format
@@ -441,7 +439,7 @@ msgstr " eta "
#, kde-format
msgctxt "their refers to a singular user"
msgid "cleared their avatar"
msgstr "bere abatarra garbitu du"
msgstr "bere abatarra hustu du"
#: src/eventhandler.cpp:369 src/eventhandler.cpp:551
#, kde-format
@@ -463,7 +461,7 @@ msgstr "ez da ezer aldatu"
#: src/eventhandler.cpp:381
#, kde-format
msgid "withdrew %1's invitation"
msgstr "%1(r)en gonbita erretiratu du"
msgstr "%1(r)en gonbidapena indargabetu du"
#: src/eventhandler.cpp:381 src/eventhandler.cpp:563
#, kde-format
@@ -478,7 +476,7 @@ msgstr "%1(e)ri debekua altxatu zaio"
#: src/eventhandler.cpp:385 src/eventhandler.cpp:567
#, kde-format
msgid "self-unbanned"
msgstr "bere buruari debekua altxatuta"
msgstr "bere buruari debekua altxatu dio"
#: src/eventhandler.cpp:388
#, kde-format
@@ -523,7 +521,7 @@ msgstr "zerbait ezezaguna egin du"
#: src/eventhandler.cpp:409 src/eventhandler.cpp:584
#, kde-format
msgid "cleared the room main alias"
msgstr "gelaren ezizen nagusia garbitu da"
msgstr "gelaren ezizen nagusia hustu du"
#: src/eventhandler.cpp:409
#, kde-format
@@ -533,7 +531,7 @@ msgstr "ezarri gelako ezizen nagusia honetara: %1"
#: src/eventhandler.cpp:412 src/eventhandler.cpp:587
#, kde-format
msgid "cleared the room name"
msgstr "gelako izena garbitu da"
msgstr "gelako izena hustu du"
#: src/eventhandler.cpp:412
#, kde-format
@@ -543,7 +541,7 @@ msgstr "ezarri gelaren izana honetara: %1"
#: src/eventhandler.cpp:415 src/eventhandler.cpp:590
#, kde-format
msgid "cleared the topic"
msgstr "gaia garbitu da"
msgstr "gaia hustu du"
#: src/eventhandler.cpp:416
#, kde-format
@@ -553,7 +551,7 @@ msgstr "ezarri gai honetara: %1"
#: src/eventhandler.cpp:422 src/eventhandler.cpp:593
#, kde-format
msgid "changed the room avatar"
msgstr "gelako abatarra aldatu da"
msgstr "gelako abatarra aldatu du"
#: src/eventhandler.cpp:425 src/eventhandler.cpp:596
#, kde-format
@@ -579,8 +577,7 @@ msgstr "gela honetako ahalmen mailak aldatu dira"
#: src/eventhandler.cpp:439 src/eventhandler.cpp:608
#, kde-format
msgid "changed the server access control lists for this room"
msgstr ""
"gela honetarako zerbitzarirako sarrera-kontroleko zerrendak aldatu zituen"
msgstr "gela honetarako zerbitzarira sartzeko kontrol-zerrendak aldatu ditu"
#: src/eventhandler.cpp:443
#, kde-format
@@ -745,12 +742,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Jomuga"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Sareko errorea"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Saio-hastea huts egin du: %1"
@@ -1613,7 +1610,7 @@ msgstr "Gela bertsio-berritzea"
#: src/models/permissionsmodel.cpp:55
msgctxt "Room permission type"
msgid "Set the room server access control list (ACL)"
msgstr "Gelako zerbitzariaren sarbide kontrolerako zerrenda (ACL) ezartzea"
msgstr "Gelako zerbitzarira sartzeko kontrol-zerrenda (ACL) ezartzea"
#: src/models/permissionsmodel.cpp:56
msgctxt "Room permission type"
@@ -1707,13 +1704,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Dei gonbidapena"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " eta "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1721,7 +1718,7 @@ msgid_plural " and %1 others"
msgstr[0] " eta beste %1"
msgstr[1] " eta beste %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1776,77 +1773,77 @@ msgstr "Gela sortzea huts egin du: %1"
msgid "Space creation failed: %1"
msgstr "Tokia sortzea huts egin du: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Txosten bidalketa arrakastatsua."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Zifratutako mezua"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Ireki NeoChat gela honetan"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Erantzun"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Erantzun..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1(e)k gela batera gonbidatu zaitu"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Ireki gonbidapen hau NeoChat-en"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Onartu"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Errefusatu"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Errefusatu eta erabiltzailea ezikusi"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Ireki NeoChat"
@@ -2890,13 +2887,13 @@ msgstr "Hautatu kokaleku bat"
msgid "Send this location"
msgstr "Bidali kokaleku hori"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Kokalekuak"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Gela honetan ez dago partekatutako kokalekurik."
@@ -3169,86 +3166,86 @@ msgstr "Informazioa"
msgid "Media"
msgstr "Hedabideak"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Tokiko kideak"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Gelaren informazioa"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Ekintzak"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Bilatu gela honetan"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Bilatu"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Egiaztatu erabiltzailea"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Kendu gela gogokoetatik"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Gela hau gogoko egin"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Erakutsi gela honetarako kokalekuak"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Irten gela honetatik"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Kideak"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Gonbidatu erabiltzaile bat"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Gonbidatu erabiltzaile bat gelara"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "Kide %1"
msgstr[1] "%1 kide"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ez dago kide kopururik"
@@ -3552,27 +3549,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Utzi tokia"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Jauzi irakurri gabeko lehenengo mezura"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Jauzi zamatutako mezu zaharrenera"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Jauzi azken mezura"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrastatu elementuak hona haiek partekatzeko"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3945,72 +3942,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Saioa egiaztatzea bertan behera utzi da, errore ezezagun bat dela eta."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Zerbitzaririk ez."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Zerbitzariaren eskuragarritasuna egiaztatzen."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Zerbitzari horrek ez du balio."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Zerbitzari horretako erregistroa ezgaituta dago."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Erabiltzaile-izenik ez."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Erabiltzaile-izenaren eskuragarritasuna egiaztatzen."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Erabiltzaile-izen hori ez dago eskuragarri."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Jarraitu"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Lanean"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Matrix IDa gaizki eratuta edo hutsik dago"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ez da Matrix identifikatzaile zuzena"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Gelara batzea huts egin du"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1'(e)ra batzea eskatu duzu"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Gelara batzeko eskaerak huts egin du"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-04-08 19:57+0300\n"
"Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
"Language-Team: Finnish <kde-i18n-doc@kde.org>\n"
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Peru vastaus"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,47 +96,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Vastaanotetaan ilmoituksia uusista viesteistä"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Verkkovirhe: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Pääsymerkkiä ei löytynyt"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Se on ehkä poistettu?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Pääsymerkin käyttö estettiin."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Salli NeoChatin lukea pääsymerkki"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Avainrenkaita ei ole saatavilla."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Asenna avainrengas, esim. Linuxissa KWallet tai Gnomen avainrengas"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Saantimerkkiä ei voida lukea"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Vastaanotetaan push-ilmoituksia"
@@ -373,7 +373,7 @@ msgid "Custom"
msgstr "Mukautettu"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -383,13 +383,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Tämä viesti on poistettu]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Tämä viesti on poistettu: %1]</i>"
@@ -750,12 +748,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Kohde"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Verkkovirhe"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Kirjautuminen epäonnistui: %1"
@@ -1763,13 +1761,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Soittokutsut"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " ja "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1777,7 +1775,7 @@ msgid_plural " and %1 others"
msgstr[0] " ja %1 muu"
msgstr[1] " ja %1 muuta"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1831,77 +1829,77 @@ msgstr "Huoneen luominen epäonnistui: %1"
msgid "Space creation failed: %1"
msgstr "Tilan luominen epäonnistui: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Ilmoituksen lähettäminen onnistui."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lev: %1, pit: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Salattu viesti"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Avaa NeoChat tähän huoneeseen"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Vastaa"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Vastaa…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 kutsui sinut huoneeseen"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Avaa tämä kutsu NeoChatiin"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Hyväksy"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Hylkää"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Hylkää ja sivuuta käyttäjä"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Avaa NeoChat"
@@ -2989,13 +2987,13 @@ msgstr "Valitse sijainti"
msgid "Send this location"
msgstr "Lähetä tämä sijainti"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Sijainnit"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Tässä huoneessa ei ole jaettuja sijainteja."
@@ -3274,19 +3272,19 @@ msgstr "Tietoa"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Tilan jäsenet"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Huoneen tiedot"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3294,71 +3292,71 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Sijainnit"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Etsi tästä huoneesta"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Etsi"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Todenna laite"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Poista huone suosikeista"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Poistutaan tästä huoneesta."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Näytä sijainnit tälle huoneelle"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Poistutaan tästä huoneesta."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Jäsenet"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Kutsu käyttäjä"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Kutsu käyttäjä huoneeseen"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 jäsen"
msgstr[1] "%1 jäsentä"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ei jäsenmäärää"
@@ -3672,28 +3670,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Poistu tilasta"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Hyppää ensimmäiseen lukemattomaan viestiin"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Hyppää viimeisimpään viestiin"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Hyppää viimeisimpään viestiin"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Jaa kohteita vetämällä ne tähän"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4057,72 +4055,72 @@ msgstr "Etäosapuoli perui istunnon todennuksen, koska avaimet eivät täsmää.
msgid "The session verification was canceled due to an unknown error."
msgstr "Istunnon todennus peruttiin tuntemattomasta syystä."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Ei palvelinta."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Tarkistetaan palvelimen saatavuutta."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Tämä ei ole kelvollinen palvelin."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Palvelin on poistanut rekisteröitymisen käytöstä."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Ei käyttäjätunnusta."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Tarkistetaan käyttäjätunnuksen saatavuutta."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Tämä käyttäjätunnus ei ole käytettävissä."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Jatka"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Työskennellään"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Virheellinen tai tyhjä Matrix-tunniste"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ei ole kelvollinen Matrix-tunniste"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Huoneeseen liittyminen epäonnistui"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Pyysit liittyä huoneeseen ”%1”"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Pyyntö liittyä huoneeseen epäonnistui"

View File

@@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-07-08 11:40+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-15 14:07+0200\n"
"Last-Translator: Xavier Besnard <xavier.besnard@kde.org>\n"
"Language-Team: French <French <kde-francophone@kde.org>>\n"
"Language: fr\n"
@@ -86,7 +86,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Annuler la réponse"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -94,49 +94,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Réception de notifications de nouveaux messages"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Erreur du réseau : %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Il a été impossible de trouver le jeton d'accès."
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Peut-être a-t-il été supprimé ?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "L'accès au trousseau de clés a été refusé."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Veuillez autoriser NeoChat à lire le jeton d'accès."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Aucun trousseau de clés disponible."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Veuillez installer un trousseau de clés, par exemple, KWallet ou le "
"trousseau de clés de GNOME sous Linux."
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Lecture impossible du jeton d'accès"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Réception des notifications"
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "Personnalisé"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Ce message a été supprimé]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ce message a été supprimé : %1]</i>"
@@ -740,12 +738,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destination"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Erreur du réseau"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "La connexion a échoué : %1"
@@ -1020,7 +1018,7 @@ msgstr "Alexey Rusakov"
#: src/main.cpp:155
#, kde-format
msgid "Maintainer of libQuotient"
msgstr "Mainteneur de la bibliothèque « libQuotient »"
msgstr "Mainteneur de la bibliothèque « libquotient »"
#: src/main.cpp:156
#, kde-format
@@ -1054,7 +1052,7 @@ msgstr "Un client pour le protocole de communications  Matrix »"
#: src/main.cpp:194
#, kde-format
msgid "Supports matrix: url scheme"
msgstr "Prend en charge le thème d'URL « matrix : »"
msgstr "Prend en charge le thème d'URL « Matrix : »"
#: src/main.cpp:195
#, kde-format
@@ -1302,7 +1300,7 @@ msgstr "Reprendre en compte l'utilisateur donné"
#: src/models/actionsmodel.cpp:423
msgid "<reaction text>"
msgstr "<reaction text>"
msgstr "<texte de réponse>"
#: src/models/actionsmodel.cpp:424
msgid "React to the message with the given text"
@@ -1713,13 +1711,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Envoyer une invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " et "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1727,7 +1725,7 @@ msgid_plural " and %1 others"
msgstr[0] " et %1 autre"
msgstr[1] " et %1 autres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1781,77 +1779,77 @@ msgstr "Impossible de créer le salon : %1"
msgid "Space creation failed: %1"
msgstr "Impossible de créer un espace : %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport envoyé avec succès."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat : %1, Long : %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Message chiffré"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1 : %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Ouvrir NeoChat dans cette salon"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Répondre"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Répondre..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 vous a invité dans un salon"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Ouvrir cette invitation dans NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepter"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejeter"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rejeter et ignorer un utilisateur"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Ouvrir NeoChat"
@@ -2789,6 +2787,8 @@ msgstr "Accepter l'invitation ?"
#, kde-format
msgid "You can reject invitations from unknown users under Security settings."
msgstr ""
"Vous pouvez refuser les invitations d'utilisateurs inconnus avec les "
"paramètres « Sécurité »."
#: src/qml/InvitationView.qml:24
#, kde-format
@@ -2899,13 +2899,13 @@ msgstr "Sélectionner un emplacement"
msgid "Send this location"
msgstr "Envoyer cet emplacement"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Emplacements"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Il n'y a aucun emplacement partagé dans ce salon."
@@ -3180,86 +3180,86 @@ msgstr "Informations"
msgid "Media"
msgstr "Média"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres de l'espace"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informations sur le salon"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Actions"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Rechercher dans ce salon"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Rechercher"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Vérifier un utilisateur"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Supprimer le salon des signets"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Marquer ce salon avec un signet"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Afficher des emplacements dans ce salon"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Quitter ce salon"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Inviter un utilisateur"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Inviter des utilisateurs dans un salon"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "Membre %1"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Aucun numéro de membre"
@@ -3564,27 +3564,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Laisser un espace"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Aller au premier message non lu."
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Se déplacer sur le message le plus ancien."
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Aller au message le plus ancien."
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Faites glisser les éléments ici pour les partager"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3966,72 +3966,72 @@ msgid "The session verification was canceled due to an unknown error."
msgstr ""
"La vérification de session a été annulée à cause d'une erreur inconnue."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Aucun serveur."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Vérification de la disponibilité du serveur."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Ceci n'est pas un serveur valable."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "L'enregistrement avec ce serveur est désactivé."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Aucun nom d'utilisateur."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Vérification de la disponibilité du nom d'utilisateur."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Ce nom d'utilisateur est indisponible."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continuer"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "De travail"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Identifiant Matrix mal formé ou vide"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 n'est pas un identifiant Matrix correct"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Impossible de rejoindre un salon"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vous avez demandé à rejoindre « %1 »"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Échec de la demande pour rejoindre un salon"
@@ -4630,17 +4630,16 @@ msgid "Security"
msgstr "Sécurité"
#: src/settings/NeoChatSecurityPage.qml:20
#, fuzzy, kde-format
#| msgid "Accept Invitation"
#, kde-format
msgctxt "@title:group"
msgid "Invitations"
msgstr "Accepter une invitation"
msgstr "Invitations"
#: src/settings/NeoChatSecurityPage.qml:24
#, kde-format
msgctxt "@option:check"
msgid "Reject invitations from unknown users"
msgstr ""
msgstr "Refuser les invitations d'utilisateurs inconnus"
#: src/settings/NeoChatSecurityPage.qml:25
#, kde-format
@@ -4648,13 +4647,13 @@ msgid ""
"If enabled, NeoChat will reject invitations from from users you don't share "
"a room with."
msgstr ""
"Si cette option est activée, NeoChat rejettera les invitations des "
"utilisateurs avec lesquels vous ne partagez aucun salon."
#: src/settings/NeoChatSecurityPage.qml:25
#, fuzzy, kde-format
#| msgid "Your server doesn't support changing your password"
#, kde-format
msgid "Your server does not support this setting."
msgstr ""
"Votre serveur ne prend pas en charge la modification de votre mot de passe."
msgstr "Votre serveur ne prend pas en charge ce paramètre."
#: src/settings/NeoChatSecurityPage.qml:39
#, kde-format
@@ -5175,7 +5174,7 @@ msgstr ""
#, kde-format
msgctxt "@option:check"
msgid "Members only (since joining)"
msgstr "Uniquement les membres (depuis leur connexion)"
msgstr "Uniquement les membres (Depuis leur connexion)"
#: src/settings/RoomSecurityPage.qml:136
#, kde-format

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-07-28 13:41+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-29 18:59+0200\n"
"Last-Translator: Adrián Chaves (Gallaecio) <adrian@chaves.io>\n"
"Language-Team: Proxecto Trasno (proxecto@trasno.gal)\n"
"Language: gl\n"
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancelar a resposta"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,47 +96,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Recibindo notificacións de novas mensaxes."
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Erro de rede: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Non se atopou o pase de acceso."
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Pode que se eliminase?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Denegouse o acceso ao chaveiro."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Permita a NeoChat ler o pase de acceso."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Non hai ningún chaveiro dispoñíbel."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Instale un chaveiro, p. ex. KWallet ou o chaveiro de GNOME en Linux."
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Non é posíbel ler o pase de acceso."
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Recibindo notificacións levadas"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "Personalizada"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>(Eliminouse esta mensaxe.)</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>(Eliminouse esta mensaxe: %1)</i>"
@@ -741,12 +739,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destino"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Erro de rede"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "O acceso fallou: %1"
@@ -1706,13 +1704,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invitación de chamada."
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1720,7 +1718,7 @@ msgid_plural " and %1 others"
msgstr[0] " e outra persoa"
msgstr[1] " e outras %1 persoas"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1773,77 +1771,77 @@ msgstr "A creación da sala fallou: %1"
msgid "Space creation failed: %1"
msgstr "A creación do espazo fallou: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "O informe enviouse correctamente."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1; lonx: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensaxe cifrada"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir NeoChat nesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 envioulle unha invitación a unha sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir a invitación en NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceptar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rexeitar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rexeitar e ignorar a persoa"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Abrir NeoChat"
@@ -2890,13 +2888,13 @@ msgstr "Escoller unha localización"
msgid "Send this location"
msgstr "Enviar a localización"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Localizacións"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Non se compartiu ningunha localización nesta sala."
@@ -3169,86 +3167,86 @@ msgstr "Información"
msgid "Media"
msgstr "Multimedia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros do espazo"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Información da sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Accións"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Buscar nesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Buscar"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar a persoa"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Retirar a sala das favoritas"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Marcar a sala como favorita"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Amosar as localizacións da sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Saír da sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitar a alguén"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invitar a alguén a esta sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Non hai membros."
@@ -3552,27 +3550,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Saír do espazo"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Saltar á primeira mensaxe nova sen ler"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Saltar á mensaxe cargada máis vella"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Saltar á última mensaxe"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arrastre elementos aquí para compartilos."
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3947,72 +3945,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "A verificación de sesión cancelouse por un erro descoñecido."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Non hai servidor."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Comprobando a dispoñibilidade do servidor."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Non é un servidor válido."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Este servidor desactivou o rexistro."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Non hai nome de persoa usuaria."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Comprobando a dispoñibilidade do nome de persoa usuaria."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Este nome de persoa usuaria non está dispoñíbel."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continuar"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Traballando"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Identificador de Matrix mal formato ou baleiro."
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 non é un identificador de Matrix correcto."
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Non foi posíbel unirse á sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Vostede solicitou unirse a «%1»."
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Non foi posíbel solicitar unirse á sala."
@@ -4909,6 +4907,7 @@ msgstr "Facer este alias o canónico da sala"
msgid "Delete alias"
msgstr "Eliminar o alias"
# well-spelled: example
#: src/settings/RoomGeneralPage.qml:222
#, kde-format
msgid "#new_alias:server.org"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 15:21+0200\n"
"Last-Translator: Kristof Kiszel <ulysses@fsf.hu>\n"
"Language-Team: Hungarian <kde-l10n-hu@kde.org>\n"
@@ -90,7 +90,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Válasz megszakítása"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -98,49 +98,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Új üzenetek értesítéseinek fogadása"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Hálózati hiba: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "A hozzáférési token nem található"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Lehet, hogy kitörölték?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "A kulcstartóhoz való hozzáférés megtagadva."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Kérjük, engedélyezze a NeoChatnek a hozzáférési token olvasását"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Nem érhető el kulcstartó."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Kérjük, telepítsen egy kulcstartót, Linuxon például a KWalletet vagy a GNOME "
"kulcstartót"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Nem lehet olvasni a hozzáférési tokent"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Leküldéses értesítések fogadása"
@@ -369,7 +369,7 @@ msgid "Custom"
msgstr "Egyedi"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -378,13 +378,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Az üzenetet törölték]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Az üzenetet törölték: %1]</i>"
@@ -744,12 +742,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Cél"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Hálózati hiba"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Sikertelen bejelentkezés: %1"
@@ -1710,13 +1708,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Hívás meghívó"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " és "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1724,7 +1722,7 @@ msgid_plural " and %1 others"
msgstr[0] " és %1 további"
msgstr[1] " és %1 további"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1777,77 +1775,77 @@ msgstr "Nem sikerült létrehozni a szobát: %1"
msgid "Space creation failed: %1"
msgstr "Nem sikerült létrehozni a teret: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Jelentés sikeresen elküldve."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Hossz.: %1, Szél.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Titkosított üzenet"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "NeoChat megnyitása ebben a szobában"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Válasz"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Válasz…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 meghívta Önt egy szobába"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Meghívás megnyitása NeoChatben"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Elfogadás"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Elutasítás"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Elutasítás és felhasználó mellőzése"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "NeoChat megnyitása"
@@ -2894,13 +2892,13 @@ msgstr "Hely kiválasztása"
msgid "Send this location"
msgstr "Hely küldése"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Helyek"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Nincsenek megosztva helyek ebben a szobában."
@@ -3174,86 +3172,86 @@ msgstr "Információk"
msgid "Media"
msgstr "Média"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Tér tagjai"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Szobainformációk"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Műveletek"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Keresés a szobában"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Keresés"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Felhasználó ellenőrzése"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Eltávolítás a kedvencek közül"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Szoba jelölése kedvencnek"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Helyek megjelenítése a szobában"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Szoba elhagyása"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Tagok"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Felhasználó meghívása"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Felhasználó meghívása s szobába"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 tag"
msgstr[1] "%1 tag"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Nincs tagszám"
@@ -3559,27 +3557,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Tér elhagyása"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ugrás az első olvasatlan üzenetre"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Ugrás a legkorábbi betöltött üzenetre"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ugrás a legújabb üzenetre"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Húzzon ide elemeket a megosztásukhoz"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3948,72 +3946,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "A munkamenet-ellenőrzés ismeretlen okokból megszakadt."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Nincs kiszolgáló."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Kiszolgáló elérhetőségének ellenőrzése."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Ez nem egy érvényes kiszolgáló."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "A regisztráció le van tiltva ezen a kiszolgálón."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Nincs felhasználónév."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Felhasználónév elérhetőségének ellenőrzése."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "A felhasználónév nem érhető el."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Tovább"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Dolgozunk"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Helytelenül formázott vagy üres Matrix azonosító"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "A(z) %1 nem helyes Matrix azonosító"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Nem sikerült csatlakozni a szobához"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Csatlakozni kérést küldött ide: „%1”"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Nem sikerült csatlakozási kérést küldeni a szobához"

View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-08-01 16:18+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-16 12:25+0200\n"
"Last-Translator: giovanni <g.sora@tiscali.it>\n"
"Language-Team: Interlingua <kde-i18n-doc@kde.org>\n"
"Language: ia\n"
@@ -89,7 +89,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancella responsa"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -97,48 +97,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Recipente notificationes de nove messages"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Error de rete: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Indicio de accesso non esseva trovate"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Forsan il esseva delite?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Accesso a portaclave (keychain) esseva negate"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Pro favor tu permitte que NeoCht pote leger le indicio de accesso"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Nulle portaclaves disponibile"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Pro favor tu installa un portaclave, p.ex. KWallet oGNOMe keyring sur Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Incapace a leger indicio"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Recipente notificationes de push"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Personalisate"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Iste message ha essite delite]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Iste message esseva delite: %1]</i>"
@@ -572,7 +570,7 @@ msgstr "create le sala, version %1"
#, kde-format
msgctxt "'power level' means permission level"
msgid "changed the power levels for this room"
msgstr "Cambiate le nvello de potentia per iste salc"
msgstr "Cambiate le nivellos de potentia per iste sala"
#: src/eventhandler.cpp:439 src/eventhandler.cpp:608
#, kde-format
@@ -742,12 +740,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destination"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Error de rete"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Accesso falleva: %1"
@@ -1707,13 +1705,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Appella invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr "e"
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1721,7 +1719,7 @@ msgid_plural " and %1 others"
msgstr[0] "e %1 altere"
msgstr[1] "e %1 alteres"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1774,77 +1772,77 @@ msgstr "Creation de sala falleva: \"%1\""
msgid "Space creation failed: %1"
msgstr "Creation de spatio falleva: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Reporto inviate con successo."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Message Cryptate"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Aperi NeoChat in iste sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responde"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responde..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 invitava te un sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Aperi iste invitation in NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejecta"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rejecta e ignora usator"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Aperi Neochat"
@@ -2892,13 +2890,13 @@ msgstr "Selige un Location"
msgid "Send this location"
msgstr "Invia iste location"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Locationes"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Il non ha locationes compartite in iste sala."
@@ -3172,86 +3170,86 @@ msgstr "Information"
msgid "Media"
msgstr "Medios"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros de spatio"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Information de sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Actiones"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cerca in iste sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cerca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica usator"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remove sala ex favoritos"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Favorite iste sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Monstra locationes per iste sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lassa iste sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invita un usator"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invita usator a sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 Member"
msgstr[1] "%1 Membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Necun computo de membro"
@@ -3555,27 +3553,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Lassa spatio"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Salta al prime message non legite"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Salta al message cargate plus vetule"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Salta al ultime message"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Trahe elementos hic per compartir los"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3957,72 +3955,72 @@ msgid "The session verification was canceled due to an unknown error."
msgstr ""
"Le verification de session esseva cancellate debite a un error incognite."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Nulle servitor."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Verificante disponibilitate de Servitor."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Isto non es un valide servitor."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Registration per iste servitor es dishabilitate."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Necun nomine de usator."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Verificante disponibilitate de nomine de usator."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Iste nomine de usator non es disponibile."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continua"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "travaliante"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Malformate o Id de Matrice vacue"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 non es un correcte identificator de matrice"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Falleva a unir sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Tu requireva unir a '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Il falleva a requirer unir sala"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-06-16 19:31+0700\n"
"Last-Translator: Linerly <linerly@protonmail.com>\n"
"Language-Team: Indonesian <kde-i18n-doc@kde.org>\n"
@@ -90,7 +90,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Batalkan balasan"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgctxt ""
@@ -99,48 +99,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Kirim notifikasi pengetikan"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Kesalahan Jaringan: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Token pengaksesan tidak ditemukan"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Mungkin terhapus?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Akses ke rantai kunci ditolak."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Mohon izinkan NeoChat untuk membaca token pengaksesan"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Tidak ada keychain yang tersedia."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Mohon instal sebuah rantai kunci, seperti KWallet atau GNOME Keyring di Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Tidak dapat membaca token pengaksesan"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgid "Receiving push notifications"
@@ -385,7 +385,7 @@ msgid "Custom"
msgstr "Kustom"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -395,13 +395,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Pesan ini telah dihapus]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Pesan ini telah dihapus: %1]</i>"
@@ -761,12 +759,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Tujuan"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Kesalahan Jaringan"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Pemasukan Gagal: %1"
@@ -1822,13 +1820,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Undangan panggilan"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " dan "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1836,7 +1834,7 @@ msgid_plural " and %1 others"
msgstr[0] " dan %1 lainnya"
msgstr[1] " dan %1 lainnya"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1890,79 +1888,79 @@ msgstr "Pembuatan ruangan gagal: %1"
msgid "Space creation failed: %1"
msgstr "Pembuatan space gagal: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Laporan berhasil dikirim."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lintang: %1, Bujur: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Pesan Terenkripsi"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Buka NeoChat di ruangan ini"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Balas"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Balas..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 mengundang Anda ke sebuah ruangan"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Buka undangan ini di NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Terima"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Tolak"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3067,14 +3065,14 @@ msgstr "Pilih Lokasi"
msgid "Send this location"
msgstr "Kirim lokasi ini"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Notifikasi"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgid "There are no locations shared in this room."
@@ -3371,7 +3369,7 @@ msgstr "Informasi Ruangan"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3379,87 +3377,87 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Anggota space"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informasi ruangan"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Notifikasi"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cari di ruangan ini"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cari"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifikasi peranti"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Hilangkan ruangan dari favorit"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Meninggalkan ruangan ini."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Search in this room"
msgid "Show locations for this room"
msgstr "Cari di ruangan ini"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Meninggalkan ruangan ini."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Anggota"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Undang sebuah Pengguna"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Undang pengguna ke ruangan"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 anggota"
msgstr[1] "%1 Anggota"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Tidak ada hitungan anggota"
@@ -3791,28 +3789,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Tinggalkan Space"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Pergi ke pesan pertama yang belum dibaca"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Pergi ke pesan terkini"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Pergi ke pesan terkini"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Seret item ke sini untuk membagikannya"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4185,79 +4183,79 @@ msgstr "Pihak jarak jauh membatalkan verifikasi sesi karena kunci tidak cocok."
msgid "The session verification was canceled due to an unknown error."
msgstr "Verifikasi sesi dibatalkan karena kesalahan yang tidak diketahui."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgctxt "@title:window"
#| msgid "Add server"
msgid "No server."
msgstr "Tambahkan server"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, fuzzy, kde-format
#| msgid "The entered text is not a valid url"
msgid "This is not a valid server."
msgstr "Teks yang dimasukkan bukan sebuah URL yang valid"
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Tidak ada nama"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "Tidak ada pengguna yang tersedia"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "Lanjut"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Bentuk ID Matrix salah atau ID Matrix kosong"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 bukan pengenal Matrix yang benar"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Gagal bergabung dengan ruangan"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Anda meminta untuk bergabung ke '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Gagal meminta bergabung ke ruangan"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2022-10-28 19:18+0700\n"
"Last-Translator: OIS <mistresssilvara@hotmail.com>\n"
"Language-Team: kde-i18n-doc@kde.org\n"
@@ -92,7 +92,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Anullar li response"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgctxt ""
@@ -101,47 +101,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Inviar notificationes pri li tippada"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Errore de rete: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, fuzzy, kde-format
msgid "Access token wasn't found"
msgstr "Li plugin necessi por accesse al files MP3 ne esset trovat"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Forsan it esset removet?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, fuzzy, kde-format
msgid "Access to keychain was denied."
msgstr "Accesse a %1 es refusat."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Null porta-clave disponibil."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
#: src/controller.cpp:243
#: src/controller.cpp:265
#, fuzzy, kde-format
msgid "Unable to read access token"
msgstr "Ne posset acessar «%s»"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgid "Receiving push notifications"
@@ -385,7 +385,7 @@ msgid "Custom"
msgstr "Nonstandard"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -395,13 +395,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Ti missage esset removet]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ti missage esset removet: %1]</i>"
@@ -774,12 +772,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Inviar un invitation"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Errore de rete"
#: src/login.cpp:98
#: src/login.cpp:96
#, fuzzy, kde-format
msgid "Login Failed: %1"
msgstr "Ne successat inregistrar: %1"
@@ -1820,13 +1818,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Inviar un invitation"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1834,7 +1832,7 @@ msgid_plural " and %1 others"
msgstr[0] " e %1 plu"
msgstr[1] " e %1 plu"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1890,79 +1888,79 @@ msgstr "Ne successat crear un contextu OpenGL"
msgid "Space creation failed: %1"
msgstr "Ne successat crear un contextu OpenGL"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Raport sta inviat successosimen."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Ciffrat missage"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Aperter NeoChat in ti chambre"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, fuzzy, kde-format
msgid "%1 invited you to a room"
msgstr "%s invitat vos a(l) %s"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, fuzzy, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Aperter NeoChat in ti chambre"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Acceptar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejecter"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3043,14 +3041,14 @@ msgstr "Selecter un local file"
msgid "Send this location"
msgstr "Inviar notificationes pri li tippada"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Notificationes"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgid "There are no locations shared in this room."
@@ -3346,7 +3344,7 @@ msgstr "Information pri li chambre"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3354,77 +3352,77 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Membres del spacie"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Information pri li chambre"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Notificationes"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, fuzzy, kde-format
msgid "Search in this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar li aparate"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
msgid "Remove room from favorites"
msgstr "Remover ex li preferat"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
msgid "Favorite this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
msgid "Show locations for this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Saliente Cinnamon"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membres"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Invitar un usator"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
msgid "Invite user to room"
msgstr "Invitar un usator"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3433,7 +3431,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 membre"
msgstr[1] "%1 membres"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3754,28 +3752,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ear al prim ínleet missage"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Ear al ultim missage"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ear al ultim missage"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4129,77 +4127,77 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgid "Homeserver:"
msgid "No server."
msgstr "Hem-servitor:"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Sin nómine"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "Null usatores disponibil"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "Continuar"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, fuzzy, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Provide vor ID de Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, fuzzy, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "«%1» ne sembla quam un ID de Matrix."
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
msgid "Failed to join room"
msgstr "Invitar un usator"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
msgid "Failed to request joining room"
msgstr "Invitar un usator"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-01 12:48+0200\n"
"Last-Translator: Vincenzo Reale <smart2128vr@gmail.com>\n"
"Language-Team: Italian <kde-i18n-it@kde.org>\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 24.05.2\n"
"X-Generator: Lokalize 24.08.1\n"
#: src/chatbar/AttachDialog.qml:29
#, kde-format
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Annulla la risposta"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,48 +96,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Ricezione delle notifiche per i nuovi messaggi"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Errore di rete: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Il token di accesso non è stato trovato"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Forse è stato eliminato?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "L'accesso al portachiavi è stato negato."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Consenti a Neochat di leggere il token di accesso"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Nessun portachiavi trovato."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Installa un portachiavi, ad es. KWallet o il portachiavi di GNOME su Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Impossibile leggere il token di accesso"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Ricezione delle notifiche push"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "Personalizzato"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Questo messaggio è stato eliminato]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Questo messaggio è stato eliminato: %1]</i>"
@@ -741,12 +739,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destinazione"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Errore di rete"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Accesso non riuscito: %1"
@@ -1710,13 +1708,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Invito a chiamata"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1724,7 +1722,7 @@ msgid_plural " and %1 others"
msgstr[0] " e %1 altro"
msgstr[1] " e %1 altri"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1777,77 +1775,77 @@ msgstr "Creazione della stanza non riuscita: %1"
msgid "Space creation failed: %1"
msgstr "Creazione dello spazio non riuscita: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Segnalazione inviata correttamente."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Messaggio cifrato"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Apri NeoChat in questa stanza"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Rispondi"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Rispondi..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 ti ha invitato in una stanza"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Apri questo invito in NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accetta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rifiuta"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Rifiuta e ignora utente"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Apri NeoChat"
@@ -2895,13 +2893,13 @@ msgstr "Scegli una località"
msgid "Send this location"
msgstr "Invia questa località"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Posizioni"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Non ci sono posizioni condivise in questa stanza."
@@ -3175,86 +3173,86 @@ msgstr "Informazioni"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Membri dello spazio"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informazioni della stanza"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Azioni"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Cerca in questa stanza"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Cerca"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifica l'utente"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Rimuovi la stanza dai preferiti"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Rendi preferita questa stanza"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostra le posizioni per questa stanza"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lascia questa stanza"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membri"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Invita un utente"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Invita utente alla stanza"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membri"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Nessun conteggio dei membri"
@@ -3559,27 +3557,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Abbandona spazio"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Passa al primo messaggio non letto"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Salta al messaggio caricato più vecchio"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Salta all'ultimo messaggio"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Trascina qui gli elementi per condividerli"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3963,72 +3961,72 @@ msgstr ""
"La verifica della sessione è stata annullata a causa di un errore "
"sconosciuto."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Nessun server."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Verifica della disponibilità del server."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Questo non è un server valido."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "La registrazione per questo server è disabilitata."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Nessun nome utente."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Verifica della disponibilità del nome utente."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Il nome utente non è disponibile."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Continua"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Attivo"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID Matrix non valido o vuoto"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 non è un identificatore Matrix corretto"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Accesso alla stanza non riuscito"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Hai chiesto di unirti a «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Impossibile richiedere l'accesso alla stanza"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2020-11-05 23:50-0800\n"
"Last-Translator: Japanese KDE translation team <kde-jp@kde.org>\n"
"Language-Team: Japanese <kde-jp@kde.org>\n"
@@ -85,7 +85,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr ""
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -93,47 +93,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr ""
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr ""
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr ""
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr ""
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr ""
@@ -359,7 +359,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -368,13 +368,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -734,12 +732,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr ""
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr ""
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr ""
@@ -1686,20 +1684,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr ""
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1750,77 +1748,77 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr ""
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr ""
@@ -2851,13 +2849,13 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr ""
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr ""
@@ -3129,85 +3127,85 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr ""
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr ""
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3506,27 +3504,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3867,72 +3865,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr ""
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr ""
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr ""
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr ""
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-29 05:15+0200\n"
"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\n"
"Language-Team: Georgian <kde-i18n-doc@kde.org>\n"
@@ -89,7 +89,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "პასუხის გაუქმება"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -97,47 +97,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "გაფრთხილებების მიღება ახალი შეტყობინებებისთვის"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "ქსელის შეცდომა: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "წვდომის კოდი ვერ ვიპოვე"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "შეიძლება წაშლილია?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "ბრელოკთან წვდომა აკრძალულია."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "მიეცით უფლება NeoChat-ს, წვდომის კოდი წაიკითხოს"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "ბრელოკი მიუწვდომელია."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "დააყენეთ ბრელოკი, მაგალითად, ლინუქსზე KWallet ან GNOME Keyring"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "წვდომის კოდის წაკითხვის შეცდომა"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "პუშ გაფრთხილებების მიღება"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "ხელით მითითებული"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[ეს შეტყობინება წაშლილია]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[ეს შეტყობინება წაშლილია: %1]</i>"
@@ -741,12 +739,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "დანიშნულება"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "ქსელის შეცდომა"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "შესვლის შეცდომა: %1"
@@ -1705,13 +1703,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "ზარის მოსაწვევი"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " და "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1719,7 +1717,7 @@ msgid_plural " and %1 others"
msgstr[0] " და კიდევ %1"
msgstr[1] " და კიდევ %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1772,77 +1770,77 @@ msgstr "ოთახის შექმნის შეცდომა: %1"
msgid "Space creation failed: %1"
msgstr "სივრცის შექმნის შეცდომა: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "ანგარიში წარმატებით გაიგზავნა."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "გან: %1, გრძ: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "დაშიფრული შეტყობინება"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "ამ ოთახში NeoChat-ის გახსნა"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "პასუხი"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "პასუხი…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 -მა ოთახში მოგიწვიათ"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "ამ მოსაწვევის NeoChat-ში გახსნა"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "დასტური"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "უარყოფა"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "მომხმარებლის უარყოფა და იგნორი"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "NeoChat-ის გახსნა"
@@ -2885,13 +2883,13 @@ msgstr "აირჩიეთ მდებარეობა"
msgid "Send this location"
msgstr "ამ მდებარეობის გაგზავნა"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "მდებარეობები"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "ამ ოთახში მდებარეობები გაზიარებული არაა."
@@ -3163,86 +3161,86 @@ msgstr "ინფორმაცია"
msgid "Media"
msgstr "მედია"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "სივრცის წევრები"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "ინფორმაცია ოთახის შესახებ"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "ქმედებები"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "ამ ოთახში ძებნა"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "ძებნა"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "მომხმარებლის გადამოწმება"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "ოთახის რჩეულებიდან წაშლა"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "ამ ოთახის რჩეულებში ჩამატება"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "ამ ოთახისთვის მდებარეობების ჩვენება"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "ამ ოთახიდან გასვლა"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "წევრები"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "მომხმარებლის მოწვევა"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "მომხმარებლის ოთახში მოწვევა"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 წევრი"
msgstr[1] "%1 წევრი"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "წევრების რაოდენობის გარეშე"
@@ -3545,27 +3543,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "ოთახიდან გასვლა"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "პირველ წაუკითხავ შეტყობინებაზე გადასვლა"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "უძველეს ჩატვირთულ შეტყობინებაზე გადასვლა"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "უახლეს შეტყობინებებზე გადასვლა"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "გადმოათრიეთ საგნები აქ, მათ გასაზიარებლად"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3925,72 +3923,72 @@ msgstr "დაშორებულმა სესიის გადამო
msgid "The session verification was canceled due to an unknown error."
msgstr "სესიის გადამოწმება უცნობი შეცდომის გამო გაუქმდა."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "სერვერის გარეშე."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "სერვერის წვდომადობის შემოწმება."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "ეს სწორი სერვერი არაა."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "ამ სერვერისთვის რეგისტრაცია გამორთულია."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "მომხმარებლის სახელის გარეშე."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "მომხმარებლის სახელის წვდომადობის შემოწმება."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "ეს მომხმარებლის სახელი ხელმისაწვდომი არაა."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "გაგრძელება"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "მუშაობს"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "არასწორი ან ცარიელი Matrix-ის ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1-ი Matrix-ის არასწორი იდენტიფიკატორია"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "ოთახში შესვლის შეცდომა"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "მოითხოვეთ '%1'-ზე შესვლა"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "ოთახში შესვლის მოთხოვნის შეცდომა"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-02-24 22:09+0100\n"
"Last-Translator: Shinjo Park <kde@peremen.name>\n"
"Language-Team: Korean <kde-kr@kde.org>\n"
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "답장 취소"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,47 +96,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "새 메시지 알림 수신 중"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "네트워크 오류: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "접근 토큰을 찾을 수 없음"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "삭제되었을 수도 있습니다."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "키체인 접근이 거부되었습니다."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "NeoChat에서 접근 토큰 사용을 허용하십시오"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "키체인을 사용할 수 없습니다."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "키체인을 설치하십시오. 리눅스라면 KWallet, 그놈 키 모음 등이 있습니다"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "접근 토큰을 읽을 수 없음"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "푸시 알림 수신 중"
@@ -370,12 +370,13 @@ msgid "Mute"
msgstr "음소거됨"
#: src/enums/powerlevel.cpp:18
#, kde-format
#, fuzzy, kde-format
#| msgid "Custom"
msgid "Custom"
msgstr "사용자 정의"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -385,13 +386,11 @@ msgid "%1 (%2)"
msgstr "%1(%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[이 메시지가 삭제됨]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[이 메시지가 삭제됨: %1]</i>"
@@ -753,12 +752,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "대상"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "네트워크 오류"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "로그인 실패: %1"
@@ -1761,20 +1760,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "통화 초대"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " 그리고 "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] " 그리고 %1명 더"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1826,77 +1825,77 @@ msgstr "대화방 생성 실패: %1"
msgid "Space creation failed: %1"
msgstr "스페이스 생성 실패: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "신고했습니다."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "위도: %1, 경도: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "암호화된 메시지"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "이 대화방에서 NeoChat 열기"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "답장"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "답장..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 님이 대화방에 초대함"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "NeoChat에서 이 초대장 열기"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "수락"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "거부"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "거부하고 사용자 무시"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1(%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "NeoChat 열기"
@@ -2983,13 +2982,13 @@ msgstr "위치 선택"
msgid "Send this location"
msgstr "이 위치 보내기"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "위치"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "이 대화방에 공유된 위치가 없습니다."
@@ -3269,19 +3268,19 @@ msgstr "정보"
msgid "Media"
msgstr "미디어"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "스페이스 구성원"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "대화방 정보"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3289,70 +3288,70 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "위치"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "이 대화방에서 검색"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "검색"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "장치 확인"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "책갈피에서 대화방 삭제"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "이 대화방을 떠납니다."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "이 대화방에서 위치 표시"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "이 대화방을 떠납니다."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "구성원"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "사용자 초대"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "대화방에 사용자 초대"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "구성원 %1명"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "구성원 집계 없음"
@@ -3659,28 +3658,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "스페이스 떠나기"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "첫 읽지 않은 메시지로 이동"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "최신 메시지로 이동"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "최신 메시지로 이동"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "공유할 항목을 여기에 드래그"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4028,72 +4027,72 @@ msgstr "원격지에서 키가 일치하지 않아서 세션 확인을 취소했
msgid "The session verification was canceled due to an unknown error."
msgstr "알 수 없는 이유로 세션 확인이 취소되었습니다."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "서버가 없습니다."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "서버를 확인하고 있습니다."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "올바른 서버가 아닙니다."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "이 서버에 등록이 비활성화되어 있습니다."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "사용자 이름이 없습니다."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "사용자 이름 사용 가능 여부를 확인하고 있습니다."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "이 사용자 이름을 사용할 수 없습니다."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "계속"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "작업 중"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "잘못되었거나 빈 Matrix ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1이(가) 올바른 Matrix 식별자가 아님"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "대화방에 입장할 수 없음"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1'에 입장을 요청함"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "대화방 입장 요청을 할 수 없음"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-02-25 01:00+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -89,7 +89,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr ""
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -97,47 +97,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr ""
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr ""
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr ""
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr ""
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr ""
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr ""
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr ""
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr ""
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr ""
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr ""
@@ -741,12 +739,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr ""
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr ""
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr ""
@@ -1698,13 +1696,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr ""
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1713,7 +1711,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr ""
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr ""
@@ -2870,13 +2868,13 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr ""
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr ""
@@ -3148,79 +3146,79 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr ""
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr ""
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3229,7 +3227,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3534,27 +3532,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3897,72 +3895,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr ""
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr ""
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr ""
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr ""
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-03-28 07:13+0200\n"
"Last-Translator: Māris Nartišs <maris.kde@gmail.com>\n"
"Language-Team: \n"
@@ -90,7 +90,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Atcelt atbildi"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -98,49 +98,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Saņem jaunu ziņu paziņojumus"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Tīkla kļūda: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Piekļuves pilnvara nav atrasta"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Varbūt tas ir izdzēsts?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Piekļuve atslēgu saišķim ir noraidīta."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Ļaujiet „NeoChat“ nolasīt piekļuves pilnvaru"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Atslēgu saišķis nav pieejams."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Ieinstalējot atslēgu saišķi, piemēram, „KWallet“ vai GNOME atslēgu saišķi "
"„Linux“ sistēmā"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Nevar nolasīt piekļuves pilnvaru"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Saņem pašpiegādes ziņojumus"
@@ -378,7 +378,7 @@ msgid "Custom"
msgstr "Dažādi"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -388,13 +388,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Šī ziņa ir dzēsta]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Šī ziņa ir dzēsta: %1]</i>"
@@ -754,12 +752,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Galamērķis"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Tikla kļūda"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Ierakstīšanās neizdevās: %1"
@@ -1768,13 +1766,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Zvana uzaicinājumi"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " un "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1783,7 +1781,7 @@ msgstr[0] " un vēl %1"
msgstr[1] " un vēl %1"
msgstr[2] " un vēl %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1839,77 +1837,77 @@ msgstr "Istabas izveide neizdevās: %1"
msgid "Space creation failed: %1"
msgstr "Telpas izveide neizdevās: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Ziņojums ir veiksmīgi nosūtīts."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Plat.: %1, gar.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Šifrēta ziņa"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Atvērt „NeoChat“ šajā istabā"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Atbildēt"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Atbildēt..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 jūs uzaicināja uz istabu"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Atvērt šo uzaicinājumu „NeoChat“"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Pieņemt"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Noraidīt"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Noraidīt un ignorēt lietotāju"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Atvērt „NeoChat“"
@@ -2999,13 +2997,13 @@ msgstr "Izvēlieties atrašanās vietu"
msgid "Send this location"
msgstr "Nosūtīt šo atrašanās vietu"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Atrašanās vietas"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Šajā istabā nav kopīgotas atrašanās vietas."
@@ -3285,19 +3283,19 @@ msgstr "Informācija"
msgid "Media"
msgstr "Multivide"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Telpas dalībnieki"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Istabas informācija"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3305,64 +3303,64 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Atrašanās vietas"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Meklēt šajā istabā"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Meklēt"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Pārbaudīt ierīci"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Noņemt istabu no iecienītajām"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "Pamet šo istabu."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Parādīt šīs istabas atrašanās vietas"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Pamet šo istabu."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Dalībnieki"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Uzaicināt lietotāju"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Uzaicināt lietotāju istabā"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3370,7 +3368,7 @@ msgstr[0] "%1 dalībnieks"
msgstr[1] "%1 dalībnieki"
msgstr[2] "%1 dalībnieku"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Nav dalībnieku skaita"
@@ -3683,28 +3681,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Pamest telpu"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Iet uz pirmo nelasīto ziņu"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Iet uz pēdējo ziņu"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Iet uz pēdējo ziņu"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Velciet vienumus te, lai tos kopīgotu"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4066,72 +4064,72 @@ msgstr "Attālinātā puse atcēla sesijas verifikāciju, jo neatbilst atslēgas
msgid "The session verification was canceled due to an unknown error."
msgstr "Sesijas verifikācija ir atcelta nezināmas kļūdas dēļ."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Nav servera."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Pārbauda servera pieejamību."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Šis nav derīgs serveris."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Reģistrācija šajā serverī ir izslēgta."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Nav lietotājvārda"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Pārbauda lietotājvārda pieejamību."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Šis lietotājvārds nav pieejams."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Turpināt"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Darbojas"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Nepareizi formatēts vai tukšs „Matrix“ ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "„%1“ nav pareizs „Matrix“ identifikators"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Neizdevās pievienoties istabai"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Jūsu lūdzāt pievienoties „%1“"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Neizdevās lūgt pievienoties istabai"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-07 16:03+0200\n"
"Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n"
"Language-Team: \n"
@@ -89,7 +89,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Antwoord annuleren"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -97,48 +97,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Meldingen voor nieuwe berichten worden ontvangen"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Netwerkfout: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Toegangstoken is niet gevonden"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Misschien is het verwijderd?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Toegang tot sleutelring is geweigerd."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "laat NeoChat het toegangstoken lezen"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Geen sleutelring beschikbaar"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Installeer een sleutelring, bijv. KWallet of GNOME sleutelring op Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Lezen van toegangstoken lukt niet"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Push-meldingen ontvangen"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Aangepast"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Dit bericht is verwijderd]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Dit bericht is verwijderd: %1]</i>"
@@ -742,12 +740,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Bestemming"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Netwerkfout"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Aanmelden mislukt: %1"
@@ -1708,13 +1706,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Uitnodigingsoproep"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " en "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1722,7 +1720,7 @@ msgid_plural " and %1 others"
msgstr[0] " en %1 andere"
msgstr[1] " en %1 anderen"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1775,77 +1773,77 @@ msgstr "Aanmaken van room is mislukt: %1"
msgid "Space creation failed: %1"
msgstr "Ruimte aanmaken is mislukt: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport met succes verzonden."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Bte: %1, Lte: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Versleuteld bericht"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "NeoChat in deze room openen"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Beantwoorden"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Beantwoorden..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 heeft u uitgenodigd naar de room"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Deze uitnodiging in NeoChat openen"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Accepteren"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Afwijzen"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Gebruiker afwijzen en negeren"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Neochat openen"
@@ -2891,13 +2889,13 @@ msgstr "Een locatie kiezen"
msgid "Send this location"
msgstr "Deze locatie verzenden"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Locaties"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Er worden geen locaties in deze room gedeeld."
@@ -3171,86 +3169,86 @@ msgstr "Informatie"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Leden in ruimtes"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informatie over room"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Acties"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "In deze room zoeken"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Zoeken"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Gebruiker verifiëren"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Room uit favorieten verwijderen"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Deze chatroom als favoriet markeren."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Locaties in deze room tonen"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Deze chatroom verlaten."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Leden"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Een gebruiker uitnodigen"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Gebruiker uitnodigen in room"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 lid"
msgstr[1] "%1 leden"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Geen aantal leden"
@@ -3555,27 +3553,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Ruimte verlaten"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Naar het eerste ongelezen bericht gaan"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Naar het oudste geladen bericht gaan"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Naar het laatste bericht gaan"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Items hierheen verslepen om ze te delen"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3957,72 +3955,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Verificatie van de sessie is geannuleerd vanwege een onbekende fout."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Geen server."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Beschikbaarheid van server controleren."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Dit is geen geldige server."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Registratie voor deze server is uitgeschakeld."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Geen gebruikersnaam."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Beschikbaarheid van gebruikersnaam controleren."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Deze gebruikersnaam is niet beschikbaar."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Doorgaan"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Werkend"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Verminkte of lege Matrix-id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 is geen juiste Matrix-identifier"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Deelnemen aan room is mislukt"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "U verzocht om mee te doen met '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Verzoek om mee te doen met room is mislukt"

View File

@@ -5,8 +5,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-07-28 00:22+0200\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-25 18:46+0200\n"
"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
"Language-Team: Norwegian Nynorsk <l10n-no@lister.huftis.org>\n"
"Language: nn\n"
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Avbryt svar"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -99,47 +99,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Varsling av nye meldingar"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Nettverksfeil: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Fann ikkje tilgangspollett"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Kanskje han er sletta?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Vart nekta tilgang til nøkkelring."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Gje NeoChat løyve til å lesa tilgangspolletten"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Ingen nøkkelring er tilgjengeleg."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Installer ein nøkkelring, for eksempel KWallet eller GNOME Keyring"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Klarte ikkje lesa tilgangspollett"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Varsling av push-varslingar"
@@ -370,7 +370,7 @@ msgid "Custom"
msgstr "Tilpassa"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -379,13 +379,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Denne meldinga er sletta]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Denne meldinga er sletta: %1]</i>"
@@ -720,7 +718,7 @@ msgstr "oppdaterte tilstanden"
#: src/eventhandler.cpp:624
#, kde-format
msgid "started a poll"
msgstr "starta ei avstemming"
msgstr "starta ei avrøysting"
#: src/filetransferpseudojob.cpp:48
#, kde-format
@@ -746,12 +744,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Mål"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Nettverksfeil"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Feil ved innlogging: %1"
@@ -1712,13 +1710,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Samtaleinvitasjon"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " og "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1726,7 +1724,7 @@ msgid_plural " and %1 others"
msgstr[0] " og %1 annan"
msgstr[1] " og %1 andre"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1779,77 +1777,77 @@ msgstr "Feil ved romregistrering: %1"
msgid "Space creation failed: %1"
msgstr "Feil ved registrering av område: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapporten er no send."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Breiddegr.: %1  lengdegr.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Kryptert melding"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Opna NeoChat i dette rommet"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Svar"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Svar …"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 inviterte deg til eit rom"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Opna invitasjonen i NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Godta"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Avvis"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Avvis og ignorer brukaren"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Opna NeoChat"
@@ -2299,11 +2297,12 @@ msgctxt "@title"
msgid "Explore Rooms"
msgstr "Utforsk rom"
# Vert vist som info for alle rom/kanalar ein (no) er med i. Passar derfor betre med «Er med» enn «Vart med».
#: src/qml/CreateRoomDialog.qml:181 src/qml/ExplorerDelegate.qml:77
#: src/qml/SelectParentDialog.qml:106 src/qml/SpaceHierarchyDelegate.qml:93
#, kde-format
msgid "Joined"
msgstr "Vart med"
msgstr "Er med"
#: src/qml/CreateRoomDialog.qml:236
#, kde-format
@@ -2894,13 +2893,13 @@ msgstr "Vel posisjon"
msgid "Send this location"
msgstr "Send denne posisjonen"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Posisjonar"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Ingen posisjonar er delte i rommet."
@@ -2915,7 +2914,7 @@ msgstr "Vis rominformasjon"
#, kde-format
msgctxt "@action:button"
msgid "Close Room Information Drawer"
msgstr "Ny skuffa med rominformasjon"
msgstr "Lukk skuffa med rominformasjon"
#: src/qml/Main.qml:308
#, kde-format
@@ -3072,7 +3071,7 @@ msgstr "Set inn lenkje"
#, kde-format
msgctxt "Placeholder message"
msgid "No room found"
msgstr "Fann ingen rom"
msgstr "Fann ikkje nokon rom"
#: src/qml/RecommendedSpaceDialog.qml:25
#, kde-format
@@ -3172,86 +3171,86 @@ msgstr "Informasjon"
msgid "Media"
msgstr "Medium"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Områdemedlemmar"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Rominformasjon"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Handlingar"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Søk i rommet"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Søk"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Stadfest brukar"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Fjern rommet frå favorittar"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Merk rom som favoritt"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Vis posisjonar i rommet"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Forlat rommet"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Medlemmar"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Inviter ein brukar"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Inviter brukar til rommet"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 medlem"
msgstr[1] "%1 medlemmar"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Manglar medlemstal"
@@ -3259,12 +3258,12 @@ msgstr "Manglar medlemstal"
#: src/qml/RoomListPage.qml:195
#, kde-format
msgid "No friends found"
msgstr "Fann ingen vennar"
msgstr "Fann ikkje nokon vennar"
#: src/qml/RoomListPage.qml:195
#, kde-format
msgid "No rooms found"
msgstr "Fann ingen rom"
msgstr "Fann ikkje nokon rom"
#: src/qml/RoomListPage.qml:197
#, kde-format
@@ -3324,7 +3323,7 @@ msgstr "Skriv inn tekst for å starta søket"
#: src/qml/RoomSearchPage.qml:39
#, kde-format
msgid "No messages found"
msgstr "Fann ingen meldingar"
msgstr "Fann ikkje nokon meldingar"
#: src/qml/RoomTreeSection.qml:71
#, kde-format
@@ -3555,27 +3554,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Forlat område"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Gå til første ulesne melding"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Gå til eldste innlasta melding"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Gå til nyaste melding"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Dra element her for å dela dei"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3778,7 +3777,7 @@ msgstr "Skriv inn tekst for å starta søk etter vennane dine"
#, kde-format
msgctxt "@info:label"
msgid "No matches found"
msgstr "Fann ingen treff"
msgstr "Fann ikkje nokon treff"
#: src/qml/VerificationCanceled.qml:18
#, kde-format
@@ -3938,72 +3937,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Stadfestinga av økta vart av ukjend grunn avbroten."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Ingen tenar."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Kontrollerer tilgang til tenar."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Dette er ikkje ein gyldig tenar."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Denne tenaren er stengd for nye registreringar."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Manglar brukarnamn."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Ser om brukarnamnet er tilgjengeleg."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Brukarnamnet er ikkje tilgjengeleg."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Hald fram"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Arbeider"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Tom eller ugyldig Matrix-ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 er ikkje ein gyldig Matrix-identifikator"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Klarte ikkje verta med i rommet"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Du har bedt om å få verta med i «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Klarte ikkje be om å få verta med i rommet"
@@ -5410,7 +5409,7 @@ msgstr "Avbryt redigering"
#, kde-format
msgid "Based on votes by %1 user"
msgid_plural "Based on votes by %1 users"
msgstr[0] "Basert på avstemming for %1 brukar"
msgstr[0] "Basert på avrøysting for %1 brukar"
msgstr[1] "Basert på avstemming blant %1 brukarar"
#: src/timeline/PollComponent.qml:73

View File

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

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 09:16+0200\n"
"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@@ -90,7 +90,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Przerwij odpowiadanie"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -98,47 +98,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Otrzymywanie powiadomień o nowych wiadomościach"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Błąd sieciowy: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Nie znaleziono żadnego tokena dostępu"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Może został usunięty?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Odmówiono dostępu do pęku kluczy."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Zezwól NeoChatowi odczytać tokena dostępowego"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Brak pęku kluczy."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Wgraj pęk kluczy, np. KWallet lub pęk kluczy GNOME dla Linuksa"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Nie można odczytać tokena dostępu"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Otrzymywanie powiadomień Push"
@@ -368,7 +368,7 @@ msgid "Custom"
msgstr "Własny"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -377,13 +377,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Ta wiadomość została usunięta]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Ta wiadomość została usunięta: %1]</i>"
@@ -743,12 +741,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Miejsce docelowe"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Błąd sieci"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Nie udało się wejść: %1"
@@ -1708,13 +1706,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Zaproszenie do rozmowy"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " oraz "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1723,7 +1721,7 @@ msgstr[0] " i %1 inny"
msgstr[1] " i %1 innych"
msgstr[2] " i %1 innych"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1778,77 +1776,77 @@ msgstr "Nie udało się utworzyć pokoju: %1"
msgid "Space creation failed: %1"
msgstr "Nie udało się utworzyć przestrzeni: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Pomyślnie wysłano zgłoszenie."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Szer.: %1, Dł.: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Zaszyfrowana wiadomość"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Otwórz NeoChat w tym pokoju"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Odpowiedz"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Odpowiedz..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 zaprosił cię do pokoju"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Otwórz to zaproszenie w NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Przyjmij"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Odrzuć"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Odrzuć lub wycisz użytkownika"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Otwórz NeoChat"
@@ -2895,13 +2893,13 @@ msgstr "Wybierz położenie"
msgid "Send this location"
msgstr "Wyślij to położenie"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Miejsca"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Nie udostępniono żadnych miejsc w tym pokoju."
@@ -3174,79 +3172,79 @@ msgstr "Szczegóły"
msgid "Media"
msgstr "Multimedia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Członkowie przestrzeni"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informacje o pokoju"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Działania"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Poszukaj w tym pokoju"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Poszukaj"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Sprawdź użytkownika"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Usuń pokój z ulubionych"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Dodaj ten pokój do ulubionych"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Pokaż miejsca dla tego pokoju"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Opuść ten pokój"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Członkowie"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Zaproś użytkownika"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Zaproś użytkownika do pokoju"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3254,7 +3252,7 @@ msgstr[0] "%1 członek"
msgstr[1] "%1 członków"
msgstr[2] "%1 członków"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Brak liczby członków"
@@ -3561,27 +3559,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Opuść Space"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Przeskocz do pierwszej nieprzeczytanej wiadomości"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Przeskocz do najstarszej wczytanej wiadomości"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Przeskocz do ostatniej wiadomości"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Przeciągnij tutaj elementy, aby je udostępnić"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3954,72 +3952,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Zaniechano sprawdzenia posiedzenia ze względu na nieznany błąd."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Nie ma żadnego serwera."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Sprawdzanie dostępności serwera."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "To nie jest poprawny serwer."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Rejestrowanie się na ten serwer jest wyłączone."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Brak nazwy użytkownika."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Sprawdzanie dostępności nazwy użytkownika."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Ta nazwa użytkownika jest niedostępna."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Dalej"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Pracuje"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Identyfikator Matriksa jest pusty lub zapisany złą składnią"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 nie jest poprawnym identyfikatorem Matriksa"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Nie udało się dołączyć do pokoju"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Poprosiłeś od dołączenie do '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Nie udało się poprosić o dołączenie do pokoju"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2023-06-24 10:17+0100\n"
"Last-Translator: José Nuno Coelho Pires <zepires@gmail.com>\n"
"Language-Team: Portuguese <kde-i18n-pt@kde.org>\n"
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancelar a resposta"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgctxt ""
@@ -100,49 +100,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Enviar as notificações de escrita"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Erro de Rede: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "O código de acesso não foi encontrado"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Talvez tenha sido removido?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Foi negado o sucesso ao porta-chaves."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Por favor permita ao NeoChat ler o código de acesso"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Sem sistemas de armazenamento de códigos disponíveis."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Instale por favor um sistema de chaves, p.ex. o KWallet ou o Gnome Keyring "
"no Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Não é possível ler o código de acesso"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgid "Receiving push notifications"
@@ -388,7 +388,7 @@ msgid "Custom"
msgstr "Personalizados"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -397,13 +397,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Esta mensagem foi removida]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Esta mensagem foi removida: %1]</i>"
@@ -763,12 +761,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destino"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Erro de Rede"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Autenticação sem Sucesso: %1"
@@ -1824,13 +1822,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Convite para chamada"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1838,7 +1836,7 @@ msgid_plural " and %1 others"
msgstr[0] "e mais %1"
msgstr[1] "e mais %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1893,79 +1891,79 @@ msgstr "Não foi possível criar a sala: %1"
msgid "Space creation failed: %1"
msgstr "Não foi possível criar o espaço: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "O relatório foi enviado com sucesso."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Lat: %1, Lon: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensagem Encriptada"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 convidou-o para uma sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir este convite no NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceitar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejeitar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3069,13 +3067,13 @@ msgstr "Escolher uma Localização"
msgid "Send this location"
msgstr "Enviar esta localização"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Localizações"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Não se encontram localizações partilhadas nesta sala."
@@ -3372,7 +3370,7 @@ msgstr "Informação da Sala"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3380,14 +3378,14 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros do espaço"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informação da sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3395,72 +3393,72 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Localizações"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Procurar nesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Procurar"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificar o dispositivo"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remover a sala dos favoritos"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgid "Favorite this room"
msgstr "A sair desta sala."
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Mostrar as localizações desta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Leaving this room."
msgctxt "@action:button"
msgid "Leave this room"
msgstr "A sair desta sala."
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Convidar um Utilizador"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Convidar o utilizador para a sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Sem número de membros"
@@ -3792,28 +3790,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Sair do Espaço"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ir para a primeira mensagem não-lida"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Ir para a última mensagem"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ir para a última mensagem"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arraste os itens para aqui para os partilhar"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4196,79 +4194,79 @@ msgstr ""
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."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgctxt "@title:window"
#| msgid "Add server"
msgid "No server."
msgstr "Adicionar um servidor"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, fuzzy, kde-format
#| msgid "The entered text is not a valid url"
msgid "This is not a valid server."
msgstr "O texto introduzido não é um URL válido"
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Sem nome"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "Sem utilizadores disponíveis"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "Continuar"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "O ID do Matrix está vazio ou é inválido"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "O %1 não é um identificador correcto do Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Não foi possível juntar-se à sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Pediu para se ligar ao '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Não foi possível pedir para se ligar à sala"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-08-03 00:01-0300\n"
"Last-Translator: Geraldo Simiao <geraldosimiao@fedoraproject.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_BR@kde.org>\n"
@@ -96,7 +96,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Cancelar"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgctxt ""
@@ -105,47 +105,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Mostrar notificações de digitação"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Erro de rede: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "O token de acesso não foi encontrado"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Talvez ele foi excluído?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "O acesso ao chaveiro foi negado."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Permita que o NeoChat leia o token de acesso"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Nenhum chaveiro disponível."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Instale um chaveiro, como o KWallet ou GNOME Keyring no Linux."
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Não foi possível ler o token de acesso"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Send Typing Notifications"
msgid "Receiving push notifications"
@@ -393,7 +393,7 @@ msgid "Custom"
msgstr "Personalizado"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -403,13 +403,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Esta mensagem foi excluída]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Esta mensagem foi excluída: %1]</i>"
@@ -792,12 +790,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Destino"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Erro de rede"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Falha ao entrar: %1"
@@ -1892,13 +1890,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Enviar convite"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " e "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1906,7 +1904,7 @@ msgid_plural " and %1 others"
msgstr[0] " e %1 outro"
msgstr[1] " e %1 outros"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1964,80 +1962,80 @@ msgstr "Criação de sala falhou: \"%1\""
msgid "Space creation failed: %1"
msgstr "Criação de sala falhou: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Senha alterada com sucesso"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Mensagem criptografada"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Responder"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Responder..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 convidou você para uma sala"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Abrir este convite no NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Aceitar"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Rejeitar"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3157,14 +3155,14 @@ msgstr "Escolher arquivo local"
msgid "Send this location"
msgstr "Mostrar notificações de digitação"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Mostrar notificações"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, fuzzy, kde-format
#| msgid "You are already in this room."
msgid "There are no locations shared in this room."
@@ -3464,7 +3462,7 @@ msgstr "Informação da sala"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgctxt "@option:check"
#| msgid "Space members"
@@ -3472,82 +3470,82 @@ msgctxt "@action:title"
msgid "Space Members"
msgstr "Membros do espaço"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informação da sala"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt "Room actions"
msgid "Actions"
msgstr "Mostrar notificações"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Search in this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Edit device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Editar dispositivo"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Remover sala dos favoritos"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Favorite this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Show locations for this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Abrir o NeoChat nesta sala"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Membros"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Convidar um usuário"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Invite user to room"
msgstr "%1 convidou você para uma sala"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3556,7 +3554,7 @@ msgid_plural "%1 members"
msgstr[0] "%1 membro"
msgstr[1] "%1 membros"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3885,28 +3883,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Ir para primeira mensagem não lida"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Ir para a mensagem mais antiga"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Ir para a mensagem mais antiga"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Arraste itens aqui para compartilhar"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4262,78 +4260,78 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgid "Homeserver:"
msgid "No server."
msgstr "Servidor doméstico:"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Sem nome"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "Nenhum usuário disponível"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "Continuar"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "ID da Matrix errado ou vazio"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 não é um ID correto da Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to join room"
msgstr "%1 convidou você para uma sala"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "%1 invited you to a room"
msgid "Failed to request joining room"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-05-05 22:31+0300\n"
"Last-Translator: Alexander Yavorsky <kekcuha@gmail.com>\n"
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
@@ -90,7 +90,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Отменить ответ"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgctxt ""
@@ -99,49 +99,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Отправлять уведомления о наборе текста"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Ошибка сети: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Не найден токен доступа"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Возможно, он был удалён."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Не удалось получить доступ к связке ключей."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Разрешите приложению NeoChat прочитать токен доступа"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Нет ни одной доступной связки ключей."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Установите приложение, предоставляющее службу связки ключей, например "
"KWallet или Gnome Keyring."
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Не удалось прочитать токен доступа"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Send typing notifications"
msgid "Receiving push notifications"
@@ -380,7 +380,7 @@ msgid "Custom"
msgstr "Другой"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -390,13 +390,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Это сообщение было удалено]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Cообщение было удалено: %1]</i>"
@@ -756,12 +754,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Назначение"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Ошибка соединения"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Ошибка входа в систему: %1"
@@ -1791,13 +1789,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Приглашение на вызов"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " и "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1807,7 +1805,7 @@ msgstr[1] " и ещё %1"
msgstr[2] " и ещё %1"
msgstr[3] " и ещё %1"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1865,77 +1863,77 @@ msgstr "Не удалось создать комнату: %1"
msgid "Space creation failed: %1"
msgstr "Не удалось создать пространство: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Жалоба отправлена."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Широта: %1, долгота: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Зашифрованное сообщение"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Открыть эту комнату в NeoChat"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Ответить"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Ответить…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 пригласил вас в комнату"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Открыть это приглашение в NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Принять"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Отклонить"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Отклонить и игнорировать пользователя"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Открыть NeoChat"
@@ -3024,13 +3022,13 @@ msgstr "Выбор местоположения"
msgid "Send this location"
msgstr "Отправить это местоположение"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Местоположения"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "В этой комнате не публиковались местоположения."
@@ -3314,19 +3312,19 @@ msgstr "Сведения"
msgid "Media"
msgstr "Медиа"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Участники пространства"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Информация о комнате"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3334,64 +3332,64 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Местоположения"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Искать в этой комнате"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Поиск"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Verify device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Верифицировать устройство"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Убрать комнату из избранного"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Leave this room"
msgid "Favorite this room"
msgstr "Покинуть комнату"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Показать местоположения для этой комнаты"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Покинуть комнату"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Участники"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Пригласить пользователя"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Пригласить пользователя в комнату"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3400,7 +3398,7 @@ msgstr[1] "%1 участника"
msgstr[2] "%1 участников"
msgstr[3] "%1 участник"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Количество участников не подсчитывается"
@@ -3735,28 +3733,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Покинуть пространство"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Перейти к первому непрочитанному сообщению"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Перейти к последнему сообщению"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Перейти к последнему сообщению"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Чтобы опубликовать файла, перетащите их сюда"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4115,75 +4113,75 @@ msgstr "Удалённая сторона отменила проверку: к
msgid "The session verification was canceled due to an unknown error."
msgstr "Проверка отменена: произошла неизвестная ошибка."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Сервер отсутствует."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, fuzzy, kde-format
#| msgid "The entered text is not a valid url"
msgid "This is not a valid server."
msgstr "Введённый текст не является допустимым URL"
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Без имени"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "Нет ни одного пользователя"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Продолжить"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Недопустимый или пустой идентификатор Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 — некорректный идентификатор Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Не удалось присоединиться к комнате"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Вы отправили запрос на присоединение к «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Не удалось отправить запрос на присоединение к комнате"

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-01-23 09:01+0100\n"
"Last-Translator: Roman Paholik <wizzardsk@gmail.com>\n"
"Language-Team: Slovak <kde-sk@linux.sk>\n"
@@ -94,7 +94,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Zrušiť"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Show notifications"
msgctxt ""
@@ -103,49 +103,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Zobraziť upozornenia"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Chyba siete: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, fuzzy, kde-format
#| msgid "Access Token (Optional)"
msgid "Access token wasn't found"
msgstr "Prístupový token (voliteľný)"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Možno bol odstránený?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Prístup ku kľúčenke bol zamietnutý."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Prosím, povoľte NeoChatu čítať prístupový token"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, fuzzy, kde-format
#| msgid "No users available"
msgid "No keychain available."
msgstr "Nie je dostupná žiadna kľúčenka."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Nepodarilo sa prečítať prístupový token"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, fuzzy, kde-format
#| msgid "Show notifications"
msgid "Receiving push notifications"
@@ -394,7 +394,7 @@ msgid "Custom"
msgstr "Vlastné"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, fuzzy, kde-format
#| msgid "%1 (%2)"
msgctxt ""
@@ -404,13 +404,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Táto správa bola odstránená]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Táto správa bola odstránená: %1]</i>"
@@ -786,12 +784,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Odoslať pozvanie"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Chyba siete"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Prihlásenie zlyhalo: %1"
@@ -1888,13 +1886,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Odoslať pozvanie"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " a "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1903,7 +1901,7 @@ msgstr[0] " a %1 ďalší"
msgstr[1] " a %1 ďalší"
msgstr[2] " a %1 ďalších"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1963,83 +1961,83 @@ msgstr "Vytvorenie miestnosti zlyhalo: \"%1\""
msgid "Space creation failed: %1"
msgstr "Vytvorenie miestnosti zlyhalo: \"%1\""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, fuzzy, kde-format
#| msgid "Password changed successfully"
msgid "Report sent successfully."
msgstr "Heslo úspešne zmenené"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Edit Message"
msgid "Encrypted Message"
msgstr "Upraviť správu"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Odpovedať"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Odpovedať..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "%1 invited you to a room"
msgstr "pozval %1 do miestnosti"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, fuzzy, kde-format
#| msgid "Open a private chat"
msgid "Open this invitation in NeoChat"
msgstr "Otvoriť súkromný chat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, fuzzy, kde-format
#| msgid "Accept"
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Prijať"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, fuzzy, kde-format
#| msgid "Reject"
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Odmietnuť"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgid "NeoChat"
msgid "Open NeoChat"
@@ -3157,13 +3155,13 @@ msgstr "Vyberte umiestnenie"
msgid "Send this location"
msgstr "Zobraziť upozornenia"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Miesta"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "V tejto miestnosti sa nezdieľajú miesta."
@@ -3462,21 +3460,21 @@ msgstr "Informácie o miestnosti"
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Members"
msgctxt "@action:title"
msgid "Space Members"
msgstr "Členovia"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, fuzzy, kde-format
#| msgid "Room information"
msgctxt "@action:title"
msgid "Room information"
msgstr "Informácie o miestnosti"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, fuzzy, kde-format
#| msgctxt "Locations on a map"
#| msgid "Locations"
@@ -3484,66 +3482,66 @@ msgctxt "Room actions"
msgid "Actions"
msgstr "Miesta"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Hľadať v tejto miestnosti"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Hľadať"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, fuzzy, kde-format
#| msgid "Edit device"
msgctxt "@action:button"
msgid "Verify user"
msgstr "Upraviť zariadenie"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Odstrániť miestnosť z obľúbených"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgid "Favorite this room"
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Otvoriť miesta v tejto miestnosti"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Open NeoChat in this room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Otvoriť NeoChat v tejto miestnosti"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Členovia"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Invite a User"
msgctxt "@title"
msgid "Invite a User"
msgstr "Pozvať používateľa"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Invite user to room"
msgstr "pozval %1 do miestnosti"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "%1 Member"
#| msgid_plural "%1 Members"
@@ -3553,7 +3551,7 @@ msgstr[0] "%1 Člen"
msgstr[1] "%1 Členovia"
msgstr[2] "%1 Členov"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, fuzzy, kde-format
#| msgid "No Member Count"
msgid "No member count"
@@ -3886,28 +3884,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Skočiť na prvú neprečítanú správu"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Jump to latest message"
msgid "Jump to oldest loaded message"
msgstr "Prejsť na najnovšiu správu"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Prejsť na najnovšiu správu"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Presuňte položky sem na zdieľanie"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4263,78 +4261,78 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgid "Homeserver:"
msgid "No server."
msgstr "Domáci server:"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgid "No name"
msgid "No username."
msgstr "Žiadne meno"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, fuzzy, kde-format
#| msgid "No users available"
msgid "This username is not available."
msgstr "Nie sú k dispozícii žiadni používatelia"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "Pokračovať"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Poškodené alebo prázdne Matrix ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 nie je správny Matrix identifikátor"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Failed to join room"
msgstr "pozval %1 do miestnosti"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, fuzzy, kde-format
#| msgid "invited %1 to the room"
msgid "Failed to request joining room"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 07:14+0200\n"
"Last-Translator: Matjaž Jeran <matjaz.jeran@amis.net>\n"
"Language-Team: Slovenian <lugos-slo@lugos.si>\n"
@@ -92,7 +92,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Prekliči odgovor"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -100,47 +100,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Sprejemanje obvestil za nova sporočila"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Napaka omrežja: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Žetona za dostop ni bilo mogoče najti"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Ali je bil mogoče izbrisan?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Dostop do verige ključev je bil zavrnjen."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Dovolite, da NeoChat prebere žeton za dostop"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Nobene verige ključev ni na voljo."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Namestite verigo ključev, npr. KWallet ali GNOME Keyring v Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Žetona za dostop ni mogoče prebrati"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Sprejemanje potisnih obvestil"
@@ -371,7 +371,7 @@ msgid "Custom"
msgstr "Po meri"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -380,13 +380,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[To sporočilo je bilo izbrisano]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[To sporočilo je bilo izbrisano: %1]</i>"
@@ -746,12 +744,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Cilj"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Napaka omrežja"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Prijava je spodletela: %1"
@@ -1709,13 +1707,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Povabilo za klic"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " in "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1725,7 +1723,7 @@ msgstr[1] " in %1 drug"
msgstr[2] " in %1 druga"
msgstr[3] " in %1 drugi"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1782,77 +1780,77 @@ msgstr "Ustvarjanje sobe ni uspelo: %1"
msgid "Space creation failed: %1"
msgstr "Ustvarjanje prostora ni uspelo: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Poročilo uspešno poslano."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Širina: %1, Dolžina: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Šifrirano sporočilo"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Odpri Neo-chat v tej sobi"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Odgovori"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Odgovori …"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 vas je povabil v sobo"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Odprite to povabilo v NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Sprejmi"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Zavrni"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Zavrni in prezri uporabnika"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Odpri NeoChat"
@@ -2894,13 +2892,13 @@ msgstr "Izberi lokacijo"
msgid "Send this location"
msgstr "Pošlji to lokacijo"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Lokacije"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Ni deljenih lokacij v tej sobi."
@@ -3172,79 +3170,79 @@ msgstr "Informacije"
msgid "Media"
msgstr "Mediji"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Člani prostora"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Informacije o sobi"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Dejavnosti"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Išči v tej sobi"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Išči"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verificiraj uporabnika"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Odstrani sobo iz priljubljenih"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Označi to sobo za najljubšo"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Pokaži mesta za to sobo"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Zapusti to sobo"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Člani"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Povabi uporabnika"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Povabite uporabnika v sobo"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3253,7 +3251,7 @@ msgstr[1] "%1 član"
msgstr[2] "%1 člana"
msgstr[3] "%1 člani"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ni števila članov"
@@ -3562,27 +3560,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Zapusti prostor"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Skoči na prvo neprebrano sporočilo"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Skoči na najstarejše naloženo sporočilo"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Skoči na nedavno sporočilo"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Povleci predmete sem, da jih deliš z drugimi"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3955,72 +3953,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Verifikacija seje je bila preklicana zaradi neznane napake."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Ni strežnika."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Preverjanje razpoložljivosti strežnika."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "To ni veljavni strežnik."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Registracija za ta strežnik je onemogočena."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Ni uporabniškega imena."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Preverjanje razpoložljivosti uporabniškega imena."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Tega uporabniškega imena ni na voljo."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Nadaljuj"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "V delovanju"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Slabo oblikovan ali prazen Matrix id"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ni pravilen Matrix identifikator"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Neuspela pridružitev v sobo"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Prosili ste za pridružitev v »%1«"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Neuspela prošnja za pridružitev v sobo"

View File

@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 05:26+0200\n"
"Last-Translator: Stefan Asserhäll <stefan.asserhall@gmail.com>\n"
"Language-Team: Swedish <kde-i18n-doc@kde.org>\n"
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Avbryt svar"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,48 +96,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Skicka skrivunderrättelser för nya meddelanden"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Nätverksfel: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Åtkomstsymbol hittades inte"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Kanske har den tagits bort?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Åtkomst till nyckelkedja nekades."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Ge NeoChat tillåtelse att läsa åtkomstsymbolen"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Ingen nyckelkedja tillgänglig."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Installera en nyckelkedja, t.ex. plånboken eller GNOME-nyckelring på Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Kan inte läsa åtkomstsymbol"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Tar emot utskickade underrättelser"
@@ -366,7 +366,7 @@ msgid "Custom"
msgstr "Egen"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -375,13 +375,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Meddelandet har tagits bort]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Meddelandet har tagits bort: %1]</i>"
@@ -741,12 +739,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Mål"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Nätverksfel"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Inloggning misslyckades: %1"
@@ -1704,13 +1702,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Samtalsinbjudan"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " och "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1718,7 +1716,7 @@ msgid_plural " and %1 others"
msgstr[0] " och %1 annan"
msgstr[1] " och %1 andra"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1771,77 +1769,77 @@ msgstr "Misslyckades skapa rum: \"%1"
msgid "Space creation failed: %1"
msgstr "Misslyckades skapa utrymme: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapport skickades med lyckat resultat."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Latitud: %1, Longitud: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Krypterat meddelande"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Öppna NeoChat för rummet"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Svara"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Svara..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 bjöd in dig till ett rum"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Öppna inbjudan i NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Acceptera"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Avslå"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Avslå och ignorera användare"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Öppna NeoChat"
@@ -2886,13 +2884,13 @@ msgstr "Välj en plats"
msgid "Send this location"
msgstr "Skicka platsen"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Platser"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Det finns inga platser delade i rummet."
@@ -3166,86 +3164,86 @@ msgstr "Information"
msgid "Media"
msgstr "Media"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Utrymmesmedlemmar"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Rumsinformation"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Åtgärder"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Sök i rummet"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Sök"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Verifiera användare"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Ta bort rum från favoriter"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Gör rummet till favorit"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Visa platser för rummet"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Lämnar rummet"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Medlemmar"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Bjud in en användare"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Bjöd in användare till ett rum"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 medlem"
msgstr[1] "%1 medlemmar"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Ingen medlemsräkning"
@@ -3550,27 +3548,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Lämna utrymme"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Gå till första olästa meddelande"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Gå till äldsta inlästa meddelande"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Gå till sista meddelande"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Dra objekt hit för att dela dem"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3941,72 +3939,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Sessionsverifikationen avbröts på grund av ett okänt fel."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Ingen server."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Kontrollerar serverns tillgänglighet."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Det är inte en giltig server."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Registrering för servern är inaktiverad."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Inget användarnamn."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Kontrollerar användarnamnets tillgänglighet."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Användarnamnet är inte tillgängligt."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Fortsätt"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Arbetar"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Felformad eller tom Matrix-identifierare"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 är inte en korrekt Matrix-identifierare"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Misslyckades gå med i rum"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Du frågade om att gå med i '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Misslyckades fråga om att gå med i rum"

View File

@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-06-30 13:18+0530\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-02 22:05+0200\n"
"Last-Translator: Kishore G <kishore96@gmail.com>\n"
"Language-Team: Tamil <kde-i18n-doc@kde.org>\n"
"Language: ta\n"
@@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 24.05.1\n"
"X-Generator: Lokalize 24.08.0\n"
#: src/chatbar/AttachDialog.qml:29
#, kde-format
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "பதிலளிப்பதை ரத்து செய்"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,48 +96,48 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "புதிய செய்திகளுக்கான அறிவிப்புகளைப் பெறுவதற்கு"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "பிணைய சிக்கல்: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "அணுகல் டோக்கன் கண்டுபிடிக்கப்படவில்லை"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "நீக்கப்பட்டுள்ளதா?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "சாவிக்கொத்தை அணுக முடியவில்லை"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "அணுகல் டோக்கனை படிக்க நியோச்சாட்டை அனுமதிக்கவும்"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "எந்த சாவிக்கொத்தும் கிடைக்கவில்லை"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"ஓர் சாவிக்கொத்து நிரலை நிறுவுங்கள், எ.கா. லினக்ஸில் KWallet அல்லது GNOME keyring."
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "அணுகல் டோக்கனை படிக்க முடியவில்லை"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "புஷ் அறிவிப்புகளைப் பெறுவது"
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "விருப்பமானது"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[இந்த செய்தி நீக்கப்பட்டது]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[இந்த செய்தி நீக்கப்பட்டது: %1]</i>"
@@ -740,12 +738,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "சேருமிடம்"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "பிணைய சிக்கல்"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "நுழைவு தோல்வியடைந்தது: %1"
@@ -1702,13 +1700,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "குரல்வழி உரையாடலுக்கான அழைப்பு"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " மற்றும் "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1716,7 +1714,7 @@ msgid_plural " and %1 others"
msgstr[0] " மற்றும் %1 பயனர்"
msgstr[1] " மற்றும் %1 பயனர்கள்"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr "அரங்கு உருவாக்கம் தோல்விய
msgid "Space creation failed: %1"
msgstr "இட உருவாக்கம் தோல்வியடைந்தது: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "புகார் வெற்றிகரமாக அனுப்பப்பட்டுள்ளது."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "அட்ச: %1, தீர்க்க: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "மறையாக்கப்பட்டுள்ள செய்தி"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "இந்த அரங்கில் நியோச்சாட்டை திற"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "பதிலளி"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "பதிலளி..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 உங்களை ஒர் அரங்குக்கு வரவழைத்தார்"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "இவ்வழைப்பை நியோச்சாட்டில் திற"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "ஏற்றுக்கொள்"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "மறு"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "மறுத்து பயனரைத் தடு"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "நியோச்சாட்டைத் திற"
@@ -2771,6 +2769,8 @@ msgstr "அழைப்பை ஏற்கிறீர்களா?"
#, kde-format
msgid "You can reject invitations from unknown users under Security settings."
msgstr ""
"தெரியாத பயனர்களிடமிருந்தான அழைப்பிதழ்களை நிராகரிக்குமாறு பாதுகாப்பு அமைப்புகளில் "
"அமைக்கலாம்."
#: src/qml/InvitationView.qml:24
#, kde-format
@@ -2880,13 +2880,13 @@ msgstr "இடத்தை தேர்வு செய்"
msgid "Send this location"
msgstr "இவ்விடத்தை அனுப்பு"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "இருப்பிடங்கள்"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "இவ்வரங்கில் எந்த இருப்பிடமும் பகிரப்படவில்லை."
@@ -3055,11 +3055,10 @@ msgid "Insert link"
msgstr "இணைப்பை நுழை"
#: src/qml/QuickSwitcher.qml:29
#, fuzzy, kde-format
#| msgid "No rooms found"
#, kde-format
msgctxt "Placeholder message"
msgid "No room found"
msgstr "எந்த அரங்குகளும் கிடைக்கவில்லை"
msgstr "எந்த அரங்கும் கிடைக்கவில்லை"
#: src/qml/RecommendedSpaceDialog.qml:25
#, kde-format
@@ -3159,86 +3158,86 @@ msgstr "விவரங்கள்"
msgid "Media"
msgstr "படங்கள்"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "இடத்தின் உறுப்பினர்கள்"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "அரங்கின் விவரங்கள்"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "செயல்கள்"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "இவ்வரங்கில் தேடு"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "தேடல்"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "பயனரை உறுதிப்படுத்து"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "பிடித்தவற்றிலிருந்து அரங்கை நீக்கு"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "இவ்வரங்கை பிடித்ததாக குறி"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "இவ்வரங்கிலுள்ள இருப்பிடங்களைக் காட்டு"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "இவ்வரங்கிலிருந்து வெளியேறு"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "உறுப்பினர்கள்"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "பயனரை வரவழைப்பது"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "பயனரை ஓர் அரங்குக்கு வரவழை"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 உறுப்பினர்"
msgstr[1] "%1 உறுப்பினர்கள்"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "உறுப்பினர்களின் எண்ணிக்கை தெரியாதது"
@@ -3407,10 +3406,9 @@ msgid "This server cannot be resolved or has already been added"
msgstr "இச்சேவையகத்தைக் கண்டறிய முடியவில்லை, அல்லது இது ஏற்கனவே சேர்க்கப்பட்டுள்ளது"
#: src/qml/ServerComboBox.qml:152
#, fuzzy, kde-format
#| msgid "Server URL"
#, kde-format
msgid "Server URL:"
msgstr "சேவையக முகவரி"
msgstr "சேவையக முகவரி:"
#: src/qml/ShareAction.qml:23
#, kde-format
@@ -3541,27 +3539,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "இடத்திலிருந்து வெளியேறு"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "படிக்காத முதல் செய்திக்குத் தாவு"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "ஏற்றப்பட்டுள்ளவற்றில் பழைய செய்திக்குத் தாவு"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "கடைசி செய்திக்குத் தாவு"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "எதையாவது பகிர, அதை இங்கு இழுத்துப் போடுங்கள்"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3918,72 +3916,72 @@ msgstr "சாவிகள் பொருந்தாமையால் தொ
msgid "The session verification was canceled due to an unknown error."
msgstr "தெரியாத சிக்கலால் அமர்வு உறுதிப்பாட்டு ரத்து செய்யப்பட்டது."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "சேவையகம் இல்லை."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "சேவையகத்திற்கான இணைப்பு சரிபார்க்கப்படுகிறது"
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "இது ஓர் முறையான சேவையகம் அல்ல."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "இச்சேவையகத்தில் கணக்குருவாக்கம் முடக்கப்பட்டுள்ளது."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "பயனர் பெயர் இல்லை."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "பெயர் கிடைக்கிறதா என சரிபார்க்கப்படுகிறது."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "இந்த பெயர் கிடைக்கவில்லை"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "தொடர்"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "வேலை செய்கிறது"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "செல்லுபடியாகாத அல்லது காலியான Matrix கணக்குப்பெயர்"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 ஒரு முறையான Matrix கணக்குப்பெயர் அல்ல"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "அரங்கில் நுழைவது தோல்வியடைந்தது"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "'%1' அரங்கில் நுழைய அனுமதி கோரினீர்கள்"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "அரங்கில் நுழைய அனுமதிகோருவது தோல்வியடைந்தது"
@@ -4572,17 +4570,16 @@ msgid "Security"
msgstr "பாதுகாப்பு"
#: src/settings/NeoChatSecurityPage.qml:20
#, fuzzy, kde-format
#| msgid "Accept Invitation"
#, kde-format
msgctxt "@title:group"
msgid "Invitations"
msgstr "அழைப்பை ஏற்"
msgstr "அழைப்பிதழ்கள்"
#: src/settings/NeoChatSecurityPage.qml:24
#, kde-format
msgctxt "@option:check"
msgid "Reject invitations from unknown users"
msgstr ""
msgstr "தெரியாத பயனர்களிடமிருந்தான் அழைப்பிதழ்களை நிராகரி"
#: src/settings/NeoChatSecurityPage.qml:25
#, kde-format
@@ -4592,10 +4589,9 @@ msgid ""
msgstr ""
#: src/settings/NeoChatSecurityPage.qml:25
#, fuzzy, kde-format
#| msgid "Your server doesn't support changing your password"
#, kde-format
msgid "Your server does not support this setting."
msgstr "கடவுச்சொல்லை மாற்றுவதை உங்கள் சேவையகம் ஆதரிக்கவில்லை."
msgstr "உங்கள் சேவையகம் இந்த அமைப்பை ஆதரிக்கவில்லை."
#: src/settings/NeoChatSecurityPage.qml:39
#, kde-format
@@ -5414,7 +5410,7 @@ msgstr "நடைமேடை %1"
#: src/timeline/VideoComponent.qml:197
#, kde-format
msgid "Video"
msgstr "ஒளிக்காட்சி"
msgstr "நிகழ்படம்"
#: src/timeline/VideoComponent.qml:261
#, kde-format

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-01-08 19:47-0500\n"
"Last-Translator: Weblate Admin <admin@example.com>\n"
"Language-Team: Toki Pona <http://weblate.blackquill.cc/projects/ante-toki-pi-"
@@ -95,7 +95,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "o ala"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, fuzzy, kde-format
#| msgid "Receiving push notifications"
msgctxt ""
@@ -104,49 +104,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Receiving push notifications"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "pakala linluwi: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "nanpa sijelo len li ken ala alasa"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "ken la ona li kama ala"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "poki len li pana ala e ken kepeken"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "o ken e ilo NeoChat tawa nanpa sijelo len"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "poki len li lon ala."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"o kama jo e poki len. sina kepeken ilo Linux la ilo KWallet anu ilo GNOME "
"Keyring li poki len."
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "mi ken ala kepeken nanpa sijelo len."
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Receiving push notifications"
@@ -382,7 +382,7 @@ msgid "Custom"
msgstr "sitelen Emosi sina"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -391,13 +391,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[ijo ni li weka.]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[ijo ni li weka tan ni: %1]</i>"
@@ -767,12 +765,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr ""
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr ""
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "sina ken ala sijelo: %1"
@@ -1777,13 +1775,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr ""
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " en "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1793,7 +1791,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1850,78 +1848,78 @@ msgstr ""
msgid "Space creation failed: %1"
msgstr ""
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr ""
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr ""
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, fuzzy, kde-format
#| msgid "Edit Message"
msgid "Encrypted Message"
msgstr "o ante e toki"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr ""
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr ""
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr ""
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr ""
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr ""
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr ""
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr ""
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr ""
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr ""
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr ""
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, fuzzy, kde-format
#| msgctxt "menu"
#| msgid "NeoChat"
@@ -2996,13 +2994,13 @@ msgstr ""
msgid "Send this location"
msgstr ""
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr ""
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr ""
@@ -3288,82 +3286,82 @@ msgstr ""
msgid "Media"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr ""
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr ""
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr ""
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr ""
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, fuzzy, kde-format
#| msgid "Create a Room"
msgid "Favorite this room"
msgstr "o pali e tomo toki"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr ""
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, fuzzy, kde-format
#| msgid "Create a Room"
msgctxt "@action:button"
msgid "Leave this room"
msgstr "o pali e tomo toki"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr ""
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, fuzzy, kde-format
#| msgid "Ignore this user"
msgctxt "@title"
msgid "Invite a User"
msgstr "o len e jan ni"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3372,7 +3370,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr ""
@@ -3692,28 +3690,28 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr ""
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, fuzzy, kde-format
#| msgid "Send message"
msgid "Jump to oldest loaded message"
msgstr "o pana e toki"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr ""
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr ""
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -4067,77 +4065,77 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr ""
#: src/registration.cpp:311
#: src/registration.cpp:309
#, fuzzy, kde-format
#| msgid "Homeserver:"
msgid "No server."
msgstr "nasin URL ilo:"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr ""
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr ""
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr ""
#: src/registration.cpp:319
#: src/registration.cpp:317
#, fuzzy, kde-format
#| msgctxt "NAME OF TRANSLATORS"
#| msgid "Your names"
msgid "No username."
msgstr "kulupu pi ante toki pi toki pona"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr ""
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr ""
#: src/registration.cpp:325
#: src/registration.cpp:323
#, fuzzy, kde-format
#| msgctxt "@action:button"
#| msgid "Continue"
msgid "Continue"
msgstr "o awen tawa"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr ""
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr ""
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr ""
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr ""
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-26 13:31+0300\n"
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
"Language-Team: Turkish <kde-l10n-tr@kde.org>\n"
@@ -90,7 +90,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Yanıtı İptal Et"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -98,47 +98,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Yeni iletiler için bildirimler alınıyor"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Ağ hatası: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Erişim jetonu bulunamadı"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Silinmiş olabilir mi?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Anahtar zincirine erişim reddedildi."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Lütfen NeoChatin erişim jetonunu okumasına izin verin"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Kullanılabilir anahtar zinciri yok."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "Lütfen bir anahtar zinciri kurun; örn. K Cüzdan veya GNOME keyring"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Erişim jetonu okunamıyor"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Anında bildirimler alınıyor"
@@ -367,7 +367,7 @@ msgid "Custom"
msgstr "Özel"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -376,13 +376,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Bu ileti silindi]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Bu ileti silindi: %1]</i>"
@@ -742,12 +740,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Hedef"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Ağ Hatası"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Oturum açma başarısız: %1"
@@ -1702,13 +1700,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Çağrı daveti"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " ve"
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1716,7 +1714,7 @@ msgid_plural " and %1 others"
msgstr[0] " ve %1 başkası"
msgstr[1] " ve %1 başkası"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1769,77 +1767,77 @@ msgstr "Oda oluşturulamadı: %1"
msgid "Space creation failed: %1"
msgstr "Alan oluşturma başarısız: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Rapor başarıyla gönderildi."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Enlem: %1, Boylam: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Şifreli İleti"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Bu odayı NeoChatte açın"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Yanıtla"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Yanıtla…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1, sizi bir odaya davet etti"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Bu daveti NeoChatte aç"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Kabul Et"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Reddet"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Kullanıcı Reddet ve Yok Say"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Aç: NeoChat"
@@ -2885,13 +2883,13 @@ msgstr "Konum Seç"
msgid "Send this location"
msgstr "Bu konumu gönder"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Konumlar"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "Bu odada paylaşılmış bir konum yok."
@@ -3163,86 +3161,86 @@ msgstr "Bilgi"
msgid "Media"
msgstr "Ortam"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Alan Üyeleri"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Oda Bilgisi"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Eylemler"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Bu odada ara"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Ara"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Kullanıcıyı Doğrula"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Odayı sık kullanılanlardan kaldır"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Bu odayı sık kullanılanlara ekle"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Bu oda için olan konumları göster"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Bu odadan ayrıl"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Üyeler"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Kullanıcıyı Davet Et"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Kullanıcıyı Odaya Davet Et"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 üye"
msgstr[1] "%1 üye"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Üye sayısı yok"
@@ -3546,27 +3544,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Alandan Ayrıl"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "İlk okunmamış iletiye atla"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Yüklenmiş en son iletiye atla"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "En son iletiye atla"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Onları paylaşmak için ögeleri buraya sürükleyin"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3936,72 +3934,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Oturum doğrulaması, bilinmeyen bir hata yüzünden iptal edildi."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Sunucu yok."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Sunucu kullanılabilirliği denetleniyor."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Bu, geçerli bir sunucu değil."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Bu sunucu için kayıt işlemi devre dışı."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Kullanıcı adı yok."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Kullanıcı adı kullanılabilirliği denetleniyor."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Bu kullanıcı adı kullanılamıyor."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Sürdür"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Çalışıyor"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Hatalı oluşturulmuş veya boş Matrix kimliği"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1, doğru bir Matrix tanımlayıcısı değil"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Odaya katılamadı"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "“%1” odasına katılmak istediniz"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Odaya katılma istenemedi"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-07-27 09:06+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "Скасувати відповідь"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -99,49 +99,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "Отримання сповіщень щодо нових повідомлень"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "Помилка у мережі: %1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "Не знайдено жетона доступу"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "Можливо, його вилучено?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "Відмовлено у доступі до засобу керування ключами."
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "Будь ласка, дозвольте NeoChat читання жетона доступу"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "Немає доступних засобів керування ключами."
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"Будь ласка, встановіть засіб керування ключами, наприклад KWallet або GNOME "
"keyring у Linux"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "Не вдалося прочитати жетон доступу"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "Отримання імпульсних сповіщень"
@@ -372,7 +372,7 @@ msgid "Custom"
msgstr "Нетипова"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -381,13 +381,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[Це повідомлення було вилучено]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[Це повідомлення було вилучено: %1]</i>"
@@ -747,12 +745,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "Призначення"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "Помилка у мережі"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "Невдала спроба увійти: %1"
@@ -1719,13 +1717,13 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "Запрошення до дзвінка"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " і "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
@@ -1735,7 +1733,7 @@ msgstr[1] " і %1 інші"
msgstr[2] " і %1 інших"
msgstr[3] " і %1 інший"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1793,77 +1791,77 @@ msgstr "Не вдалося створити кімнату: %1"
msgid "Space creation failed: %1"
msgstr "Не вдалося створити простір: %1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "Скаргу успішно надіслано."
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "Шир: %1, Довг: %2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "Зашифроване повідомлення"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "Відкрити NeoChat у цій кімнаті"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "Відповісти"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "Відповісти…"
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "Вас запрошено до кімнати %1"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "Відкрити це запрошення у NeoChat"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "Прийняти"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "Відмовити"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "Відмовити та ігнорувати користувача"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "Відкрити NeoChat"
@@ -2912,13 +2910,13 @@ msgstr "Виберіть місце"
msgid "Send this location"
msgstr "Надіслати дані цього місця"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "Місця"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "У цій кімнаті не оприлюднюються місця перебування."
@@ -3191,79 +3189,79 @@ msgstr "Відомості"
msgid "Media"
msgstr "Мультимедіа"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "Учасники простору"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "Відомості щодо кімнати"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "Дії"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "Шукати у цій кімнаті"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "Пошук"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "Перевірити користувача"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "Вилучити кімнату з улюблених"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "Зробити улюбленою цю кімнату"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "Показувати місця перебування для цієї кімнати"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "Полишити цю кімнату"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "Учасники"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "Запрошення користувача"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "Запросити користувача до кімнати"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
@@ -3272,7 +3270,7 @@ msgstr[1] "%1 учасники"
msgstr[2] "%1 учасників"
msgstr[3] "%1 учасник"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "Немає лічильника учасників"
@@ -3582,27 +3580,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "Полишити простір"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "Перейти до першого непрочитаного повідомлення"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "Перейти до найдавнішого завантаженого повідомлення"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "Перейти до останнього повідомлення"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "Перетягніть пункти сюди, щоб оприлюднити їх"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3979,72 +3977,72 @@ msgstr ""
msgid "The session verification was canceled due to an unknown error."
msgstr "Перевірку сеансу скасовано через невідому помилку."
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "Немає сервера."
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "Перевірка доступності сервера."
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "Цей сервер є некоректним."
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "Реєстрацію на цьому сервері вимкнено."
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "Немає імені користувача."
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "Перевірка доступності імені користувача."
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "Це ім’я користувача є недоступним."
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "Продовжити"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "Працюємо"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Помилково форматований або порожній ідентифікатор Matrix"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 не є правильним ідентифікатором Matrix"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "Не вдалося приєднатися до кімнати"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "Ви надіслали запит щодо долучення до «%1»"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "Не вдалося надіслати запит щодо долучення до кімнати"

View File

@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-04-23 19:24\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
@@ -88,7 +88,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "取消回复"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -96,49 +96,49 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "接收新消息通知"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "网络错误:%1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "无法找到访问令牌"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "可能已被删除?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "访问钥匙环被拒绝。"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "请允许 NeoChat 读取访问令牌"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "没有可用的钥匙环。"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr ""
"请安装钥匙环,例如 Linux 平台上的 KDE 密码库KWallet或 GNOME 钥匙圈"
"GNOME keyring"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "无法读取访问令牌"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "正在接收推送通知"
@@ -364,7 +364,7 @@ msgid "Custom"
msgstr "自定义"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -373,13 +373,11 @@ msgid "%1 (%2)"
msgstr ""
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[这条消息已被删除]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[这条消息已被删除:%1]</i>"
@@ -739,12 +737,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "目标文件夹"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "网络错误"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "登录失败:%1"
@@ -1696,20 +1694,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "通话邀请"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " 与 "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] " 与另外 %1 人"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1760,77 +1758,77 @@ msgstr "聊天室创建失败:%1"
msgid "Space creation failed: %1"
msgstr "空间创建失败:%1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "举报成功。"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "纬度:%1经度%2"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "加密的消息"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1%2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "在此聊天室打开 NeoChat"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "回复"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "回复..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 邀请您加入聊天室"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "在 NeoChat 中打开此邀请"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "接受"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "拒绝"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "拒绝并忽略用户"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "打开 NeoChat"
@@ -2865,13 +2863,13 @@ msgstr "选择位置"
msgid "Send this location"
msgstr "发送此位置"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "位置"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "此聊天室中没有共享位置。"
@@ -3143,85 +3141,85 @@ msgstr "信息"
msgid "Media"
msgstr "媒体"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "空间成员"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "聊天室信息"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr ""
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "在此聊天室中搜索"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "搜索"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr ""
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "从收藏夹中移除聊天室"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr ""
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "显示此聊天室的位置"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "离开此房间"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "成员"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "邀请用户"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "邀请用户到聊天室"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 位成员"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "无成员计数"
@@ -3520,27 +3518,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "离开空间"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "跳转到第一条未读消息"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr ""
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "跳转到最新消息"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "拖动项目到此处来分享"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3886,72 +3884,72 @@ msgstr "由于密钥不匹配,另一端取消了会话验证。"
msgid "The session verification was canceled due to an unknown error."
msgstr "由于未知错误,会话验证被取消。"
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "无服务器。"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "正在检查服务器状态"
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "此服务器无效。"
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "此服务器已禁止注册。"
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "无用户名。"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "正在检查用户名是否可用。"
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "该用户名不可用。"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "继续"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "正在处理"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "Matrix id 为空或格式错误"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 不是正确的 Matrix 标识符"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "加入聊天室失败"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "您请求加入 '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "请求加入聊天室失败"

View File

@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: neochat\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2024-07-30 02:34+0000\n"
"PO-Revision-Date: 2024-08-06 05:24+0900\n"
"POT-Creation-Date: 2024-10-07 02:28+0000\n"
"PO-Revision-Date: 2024-09-23 21:29+0900\n"
"Last-Translator: Kisaragi Hiu <mail@kisaragi-hiu.com>\n"
"Language-Team: Traditional Chinese <zh-l10n@lists.slat.org>\n"
"Language: zh_TW\n"
@@ -18,7 +18,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Lokalize 24.04.70\n"
"X-Generator: Lokalize 24.08.1\n"
#: src/chatbar/AttachDialog.qml:29
#, kde-format
@@ -91,7 +91,7 @@ msgctxt "@action:button"
msgid "Cancel reply"
msgstr "取消回覆"
#: src/controller.cpp:132
#: src/controller.cpp:136
#, kde-format
msgctxt ""
"The reason for using push notifications, as in: '[Push notifications are "
@@ -99,47 +99,47 @@ msgctxt ""
msgid "Receiving notifications for new messages"
msgstr "正在接收新訊息的通知"
#: src/controller.cpp:211
#: src/controller.cpp:229
#, kde-format
msgid "Network Error: %1"
msgstr "網路錯誤:%1"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Access token wasn't found"
msgstr "找不到存取權杖"
#: src/controller.cpp:233
#: src/controller.cpp:255
#, kde-format
msgid "Maybe it was deleted?"
msgstr "或許它已被刪除?"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Access to keychain was denied."
msgstr "鑰匙圈存取被拒絕。"
#: src/controller.cpp:237
#: src/controller.cpp:259
#, kde-format
msgid "Please allow NeoChat to read the access token"
msgstr "請允許 NeoChat 讀取存取權杖"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "No keychain available."
msgstr "沒有可用的鑰匙圈。"
#: src/controller.cpp:240
#: src/controller.cpp:262
#, kde-format
msgid "Please install a keychain, e.g. KWallet or GNOME keyring on Linux"
msgstr "請安裝一個鑰匙圈,例如 Linux 上的 KWallet 或 GNOME 鑰匙圈"
#: src/controller.cpp:243
#: src/controller.cpp:265
#, kde-format
msgid "Unable to read access token"
msgstr "無法讀取存取權杖"
#: src/controller.cpp:339
#: src/controller.cpp:357
#, kde-format
msgid "Receiving push notifications"
msgstr "正在接收推送通知"
@@ -365,7 +365,7 @@ msgid "Custom"
msgstr "自訂"
#: src/enums/powerlevel.cpp:88 src/models/permissionsmodel.cpp:162
#: src/models/userlistmodel.cpp:114
#: src/models/userlistmodel.cpp:118
#, kde-format
msgctxt ""
"%1 is the name of the power level, e.g. admin and %2 is the value that "
@@ -374,13 +374,11 @@ msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/eventhandler.cpp:297 src/eventhandler.cpp:505
#: src/models/messagecontentmodel.cpp:230 src/models/messageeventmodel.cpp:438
#, kde-format
msgid "<i>[This message was deleted]</i>"
msgstr "<i>[此訊息已被刪除]</i>"
#: src/eventhandler.cpp:297 src/models/messagecontentmodel.cpp:231
#: src/models/messageeventmodel.cpp:439
#: src/eventhandler.cpp:297
#, kde-format
msgid "<i>[This message was deleted: %1]</i>"
msgstr "<i>[此訊息已被刪除:%1]</i>"
@@ -740,12 +738,12 @@ msgctxt "The location being downloaded to"
msgid "Destination"
msgstr "目的地"
#: src/login.cpp:90 src/login.cpp:105
#: src/login.cpp:88 src/login.cpp:103
#, kde-format
msgid "Network Error"
msgstr "網路錯誤"
#: src/login.cpp:98
#: src/login.cpp:96
#, kde-format
msgid "Login Failed: %1"
msgstr "登入失敗:%1"
@@ -1693,20 +1691,20 @@ msgctxt "Notification type"
msgid "Call invitation"
msgstr "來電邀請"
#: src/models/reactionmodel.cpp:69
#: src/models/reactionmodel.cpp:64
#, kde-format
msgctxt "Separate the usernames of users"
msgid " and "
msgstr " 和 "
#: src/models/reactionmodel.cpp:76
#: src/models/reactionmodel.cpp:71
#, kde-format
msgctxt "%1 is the number of other users"
msgid " and %1 other"
msgid_plural " and %1 others"
msgstr[0] " 和其他 %1 個人"
#: src/models/reactionmodel.cpp:80
#: src/models/reactionmodel.cpp:75
#, kde-format
msgctxt "%2 is the users who reacted and %3 the emoji that was given"
msgid "%2 reacted with %3"
@@ -1757,77 +1755,77 @@ msgstr "聊天室建立失敗:%1"
msgid "Space creation failed: %1"
msgstr "聊天空間建立失敗:%1"
#: src/neochatroom.cpp:1403
#: src/neochatroom.cpp:1439
#, kde-format
msgid "Report sent successfully."
msgstr "已成功傳送檢舉"
#: src/neochatroom.cpp:1724 src/neochatroom.cpp:1732
#: src/neochatroom.cpp:1764 src/neochatroom.cpp:1772
#, kde-format
msgctxt "'Lat' and 'Lon' as in Latitude and Longitude"
msgid "Lat: %1, Lon: %2"
msgstr "緯度:%2經度%1"
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:330
#: src/notificationsmanager.cpp:126 src/notificationsmanager.cpp:334
#, kde-format
msgid "Encrypted Message"
msgstr "已加密訊息"
#: src/notificationsmanager.cpp:210 src/qml/Main.qml:279
#: src/notificationsmanager.cpp:214 src/qml/Main.qml:279
#, kde-format
msgid "%1: %2"
msgstr "%1: %2"
#: src/notificationsmanager.cpp:216
#: src/notificationsmanager.cpp:220
#, kde-format
msgid "Open NeoChat in this room"
msgstr "在這個聊天室開啟 NeoChat"
#: src/notificationsmanager.cpp:229 src/qml/DelegateContextMenu.qml:98
#: src/notificationsmanager.cpp:233 src/qml/DelegateContextMenu.qml:98
#: src/qml/HoverActions.qml:111
#, kde-format
msgid "Reply"
msgstr "回覆"
#: src/notificationsmanager.cpp:230
#: src/notificationsmanager.cpp:234
#, kde-format
msgid "Reply..."
msgstr "回覆..."
#: src/notificationsmanager.cpp:249
#: src/notificationsmanager.cpp:253
#, kde-format
msgid "%1 invited you to a room"
msgstr "%1 邀請了您到聊天室"
#: src/notificationsmanager.cpp:252
#: src/notificationsmanager.cpp:256
#, kde-format
msgid "Open this invitation in NeoChat"
msgstr "在 NeoChat 開啟這個邀請"
#: src/notificationsmanager.cpp:262
#: src/notificationsmanager.cpp:266
#, kde-format
msgctxt "@action:button The thing being accepted is an invitation to chat"
msgid "Accept"
msgstr "接受"
#: src/notificationsmanager.cpp:263
#: src/notificationsmanager.cpp:267
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject"
msgstr "拒絕"
#: src/notificationsmanager.cpp:264
#: src/notificationsmanager.cpp:268
#, kde-format
msgctxt "@action:button The thing being rejected is an invitation to chat"
msgid "Reject and Ignore User"
msgstr "拒絕並忽略使用者"
#: src/notificationsmanager.cpp:323
#: src/notificationsmanager.cpp:327
#, kde-format
msgid "%1 (%2)"
msgstr "%1 (%2)"
#: src/notificationsmanager.cpp:334
#: src/notificationsmanager.cpp:338
#, kde-format
msgid "Open NeoChat"
msgstr "開啟 NeoChat"
@@ -2864,13 +2862,13 @@ msgstr "選擇位置"
msgid "Send this location"
msgstr "傳送這個位置"
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:125
#: src/qml/LocationsPage.qml:16 src/qml/RoomInformation.qml:127
#, kde-format
msgctxt "Locations on a map"
msgid "Locations"
msgstr "位置"
#: src/qml/LocationsPage.qml:65
#: src/qml/LocationsPage.qml:68
#, kde-format
msgid "There are no locations shared in this room."
msgstr "沒有在這個聊天室裡分享的位置。"
@@ -3142,85 +3140,85 @@ msgstr "資訊"
msgid "Media"
msgstr "媒體"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Space Members"
msgstr "聊天空間成員"
#: src/qml/RoomInformation.qml:40
#: src/qml/RoomInformation.qml:42
#, kde-format
msgctxt "@action:title"
msgid "Room information"
msgstr "聊天室資訊"
#: src/qml/RoomInformation.qml:68
#: src/qml/RoomInformation.qml:70
#, kde-format
msgctxt "Room actions"
msgid "Actions"
msgstr "動作"
#: src/qml/RoomInformation.qml:78
#: src/qml/RoomInformation.qml:80
#, kde-format
msgid "Search in this room"
msgstr "在這個聊天室裡搜尋"
#: src/qml/RoomInformation.qml:87
#: src/qml/RoomInformation.qml:89
#, kde-format
msgctxt "@action:title"
msgid "Search"
msgstr "搜尋"
#: src/qml/RoomInformation.qml:95
#: src/qml/RoomInformation.qml:97
#, kde-format
msgctxt "@action:button"
msgid "Verify user"
msgstr "驗證使用者"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Remove room from favorites"
msgstr "從最愛中移除聊天室"
#: src/qml/RoomInformation.qml:106
#: src/qml/RoomInformation.qml:108
#, kde-format
msgid "Favorite this room"
msgstr "將此聊天室加入最愛"
#: src/qml/RoomInformation.qml:119
#: src/qml/RoomInformation.qml:121
#, kde-format
msgid "Show locations for this room"
msgstr "顯示這個聊天室的位置"
#: src/qml/RoomInformation.qml:134
#: src/qml/RoomInformation.qml:136
#, kde-format
msgctxt "@action:button"
msgid "Leave this room"
msgstr "離開這個聊天室"
#: src/qml/RoomInformation.qml:147
#: src/qml/RoomInformation.qml:149
#, kde-format
msgid "Members"
msgstr "成員"
#: src/qml/RoomInformation.qml:162 src/qml/SpaceHomePage.qml:55
#: src/qml/RoomInformation.qml:164 src/qml/SpaceHomePage.qml:55
#, kde-format
msgctxt "@title"
msgid "Invite a User"
msgstr "邀請一個使用者"
#: src/qml/RoomInformation.qml:166
#: src/qml/RoomInformation.qml:168
#, kde-format
msgid "Invite user to room"
msgstr "邀請使用者到聊天室"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "%1 member"
msgid_plural "%1 members"
msgstr[0] "%1 名成員"
#: src/qml/RoomInformation.qml:173
#: src/qml/RoomInformation.qml:175
#, kde-format
msgid "No member count"
msgstr "無成員計數"
@@ -3519,27 +3517,27 @@ msgctxt "'Space' is a matrix space"
msgid "Leave Space"
msgstr "離開聊天空間"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to first unread message"
msgstr "跳到第一個未讀訊息"
#: src/qml/TimelineView.qml:196
#: src/qml/TimelineView.qml:201
#, kde-format
msgid "Jump to oldest loaded message"
msgstr "跳到已載入的最舊的訊息"
#: src/qml/TimelineView.qml:236
#: src/qml/TimelineView.qml:245
#, kde-format
msgid "Jump to latest message"
msgstr "跳到最新訊息"
#: src/qml/TimelineView.qml:261
#: src/qml/TimelineView.qml:270
#, kde-format
msgid "Drag items here to share them"
msgstr "拖曳項目至此來分享它"
#: src/qml/TimelineView.qml:268
#: src/qml/TimelineView.qml:277
#, kde-format
msgctxt "Message displayed when some users are typing"
msgid "%2 is typing"
@@ -3885,72 +3883,72 @@ msgstr "遠端由於雙方金鑰不相符而取消了工作階段驗證。"
msgid "The session verification was canceled due to an unknown error."
msgstr "工作階段驗證由於不明錯誤而取消。"
#: src/registration.cpp:311
#: src/registration.cpp:309
#, kde-format
msgid "No server."
msgstr "無伺服器。"
#: src/registration.cpp:313
#: src/registration.cpp:311
#, kde-format
msgid "Checking Server availability."
msgstr "正在檢查伺服器可用性。"
#: src/registration.cpp:315
#: src/registration.cpp:313
#, kde-format
msgid "This is not a valid server."
msgstr "這不是一個有效的伺服器。"
#: src/registration.cpp:317
#: src/registration.cpp:315
#, kde-format
msgid "Registration for this server is disabled."
msgstr "此伺服器已停用註冊。"
#: src/registration.cpp:319
#: src/registration.cpp:317
#, kde-format
msgid "No username."
msgstr "無使用者名稱。"
#: src/registration.cpp:321
#: src/registration.cpp:319
#, kde-format
msgid "Checking username availability."
msgstr "正在檢查使用者名稱是否可用。"
#: src/registration.cpp:323
#: src/registration.cpp:321
#, kde-format
msgid "This username is not available."
msgstr "無法使用這個使用者名稱。"
#: src/registration.cpp:325
#: src/registration.cpp:323
#, kde-format
msgid "Continue"
msgstr "繼續"
#: src/registration.cpp:327
#: src/registration.cpp:325
#, kde-format
msgid "Working"
msgstr "處理中"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "Malformed or empty Matrix id"
msgstr "不正確或空白的 Matrix ID"
#: src/roommanager.cpp:138
#: src/roommanager.cpp:139
#, kde-format
msgid "%1 is not a correct Matrix identifier"
msgstr "%1 不是一個正確的 Matrix ID"
#: src/roommanager.cpp:345
#: src/roommanager.cpp:352
#, kde-format
msgid "Failed to join room"
msgstr "加入聊天室失敗"
#: src/roommanager.cpp:377
#: src/roommanager.cpp:388
#, kde-format
msgid "You requested to join '%1'"
msgstr "您已請求加入 '%1'"
#: src/roommanager.cpp:381
#: src/roommanager.cpp:392
#, kde-format
msgid "Failed to request joining room"
msgstr "請求加入聊天室失敗"

View File

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

View File

@@ -64,7 +64,11 @@ Controller::Controller(QObject *parent)
});
} else {
auto c = new NeoChatConnection(this);
#if Quotient_VERSION_MINOR > 8
c->assumeIdentity(QStringLiteral("@user:localhost:1234"), QStringLiteral("device_1234"), QStringLiteral("token_1234"));
#else
c->assumeIdentity(QStringLiteral("@user:localhost:1234"), QStringLiteral("token_1234"));
#endif
connect(c, &Connection::connected, this, [c, this]() {
m_accountRegistry.add(c);
c->syncLoop();
@@ -202,15 +206,33 @@ void Controller::invokeLogin()
m_connectionsLoading[accountId] = connection;
connect(connection, &NeoChatConnection::connected, this, [this, connection, accountId] {
connection->loadState();
addConnection(connection);
m_accountsLoading.removeAll(connection->userId());
m_connectionsLoading.remove(accountId);
Q_EMIT accountsLoadingChanged();
if (connection->allRooms().size() == 0 || connection->allRooms()[0]->currentState().get<RoomCreateEvent>()) {
addConnection(connection);
m_accountsLoading.removeAll(connection->userId());
m_connectionsLoading.remove(accountId);
Q_EMIT accountsLoadingChanged();
} else {
connect(
connection->allRooms()[0],
&Room::baseStateLoaded,
this,
[this, connection, accountId]() {
addConnection(connection);
m_accountsLoading.removeAll(connection->userId());
m_connectionsLoading.remove(accountId);
Q_EMIT accountsLoadingChanged();
},
Qt::SingleShotConnection);
}
});
connect(connection, &NeoChatConnection::networkError, this, [this](const QString &error, const QString &, int, int) {
Q_EMIT errorOccured(i18n("Network Error: %1", error), {});
});
#if Quotient_VERSION_MINOR > 8
connection->assumeIdentity(account.userId(), account.deviceId(), accessToken);
#else
connection->assumeIdentity(account.userId(), accessToken);
#endif
});
}
}
@@ -251,23 +273,19 @@ QKeychain::ReadPasswordJob *Controller::loadAccessTokenFromKeyChain(const QStrin
return job;
}
bool Controller::saveAccessTokenToKeyChain(const QString &userId, const QByteArray &accessToken)
void Controller::saveAccessTokenToKeyChain(const QString &userId, const QByteArray &accessToken)
{
qDebug() << "Save the access token to the keychain for " << userId;
QKeychain::WritePasswordJob job(qAppName());
job.setAutoDelete(false);
job.setKey(userId);
job.setBinaryData(accessToken);
QEventLoop loop;
QKeychain::WritePasswordJob::connect(&job, &QKeychain::Job::finished, &loop, &QEventLoop::quit);
job.start();
loop.exec();
if (job.error()) {
qWarning() << "Could not save access token to the keychain: " << qPrintable(job.errorString());
return false;
}
return true;
auto job = new QKeychain::WritePasswordJob(qAppName());
job->setAutoDelete(true);
job->setKey(userId);
job->setBinaryData(accessToken);
connect(job, &QKeychain::WritePasswordJob::finished, this, [job]() {
if (job->error()) {
qWarning() << "Could not save access token to the keychain: " << qPrintable(job->errorString());
}
});
job->start();
}
bool Controller::supportSystemTray() const

View File

@@ -86,7 +86,7 @@ public:
/**
* @brief Save an access token to the keychain for the given account.
*/
bool saveAccessTokenToKeyChain(const QString &userId, const QByteArray &accessToken);
void saveAccessTokenToKeyChain(const QString &userId, const QByteArray &accessToken);
[[nodiscard]] bool supportSystemTray() const;

View File

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

View File

@@ -40,7 +40,7 @@ float LocationHelper::zoomToFit(const QRectF &r, float mapWidth, float mapHeight
const auto zy = std::log2((mapHeight / (p2.y() - p1.y())));
const auto z = std::min(zx, zy);
return std::clamp(z, 5.0, 18.0);
return z;
}
#include "moc_locationhelper.cpp"

View File

@@ -78,9 +78,7 @@ void LoginHelper::init()
account.setHomeserver(m_connection->homeserver());
account.setDeviceId(m_connection->deviceId());
account.setDeviceName(m_deviceName);
if (!Controller::instance().saveAccessTokenToKeyChain(account.userId(), m_connection->accessToken())) {
qWarning() << "Couldn't save access token";
}
Controller::instance().saveAccessTokenToKeyChain(account.userId(), m_connection->accessToken());
account.sync();
Controller::instance().addConnection(m_connection);
Controller::instance().setActiveConnection(m_connection);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -125,7 +125,7 @@ void WebShortcutModel::trigger(const QString &data)
void WebShortcutModel::configureWebShortcuts()
{
#ifdef HAVE_KIO
auto job = new KIO::CommandLauncherJob(QStringLiteral("kcmshell5"), QStringList() << QStringLiteral("webshortcuts"), this);
auto job = new KIO::CommandLauncherJob(QStringLiteral("kcmshell6"), QStringList() << QStringLiteral("webshortcuts"), this);
job->exec();
#endif
}

View File

@@ -263,12 +263,14 @@ Name[ar]=شارك
Name[ca]=Compartició
Name[ca@valencia]=Compartiu
Name[cs]=Sdílet
Name[de]=Teilen
Name[en_GB]=Share
Name[eo]=Kundividi
Name[es]=Compartir
Name[eu]=Partekatu
Name[fi]=Jaa
Name[fr]=Partager
Name[gl]=Compartir
Name[he]=שיתוף
Name[hu]=Megosztás
Name[ia]=Comparti
@@ -290,12 +292,14 @@ Comment=The result of sharing a piece of content
Comment[ar]=نتيجة مشاركة محتوى
Comment[ca]=El resultat de compartir una peça de contingut
Comment[ca@valencia]=El resultat de compartir una peça de contingut
Comment[de]=Das Ergebnis nach dem Teilen eines Teils des Inhalts
Comment[en_GB]=The result of sharing a piece of content
Comment[eo]=La rezulto el kundividado de enhavero
Comment[es]=El resultado de compartir una parte de contenido
Comment[eu]=Eduki pieza bat partekatzearen emaitza
Comment[fi]=Tulos yhden sisältöosasen jakamisesta
Comment[fr]=Le résultat du partage d'une partie de contenu.
Comment[gl]=O resultado de compartir un fragmento de contido.
Comment[he]=תוצאת שיתוף פיסת תוכן
Comment[hu]=Tartalom megosztásának eredménye
Comment[ia]=Le exito de compartir un pecietta de contento

View File

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

View File

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

View File

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

View File

@@ -4,8 +4,34 @@
{
"Name": "Tobias Fella",
"Name[ar]": "توبياس فلة",
"Name[ca@valencia]": "Tobias Fella",
"Name[ca]": "Tobias Fella",
"Name[cs]": "Tobias Fella",
"Name[de]": "Tobias Fella",
"Name[en_GB]": "Tobias Fella",
"Name[eo]": "Tobias Fella",
"Name[es]": "Tobias Fella",
"Name[eu]": "Tobias Fella",
"Name[fi]": "Tobias Fella",
"Name[fr]": "Tobias Fella",
"Name[gl]": "Tobias Fella",
"Name[hu]": "Tobias Fella",
"Name[ia]": "Tobias Fella",
"Name[it]": "Tobias Fella",
"Name[ka]": "Tobias Fella",
"Name[lv]": "Tobias Fella",
"Name[nl]": "Tobias Fella",
"Name[nn]": "Tobias Fella",
"Name[pl]": "Tobias Fella",
"Name[pt_BR]": "Tobias Fella",
"Name[ru]": "Tobias Fella",
"Name[sl]": "Tobias Fella",
"Name[sv]": "Tobias Fella",
"Name[ta]": "டோபியாஸ் ஃபெல்லா",
"Name[x-test]": "xxTobias Fellaxx"
"Name[tr]": "Tobias Fella",
"Name[uk]": "Tobias Fella",
"Name[x-test]": "xxTobias Fellaxx",
"Name[zh_TW]": "Tobias Fella"
}
],
"Category": "Utilities",
@@ -14,6 +40,7 @@
"Description[ca@valencia]": "Compartix a través de NeoChat",
"Description[ca]": "Comparteix a través del NeoChat",
"Description[de]": "Über NeoChat teilen",
"Description[en_GB]": "Share via NeoChat",
"Description[eo]": "Kundividi per NeoChat",
"Description[es]": "Compartir mediante NeoChat",
"Description[eu]": "Partekatu NeoChat bidez",
@@ -41,9 +68,35 @@
"License": "GPL",
"Name": "NeoChat",
"Name[ar]": "نيوتشات",
"Name[ast]": "NeoChat",
"Name[ca@valencia]": "NeoChat",
"Name[ca]": "NeoChat",
"Name[cs]": "NeoChat",
"Name[de]": "NeoChat",
"Name[en_GB]": "NeoChat",
"Name[eo]": "NeoChat",
"Name[es]": "NeoChat",
"Name[eu]": "NeoChat",
"Name[fi]": "NeoChat",
"Name[fr]": "NeoChat",
"Name[gl]": "NeoChat",
"Name[hu]": "NeoChat",
"Name[ia]": "Neochat",
"Name[it]": "NeoChat",
"Name[ka]": "NeoChat",
"Name[lv]": "NeoChat",
"Name[nl]": "NeoChat",
"Name[nn]": "NeoChat",
"Name[pl]": "NeoChat",
"Name[pt_BR]": "NeoChat",
"Name[ru]": "NeoChat",
"Name[sl]": "NeoChat",
"Name[sv]": "NeoChat",
"Name[ta]": "நியோச்சாட்",
"Name[tr]": "NeoChat",
"Name[uk]": "NeoChat",
"Name[x-test]": "xxNeoChatxx",
"Name[zh_TW]": "NeoChat",
"X-Purpose-ActionDisplay": "NeoChat"
},
"X-Purpose-PluginTypes": [

View File

@@ -27,7 +27,10 @@ Kirigami.Page {
let c = LocationHelper.center(LocationHelper.unite(locationsModel.boundingBox, liveLocationsModel.boundingBox));
return QtPositioning.coordinate(c.y, c.x);
}
map.zoomLevel: LocationHelper.zoomToFit(LocationHelper.unite(locationsModel.boundingBox, liveLocationsModel.boundingBox), mapView.width, mapView.height)
map.zoomLevel: {
const zoom = LocationHelper.zoomToFit(LocationHelper.unite(locationsModel.boundingBox, liveLocationsModel.boundingBox), mapView.width, mapView.height)
return Math.min(Math.max(zoom, map.minimumZoomLevel), map.maximumZoomLevel);
}
MapItemView {
Component.onCompleted: mapView.map.addMapItemView(this)

View File

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

View File

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

View File

@@ -106,9 +106,7 @@ void Registration::registerAccount()
account.setHomeserver(connection->homeserver());
account.setDeviceId(connection->deviceId());
account.setDeviceName(displayName);
if (!Controller::instance().saveAccessTokenToKeyChain(account.userId(), connection->accessToken())) {
qWarning() << "Couldn't save access token";
}
Controller::instance().saveAccessTokenToKeyChain(account.userId(), connection->accessToken());
account.sync();
Controller::instance().addConnection(connection);
Controller::instance().setActiveConnection(connection);

View File

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

View File

@@ -43,7 +43,6 @@ RowLayout {
QQC2.AbstractButton {
id: nameButton
Layout.fillWidth: true
contentItem: QQC2.Label {
text: root.author.disambiguatedName
color: root.author.color
@@ -53,6 +52,13 @@ RowLayout {
}
Accessible.name: contentItem.text
onClicked: RoomManager.resolveResource(root.author.uri)
HoverHandler {
cursorShape: Qt.PointingHandCursor
}
}
Item {
Layout.fillWidth: true
}
QQC2.Label {
id: timeLabel

View File

@@ -74,6 +74,8 @@ QQC2.Control {
*/
property real maxContentWidth: -1
required property bool isPending
/**
* @brief The reply has been clicked.
*/
@@ -89,29 +91,43 @@ QQC2.Control {
*/
signal showMessageMenu
contentItem: ColumnLayout {
id: contentColumn
spacing: Kirigami.Units.smallSpacing
Repeater {
id: contentRepeater
model: root.contentModel
delegate: MessageComponentChooser {
room: root.room
index: root.index
actionsHandler: root.actionsHandler
timeline: root.timeline
maxContentWidth: root.maxContentWidth
contentItem: RowLayout {
Kirigami.Icon {
source: "content-loading-symbolic"
Layout.preferredWidth: Kirigami.Units.iconSizes.small
Layout.preferredHeight: Kirigami.Units.iconSizes.small
visible: root.isPending && Config.showLocalMessagesOnRight
}
ColumnLayout {
id: contentColumn
spacing: Kirigami.Units.smallSpacing
Repeater {
id: contentRepeater
model: root.contentModel
delegate: MessageComponentChooser {
room: root.room
index: root.index
actionsHandler: root.actionsHandler
timeline: root.timeline
maxContentWidth: root.maxContentWidth
onReplyClicked: eventId => {
root.replyClicked(eventId);
onReplyClicked: eventId => {
root.replyClicked(eventId);
}
onSelectedTextChanged: selectedText => {
root.selectedTextChanged(selectedText);
}
onShowMessageMenu: root.showMessageMenu()
onRemoveLinkPreview: index => root.contentModel.closeLinkPreview(index)
}
onSelectedTextChanged: selectedText => {
root.selectedTextChanged(selectedText);
}
onShowMessageMenu: root.showMessageMenu()
onRemoveLinkPreview: index => root.contentModel.closeLinkPreview(index)
}
}
Kirigami.Icon {
source: "content-loading-symbolic"
Layout.preferredWidth: Kirigami.Units.iconSizes.small
Layout.preferredHeight: Kirigami.Units.iconSizes.small
visible: root.isPending && !Config.showLocalMessagesOnRight
}
}
background: Kirigami.ShadowedRectangle {

View File

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

View File

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

View File

@@ -288,6 +288,8 @@ TimelineDelegate {
showHighlight: root.showHighlight
isPending: root.isPending
onReplyClicked: eventId => {
root.replyClicked(eventId);
}

View File

@@ -48,5 +48,6 @@ RowLayout {
color: root.author.color
text: root.author.disambiguatedName
elide: Text.ElideRight
textFormat: Text.PlainText
}
}

View File

@@ -23,6 +23,11 @@ QQC2.ItemDelegate {
topPadding: Kirigami.Units.largeSpacing
bottomPadding: 0 // Note not 0 by default
leftInset: 0
rightInset: 0
topInset: -1 // This -1 is intentional to stretch the background one more pixel to prevent a visual bug when scrolling
bottomInset: 0
contentItem: ColumnLayout {
spacing: Kirigami.Units.smallSpacing
Layout.fillWidth: true

View File

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

View File

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

View File

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