From f471dd2474d4b2dae6f43035a4ce454d0ee3772c Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 29 Oct 2018 22:28:28 +0100 Subject: [PATCH] Release 4.0.4 --- CHANGES.md | 2 +- COPYRIGHT | 2 +- Makefile | 7 +- docs/source/conf.py | 4 +- docs/source/quickstart.rst | 4 +- locale/ar/LC_MESSAGES/converse.json | 2 +- locale/ar/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/bg/LC_MESSAGES/converse.json | 2 +- locale/bg/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/ca/LC_MESSAGES/converse.json | 2 +- locale/ca/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/converse.pot | 262 ++++++++++++------------- locale/cs/LC_MESSAGES/converse.json | 2 +- locale/cs/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/de/LC_MESSAGES/converse.json | 2 +- locale/de/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/es/LC_MESSAGES/converse.json | 2 +- locale/es/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/eu/LC_MESSAGES/converse.json | 2 +- locale/eu/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/fr/LC_MESSAGES/converse.json | 2 +- locale/fr/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/he/LC_MESSAGES/converse.json | 2 +- locale/he/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/hi/LC_MESSAGES/converse.json | 2 +- locale/hi/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/hu/LC_MESSAGES/converse.json | 2 +- locale/hu/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/id/LC_MESSAGES/converse.json | 2 +- locale/id/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/it/LC_MESSAGES/converse.json | 2 +- locale/it/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/ja/LC_MESSAGES/converse.json | 2 +- locale/ja/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/lt/LC_MESSAGES/converse.json | 2 +- locale/lt/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/nb/LC_MESSAGES/converse.json | 2 +- locale/nb/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/nl/LC_MESSAGES/converse.json | 2 +- locale/nl/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/nl_BE/LC_MESSAGES/converse.json | 2 +- locale/nl_BE/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/pl/LC_MESSAGES/converse.json | 2 +- locale/pl/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/pt_BR/LC_MESSAGES/converse.json | 2 +- locale/pt_BR/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/ro/LC_MESSAGES/converse.json | 2 +- locale/ro/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/ru/LC_MESSAGES/converse.json | 2 +- locale/ru/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/tr/LC_MESSAGES/converse.json | 2 +- locale/tr/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/uk/LC_MESSAGES/converse.json | 2 +- locale/uk/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/zh_CN/LC_MESSAGES/converse.json | 2 +- locale/zh_CN/LC_MESSAGES/converse.po | 260 ++++++++++++------------ locale/zh_TW/LC_MESSAGES/converse.json | 2 +- locale/zh_TW/LC_MESSAGES/converse.po | 260 ++++++++++++------------ package-lock.json | 2 +- package.json | 2 +- src/headless/package-lock.json | 2 +- src/headless/package.json | 2 +- 62 files changed, 3552 insertions(+), 3549 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 59b450830..b0769a2a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 4.0.4 (Unreleased) +## 4.0.4 (2018-10-29) - Use [Lerna](https://lernajs.io/) to create the @converse/headless package - Use ES2015 modules instead of UMD. diff --git a/COPYRIGHT b/COPYRIGHT index 9cc586734..68b69ba97 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -2,7 +2,7 @@ * * An XMPP chat client that runs in the browser. * - * Version: 4.0.3 + * Version: 4.0.4 * * Copyright: JC Brand 2013-2018 * Except for 3rd party dependencies. diff --git a/Makefile b/Makefile index cbaeede5d..7c92d811a 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ serve_bg: dev ######################################################################## ## Translation machinery -GETTEXT = xgettext --language="JavaScript" --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot dist/converse-no-dependencies.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=4.0.3 -c +GETTEXT = xgettext --language="JavaScript" --keyword=__ --keyword=___ --from-code=UTF-8 --output=locale/converse.pot dist/converse-no-dependencies.js --package-name=Converse.js --copyright-holder="Jan-Carel Brand" --package-version=4.0.4 -c .PHONY: pot pot: dist/converse-no-dependencies-es2015.js @@ -100,6 +100,9 @@ release: make po2json make build +.PHONY: publish + $(LERNA) publish from-git + ######################################################################## ## Install dependencies @@ -207,7 +210,7 @@ build:: dev css $(BUILDS) locale.zip css/webfonts.zip css/webfonts.zip: css/webfonts/* zip -r css/webfonts.zip css/webfonts -locales.zip: +locale.zip: zip -r locale.zip locale --exclude *.pot --exclude *.po ######################################################################## diff --git a/docs/source/conf.py b/docs/source/conf.py index 6b45b64df..47e2cdd8c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ copyright = u'2018, JC Brand' # built documents. # # The short X.Y version. -version = '4.0.3' +version = '4.0.4' # The full version, including alpha/beta/rc tags. -release = '4.0.3' +release = '4.0.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 69c34322a..7d15c8b85 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -25,8 +25,8 @@ breakage when a new version is released and the above URLs load new resources. To load a specific version of Converse you can put the version in the URL, like so: -* https://cdn.conversejs.org/4.0.3/dist/converse.min.js -* https://cdn.conversejs.org/4.0.3/css/converse.min.css +* https://cdn.conversejs.org/4.0.4/dist/converse.min.js +* https://cdn.conversejs.org/4.0.4/css/converse.min.css You can include these two URLs inside the ** element of your website via the *script* and *link* tags: diff --git a/locale/ar/LC_MESSAGES/converse.json b/locale/ar/LC_MESSAGES/converse.json index 096fbb54e..2aef0e656 100644 --- a/locale/ar/LC_MESSAGES/converse.json +++ b/locale/ar/LC_MESSAGES/converse.json @@ -1 +1 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;","lang":"ar"},"Bookmark this groupchat":["إضافة فريق المحادثة هذا إلى الفواصل المرجعية"],"Would you like this groupchat to be automatically joined upon startup?":["هل تريد الإلتحاق آليًا بفريق المحادثة هذا مباشَرةً بعد الإتصال ؟"],"Cancel":["إلغاء"],"The name for this bookmark:":["تسمية الفاصلة المرجعية :"],"What should your nickname for this groupchat be?":["ما هو الإسم المُستعار الذي تريد استخدامه في فريق المحادثة هذا ؟"],"Save":["حفظ"],"Are you sure you want to remove the bookmark \"%1$s\"?":["هل أنت متأكد أنك تريد إزالة الفاصلة المرجعية \"%1$s\" ؟"],"Error":["خطأ"],"Sorry, something went wrong while trying to save your bookmark.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ بالفواصل المرجعية."],"Leave this groupchat":["مغادرة فريق المحادثة"],"Remove this bookmark":["إزالة هذه الفاصلة المرجعية"],"Unbookmark this groupchat":["تنحية فريق المحادثة مِن الفواصل المرجعية"],"Show more information on this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Click to open this groupchat":["أنقر لفتح فريق المحادثة هذا"],"Click to toggle the bookmarks list":["أنقر للإنتقال إلى قائمة الإشارات المرجعية"],"Bookmarks":["الفواصل المرجعية"],"Sorry, could not determine file upload URL.":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح. أجاب خادومك : \"%1$s\""],"Sorry, could not succesfully upload your file.":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح."],"Sorry, looks like file upload is not supported by your server.":["للأسف يبدو أن خاصية رفع الملفات لا يدعمها خادومكم."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":["عذراً، حدث خطأ:"],"Close this chat box":["إغلق نافذة المحادثة هذه"],"Are you sure you want to remove this contact?":["هل أنت متأكد أنك تريد حذف هذا المراسل ؟"],"Sorry, there was an error while trying to remove %1$s as a contact.":[""],"You have unread messages":["لقد ورَدَت إليك رسائل غير مقروءة"],"Hidden message":["رسالة مخفية"],"Message":["رسالة"],"Send":["إرسل"],"Optional hint":["دليل إختياري"],"Choose a file to send":["إختر الملف الذي تود إرساله"],"Remove messages":["حذف الرسائل"],"Write in the third person":["كتب كأنه شخص ثالث"],"Show this menu":["إظهار هذه القائمة"],"Are you sure you want to clear the messages from this conversation?":["هل أنت متأكد أنك تود مسح الرسائل مِن نافذة المحادثة هذه ؟"],"%1$s has gone offline":["%1$s قد قطع الإتصال"],"%1$s has gone away":["%1$s قد غاب"],"%1$s is busy":["%1$s مشغول"],"%1$s is online":["%1$s متصل"],"Username":["إسم المستخدِم"],"user@domain":["user@domain"],"Please enter a valid XMPP address":["يرجى إدخال عنوان XMPP صالح"],"Chat Contacts":["جهات الإتصال"],"Toggle chat":["الإنتقال إلى الدردشة"],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":["عذرا، لم نتمكن مِن الإتصال بخادوم XMPP عبر النطاق : %1$s"],"Show more":["عرض المزيد"],"Typing from another device":["يكتب عبر جهاز آخَر"],"%1$s is typing":["إنّ %1$s يكتب حاليا"],"Stopped typing on the other device":["توقّف عن الكتابة عبر الجهاز الآخَر"],"%1$s has stopped typing":["%1$s توقّفَ عن الكتابة"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["تصغير نافذة المحادثة هذه"],"Click to restore this chat":["أنقر لاستعادة هذه المحادثة"],"Minimized":["تصغير"],"This groupchat is not anonymous":["فريق المحادثة هذا ليس مجهولًا"],"This groupchat now shows unavailable members":["فريق المحادثة هذا يعرض الآن الأعضاء المشغولين"],"This groupchat does not show unavailable members":["فريق المحادثة هذا لا يعرض الأعضاء المشغولين"],"The groupchat configuration has changed":["تم تعديل خيارات فريق المحادثة"],"groupchat logging is now enabled":["الإلتحاق بفريق المحادثة مسموح الآن للجميع"],"groupchat logging is now disabled":["تم تعطيل امكانية الإلتحاق بفريق المحادثة"],"This groupchat is now no longer anonymous":["لم يَعُد فريق المحادثة مجهولا بعد الآن"],"This groupchat is now semi-anonymous":["أصبح فريق المحادثة مجهولا نسبيًا"],"This groupchat is now fully-anonymous":["أصبح فريق المحادثة الآن مجهولا تمامًا"],"A new groupchat has been created":["تم إنشاء فريق محادثة جديد"],"You have been banned from this groupchat":["لقد تم طردُك مِن فريق المحادثة هذا"],"You have been kicked from this groupchat":["لقد تم طردُك مؤقتًا مِن فريق المحادثة هذا"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["لقد تم طرد %1$s"],"%1$s's nickname has changed":["لقد قام %1$s بتغيير إسمه المُستعار"],"%1$s has been kicked out":["لقد تم طرد %1$s مِن فريق المحادثة مؤقتًا"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":["تمت إزالة %1$s لأنه ليس عضو مُنتم إلى الغرفة"],"Your nickname has been automatically set to %1$s":["لقد تم تغيير إسمك المستعار آليا إلى %1$s"],"Your nickname has been changed to %1$s":["لقد تم تغيير إسمك المُستعار إلى %1$s"],"Description:":["التفاصيل :"],"Groupchat Address (JID):":["عنوان فريق المحادثة (JID) :"],"Participants:":["المشتركون :"],"Features:":["الميزات :"],"Requires authentication":["يتطلّب المصادقة"],"Hidden":["خفية"],"Requires an invitation":["تستلزم دعوة"],"Moderated":["تحت الإشراف"],"Non-anonymous":["غير مجهولة"],"Open":["مفتوحة"],"Permanent":["دائم"],"Public":["عمومية"],"Semi-anonymous":["مجهولة نسبيًا"],"Temporary":["مُؤقّتة"],"Unmoderated":["ليست تحت الإشراف"],"Query for Groupchats":["البحث عن فِرق محادثة"],"Server address":["عنوان الخادوم"],"Show groupchats":["عرض فِرَق المحادثة"],"conference.example.org":["conference.example.org"],"No groupchats found":["لم يتم العثور على أي فريق محادثة"],"Groupchats found:":["تم العثور على فِرَق المحادثة :"],"Enter a new Groupchat":["الدخول إلى فريق محادثة جديد"],"Groupchat address":["عنوان فريق المحادثة"],"Optional nickname":["إسم مستعار اختياري"],"name@conference.example.org":["name@conference.example.org"],"Join":["الإلتحاق بالغرفة"],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["لم يعد %1$s مديرا لفريق المحادثة هذا بعد الآن"],"%1$s has been banned from this groupchat":["لقد تم طردُ %1$s مِن فريق المحادثة هذا"],"%1$s is no longer a moderator":["لم يعُد %1$s مِن المُشْرِفين"],"%1$s has been given a voice again":[""],"%1$s has been muted":["تم كتم %1$s"],"%1$s is now a moderator":["أصبح %1$s مُشرفًا"],"Close and leave this groupchat":["إغلاق فريق المحادثة هذا و مغادرته"],"Configure this groupchat":["إعداد فريق المحادثة"],"Show more details about this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Hide the list of participants":["إخفاء قائمة المشاركين"],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":["طرد المستخدِم من فريق المحادثة"],"Change user role to participant":["تغيير دور المستخدِم إلى مُشترِك"],"Kick user from groupchat":["طرد المستخدِم مؤقتًا مِن فريق المحادثة"],"Write in 3rd person":[""],"Grant membership to a user":["منح صفة العضوية لمستخدِم"],"Remove user's ability to post messages":["منع المستخدم مِن بعث رسائل"],"Change your nickname":["غيّر إسمك المُستعار"],"Grant moderator role to user":["ترقية المستخدِم إلى رتبة مشرف"],"Grant ownership of this groupchat":["منح صفة ملكية فريق المحادثة للمستخدِم"],"Register a nickname for this room":["قم بتسجيل اسم مستعار على هذه الغرفة"],"Revoke user's membership":["إسقاط صفة العضوية مِن المستخدِم"],"Set groupchat subject":["تحديد موضوع فريق المحادثة"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["السماح للمستخدم المكتوم نشر رسائل"],"The nickname you chose is reserved or currently in use, please choose a different one.":["إنّ الإسم المستعار الذي قمت باختياره محجوز أو مُستعمَل حاليا مِن طرف شخص آخَر، يُرجى اختيار إسمٍ آخَر."],"Please choose your nickname":["يرجى اختيار إسمك المُستعار"],"Nickname":["الإسم المُستعار"],"Enter groupchat":["الإلتحاق بفريق المحادثة"],"This groupchat requires a password":["فريق المحادثة مؤمَّن بكلمة سرية"],"Password: ":["كلمة السر : "],"Submit":["إرسال"],"This action was done by %1$s.":["قام %1$s بهذا الإجراء."],"The reason given is: \"%1$s\".":["السبب : \"%1$s\"."],"%1$s has left and re-entered the groupchat":["لقد انسحب %1$s مِن فريق المحادثة ثم قام بالإلتحاق به مجددا"],"%1$s has entered the groupchat":["لقد إلتحق %1$s بفريق المحادثة"],"%1$s has entered the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة. \"%2$s\""],"%1$s has entered and left the groupchat":["لقد إلتحق %1$s بفريق المحادثة ثم غادره"],"%1$s has entered and left the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة ثم غادره. \"%2$s\""],"%1$s has left the groupchat":["غادر %1$s فريق المحادثة"],"%1$s has left the groupchat. \"%2$s\"":["غادر %1$s فريق المحادثة. \"%2$s\""],"You are not on the member list of this groupchat.":["أنت لست مِن بين قائمة أعضاء فريق المحادثة هذا."],"You have been banned from this groupchat.":["لقد تم طردُك مِن فريق المحادثة هذا."],"No nickname was specified.":["لم تقم باختيار أي إسم مستعار."],"You are not allowed to create new groupchats.":["لا يُسمح لك بإنشاء فِرَق محادثة جُدد."],"Your nickname doesn't conform to this groupchat's policies.":["إنّ إسمك المستعار لا يتماشى مع سياسة فريق المحادثة هذا."],"This groupchat does not (yet) exist.":["فريق المحادثة هذا ليس له وُجود بعد."],"This groupchat has reached its maximum number of participants.":["لقد بلغ فريق المحادثة الحالي الحد الأقصى لاستيعاب الأعضاء."],"Remote server not found":[""],"The explanation given is: \"%1$s\".":["السبب : \"%1$s\"."],"Topic set by %1$s":["قام %1$s بتحديد الموضوع"],"Topic cleared by %1$s":["قام %1$s بمحو الموضوع"],"Groupchats":["فِرَق المحادثة"],"Add a new groupchat":["إضافة فريق محادثة جديد"],"Query for groupchats":["البحث عن فِرَق للمحادثة"],"Click to mention %1$s in your message.":["أنقر للإشارة إلى %1$s في رسالتك."],"This user is a moderator.":["إنّ هذا المستخدِم مشرف في الغرفة."],"This user can send messages in this groupchat.":["بإمكان هذا المستخدم إرسال رسائل إلى فريق المحادثة هذا."],"This user can NOT send messages in this groupchat.":["لا يمكن لهذا المستخدِم إرسال رسائل في فريق المحادثة هذا."],"Moderator":["المشرف"],"Visitor":[""],"Owner":[""],"Member":["عضو"],"Admin":[""],"Participants":[""],"Invite":["دعوة"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":["يُرجى إدخال إسم مستخدِم XMPP صحيح"],"You're not allowed to register yourself in this groupchat.":["لا يُسمح لك بتسجيل نفسك في فريق المحادثة هذا."],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":["قام %1$s بدعوتك للإلتحاق بفريق المحادثة : %2$s"],"Notification from %1$s":["إشعار مِن %1$s"],"%1$s says":["%1$s قال"],"OMEMO Message received":["تم تلقي رسالة أوميمو"],"has gone offline":["قد قطع الإتصال"],"has gone away":["قد غاب"],"is busy":["مشغول"],"has come online":["صار مُتّصلا الآن"],"wants to be your contact":["يُريد أن يُصبح مُراسلك"],"Sorry, an error occurred while trying to remove the devices.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة حذف الأجهزة."],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":["ملفك الشخصي"],"Close":["إغلاق"],"Email":["البريد الإلكتروني"],"Full Name":["الإسم الكامل"],"Role":["الدور"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":["عنوان الرابط"],"Sorry, an error happened while trying to save your profile data.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ ببيانات ملفك الشخصي."],"You can check your browser's developer console for any error output.":[""],"Away":["غائب"],"Busy":["مشغول"],"Custom status":["حالتك الخاصة"],"Offline":["غير متصل"],"Online":["مُتّصل"],"Away for long":["غائب لمدة قد تطول"],"Change chat status":["أنقر لتغيير حالة الدردشة"],"Personal status message":["رسالة الحالة الخاصة"],"I am %1$s":["أنا %1$s"],"Change settings":["تغيير الإعدادات"],"Click to change your chat status":["أنقر لتغيير حالتك للدردشة"],"Log out":["الخروج"],"Your profile":["ملفك الشخصي"],"Are you sure you want to log out?":["هل أنت متأكد أنك تريد الخروج ؟"],"online":["متصل"],"busy":["مشغول"],"away for long":["غائب لمدة قد تطول"],"away":["غائب"],"offline":["غير متصل"]," e.g. conversejs.org":[" مثال conversejs.org"],"Fetch registration form":["جارٍ جلب استمارة التسجيل"],"Tip: A list of public XMPP providers is available":[""],"here":["هنا"],"Sorry, we're unable to connect to your chosen provider.":["المعذرة، لم نتمكن بربطك بموفر خدمة المحادثة الذي قمت باختياره."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":["جارٍ تسجيل دخولك الآن"],"Registered successfully":["تم تسجيل حسابك بنجاح"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["أنقر لفتح قائمة فِرَق المحادثة"],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":["هل أنت متأكد أنك تريد الإنسحاب مِن فريق المحادثة %1$s ؟"],"Sorry, there was an error while trying to add %1$s as a contact.":["المعذرة، لقد حدث هناك خطأ أثناء محاولة إضافة %1$s كمُراسِل."],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["أْنقُر لإخفاء هؤلاء المراسلين"],"This contact is busy":["إنّ المُراسَل مشغول"],"This contact is online":["إنّ هذا المُراسَل غير مُتصل"],"This contact is offline":["هذا المراسل غير متصل"],"This contact is unavailable":["إنّ هذا المراسَل غير متوفر"],"This contact is away for an extended period":["لقد غاب هذا المستخدِم ثانية لفترة أطوَل"],"This contact is away":["إنّ هذا المراسَل غائب"],"Groups":["الفِرَق"],"My contacts":["جهات إتصالي"],"Pending contacts":["المُراسلون المُعلّقون"],"Contact requests":["طلبات التراسل"],"Ungrouped":[""],"Contact name":["إسم المراسل"],"Add a Contact":["إضافة مراسل"],"XMPP Address":["عنوان XMPP"],"name@example.org":["name@example.org"],"Add":["إضافة"],"Filter":["عامل التصفية"],"Filter by contact name":["فرز حسب اسم جهة الاتصال"],"Filter by group name":["فرز حسب اسم المجموعة"],"Filter by status":["تصنيف حسب الحالة"],"Any":["الكل"],"Unread":["غير مقروءة"],"Chatty":["كثيرة الدردشة"],"Extended Away":[""],"Click to remove %1$s as a contact":["أنقر لإزالة %1$s مِن قائمة مراسليك"],"Click to accept the contact request from %1$s":["أنقر لقبول طلب التراسل مع %1$s"],"Click to decline the contact request from %1$s":["أنقر لرفض طلب التراسل مع %1$s"],"Click to chat with %1$s (JID: %2$s)":["أنقر للتحدث مع %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["هل أنت متأكد أنك تود رفض طلب التراسل مع هذا المستخدِم ؟"],"Contacts":["جهات الإتصال"],"Add a contact":["إضافة مراسل"],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":["عنوان فريق المحادثة (JID)"],"Description":["الوصف"],"Topic":[""],"Topic author":[""],"Online users":["المستخدِدون المتصلون"],"Features":["الميزات"],"Password protected":["مؤمَّنة بكلمة سرية"],"This groupchat requires a password before entry":["كلمة السر لازمة للدخول إلى فريق المحادثة هذا"],"No password required":["بدون كلمة سرية"],"This groupchat does not require a password upon entry":["فريق المحادثة هذا لا يتطلّب كلمة سرية قبل الدخول إليها"],"This groupchat is not publicly searchable":["ليس بالإمكان البحث عن فريق المحادثة هذا عبر البحث العمومي"],"This groupchat is publicly searchable":["يمكن البحث العمومي عن فريق المحادثة هذا"],"Members only":["الأعضاء فقط"],"This groupchat is restricted to members only":["فريق المحادثة هذا مخصص للأعضاء المُنتمين إليه فقط"],"Anyone can join this groupchat":["يمكن للجميع الإلتحاق بفريق المحادثة هذا"],"Persistent":["دائمة"],"This groupchat persists even if it's unoccupied":["فريق المحادثة هذا غير زائل حتى و إن كان لا يحتوي على مقيمين"],"This groupchat will disappear once the last person leaves":["سوف يختفي فريق المحادثة هذا عندما يخرج منه آخِر مُستخدِم"],"Not anonymous":["غير مجهول"],"All other groupchat participants can see your XMPP username":["يُمكن لكل أعضاء فريق المحادثة الإطلاع على إسم المستخدِم XMPP الخاص بك"],"Only moderators can see your XMPP username":["بإمكان المشرفين فقط رؤية إسم XMPP الخاص بك"],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":["ليس تحت الإشراف"],"Participants entering this groupchat can write right away":[""],"Message archiving":["أرشفة الرسائل"],"Messages are archived on the server":["الرسائل محفوظة على الخادوم"],"No password":["بدون كلمة سرية"],"this groupchat is restricted to members only":["فريق المحادثة الحالي مخصص للأعضاء المُنتمين إليه فقط"],"XMPP Username:":["إسم المستخدِم :"],"Password:":["كلمة السر :"],"password":["كلمة السر"],"This is a trusted device":["أنا على جهاز أثق فيه"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is be supported.":[""],"Log in":["تسجيل الدخول"],"Click here to log in anonymously":["أُنقُر هنا لتسجيل الدخول كشخص مجهول"],"This message has been edited":["تم إعادة تحرير هذه الرسالة"],"Edit this message":["تعديل هذه الرسالة"],"Message versions":["أرشفة الرسائل"],"Save and close":["حفظ وإغلاق"],"This device's OMEMO fingerprint":["بصمة أوميمو الخاصة بهذا الجهاز"],"Select all":["اختيار الكل"],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":["الجهاز مِن دون بصمة"],"Remove checked devices and close":[""],"Don't have a chat account?":["لا تمتلك حسابًا للمحادثة بعدُ ؟"],"Create an account":["أنشئ حسابًا"],"Create your account":["إنشئ حسابك"],"Please enter the XMPP provider to register with:":["يرجى إدخال مزود خدمة XMPP الذي تود إنشاء حسابك فيه :"],"Already have a chat account?":["عندك حساب مُحادثة ؟"],"Log in here":["قم بتسجيل الدخول هنا"],"Account Registration:":["إنشاء حساب :"],"Register":["تسجيل حساب"],"Choose a different provider":["إختر مزود خدمة آخَر"],"Hold tight, we're fetching the registration form…":["تحلى بالصبر، جارٍ جلب استمارة التسجيل …"],"Messages are being sent in plaintext":[""],"The User's Profile Image":["الصورة الشخصية للمستخدم"],"OMEMO Fingerprints":["بصمات أوميمو"],"Trusted":["موثوق فيه"],"Untrusted":["غير موثوق فيه"],"Remove as contact":["إزالة مِن المراسِلين"],"Refresh":["تحديث"],"Download":["تنزيل"],"Download file \"%1$s\"":["تنزيل الملف: \"%1$s\""],"Download image \"%1$s\"":["تنزيل الصورة: \"%1$s\""],"Download video file \"%1$s\"":["تنزيل ملف الفيديو: \"%1$s\""],"Download audio file \"%1$s\"":["تنزيل الملف الصوتي: \"%1$s\""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;","lang":"ar"},"Bookmark this groupchat":["إضافة فريق المحادثة هذا إلى الفواصل المرجعية"],"Unbookmark this groupchat":["تنحية فريق المحادثة مِن الفواصل المرجعية"],"Would you like this groupchat to be automatically joined upon startup?":["هل تريد الإلتحاق آليًا بفريق المحادثة هذا مباشَرةً بعد الإتصال ؟"],"Cancel":["إلغاء"],"The name for this bookmark:":["تسمية الفاصلة المرجعية :"],"What should your nickname for this groupchat be?":["ما هو الإسم المُستعار الذي تريد استخدامه في فريق المحادثة هذا ؟"],"Save":["حفظ"],"Are you sure you want to remove the bookmark \"%1$s\"?":["هل أنت متأكد أنك تريد إزالة الفاصلة المرجعية \"%1$s\" ؟"],"Error":["خطأ"],"Sorry, something went wrong while trying to save your bookmark.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ بالفواصل المرجعية."],"Leave this groupchat":["مغادرة فريق المحادثة"],"Remove this bookmark":["إزالة هذه الفاصلة المرجعية"],"Show more information on this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Click to open this groupchat":["أنقر لفتح فريق المحادثة هذا"],"Click to toggle the bookmarks list":["أنقر للإنتقال إلى قائمة الإشارات المرجعية"],"Bookmarks":["الفواصل المرجعية"],"Close this chat box":["إغلق نافذة المحادثة هذه"],"Are you sure you want to remove this contact?":["هل أنت متأكد أنك تريد حذف هذا المراسل ؟"],"Sorry, there was an error while trying to remove %1$s as a contact.":[""],"You have unread messages":["لقد ورَدَت إليك رسائل غير مقروءة"],"Hidden message":["رسالة مخفية"],"Message":["رسالة"],"Send":["إرسل"],"Optional hint":["دليل إختياري"],"Choose a file to send":["إختر الملف الذي تود إرساله"],"Remove messages":["حذف الرسائل"],"Write in the third person":["كتب كأنه شخص ثالث"],"Show this menu":["إظهار هذه القائمة"],"Are you sure you want to clear the messages from this conversation?":["هل أنت متأكد أنك تود مسح الرسائل مِن نافذة المحادثة هذه ؟"],"%1$s has gone offline":["%1$s قد قطع الإتصال"],"%1$s has gone away":["%1$s قد غاب"],"%1$s is busy":["%1$s مشغول"],"%1$s is online":["%1$s متصل"],"Username":["إسم المستخدِم"],"user@domain":["user@domain"],"Please enter a valid XMPP address":["يرجى إدخال عنوان XMPP صالح"],"Chat Contacts":["جهات الإتصال"],"Toggle chat":["الإنتقال إلى الدردشة"],"Show more":["عرض المزيد"],"Typing from another device":["يكتب عبر جهاز آخَر"],"%1$s is typing":["إنّ %1$s يكتب حاليا"],"Stopped typing on the other device":["توقّف عن الكتابة عبر الجهاز الآخَر"],"%1$s has stopped typing":["%1$s توقّفَ عن الكتابة"],"Unencryptable OMEMO message":["رسالة أوميمو غير مشفّرة"],"Minimize this chat box":["تصغير نافذة المحادثة هذه"],"Click to restore this chat":["أنقر لاستعادة هذه المحادثة"],"Minimized":["تصغير"],"This groupchat is not anonymous":["فريق المحادثة هذا ليس مجهولًا"],"This groupchat now shows unavailable members":["فريق المحادثة هذا يعرض الآن الأعضاء المشغولين"],"This groupchat does not show unavailable members":["فريق المحادثة هذا لا يعرض الأعضاء المشغولين"],"The groupchat configuration has changed":["تم تعديل خيارات فريق المحادثة"],"groupchat logging is now enabled":["الإلتحاق بفريق المحادثة مسموح الآن للجميع"],"groupchat logging is now disabled":["تم تعطيل امكانية الإلتحاق بفريق المحادثة"],"This groupchat is now no longer anonymous":["لم يَعُد فريق المحادثة مجهولا بعد الآن"],"This groupchat is now semi-anonymous":["أصبح فريق المحادثة مجهولا نسبيًا"],"This groupchat is now fully-anonymous":["أصبح فريق المحادثة الآن مجهولا تمامًا"],"A new groupchat has been created":["تم إنشاء فريق محادثة جديد"],"You have been banned from this groupchat":["لقد تم طردُك مِن فريق المحادثة هذا"],"You have been kicked from this groupchat":["لقد تم طردُك مؤقتًا مِن فريق المحادثة هذا"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["لقد تم طرد %1$s"],"%1$s's nickname has changed":["لقد قام %1$s بتغيير إسمه المُستعار"],"%1$s has been kicked out":["لقد تم طرد %1$s مِن فريق المحادثة مؤقتًا"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":["تمت إزالة %1$s لأنه ليس عضو مُنتم إلى الغرفة"],"Your nickname has been automatically set to %1$s":["لقد تم تغيير إسمك المستعار آليا إلى %1$s"],"Your nickname has been changed to %1$s":["لقد تم تغيير إسمك المُستعار إلى %1$s"],"Description:":["التفاصيل :"],"Groupchat Address (JID):":["عنوان فريق المحادثة (JID) :"],"Participants:":["المشتركون :"],"Features:":["الميزات :"],"Requires authentication":["يتطلّب المصادقة"],"Hidden":["خفية"],"Requires an invitation":["تستلزم دعوة"],"Moderated":["تحت الإشراف"],"Non-anonymous":["غير مجهولة"],"Open":["مفتوحة"],"Permanent":["دائم"],"Public":["عمومية"],"Semi-anonymous":["مجهولة نسبيًا"],"Temporary":["مُؤقّتة"],"Unmoderated":["ليست تحت الإشراف"],"Query for Groupchats":["البحث عن فِرق محادثة"],"Server address":["عنوان الخادوم"],"Show groupchats":["عرض فِرَق المحادثة"],"conference.example.org":["conference.example.org"],"No groupchats found":["لم يتم العثور على أي فريق محادثة"],"Groupchats found:":["تم العثور على فِرَق المحادثة :"],"Enter a new Groupchat":["الدخول إلى فريق محادثة جديد"],"Groupchat address":["عنوان فريق المحادثة"],"Optional nickname":["إسم مستعار اختياري"],"name@conference.example.org":["name@conference.example.org"],"Join":["الإلتحاق بالغرفة"],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["لم يعد %1$s مديرا لفريق المحادثة هذا بعد الآن"],"%1$s has been banned from this groupchat":["لقد تم طردُ %1$s مِن فريق المحادثة هذا"],"%1$s is no longer a moderator":["لم يعُد %1$s مِن المُشْرِفين"],"%1$s has been given a voice again":[""],"%1$s has been muted":["تم كتم %1$s"],"%1$s is now a moderator":["أصبح %1$s مُشرفًا"],"Close and leave this groupchat":["إغلاق فريق المحادثة هذا و مغادرته"],"Configure this groupchat":["إعداد فريق المحادثة"],"Show more details about this groupchat":["عرض المزيد مِن التفاصيل عن فريق المحادثة هذا"],"Hide the list of participants":["إخفاء قائمة المشاركين"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":["طرد المستخدِم من فريق المحادثة"],"Change user role to participant":["تغيير دور المستخدِم إلى مُشترِك"],"Kick user from groupchat":["طرد المستخدِم مؤقتًا مِن فريق المحادثة"],"Write in 3rd person":[""],"Grant membership to a user":["منح صفة العضوية لمستخدِم"],"Remove user's ability to post messages":["منع المستخدم مِن بعث رسائل"],"Change your nickname":["غيّر إسمك المُستعار"],"Grant moderator role to user":["ترقية المستخدِم إلى رتبة مشرف"],"Grant ownership of this groupchat":["منح صفة ملكية فريق المحادثة للمستخدِم"],"Register a nickname for this room":["قم بتسجيل اسم مستعار على هذه الغرفة"],"Revoke user's membership":["إسقاط صفة العضوية مِن المستخدِم"],"Set groupchat subject":["تحديد موضوع فريق المحادثة"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["السماح للمستخدم المكتوم نشر رسائل"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["إنّ الإسم المستعار الذي قمت باختياره محجوز أو مُستعمَل حاليا مِن طرف شخص آخَر، يُرجى اختيار إسمٍ آخَر."],"Please choose your nickname":["يرجى اختيار إسمك المُستعار"],"Nickname":["الإسم المُستعار"],"Enter groupchat":["الإلتحاق بفريق المحادثة"],"This groupchat requires a password":["فريق المحادثة مؤمَّن بكلمة سرية"],"Password: ":["كلمة السر : "],"Submit":["إرسال"],"This action was done by %1$s.":["قام %1$s بهذا الإجراء."],"The reason given is: \"%1$s\".":["السبب : \"%1$s\"."],"%1$s has left and re-entered the groupchat":["لقد انسحب %1$s مِن فريق المحادثة ثم قام بالإلتحاق به مجددا"],"%1$s has entered the groupchat":["لقد إلتحق %1$s بفريق المحادثة"],"%1$s has entered the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة. \"%2$s\""],"%1$s has entered and left the groupchat":["لقد إلتحق %1$s بفريق المحادثة ثم غادره"],"%1$s has entered and left the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة ثم غادره. \"%2$s\""],"%1$s has left the groupchat":["غادر %1$s فريق المحادثة"],"%1$s has left the groupchat. \"%2$s\"":["غادر %1$s فريق المحادثة. \"%2$s\""],"You are not on the member list of this groupchat.":["أنت لست مِن بين قائمة أعضاء فريق المحادثة هذا."],"You have been banned from this groupchat.":["لقد تم طردُك مِن فريق المحادثة هذا."],"No nickname was specified.":["لم تقم باختيار أي إسم مستعار."],"You are not allowed to create new groupchats.":["لا يُسمح لك بإنشاء فِرَق محادثة جُدد."],"Your nickname doesn't conform to this groupchat's policies.":["إنّ إسمك المستعار لا يتماشى مع سياسة فريق المحادثة هذا."],"This groupchat does not (yet) exist.":["فريق المحادثة هذا ليس له وُجود بعد."],"This groupchat has reached its maximum number of participants.":["لقد بلغ فريق المحادثة الحالي الحد الأقصى لاستيعاب الأعضاء."],"Remote server not found":["لم يتم العثور على الخادم عن بُعد"],"The explanation given is: \"%1$s\".":["السبب : \"%1$s\"."],"Topic set by %1$s":["قام %1$s بتحديد الموضوع"],"Topic cleared by %1$s":["قام %1$s بمحو الموضوع"],"Groupchats":["فِرَق المحادثة"],"Add a new groupchat":["إضافة فريق محادثة جديد"],"Query for groupchats":["البحث عن فِرَق للمحادثة"],"Click to mention %1$s in your message.":["أنقر للإشارة إلى %1$s في رسالتك."],"This user is a moderator.":["إنّ هذا المستخدِم مشرف في الغرفة."],"This user can send messages in this groupchat.":["بإمكان هذا المستخدم إرسال رسائل إلى فريق المحادثة هذا."],"This user can NOT send messages in this groupchat.":["لا يمكن لهذا المستخدِم إرسال رسائل في فريق المحادثة هذا."],"Moderator":["المشرف"],"Visitor":["زائر"],"Owner":["مالك"],"Member":["عضو"],"Admin":["المدير"],"Participants":["المشاركون"],"Invite":["دعوة"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":["يُرجى إدخال إسم مستخدِم XMPP صحيح"],"Notification from %1$s":["إشعار مِن %1$s"],"%1$s says":["%1$s قال"],"OMEMO Message received":["تم تلقي رسالة أوميمو"],"has gone offline":["قد قطع الإتصال"],"has gone away":["قد غاب"],"is busy":["مشغول"],"has come online":["صار مُتّصلا الآن"],"wants to be your contact":["يُريد أن يُصبح مُراسلك"],"Sorry, an error occurred while trying to remove the devices.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة حذف الأجهزة."],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":["المعذرة، لا يمكن إرسال الرسالة بسبب خطأ."],"Your avatar image":["صورتك الرمزية"],"Your Profile":["ملفك الشخصي"],"Close":["إغلاق"],"Email":["البريد الإلكتروني"],"Full Name":["الإسم الكامل"],"Role":["الدور"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":["عنوان الرابط"],"Sorry, an error happened while trying to save your profile data.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ ببيانات ملفك الشخصي."],"You can check your browser's developer console for any error output.":[""],"Away":["غائب"],"Busy":["مشغول"],"Custom status":["حالتك الخاصة"],"Offline":["غير متصل"],"Online":["مُتّصل"],"Away for long":["غائب لمدة قد تطول"],"Change chat status":["أنقر لتغيير حالة الدردشة"],"Personal status message":["رسالة الحالة الخاصة"],"I am %1$s":["أنا %1$s"],"Change settings":["تغيير الإعدادات"],"Click to change your chat status":["أنقر لتغيير حالتك للدردشة"],"Log out":["الخروج"],"Your profile":["ملفك الشخصي"],"Are you sure you want to log out?":["هل أنت متأكد أنك تريد الخروج ؟"],"online":["متصل"],"busy":["مشغول"],"away for long":["غائب لمدة قد تطول"],"away":["غائب"],"offline":["غير متصل"]," e.g. conversejs.org":[" مثال conversejs.org"],"Fetch registration form":["جارٍ جلب استمارة التسجيل"],"Tip: A list of public XMPP providers is available":[""],"here":["هنا"],"Sorry, we're unable to connect to your chosen provider.":["المعذرة، لم نتمكن بربطك بموفر خدمة المحادثة الذي قمت باختياره."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":["جارٍ تسجيل دخولك الآن"],"Registered successfully":["تم تسجيل حسابك بنجاح"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["أنقر لفتح قائمة فِرَق المحادثة"],"Open Groupchats":["فتح فِرق الدردشات الجماعية"],"Are you sure you want to leave the groupchat %1$s?":["هل أنت متأكد أنك تريد الإنسحاب مِن فريق المحادثة %1$s ؟"],"This contact is busy":["إنّ المُراسَل مشغول"],"This contact is online":["إنّ هذا المُراسَل غير مُتصل"],"This contact is offline":["هذا المراسل غير متصل"],"This contact is unavailable":["إنّ هذا المراسَل غير متوفر"],"This contact is away for an extended period":["لقد غاب هذا المستخدِم ثانية لفترة أطوَل"],"This contact is away":["إنّ هذا المراسَل غائب"],"Groups":["الفِرَق"],"My contacts":["جهات إتصالي"],"Pending contacts":["المُراسلون المُعلّقون"],"Contact requests":["طلبات التراسل"],"Ungrouped":[""],"Contact name":["إسم المراسل"],"Add a Contact":["إضافة مراسل"],"XMPP Address":["عنوان XMPP"],"name@example.org":["name@example.org"],"Add":["إضافة"],"Filter":["عامل التصفية"],"Filter by contact name":["فرز حسب اسم جهة الاتصال"],"Filter by group name":["فرز حسب اسم المجموعة"],"Filter by status":["تصنيف حسب الحالة"],"Any":["الكل"],"Unread":["غير مقروءة"],"Chatty":["كثيرة الدردشة"],"Extended Away":["تمديد فترة الغياب"],"Click to remove %1$s as a contact":["أنقر لإزالة %1$s مِن قائمة مراسليك"],"Click to accept the contact request from %1$s":["أنقر لقبول طلب التراسل مع %1$s"],"Click to decline the contact request from %1$s":["أنقر لرفض طلب التراسل مع %1$s"],"Click to chat with %1$s (JID: %2$s)":["أنقر للتحدث مع %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["هل أنت متأكد أنك تود رفض طلب التراسل مع هذا المستخدِم ؟"],"Contacts":["جهات الإتصال"],"Add a contact":["إضافة مراسل"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح. أجاب خادومك : \"%1$s\""],"Sorry, could not succesfully upload your file.":["للأسف لم نتمكّن مِن القيام برفع ملفك بنجاح."],"Sorry, looks like file upload is not supported by your server.":["للأسف يبدو أن خاصية رفع الملفات لا يدعمها خادومكم."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":["عذراً، حدث خطأ:"],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":["عذرا، لم نتمكن مِن الإتصال بخادوم XMPP عبر النطاق : %1$s"],"You're not allowed to register yourself in this groupchat.":["لا يُسمح لك بتسجيل نفسك في فريق المحادثة هذا."],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":["قام %1$s بدعوتك للإلتحاق بفريق المحادثة : %2$s"],"Sorry, there was an error while trying to add %1$s as a contact.":["المعذرة، لقد حدث هناك خطأ أثناء محاولة إضافة %1$s كمُراسِل."],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["أْنقُر لإخفاء هؤلاء المراسلين"],"The conversation has moved. Click below to enter.":[""],"Name":["الإسم"],"Groupchat address (JID)":["عنوان فريق المحادثة (JID)"],"Description":["الوصف"],"Topic":["الموضوع"],"Topic author":["كاتب الموضوع"],"Online users":["المستخدِدون المتصلون"],"Features":["الميزات"],"Password protected":["مؤمَّنة بكلمة سرية"],"This groupchat requires a password before entry":["كلمة السر لازمة للدخول إلى فريق المحادثة هذا"],"No password required":["بدون كلمة سرية"],"This groupchat does not require a password upon entry":["فريق المحادثة هذا لا يتطلّب كلمة سرية قبل الدخول إليها"],"This groupchat is not publicly searchable":["ليس بالإمكان البحث عن فريق المحادثة هذا عبر البحث العمومي"],"This groupchat is publicly searchable":["يمكن البحث العمومي عن فريق المحادثة هذا"],"Members only":["الأعضاء فقط"],"This groupchat is restricted to members only":["فريق المحادثة هذا مخصص للأعضاء المُنتمين إليه فقط"],"Anyone can join this groupchat":["يمكن للجميع الإلتحاق بفريق المحادثة هذا"],"Persistent":["دائمة"],"This groupchat persists even if it's unoccupied":["فريق المحادثة هذا غير زائل حتى و إن كان لا يحتوي على مقيمين"],"This groupchat will disappear once the last person leaves":["سوف يختفي فريق المحادثة هذا عندما يخرج منه آخِر مُستخدِم"],"Not anonymous":["غير مجهول"],"All other groupchat participants can see your XMPP username":["يُمكن لكل أعضاء فريق المحادثة الإطلاع على إسم المستخدِم XMPP الخاص بك"],"Only moderators can see your XMPP username":["بإمكان المشرفين فقط رؤية إسم XMPP الخاص بك"],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":["ليس تحت الإشراف"],"Participants entering this groupchat can write right away":[""],"Message archiving":["أرشفة الرسائل"],"Messages are archived on the server":["الرسائل محفوظة على الخادوم"],"No password":["بدون كلمة سرية"],"this groupchat is restricted to members only":["فريق المحادثة الحالي مخصص للأعضاء المُنتمين إليه فقط"],"XMPP Username:":["إسم المستخدِم :"],"Password:":["كلمة السر :"],"password":["كلمة السر"],"This is a trusted device":["أنا على جهاز أثق فيه"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":["تسجيل الدخول"],"Click here to log in anonymously":["أُنقُر هنا لتسجيل الدخول كشخص مجهول"],"This message has been edited":["تم إعادة تحرير هذه الرسالة"],"Edit this message":["تعديل هذه الرسالة"],"Message versions":["أرشفة الرسائل"],"Save and close":["حفظ وإغلاق"],"This device's OMEMO fingerprint":["بصمة أوميمو الخاصة بهذا الجهاز"],"Select all":["اختيار الكل"],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":["الأجهزة الأخرى التي تدعم أوميمو"],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":["الجهاز مِن دون بصمة"],"Remove checked devices and close":["أزالة الأجهزة التي تم اختيارها ثم إغلاق"],"Don't have a chat account?":["لا تمتلك حسابًا للمحادثة بعدُ ؟"],"Create an account":["أنشئ حسابًا"],"Create your account":["إنشئ حسابك"],"Please enter the XMPP provider to register with:":["يرجى إدخال مزود خدمة XMPP الذي تود إنشاء حسابك فيه :"],"Already have a chat account?":["عندك حساب مُحادثة ؟"],"Log in here":["قم بتسجيل الدخول هنا"],"Account Registration:":["إنشاء حساب :"],"Register":["تسجيل حساب"],"Choose a different provider":["إختر مزود خدمة آخَر"],"Hold tight, we're fetching the registration form…":["تحلى بالصبر، جارٍ جلب استمارة التسجيل …"],"Messages are being sent in plaintext":["يتم إرسال الرسائل كنص عادي صاف"],"The User's Profile Image":["الصورة الشخصية للمستخدم"],"OMEMO Fingerprints":["بصمات أوميمو"],"Trusted":["موثوق فيه"],"Untrusted":["غير موثوق فيه"],"Remove as contact":["إزالة مِن المراسِلين"],"Refresh":["تحديث"],"Download audio file \"%1$s\"":["تنزيل الملف الصوتي: \"%1$s\""],"Download file \"%1$s\"":["تنزيل الملف: \"%1$s\""],"Download image \"%1$s\"":["تنزيل الصورة: \"%1$s\""],"Download":["تنزيل"],"Download video file \"%1$s\"":["تنزيل ملف الفيديو: \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/ar/LC_MESSAGES/converse.po b/locale/ar/LC_MESSAGES/converse.po index c33889b4e..010f54c67 100644 --- a/locale/ar/LC_MESSAGES/converse.po +++ b/locale/ar/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-10-23 10:22+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" "Language-Team: Bulgarian \n" "Language-Team: Catalan \n" "Language-Team: LANGUAGE \n" @@ -36,7 +36,7 @@ msgstr "" #: dist/converse-no-dependencies.js:40021 #: dist/converse-no-dependencies.js:48695 -#: dist/converse-no-dependencies.js:84941 +#: dist/converse-no-dependencies.js:84942 msgid "Cancel" msgstr "" @@ -372,8 +372,8 @@ msgid "Requires authentication" msgstr "" #: dist/converse-no-dependencies.js:45009 -#: dist/converse-no-dependencies.js:83248 -#: dist/converse-no-dependencies.js:83404 +#: dist/converse-no-dependencies.js:83249 +#: dist/converse-no-dependencies.js:83405 msgid "Hidden" msgstr "" @@ -382,8 +382,8 @@ msgid "Requires an invitation" msgstr "" #: dist/converse-no-dependencies.js:45011 -#: dist/converse-no-dependencies.js:83312 -#: dist/converse-no-dependencies.js:83468 +#: dist/converse-no-dependencies.js:83313 +#: dist/converse-no-dependencies.js:83469 msgid "Moderated" msgstr "" @@ -392,8 +392,8 @@ msgid "Non-anonymous" msgstr "" #: dist/converse-no-dependencies.js:45013 -#: dist/converse-no-dependencies.js:83272 -#: dist/converse-no-dependencies.js:83428 +#: dist/converse-no-dependencies.js:83273 +#: dist/converse-no-dependencies.js:83429 msgid "Open" msgstr "" @@ -402,20 +402,20 @@ msgid "Permanent" msgstr "" #: dist/converse-no-dependencies.js:45015 -#: dist/converse-no-dependencies.js:83256 -#: dist/converse-no-dependencies.js:83412 +#: dist/converse-no-dependencies.js:83257 +#: dist/converse-no-dependencies.js:83413 msgid "Public" msgstr "" #: dist/converse-no-dependencies.js:45016 -#: dist/converse-no-dependencies.js:83304 -#: dist/converse-no-dependencies.js:83460 +#: dist/converse-no-dependencies.js:83305 +#: dist/converse-no-dependencies.js:83461 msgid "Semi-anonymous" msgstr "" #: dist/converse-no-dependencies.js:45017 -#: dist/converse-no-dependencies.js:83288 -#: dist/converse-no-dependencies.js:83444 +#: dist/converse-no-dependencies.js:83289 +#: dist/converse-no-dependencies.js:83445 msgid "Temporary" msgstr "" @@ -648,7 +648,7 @@ msgstr "" #: dist/converse-no-dependencies.js:46103 #: dist/converse-no-dependencies.js:48610 -#: dist/converse-no-dependencies.js:85737 +#: dist/converse-no-dependencies.js:85738 msgid "Nickname" msgstr "" @@ -903,20 +903,20 @@ msgstr "" #: dist/converse-no-dependencies.js:48606 #: dist/converse-no-dependencies.js:48693 -#: dist/converse-no-dependencies.js:83334 -#: dist/converse-no-dependencies.js:84493 -#: dist/converse-no-dependencies.js:85711 -#: dist/converse-no-dependencies.js:85831 +#: dist/converse-no-dependencies.js:83335 +#: dist/converse-no-dependencies.js:84494 +#: dist/converse-no-dependencies.js:85712 +#: dist/converse-no-dependencies.js:85832 msgid "Close" msgstr "" #: dist/converse-no-dependencies.js:48607 -#: dist/converse-no-dependencies.js:85755 +#: dist/converse-no-dependencies.js:85756 msgid "Email" msgstr "" #: dist/converse-no-dependencies.js:48608 -#: dist/converse-no-dependencies.js:85725 +#: dist/converse-no-dependencies.js:85726 msgid "Full Name" msgstr "" @@ -925,7 +925,7 @@ msgid "XMPP Address (JID)" msgstr "" #: dist/converse-no-dependencies.js:48611 -#: dist/converse-no-dependencies.js:85765 +#: dist/converse-no-dependencies.js:85766 msgid "Role" msgstr "" @@ -936,7 +936,7 @@ msgid "" msgstr "" #: dist/converse-no-dependencies.js:48613 -#: dist/converse-no-dependencies.js:85745 +#: dist/converse-no-dependencies.js:85746 msgid "URL" msgstr "" @@ -1143,7 +1143,7 @@ msgid "Add a Contact" msgstr "" #: dist/converse-no-dependencies.js:50282 -#: dist/converse-no-dependencies.js:85731 +#: dist/converse-no-dependencies.js:85732 msgid "XMPP Address" msgstr "" @@ -1254,230 +1254,230 @@ msgstr "" msgid "Sorry, an error occurred:" msgstr "" -#: dist/converse-no-dependencies.js:54311 +#: dist/converse-no-dependencies.js:54312 msgid "The XMPP server did not offer a supported authentication mechanism" msgstr "" -#: dist/converse-no-dependencies.js:54309 +#: dist/converse-no-dependencies.js:54310 #, javascript-format msgid "Sorry, we could not connect to the XMPP host with domain: %1$s" msgstr "" -#: dist/converse-no-dependencies.js:57910 +#: dist/converse-no-dependencies.js:57911 msgid "You're not allowed to register yourself in this groupchat." msgstr "" -#: dist/converse-no-dependencies.js:57912 +#: dist/converse-no-dependencies.js:57913 msgid "" "You're not allowed to register in this groupchat because it's members-only." msgstr "" -#: dist/converse-no-dependencies.js:57943 +#: dist/converse-no-dependencies.js:57944 msgid "" "Can't register your nickname in this groupchat, it doesn't support " "registration." msgstr "" -#: dist/converse-no-dependencies.js:57945 +#: dist/converse-no-dependencies.js:57946 msgid "" "Can't register your nickname in this groupchat, invalid data form supplied." msgstr "" -#: dist/converse-no-dependencies.js:58399 +#: dist/converse-no-dependencies.js:58400 #, javascript-format msgid "%1$s has invited you to join a groupchat: %2$s" msgstr "" -#: dist/converse-no-dependencies.js:58401 +#: dist/converse-no-dependencies.js:58402 #, javascript-format msgid "" "%1$s has invited you to join a groupchat: %2$s, and left the following " "reason: \"%3$s\"" msgstr "" -#: dist/converse-no-dependencies.js:58492 +#: dist/converse-no-dependencies.js:58493 #, javascript-format msgid "Error: the groupchat %1$s does not exist." msgstr "" -#: dist/converse-no-dependencies.js:58494 +#: dist/converse-no-dependencies.js:58495 msgid "Sorry, you're not allowed to register in this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:59388 +#: dist/converse-no-dependencies.js:59389 #, javascript-format msgid "Sorry, there was an error while trying to add %1$s as a contact." msgstr "" -#: dist/converse-no-dependencies.js:59605 +#: dist/converse-no-dependencies.js:59606 msgid "This client does not allow presence subscriptions" msgstr "" -#: dist/converse-no-dependencies.js:59718 +#: dist/converse-no-dependencies.js:59719 msgid "Click to hide these contacts" msgstr "" -#: dist/converse-no-dependencies.js:83167 +#: dist/converse-no-dependencies.js:83168 msgid "This room no longer exists" msgstr "" -#: dist/converse-no-dependencies.js:83173 +#: dist/converse-no-dependencies.js:83174 msgid "The conversation has moved. Click below to enter." msgstr "" -#: dist/converse-no-dependencies.js:83200 +#: dist/converse-no-dependencies.js:83201 msgid "Name" msgstr "" -#: dist/converse-no-dependencies.js:83204 +#: dist/converse-no-dependencies.js:83205 msgid "Groupchat address (JID)" msgstr "" -#: dist/converse-no-dependencies.js:83208 +#: dist/converse-no-dependencies.js:83209 msgid "Description" msgstr "" -#: dist/converse-no-dependencies.js:83214 +#: dist/converse-no-dependencies.js:83215 msgid "Topic" msgstr "" -#: dist/converse-no-dependencies.js:83218 +#: dist/converse-no-dependencies.js:83219 msgid "Topic author" msgstr "" -#: dist/converse-no-dependencies.js:83224 +#: dist/converse-no-dependencies.js:83225 msgid "Online users" msgstr "" -#: dist/converse-no-dependencies.js:83228 -#: dist/converse-no-dependencies.js:83380 +#: dist/converse-no-dependencies.js:83229 +#: dist/converse-no-dependencies.js:83381 msgid "Features" msgstr "" -#: dist/converse-no-dependencies.js:83232 -#: dist/converse-no-dependencies.js:83388 +#: dist/converse-no-dependencies.js:83233 +#: dist/converse-no-dependencies.js:83389 msgid "Password protected" msgstr "" -#: dist/converse-no-dependencies.js:83234 -#: dist/converse-no-dependencies.js:83386 +#: dist/converse-no-dependencies.js:83235 +#: dist/converse-no-dependencies.js:83387 msgid "This groupchat requires a password before entry" msgstr "" -#: dist/converse-no-dependencies.js:83240 +#: dist/converse-no-dependencies.js:83241 msgid "No password required" msgstr "" -#: dist/converse-no-dependencies.js:83242 -#: dist/converse-no-dependencies.js:83394 +#: dist/converse-no-dependencies.js:83243 +#: dist/converse-no-dependencies.js:83395 msgid "This groupchat does not require a password upon entry" msgstr "" -#: dist/converse-no-dependencies.js:83250 -#: dist/converse-no-dependencies.js:83402 +#: dist/converse-no-dependencies.js:83251 +#: dist/converse-no-dependencies.js:83403 msgid "This groupchat is not publicly searchable" msgstr "" -#: dist/converse-no-dependencies.js:83258 -#: dist/converse-no-dependencies.js:83410 +#: dist/converse-no-dependencies.js:83259 +#: dist/converse-no-dependencies.js:83411 msgid "This groupchat is publicly searchable" msgstr "" -#: dist/converse-no-dependencies.js:83264 -#: dist/converse-no-dependencies.js:83420 +#: dist/converse-no-dependencies.js:83265 +#: dist/converse-no-dependencies.js:83421 msgid "Members only" msgstr "" -#: dist/converse-no-dependencies.js:83266 +#: dist/converse-no-dependencies.js:83267 msgid "This groupchat is restricted to members only" msgstr "" -#: dist/converse-no-dependencies.js:83274 -#: dist/converse-no-dependencies.js:83426 +#: dist/converse-no-dependencies.js:83275 +#: dist/converse-no-dependencies.js:83427 msgid "Anyone can join this groupchat" msgstr "" -#: dist/converse-no-dependencies.js:83280 -#: dist/converse-no-dependencies.js:83436 +#: dist/converse-no-dependencies.js:83281 +#: dist/converse-no-dependencies.js:83437 msgid "Persistent" msgstr "" -#: dist/converse-no-dependencies.js:83282 -#: dist/converse-no-dependencies.js:83434 +#: dist/converse-no-dependencies.js:83283 +#: dist/converse-no-dependencies.js:83435 msgid "This groupchat persists even if it's unoccupied" msgstr "" -#: dist/converse-no-dependencies.js:83290 -#: dist/converse-no-dependencies.js:83442 +#: dist/converse-no-dependencies.js:83291 +#: dist/converse-no-dependencies.js:83443 msgid "This groupchat will disappear once the last person leaves" msgstr "" -#: dist/converse-no-dependencies.js:83296 -#: dist/converse-no-dependencies.js:83452 +#: dist/converse-no-dependencies.js:83297 +#: dist/converse-no-dependencies.js:83453 msgid "Not anonymous" msgstr "" -#: dist/converse-no-dependencies.js:83298 -#: dist/converse-no-dependencies.js:83450 +#: dist/converse-no-dependencies.js:83299 +#: dist/converse-no-dependencies.js:83451 msgid "All other groupchat participants can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:83306 -#: dist/converse-no-dependencies.js:83458 +#: dist/converse-no-dependencies.js:83307 +#: dist/converse-no-dependencies.js:83459 msgid "Only moderators can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:83314 -#: dist/converse-no-dependencies.js:83466 +#: dist/converse-no-dependencies.js:83315 +#: dist/converse-no-dependencies.js:83467 msgid "" "Participants entering this groupchat need to request permission to write" msgstr "" -#: dist/converse-no-dependencies.js:83320 -#: dist/converse-no-dependencies.js:83476 +#: dist/converse-no-dependencies.js:83321 +#: dist/converse-no-dependencies.js:83477 msgid "Not moderated" msgstr "" -#: dist/converse-no-dependencies.js:83322 -#: dist/converse-no-dependencies.js:83474 +#: dist/converse-no-dependencies.js:83323 +#: dist/converse-no-dependencies.js:83475 msgid "Participants entering this groupchat can write right away" msgstr "" -#: dist/converse-no-dependencies.js:83328 -#: dist/converse-no-dependencies.js:83484 +#: dist/converse-no-dependencies.js:83329 +#: dist/converse-no-dependencies.js:83485 msgid "Message archiving" msgstr "" -#: dist/converse-no-dependencies.js:83330 -#: dist/converse-no-dependencies.js:83482 +#: dist/converse-no-dependencies.js:83331 +#: dist/converse-no-dependencies.js:83483 msgid "Messages are archived on the server" msgstr "" -#: dist/converse-no-dependencies.js:83396 +#: dist/converse-no-dependencies.js:83397 msgid "No password" msgstr "" -#: dist/converse-no-dependencies.js:83418 +#: dist/converse-no-dependencies.js:83419 msgid "this groupchat is restricted to members only" msgstr "" -#: dist/converse-no-dependencies.js:84315 +#: dist/converse-no-dependencies.js:84316 msgid "XMPP Username:" msgstr "" -#: dist/converse-no-dependencies.js:84321 +#: dist/converse-no-dependencies.js:84322 msgid "Password:" msgstr "" -#: dist/converse-no-dependencies.js:84323 +#: dist/converse-no-dependencies.js:84324 msgid "password" msgstr "" -#: dist/converse-no-dependencies.js:84331 +#: dist/converse-no-dependencies.js:84332 msgid "This is a trusted device" msgstr "" -#: dist/converse-no-dependencies.js:84333 +#: dist/converse-no-dependencies.js:84334 msgid "" "To improve performance, we cache your data in this browser. Uncheck this box " "if this is a public computer or if you want your data to be deleted when you " @@ -1486,149 +1486,149 @@ msgid "" "OMEMO encryption is NOT available." msgstr "" -#: dist/converse-no-dependencies.js:84335 +#: dist/converse-no-dependencies.js:84336 msgid "Log in" msgstr "" -#: dist/converse-no-dependencies.js:84341 +#: dist/converse-no-dependencies.js:84342 msgid "Click here to log in anonymously" msgstr "" -#: dist/converse-no-dependencies.js:84430 +#: dist/converse-no-dependencies.js:84431 msgid "This message has been edited" msgstr "" -#: dist/converse-no-dependencies.js:84456 +#: dist/converse-no-dependencies.js:84457 msgid "Edit this message" msgstr "" -#: dist/converse-no-dependencies.js:84481 +#: dist/converse-no-dependencies.js:84482 msgid "Message versions" msgstr "" -#: dist/converse-no-dependencies.js:84706 +#: dist/converse-no-dependencies.js:84707 msgid "Save and close" msgstr "" -#: dist/converse-no-dependencies.js:84710 +#: dist/converse-no-dependencies.js:84711 msgid "This device's OMEMO fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:84722 +#: dist/converse-no-dependencies.js:84723 msgid "Select all" msgstr "" -#: dist/converse-no-dependencies.js:84724 +#: dist/converse-no-dependencies.js:84725 msgid "Checkbox to select fingerprints of all other OMEMO devices" msgstr "" -#: dist/converse-no-dependencies.js:84726 +#: dist/converse-no-dependencies.js:84727 msgid "Other OMEMO-enabled devices" msgstr "" -#: dist/converse-no-dependencies.js:84734 -#: dist/converse-no-dependencies.js:84742 +#: dist/converse-no-dependencies.js:84735 +#: dist/converse-no-dependencies.js:84743 msgid "Checkbox for selecting the following fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:84744 +#: dist/converse-no-dependencies.js:84745 msgid "Device without a fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:84750 +#: dist/converse-no-dependencies.js:84751 msgid "Remove checked devices and close" msgstr "" -#: dist/converse-no-dependencies.js:84832 +#: dist/converse-no-dependencies.js:84833 msgid "Don't have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:84834 +#: dist/converse-no-dependencies.js:84835 msgid "Create an account" msgstr "" -#: dist/converse-no-dependencies.js:84855 +#: dist/converse-no-dependencies.js:84856 msgid "Create your account" msgstr "" -#: dist/converse-no-dependencies.js:84857 +#: dist/converse-no-dependencies.js:84858 msgid "Please enter the XMPP provider to register with:" msgstr "" -#: dist/converse-no-dependencies.js:84877 -#: dist/converse-no-dependencies.js:84916 +#: dist/converse-no-dependencies.js:84878 +#: dist/converse-no-dependencies.js:84917 msgid "Already have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:84879 -#: dist/converse-no-dependencies.js:84918 +#: dist/converse-no-dependencies.js:84880 +#: dist/converse-no-dependencies.js:84919 msgid "Log in here" msgstr "" -#: dist/converse-no-dependencies.js:84900 +#: dist/converse-no-dependencies.js:84901 msgid "Account Registration:" msgstr "" -#: dist/converse-no-dependencies.js:84908 +#: dist/converse-no-dependencies.js:84909 msgid "Register" msgstr "" -#: dist/converse-no-dependencies.js:84912 +#: dist/converse-no-dependencies.js:84913 msgid "Choose a different provider" msgstr "" -#: dist/converse-no-dependencies.js:84937 +#: dist/converse-no-dependencies.js:84938 msgid "Hold tight, we're fetching the registration form…" msgstr "" -#: dist/converse-no-dependencies.js:85663 +#: dist/converse-no-dependencies.js:85664 msgid "Messages are being sent in plaintext" msgstr "" -#: dist/converse-no-dependencies.js:85715 +#: dist/converse-no-dependencies.js:85716 msgid "The User's Profile Image" msgstr "" -#: dist/converse-no-dependencies.js:85773 +#: dist/converse-no-dependencies.js:85774 msgid "OMEMO Fingerprints" msgstr "" -#: dist/converse-no-dependencies.js:85797 +#: dist/converse-no-dependencies.js:85798 msgid "Trusted" msgstr "" -#: dist/converse-no-dependencies.js:85811 +#: dist/converse-no-dependencies.js:85812 msgid "Untrusted" msgstr "" -#: dist/converse-no-dependencies.js:85825 +#: dist/converse-no-dependencies.js:85826 msgid "Remove as contact" msgstr "" -#: dist/converse-no-dependencies.js:85829 +#: dist/converse-no-dependencies.js:85830 msgid "Refresh" msgstr "" -#: dist/converse-no-dependencies.js:86040 +#: dist/converse-no-dependencies.js:86041 #, javascript-format msgid "Download audio file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:86058 +#: dist/converse-no-dependencies.js:86059 #, javascript-format msgid "Download file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:86073 +#: dist/converse-no-dependencies.js:86074 #, javascript-format msgid "Download image \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:86103 +#: dist/converse-no-dependencies.js:86104 msgid "Download" msgstr "" -#: dist/converse-no-dependencies.js:86120 +#: dist/converse-no-dependencies.js:86121 #, javascript-format msgid "Download video file \"%1$s\"" msgstr "" diff --git a/locale/cs/LC_MESSAGES/converse.json b/locale/cs/LC_MESSAGES/converse.json index 70ec47e27..b12a7d645 100644 --- a/locale/cs/LC_MESSAGES/converse.json +++ b/locale/cs/LC_MESSAGES/converse.json @@ -1 +1 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"cs"},"Bookmark this groupchat":["Přidat tento skupinový chat do záložek"],"Would you like this groupchat to be automatically joined upon startup?":["Chcete se k tomuto skupinovému chatu automaticky připojit po startu?"],"Cancel":["Zrušit"],"The name for this bookmark:":["Název pro tuto záložku:"],"What should your nickname for this groupchat be?":["Jaká bude vaše přezdívka pro tento skupinový chat?"],"Save":["Uložit"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Opravdu chcete odstranit záložku „%1$s“?"],"Error":["Chyba"],"Sorry, something went wrong while trying to save your bookmark.":["Omlouváme se, při pokusu o uložení vaší záložky se něco pokazilo."],"Leave this groupchat":["Odejít z tohoto skupinového chatu"],"Remove this bookmark":["Odstranit tuto záložku"],"Unbookmark this groupchat":["Odstranit tento skupinový chat ze záložek"],"Show more information on this groupchat":["Zobrazit více informací o tomto skupinovém chatu"],"Click to open this groupchat":["Kliknutím otevřete tento skupinový chat"],"Click to toggle the bookmarks list":["Kliknutím otevřete/zavřete seznam záložek"],"Bookmarks":["Záložky"],"Sorry, could not determine file upload URL.":["Omlouváme se, nelze určit URL nahraného souboru."],"Sorry, could not determine upload URL.":["Omlouváme se, nelze určit URL nahrání."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Omlouváme se, nelze úspěšně nahrát váš soubor. Odpověď vašeho serveru: „%1$s“"],"Sorry, could not succesfully upload your file.":["Omlouváme se, nelze úspěšně nahrát váš soubor."],"Sorry, looks like file upload is not supported by your server.":["Omlouváme se, vypadá to, že váš server nepodporuje nahrávání souborů."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Velikost vašeho serveru, %1$s, přesahuje maximum povolené vaším serverem, což je %2$s."],"Sorry, an error occurred:":["Omlouváme se, vyskytla se chyba:"],"Close this chat box":["Zavřít toto chatovací okno"],"Are you sure you want to remove this contact?":["Opravdu chcete odstranit tento kontakt?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Omlouváme se, při odstraňování uživatele %1$s z kontaktů se vyskytla chyba."],"You have unread messages":["Máte nepřečtené zprávy"],"Hidden message":["Skrytá zpráva"],"Message":["Zpráva"],"Send":["Odeslat"],"Optional hint":["Volitelná nápověda"],"Choose a file to send":["Vyberte soubor k odeslání"],"Remove messages":["Odstranit zprávy"],"Write in the third person":["Psát ve třetí osobě"],"Show this menu":["Zobrazit tohle menu"],"Are you sure you want to clear the messages from this conversation?":["Opravdu chcete vymazat zprávy z téhle konverzace?"],"%1$s has gone offline":["%1$s se odpojil/a"],"%1$s has gone away":["%1$s odešel/la pryč"],"%1$s is busy":["%1$s je zaneprázdněn/a"],"%1$s is online":["%1$s je připojen/a"],"Username":["Uživatelské jméno"],"user@domain":["uživatel@doména"],"Please enter a valid XMPP address":["Prosím zadejte platnou XMPP adresu"],"Chat Contacts":["Chatové kontakty"],"Toggle chat":["Otevřít chat"],"The XMPP server did not offer a supported authentication mechanism":["XMPP server nenabídl podporovaný autentikační mechanismus"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Omlouváme se, nemohli jsme se spojit s XMPP hostem s doménou: %1$s"],"Show more":["Zobrazit více"],"Typing from another device":["Píše z jiného zařízení"],"%1$s is typing":["%1$s píše"],"Stopped typing on the other device":["Přestal/a psát z jiného zařízení"],"%1$s has stopped typing":["%1$s přestal/a psát"],"Unencryptable OMEMO message":["Nezašifrovatelná zpráva OMEMO"],"Minimize this chat box":["Zmenšit tohle chatovací okno"],"Click to restore this chat":["Kliknutím obnovíte tento chat"],"Minimized":["Zmenšeno"],"This groupchat is not anonymous":["Tento skupinový chat není anonymní"],"This groupchat now shows unavailable members":["Tento skupinový chat nyní zobrazuje nedostupné členy"],"This groupchat does not show unavailable members":["Tento skupinový chat nezobrazuje nedostupné členy"],"The groupchat configuration has changed":["Nastavení skupinového chatu se změnila"],"groupchat logging is now enabled":["zaznamenávání skupinového chatu je nyní povoleno"],"groupchat logging is now disabled":["zaznamenávání skupinového chatu je nyní zakázáno"],"This groupchat is now no longer anonymous":["Tento skupinový chat již není anonymní"],"This groupchat is now semi-anonymous":["Tento skupinový chat je nyní zčásti anonymní"],"This groupchat is now fully-anonymous":["Tento skupinový chat je nyní zcela anonymní"],"A new groupchat has been created":["Byl vytvořen nový skupinový chat"],"You have been banned from this groupchat":["Byl/a jste na tomto skupinovém chatu zakázán/a"],"You have been kicked from this groupchat":["Byl/a jste z tohoto skupinového chatu vyhozen/a"],"You have been removed from this groupchat because of an affiliation change":["Byl/a jste z tohoto skupinového chatu odebrán/a kvůli změně příslušnosti"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se skupinový chat změnil na pouze pro členy a vy nejste členem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se služba, která jej hostuje, vypíná"],"%1$s has been banned":["%1$s byl/a zakázán/a"],"%1$s's nickname has changed":["Přezdívka uživatele %1$s se změnila"],"%1$s has been kicked out":["%1$s byl/a vyhozen/a"],"%1$s has been removed because of an affiliation change":["%1$s byl/a odstraněn/a kvůli změně příslušnosti"],"%1$s has been removed for not being a member":["%1$s byl/a odstraněna, protože není členem"],"Your nickname has been automatically set to %1$s":["Vaše přezdívka byla automaticky nastavena na %1$s"],"Your nickname has been changed to %1$s":["Vaše přezdívka byla změněna na %1$s"],"Description:":["Popis:"],"Groupchat Address (JID):":["Adresa skupinového chatu (JID):"],"Participants:":["Účastníci:"],"Features:":["Vlastnosti:"],"Requires authentication":["Vyžaduje ověření"],"Hidden":["Skryté"],"Requires an invitation":["Vyžaduje pozvání"],"Moderated":["Moderováno"],"Non-anonymous":["Neanonymní"],"Open":["Otevřené"],"Permanent":["Trvalé"],"Public":["Veřejné"],"Semi-anonymous":["Zčásti anonymní"],"Temporary":["Dočasné"],"Unmoderated":["Nemoderováno"],"Query for Groupchats":["Dotaz pro skupinové chaty"],"Server address":["Adresa serveru"],"Show groupchats":["Zobrazit skupinové chaty"],"conference.example.org":["conference.priklad.cz"],"No groupchats found":["Nenalezeny žádné skupinové chaty"],"Groupchats found:":["Nalezené skupinové chaty:"],"Enter a new Groupchat":["Vstoupit do nového skupinového chatu"],"Groupchat address":["Adresa skupinového chatu"],"Optional nickname":["Volitelná přezdívka"],"name@conference.example.org":["jmeno@conference.priklad.cz"],"Join":["Přidat se"],"Groupchat info for %1$s":["Informace o skupinovém chatu %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s již není administrátorem tohoto skupinového chatu"],"%1$s is no longer an owner of this groupchat":["%1$s již není vlastníkem tohoto skupinového chatu"],"%1$s is no longer banned from this groupchat":["%1$s již není na tomto skupinovém chatu zakázán/a"],"%1$s is no longer a permanent member of this groupchat":["%1$s již není trvalým členem tohoto skupinového chatu"],"%1$s is now a permanent member of this groupchat":["%1$s je nyní trvalým členem tohoto skupinového chatu"],"%1$s has been banned from this groupchat":["%1$s byl/a na tomto skupinového chatu zakázán/a"],"%1$s is no longer a moderator":["%1$s již není moderátorem"],"%1$s has been given a voice again":["%1$s byl/a odtišen/a"],"%1$s has been muted":["%1$s byl/a utišen/a"],"%1$s is now a moderator":["%1$s je nyní moderátorem"],"Close and leave this groupchat":["Zavřít a odejít z tohoto skupinového chatu"],"Configure this groupchat":["Nastavit tento skupinový chat"],"Show more details about this groupchat":["Zobrazit více detailů o tomto skupinovém chatu"],"Hide the list of participants":["Skrýt seznam účastníků"],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Chyba: příkaz „%1$s“ bere dva argumenty, přezdívku uživatele a volitelně důvod."],"Error: couldn't find a groupchat participant \"%1$s\"":["Chyba: Nelze najít účastníka skupinového chatu s přezdívkou „%1$s“"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Omlouváme se, při spouštění příkazu se stala chyba. Pro detaily zkontrolujte vývojářskou konzoli ve vašem prohlížeči."],"Change user's affiliation to admin":["Změnit příslušnost uživatele na administrátora"],"Ban user from groupchat":["Zakázat uživatele na tomto skupinovém chatu"],"Change user role to participant":["Změnit roli uživatele na účastníka"],"Kick user from groupchat":["Vyhodit uživatele ze skupinového chatu"],"Write in 3rd person":["Psát ve 3. osobě"],"Grant membership to a user":["Poskytnout uživateli členství"],"Remove user's ability to post messages":["Odstranit schopnost uživatele posílat zprávy"],"Change your nickname":["Změnit svou přezdívku"],"Grant moderator role to user":["Poskytnout uživateli roli moderátora"],"Grant ownership of this groupchat":["Poskytnout vlastnictví tohoto skupinového chatu"],"Register a nickname for this room":["Registrujte si přezdívku pro tuto místnost"],"Revoke user's membership":["Zrušit členství uživatele"],"Set groupchat subject":["Nastavit předmět skupinového chatu"],"Set groupchat subject (alias for /subject)":["Nastavit předmět skupinového chatu (alias pro /subject)"],"Allow muted user to post messages":["Povolit utišeným uživatelům posílat zprávy"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Přezdívka, kterou jste si vybral/a, je rezervována či aktuálně používána, prosím vyberte si jinou."],"Please choose your nickname":["Prosím vyberte si přezdívku"],"Nickname":["Přezdívka"],"Enter groupchat":["Vstoupit do skupinového chatu"],"This groupchat requires a password":["Tento skupinový chat vyžaduje heslo"],"Password: ":["Heslo: "],"Submit":["Odeslat"],"This action was done by %1$s.":["Tuto akci vykonal/a %1$s."],"The reason given is: \"%1$s\".":["Daný důvod je: „%1$s“."],"%1$s has left and re-entered the groupchat":["%1$s odešel/la a znova vstoupil/a do skupinového chatu"],"%1$s has entered the groupchat":["%1$s vstoupil/a do skupinového chatu"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s vstoupil/a do skupinového chatu. „%2$s“"],"%1$s has entered and left the groupchat":["%1$s vstoupil/a a odešel/la ze skupinového chatu"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s vstoupil/a a odešel/la ze skupinového chatu. „%2$s“"],"%1$s has left the groupchat":["%1$s odešel/la ze skupinového chatu"],"%1$s has left the groupchat. \"%2$s\"":["%1$s odešel/la ze skupinového chatu. „%2$s“"],"You are not on the member list of this groupchat.":["Nejste na seznamu členů tohoto skupinového chatu."],"You have been banned from this groupchat.":["Byl/a jste na tomto skupinovém chatu zakázán/a."],"No nickname was specified.":["Nebyla určena žádná přezdívka."],"You are not allowed to create new groupchats.":["Nemáte povolení vytvářet nové skupinové chaty."],"Your nickname doesn't conform to this groupchat's policies.":["Vaše přezdívka nevyhovuje zásadám tohoto skupinového chatu."],"This groupchat does not (yet) exist.":["Tento skupinový chat (ještě) neexistuje."],"This groupchat has reached its maximum number of participants.":["Tento skupinový chat dosáhl svého maximálního počtu účastníků."],"Remote server not found":["Vzdálený server nenalezen"],"The explanation given is: \"%1$s\".":["Dané vysvětlení je: „%1$s“."],"Topic set by %1$s":["Téma nastavené uživatelem %1$s"],"Groupchats":["Skupinové chaty"],"Add a new groupchat":["Přidat nový skupinový chat"],"Query for groupchats":["Dotaz pro skupinové chaty"],"Click to mention %1$s in your message.":["Kliknutím zmíníte uživatele %1$s ve své zprávě."],"This user is a moderator.":["Tento uživatel je moderátorem."],"This user can send messages in this groupchat.":["Tento uživatel může posílat zprávy v tomto skupinovém chatu."],"This user can NOT send messages in this groupchat.":["Tento uživatel NEMŮŽE posílat zprávy v tomto skupinovém chatu."],"Moderator":["Moderátor"],"Visitor":["Návštěvník"],"Owner":["Vlastník"],"Member":["Člen"],"Admin":["Administrátor"],"Participants":["Účastníci"],"Invite":["Pozvat"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Chystáte se pozvat uživatele %1$s do skupinového chatu „%2$s“. Můžete volitelně přidat zprávu vysvětlující důvod pozvání."],"Please enter a valid XMPP username":["Prosím zadejte platné uživatelské jméno XMPP"],"You're not allowed to register yourself in this groupchat.":["Nemáte povolení se registrovat v tomto skupinovém chatu."],"You're not allowed to register in this groupchat because it's members-only.":["Nemáte povolení se registrovat v tomto skupinovém chatu, neboť je pouze pro členy."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože nepodporuje registraci."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože je poskytnuta neplatná forma dat."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vás pozval/a do skupinového chatu: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vás pozval/a do skupinového chatu: %2$s, a zanechal/a následující důvod: „%3$s“"],"Notification from %1$s":["Oznámení od uživatele %1$s"],"%1$s says":["%1$s říká"],"OMEMO Message received":["Zpráva OMEMO obdržena"],"has gone offline":["se odpojil/a"],"has gone away":["odešel/la pryč"],"is busy":["je zaneprázdněn/a"],"has come online":["se připojil/a"],"wants to be your contact":["chce být vaším kontaktem"],"Sorry, an error occurred while trying to remove the devices.":["Omlouváme se, při pokusu o odstranění zařízení se vyskytla chyba."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Omlouváme se, kvůli chybě nelze dešifrovat obdrženou právu OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Tohle je zpráva zašifrovaná pomocí OMEMO, které, jak se zdá, váš klient nepodporuje. Více informací najdete na https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Omlouváme se, kvůli chybě nelze odeslat zprávu."],"Your avatar image":["Váš avatarový obrázek"],"Your Profile":["Váš profil"],"Close":["Zavřít"],"Email":["E-mail"],"Full Name":["Celé jméno"],"XMPP Address (JID)":["XMPP adresa (JID)"],"Role":["Role"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Oddělujte více rolí čárkami. Vaše role jsou zobrazeny vedle vašeho jména na vašich chatových zprávách."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Omlouváme se, při pokusu o uložení vašich profilových dat se stala chyba."],"You can check your browser's developer console for any error output.":["Můžete zkontrolovat vývojářskou konzoli vašeho prohlížeče pro jakýkoliv chybový výstup."],"Away":["Pryč"],"Busy":["Zaneprázdněn/a"],"Custom status":["Vlastní stav"],"Offline":["Odpojen/a"],"Online":["Připojen/a"],"Away for long":["Pryč na dlouho"],"Change chat status":["Změnit chatový stav"],"Personal status message":["Osobní stavová zpráva"],"I am %1$s":["Jsem %1$s"],"Change settings":["Změnit nastavení"],"Click to change your chat status":["Kliknutím změníte svůj chatový stav"],"Log out":["Odhlásit"],"Your profile":["Váš profil"],"Are you sure you want to log out?":["Opravdu se chcete odhlásit?"],"online":["připojen/a"],"busy":["zaneprázdněn/a"],"away for long":["pryč na dlouho"],"away":["pryč"],"offline":["odpojen/a"]," e.g. conversejs.org":[" např. conversejs.org"],"Fetch registration form":["Sehnat registrační formulář"],"Tip: A list of public XMPP providers is available":["Tip: Seznam veřejných poskytovatelů XMPP je dostupný"],"here":["zde"],"Sorry, we're unable to connect to your chosen provider.":["Omlouváme se, nelze se připojit k vašemu zvolenému poskytovateli."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Omlouváme se, daný poskytovatel nepodporuje in-band registraci účtu. Prosím zkuste to s jiným poskytovatelem."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Při navazování spojení s „%1$s“ se něco pokazilo. Jste si jistý/á, že existuje?"],"Now logging you in":["Nyní vás přihlašujeme"],"Registered successfully":["Úspěšně zaregistrováno"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Poskytovatel odmítl váš pokus o registraci. Prosím zkontrolujte hodnoty, které jste zadal/a, kvůli správnosti."],"Click to toggle the list of open groupchats":["Kliknutím otevřete/zavřete seznam otevřených skupinových chatů"],"Open Groupchats":["Otevřené skupinové chaty"],"Are you sure you want to leave the groupchat %1$s?":["Opravdu chcete odejít ze skupinového chatu %1$s?"],"Sorry, there was an error while trying to add %1$s as a contact.":["Omlouváme se při pokusu přidat uživatele %1$s do kontaktů se stala chyba."],"This client does not allow presence subscriptions":["Tento klient nedovoluje presenční odběry"],"Click to hide these contacts":["Kliknutím skryjete tyto kontakty"],"This contact is busy":["Tento kontakt je zaneprázdněn"],"This contact is online":["Tento kontakt je připojen"],"This contact is offline":["Tento kontakt je odpojen"],"This contact is unavailable":["Tento kontakt je nedostupný"],"This contact is away for an extended period":["Tento kontakt je na delší dobu pryč"],"This contact is away":["Tento kontakt je pryč"],"Groups":["Skupiny"],"My contacts":["Moje kontakty"],"Pending contacts":["Čekající kontakty"],"Contact requests":["Požadavky o kontakt"],"Ungrouped":["Neseskupené"],"Contact name":["Jméno kontaktu"],"Add a Contact":["Přidat kontakt"],"XMPP Address":["XMPP adresa"],"name@example.org":["jmeno@priklad.cz"],"Add":["Přidat"],"Filter":["Filtrovat"],"Filter by contact name":["Filtrovat dle jména kontaktu"],"Filter by group name":["Filtrovat dle názvu skupiny"],"Filter by status":["Filtrovat dle stavu"],"Any":["Libovolné"],"Unread":["Nepřečtené"],"Chatty":["Hovorný/á"],"Extended Away":["Na delší dobu pryč"],"Click to remove %1$s as a contact":["Kliknutím odstraníte uživatele %1$s z kontaktů"],"Click to accept the contact request from %1$s":["Kliknutím přijmete požadavek o kontakt od uživatele %1$s"],"Click to decline the contact request from %1$s":["Kliknutím odmítnete požadavek o kontakt od uživatele %1$s"],"Click to chat with %1$s (JID: %2$s)":["Kliknutím začnete chatovat s uživatelem %1$s (JSD: %2$s)"],"Are you sure you want to decline this contact request?":["Opravdu chcete odmítnout tento požadavek o kontakt?"],"Contacts":["Kontakty"],"Add a contact":["Přidat kontakt"],"The conversation has moved. Click below to enter.":[""],"Name":["Jméno"],"Groupchat address (JID)":["Název skupinového chatu (JID)"],"Description":["Popis"],"Topic":["Téma"],"Topic author":["Autor tématu"],"Online users":["Připojení uživatelé"],"Features":["Vlastnosti"],"Password protected":["Ochráněno heslem"],"This groupchat requires a password before entry":["Tento skupinový chat vyžaduje před vstupem heslo"],"No password required":["Heslo nevyžadováno"],"This groupchat does not require a password upon entry":["Tento skupinový chat nevyžaduje při vstupu heslo"],"This groupchat is not publicly searchable":["Tento skupinový chat není veřejně vyhledávatelný"],"This groupchat is publicly searchable":["Tento skupinový chat je veřejně vyhledávatelný"],"Members only":["Pouze pro členy"],"This groupchat is restricted to members only":["Tento skupinový chat je omezen pouze na členy"],"Anyone can join this groupchat":["Kdokoliv se k tomuto skupinovému chatu může připojit"],"Persistent":["Trvalý"],"This groupchat persists even if it's unoccupied":["Tento skupinový chat přetrvává, i když na něm nikdo není"],"This groupchat will disappear once the last person leaves":["Tento skupinový chat zmizí, jakmile poslední osoba odejde"],"Not anonymous":["Není anonymní"],"All other groupchat participants can see your XMPP username":["Všichni ostatní účastníci skupinového chatu mohou vidět vaše XMPP uživatelské jméno"],"Only moderators can see your XMPP username":["Pouze moderátoři mohou vidět vaše XMPP uživatelské jméno"],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":["Není moderován"],"Participants entering this groupchat can write right away":[""],"Message archiving":["Archivace zpráv"],"Messages are archived on the server":["Na tomto serveru jsou archivovány zprávy"],"No password":["Žádné heslo"],"this groupchat is restricted to members only":["tento skupinový chat je omezen pouze na členy"],"XMPP Username:":["Uživatelské jméno XMPP:"],"Password:":["Heslo:"],"password":["heslo"],"This is a trusted device":["Tohle je důvěryhodné zařízení"],"Log in":["Přihlásit"],"Click here to log in anonymously":["Kliknutím sem se přihlásíte anonymně"],"This message has been edited":["Tahle zpráva byla upravena"],"Edit this message":["Upravit tuto zprávu"],"Message versions":["Verze zprávy"],"Save and close":["Uložit a zavřít"],"This device's OMEMO fingerprint":["Otisk OMEMO tohoto zařízení"],"Select all":["Vybrat vše"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaškrtnutím políček vyberete otisky všech ostatních zařízení OMEMO"],"Other OMEMO-enabled devices":["Další zařízení s podporou OMEMO"],"Checkbox for selecting the following fingerprint":["Zaškrtnutím políčka vyberete následující otisk"],"Device without a fingerprint":["Zařízení bez otisku"],"Remove checked devices and close":["Odstranit zaškrtnutá zařízení a zavřít"],"Don't have a chat account?":["Nemáte chatovací účet?"],"Create an account":["Vytvořte si účet"],"Create your account":["Vytvořit svůj účet"],"Please enter the XMPP provider to register with:":["Prosím zadejte poskytovatele XMPP, se kterým se chcete registrovat:"],"Already have a chat account?":["Již máte chatovací účet?"],"Log in here":["Přihlaste se zde"],"Account Registration:":["Registrace účtu:"],"Register":["Registrovat"],"Choose a different provider":["Vybrat jiného poskytovatele"],"Hold tight, we're fetching the registration form…":["Vydržte, sháníte registrační formulář…"],"Messages are being sent in plaintext":["Zprávy jsou odesílány v prostém textu"],"The User's Profile Image":["Profilový obrázek uživatele"],"OMEMO Fingerprints":["Otisky OMEMO"],"Trusted":["Důvěryhodné"],"Untrusted":["Nedůvěryhodné"],"Remove as contact":["Odstranit z kontaktů"],"Refresh":["Obnovit"],"Download":["Stáhnout"],"Download file \"%1$s\"":["Stáhnout soubor „%1$s“"],"Download image \"%1$s\"":["Stáhnout obrázek „%1$s“"],"Download video file \"%1$s\"":["Stáhnout videosoubor „%1$s“"],"Download audio file \"%1$s\"":["Stáhnout audiosoubor „%1$s“"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"cs"},"Bookmark this groupchat":["Přidat tento skupinový chat do záložek"],"Unbookmark this groupchat":["Odstranit tento skupinový chat ze záložek"],"Would you like this groupchat to be automatically joined upon startup?":["Chcete se k tomuto skupinovému chatu automaticky připojit po startu?"],"Cancel":["Zrušit"],"The name for this bookmark:":["Název pro tuto záložku:"],"What should your nickname for this groupchat be?":["Jaká bude vaše přezdívka pro tento skupinový chat?"],"Save":["Uložit"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Opravdu chcete odstranit záložku „%1$s“?"],"Error":["Chyba"],"Sorry, something went wrong while trying to save your bookmark.":["Omlouváme se, při pokusu o uložení vaší záložky se něco pokazilo."],"Leave this groupchat":["Odejít z tohoto skupinového chatu"],"Remove this bookmark":["Odstranit tuto záložku"],"Show more information on this groupchat":["Zobrazit více informací o tomto skupinovém chatu"],"Click to open this groupchat":["Kliknutím otevřete tento skupinový chat"],"Click to toggle the bookmarks list":["Kliknutím otevřete/zavřete seznam záložek"],"Bookmarks":["Záložky"],"Close this chat box":["Zavřít toto chatovací okno"],"Are you sure you want to remove this contact?":["Opravdu chcete odstranit tento kontakt?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Omlouváme se, při odstraňování uživatele %1$s z kontaktů se vyskytla chyba."],"You have unread messages":["Máte nepřečtené zprávy"],"Hidden message":["Skrytá zpráva"],"Message":["Zpráva"],"Send":["Odeslat"],"Optional hint":["Volitelná nápověda"],"Choose a file to send":["Vyberte soubor k odeslání"],"Remove messages":["Odstranit zprávy"],"Write in the third person":["Psát ve třetí osobě"],"Show this menu":["Zobrazit tohle menu"],"Are you sure you want to clear the messages from this conversation?":["Opravdu chcete vymazat zprávy z téhle konverzace?"],"%1$s has gone offline":["%1$s se odpojil/a"],"%1$s has gone away":["%1$s odešel/la pryč"],"%1$s is busy":["%1$s je zaneprázdněn/a"],"%1$s is online":["%1$s je připojen/a"],"Username":["Uživatelské jméno"],"user@domain":["uživatel@doména"],"Please enter a valid XMPP address":["Prosím zadejte platnou XMPP adresu"],"Chat Contacts":["Chatové kontakty"],"Toggle chat":["Otevřít chat"],"Show more":["Zobrazit více"],"Typing from another device":["Píše z jiného zařízení"],"%1$s is typing":["%1$s píše"],"Stopped typing on the other device":["Přestal/a psát z jiného zařízení"],"%1$s has stopped typing":["%1$s přestal/a psát"],"Unencryptable OMEMO message":["Nezašifrovatelná zpráva OMEMO"],"Minimize this chat box":["Zmenšit tohle chatovací okno"],"Click to restore this chat":["Kliknutím obnovíte tento chat"],"Minimized":["Zmenšeno"],"This groupchat is not anonymous":["Tento skupinový chat není anonymní"],"This groupchat now shows unavailable members":["Tento skupinový chat nyní zobrazuje nedostupné členy"],"This groupchat does not show unavailable members":["Tento skupinový chat nezobrazuje nedostupné členy"],"The groupchat configuration has changed":["Nastavení skupinového chatu se změnila"],"groupchat logging is now enabled":["zaznamenávání skupinového chatu je nyní povoleno"],"groupchat logging is now disabled":["zaznamenávání skupinového chatu je nyní zakázáno"],"This groupchat is now no longer anonymous":["Tento skupinový chat již není anonymní"],"This groupchat is now semi-anonymous":["Tento skupinový chat je nyní zčásti anonymní"],"This groupchat is now fully-anonymous":["Tento skupinový chat je nyní zcela anonymní"],"A new groupchat has been created":["Byl vytvořen nový skupinový chat"],"You have been banned from this groupchat":["Byl/a jste na tomto skupinovém chatu zakázán/a"],"You have been kicked from this groupchat":["Byl/a jste z tohoto skupinového chatu vyhozen/a"],"You have been removed from this groupchat because of an affiliation change":["Byl/a jste z tohoto skupinového chatu odebrán/a kvůli změně příslušnosti"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se skupinový chat změnil na pouze pro členy a vy nejste členem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Byl/a jste z tohoto skupinového chatu odstraněn/a, protože se služba, která jej hostuje, vypíná"],"%1$s has been banned":["%1$s byl/a zakázán/a"],"%1$s's nickname has changed":["Přezdívka uživatele %1$s se změnila"],"%1$s has been kicked out":["%1$s byl/a vyhozen/a"],"%1$s has been removed because of an affiliation change":["%1$s byl/a odstraněn/a kvůli změně příslušnosti"],"%1$s has been removed for not being a member":["%1$s byl/a odstraněna, protože není členem"],"Your nickname has been automatically set to %1$s":["Vaše přezdívka byla automaticky nastavena na %1$s"],"Your nickname has been changed to %1$s":["Vaše přezdívka byla změněna na %1$s"],"Description:":["Popis:"],"Groupchat Address (JID):":["Adresa skupinového chatu (JID):"],"Participants:":["Účastníci:"],"Features:":["Vlastnosti:"],"Requires authentication":["Vyžaduje ověření"],"Hidden":["Skryté"],"Requires an invitation":["Vyžaduje pozvání"],"Moderated":["Moderováno"],"Non-anonymous":["Neanonymní"],"Open":["Otevřené"],"Permanent":["Trvalé"],"Public":["Veřejné"],"Semi-anonymous":["Zčásti anonymní"],"Temporary":["Dočasné"],"Unmoderated":["Nemoderováno"],"Query for Groupchats":["Dotaz pro skupinové chaty"],"Server address":["Adresa serveru"],"Show groupchats":["Zobrazit skupinové chaty"],"conference.example.org":["conference.priklad.cz"],"No groupchats found":["Nenalezeny žádné skupinové chaty"],"Groupchats found:":["Nalezené skupinové chaty:"],"Enter a new Groupchat":["Vstoupit do nového skupinového chatu"],"Groupchat address":["Adresa skupinového chatu"],"Optional nickname":["Volitelná přezdívka"],"name@conference.example.org":["jmeno@conference.priklad.cz"],"Join":["Přidat se"],"Groupchat info for %1$s":["Informace o skupinovém chatu %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s již není administrátorem tohoto skupinového chatu"],"%1$s is no longer an owner of this groupchat":["%1$s již není vlastníkem tohoto skupinového chatu"],"%1$s is no longer banned from this groupchat":["%1$s již není na tomto skupinovém chatu zakázán/a"],"%1$s is no longer a permanent member of this groupchat":["%1$s již není trvalým členem tohoto skupinového chatu"],"%1$s is now a permanent member of this groupchat":["%1$s je nyní trvalým členem tohoto skupinového chatu"],"%1$s has been banned from this groupchat":["%1$s byl/a na tomto skupinového chatu zakázán/a"],"%1$s is no longer a moderator":["%1$s již není moderátorem"],"%1$s has been given a voice again":["%1$s byl/a odtišen/a"],"%1$s has been muted":["%1$s byl/a utišen/a"],"%1$s is now a moderator":["%1$s je nyní moderátorem"],"Close and leave this groupchat":["Zavřít a odejít z tohoto skupinového chatu"],"Configure this groupchat":["Nastavit tento skupinový chat"],"Show more details about this groupchat":["Zobrazit více detailů o tomto skupinovém chatu"],"Hide the list of participants":["Skrýt seznam účastníků"],"Forbidden: you do not have the necessary role in order to do that.":["Zakázáno: k této akci nemáte potřebnou roli."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Zakázáno: k této akci nemáte potřebnou příslušnost."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Chyba: příkaz „%1$s“ bere dva argumenty, přezdívku uživatele a volitelně důvod."],"Error: couldn't find a groupchat participant \"%1$s\"":["Chyba: Nelze najít účastníka skupinového chatu s přezdívkou „%1$s“"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Omlouváme se, při spouštění příkazu se stala chyba. Pro detaily zkontrolujte vývojářskou konzoli ve vašem prohlížeči."],"Change user's affiliation to admin":["Změnit příslušnost uživatele na administrátora"],"Ban user from groupchat":["Zakázat uživatele na tomto skupinovém chatu"],"Change user role to participant":["Změnit roli uživatele na účastníka"],"Kick user from groupchat":["Vyhodit uživatele ze skupinového chatu"],"Write in 3rd person":["Psát ve 3. osobě"],"Grant membership to a user":["Poskytnout uživateli členství"],"Remove user's ability to post messages":["Odstranit schopnost uživatele posílat zprávy"],"Change your nickname":["Změnit svou přezdívku"],"Grant moderator role to user":["Poskytnout uživateli roli moderátora"],"Grant ownership of this groupchat":["Poskytnout vlastnictví tohoto skupinového chatu"],"Register a nickname for this room":["Registrujte si přezdívku pro tuto místnost"],"Revoke user's membership":["Zrušit členství uživatele"],"Set groupchat subject":["Nastavit předmět skupinového chatu"],"Set groupchat subject (alias for /subject)":["Nastavit předmět skupinového chatu (alias pro /subject)"],"Allow muted user to post messages":["Povolit utišeným uživatelům posílat zprávy"],"Error: invalid number of arguments":["Chyba: neplatný počet argumentů"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Přezdívka, kterou jste si vybral/a, je rezervována či aktuálně používána, prosím vyberte si jinou."],"Please choose your nickname":["Prosím vyberte si přezdívku"],"Nickname":["Přezdívka"],"Enter groupchat":["Vstoupit do skupinového chatu"],"This groupchat requires a password":["Tento skupinový chat vyžaduje heslo"],"Password: ":["Heslo: "],"Submit":["Odeslat"],"This action was done by %1$s.":["Tuto akci vykonal/a %1$s."],"The reason given is: \"%1$s\".":["Daný důvod je: „%1$s“."],"%1$s has left and re-entered the groupchat":["%1$s odešel/la a znova vstoupil/a do skupinového chatu"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s odešel/la a znova vstoupil/a do skupinového chatu. „%2$s“"],"%1$s has entered the groupchat":["%1$s vstoupil/a do skupinového chatu"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s vstoupil/a do skupinového chatu. „%2$s“"],"%1$s has entered and left the groupchat":["%1$s vstoupil/a a odešel/la ze skupinového chatu"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s vstoupil/a a odešel/la ze skupinového chatu. „%2$s“"],"%1$s has left the groupchat":["%1$s odešel/la ze skupinového chatu"],"%1$s has left the groupchat. \"%2$s\"":["%1$s odešel/la ze skupinového chatu. „%2$s“"],"You are not on the member list of this groupchat.":["Nejste na seznamu členů tohoto skupinového chatu."],"You have been banned from this groupchat.":["Byl/a jste na tomto skupinovém chatu zakázán/a."],"No nickname was specified.":["Nebyla určena žádná přezdívka."],"You are not allowed to create new groupchats.":["Nemáte povolení vytvářet nové skupinové chaty."],"Your nickname doesn't conform to this groupchat's policies.":["Vaše přezdívka nevyhovuje zásadám tohoto skupinového chatu."],"This groupchat does not (yet) exist.":["Tento skupinový chat (ještě) neexistuje."],"This groupchat has reached its maximum number of participants.":["Tento skupinový chat dosáhl svého maximálního počtu účastníků."],"Remote server not found":["Vzdálený server nenalezen"],"The explanation given is: \"%1$s\".":["Dané vysvětlení je: „%1$s“."],"Topic set by %1$s":["Téma nastavené uživatelem %1$s"],"Groupchats":["Skupinové chaty"],"Add a new groupchat":["Přidat nový skupinový chat"],"Query for groupchats":["Dotaz pro skupinové chaty"],"Click to mention %1$s in your message.":["Kliknutím zmíníte uživatele %1$s ve své zprávě."],"This user is a moderator.":["Tento uživatel je moderátorem."],"This user can send messages in this groupchat.":["Tento uživatel může posílat zprávy v tomto skupinovém chatu."],"This user can NOT send messages in this groupchat.":["Tento uživatel NEMŮŽE posílat zprávy v tomto skupinovém chatu."],"Moderator":["Moderátor"],"Visitor":["Návštěvník"],"Owner":["Vlastník"],"Member":["Člen"],"Admin":["Administrátor"],"Participants":["Účastníci"],"Invite":["Pozvat"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Chystáte se pozvat uživatele %1$s do skupinového chatu „%2$s“. Můžete volitelně přidat zprávu vysvětlující důvod pozvání."],"Please enter a valid XMPP username":["Prosím zadejte platné uživatelské jméno XMPP"],"Notification from %1$s":["Oznámení od uživatele %1$s"],"%1$s says":["%1$s říká"],"OMEMO Message received":["Zpráva OMEMO obdržena"],"has gone offline":["se odpojil/a"],"has gone away":["odešel/la pryč"],"is busy":["je zaneprázdněn/a"],"has come online":["se připojil/a"],"wants to be your contact":["chce být vaším kontaktem"],"Sorry, an error occurred while trying to remove the devices.":["Omlouváme se, při pokusu o odstranění zařízení se vyskytla chyba."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Omlouváme se, kvůli chybě nelze dešifrovat obdrženou právu OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Tohle je zpráva zašifrovaná pomocí OMEMO, které, jak se zdá, váš klient nepodporuje. Více informací najdete na https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Omlouváme se, kvůli chybě nelze odeslat zprávu."],"Your avatar image":["Váš avatarový obrázek"],"Your Profile":["Váš profil"],"Close":["Zavřít"],"Email":["E-mail"],"Full Name":["Celé jméno"],"XMPP Address (JID)":["XMPP adresa (JID)"],"Role":["Role"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Oddělujte více rolí čárkami. Vaše role jsou zobrazeny vedle vašeho jména na vašich chatových zprávách."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Omlouváme se, při pokusu o uložení vašich profilových dat se stala chyba."],"You can check your browser's developer console for any error output.":["Můžete zkontrolovat vývojářskou konzoli vašeho prohlížeče pro jakýkoliv chybový výstup."],"Away":["Pryč"],"Busy":["Zaneprázdněn/a"],"Custom status":["Vlastní stav"],"Offline":["Odpojen/a"],"Online":["Připojen/a"],"Away for long":["Pryč na dlouho"],"Change chat status":["Změnit chatový stav"],"Personal status message":["Osobní stavová zpráva"],"I am %1$s":["Jsem %1$s"],"Change settings":["Změnit nastavení"],"Click to change your chat status":["Kliknutím změníte svůj chatový stav"],"Log out":["Odhlásit"],"Your profile":["Váš profil"],"Are you sure you want to log out?":["Opravdu se chcete odhlásit?"],"online":["připojen/a"],"busy":["zaneprázdněn/a"],"away for long":["pryč na dlouho"],"away":["pryč"],"offline":["odpojen/a"]," e.g. conversejs.org":[" např. conversejs.org"],"Fetch registration form":["Sehnat registrační formulář"],"Tip: A list of public XMPP providers is available":["Tip: Seznam veřejných poskytovatelů XMPP je dostupný"],"here":["zde"],"Sorry, we're unable to connect to your chosen provider.":["Omlouváme se, nelze se připojit k vašemu zvolenému poskytovateli."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Omlouváme se, daný poskytovatel nepodporuje in-band registraci účtu. Prosím zkuste to s jiným poskytovatelem."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Při navazování spojení s „%1$s“ se něco pokazilo. Jste si jistý/á, že existuje?"],"Now logging you in":["Nyní vás přihlašujeme"],"Registered successfully":["Úspěšně zaregistrováno"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Poskytovatel odmítl váš pokus o registraci. Prosím zkontrolujte hodnoty, které jste zadal/a, kvůli správnosti."],"Click to toggle the list of open groupchats":["Kliknutím otevřete/zavřete seznam otevřených skupinových chatů"],"Open Groupchats":["Otevřené skupinové chaty"],"Are you sure you want to leave the groupchat %1$s?":["Opravdu chcete odejít ze skupinového chatu %1$s?"],"This contact is busy":["Tento kontakt je zaneprázdněn"],"This contact is online":["Tento kontakt je připojen"],"This contact is offline":["Tento kontakt je odpojen"],"This contact is unavailable":["Tento kontakt je nedostupný"],"This contact is away for an extended period":["Tento kontakt je na delší dobu pryč"],"This contact is away":["Tento kontakt je pryč"],"Groups":["Skupiny"],"My contacts":["Moje kontakty"],"Pending contacts":["Čekající kontakty"],"Contact requests":["Požadavky o kontakt"],"Ungrouped":["Neseskupené"],"Contact name":["Jméno kontaktu"],"Add a Contact":["Přidat kontakt"],"XMPP Address":["XMPP adresa"],"name@example.org":["jmeno@priklad.cz"],"Add":["Přidat"],"Filter":["Filtrovat"],"Filter by contact name":["Filtrovat dle jména kontaktu"],"Filter by group name":["Filtrovat dle názvu skupiny"],"Filter by status":["Filtrovat dle stavu"],"Any":["Libovolné"],"Unread":["Nepřečtené"],"Chatty":["Hovorný/á"],"Extended Away":["Na delší dobu pryč"],"Click to remove %1$s as a contact":["Kliknutím odstraníte uživatele %1$s z kontaktů"],"Click to accept the contact request from %1$s":["Kliknutím přijmete požadavek o kontakt od uživatele %1$s"],"Click to decline the contact request from %1$s":["Kliknutím odmítnete požadavek o kontakt od uživatele %1$s"],"Click to chat with %1$s (JID: %2$s)":["Kliknutím začnete chatovat s uživatelem %1$s (JSD: %2$s)"],"Are you sure you want to decline this contact request?":["Opravdu chcete odmítnout tento požadavek o kontakt?"],"Contacts":["Kontakty"],"Add a contact":["Přidat kontakt"],"Sorry, could not determine upload URL.":["Omlouváme se, nelze určit URL nahrání."],"Sorry, could not determine file upload URL.":["Omlouváme se, nelze určit URL nahraného souboru."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Omlouváme se, nelze úspěšně nahrát váš soubor. Odpověď vašeho serveru: „%1$s“"],"Sorry, could not succesfully upload your file.":["Omlouváme se, nelze úspěšně nahrát váš soubor."],"Sorry, looks like file upload is not supported by your server.":["Omlouváme se, vypadá to, že váš server nepodporuje nahrávání souborů."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Velikost vašeho serveru, %1$s, přesahuje maximum povolené vaším serverem, což je %2$s."],"Sorry, an error occurred:":["Omlouváme se, vyskytla se chyba:"],"The XMPP server did not offer a supported authentication mechanism":["XMPP server nenabídl podporovaný autentikační mechanismus"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Omlouváme se, nemohli jsme se spojit s XMPP hostem s doménou: %1$s"],"You're not allowed to register yourself in this groupchat.":["Nemáte povolení se registrovat v tomto skupinovém chatu."],"You're not allowed to register in this groupchat because it's members-only.":["Nemáte povolení se registrovat v tomto skupinovém chatu, neboť je pouze pro členy."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože nepodporuje registraci."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nelze registrovat vaši přezdívku v tomto skupinovém chatu, protože je poskytnuta neplatná forma dat."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vás pozval/a do skupinového chatu: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vás pozval/a do skupinového chatu: %2$s, a zanechal/a následující důvod: „%3$s“"],"Sorry, there was an error while trying to add %1$s as a contact.":["Omlouváme se při pokusu přidat uživatele %1$s do kontaktů se stala chyba."],"This client does not allow presence subscriptions":["Tento klient nedovoluje presenční odběry"],"Click to hide these contacts":["Kliknutím skryjete tyto kontakty"],"This room no longer exists":["Tato místnost již neexistuje"],"The conversation has moved. Click below to enter.":["Konverzace se přesunula. Kliknutím níže do ní vstoupíte."],"Name":["Jméno"],"Groupchat address (JID)":["Název skupinového chatu (JID)"],"Description":["Popis"],"Topic":["Téma"],"Topic author":["Autor tématu"],"Online users":["Připojení uživatelé"],"Features":["Vlastnosti"],"Password protected":["Ochráněno heslem"],"This groupchat requires a password before entry":["Tento skupinový chat vyžaduje před vstupem heslo"],"No password required":["Heslo nevyžadováno"],"This groupchat does not require a password upon entry":["Tento skupinový chat nevyžaduje při vstupu heslo"],"This groupchat is not publicly searchable":["Tento skupinový chat není veřejně vyhledávatelný"],"This groupchat is publicly searchable":["Tento skupinový chat je veřejně vyhledávatelný"],"Members only":["Pouze pro členy"],"This groupchat is restricted to members only":["Tento skupinový chat je omezen pouze na členy"],"Anyone can join this groupchat":["Kdokoliv se k tomuto skupinovému chatu může připojit"],"Persistent":["Trvalý"],"This groupchat persists even if it's unoccupied":["Tento skupinový chat přetrvává, i když na něm nikdo není"],"This groupchat will disappear once the last person leaves":["Tento skupinový chat zmizí, jakmile poslední osoba odejde"],"Not anonymous":["Není anonymní"],"All other groupchat participants can see your XMPP username":["Všichni ostatní účastníci skupinového chatu mohou vidět vaše XMPP uživatelské jméno"],"Only moderators can see your XMPP username":["Pouze moderátoři mohou vidět vaše XMPP uživatelské jméno"],"Participants entering this groupchat need to request permission to write":["Účastníci vstupující do tohoto skupinového chatu si musí vyžádat povolení psát"],"Not moderated":["Není moderován"],"Participants entering this groupchat can write right away":["Účastníci vstupující do tohoto skupinového chatu mohou psát ihned"],"Message archiving":["Archivace zpráv"],"Messages are archived on the server":["Na tomto serveru jsou archivovány zprávy"],"No password":["Žádné heslo"],"this groupchat is restricted to members only":["tento skupinový chat je omezen pouze na členy"],"XMPP Username:":["Uživatelské jméno XMPP:"],"Password:":["Heslo:"],"password":["heslo"],"This is a trusted device":["Tohle je důvěryhodné zařízení"],"Log in":["Přihlásit"],"Click here to log in anonymously":["Kliknutím sem se přihlásíte anonymně"],"This message has been edited":["Tahle zpráva byla upravena"],"Edit this message":["Upravit tuto zprávu"],"Message versions":["Verze zprávy"],"Save and close":["Uložit a zavřít"],"This device's OMEMO fingerprint":["Otisk OMEMO tohoto zařízení"],"Select all":["Vybrat vše"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaškrtnutím políček vyberete otisky všech ostatních zařízení OMEMO"],"Other OMEMO-enabled devices":["Další zařízení s podporou OMEMO"],"Checkbox for selecting the following fingerprint":["Zaškrtnutím políčka vyberete následující otisk"],"Device without a fingerprint":["Zařízení bez otisku"],"Remove checked devices and close":["Odstranit zaškrtnutá zařízení a zavřít"],"Don't have a chat account?":["Nemáte chatovací účet?"],"Create an account":["Vytvořte si účet"],"Create your account":["Vytvořit svůj účet"],"Please enter the XMPP provider to register with:":["Prosím zadejte poskytovatele XMPP, se kterým se chcete registrovat:"],"Already have a chat account?":["Již máte chatovací účet?"],"Log in here":["Přihlaste se zde"],"Account Registration:":["Registrace účtu:"],"Register":["Registrovat"],"Choose a different provider":["Vybrat jiného poskytovatele"],"Hold tight, we're fetching the registration form…":["Vydržte, sháníte registrační formulář…"],"Messages are being sent in plaintext":["Zprávy jsou odesílány v prostém textu"],"The User's Profile Image":["Profilový obrázek uživatele"],"OMEMO Fingerprints":["Otisky OMEMO"],"Trusted":["Důvěryhodné"],"Untrusted":["Nedůvěryhodné"],"Remove as contact":["Odstranit z kontaktů"],"Refresh":["Obnovit"],"Download audio file \"%1$s\"":["Stáhnout audiosoubor „%1$s“"],"Download file \"%1$s\"":["Stáhnout soubor „%1$s“"],"Download image \"%1$s\"":["Stáhnout obrázek „%1$s“"],"Download":["Stáhnout"],"Download video file \"%1$s\"":["Stáhnout videosoubor „%1$s“"]}}} \ No newline at end of file diff --git a/locale/cs/LC_MESSAGES/converse.po b/locale/cs/LC_MESSAGES/converse.po index 63f184a1b..3808e6ce1 100644 --- a/locale/cs/LC_MESSAGES/converse.po +++ b/locale/cs/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-10-25 13:33+0000\n" "Last-Translator: Lorem Ipsum \n" "Language-Team: Czech \n" "Language-Team: German \n" "Language-Team: Spanish \n" "Language-Team: Basque 1;","lang":"fr"},"Bookmark this groupchat":["Mettre ce salon en marque-page"],"Would you like this groupchat to be automatically joined upon startup?":["Voulez-vous que ce salon soit automatiquement rejoint au démarrage ?"],"Cancel":["Annuler"],"The name for this bookmark:":["Nom de ce marque-page :"],"What should your nickname for this groupchat be?":["Que devrait être votre pseudo sur ce salon ?"],"Save":["Sauvegarder"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Voulez-vous vraiment supprimer le marque-page « %1$s » ?"],"Error":["Erreur"],"Sorry, something went wrong while trying to save your bookmark.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de ce marque-page."],"Leave this groupchat":["Quitter ce salon"],"Remove this bookmark":["Supprimer ce marque-page"],"Unbookmark this groupchat":["Retirer ce salon des marque-pages"],"Show more information on this groupchat":["Afficher davantage d’informations sur ce salon"],"Click to open this groupchat":["Cliquer pour ouvrir ce salon"],"Click to toggle the bookmarks list":["Cliquer pour ouvrir la liste des salons"],"Bookmarks":["Marques-page"],"Sorry, could not determine file upload URL.":["Désolé, impossible de déterminer l’URL pour envoyer le fichier."],"Sorry, could not determine upload URL.":["Désolé, impossible de déterminer l’URL d’envoi de fichier."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Désolé, l’envoi de fichier a échoué. Votre serveur a répondu : « %1$s »"],"Sorry, could not succesfully upload your file.":["Désolé, l’envoi de fichier a échoué."],"Sorry, looks like file upload is not supported by your server.":["Désolé, votre serveur semble ne pas proposer l’envoi de fichier."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["La taille de votre fichier, %1$s, dépasse le maximum autorisé par votre serveur, qui est %2$s."],"Sorry, an error occurred:":["Désolé, une erreur s’est produite :"],"Close this chat box":["Fermer cette fenêtre de discussion"],"Are you sure you want to remove this contact?":["Voulez-vous vraiment retirer ce contact ?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative de retrait de %1$s comme contact."],"You have unread messages":["Vous avez de nouveaux messages"],"Hidden message":["Message caché"],"Message":["Message"],"Send":["Envoyer"],"Optional hint":["Indice optionnel"],"Choose a file to send":["Choisir un fichier à envoyer"],"Remove messages":["Effacer les messages"],"Write in the third person":["Écrire à la troisième personne"],"Show this menu":["Afficher ce menu"],"Are you sure you want to clear the messages from this conversation?":["Voulez-vous vraiment effacer les messages de cette conversation ?"],"%1$s has gone offline":["%1$s s’est déconnecté"],"%1$s has gone away":["%1$s n’est plus disponible"],"%1$s is busy":["%1$s est occupé"],"%1$s is online":["%1$s est en ligne"],"Username":["Nom"],"user@domain":["utilisateur@domaine"],"Please enter a valid XMPP address":["Veuillez saisir une adresse XMPP valide"],"Chat Contacts":["Contacts de chat"],"Toggle chat":["Ouvrir la discussion"],"The XMPP server did not offer a supported authentication mechanism":["Le serveur XMPP n’a pas proposé un mécanisme d’authentification pris en charge"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Désolé, nous n’avons pas pu nous connecter à l’hôte XMPP avec le domaine : %1$s"],"Show more":["Afficher plus"],"Typing from another device":["En train d’écrire depuis un autre client"],"%1$s is typing":["%1$s est en train d’écrire"],"Stopped typing on the other device":["A arrêté d’écrire sur l’autre client"],"%1$s has stopped typing":["%1$s a arrêté d’écrire"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Réduire cette fenêtre de discussion"],"Click to restore this chat":["Cliquez pour afficher cette discussion"],"Minimized":["Réduit(s)"],"This groupchat is not anonymous":["Ce salon n’est pas anonyme"],"This groupchat now shows unavailable members":["Ce salon affiche maintenant les membres indisponibles"],"This groupchat does not show unavailable members":["Ce salon n’affiche pas les membres indisponibles"],"The groupchat configuration has changed":["Les paramètres de ce salon ont été modifiés"],"groupchat logging is now enabled":["L’enregistrement des logs de ce salon est maintenant activé"],"groupchat logging is now disabled":["L’enregistrement des logs de ce salon est maintenant désactivé"],"This groupchat is now no longer anonymous":["Ce salon n’est plus anonyme"],"This groupchat is now semi-anonymous":["Ce salon est maintenant semi-anonyme"],"This groupchat is now fully-anonymous":["Ce salon est maintenant entièrement anonyme"],"A new groupchat has been created":["Un nouveau salon a été créé"],"You have been banned from this groupchat":["Vous avez été banni de ce salon"],"You have been kicked from this groupchat":["Vous avez été expulsé de ce salon"],"You have been removed from this groupchat because of an affiliation change":["Vous avez été retiré de ce salon du fait d’un changement d’affiliation"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Vous avez été retiré de ce salon parce que ce salon est devenu réservé aux membres et vous n’êtes pas membre"],"You have been removed from this groupchat because the service hosting it is being shut down":["Vous avez été retiré de ce salon parce que le service sur lequel il est hébergé est en train d’être arrêté"],"%1$s has been banned":["%1$s a été banni"],"%1$s's nickname has changed":["L’alias de %1$s a changé"],"%1$s has been kicked out":["%1$s a été expulsé"],"%1$s has been removed because of an affiliation change":["%1$s a été supprimé à cause d’un changement d’affiliation"],"%1$s has been removed for not being a member":["%1$s a été supprimé car il n’est pas membre"],"Your nickname has been automatically set to %1$s":["Votre alias a été automatiquement défini à : %1$s"],"Your nickname has been changed to %1$s":["Votre alias a été modifié en : %1$s"],"Description:":["Description :"],"Groupchat Address (JID):":["Adresse du salon (JID) :"],"Participants:":["Participants :"],"Features:":["Caractéristiques :"],"Requires authentication":["Nécessite une authentification"],"Hidden":["Caché"],"Requires an invitation":["Nécessite une invitation"],"Moderated":["Modéré"],"Non-anonymous":["Non-anonyme"],"Open":["Ouvert"],"Permanent":["Permanent"],"Public":["Public"],"Semi-anonymous":["Semi-anonyme"],"Temporary":["Temporaire"],"Unmoderated":["Non modéré"],"Query for Groupchats":["Chercher un salon"],"Server address":["Adresse du serveur"],"Show groupchats":["Afficher les salons"],"conference.example.org":["chat.exemple.org"],"No groupchats found":["Aucun salon trouvé"],"Groupchats found:":["Salons trouvés :"],"Enter a new Groupchat":["Entrer dans un nouveau salon"],"Groupchat address":["Adresse du salon"],"Optional nickname":["Pseudonyme optionnel"],"name@conference.example.org":["nom@chat.example.org"],"Join":["Rejoindre"],"Groupchat info for %1$s":["Informations sur le salon %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s n’est plus un administrateur de ce salon"],"%1$s is no longer an owner of this groupchat":["%1$s n’est plus un propriétaire de ce salon"],"%1$s is no longer banned from this groupchat":["%1$s n’est plus banni de ce salon"],"%1$s is no longer a permanent member of this groupchat":["%1$s n’est plus un membre permanent de ce salon"],"%1$s is now a permanent member of this groupchat":["%1$s est désormais un membre permanent de ce salon"],"%1$s has been banned from this groupchat":["%1$s a été banni de ce salon"],"%1$s is no longer a moderator":["%1$s n’est plus un modérateur"],"%1$s has been given a voice again":["%1$s peut de nouveau parler"],"%1$s has been muted":["%1$s ne peut plus parler"],"%1$s is now a moderator":["%1$s est désormais un modérateur"],"Close and leave this groupchat":["Fermer et quitter ce salon"],"Configure this groupchat":["Configurer ce salon"],"Show more details about this groupchat":["Afficher davantage d’informations sur ce salon"],"Hide the list of participants":["Cacher la liste des participants"],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erreur : la commande « %1$s » prend deux paramètres, le pseudo de l’utilisateur et une raison optionnelle."],"Error: couldn't find a groupchat participant \"%1$s\"":["Erreur : impossible de trouver le participant « %1$s » dans ce salon"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Désolé, une erreur s'est produite lors de l'exécution de la commande. Vérifiez la console de développement de votre navigateur pour plus de détails."],"Change user's affiliation to admin":["Changer le rôle de l’utilisateur en administrateur"],"Ban user from groupchat":["Bannir l’utilisateur du salon"],"Change user role to participant":["Changer le rôle de l’utilisateur en participant"],"Kick user from groupchat":["Expulser l’utilisateur du salon"],"Write in 3rd person":["Écrire à la troisième personne"],"Grant membership to a user":["Autoriser l’utilisateur à être membre"],"Remove user's ability to post messages":["Retirer le droit d’envoyer des messages"],"Change your nickname":["Changer votre alias"],"Grant moderator role to user":["Changer le rôle de l’utilisateur en modérateur"],"Grant ownership of this groupchat":["Accorder la propriété à ce salon"],"Revoke user's membership":["Révoquer l’utilisateur des membres"],"Set groupchat subject":["Définir le sujet du salon"],"Set groupchat subject (alias for /subject)":["Définir le sujet du salon (alias pour /subject)"],"Allow muted user to post messages":["Autoriser les utilisateurs muets à poster des messages"],"The nickname you chose is reserved or currently in use, please choose a different one.":["L’alias choisi est réservé ou actuellment utilisé, veuillez en choisir un différent."],"Please choose your nickname":["Veuillez choisir votre alias"],"Nickname":["Alias"],"Enter groupchat":["Entrer dans le salon"],"This groupchat requires a password":["Ce salon nécessite un mot de passe"],"Password: ":["Mot de passe : "],"Submit":["Soumettre"],"This action was done by %1$s.":["Cette action a été réalisée par %1$s."],"The reason given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"%1$s has left and re-entered the groupchat":["%1$s a quitté puis rejoint le salon"],"%1$s has entered the groupchat":["%1$s a rejoint le salon"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s a rejoint le salon. « %2$s »"],"%1$s has entered and left the groupchat":["%1$s a rejoint puis quitté le salon"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s a rejoint puis quitté le salon. « %2$s »"],"%1$s has left the groupchat":["%1$s a quitté le salon"],"%1$s has left the groupchat. \"%2$s\"":["%1$s a quitté le salon. « %2$s »"],"You are not on the member list of this groupchat.":["Vous n’êtes pas dans la liste des membres de ce salon."],"You have been banned from this groupchat.":["Vous avez été banni de ce salon."],"No nickname was specified.":["Aucun alias n’a été indiqué."],"You are not allowed to create new groupchats.":["Vous n’êtes pas autorisé à créer des salons."],"Your nickname doesn't conform to this groupchat's policies.":["Votre pseudo n’est pas conforme à la politique de ce salon."],"This groupchat does not (yet) exist.":["Ce salon n’existe pas (pour l’instant)."],"This groupchat has reached its maximum number of participants.":["Ce salon a atteint sa limite maximale d’occupants."],"Remote server not found":["Serveur distant introuvable"],"The explanation given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"Topic set by %1$s":["Le sujet a été défini par %1$s"],"Topic cleared by %1$s":["Le sujet de ce salon a été retiré par %1$s"],"Groupchats":["Salons"],"Add a new groupchat":["Ajouter un nouveau salon"],"Query for groupchats":["Chercher un salon"],"Click to mention %1$s in your message.":["Cliquer pour citer %1$s dans votre message."],"This user is a moderator.":["Cet utilisateur est un modérateur."],"This user can send messages in this groupchat.":["Cet utilisateur peut envoyer des messages dans ce salon."],"This user can NOT send messages in this groupchat.":["Cet utilisateur ne peut PAS envoyer de messages dans ce salon."],"Moderator":["Modérateur"],"Visitor":["Visiteur"],"Owner":["Propriétaire"],"Member":["Membre"],"Admin":["Administrateur"],"Participants":["Participants"],"Invite":["Inviter"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Vous allez inviter %1$s dans le salon %2$s. Vous pouvez facultativement ajouter un message expliquant la raison de cette invitation."],"Please enter a valid XMPP username":["Veuillez saisir un identifiant utilisateur XMPP valide"],"You're not allowed to register yourself in this groupchat.":["Vous n’êtes pas autorisé à vous enregistrer vous-mêmes dans ce salon."],"You're not allowed to register in this groupchat because it's members-only.":["Vous n’êtes pas autorisé à vous inscrire dans ce salon parce qu’il est réservé aux membres."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Impossible d’enregistrer votre pseudo dans ce salon, il ne gère pas l’enregistrement."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Impossible d’enregistrer votre pseudo dans ce salon, un formulaire invalide a été envoyé."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vous invite à rejoindre le salon : %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vous invite à rejoindre le salon : %2$s, avec le message suivant: « %3$s »"],"Notification from %1$s":["Notification depuis %1$s"],"%1$s says":["%1$s dit"],"OMEMO Message received":["Message OMEMO reçu"],"has gone offline":["s’est déconnecté"],"has gone away":["est absent"],"is busy":["est occupé"],"has come online":["s’est déconnecté"],"wants to be your contact":["veut être votre contact"],"Sorry, an error occurred while trying to remove the devices.":["Désolé, une erreur est survenue en tentant de supprimer les clients OMEMO."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Désolé, impossible de déchiffrer un message chiffré avec OMEMO à cause d’une erreur."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Ceci est un message chiffré avec OMEMO, que votre client ne semble pas prendre en charge. Pour plus d’informations, allez voir https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Désolé, impossible d’envoyer ce message à cause d’une erreur."],"Your avatar image":["Votre image d’avatar"],"Your Profile":["Votre profil"],"Close":["Fermer"],"Email":["E-mail"],"Full Name":["Nom complet"],"XMPP Address (JID)":["Adresse XMPP (JID)"],"Role":["Rôle"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Utilisez une virgule pour séparer plusieurs rôles. Vos rôles sont affichés à côté de votre nom dans vos messages."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de votre profil."],"You can check your browser's developer console for any error output.":["Vous pouvez surveiller toute erreur qui apparaîtrait dans la console de développement de votre navigateur."],"Away":["Absent"],"Busy":["Occupé"],"Custom status":["Statut personnel"],"Offline":["Déconnecté"],"Online":["En ligne"],"Away for long":["Absent pour une longue durée"],"Change chat status":["changer votre statut de chat"],"Personal status message":["Message de statut personnel"],"I am %1$s":["Je suis %1$s"],"Change settings":["Changer les préférences"],"Click to change your chat status":["Cliquez pour changer votre statut"],"Log out":["Se déconnecter"],"Your profile":["Votre profil"],"Are you sure you want to log out?":["Voulez-vous vraiment vous déconnecter ?"],"online":["en ligne"],"busy":["occupé"],"away for long":["absent pour une longue durée"],"away":["absent"],"offline":["Déconnecté"]," e.g. conversejs.org":[" par exemple conversejs.org"],"Fetch registration form":["Récupération du formulaire d’enregistrement"],"Tip: A list of public XMPP providers is available":["Astuce : une liste publique de fournisseurs XMPP est disponible"],"here":["ici"],"Sorry, we're unable to connect to your chosen provider.":["Désolé, nous n’avons pas pu nous connecter à votre fournisseur."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Désolé, le fournisseur indiqué ne supporte pas l’enregistrement de compte en ligne. Merci d’essayer avec un autre fournisseur."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Quelque chose a échoué lors de l’établissement de la connexion avec « %1$s ». Existe-t-il vraiment ?"],"Now logging you in":["En cours de connexion"],"Registered successfully":["Enregistré avec succès"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Le fournisseur a rejeté votre demande d’inscription. Merci de vérifier que les données que vous avez fournies sont correctes."],"Click to toggle the list of open groupchats":["Cliquer pour ouvrir la liste des salons ouverts"],"Open Groupchats":["Salons ouverts"],"Are you sure you want to leave the groupchat %1$s?":["Voulez-vous vraiment quitter le salon « %1$s » ?"],"Sorry, there was an error while trying to add %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative d’ajout de %1$s comme contact."],"This client does not allow presence subscriptions":["Ce client ne permet pas les mises à jour de disponibilité"],"Click to hide these contacts":["Cliquez pour cacher ces contacts"],"This contact is busy":["Ce contact est occupé"],"This contact is online":["Ce contact est connecté"],"This contact is offline":["Ce contact est déconnecté"],"This contact is unavailable":["Ce contact est indisponible"],"This contact is away for an extended period":["Ce contact est absent"],"This contact is away":["Ce contact est absent"],"Groups":["Groupes"],"My contacts":["Mes contacts"],"Pending contacts":["Contacts en attente"],"Contact requests":["Demandes de contacts"],"Ungrouped":["Sans groupe"],"Contact name":["Nom du contact"],"Add a Contact":["Ajouter un contact"],"XMPP Address":["Adresse XMPP"],"name@example.org":["nom@exemple.org"],"Add":["Ajouter"],"Filter":["Filtrer"],"Filter by contact name":["Filtrer par nom de contact"],"Filter by group name":["Filtrer par nom de groupe"],"Filter by status":["Filtrer par statut"],"Any":["Aucun"],"Unread":["Non lu"],"Chatty":["Bavard"],"Extended Away":["Absence longue durée"],"Click to remove %1$s as a contact":["Cliquez pour retirer le contact %1$s"],"Click to accept the contact request from %1$s":["Cliquez pour accepter la demande d’ajout de contact de %1$s"],"Click to decline the contact request from %1$s":["Cliquez pour décliner la demande d’ajout de contact de %1$s"],"Click to chat with %1$s (JID: %2$s)":["Cliquez pour discuter avec %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["Voulez-vous vraiment rejeter cette demande d’ajout de contact ?"],"Contacts":["Contacts"],"Add a contact":["Ajouter un contact"],"The conversation has moved. Click below to enter.":[""],"Name":["Nom"],"Groupchat address (JID)":["Adresse du salon (JID) :"],"Description":["Description"],"Topic":["Sujet"],"Topic author":["Auteur du sujet"],"Online users":["Utilisateurs en ligne"],"Features":["Caractéristiques"],"Password protected":["Protégé par mot de passe"],"This groupchat requires a password before entry":["Ce salon nécessite un mot de passe pour y accéder"],"No password required":["Pas de mot de passe nécessaire"],"This groupchat does not require a password upon entry":["Ce salon ne nécessite pas de mot de passe pour y accéder"],"This groupchat is not publicly searchable":["Ce salon ne peut pas être recherché publiquement"],"This groupchat is publicly searchable":["Ce salon peut être recherché publiquement"],"Members only":["Membres uniquement"],"This groupchat is restricted to members only":["Ce salon est restreint aux membres uniquement"],"Anyone can join this groupchat":["N’importe qui peut rejoindre ce salon"],"Persistent":["Persistant"],"This groupchat persists even if it's unoccupied":["Ce salon persiste même s'il est inoccupé"],"This groupchat will disappear once the last person leaves":["Ce salon disparaîtra au départ de la dernière personne"],"Not anonymous":["Non-anonyme"],"All other groupchat participants can see your XMPP username":["Tous les autres occupants de ce salon peuvent voir votre nom d’utilisateur XMPP"],"Only moderators can see your XMPP username":["Seuls les modérateurs peuvent voir votre identifiant XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":["Non modéré"],"Participants entering this groupchat can write right away":[""],"Message archiving":["Archivage des messages"],"Messages are archived on the server":["Les messages sont archivés sur le serveur"],"No password":["Pas de mot de passe"],"this groupchat is restricted to members only":["ce salon est restreint aux membres uniquement"],"XMPP Username:":["Nom d’utilisateur XMPP :"],"Password:":["Mot de passe :"],"password":["Mot de passe"],"This is a trusted device":["Ceci est un appareil de confiance"],"Log in":["Se connecter"],"Click here to log in anonymously":["Cliquez ici pour se connecter anonymement"],"This message has been edited":["Ce message a été édité"],"Edit this message":["Éditer ce message"],"Message versions":["Versions du message"],"Save and close":["Enregistrer et fermer"],"This device's OMEMO fingerprint":["Empreinte de clé OMEMO de ce client"],"Select all":["Tout sélectionner"],"Checkbox to select fingerprints of all other OMEMO devices":["Case à cocher pour sélectionner les empreintes de tous les autres clients OMEMO"],"Other OMEMO-enabled devices":["Autres clients ayant activé le chiffrement OMEMO"],"Checkbox for selecting the following fingerprint":["Case à cocher pour sélectionner l'empreinte OMEMO suivante"],"Device without a fingerprint":["Client sans empreinte de clé OMEMO"],"Remove checked devices and close":["Supprimer les clients OMEMO sélectionnés, et fermer"],"Don't have a chat account?":["Vous n’avez pas de compte ?"],"Create an account":["Créer un compte"],"Create your account":["Créer votre compte"],"Please enter the XMPP provider to register with:":["Veuillez saisir le fournisseur XMPP auprès duquel s’inscrire :"],"Already have a chat account?":["Vous avez déjà un compte ?"],"Log in here":["Connectez-vous ici"],"Account Registration:":["Création de compte :"],"Register":["S’inscrire"],"Choose a different provider":["Choisir un autre fournisseur"],"Hold tight, we're fetching the registration form…":["Ne bougez pas, on va chercher le formulaire d’inscription…"],"Messages are being sent in plaintext":["Les messages sont envoyés en clair"],"The User's Profile Image":["Image de profil de l’utilisateur"],"OMEMO Fingerprints":["Empreintes de clé OMEMO"],"Trusted":["De confiance"],"Untrusted":["Pas de confiance"],"Remove as contact":["Supprimer ce contact"],"Refresh":["Rafraîchir"],"Download":["Télécharger"],"Download file \"%1$s\"":["Télécharger le fichier « %1$s »"],"Download image \"%1$s\"":["Télécharger l’image « %1$s »"],"Download video file \"%1$s\"":["Télécharger la vidéo « %1$s »"],"Download audio file \"%1$s\"":["Télécharger le fichier audio « %1$s »"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"fr"},"Bookmark this groupchat":["Mettre ce salon en marque-page"],"Unbookmark this groupchat":["Retirer ce salon des marque-pages"],"Would you like this groupchat to be automatically joined upon startup?":["Voulez-vous que ce salon soit automatiquement rejoint au démarrage ?"],"Cancel":["Annuler"],"The name for this bookmark:":["Nom de ce marque-page :"],"What should your nickname for this groupchat be?":["Que devrait être votre pseudo sur ce salon ?"],"Save":["Sauvegarder"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Voulez-vous vraiment supprimer le marque-page « %1$s » ?"],"Error":["Erreur"],"Sorry, something went wrong while trying to save your bookmark.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de ce marque-page."],"Leave this groupchat":["Quitter ce salon"],"Remove this bookmark":["Supprimer ce marque-page"],"Show more information on this groupchat":["Afficher davantage d’informations sur ce salon"],"Click to open this groupchat":["Cliquer pour ouvrir ce salon"],"Click to toggle the bookmarks list":["Cliquer pour ouvrir la liste des salons"],"Bookmarks":["Marques-page"],"Close this chat box":["Fermer cette fenêtre de discussion"],"Are you sure you want to remove this contact?":["Voulez-vous vraiment retirer ce contact ?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative de retrait de %1$s comme contact."],"You have unread messages":["Vous avez de nouveaux messages"],"Hidden message":["Message caché"],"Message":["Message"],"Send":["Envoyer"],"Optional hint":["Indice optionnel"],"Choose a file to send":["Choisir un fichier à envoyer"],"Remove messages":["Effacer les messages"],"Write in the third person":["Écrire à la troisième personne"],"Show this menu":["Afficher ce menu"],"Are you sure you want to clear the messages from this conversation?":["Voulez-vous vraiment effacer les messages de cette conversation ?"],"%1$s has gone offline":["%1$s s’est déconnecté"],"%1$s has gone away":["%1$s n’est plus disponible"],"%1$s is busy":["%1$s est occupé"],"%1$s is online":["%1$s est en ligne"],"Username":["Nom"],"user@domain":["utilisateur@domaine"],"Please enter a valid XMPP address":["Veuillez saisir une adresse XMPP valide"],"Chat Contacts":["Contacts de chat"],"Toggle chat":["Ouvrir la discussion"],"Show more":["Afficher plus"],"Typing from another device":["En train d’écrire depuis un autre client"],"%1$s is typing":["%1$s est en train d’écrire"],"Stopped typing on the other device":["A arrêté d’écrire sur l’autre client"],"%1$s has stopped typing":["%1$s a arrêté d’écrire"],"Unencryptable OMEMO message":["Message OMEMO non chiffrable"],"Minimize this chat box":["Réduire cette fenêtre de discussion"],"Click to restore this chat":["Cliquez pour afficher cette discussion"],"Minimized":["Réduit(s)"],"This groupchat is not anonymous":["Ce salon n’est pas anonyme"],"This groupchat now shows unavailable members":["Ce salon affiche maintenant les membres indisponibles"],"This groupchat does not show unavailable members":["Ce salon n’affiche pas les membres indisponibles"],"The groupchat configuration has changed":["Les paramètres de ce salon ont été modifiés"],"groupchat logging is now enabled":["L’enregistrement des logs de ce salon est maintenant activé"],"groupchat logging is now disabled":["L’enregistrement des logs de ce salon est maintenant désactivé"],"This groupchat is now no longer anonymous":["Ce salon n’est plus anonyme"],"This groupchat is now semi-anonymous":["Ce salon est maintenant semi-anonyme"],"This groupchat is now fully-anonymous":["Ce salon est maintenant entièrement anonyme"],"A new groupchat has been created":["Un nouveau salon a été créé"],"You have been banned from this groupchat":["Vous avez été banni de ce salon"],"You have been kicked from this groupchat":["Vous avez été expulsé de ce salon"],"You have been removed from this groupchat because of an affiliation change":["Vous avez été retiré de ce salon du fait d’un changement d’affiliation"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Vous avez été retiré de ce salon parce que ce salon est devenu réservé aux membres et vous n’êtes pas membre"],"You have been removed from this groupchat because the service hosting it is being shut down":["Vous avez été retiré de ce salon parce que le service sur lequel il est hébergé est en train d’être arrêté"],"%1$s has been banned":["%1$s a été banni"],"%1$s's nickname has changed":["L’alias de %1$s a changé"],"%1$s has been kicked out":["%1$s a été expulsé"],"%1$s has been removed because of an affiliation change":["%1$s a été supprimé à cause d’un changement d’affiliation"],"%1$s has been removed for not being a member":["%1$s a été supprimé car il n’est pas membre"],"Your nickname has been automatically set to %1$s":["Votre alias a été automatiquement défini à : %1$s"],"Your nickname has been changed to %1$s":["Votre alias a été modifié en : %1$s"],"Description:":["Description :"],"Groupchat Address (JID):":["Adresse du groupe de discussion (JID) :"],"Participants:":["Participants :"],"Features:":["Caractéristiques :"],"Requires authentication":["Nécessite une authentification"],"Hidden":["Caché"],"Requires an invitation":["Nécessite une invitation"],"Moderated":["Modéré"],"Non-anonymous":["Non-anonyme"],"Open":["Ouvert"],"Permanent":["Permanent"],"Public":["Public"],"Semi-anonymous":["Semi-anonyme"],"Temporary":["Temporaire"],"Unmoderated":["Non modéré"],"Query for Groupchats":["Chercher un salon"],"Server address":["Adresse du serveur"],"Show groupchats":["Afficher les salons"],"conference.example.org":["chat.exemple.org"],"No groupchats found":["Aucun salon trouvé"],"Groupchats found:":["Groupes de discussion trouvés :"],"Enter a new Groupchat":["Entrer dans un nouveau salon"],"Groupchat address":["Adresse du salon"],"Optional nickname":["Pseudonyme optionnel"],"name@conference.example.org":["nom@chat.example.org"],"Join":["Rejoindre"],"Groupchat info for %1$s":["Informations sur le salon %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s n’est plus un administrateur de ce salon"],"%1$s is no longer an owner of this groupchat":["%1$s n’est plus un propriétaire de ce salon"],"%1$s is no longer banned from this groupchat":["%1$s n’est plus banni de ce salon"],"%1$s is no longer a permanent member of this groupchat":["%1$s n’est plus un membre permanent de ce salon"],"%1$s is now a permanent member of this groupchat":["%1$s est désormais un membre permanent de ce salon"],"%1$s has been banned from this groupchat":["%1$s a été banni de ce salon"],"%1$s is no longer a moderator":["%1$s n’est plus un modérateur"],"%1$s has been given a voice again":["%1$s peut de nouveau parler"],"%1$s has been muted":["%1$s ne peut plus parler"],"%1$s is now a moderator":["%1$s est désormais un modérateur"],"Close and leave this groupchat":["Fermer et quitter ce salon"],"Configure this groupchat":["Configurer ce salon"],"Show more details about this groupchat":["Afficher davantage d’informations sur ce salon"],"Hide the list of participants":["Cacher la liste des participants"],"Forbidden: you do not have the necessary role in order to do that.":["Interdit : vous n’avez pas le rôle nécessaire pour faire ça."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Interdit : vous n’avez pas l’affiliation nécessaire pour faire ça."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erreur : la commande « %1$s » prend deux paramètres, le pseudo de l’utilisateur et une raison optionnelle."],"Error: couldn't find a groupchat participant \"%1$s\"":["Erreur : impossible de trouver le participant « %1$s » dans ce salon"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Désolé, une erreur s’est produite lors de l’exécution de la commande. Vérifiez la console de développement de votre navigateur pour plus de détails."],"Change user's affiliation to admin":["Changer le rôle de l’utilisateur en administrateur"],"Ban user from groupchat":["Bannir l’utilisateur du salon"],"Change user role to participant":["Changer le rôle de l’utilisateur en participant"],"Kick user from groupchat":["Expulser l’utilisateur du salon"],"Write in 3rd person":["Écrire à la troisième personne"],"Grant membership to a user":["Autoriser l’utilisateur à être membre"],"Remove user's ability to post messages":["Retirer le droit d’envoyer des messages"],"Change your nickname":["Changer votre alias"],"Grant moderator role to user":["Changer le rôle de l’utilisateur en modérateur"],"Grant ownership of this groupchat":["Accorder la propriété à ce salon"],"Register a nickname for this room":["Enregistrer un pseudo pour ce salon"],"Revoke user's membership":["Révoquer l’utilisateur des membres"],"Set groupchat subject":["Définir le sujet du salon"],"Set groupchat subject (alias for /subject)":["Définir le sujet du salon (alias pour /subject)"],"Allow muted user to post messages":["Autoriser les utilisateurs muets à poster des messages"],"Error: invalid number of arguments":["Erreur : nombre d’arguments invalide"],"The nickname you chose is reserved or currently in use, please choose a different one.":["L’alias choisi est réservé ou actuellment utilisé, veuillez en choisir un différent."],"Please choose your nickname":["Veuillez choisir votre alias"],"Nickname":["Alias"],"Enter groupchat":["Entrer dans le salon"],"This groupchat requires a password":["Ce salon nécessite un mot de passe"],"Password: ":["Mot de passe : "],"Submit":["Soumettre"],"This action was done by %1$s.":["Cette action a été réalisée par %1$s."],"The reason given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"%1$s has left and re-entered the groupchat":["%1$s a quitté puis rejoint le salon"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s a quitté puis rejoint le salon. « %2$s »"],"%1$s has entered the groupchat":["%1$s a rejoint le salon"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s a rejoint le salon. « %2$s »"],"%1$s has entered and left the groupchat":["%1$s a rejoint puis quitté le salon"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s a rejoint puis quitté le salon. « %2$s »"],"%1$s has left the groupchat":["%1$s a quitté le salon"],"%1$s has left the groupchat. \"%2$s\"":["%1$s a quitté le salon. « %2$s »"],"You are not on the member list of this groupchat.":["Vous n’êtes pas dans la liste des membres de ce salon."],"You have been banned from this groupchat.":["Vous avez été banni de ce salon."],"No nickname was specified.":["Aucun alias n’a été indiqué."],"You are not allowed to create new groupchats.":["Vous n’êtes pas autorisé à créer des salons."],"Your nickname doesn't conform to this groupchat's policies.":["Votre pseudo n’est pas conforme à la politique de ce salon."],"This groupchat does not (yet) exist.":["Ce salon n’existe pas (pour l’instant)."],"This groupchat has reached its maximum number of participants.":["Ce salon a atteint sa limite maximale d’occupants."],"Remote server not found":["Serveur distant introuvable"],"The explanation given is: \"%1$s\".":["La raison indiquée est : « %1$s »."],"Topic set by %1$s":["Le sujet a été défini par %1$s"],"Topic cleared by %1$s":["Le sujet de ce salon a été retiré par %1$s"],"Groupchats":["Salons"],"Add a new groupchat":["Ajouter un nouveau salon"],"Query for groupchats":["Chercher un salon"],"Click to mention %1$s in your message.":["Cliquer pour citer %1$s dans votre message."],"This user is a moderator.":["Cet utilisateur est un modérateur."],"This user can send messages in this groupchat.":["Cet utilisateur peut envoyer des messages dans ce salon."],"This user can NOT send messages in this groupchat.":["Cet utilisateur ne peut PAS envoyer de messages dans ce salon."],"Moderator":["Modérateur"],"Visitor":["Visiteur"],"Owner":["Propriétaire"],"Member":["Membre"],"Admin":["Administrateur"],"Participants":["Participants"],"Invite":["Inviter"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Vous allez inviter %1$s dans le salon %2$s. Vous pouvez facultativement ajouter un message expliquant la raison de cette invitation."],"Please enter a valid XMPP username":["Veuillez saisir un identifiant utilisateur XMPP valide"],"Notification from %1$s":["Notification depuis %1$s"],"%1$s says":["%1$s dit"],"OMEMO Message received":["Message OMEMO reçu"],"has gone offline":["s’est déconnecté"],"has gone away":["est absent"],"is busy":["est occupé"],"has come online":["s’est déconnecté"],"wants to be your contact":["veut être votre contact"],"Sorry, an error occurred while trying to remove the devices.":["Désolé, une erreur est survenue en tentant de supprimer les clients OMEMO."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Désolé, impossible de déchiffrer un message chiffré avec OMEMO à cause d’une erreur."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Ceci est un message chiffré avec OMEMO, que votre client ne semble pas prendre en charge. Pour plus d’informations, allez voir https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Désolé, impossible d’envoyer ce message à cause d’une erreur."],"Your avatar image":["Votre image d’avatar"],"Your Profile":["Votre profil"],"Close":["Fermer"],"Email":["E-mail"],"Full Name":["Nom complet"],"XMPP Address (JID)":["Adresse XMPP (JID)"],"Role":["Rôle"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Utilisez une virgule pour séparer plusieurs rôles. Vos rôles sont affichés à côté de votre nom dans vos messages."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Désolé, quelque chose s’est mal passé pendant la sauvegarde de votre profil."],"You can check your browser's developer console for any error output.":["Vous pouvez surveiller toute erreur qui apparaîtrait dans la console de développement de votre navigateur."],"Away":["Absent"],"Busy":["Occupé"],"Custom status":["Statut personnel"],"Offline":["Déconnecté"],"Online":["En ligne"],"Away for long":["Absent pour une longue durée"],"Change chat status":["changer votre statut de chat"],"Personal status message":["Message de statut personnel"],"I am %1$s":["Je suis %1$s"],"Change settings":["Changer les préférences"],"Click to change your chat status":["Cliquez pour changer votre statut"],"Log out":["Se déconnecter"],"Your profile":["Votre profil"],"Are you sure you want to log out?":["Voulez-vous vraiment vous déconnecter ?"],"online":["en ligne"],"busy":["occupé"],"away for long":["absent pour une longue durée"],"away":["absent"],"offline":["Déconnecté"]," e.g. conversejs.org":[" par exemple conversejs.org"],"Fetch registration form":["Récupération du formulaire d’enregistrement"],"Tip: A list of public XMPP providers is available":["Astuce : une liste publique de fournisseurs XMPP est disponible"],"here":["ici"],"Sorry, we're unable to connect to your chosen provider.":["Désolé, nous n’avons pas pu nous connecter à votre fournisseur."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Désolé, le fournisseur indiqué ne supporte pas l’enregistrement de compte en ligne. Merci d’essayer avec un autre fournisseur."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Quelque chose a échoué lors de l’établissement de la connexion avec « %1$s ». Existe-t-il vraiment ?"],"Now logging you in":["En cours de connexion"],"Registered successfully":["Enregistré avec succès"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Le fournisseur a rejeté votre demande d’inscription. Merci de vérifier que les données que vous avez fournies sont correctes."],"Click to toggle the list of open groupchats":["Cliquer pour ouvrir la liste des salons ouverts"],"Open Groupchats":["Salons ouverts"],"Are you sure you want to leave the groupchat %1$s?":["Voulez-vous vraiment quitter le salon « %1$s » ?"],"This contact is busy":["Ce contact est occupé"],"This contact is online":["Ce contact est connecté"],"This contact is offline":["Ce contact est déconnecté"],"This contact is unavailable":["Ce contact est indisponible"],"This contact is away for an extended period":["Ce contact est absent"],"This contact is away":["Ce contact est absent"],"Groups":["Groupes"],"My contacts":["Mes contacts"],"Pending contacts":["Contacts en attente"],"Contact requests":["Demandes de contacts"],"Ungrouped":["Sans groupe"],"Contact name":["Nom du contact"],"Add a Contact":["Ajouter un contact"],"XMPP Address":["Adresse XMPP"],"name@example.org":["nom@exemple.org"],"Add":["Ajouter"],"Filter":["Filtrer"],"Filter by contact name":["Filtrer par nom de contact"],"Filter by group name":["Filtrer par nom de groupe"],"Filter by status":["Filtrer par statut"],"Any":["Aucun"],"Unread":["Non lu"],"Chatty":["Bavard"],"Extended Away":["Absence longue durée"],"Click to remove %1$s as a contact":["Cliquez pour retirer le contact %1$s"],"Click to accept the contact request from %1$s":["Cliquez pour accepter la demande d’ajout de contact de %1$s"],"Click to decline the contact request from %1$s":["Cliquez pour décliner la demande d’ajout de contact de %1$s"],"Click to chat with %1$s (JID: %2$s)":["Cliquez pour discuter avec %1$s (JID : %2$s)"],"Are you sure you want to decline this contact request?":["Voulez-vous vraiment rejeter cette demande d’ajout de contact ?"],"Contacts":["Contacts"],"Add a contact":["Ajouter un contact"],"Sorry, could not determine upload URL.":["Désolé, impossible de déterminer l’URL d’envoi de fichier."],"Sorry, could not determine file upload URL.":["Désolé, impossible de déterminer l’URL pour envoyer le fichier."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Désolé, l’envoi de fichier a échoué. Votre serveur a répondu : « %1$s »"],"Sorry, could not succesfully upload your file.":["Désolé, l’envoi de fichier a échoué."],"Sorry, looks like file upload is not supported by your server.":["Désolé, votre serveur semble ne pas proposer l’envoi de fichier."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["La taille de votre fichier, %1$s, dépasse le maximum autorisé par votre serveur, qui est %2$s."],"Sorry, an error occurred:":["Désolé, une erreur s’est produite :"],"The XMPP server did not offer a supported authentication mechanism":["Le serveur XMPP n’a pas proposé un mécanisme d’authentification pris en charge"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Désolé, nous n’avons pas pu nous connecter à l’hôte XMPP avec le domaine : %1$s"],"You're not allowed to register yourself in this groupchat.":["Vous n’êtes pas autorisé à vous enregistrer vous-mêmes dans ce salon."],"You're not allowed to register in this groupchat because it's members-only.":["Vous n’êtes pas autorisé à vous inscrire dans ce salon parce qu’il est réservé aux membres."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Impossible d’enregistrer votre pseudo dans ce salon, il ne gère pas l’enregistrement."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Impossible d’enregistrer votre pseudo dans ce salon, un formulaire invalide a été envoyé."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vous invite à rejoindre le salon : %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s vous invite à rejoindre le salon : %2$s, avec le message suivant: « %3$s »"],"Error: the groupchat %1$s does not exist.":["Erreur : le salon %1$s n’existe pas."],"Sorry, you're not allowed to register in this groupchat":["Désolé, vous n’êtes pas autorisé à vous enregistrer dans ce salon"],"Sorry, there was an error while trying to add %1$s as a contact.":["Désolé, il y a eu une erreur lors de la tentative d’ajout de %1$s comme contact."],"This client does not allow presence subscriptions":["Ce client ne permet pas les mises à jour de disponibilité"],"Click to hide these contacts":["Cliquez pour cacher ces contacts"],"This room no longer exists":["Ce salon n’existe plus"],"The conversation has moved. Click below to enter.":["la conversation a déménagé.Cliquez ci-dessous pour entrer."],"Name":["Nom"],"Groupchat address (JID)":["Adresse du salon (JID) :"],"Description":["Description"],"Topic":["Sujet"],"Topic author":["Auteur du sujet"],"Online users":["Utilisateurs en ligne"],"Features":["Caractéristiques"],"Password protected":["Protégé par mot de passe"],"This groupchat requires a password before entry":["Ce salon nécessite un mot de passe pour y accéder"],"No password required":["Pas de mot de passe nécessaire"],"This groupchat does not require a password upon entry":["Ce salon ne nécessite pas de mot de passe pour y accéder"],"This groupchat is not publicly searchable":["Ce salon ne peut pas être recherché publiquement"],"This groupchat is publicly searchable":["Ce salon peut être recherché publiquement"],"Members only":["Membres uniquement"],"This groupchat is restricted to members only":["Ce salon est restreint aux membres uniquement"],"Anyone can join this groupchat":["N’importe qui peut rejoindre ce salon"],"Persistent":["Persistant"],"This groupchat persists even if it's unoccupied":["Ce salon persiste même s’il est inoccupé"],"This groupchat will disappear once the last person leaves":["Ce salon disparaîtra au départ de la dernière personne"],"Not anonymous":["Non-anonyme"],"All other groupchat participants can see your XMPP username":["Tous les autres occupants de ce salon peuvent voir votre nom d’utilisateur XMPP"],"Only moderators can see your XMPP username":["Seuls les modérateurs peuvent voir votre identifiant XMPP"],"Participants entering this groupchat need to request permission to write":["Les participants qui entrent dans ce salon doivent demander la permission pour écrire"],"Not moderated":["Non modéré"],"Participants entering this groupchat can write right away":["Les participants qui entrent dans ce salon peuvent écrire directement"],"Message archiving":["Archivage des messages"],"Messages are archived on the server":["Les messages sont archivés sur le serveur"],"No password":["Pas de mot de passe"],"this groupchat is restricted to members only":["ce salon est restreint aux membres uniquement"],"XMPP Username:":["Nom d’utilisateur XMPP :"],"Password:":["Mot de passe :"],"password":["Mot de passe"],"This is a trusted device":["Ceci est un appareil de confiance"],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":["Pour améliorer les performances, nous stockons vos données dans ce navigateur. Décochez cette case si vous êtes sur un ordinateur public, ou si vous voulez que vos données soient supprimées lorsque vous vous déconnecterez. Il est important que vous vous déconnectiez explicitement, sinon les données stockées ne seront pas forcément toutes supprimées. Notez que lorsque l’ordinateur utilisé n’est pas considéré de confiance, le chiffrement OMEMO n’est PAS disponible."],"Log in":["Se connecter"],"Click here to log in anonymously":["Cliquez ici pour se connecter anonymement"],"This message has been edited":["Ce message a été édité"],"Edit this message":["Éditer ce message"],"Message versions":["Versions du message"],"Save and close":["Enregistrer et fermer"],"This device's OMEMO fingerprint":["Empreinte de clé OMEMO de ce client"],"Select all":["Tout sélectionner"],"Checkbox to select fingerprints of all other OMEMO devices":["Case à cocher pour sélectionner les empreintes de tous les autres clients OMEMO"],"Other OMEMO-enabled devices":["Autres clients ayant activé le chiffrement OMEMO"],"Checkbox for selecting the following fingerprint":["Case à cocher pour sélectionner l’empreinte OMEMO suivante"],"Device without a fingerprint":["Client sans empreinte de clé OMEMO"],"Remove checked devices and close":["Supprimer les clients OMEMO sélectionnés, et fermer"],"Don't have a chat account?":["Vous n’avez pas de compte ?"],"Create an account":["Créer un compte"],"Create your account":["Créer votre compte"],"Please enter the XMPP provider to register with:":["Veuillez saisir le fournisseur XMPP auprès duquel s’inscrire :"],"Already have a chat account?":["Vous avez déjà un compte ?"],"Log in here":["Connectez-vous ici"],"Account Registration:":["Création de compte :"],"Register":["S’inscrire"],"Choose a different provider":["Choisir un autre fournisseur"],"Hold tight, we're fetching the registration form…":["Ne bougez pas, on va chercher le formulaire d’inscription…"],"Messages are being sent in plaintext":["Les messages sont envoyés en clair"],"The User's Profile Image":["Image de profil de l’utilisateur"],"OMEMO Fingerprints":["Empreintes de clé OMEMO"],"Trusted":["De confiance"],"Untrusted":["Pas de confiance"],"Remove as contact":["Supprimer ce contact"],"Refresh":["Rafraîchir"],"Download audio file \"%1$s\"":["Télécharger le fichier audio « %1$s »"],"Download file \"%1$s\"":["Télécharger le fichier « %1$s »"],"Download image \"%1$s\"":["Télécharger l’image « %1$s »"],"Download":["Télécharger"],"Download video file \"%1$s\"":["Télécharger la vidéo « %1$s »"]}}} \ No newline at end of file diff --git a/locale/fr/LC_MESSAGES/converse.po b/locale/fr/LC_MESSAGES/converse.po index 1b009d4a0..0a9d2fefd 100644 --- a/locale/fr/LC_MESSAGES/converse.po +++ b/locale/fr/LC_MESSAGES/converse.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-10-28 22:14+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: French \n" "Language-Team: Rahut \n" @@ -41,7 +41,7 @@ msgstr "" #: dist/converse-no-dependencies.js:40021 #: dist/converse-no-dependencies.js:48695 -#: dist/converse-no-dependencies.js:84941 +#: dist/converse-no-dependencies.js:84942 msgid "Cancel" msgstr "ביטול" @@ -411,8 +411,8 @@ msgid "Requires authentication" msgstr "מצריך אישור" #: dist/converse-no-dependencies.js:45009 -#: dist/converse-no-dependencies.js:83248 -#: dist/converse-no-dependencies.js:83404 +#: dist/converse-no-dependencies.js:83249 +#: dist/converse-no-dependencies.js:83405 msgid "Hidden" msgstr "נסתר" @@ -421,8 +421,8 @@ msgid "Requires an invitation" msgstr "מצריך הזמנה" #: dist/converse-no-dependencies.js:45011 -#: dist/converse-no-dependencies.js:83312 -#: dist/converse-no-dependencies.js:83468 +#: dist/converse-no-dependencies.js:83313 +#: dist/converse-no-dependencies.js:83469 msgid "Moderated" msgstr "מבוקר" @@ -432,8 +432,8 @@ msgid "Non-anonymous" msgstr "לא-אנונימי" #: dist/converse-no-dependencies.js:45013 -#: dist/converse-no-dependencies.js:83272 -#: dist/converse-no-dependencies.js:83428 +#: dist/converse-no-dependencies.js:83273 +#: dist/converse-no-dependencies.js:83429 #, fuzzy msgid "Open" msgstr "חדר פתוח" @@ -444,21 +444,21 @@ msgid "Permanent" msgstr "חדר צמיתה" #: dist/converse-no-dependencies.js:45015 -#: dist/converse-no-dependencies.js:83256 -#: dist/converse-no-dependencies.js:83412 +#: dist/converse-no-dependencies.js:83257 +#: dist/converse-no-dependencies.js:83413 msgid "Public" msgstr "פומבי" # עלום-למחצה #: dist/converse-no-dependencies.js:45016 -#: dist/converse-no-dependencies.js:83304 -#: dist/converse-no-dependencies.js:83460 +#: dist/converse-no-dependencies.js:83305 +#: dist/converse-no-dependencies.js:83461 msgid "Semi-anonymous" msgstr "אנונימי-למחצה" #: dist/converse-no-dependencies.js:45017 -#: dist/converse-no-dependencies.js:83288 -#: dist/converse-no-dependencies.js:83444 +#: dist/converse-no-dependencies.js:83289 +#: dist/converse-no-dependencies.js:83445 #, fuzzy msgid "Temporary" msgstr "חדר זמני" @@ -712,7 +712,7 @@ msgstr "שנה את השם כינוי שלך" #: dist/converse-no-dependencies.js:46103 #: dist/converse-no-dependencies.js:48610 -#: dist/converse-no-dependencies.js:85737 +#: dist/converse-no-dependencies.js:85738 msgid "Nickname" msgstr "שם כינוי" @@ -987,20 +987,20 @@ msgstr "" #: dist/converse-no-dependencies.js:48606 #: dist/converse-no-dependencies.js:48693 -#: dist/converse-no-dependencies.js:83334 -#: dist/converse-no-dependencies.js:84493 -#: dist/converse-no-dependencies.js:85711 -#: dist/converse-no-dependencies.js:85831 +#: dist/converse-no-dependencies.js:83335 +#: dist/converse-no-dependencies.js:84494 +#: dist/converse-no-dependencies.js:85712 +#: dist/converse-no-dependencies.js:85832 msgid "Close" msgstr "" #: dist/converse-no-dependencies.js:48607 -#: dist/converse-no-dependencies.js:85755 +#: dist/converse-no-dependencies.js:85756 msgid "Email" msgstr "" #: dist/converse-no-dependencies.js:48608 -#: dist/converse-no-dependencies.js:85725 +#: dist/converse-no-dependencies.js:85726 #, fuzzy msgid "Full Name" msgstr "שם" @@ -1010,7 +1010,7 @@ msgid "XMPP Address (JID)" msgstr "" #: dist/converse-no-dependencies.js:48611 -#: dist/converse-no-dependencies.js:85765 +#: dist/converse-no-dependencies.js:85766 msgid "Role" msgstr "" @@ -1021,7 +1021,7 @@ msgid "" msgstr "" #: dist/converse-no-dependencies.js:48613 -#: dist/converse-no-dependencies.js:85745 +#: dist/converse-no-dependencies.js:85746 msgid "URL" msgstr "" @@ -1239,7 +1239,7 @@ msgid "Add a Contact" msgstr "הוסף איש קשר" #: dist/converse-no-dependencies.js:50282 -#: dist/converse-no-dependencies.js:85731 +#: dist/converse-no-dependencies.js:85732 msgid "XMPP Address" msgstr "" @@ -1352,258 +1352,258 @@ msgstr "" msgid "Sorry, an error occurred:" msgstr "" -#: dist/converse-no-dependencies.js:54311 +#: dist/converse-no-dependencies.js:54312 msgid "The XMPP server did not offer a supported authentication mechanism" msgstr "" -#: dist/converse-no-dependencies.js:54309 +#: dist/converse-no-dependencies.js:54310 #, javascript-format msgid "Sorry, we could not connect to the XMPP host with domain: %1$s" msgstr "" # אינך מורשה -#: dist/converse-no-dependencies.js:57910 +#: dist/converse-no-dependencies.js:57911 #, fuzzy msgid "You're not allowed to register yourself in this groupchat." msgstr "אין לך רשות ליצור חדרים חדשים" # אינך מורשה -#: dist/converse-no-dependencies.js:57912 +#: dist/converse-no-dependencies.js:57913 #, fuzzy msgid "" "You're not allowed to register in this groupchat because it's members-only." msgstr "אין לך רשות ליצור חדרים חדשים" -#: dist/converse-no-dependencies.js:57943 +#: dist/converse-no-dependencies.js:57944 msgid "" "Can't register your nickname in this groupchat, it doesn't support " "registration." msgstr "" -#: dist/converse-no-dependencies.js:57945 +#: dist/converse-no-dependencies.js:57946 msgid "" "Can't register your nickname in this groupchat, invalid data form supplied." msgstr "" -#: dist/converse-no-dependencies.js:58399 +#: dist/converse-no-dependencies.js:58400 #, fuzzy, javascript-format msgid "%1$s has invited you to join a groupchat: %2$s" msgstr "%1$s הזמינך להצטרף לחדר שיחה: %2$s" -#: dist/converse-no-dependencies.js:58401 +#: dist/converse-no-dependencies.js:58402 #, fuzzy, javascript-format msgid "" "%1$s has invited you to join a groupchat: %2$s, and left the following " "reason: \"%3$s\"" msgstr "%1$s הזמינך להצטרף לחדר שיחה: %2$s, והשאיר את הסיבה הבאה: \"%3$s\"" -#: dist/converse-no-dependencies.js:58492 +#: dist/converse-no-dependencies.js:58493 #, fuzzy, javascript-format msgid "Error: the groupchat %1$s does not exist." msgstr "חדר זה (עדיין) לא קיים" # אינך מורשה -#: dist/converse-no-dependencies.js:58494 +#: dist/converse-no-dependencies.js:58495 #, fuzzy msgid "Sorry, you're not allowed to register in this groupchat" msgstr "אין לך רשות ליצור חדרים חדשים" -#: dist/converse-no-dependencies.js:59388 +#: dist/converse-no-dependencies.js:59389 #, fuzzy, javascript-format msgid "Sorry, there was an error while trying to add %1$s as a contact." msgstr "מצטערים, היתה שגיאה במהלך ניסיון הוספת " -#: dist/converse-no-dependencies.js:59605 +#: dist/converse-no-dependencies.js:59606 msgid "This client does not allow presence subscriptions" msgstr "לקוח זה לא מתיר הרשמות נוכחות" -#: dist/converse-no-dependencies.js:59718 +#: dist/converse-no-dependencies.js:59719 msgid "Click to hide these contacts" msgstr "לחץ כדי להסתיר את אנשי קשר אלה" # חדר זה אינו עלום -#: dist/converse-no-dependencies.js:83167 +#: dist/converse-no-dependencies.js:83168 #, fuzzy msgid "This room no longer exists" msgstr "חדר זה אינו אנונימי" -#: dist/converse-no-dependencies.js:83173 +#: dist/converse-no-dependencies.js:83174 msgid "The conversation has moved. Click below to enter." msgstr "" -#: dist/converse-no-dependencies.js:83200 +#: dist/converse-no-dependencies.js:83201 #, fuzzy msgid "Name" msgstr "שם" -#: dist/converse-no-dependencies.js:83204 +#: dist/converse-no-dependencies.js:83205 #, fuzzy msgid "Groupchat address (JID)" msgstr "שם חדר" -#: dist/converse-no-dependencies.js:83208 +#: dist/converse-no-dependencies.js:83209 #, fuzzy msgid "Description" msgstr "תיאור:" -#: dist/converse-no-dependencies.js:83214 +#: dist/converse-no-dependencies.js:83215 msgid "Topic" msgstr "" -#: dist/converse-no-dependencies.js:83218 +#: dist/converse-no-dependencies.js:83219 msgid "Topic author" msgstr "" -#: dist/converse-no-dependencies.js:83224 +#: dist/converse-no-dependencies.js:83225 #, fuzzy msgid "Online users" msgstr "מקוון" -#: dist/converse-no-dependencies.js:83228 -#: dist/converse-no-dependencies.js:83380 +#: dist/converse-no-dependencies.js:83229 +#: dist/converse-no-dependencies.js:83381 #, fuzzy msgid "Features" msgstr "תכונות:" -#: dist/converse-no-dependencies.js:83232 -#: dist/converse-no-dependencies.js:83388 +#: dist/converse-no-dependencies.js:83233 +#: dist/converse-no-dependencies.js:83389 #, fuzzy msgid "Password protected" msgstr "סיסמה: " -#: dist/converse-no-dependencies.js:83234 -#: dist/converse-no-dependencies.js:83386 +#: dist/converse-no-dependencies.js:83235 +#: dist/converse-no-dependencies.js:83387 #, fuzzy msgid "This groupchat requires a password before entry" msgstr "חדר שיחה זה מצריך סיסמה" -#: dist/converse-no-dependencies.js:83240 +#: dist/converse-no-dependencies.js:83241 #, fuzzy msgid "No password required" msgstr "סיסמה" -#: dist/converse-no-dependencies.js:83242 -#: dist/converse-no-dependencies.js:83394 +#: dist/converse-no-dependencies.js:83243 +#: dist/converse-no-dependencies.js:83395 #, fuzzy msgid "This groupchat does not require a password upon entry" msgstr "חדר שיחה זה מצריך סיסמה" # חדר זה אינו עלום -#: dist/converse-no-dependencies.js:83250 -#: dist/converse-no-dependencies.js:83402 +#: dist/converse-no-dependencies.js:83251 +#: dist/converse-no-dependencies.js:83403 #, fuzzy msgid "This groupchat is not publicly searchable" msgstr "חדר זה אינו אנונימי" # חדר זה אינו עלום -#: dist/converse-no-dependencies.js:83258 -#: dist/converse-no-dependencies.js:83410 +#: dist/converse-no-dependencies.js:83259 +#: dist/converse-no-dependencies.js:83411 #, fuzzy msgid "This groupchat is publicly searchable" msgstr "חדר זה אינו אנונימי" -#: dist/converse-no-dependencies.js:83264 -#: dist/converse-no-dependencies.js:83420 +#: dist/converse-no-dependencies.js:83265 +#: dist/converse-no-dependencies.js:83421 msgid "Members only" msgstr "" -#: dist/converse-no-dependencies.js:83266 +#: dist/converse-no-dependencies.js:83267 #, fuzzy msgid "This groupchat is restricted to members only" msgstr "חדר זה הגיע לסף הנוכחים המרבי שלו" -#: dist/converse-no-dependencies.js:83274 -#: dist/converse-no-dependencies.js:83426 +#: dist/converse-no-dependencies.js:83275 +#: dist/converse-no-dependencies.js:83427 #, fuzzy msgid "Anyone can join this groupchat" msgstr "לחץ כדי לפתוח את חדר זה" -#: dist/converse-no-dependencies.js:83280 -#: dist/converse-no-dependencies.js:83436 +#: dist/converse-no-dependencies.js:83281 +#: dist/converse-no-dependencies.js:83437 msgid "Persistent" msgstr "" -#: dist/converse-no-dependencies.js:83282 -#: dist/converse-no-dependencies.js:83434 +#: dist/converse-no-dependencies.js:83283 +#: dist/converse-no-dependencies.js:83435 msgid "This groupchat persists even if it's unoccupied" msgstr "" -#: dist/converse-no-dependencies.js:83290 -#: dist/converse-no-dependencies.js:83442 +#: dist/converse-no-dependencies.js:83291 +#: dist/converse-no-dependencies.js:83443 msgid "This groupchat will disappear once the last person leaves" msgstr "" # לא-עלום -#: dist/converse-no-dependencies.js:83296 -#: dist/converse-no-dependencies.js:83452 +#: dist/converse-no-dependencies.js:83297 +#: dist/converse-no-dependencies.js:83453 #, fuzzy msgid "Not anonymous" msgstr "לא-אנונימי" -#: dist/converse-no-dependencies.js:83298 -#: dist/converse-no-dependencies.js:83450 +#: dist/converse-no-dependencies.js:83299 +#: dist/converse-no-dependencies.js:83451 msgid "All other groupchat participants can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:83306 -#: dist/converse-no-dependencies.js:83458 +#: dist/converse-no-dependencies.js:83307 +#: dist/converse-no-dependencies.js:83459 msgid "Only moderators can see your XMPP username" msgstr "" -#: dist/converse-no-dependencies.js:83314 -#: dist/converse-no-dependencies.js:83466 +#: dist/converse-no-dependencies.js:83315 +#: dist/converse-no-dependencies.js:83467 msgid "" "Participants entering this groupchat need to request permission to write" msgstr "" -#: dist/converse-no-dependencies.js:83320 -#: dist/converse-no-dependencies.js:83476 +#: dist/converse-no-dependencies.js:83321 +#: dist/converse-no-dependencies.js:83477 #, fuzzy msgid "Not moderated" msgstr "לא מבוקר" -#: dist/converse-no-dependencies.js:83322 -#: dist/converse-no-dependencies.js:83474 +#: dist/converse-no-dependencies.js:83323 +#: dist/converse-no-dependencies.js:83475 msgid "Participants entering this groupchat can write right away" msgstr "" -#: dist/converse-no-dependencies.js:83328 -#: dist/converse-no-dependencies.js:83484 +#: dist/converse-no-dependencies.js:83329 +#: dist/converse-no-dependencies.js:83485 msgid "Message archiving" msgstr "" -#: dist/converse-no-dependencies.js:83330 -#: dist/converse-no-dependencies.js:83482 +#: dist/converse-no-dependencies.js:83331 +#: dist/converse-no-dependencies.js:83483 msgid "Messages are archived on the server" msgstr "" -#: dist/converse-no-dependencies.js:83396 +#: dist/converse-no-dependencies.js:83397 #, fuzzy msgid "No password" msgstr "סיסמה" -#: dist/converse-no-dependencies.js:83418 +#: dist/converse-no-dependencies.js:83419 #, fuzzy msgid "this groupchat is restricted to members only" msgstr "חדר זה הגיע לסף הנוכחים המרבי שלו" -#: dist/converse-no-dependencies.js:84315 +#: dist/converse-no-dependencies.js:84316 msgid "XMPP Username:" msgstr "שם משתמש XMPP:" -#: dist/converse-no-dependencies.js:84321 +#: dist/converse-no-dependencies.js:84322 msgid "Password:" msgstr "סיסמה:" -#: dist/converse-no-dependencies.js:84323 +#: dist/converse-no-dependencies.js:84324 msgid "password" msgstr "סיסמה" -#: dist/converse-no-dependencies.js:84331 +#: dist/converse-no-dependencies.js:84332 msgid "This is a trusted device" msgstr "" -#: dist/converse-no-dependencies.js:84333 +#: dist/converse-no-dependencies.js:84334 msgid "" "To improve performance, we cache your data in this browser. Uncheck this box " "if this is a public computer or if you want your data to be deleted when you " @@ -1612,155 +1612,155 @@ msgid "" "OMEMO encryption is NOT available." msgstr "" -#: dist/converse-no-dependencies.js:84335 +#: dist/converse-no-dependencies.js:84336 #, fuzzy msgid "Log in" msgstr "כניסה" -#: dist/converse-no-dependencies.js:84341 +#: dist/converse-no-dependencies.js:84342 msgid "Click here to log in anonymously" msgstr "לחץ כאן כדי להתחבר באופן אנונימי" -#: dist/converse-no-dependencies.js:84430 +#: dist/converse-no-dependencies.js:84431 #, fuzzy msgid "This message has been edited" msgstr "משתמש זה הינו אחראי" -#: dist/converse-no-dependencies.js:84456 +#: dist/converse-no-dependencies.js:84457 #, fuzzy msgid "Edit this message" msgstr "הצג את תפריט זה" -#: dist/converse-no-dependencies.js:84481 +#: dist/converse-no-dependencies.js:84482 #, fuzzy msgid "Message versions" msgstr "הודעה" -#: dist/converse-no-dependencies.js:84706 +#: dist/converse-no-dependencies.js:84707 msgid "Save and close" msgstr "" -#: dist/converse-no-dependencies.js:84710 +#: dist/converse-no-dependencies.js:84711 msgid "This device's OMEMO fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:84722 +#: dist/converse-no-dependencies.js:84723 msgid "Select all" msgstr "" -#: dist/converse-no-dependencies.js:84724 +#: dist/converse-no-dependencies.js:84725 msgid "Checkbox to select fingerprints of all other OMEMO devices" msgstr "" -#: dist/converse-no-dependencies.js:84726 +#: dist/converse-no-dependencies.js:84727 msgid "Other OMEMO-enabled devices" msgstr "" -#: dist/converse-no-dependencies.js:84734 -#: dist/converse-no-dependencies.js:84742 +#: dist/converse-no-dependencies.js:84735 +#: dist/converse-no-dependencies.js:84743 msgid "Checkbox for selecting the following fingerprint" msgstr "" -#: dist/converse-no-dependencies.js:84744 +#: dist/converse-no-dependencies.js:84745 #, fuzzy msgid "Device without a fingerprint" msgstr "אמת בעזרת טביעות אצבע" -#: dist/converse-no-dependencies.js:84750 +#: dist/converse-no-dependencies.js:84751 msgid "Remove checked devices and close" msgstr "" -#: dist/converse-no-dependencies.js:84832 +#: dist/converse-no-dependencies.js:84833 msgid "Don't have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:84834 +#: dist/converse-no-dependencies.js:84835 msgid "Create an account" msgstr "" -#: dist/converse-no-dependencies.js:84855 +#: dist/converse-no-dependencies.js:84856 msgid "Create your account" msgstr "" -#: dist/converse-no-dependencies.js:84857 +#: dist/converse-no-dependencies.js:84858 msgid "Please enter the XMPP provider to register with:" msgstr "" -#: dist/converse-no-dependencies.js:84877 -#: dist/converse-no-dependencies.js:84916 +#: dist/converse-no-dependencies.js:84878 +#: dist/converse-no-dependencies.js:84917 msgid "Already have a chat account?" msgstr "" -#: dist/converse-no-dependencies.js:84879 -#: dist/converse-no-dependencies.js:84918 +#: dist/converse-no-dependencies.js:84880 +#: dist/converse-no-dependencies.js:84919 msgid "Log in here" msgstr "" -#: dist/converse-no-dependencies.js:84900 +#: dist/converse-no-dependencies.js:84901 msgid "Account Registration:" msgstr "" -#: dist/converse-no-dependencies.js:84908 +#: dist/converse-no-dependencies.js:84909 msgid "Register" msgstr "הירשם" -#: dist/converse-no-dependencies.js:84912 +#: dist/converse-no-dependencies.js:84913 msgid "Choose a different provider" msgstr "" -#: dist/converse-no-dependencies.js:84937 +#: dist/converse-no-dependencies.js:84938 msgid "Hold tight, we're fetching the registration form…" msgstr "" -#: dist/converse-no-dependencies.js:85663 +#: dist/converse-no-dependencies.js:85664 msgid "Messages are being sent in plaintext" msgstr "" -#: dist/converse-no-dependencies.js:85715 +#: dist/converse-no-dependencies.js:85716 msgid "The User's Profile Image" msgstr "" -#: dist/converse-no-dependencies.js:85773 +#: dist/converse-no-dependencies.js:85774 msgid "OMEMO Fingerprints" msgstr "" -#: dist/converse-no-dependencies.js:85797 +#: dist/converse-no-dependencies.js:85798 msgid "Trusted" msgstr "" -#: dist/converse-no-dependencies.js:85811 +#: dist/converse-no-dependencies.js:85812 msgid "Untrusted" msgstr "" -#: dist/converse-no-dependencies.js:85825 +#: dist/converse-no-dependencies.js:85826 #, fuzzy msgid "Remove as contact" msgstr "הוסף איש קשר" -#: dist/converse-no-dependencies.js:85829 +#: dist/converse-no-dependencies.js:85830 msgid "Refresh" msgstr "" -#: dist/converse-no-dependencies.js:86040 +#: dist/converse-no-dependencies.js:86041 #, javascript-format msgid "Download audio file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:86058 +#: dist/converse-no-dependencies.js:86059 #, javascript-format msgid "Download file \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:86073 +#: dist/converse-no-dependencies.js:86074 #, javascript-format msgid "Download image \"%1$s\"" msgstr "" -#: dist/converse-no-dependencies.js:86103 +#: dist/converse-no-dependencies.js:86104 msgid "Download" msgstr "" -#: dist/converse-no-dependencies.js:86120 +#: dist/converse-no-dependencies.js:86121 #, javascript-format msgid "Download video file \"%1$s\"" msgstr "" diff --git a/locale/hi/LC_MESSAGES/converse.json b/locale/hi/LC_MESSAGES/converse.json index a08126a9a..9f98c3a9a 100644 --- a/locale/hi/LC_MESSAGES/converse.json +++ b/locale/hi/LC_MESSAGES/converse.json @@ -1 +1 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"hi"},"Bookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["छोड़ें"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["सम्भालें"],"Are you sure you want to remove the bookmark \"%1$s\"?":["क्या आप वाकई \"%1$s\" के बुकमार्क को हटाना चाहते हैं?"],"Error":["दिक्कत"],"Sorry, something went wrong while trying to save your bookmark.":["क्षमाँ करें, आपका बुकमार्क सम्भालनें में कुछ गड़बड़ हुई।"],"Leave this groupchat":["इस कमरे को छोड़ें"],"Remove this bookmark":["यह बुकमार्क हटाएं"],"Unbookmark this groupchat":[""],"Show more information on this groupchat":["इस कमरे के बारे में और जानकारी दिखाएं"],"Click to open this groupchat":["इस कमरे को खोलने के लिए यहाँ क्लिक करें"],"Click to toggle the bookmarks list":["बुकमार्क-सूची खोलें/बंद करें"],"Bookmarks":["बुकमार्क"],"Sorry, could not determine file upload URL.":["क्षमाँ करें, फ़ाईल अपलोड करने का यू.आ.एल. समझ नहीं आया।"],"Sorry, could not determine upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई। सर्वर का जवाब: \"%1$s\""],"Sorry, could not succesfully upload your file.":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई।"],"Sorry, looks like file upload is not supported by your server.":["क्षमाँ करें, लगता है आपके सर्वर पर फ़ाईल अपलोड की सेवा उपलब्ध नहीं है।"],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"Close this chat box":[""],"Are you sure you want to remove this contact?":[""],"Sorry, there was an error while trying to remove %1$s as a contact.":[""],"You have unread messages":[""],"Hidden message":[""],"Message":["सन्देश"],"Send":["भेजें"],"Optional hint":[""],"Choose a file to send":["कोई फ़ाईल भेजें"],"Remove messages":["सन्देश हटाएं"],"Write in the third person":["अन्य पुरुष में लिखें"],"Show this menu":["यह मेन्यू देखाएं"],"Are you sure you want to clear the messages from this conversation?":["क्या आप वाकई इस वार्तालाप के सन्देश हटाना चाहते हैं?"],"%1$s has gone offline":[""],"%1$s has gone away":[""],"%1$s is busy":["%1$s व्यस्त है"],"%1$s is online":[""],"Username":["यूज़रनेम"],"user@domain":["यूज़र@डोमेन"],"Please enter a valid XMPP address":["क्रिपया कोई मान्य एक्स.एम.पी.पी. ऐड्रेस डालें"],"Chat Contacts":[""],"Toggle chat":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"Show more":["और दिखाएं"],"Typing from another device":[""],"%1$s is typing":["%1$s लिख रहे हैं"],"Stopped typing on the other device":[""],"%1$s has stopped typing":["%1$s लिखते-लिखते रुक गए"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"This groupchat is not anonymous":[""],"This groupchat now shows unavailable members":[""],"This groupchat does not show unavailable members":[""],"The groupchat configuration has changed":[""],"groupchat logging is now enabled":[""],"groupchat logging is now disabled":[""],"This groupchat is now no longer anonymous":[""],"This groupchat is now semi-anonymous":[""],"This groupchat is now fully-anonymous":[""],"A new groupchat has been created":["एक नया कमरा बना दिया गया है"],"You have been banned from this groupchat":["आपको इस कमरे से प्रतिबन्धित कर दिया गया है"],"You have been kicked from this groupchat":["आपको इस कमरे से बाहर कर दिया गया है"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["%1$s को प्रतिबन्धित कर दिया गया है"],"%1$s's nickname has changed":[""],"%1$s has been kicked out":["%1$s को बाहर कर दिया गया है"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":["विवरण :"],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":["छिपा हुआ"],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":["कोई कमरे नहीं मिले"],"Groupchats found:":[""],"Enter a new Groupchat":["एक नये कमरे का हिस्सा बनें"],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":["हिस्सा बनें"],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":[""],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":[""],"Click to accept the contact request from %1$s":[""],"Click to decline the contact request from %1$s":[""],"Click to chat with %1$s (JID: %2$s)":[""],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is be supported.":[""],"Log in":[""],"Click here to log in anonymously":[""],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Remove as contact":[""],"Refresh":[""],"Download":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download video file \"%1$s\"":[""],"Download audio file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"hi"},"Bookmark this groupchat":[""],"Unbookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["छोड़ें"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["सम्भालें"],"Are you sure you want to remove the bookmark \"%1$s\"?":["क्या आप वाकई \"%1$s\" के बुकमार्क को हटाना चाहते हैं?"],"Error":["दिक्कत"],"Sorry, something went wrong while trying to save your bookmark.":["क्षमाँ करें, आपका बुकमार्क सम्भालनें में कुछ गड़बड़ हुई।"],"Leave this groupchat":["इस कमरे को छोड़ें"],"Remove this bookmark":["यह बुकमार्क हटाएं"],"Show more information on this groupchat":["इस कमरे के बारे में और जानकारी दिखाएं"],"Click to open this groupchat":["इस कमरे को खोलने के लिए यहाँ क्लिक करें"],"Click to toggle the bookmarks list":["बुकमार्क-सूची खोलें/बंद करें"],"Bookmarks":["बुकमार्क"],"Close this chat box":[""],"Are you sure you want to remove this contact?":[""],"Sorry, there was an error while trying to remove %1$s as a contact.":[""],"You have unread messages":[""],"Hidden message":[""],"Message":["सन्देश"],"Send":["भेजें"],"Optional hint":[""],"Choose a file to send":["कोई फ़ाईल भेजें"],"Remove messages":["सन्देश हटाएं"],"Write in the third person":["अन्य पुरुष में लिखें"],"Show this menu":["यह मेन्यू देखाएं"],"Are you sure you want to clear the messages from this conversation?":["क्या आप वाकई इस वार्तालाप के सन्देश हटाना चाहते हैं?"],"%1$s has gone offline":[""],"%1$s has gone away":[""],"%1$s is busy":["%1$s व्यस्त है"],"%1$s is online":[""],"Username":["यूज़रनेम"],"user@domain":["यूज़र@डोमेन"],"Please enter a valid XMPP address":["क्रिपया कोई मान्य एक्स.एम.पी.पी. ऐड्रेस डालें"],"Chat Contacts":[""],"Toggle chat":[""],"Show more":["और दिखाएं"],"Typing from another device":[""],"%1$s is typing":["%1$s लिख रहे हैं"],"Stopped typing on the other device":[""],"%1$s has stopped typing":["%1$s लिखते-लिखते रुक गए"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"This groupchat is not anonymous":[""],"This groupchat now shows unavailable members":[""],"This groupchat does not show unavailable members":[""],"The groupchat configuration has changed":[""],"groupchat logging is now enabled":[""],"groupchat logging is now disabled":[""],"This groupchat is now no longer anonymous":[""],"This groupchat is now semi-anonymous":[""],"This groupchat is now fully-anonymous":[""],"A new groupchat has been created":["एक नया कमरा बना दिया गया है"],"You have been banned from this groupchat":["आपको इस कमरे से प्रतिबन्धित कर दिया गया है"],"You have been kicked from this groupchat":["आपको इस कमरे से बाहर कर दिया गया है"],"You have been removed from this groupchat because of an affiliation change":[""],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":[""],"You have been removed from this groupchat because the service hosting it is being shut down":[""],"%1$s has been banned":["%1$s को प्रतिबन्धित कर दिया गया है"],"%1$s's nickname has changed":[""],"%1$s has been kicked out":["%1$s को बाहर कर दिया गया है"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":["विवरण :"],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":["छिपा हुआ"],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":["कोई कमरे नहीं मिले"],"Groupchats found:":[""],"Enter a new Groupchat":["एक नये कमरे का हिस्सा बनें"],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":["हिस्सा बनें"],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":[""],"Click to accept the contact request from %1$s":[""],"Click to decline the contact request from %1$s":[""],"Click to chat with %1$s (JID: %2$s)":[""],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":["क्षमाँ करें, फ़ाईल अपलोड करने का यू.आ.एल. समझ नहीं आया।"],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई। सर्वर का जवाब: \"%1$s\""],"Sorry, could not succesfully upload your file.":["क्षमाँ करें, आपकी फ़ाईल अपलोड नहीं हो पाई।"],"Sorry, looks like file upload is not supported by your server.":["क्षमाँ करें, लगता है आपके सर्वर पर फ़ाईल अपलोड की सेवा उपलब्ध नहीं है।"],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":[""],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":[""],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Remove as contact":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/hi/LC_MESSAGES/converse.po b/locale/hi/LC_MESSAGES/converse.po index d24c1b947..212fe0d1a 100644 --- a/locale/hi/LC_MESSAGES/converse.po +++ b/locale/hi/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-09-21 17:28+0000\n" "Last-Translator: John Doe \n" "Language-Team: Hindi \n" "Language-Team: Hungarian \n" "Language-Team: Indonesian \n" "Language-Team: Italian \n" "Language-Team: Japanese 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);","lang":"lt"},"Bookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Atšaukti"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Išsaugoti"],"Are you sure you want to remove the bookmark \"%1$s\"?":[""],"Error":[""],"Sorry, something went wrong while trying to save your bookmark.":[""],"Leave this groupchat":[""],"Remove this bookmark":[""],"Unbookmark this groupchat":[""],"Show more information on this groupchat":[""],"Click to toggle the bookmarks list":[""],"Bookmarks":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"Close this chat box":["Uždarykite šį pokalbių laukelį"],"Are you sure you want to remove this contact?":["Ar tikrai norite pašalinti šį kontaktą?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Deja, bandant pašalinti %1$s iš kontaktų įvyko klaida."],"You have unread messages":["Jūs turite neperskaitytų pranešimų"],"Hidden message":["Paslėpta žinutė"],"Message":[""],"Send":["Siųsti"],"Optional hint":["Neprivaloma užuomina"],"Choose a file to send":[""],"Remove messages":["Pašalinti pranešimus"],"Write in the third person":["Rašykite trečiuoju asmeniu"],"Show this menu":["Rodyti šį meniu"],"Username":["Vartotojo vardas"],"user@domain":["vartotojas@domenas"],"Please enter a valid XMPP address":["Įveskite teisingą XMPP adresą"],"Chat Contacts":["Pokalbių kontaktai"],"Toggle chat":["Perjungti pokalbius"],"The XMPP server did not offer a supported authentication mechanism":["XMPP serveris nepateikė palaikomo autentifikavimo mechanizmo"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Atsiprašome, nepavyko prisijungti prie XMPP serverio su domenu: %1$s"],"Typing from another device":["Rašoma iš kito įrenginio"],"Stopped typing on the other device":["Nustojo rašyti kitame įrenginyje"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"%1$s has been banned":["%1$s buvo užblokuotas"],"%1$s's nickname has changed":["%1$s slapyvardis buvo pakeistas"],"%1$s has been kicked out":["%1$s buvo pašalintas"],"%1$s has been removed because of an affiliation change":["%1$s buvo pašalintas dėl priklausymo pokyčių"],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"conference.example.org":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":["Neprivalomas slapyvardis"],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s is now a moderator":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":["Pateikti"],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"No nickname was specified.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["atsijungė"],"has gone away":["pasišalines"],"is busy":["užsiėmęs"],"has come online":[""],"wants to be your contact":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":["Tavo profilis"],"Close":["Uždaryti"],"Email":[""],"Full Name":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Pasišalines"],"Busy":["Užsiėmes"],"Custom status":["Pasirinktinis statusas"],"Offline":["Neprisijungęs"],"Online":["Prisijungęs"],"Away for long":["Ilgai pasišalines"],"Change chat status":["Keisti pokalbio būseną"],"Personal status message":["Asmeninis statuso pranešimas"],"I am %1$s":["Aš esu %1$s"],"Change settings":["Pakeisti nustatymus"],"Click to change your chat status":["Spustelėkite norėdami pakeisti pokalbio būseną"],"Log out":["Atsijungti"],"Your profile":["Jūsų profilis"],"Are you sure you want to log out?":["Ar tikrai norite atsijungti?"],"online":["prisijungęs"],"busy":["užsiėmes"],"away for long":["ilgai pasišalines"],"away":["pasišalines"],"offline":["neprisijungęs"]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Atsiprašome, bandant pridėti %1$s kaip kontaktą įvyko klaida."],"This client does not allow presence subscriptions":["Šis klientas neleidžia aktyvumo prenumeratos"],"Click to hide these contacts":["Spustelėkite, kad paslėptumėte šiuos kontaktus"],"This contact is busy":["Šis kontaktas užimtas"],"This contact is online":["Šis kontaktas yra prisijungęs"],"This contact is offline":["Šis kontaktas yra atsijungęs"],"This contact is unavailable":["Šis kontaktas yra nepasiekiamas"],"This contact is away for an extended period":["Šis kontaktas yra ilgai pasišalines"],"This contact is away":["Šis kontaktas yra pasišalines"],"Groups":["Grupės"],"My contacts":["Mano kontaktai"],"Pending contacts":["Laukiantys kontaktai"],"Contact requests":["Prašymai pridėti prie kontaktų"],"Ungrouped":["Nesugrupuota"],"Contact name":["Kontakto vardas"],"Add a Contact":["Pridėti kontaktą"],"XMPP Address":["XMPP adresas"],"name@example.org":["vardas@pavyzdys.lt"],"Add":["Pridėti"],"Filter":["Filtras"],"Filter by contact name":["Filtruoti pagal kontaktinį vardą"],"Filter by group name":["Filtruoti pagal grupės pavadinimą"],"Filter by status":["Filtruoti pagal būseną"],"Any":["Bet koks"],"Unread":["Neskaityta"],"Chatty":["Pokalbis"],"Extended Away":["Ilgai pasišalines"],"Click to remove %1$s as a contact":["Spustelėkite, jei norite pašalinti %1$s iš kontaktų"],"Click to accept the contact request from %1$s":["Spustelėkite, jei norite priimti kontaktinį prašymą iš %1$s"],"Click to decline the contact request from %1$s":["Spustelėkite, jei norite atmesti kontaktinį prašymą iš %1$s"],"Click to chat with %1$s (JID: %2$s)":["Spauskite, kad pradėtumėte pokalbį su %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Ar tikrai norite atmesti šį kontaktinį prašymą?"],"Contacts":["Kontaktai"],"Add a contact":["Pridėti adresatą"],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"XMPP Username:":["XMPP vartotojo vardas:"],"Password:":["Slaptažodis:"],"password":["slaptažodis"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is be supported.":[""],"Click here to log in anonymously":["Spauskite čia norėdami prisijungti anonimiškai"],"This message has been edited":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download video file \"%1$s\"":[""],"Download audio file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);","lang":"lt"},"Bookmark this groupchat":[""],"Unbookmark this groupchat":[""],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Atšaukti"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Išsaugoti"],"Are you sure you want to remove the bookmark \"%1$s\"?":[""],"Error":[""],"Sorry, something went wrong while trying to save your bookmark.":[""],"Leave this groupchat":[""],"Remove this bookmark":[""],"Show more information on this groupchat":[""],"Click to toggle the bookmarks list":[""],"Bookmarks":[""],"Close this chat box":["Uždarykite šį pokalbių laukelį"],"Are you sure you want to remove this contact?":["Ar tikrai norite pašalinti šį kontaktą?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Deja, bandant pašalinti %1$s iš kontaktų įvyko klaida."],"You have unread messages":["Jūs turite neperskaitytų pranešimų"],"Hidden message":["Paslėpta žinutė"],"Message":[""],"Send":["Siųsti"],"Optional hint":["Neprivaloma užuomina"],"Choose a file to send":[""],"Remove messages":["Pašalinti pranešimus"],"Write in the third person":["Rašykite trečiuoju asmeniu"],"Show this menu":["Rodyti šį meniu"],"Username":["Vartotojo vardas"],"user@domain":["vartotojas@domenas"],"Please enter a valid XMPP address":["Įveskite teisingą XMPP adresą"],"Chat Contacts":["Pokalbių kontaktai"],"Toggle chat":["Perjungti pokalbius"],"Typing from another device":["Rašoma iš kito įrenginio"],"Stopped typing on the other device":["Nustojo rašyti kitame įrenginyje"],"Unencryptable OMEMO message":[""],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"%1$s has been banned":["%1$s buvo užblokuotas"],"%1$s's nickname has changed":["%1$s slapyvardis buvo pakeistas"],"%1$s has been kicked out":["%1$s buvo pašalintas"],"%1$s has been removed because of an affiliation change":["%1$s buvo pašalintas dėl priklausymo pokyčių"],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"conference.example.org":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":["Neprivalomas slapyvardis"],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is no longer a moderator":[""],"%1$s is now a moderator":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":[""],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":["Pateikti"],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"No nickname was specified.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Click to mention %1$s in your message.":[""],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["atsijungė"],"has gone away":["pasišalines"],"is busy":["užsiėmęs"],"has come online":[""],"wants to be your contact":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":["Tavo profilis"],"Close":["Uždaryti"],"Email":[""],"Full Name":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Pasišalines"],"Busy":["Užsiėmes"],"Custom status":["Pasirinktinis statusas"],"Offline":["Neprisijungęs"],"Online":["Prisijungęs"],"Away for long":["Ilgai pasišalines"],"Change chat status":["Keisti pokalbio būseną"],"Personal status message":["Asmeninis statuso pranešimas"],"I am %1$s":["Aš esu %1$s"],"Change settings":["Pakeisti nustatymus"],"Click to change your chat status":["Spustelėkite norėdami pakeisti pokalbio būseną"],"Log out":["Atsijungti"],"Your profile":["Jūsų profilis"],"Are you sure you want to log out?":["Ar tikrai norite atsijungti?"],"online":["prisijungęs"],"busy":["užsiėmes"],"away for long":["ilgai pasišalines"],"away":["pasišalines"],"offline":["neprisijungęs"]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":[""],"This contact is busy":["Šis kontaktas užimtas"],"This contact is online":["Šis kontaktas yra prisijungęs"],"This contact is offline":["Šis kontaktas yra atsijungęs"],"This contact is unavailable":["Šis kontaktas yra nepasiekiamas"],"This contact is away for an extended period":["Šis kontaktas yra ilgai pasišalines"],"This contact is away":["Šis kontaktas yra pasišalines"],"Groups":["Grupės"],"My contacts":["Mano kontaktai"],"Pending contacts":["Laukiantys kontaktai"],"Contact requests":["Prašymai pridėti prie kontaktų"],"Ungrouped":["Nesugrupuota"],"Contact name":["Kontakto vardas"],"Add a Contact":["Pridėti kontaktą"],"XMPP Address":["XMPP adresas"],"name@example.org":["vardas@pavyzdys.lt"],"Add":["Pridėti"],"Filter":["Filtras"],"Filter by contact name":["Filtruoti pagal kontaktinį vardą"],"Filter by group name":["Filtruoti pagal grupės pavadinimą"],"Filter by status":["Filtruoti pagal būseną"],"Any":["Bet koks"],"Unread":["Neskaityta"],"Chatty":["Pokalbis"],"Extended Away":["Ilgai pasišalines"],"Click to remove %1$s as a contact":["Spustelėkite, jei norite pašalinti %1$s iš kontaktų"],"Click to accept the contact request from %1$s":["Spustelėkite, jei norite priimti kontaktinį prašymą iš %1$s"],"Click to decline the contact request from %1$s":["Spustelėkite, jei norite atmesti kontaktinį prašymą iš %1$s"],"Click to chat with %1$s (JID: %2$s)":["Spauskite, kad pradėtumėte pokalbį su %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Ar tikrai norite atmesti šį kontaktinį prašymą?"],"Contacts":["Kontaktai"],"Add a contact":["Pridėti adresatą"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["XMPP serveris nepateikė palaikomo autentifikavimo mechanizmo"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Atsiprašome, nepavyko prisijungti prie XMPP serverio su domenu: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Atsiprašome, bandant pridėti %1$s kaip kontaktą įvyko klaida."],"This client does not allow presence subscriptions":["Šis klientas neleidžia aktyvumo prenumeratos"],"Click to hide these contacts":["Spustelėkite, kad paslėptumėte šiuos kontaktus"],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"XMPP Username:":["XMPP vartotojo vardas:"],"Password:":["Slaptažodis:"],"password":["slaptažodis"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Spauskite čia norėdami prisijungti anonimiškai"],"This message has been edited":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/lt/LC_MESSAGES/converse.po b/locale/lt/LC_MESSAGES/converse.po index 3a0cd2ff7..b89a91d42 100644 --- a/locale/lt/LC_MESSAGES/converse.po +++ b/locale/lt/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-04-19 12:38+0000\n" "Last-Translator: Stasys Petraitis \n" "Language-Team: Lithuanian \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Flemish =2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"pl"},"Bookmark this groupchat":["Zakładka do tego pokoju"],"Would you like this groupchat to be automatically joined upon startup?":["Czy chcesz automatycznie dołączać do tej grupy podczas startu ?"],"Cancel":["Anuluj"],"The name for this bookmark:":["Nazwa dla tej zakładki:"],"What should your nickname for this groupchat be?":["Jaki nick dla tego chatu grupowego ?"],"Save":["Zachowaj"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Czy potwierdzasz zamiar usunięcia zakładki \"%1$s\"?"],"Error":["Błąd"],"Sorry, something went wrong while trying to save your bookmark.":["Wystąpił błąd w trakcie próby zapisu zakładki."],"Leave this groupchat":["Opuść ten pokój"],"Remove this bookmark":["Usuń tą zakładke"],"Unbookmark this groupchat":["Usuń zakładkę do tego pokoju"],"Show more information on this groupchat":["Pokaż więcej informacji o pokoju"],"Click to open this groupchat":["Kliknij aby wejść do pokoju"],"Click to toggle the bookmarks list":["Kliknij aby przełączyć listę zakładek"],"Bookmarks":["Zakładki"],"Sorry, could not determine file upload URL.":["Nie można określić URL do uploadu pliku."],"Sorry, could not determine upload URL.":["Nie można określić URL do uploadu."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Nie powiódł się upload pliku. Odpowiedź serwera \"%1$s\""],"Sorry, could not succesfully upload your file.":["Nie powiódł się upload pliku."],"Sorry, looks like file upload is not supported by your server.":["Ups, wygląda na to, że serwer nie wspiera uploadu plików."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Rozmiar pliku, %1$s, przekracza maksymalny rozmiar obsługiwany przez serwer, %2$s."],"Sorry, an error occurred:":["Wystąpił błąd:"],"Close this chat box":["Zamknij okno rozmowy"],"Are you sure you want to remove this contact?":["Czy potwierdzasz zamiar usnunięcia tego kontaktu?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Wystąpił błąd w trakcie próby usunięcia %1$s."],"You have unread messages":["Masz nieprzeczytane wiadomości"],"Hidden message":["Ukryta wiadomość"],"Message":["Wiadomość"],"Send":["Wyślij"],"Optional hint":["Dodatkowa wskazówka"],"Choose a file to send":["Wybierz plik do wysłania"],"Remove messages":["Usuń wiadomości"],"Write in the third person":["Pisz w trzeciej osobie"],"Show this menu":["Pokaż menu"],"Are you sure you want to clear the messages from this conversation?":["Potwierdź czy rzeczywiście chcesz wyczyścić wiadomości z okna rozmowy?"],"%1$s has gone offline":["%1$s rozłączył się"],"%1$s has gone away":["%1$s odszedł od klawiatury"],"%1$s is busy":["%1$s jest zajęty"],"%1$s is online":["%1$s jest dostępny"],"Username":["Nazwa użytkownika"],"user@domain":["użytkownik@domena"],"Please enter a valid XMPP address":["Wprowadź poprawny adres XMPP"],"Chat Contacts":["Kontakty"],"Toggle chat":["Przełącz rozmowę"],"The XMPP server did not offer a supported authentication mechanism":["Serwer XMPP nie oferuje wspieranego mechanizmu uwierzytelniania"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Problem z połączeniem do serwera XMPP w domenie: %1$s"],"Show more":["Pokaż więcej"],"Typing from another device":["Wpisywanie z innego urządzenia"],"%1$s is typing":["%1$s pisze"],"Stopped typing on the other device":["Przestał pisać na innym urządzeniu"],"%1$s has stopped typing":["%1$s przestał pisać"],"Unencryptable OMEMO message":["Niezaszyfrowana wiadomość OMEMO"],"Minimize this chat box":["Zmniejsz okno rozmowy"],"Click to restore this chat":["Kliknij aby powrócić do rozmowy"],"Minimized":["Zminimalizowany"],"This groupchat is not anonymous":["Ten pokój nie jest anonimowy"],"This groupchat now shows unavailable members":["Pokój pokazuje teraz niedostępnych rozmówców"],"This groupchat does not show unavailable members":["Ten pokój nie wyświetla niedostępnych członków"],"The groupchat configuration has changed":["Ustawienia pokoju zostały zmienione"],"groupchat logging is now enabled":["włączono zapisywanie rozmów w pokoju"],"groupchat logging is now disabled":["włączono zapisywanie rozmów w pokoju"],"This groupchat is now no longer anonymous":["Ten pokój nie jest już anonimowy"],"This groupchat is now semi-anonymous":["Pokój jest teraz częściowo anonimowy"],"This groupchat is now fully-anonymous":["Pokój jest teraz w pełni anonimowy"],"A new groupchat has been created":["Utworzono nowy pokój"],"You have been banned from this groupchat":["Zostałeś zablokowany w tym pokoju"],"You have been kicked from this groupchat":["Zostałeś wyrzucony z pokoju"],"You have been removed from this groupchat because of an affiliation change":["Zostałeś usunięty z pokoju ze względu na zmianę przynależności"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Zostałeś usunięty z pokoju ze względu na to, że pokój zmienił się na wymagający członkowstwa, a ty nie jesteś członkiem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Zostałeś usunięty z pokoju ponieważ serwis hostingowy został wyłączony"],"%1$s has been banned":["%1$s został zbanowany"],"%1$s's nickname has changed":["%1$s zmienił ksywkę"],"%1$s has been kicked out":["%1$s został wykopany"],"%1$s has been removed because of an affiliation change":["%1$s został usunięty z powodu zmiany przynależności"],"%1$s has been removed for not being a member":["%1$s został usunięty z powodu braku członkostwa"],"Your nickname has been automatically set to %1$s":["Twoja ksywka została automatycznie zmieniona na: %1$s"],"Your nickname has been changed to %1$s":["Twoja ksywka została zmieniona na: %1$s"],"Description:":["Opis:"],"Groupchat Address (JID):":["Nazwa pokoju (JID):"],"Participants:":["Uczestnicy:"],"Features:":["Właściwości:"],"Requires authentication":["Wymaga uwierzytelnienia"],"Hidden":["Ukryty"],"Requires an invitation":["Wymaga zaproszenia"],"Moderated":["Moderowany"],"Non-anonymous":["Nieanonimowy"],"Public":["Publiczny"],"Semi-anonymous":["Częściowo anonimowy"],"Temporary":["Pokój tymczasowy"],"Unmoderated":["Niemoderowany"],"Query for Groupchats":["Wyszukaj pokoje"],"Server address":["Adres serwera"],"Show groupchats":["Pokaż pokoje"],"conference.example.org":["conference.domena.pl"],"No groupchats found":["Nie znaleziono pokojów"],"Groupchats found:":["Znalezione pokoje:"],"Enter a new Groupchat":["Wejdź do pokoju"],"Groupchat address":["Adres pokoju"],"Optional nickname":["Opcjonalny nick"],"name@conference.example.org":["nazwa@konferencja.domena.pl"],"Join":["Dołącz"],"Groupchat info for %1$s":["Informacje o o pokoju %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s nie jest już administratorem tego pokoju"],"%1$s is no longer an owner of this groupchat":["%1$s nie jest już właścicielem tego pokoju"],"%1$s is no longer banned from this groupchat":["%1$s nie jest już zablokowany w tym pokoju"],"%1$s is no longer a permanent member of this groupchat":["%1$s nie jest już stałym członkiem tego pokoju"],"%1$s is now a permanent member of this groupchat":["%1$s jest obecnie stałym członkiem tego pokoju"],"%1$s has been banned from this groupchat":["%1$s został zablokowany w tym pokoju"],"%1$s is no longer a moderator":["%1$s nie jest już moderatorem"],"%1$s has been given a voice again":["%1$s ponownie otrzymał głos"],"%1$s has been muted":["%1$s został wyciszony"],"%1$s is now a moderator":["%1$s został moderatorem"],"Close and leave this groupchat":["Opuść ten pokój"],"Configure this groupchat":["Skonfiguruj ten pokój"],"Show more details about this groupchat":["Pokaż więcej informacji o pokoju"],"Hide the list of participants":["Ukryj listę rozmówców"],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Błąd: polecenie \"%1$s\" przyjmuje dwa argumenty: pseudonim i opcjonalnie powód."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Ups, podczas wykonywania polecenia wystąpił błąd. Szczegółowe informacje można znaleźć w konsoli deweloperskiej przeglądarki."],"Change user's affiliation to admin":["Przyznaj prawa administratora"],"Ban user from groupchat":["Zablokuj użytkownikowi dostępu do pokoju"],"Change user role to participant":["Zmień uprawnienia na zwykłego uczestnika"],"Kick user from groupchat":["Wykop z pokoju"],"Write in 3rd person":["Pisz w trzeciej osobie"],"Grant membership to a user":["Przyznaj członkowstwo"],"Remove user's ability to post messages":["Zablokuj człowiekowi możliwość rozmowy"],"Change your nickname":["Zmień ksywkę"],"Grant moderator role to user":["Przyznaj prawa moderatora"],"Grant ownership of this groupchat":["Uczyń właścicielem pokoju"],"Revoke user's membership":["Usuń z listy członków"],"Set groupchat subject":["Ustaw temat pokoju"],"Set groupchat subject (alias for /subject)":["Ustaw temat rozmowy (alias dla /subject)"],"Allow muted user to post messages":["Pozwól uciszonemu człowiekowi na rozmowę"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Ksywka jaką wybrałeś jest zarezerwowana albo w użyciu, wybierz proszę inną."],"Please choose your nickname":["Wybierz proszę ksywkę"],"Nickname":["Ksywka"],"Enter groupchat":["Wejdź do pokoju"],"This groupchat requires a password":["Wstęp do pokoju wymaga podania hasła"],"Password: ":["Hasło: "],"Submit":["Wyślij"],"This action was done by %1$s.":["Ta akcja została wykonana przez %1$s."],"The reason given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"%1$s has left and re-entered the groupchat":["%1$s opuścił i ponownie wszedł do pokoju"],"%1$s has entered the groupchat":["%1$s wszedł do pokoju"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s wszedł do pokoju \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s wszedł i wyszedł z pokoju"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s wszedł i wyszedł z pokoju. \"%2$s\""],"%1$s has left the groupchat":["%1$s opuścił pokój"],"%1$s has left the groupchat. \"%2$s\"":["%1$s opuścił pokój. \"%2$s\""],"You are not on the member list of this groupchat.":["Nie jesteś członkiem tego pokoju rozmów."],"You have been banned from this groupchat.":["Zostałeś zablokowany w tym pokoju."],"No nickname was specified.":["Nie podałeś ksywki."],"You are not allowed to create new groupchats.":["Nie masz uprawnień do tworzenia nowych pokojów rozmów."],"Your nickname doesn't conform to this groupchat's policies.":["Twoja ksywka nie jest zgodna z regulaminem pokoju."],"This groupchat does not (yet) exist.":["Ten pokój (jeszcze) nie istnieje."],"This groupchat has reached its maximum number of participants.":["Pokój przekroczył dozwoloną ilość rozmówców."],"Remote server not found":["Nie znaleziono serwera"],"The explanation given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"This user is a moderator.":["Ten użytkownik jest moderatorem."],"Visitor":["Gość"],"Owner":["Właściciel"],"Member":["Członek"],"Admin":["Administrator"],"Participants":["Uczestnicy"],"Invite":["Zaproś"],"Please enter a valid XMPP username":["Wprowadź poprawną nazwę użytkownika XMPP"],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, nie wspiera on rejestracji."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, w formularzu dostarczono niepoprawne dane."],"Notification from %1$s":["Powiadomienie od %1$s"],"%1$s says":["%1$s powiedział"],"has gone offline":["wyłączył się"],"has gone away":["uciekł"],"is busy":["zajęty"],"has come online":["połączył się"],"wants to be your contact":["chce być twoim kontaktem"],"Sorry, could not decrypt a received OMEMO message due to an error.":["Ups, problem z odszyfrowaniem odebranego komunikatu OMEMO z powodu błędu."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["To jest zaszyfrowana wiadomość OMEMO, której twój klient nie obsługuje. Więcej informacji na stronie https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Przepraszamy, z powodu błędu nie udało się wysłać wiadomości."],"Your avatar image":["Twój awatar"],"Your Profile":["Twój profil"],"Close":["Zamknij"],"Email":["E-mail"],"XMPP Address (JID)":["Adres XMPP (JID)"],"Role":["Rola"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Użyj przecinków, aby rozdzielić wiele ról. Twoje role są wyświetlane obok Twojego imienia i nazwiska w wiadomościach czatu."],"URL":["Adres URL"],"You can check your browser's developer console for any error output.":["Możesz sprawdzić konsolę dewelopera przeglądarki pod kątem błędów."],"Away":["Nieobecny"],"Busy":["Zajęty"],"Custom status":["Własny status"],"Offline":["Rozłączony"],"Online":["Dostępny"],"I am %1$s":["Jestem %1$s"],"Change settings":["Zmiana ustawień"],"Click to change your chat status":["Kliknij aby zmienić status rozmowy"],"Log out":["Wyloguj się"],"Your profile":["Twój profil"],"online":["dostępny"],"busy":["zajęty"],"away for long":["dłużej nieobecny"],"away":["nieobecny"],"offline":["rozłączony"]," e.g. conversejs.org":[" np. conversejs.org"],"Fetch registration form":["Pobierz formularz rejestracyjny"],"Tip: A list of public XMPP providers is available":["Wskazówka: dostępna jest lista publicznych dostawców XMPP"],"here":["tutaj"],"Sorry, we're unable to connect to your chosen provider.":["Wystąpił problem z nawiązaniem połączenia się z wybranym dostawcą."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Przepraszamy, ale podany dostawca nie obsługuje rejestracji. Spróbuj wskazać innego dostawcę."],"Now logging you in":["Jesteś logowany"],"Registered successfully":["Szczęśliwie zarejestrowany"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Dostawca odrzucił twoją próbę rejestracji. Sprawdź proszę poprawność danych które zostały wprowadzone."],"Open Groupchats":["Otwórz pokoje"],"Sorry, there was an error while trying to add %1$s as a contact.":["Wystąpił błąd podczas próby dodania %1$s do listy kontaktów."],"This client does not allow presence subscriptions":["Klient nie umożliwia subskrybcji obecności"],"Click to hide these contacts":["Kliknij aby schować te kontakty"],"This contact is busy":["Kontakt jest zajęty"],"This contact is online":["Kontakt jest połączony"],"This contact is offline":["Kontakt jest niepołączony"],"This contact is unavailable":["Kontakt jest niedostępny"],"This contact is away for an extended period":["Kontakt jest nieobecny przez dłuższą chwilę"],"This contact is away":["Kontakt jest nieobecny"],"Groups":["Grupy"],"My contacts":["Moje kontakty"],"Pending contacts":["Kontakty oczekujące"],"Contact requests":["Zaproszenia do kontaktu"],"Ungrouped":["Niezgrupowane"],"Contact name":["Nazwa kontaktu"],"XMPP Address":["Adres XMPP"],"Add":["Dodaj"],"Filter":["Filtr"],"Filter by group name":["Filtruj według nazwy grupy"],"Filter by status":["Filtruj według stanu"],"Any":["Dowolny"],"Unread":["Nieprzeczytane"],"Chatty":["Gotowy do rozmowy"],"Extended Away":["Dłuższa nieobecność"],"Click to accept the contact request from %1$s":["Kliknij aby zaakceptować prośbę o nawiązanie kontaktu od %1$s"],"Are you sure you want to decline this contact request?":["Czy potwierdzasz odrzucenie chęci nawiązania kontaktu?"],"Contacts":["Kontakty"],"Add a contact":["Dodaj kontakt"],"The conversation has moved. Click below to enter.":[""],"Topic":["Temat"],"Topic author":["Autor tematu"],"Members only":["Tylko dla członków"],"Persistent":["Trwały"],"This groupchat persists even if it's unoccupied":["Ten pokój przetrwa nawet bez użytkowników"],"This groupchat will disappear once the last person leaves":["Ten pokój zniknie po opuszczeniu go przez ostatniego użytkownika"],"All other groupchat participants can see your XMPP username":["Wszyscy uczestnicy grupowego czatu widzą Twoją nazwę użytkownika XMPP"],"Only moderators can see your XMPP username":["Nazwa użytkownika XMPP jest widoczna tylko dla moderatorów"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Archiwizowanie wiadomości"],"Messages are archived on the server":["Wiadomości są przechowywane na serwerze"],"XMPP Username:":["Nazwa użytkownika XMPP:"],"Password:":["Hasło:"],"password":["hasło"],"This is a trusted device":["To jest zaufane urządzenie"],"Click here to log in anonymously":["Kliknij tutaj aby zalogować się anonimowo"],"Save and close":["Zapisz i zamknij"],"This device's OMEMO fingerprint":["Odcisk palca OMEMO tego urządzenia"],"Select all":["Wybierz wszystkie"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaznacz pole wyboru, aby wybrać odciski palców wszystkich innych urządzeń OMEMO"],"Other OMEMO-enabled devices":["Pozostałe urządzenia z funkcją OMEMO"],"Checkbox for selecting the following fingerprint":["Pole wyboru wyboru odcisków palców"],"Remove checked devices and close":["Usuń zaznaczone urządzenia i zamknij"],"Don't have a chat account?":["Nie masz konta?"],"Create an account":["Utwórz konto"],"Create your account":["Utwórz własne konto"],"Please enter the XMPP provider to register with:":["Wprowadź dostawcę XMPP, u którego chcesz się zarejestrować:"],"Already have a chat account?":["Masz już konto?"],"Log in here":["Zaloguj się"],"Account Registration:":["Rejestracja Konta:"],"Register":["Zarejestruj się"],"Choose a different provider":["Wybierz innego dostawcę"],"Hold tight, we're fetching the registration form…":["Czekaj, pobieram formularz rejestracyjny…"],"Messages are being sent in plaintext":["Wiadomości są wysyłane w postaci zwykłego tekstu"],"The User's Profile Image":["Zdjęcie profilowe użytkownika"],"OMEMO Fingerprints":["Odciski palców OMEMO"],"Trusted":["Zaufany"],"Untrusted":["Niezaufany"],"Refresh":["Odśwież"],"Download":["Pobierz"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"pl"},"Bookmark this groupchat":["Zakładka do tego pokoju"],"Unbookmark this groupchat":["Usuń zakładkę do tego pokoju"],"Would you like this groupchat to be automatically joined upon startup?":["Czy chcesz automatycznie dołączać do tej grupy podczas startu ?"],"Cancel":["Anuluj"],"The name for this bookmark:":["Nazwa dla tej zakładki:"],"What should your nickname for this groupchat be?":["Jaki nick dla tego chatu grupowego ?"],"Save":["Zachowaj"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Czy potwierdzasz zamiar usunięcia zakładki \"%1$s\"?"],"Error":["Błąd"],"Sorry, something went wrong while trying to save your bookmark.":["Wystąpił błąd w trakcie próby zapisu zakładki."],"Leave this groupchat":["Opuść ten pokój"],"Remove this bookmark":["Usuń tą zakładke"],"Show more information on this groupchat":["Pokaż więcej informacji o pokoju"],"Click to open this groupchat":["Kliknij aby wejść do pokoju"],"Click to toggle the bookmarks list":["Kliknij aby przełączyć listę zakładek"],"Bookmarks":["Zakładki"],"Close this chat box":["Zamknij okno rozmowy"],"Are you sure you want to remove this contact?":["Czy potwierdzasz zamiar usnunięcia tego kontaktu?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Wystąpił błąd w trakcie próby usunięcia %1$s."],"You have unread messages":["Masz nieprzeczytane wiadomości"],"Hidden message":["Ukryta wiadomość"],"Message":["Wiadomość"],"Send":["Wyślij"],"Optional hint":["Dodatkowa wskazówka"],"Choose a file to send":["Wybierz plik do wysłania"],"Remove messages":["Usuń wiadomości"],"Write in the third person":["Pisz w trzeciej osobie"],"Show this menu":["Pokaż menu"],"Are you sure you want to clear the messages from this conversation?":["Potwierdź czy rzeczywiście chcesz wyczyścić wiadomości z okna rozmowy?"],"%1$s has gone offline":["%1$s rozłączył się"],"%1$s has gone away":["%1$s odszedł od klawiatury"],"%1$s is busy":["%1$s jest zajęty"],"%1$s is online":["%1$s jest dostępny"],"Username":["Nazwa użytkownika"],"user@domain":["użytkownik@domena"],"Please enter a valid XMPP address":["Wprowadź poprawny adres XMPP"],"Chat Contacts":["Kontakty"],"Toggle chat":["Przełącz rozmowę"],"Show more":["Pokaż więcej"],"Typing from another device":["Wpisywanie z innego urządzenia"],"%1$s is typing":["%1$s pisze"],"Stopped typing on the other device":["Przestał pisać na innym urządzeniu"],"%1$s has stopped typing":["%1$s przestał pisać"],"Unencryptable OMEMO message":["Niezaszyfrowana wiadomość OMEMO"],"Minimize this chat box":["Zmniejsz okno rozmowy"],"Click to restore this chat":["Kliknij aby powrócić do rozmowy"],"Minimized":["Zminimalizowany"],"This groupchat is not anonymous":["Ten pokój nie jest anonimowy"],"This groupchat now shows unavailable members":["Pokój pokazuje teraz niedostępnych rozmówców"],"This groupchat does not show unavailable members":["Ten pokój nie wyświetla niedostępnych członków"],"The groupchat configuration has changed":["Ustawienia pokoju zostały zmienione"],"groupchat logging is now enabled":["włączono zapisywanie rozmów w pokoju"],"groupchat logging is now disabled":["włączono zapisywanie rozmów w pokoju"],"This groupchat is now no longer anonymous":["Ten pokój nie jest już anonimowy"],"This groupchat is now semi-anonymous":["Pokój jest teraz częściowo anonimowy"],"This groupchat is now fully-anonymous":["Pokój jest teraz w pełni anonimowy"],"A new groupchat has been created":["Utworzono nowy pokój"],"You have been banned from this groupchat":["Zostałeś zablokowany w tym pokoju"],"You have been kicked from this groupchat":["Zostałeś wyrzucony z pokoju"],"You have been removed from this groupchat because of an affiliation change":["Zostałeś usunięty z pokoju ze względu na zmianę przynależności"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Zostałeś usunięty z pokoju ze względu na to, że pokój zmienił się na wymagający członkowstwa, a ty nie jesteś członkiem"],"You have been removed from this groupchat because the service hosting it is being shut down":["Zostałeś usunięty z pokoju ponieważ serwis hostingowy został wyłączony"],"%1$s has been banned":["%1$s został zbanowany"],"%1$s's nickname has changed":["%1$s zmienił ksywkę"],"%1$s has been kicked out":["%1$s został wykopany"],"%1$s has been removed because of an affiliation change":["%1$s został usunięty z powodu zmiany przynależności"],"%1$s has been removed for not being a member":["%1$s został usunięty z powodu braku członkostwa"],"Your nickname has been automatically set to %1$s":["Twoja ksywka została automatycznie zmieniona na: %1$s"],"Your nickname has been changed to %1$s":["Twoja ksywka została zmieniona na: %1$s"],"Description:":["Opis:"],"Groupchat Address (JID):":["Nazwa pokoju (JID):"],"Participants:":["Uczestnicy:"],"Features:":["Właściwości:"],"Requires authentication":["Wymaga uwierzytelnienia"],"Hidden":["Ukryty"],"Requires an invitation":["Wymaga zaproszenia"],"Moderated":["Moderowany"],"Non-anonymous":["Nieanonimowy"],"Public":["Publiczny"],"Semi-anonymous":["Częściowo anonimowy"],"Temporary":["Pokój tymczasowy"],"Unmoderated":["Niemoderowany"],"Query for Groupchats":["Wyszukaj pokoje"],"Server address":["Adres serwera"],"Show groupchats":["Pokaż pokoje"],"conference.example.org":["conference.domena.pl"],"No groupchats found":["Nie znaleziono pokojów"],"Groupchats found:":["Znalezione pokoje:"],"Enter a new Groupchat":["Wejdź do pokoju"],"Groupchat address":["Adres pokoju"],"Optional nickname":["Opcjonalny nick"],"name@conference.example.org":["nazwa@konferencja.domena.pl"],"Join":["Dołącz"],"Groupchat info for %1$s":["Informacje o o pokoju %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s nie jest już administratorem tego pokoju"],"%1$s is no longer an owner of this groupchat":["%1$s nie jest już właścicielem tego pokoju"],"%1$s is no longer banned from this groupchat":["%1$s nie jest już zablokowany w tym pokoju"],"%1$s is no longer a permanent member of this groupchat":["%1$s nie jest już stałym członkiem tego pokoju"],"%1$s is now a permanent member of this groupchat":["%1$s jest obecnie stałym członkiem tego pokoju"],"%1$s has been banned from this groupchat":["%1$s został zablokowany w tym pokoju"],"%1$s is no longer a moderator":["%1$s nie jest już moderatorem"],"%1$s has been given a voice again":["%1$s ponownie otrzymał głos"],"%1$s has been muted":["%1$s został wyciszony"],"%1$s is now a moderator":["%1$s został moderatorem"],"Close and leave this groupchat":["Opuść ten pokój"],"Configure this groupchat":["Skonfiguruj ten pokój"],"Show more details about this groupchat":["Pokaż więcej informacji o pokoju"],"Hide the list of participants":["Ukryj listę rozmówców"],"Forbidden: you do not have the necessary role in order to do that.":["Zabronione: nie masz do tego wystarczających uprawnień."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Zabronione: nie masz dostępu ze względu na brak przynależności.."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Błąd: polecenie \"%1$s\" przyjmuje dwa argumenty: pseudonim i opcjonalnie powód."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Ups, podczas wykonywania polecenia wystąpił błąd. Szczegółowe informacje można znaleźć w konsoli deweloperskiej przeglądarki."],"Change user's affiliation to admin":["Przyznaj prawa administratora"],"Ban user from groupchat":["Zablokuj użytkownikowi dostępu do pokoju"],"Change user role to participant":["Zmień uprawnienia na zwykłego uczestnika"],"Kick user from groupchat":["Wykop z pokoju"],"Write in 3rd person":["Pisz w trzeciej osobie"],"Grant membership to a user":["Przyznaj członkowstwo"],"Remove user's ability to post messages":["Zablokuj człowiekowi możliwość rozmowy"],"Change your nickname":["Zmień ksywkę"],"Grant moderator role to user":["Przyznaj prawa moderatora"],"Grant ownership of this groupchat":["Uczyń właścicielem pokoju"],"Revoke user's membership":["Usuń z listy członków"],"Set groupchat subject":["Ustaw temat pokoju"],"Set groupchat subject (alias for /subject)":["Ustaw temat rozmowy (alias dla /subject)"],"Allow muted user to post messages":["Pozwól uciszonemu człowiekowi na rozmowę"],"Error: invalid number of arguments":["Błąd: nieprawidłowa liczba argumentów"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Ksywka jaką wybrałeś jest zarezerwowana albo w użyciu, wybierz proszę inną."],"Please choose your nickname":["Wybierz proszę ksywkę"],"Nickname":["Ksywka"],"Enter groupchat":["Wejdź do pokoju"],"This groupchat requires a password":["Wstęp do pokoju wymaga podania hasła"],"Password: ":["Hasło: "],"Submit":["Wyślij"],"This action was done by %1$s.":["Ta akcja została wykonana przez %1$s."],"The reason given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"%1$s has left and re-entered the groupchat":["%1$s opuścił i ponownie wszedł do pokoju"],"%1$s has entered the groupchat":["%1$s wszedł do pokoju"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s wszedł do pokoju \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s wszedł i wyszedł z pokoju"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s wszedł i wyszedł z pokoju. \"%2$s\""],"%1$s has left the groupchat":["%1$s opuścił pokój"],"%1$s has left the groupchat. \"%2$s\"":["%1$s opuścił pokój. \"%2$s\""],"You are not on the member list of this groupchat.":["Nie jesteś członkiem tego pokoju rozmów."],"You have been banned from this groupchat.":["Zostałeś zablokowany w tym pokoju."],"No nickname was specified.":["Nie podałeś ksywki."],"You are not allowed to create new groupchats.":["Nie masz uprawnień do tworzenia nowych pokojów rozmów."],"Your nickname doesn't conform to this groupchat's policies.":["Twoja ksywka nie jest zgodna z regulaminem pokoju."],"This groupchat does not (yet) exist.":["Ten pokój (jeszcze) nie istnieje."],"This groupchat has reached its maximum number of participants.":["Pokój przekroczył dozwoloną ilość rozmówców."],"Remote server not found":["Nie znaleziono serwera"],"The explanation given is: \"%1$s\".":["Podana przyczyna to: \"%1$s\"."],"This user is a moderator.":["Ten użytkownik jest moderatorem."],"Visitor":["Gość"],"Owner":["Właściciel"],"Member":["Członek"],"Admin":["Administrator"],"Participants":["Uczestnicy"],"Invite":["Zaproś"],"Please enter a valid XMPP username":["Wprowadź poprawną nazwę użytkownika XMPP"],"Notification from %1$s":["Powiadomienie od %1$s"],"%1$s says":["%1$s powiedział"],"has gone offline":["wyłączył się"],"has gone away":["uciekł"],"is busy":["zajęty"],"has come online":["połączył się"],"wants to be your contact":["chce być twoim kontaktem"],"Sorry, could not decrypt a received OMEMO message due to an error.":["Ups, problem z odszyfrowaniem odebranego komunikatu OMEMO z powodu błędu."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["To jest zaszyfrowana wiadomość OMEMO, której twój klient nie obsługuje. Więcej informacji na stronie https://conversations.im/omemo"],"Sorry, could not send the message due to an error.":["Przepraszamy, z powodu błędu nie udało się wysłać wiadomości."],"Your avatar image":["Twój awatar"],"Your Profile":["Twój profil"],"Close":["Zamknij"],"Email":["E-mail"],"XMPP Address (JID)":["Adres XMPP (JID)"],"Role":["Rola"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Użyj przecinków, aby rozdzielić wiele ról. Twoje role są wyświetlane obok Twojego imienia i nazwiska w wiadomościach czatu."],"URL":["Adres URL"],"You can check your browser's developer console for any error output.":["Możesz sprawdzić konsolę dewelopera przeglądarki pod kątem błędów."],"Away":["Nieobecny"],"Busy":["Zajęty"],"Custom status":["Własny status"],"Offline":["Rozłączony"],"Online":["Dostępny"],"I am %1$s":["Jestem %1$s"],"Change settings":["Zmiana ustawień"],"Click to change your chat status":["Kliknij aby zmienić status rozmowy"],"Log out":["Wyloguj się"],"Your profile":["Twój profil"],"online":["dostępny"],"busy":["zajęty"],"away for long":["dłużej nieobecny"],"away":["nieobecny"],"offline":["rozłączony"]," e.g. conversejs.org":[" np. conversejs.org"],"Fetch registration form":["Pobierz formularz rejestracyjny"],"Tip: A list of public XMPP providers is available":["Wskazówka: dostępna jest lista publicznych dostawców XMPP"],"here":["tutaj"],"Sorry, we're unable to connect to your chosen provider.":["Wystąpił problem z nawiązaniem połączenia się z wybranym dostawcą."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Przepraszamy, ale podany dostawca nie obsługuje rejestracji. Spróbuj wskazać innego dostawcę."],"Now logging you in":["Jesteś logowany"],"Registered successfully":["Szczęśliwie zarejestrowany"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Dostawca odrzucił twoją próbę rejestracji. Sprawdź proszę poprawność danych które zostały wprowadzone."],"Open Groupchats":["Otwórz pokoje"],"This contact is busy":["Kontakt jest zajęty"],"This contact is online":["Kontakt jest połączony"],"This contact is offline":["Kontakt jest niepołączony"],"This contact is unavailable":["Kontakt jest niedostępny"],"This contact is away for an extended period":["Kontakt jest nieobecny przez dłuższą chwilę"],"This contact is away":["Kontakt jest nieobecny"],"Groups":["Grupy"],"My contacts":["Moje kontakty"],"Pending contacts":["Kontakty oczekujące"],"Contact requests":["Zaproszenia do kontaktu"],"Ungrouped":["Niezgrupowane"],"Contact name":["Nazwa kontaktu"],"XMPP Address":["Adres XMPP"],"Add":["Dodaj"],"Filter":["Filtr"],"Filter by group name":["Filtruj według nazwy grupy"],"Filter by status":["Filtruj według stanu"],"Any":["Dowolny"],"Unread":["Nieprzeczytane"],"Chatty":["Gotowy do rozmowy"],"Extended Away":["Dłuższa nieobecność"],"Click to accept the contact request from %1$s":["Kliknij aby zaakceptować prośbę o nawiązanie kontaktu od %1$s"],"Are you sure you want to decline this contact request?":["Czy potwierdzasz odrzucenie chęci nawiązania kontaktu?"],"Contacts":["Kontakty"],"Add a contact":["Dodaj kontakt"],"Sorry, could not determine upload URL.":["Nie można określić URL do uploadu."],"Sorry, could not determine file upload URL.":["Nie można określić URL do uploadu pliku."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Nie powiódł się upload pliku. Odpowiedź serwera \"%1$s\""],"Sorry, could not succesfully upload your file.":["Nie powiódł się upload pliku."],"Sorry, looks like file upload is not supported by your server.":["Ups, wygląda na to, że serwer nie wspiera uploadu plików."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Rozmiar pliku, %1$s, przekracza maksymalny rozmiar obsługiwany przez serwer, %2$s."],"Sorry, an error occurred:":["Wystąpił błąd:"],"The XMPP server did not offer a supported authentication mechanism":["Serwer XMPP nie oferuje wspieranego mechanizmu uwierzytelniania"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Problem z połączeniem do serwera XMPP w domenie: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, nie wspiera on rejestracji."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nie można zarejestrować swojego pseudonimu w tym pokoju, w formularzu dostarczono niepoprawne dane."],"Sorry, there was an error while trying to add %1$s as a contact.":["Wystąpił błąd podczas próby dodania %1$s do listy kontaktów."],"This client does not allow presence subscriptions":["Klient nie umożliwia subskrybcji obecności"],"Click to hide these contacts":["Kliknij aby schować te kontakty"],"The conversation has moved. Click below to enter.":[""],"Topic":["Temat"],"Topic author":["Autor tematu"],"Members only":["Tylko dla członków"],"Persistent":["Trwały"],"This groupchat persists even if it's unoccupied":["Ten pokój przetrwa nawet bez użytkowników"],"This groupchat will disappear once the last person leaves":["Ten pokój zniknie po opuszczeniu go przez ostatniego użytkownika"],"All other groupchat participants can see your XMPP username":["Wszyscy uczestnicy grupowego czatu widzą Twoją nazwę użytkownika XMPP"],"Only moderators can see your XMPP username":["Nazwa użytkownika XMPP jest widoczna tylko dla moderatorów"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Archiwizowanie wiadomości"],"Messages are archived on the server":["Wiadomości są przechowywane na serwerze"],"XMPP Username:":["Nazwa użytkownika XMPP:"],"Password:":["Hasło:"],"password":["hasło"],"This is a trusted device":["To jest zaufane urządzenie"],"Click here to log in anonymously":["Kliknij tutaj aby zalogować się anonimowo"],"Save and close":["Zapisz i zamknij"],"This device's OMEMO fingerprint":["Odcisk palca OMEMO tego urządzenia"],"Select all":["Wybierz wszystkie"],"Checkbox to select fingerprints of all other OMEMO devices":["Zaznacz pole wyboru, aby wybrać odciski palców wszystkich innych urządzeń OMEMO"],"Other OMEMO-enabled devices":["Pozostałe urządzenia z funkcją OMEMO"],"Checkbox for selecting the following fingerprint":["Pole wyboru wyboru odcisków palców"],"Remove checked devices and close":["Usuń zaznaczone urządzenia i zamknij"],"Don't have a chat account?":["Nie masz konta?"],"Create an account":["Utwórz konto"],"Create your account":["Utwórz własne konto"],"Please enter the XMPP provider to register with:":["Wprowadź dostawcę XMPP, u którego chcesz się zarejestrować:"],"Already have a chat account?":["Masz już konto?"],"Log in here":["Zaloguj się"],"Account Registration:":["Rejestracja Konta:"],"Register":["Zarejestruj się"],"Choose a different provider":["Wybierz innego dostawcę"],"Hold tight, we're fetching the registration form…":["Czekaj, pobieram formularz rejestracyjny…"],"Messages are being sent in plaintext":["Wiadomości są wysyłane w postaci zwykłego tekstu"],"The User's Profile Image":["Zdjęcie profilowe użytkownika"],"OMEMO Fingerprints":["Odciski palców OMEMO"],"Trusted":["Zaufany"],"Untrusted":["Niezaufany"],"Refresh":["Odśwież"],"Download":["Pobierz"]}}} \ No newline at end of file diff --git a/locale/pl/LC_MESSAGES/converse.po b/locale/pl/LC_MESSAGES/converse.po index de8115dfc..0b6891572 100644 --- a/locale/pl/LC_MESSAGES/converse.po +++ b/locale/pl/LC_MESSAGES/converse.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.9.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-10-04 08:34+0000\n" "Last-Translator: Sneer Sneerowski \n" "Language-Team: Polish 1;","lang":"pt_BR"},"Cancel":["Cancelar"],"The name for this bookmark:":["Nome para o favorito:"],"Save":["Salvar"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Tem certeza de que deseja remover o favorito \"%1$s\"?"],"Error":["Erro"],"Sorry, something went wrong while trying to save your bookmark.":["Desculpe, algo deu errado ao tentar salvar seu favorito."],"Remove this bookmark":["Remover o favorito"],"Click to toggle the bookmarks list":["Clique para alternar a lista de favoritos"],"Bookmarks":["Favoritos"],"Sorry, could not determine file upload URL.":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"Close this chat box":["Feche esta caixa de bate-papo"],"Are you sure you want to remove this contact?":["Tem certeza de que deseja remover esse contato?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Desculpe, houve um erro ao tentar remover o contato %1$s ."],"You have unread messages":["Você tem mensagens não lidas"],"Message":["Mensagem"],"Send":["Enviar"],"Optional hint":[""],"Choose a file to send":[""],"Remove messages":["Remover mensagens"],"Write in the third person":["Escrever em terceira pessoa"],"Show this menu":["Mostrar o menu"],"Username":["Usuário"],"user@domain":["usuário@domínio"],"Please enter a valid XMPP address":["Por favor entre com um endereço XMPP válido"],"Toggle chat":["Alternar bate-papo"],"The XMPP server did not offer a supported authentication mechanism":["O servidor XMPP não ofereceu um mecanismo de autenticação suportado"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Desculpe, não conseguimos nos conectar ao host XMPP com domínio: %1$s"],"Typing from another device":["Escrevendo de outro dispositivo"],"Stopped typing on the other device":["Parou de digitar no outro dispositivo"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Minimizar o bate papo"],"Click to restore this chat":["Clique para restaurar este bate-papo"],"Minimized":["Minimizado"],"%1$s has been banned":["%1$s foi banido"],"%1$s's nickname has changed":["O apelido de %1$s foi alterado"],"%1$s has been kicked out":["%1$s foi expulso"],"%1$s has been removed because of an affiliation change":["%1$s foi removido por causa de troca de associação"],"%1$s has been removed for not being a member":["%1$s foi removido por não ser mais um membro"],"Your nickname has been automatically set to %1$s":["Seu apelido foi mudado automaticamente para %1$s"],"Your nickname has been changed to %1$s":["Seu apelido foi mudado para %1$s"],"Description:":["Descrição:"],"Features:":["Recursos:"],"Requires authentication":["Requer autenticação"],"Hidden":["Escondido"],"Requires an invitation":["Requer um convite"],"Moderated":["Moderado"],"Non-anonymous":["Não anônimo"],"Open":["Sala aberta"],"Public":["Público"],"Semi-anonymous":["Semi anônimo"],"Temporary":["Temporário"],"Unmoderated":["Sem moderação"],"Optional nickname":[""],"name@conference.example.org":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erro: O comando \"%1$s\" precisa de dois argumentos, o apelido e opcionalmente a razão."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Mudar o usuário para administrador"],"Change user role to participant":["Alterar a função do usuário para o participante"],"Write in 3rd person":["Escrever em terceira pessoa"],"Grant membership to a user":["Subscrever como usuário membro"],"Remove user's ability to post messages":["Remover a habilidade do usuário de postar mensagens"],"Change your nickname":["Escolha seu apelido"],"Grant moderator role to user":["Transformar usuário em moderador"],"Revoke user's membership":["Revogar a associação do usuário"],"Allow muted user to post messages":["Permitir que o usuário mudo publique mensagens"],"The nickname you chose is reserved or currently in use, please choose a different one.":["O apelido escolhido está atualmente em uso, por favor escolha outro."],"Please choose your nickname":["Por favor escolha seu apelido"],"Nickname":["Apelido"],"Password: ":["Senha: "],"Submit":["Enviar"],"This action was done by %1$s.":["Essa ação foi realizada para %1$s ."],"The reason given is: \"%1$s\".":["A razão dada é: \"%1$s\"."],"No nickname was specified.":["Você não escolheu um apelido ."],"Remote server not found":[""],"Click to mention %1$s in your message.":["Clique para mencionar %1$s em sua mensagem."],"This user is a moderator.":["Esse usuário é o moderador."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["convite"],"Please enter a valid XMPP username":["Por favor entre com usuário XMPP válido"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Notification from %1$s":["Mensagem de %1$s"],"%1$s says":["%1$s diz"],"has gone offline":["ficou offline"],"has gone away":["Este contato saiu"],"is busy":["ocupado"],"has come online":["Ficou on-line"],"wants to be your contact":["Quer ser seu contato"],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Ausente"],"Busy":["Ocupado"],"Custom status":["Status customizado"],"Offline":["Offline"],"Online":["Online"],"I am %1$s":["Estou %1$s"],"Change settings":[""],"Click to change your chat status":["Clique para mudar seu status no chat"],"Log out":["Sair"],"Your profile":[""],"online":["online"],"busy":["ocupado"],"away for long":["ausente a bastante tempo"],"away":["ausente"],"offline":["offline"]," e.g. conversejs.org":[" ex. conversejs.org"],"Fetch registration form":["Inserir formulário de inscrição"],"Tip: A list of public XMPP providers is available":["Dica: uma lista de provedores XMPP públicos está disponível"],"here":["aqui"],"Sorry, we're unable to connect to your chosen provider.":["Desculpe, não podemos conectar ao provedor escolhido."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Desculpe, o provedor fornecido não oferece suporte de banda para registro da conta. Experimente com um provedor diferente."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Algo deu errado ao estabelecer uma conexão com \"%1$s\". Você tem certeza que ele existe?"],"Now logging you in":["Agora você logou"],"Registered successfully":["Registrado com sucesso"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["O provedor rejeitou sua tentativa de registro. Verifique os valores que você digitou para verificar a exatidão."],"Open Groupchats":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Desculpe, houve um erro ao tentar adicionar %1$s como um contato."],"This client does not allow presence subscriptions":["Este cliente não permite assinaturas de presença"],"Click to hide these contacts":["Clique para esconder esses contatos"],"This contact is busy":["Este contato está ocupado"],"This contact is online":["Este contato está online"],"This contact is offline":["Este contato está offline"],"This contact is unavailable":["Este contato está indisponível"],"This contact is away for an extended period":["Este contato está ausente por um longo período"],"This contact is away":["Este contato está ausente"],"Groups":["Grupos"],"My contacts":["Meus contatos"],"Pending contacts":["Contados pendentes"],"Contact requests":["Solicitação de contatos"],"Ungrouped":["Desagrupado"],"Contact name":["Nome do contato"],"XMPP Address":[""],"Add":["Adicionar"],"Filter":["Filtro"],"Filter by group name":[""],"Filter by status":[""],"Any":["Qualquer"],"Unread":["Não lido"],"Chatty":["Conversar"],"Extended Away":["Ausência Longa"],"Click to remove %1$s as a contact":["Clique para remover %1$s como contato"],"Click to accept the contact request from %1$s":["Clique para aceitar a solicitação de contato de %1$s"],"Click to decline the contact request from %1$s":["Clique para recusar a solicitação de contato de %1$s"],"Are you sure you want to decline this contact request?":["Tem certeza de que deseja recusar essa solicitação de contato?"],"Contacts":["Contatos"],"Add a contact":["Adicionar contato"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Recursos"],"Password protected":["Protegido por senha"],"Members only":["Apenas membros"],"Persistent":["Persistente"],"Only moderators can see your XMPP username":["Apenas moderadores podem ver seu usuário XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Arquivando mensagem"],"Messages are archived on the server":["As mensagens são arquivadas no servidor"],"No password":["Sem senha"],"Password:":["Senha:"],"password":["senha"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is be supported.":[""],"Click here to log in anonymously":["Clique aqui para efetuar o login anonimamente"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Não possui uma conta de bate papo?"],"Create an account":["Criando uma conta"],"Create your account":["Criar sua conta"],"Please enter the XMPP provider to register with:":["Por favor entre com o provedor XMPP para registro:"],"Already have a chat account?":["Já possui uma conta de bate-papo?"],"Log in here":["Login aqui"],"Account Registration:":["Registro de Conta:"],"Register":["Registro"],"Choose a different provider":["Escolha um provedor diferente"],"Hold tight, we're fetching the registration form…":["Espere, estamos carregando o formulário de inscrição …"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":["Baixar"]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Cancel":["Cancelar"],"The name for this bookmark:":["Nome para o favorito:"],"Save":["Salvar"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Tem certeza de que deseja remover o favorito \"%1$s\"?"],"Error":["Erro"],"Sorry, something went wrong while trying to save your bookmark.":["Desculpe, algo deu errado ao tentar salvar seu favorito."],"Remove this bookmark":["Remover o favorito"],"Click to toggle the bookmarks list":["Clique para alternar a lista de favoritos"],"Bookmarks":["Favoritos"],"Close this chat box":["Feche esta caixa de bate-papo"],"Are you sure you want to remove this contact?":["Tem certeza de que deseja remover esse contato?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Desculpe, houve um erro ao tentar remover o contato %1$s ."],"You have unread messages":["Você tem mensagens não lidas"],"Message":["Mensagem"],"Send":["Enviar"],"Optional hint":[""],"Choose a file to send":[""],"Remove messages":["Remover mensagens"],"Write in the third person":["Escrever em terceira pessoa"],"Show this menu":["Mostrar o menu"],"Username":["Usuário"],"user@domain":["usuário@domínio"],"Please enter a valid XMPP address":["Por favor entre com um endereço XMPP válido"],"Toggle chat":["Alternar bate-papo"],"Typing from another device":["Escrevendo de outro dispositivo"],"Stopped typing on the other device":["Parou de digitar no outro dispositivo"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Minimizar o bate papo"],"Click to restore this chat":["Clique para restaurar este bate-papo"],"Minimized":["Minimizado"],"%1$s has been banned":["%1$s foi banido"],"%1$s's nickname has changed":["O apelido de %1$s foi alterado"],"%1$s has been kicked out":["%1$s foi expulso"],"%1$s has been removed because of an affiliation change":["%1$s foi removido por causa de troca de associação"],"%1$s has been removed for not being a member":["%1$s foi removido por não ser mais um membro"],"Your nickname has been automatically set to %1$s":["Seu apelido foi mudado automaticamente para %1$s"],"Your nickname has been changed to %1$s":["Seu apelido foi mudado para %1$s"],"Description:":["Descrição:"],"Features:":["Recursos:"],"Requires authentication":["Requer autenticação"],"Hidden":["Escondido"],"Requires an invitation":["Requer um convite"],"Moderated":["Moderado"],"Non-anonymous":["Não anônimo"],"Open":["Sala aberta"],"Public":["Público"],"Semi-anonymous":["Semi anônimo"],"Temporary":["Temporário"],"Unmoderated":["Sem moderação"],"Optional nickname":[""],"name@conference.example.org":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Erro: O comando \"%1$s\" precisa de dois argumentos, o apelido e opcionalmente a razão."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Mudar o usuário para administrador"],"Change user role to participant":["Alterar a função do usuário para o participante"],"Write in 3rd person":["Escrever em terceira pessoa"],"Grant membership to a user":["Subscrever como usuário membro"],"Remove user's ability to post messages":["Remover a habilidade do usuário de postar mensagens"],"Change your nickname":["Escolha seu apelido"],"Grant moderator role to user":["Transformar usuário em moderador"],"Revoke user's membership":["Revogar a associação do usuário"],"Allow muted user to post messages":["Permitir que o usuário mudo publique mensagens"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["O apelido escolhido está atualmente em uso, por favor escolha outro."],"Please choose your nickname":["Por favor escolha seu apelido"],"Nickname":["Apelido"],"Password: ":["Senha: "],"Submit":["Enviar"],"This action was done by %1$s.":["Essa ação foi realizada para %1$s ."],"The reason given is: \"%1$s\".":["A razão dada é: \"%1$s\"."],"No nickname was specified.":["Você não escolheu um apelido ."],"Remote server not found":[""],"Click to mention %1$s in your message.":["Clique para mencionar %1$s em sua mensagem."],"This user is a moderator.":["Esse usuário é o moderador."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["convite"],"Please enter a valid XMPP username":["Por favor entre com usuário XMPP válido"],"Notification from %1$s":["Mensagem de %1$s"],"%1$s says":["%1$s diz"],"has gone offline":["ficou offline"],"has gone away":["Este contato saiu"],"is busy":["ocupado"],"has come online":["Ficou on-line"],"wants to be your contact":["Quer ser seu contato"],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Ausente"],"Busy":["Ocupado"],"Custom status":["Status customizado"],"Offline":["Offline"],"Online":["Online"],"I am %1$s":["Estou %1$s"],"Change settings":[""],"Click to change your chat status":["Clique para mudar seu status no chat"],"Log out":["Sair"],"Your profile":[""],"online":["online"],"busy":["ocupado"],"away for long":["ausente a bastante tempo"],"away":["ausente"],"offline":["offline"]," e.g. conversejs.org":[" ex. conversejs.org"],"Fetch registration form":["Inserir formulário de inscrição"],"Tip: A list of public XMPP providers is available":["Dica: uma lista de provedores XMPP públicos está disponível"],"here":["aqui"],"Sorry, we're unable to connect to your chosen provider.":["Desculpe, não podemos conectar ao provedor escolhido."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Desculpe, o provedor fornecido não oferece suporte de banda para registro da conta. Experimente com um provedor diferente."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Algo deu errado ao estabelecer uma conexão com \"%1$s\". Você tem certeza que ele existe?"],"Now logging you in":["Agora você logou"],"Registered successfully":["Registrado com sucesso"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["O provedor rejeitou sua tentativa de registro. Verifique os valores que você digitou para verificar a exatidão."],"Open Groupchats":[""],"This contact is busy":["Este contato está ocupado"],"This contact is online":["Este contato está online"],"This contact is offline":["Este contato está offline"],"This contact is unavailable":["Este contato está indisponível"],"This contact is away for an extended period":["Este contato está ausente por um longo período"],"This contact is away":["Este contato está ausente"],"Groups":["Grupos"],"My contacts":["Meus contatos"],"Pending contacts":["Contados pendentes"],"Contact requests":["Solicitação de contatos"],"Ungrouped":["Desagrupado"],"Contact name":["Nome do contato"],"XMPP Address":[""],"Add":["Adicionar"],"Filter":["Filtro"],"Filter by group name":[""],"Filter by status":[""],"Any":["Qualquer"],"Unread":["Não lido"],"Chatty":["Conversar"],"Extended Away":["Ausência Longa"],"Click to remove %1$s as a contact":["Clique para remover %1$s como contato"],"Click to accept the contact request from %1$s":["Clique para aceitar a solicitação de contato de %1$s"],"Click to decline the contact request from %1$s":["Clique para recusar a solicitação de contato de %1$s"],"Are you sure you want to decline this contact request?":["Tem certeza de que deseja recusar essa solicitação de contato?"],"Contacts":["Contatos"],"Add a contact":["Adicionar contato"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["O servidor XMPP não ofereceu um mecanismo de autenticação suportado"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Desculpe, não conseguimos nos conectar ao host XMPP com domínio: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Desculpe, houve um erro ao tentar adicionar %1$s como um contato."],"This client does not allow presence subscriptions":["Este cliente não permite assinaturas de presença"],"Click to hide these contacts":["Clique para esconder esses contatos"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Recursos"],"Password protected":["Protegido por senha"],"Members only":["Apenas membros"],"Persistent":["Persistente"],"Only moderators can see your XMPP username":["Apenas moderadores podem ver seu usuário XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Arquivando mensagem"],"Messages are archived on the server":["As mensagens são arquivadas no servidor"],"No password":["Sem senha"],"Password:":["Senha:"],"password":["senha"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Clique aqui para efetuar o login anonimamente"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Não possui uma conta de bate papo?"],"Create an account":["Criando uma conta"],"Create your account":["Criar sua conta"],"Please enter the XMPP provider to register with:":["Por favor entre com o provedor XMPP para registro:"],"Already have a chat account?":["Já possui uma conta de bate-papo?"],"Log in here":["Login aqui"],"Account Registration:":["Registro de Conta:"],"Register":["Registro"],"Choose a different provider":["Escolha um provedor diferente"],"Hold tight, we're fetching the registration form…":["Espere, estamos carregando o formulário de inscrição …"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":["Baixar"]}}} \ No newline at end of file diff --git a/locale/pt_BR/LC_MESSAGES/converse.po b/locale/pt_BR/LC_MESSAGES/converse.po index c0682b513..d2da76f10 100644 --- a/locale/pt_BR/LC_MESSAGES/converse.po +++ b/locale/pt_BR/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.6.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-07-02 15:39+0200\n" "Last-Translator: Jeferson Nepomuceno Teles \n" "Language-Team: Portuguese (Brazil) 0 && n%100 < 20)) ? 1 : 2;","lang":"ro"},"Bookmark this groupchat":["Adaugă semn de carte pentru această discuție de grup"],"Would you like this groupchat to be automatically joined upon startup?":["Doriți să vă alăturați acestei discuții de grup automat la pornire?"],"Cancel":["Anulează"],"The name for this bookmark:":["Numele acestui semn de carte:"],"What should your nickname for this groupchat be?":["Ce nume doriți să aveți în această discuție de grup?"],"Save":["Salvare"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Sunteți siguri că doriți să eliminați semnul de carte \"%1$s\"?"],"Error":["Eroare"],"Sorry, something went wrong while trying to save your bookmark.":["Ne pare rău, ceva a mers prost în timp ce se încerca salvarea semnului de carte."],"Leave this groupchat":["Părăsește această discuție de grup"],"Remove this bookmark":["Elimina acest semn de carte"],"Unbookmark this groupchat":["Elimină semnul de carte pentru acestă discuție de grup"],"Show more information on this groupchat":["Arată mai multe informații despre această discuție de grup"],"Click to open this groupchat":["Faceți click pentru a deschide această discuție de grup"],"Click to toggle the bookmarks list":["Faceți click pentru a activa lista de semne de carte"],"Bookmarks":["Semne de carte"],"Sorry, could not determine file upload URL.":["Ne pare rău, nu am putut determina adresa pentru încărcarea fișierului."],"Sorry, could not determine upload URL.":["Ne pare rău, nu am putut determina adresa pentru descărcarea fișierului."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Ne pare rău, nu am putut încărca fișierul dumneavoastră. Răspunsul serverului: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Ne pare rău, nu am putut încărca fișierul dumneavoastră."],"Sorry, looks like file upload is not supported by your server.":["Ne pare rău, se pare că serverul dumneavoastră nu suportă încărcarea de fișiere."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Dimensiunea fișierului dumneavoastră, %1$s, depășește valoarea maximă permisă de server, care este %2$s."],"Sorry, an error occurred:":["Ne pare rău, a apărut o eroare:"],"Close this chat box":["Închide această casetă de discuție"],"Are you sure you want to remove this contact?":["Sunteți siguri că doriți să eliminați acest contact?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Ne pare rău, a apărut o eroare în timp ce se încerca ștergerea %1$s din lista de contacte."],"You have unread messages":["Aveți mesaje necitite"],"Hidden message":["Mesaj ascuns"],"Message":["Mesaj"],"Send":["Trimite"],"Optional hint":["Indiciu opțional"],"Choose a file to send":["Selectați un fișier pentru a fi trimis"],"Remove messages":["Eliminați mesajele"],"Write in the third person":["Scrie la persoana a treia"],"Show this menu":["Arată acest meniu"],"Are you sure you want to clear the messages from this conversation?":["Sunteți siguri că doriți să ștergeți mesajele din această conversație?"],"%1$s has gone offline":["%1$s este deconectat(ă)"],"%1$s has gone away":["%1$s a plecat(ă)"],"%1$s is busy":["%1$s este ocupat(ă)"],"%1$s is online":["%1$s este conectat(ă)"],"Username":["Nume de utilizator"],"user@domain":["utilizator@domeniu"],"Please enter a valid XMPP address":["Vă rugăm să introduceți o adresă XMPP validă"],"Chat Contacts":["Contacte"],"Toggle chat":["Comutare discuție"],"The XMPP server did not offer a supported authentication mechanism":["Serverul XMPP nu oferă un mecanism de autentificare acceptat"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Ne pare rău, nu sa putut face conectarea la gazdă XMPP cu domeniu: %1$s"],"Show more":["Arată mai mult"],"Typing from another device":["Tastează de pe un alt dispozitiv"],"%1$s is typing":["%1$s tastează"],"Stopped typing on the other device":["S-a oprit din scris de pe un alt dispozitiv"],"%1$s has stopped typing":["%1$s s-a oprit din scris"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Micșorează această casetă de discuție"],"Click to restore this chat":["Faceți clic pentru a restabili acestă discuție"],"Minimized":["Micșorată"],"This groupchat is not anonymous":["Această discuție de grup nu este anonimă"],"This groupchat now shows unavailable members":["Această discuție de grup arată acum membrii indisponibili"],"This groupchat does not show unavailable members":["Această discuție de grup nu arată membrii indisponibili"],"The groupchat configuration has changed":["Configurația acestei discuții de grup s-a schimbat"],"groupchat logging is now enabled":["jurnalul discuției de grup este acum activat"],"groupchat logging is now disabled":["jurnalul discuției de grup este acum dezactivat"],"This groupchat is now no longer anonymous":["Această discuție de grup de acum nu mai este anonimă"],"This groupchat is now semi-anonymous":["Această discuție de grup de acum este semi-anonimă"],"This groupchat is now fully-anonymous":["Această discuție de grup de acum este complet anonimă"],"A new groupchat has been created":["O nouă discuție de grup a fost creată"],"You have been banned from this groupchat":["Ați fost excluși(se) din această discuție de grup"],"You have been kicked from this groupchat":["Ați fost dați(te) afară din această discuție de grup"],"You have been removed from this groupchat because of an affiliation change":["Ați fost eliminați(te) din această discuție de grup din cauza unei schimbări de afiliere"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Ați fost eliminați(te) din această discuție de grup deoarece aceasta s-a modificat și acceptă doar membrii, iar dumneavoastră nu sunteți unul(a)"],"You have been removed from this groupchat because the service hosting it is being shut down":["Ați fost înlăturați(te) din această discuție de grup pentru ca serviciul gazdă se oprește"],"%1$s has been banned":[""],"%1$s's nickname has changed":[""],"%1$s has been kicked out":[""],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":[""],"Groupchats found:":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["%1$s nu mai are rol de administrator în această discuție de grup"],"%1$s is no longer an owner of this groupchat":["%1$s nu mai are rol de proprietar în această discuție de grup"],"%1$s is no longer banned from this groupchat":["%1$s nu mai este exclus(ă) din această discuție de grup"],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is now a permanent member of this groupchat":["%1$s acum un(o) membru(ă) permanent(ă) al acestei discuții de grup"],"%1$s has been banned from this groupchat":["%1$s a fost exclus(ă) din această discuție de grup"],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":["Înregistrează un pseudonim pentru această cameră"],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":["Faceți click pentru a menționa %1$s în mesajul dumneavoastră."],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":["Faceți click pentru a vă schimba mesajul de stare"],"Log out":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["Faceți clic pentru a comuta lista de discuții de grup deschise"],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Faceți clic pentru a ascunde aceste contacte"],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":["Faceți click pentru a elimina %1$s din lista de persoane de contact"],"Click to accept the contact request from %1$s":["Faceți clic pentru a accepta solicitarea de contact de la %1$s"],"Click to decline the contact request from %1$s":["Faceți click pentru a refuza solicitarea de contact de la %1$s"],"Click to chat with %1$s (JID: %2$s)":["Faceți click pentru a discuta cu %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is be supported.":[""],"Log in":[""],"Click here to log in anonymously":["Faceți click aici pentru a vă autentifica anonim"],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Remove as contact":[""],"Refresh":[""],"Download":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download video file \"%1$s\"":[""],"Download audio file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;","lang":"ro"},"Bookmark this groupchat":["Adaugă semn de carte pentru această discuție de grup"],"Unbookmark this groupchat":["Elimină semnul de carte pentru acestă discuție de grup"],"Would you like this groupchat to be automatically joined upon startup?":["Doriți să vă alăturați acestei discuții de grup automat la pornire?"],"Cancel":["Anulează"],"The name for this bookmark:":["Numele acestui semn de carte:"],"What should your nickname for this groupchat be?":["Ce nume doriți să aveți în această discuție de grup?"],"Save":["Salvare"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Sunteți siguri că doriți să eliminați semnul de carte \"%1$s\"?"],"Error":["Eroare"],"Sorry, something went wrong while trying to save your bookmark.":["Ne pare rău, ceva a mers prost în timp ce se încerca salvarea semnului de carte."],"Leave this groupchat":["Părăsește această discuție de grup"],"Remove this bookmark":["Elimina acest semn de carte"],"Show more information on this groupchat":["Arată mai multe informații despre această discuție de grup"],"Click to open this groupchat":["Faceți click pentru a deschide această discuție de grup"],"Click to toggle the bookmarks list":["Faceți click pentru a activa lista de semne de carte"],"Bookmarks":["Semne de carte"],"Close this chat box":["Închide această casetă de discuție"],"Are you sure you want to remove this contact?":["Sunteți siguri că doriți să eliminați acest contact?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Ne pare rău, a apărut o eroare în timp ce se încerca ștergerea %1$s din lista de contacte."],"You have unread messages":["Aveți mesaje necitite"],"Hidden message":["Mesaj ascuns"],"Message":["Mesaj"],"Send":["Trimite"],"Optional hint":["Indiciu opțional"],"Choose a file to send":["Selectați un fișier pentru a fi trimis"],"Remove messages":["Eliminați mesajele"],"Write in the third person":["Scrie la persoana a treia"],"Show this menu":["Arată acest meniu"],"Are you sure you want to clear the messages from this conversation?":["Sunteți siguri că doriți să ștergeți mesajele din această conversație?"],"%1$s has gone offline":["%1$s este deconectat(ă)"],"%1$s has gone away":["%1$s a plecat(ă)"],"%1$s is busy":["%1$s este ocupat(ă)"],"%1$s is online":["%1$s este conectat(ă)"],"Username":["Nume de utilizator"],"user@domain":["utilizator@domeniu"],"Please enter a valid XMPP address":["Vă rugăm să introduceți o adresă XMPP validă"],"Chat Contacts":["Contacte"],"Toggle chat":["Comutare discuție"],"Show more":["Arată mai mult"],"Typing from another device":["Tastează de pe un alt dispozitiv"],"%1$s is typing":["%1$s tastează"],"Stopped typing on the other device":["S-a oprit din scris de pe un alt dispozitiv"],"%1$s has stopped typing":["%1$s s-a oprit din scris"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Micșorează această casetă de discuție"],"Click to restore this chat":["Faceți clic pentru a restabili acestă discuție"],"Minimized":["Micșorată"],"This groupchat is not anonymous":["Această discuție de grup nu este anonimă"],"This groupchat now shows unavailable members":["Această discuție de grup arată acum membrii indisponibili"],"This groupchat does not show unavailable members":["Această discuție de grup nu arată membrii indisponibili"],"The groupchat configuration has changed":["Configurația acestei discuții de grup s-a schimbat"],"groupchat logging is now enabled":["jurnalul discuției de grup este acum activat"],"groupchat logging is now disabled":["jurnalul discuției de grup este acum dezactivat"],"This groupchat is now no longer anonymous":["Această discuție de grup de acum nu mai este anonimă"],"This groupchat is now semi-anonymous":["Această discuție de grup de acum este semi-anonimă"],"This groupchat is now fully-anonymous":["Această discuție de grup de acum este complet anonimă"],"A new groupchat has been created":["O nouă discuție de grup a fost creată"],"You have been banned from this groupchat":["Ați fost excluși(se) din această discuție de grup"],"You have been kicked from this groupchat":["Ați fost dați(te) afară din această discuție de grup"],"You have been removed from this groupchat because of an affiliation change":["Ați fost eliminați(te) din această discuție de grup din cauza unei schimbări de afiliere"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Ați fost eliminați(te) din această discuție de grup deoarece aceasta s-a modificat și acceptă doar membrii, iar dumneavoastră nu sunteți unul(a)"],"You have been removed from this groupchat because the service hosting it is being shut down":["Ați fost înlăturați(te) din această discuție de grup pentru ca serviciul gazdă se oprește"],"%1$s has been banned":[""],"%1$s's nickname has changed":[""],"%1$s has been kicked out":[""],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"Description:":[""],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":[""],"Groupchats found:":[""],"Enter a new Groupchat":[""],"Groupchat address":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Join":[""],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":["%1$s nu mai are rol de administrator în această discuție de grup"],"%1$s is no longer an owner of this groupchat":["%1$s nu mai are rol de proprietar în această discuție de grup"],"%1$s is no longer banned from this groupchat":["%1$s nu mai este exclus(ă) din această discuție de grup"],"%1$s is no longer a permanent member of this groupchat":[""],"%1$s is now a permanent member of this groupchat":["%1$s acum un(o) membru(ă) permanent(ă) al acestei discuții de grup"],"%1$s has been banned from this groupchat":["%1$s a fost exclus(ă) din această discuție de grup"],"%1$s is no longer a moderator":[""],"%1$s has been given a voice again":[""],"%1$s has been muted":[""],"%1$s is now a moderator":[""],"Close and leave this groupchat":[""],"Configure this groupchat":[""],"Show more details about this groupchat":[""],"Hide the list of participants":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":[""],"Ban user from groupchat":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register a nickname for this room":["Înregistrează un pseudonim pentru această cameră"],"Revoke user's membership":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"No nickname was specified.":[""],"You are not allowed to create new groupchats.":[""],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":[""],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"Click to mention %1$s in your message.":["Faceți click pentru a menționa %1$s în mesajul dumneavoastră."],"This user is a moderator.":[""],"This user can send messages in this groupchat.":[""],"This user can NOT send messages in this groupchat.":[""],"Moderator":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":[""],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Please enter a valid XMPP username":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":[""],"has gone away":[""],"is busy":[""],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"Sorry, an error happened while trying to save your profile data.":[""],"You can check your browser's developer console for any error output.":[""],"Away":[""],"Busy":[""],"Custom status":[""],"Offline":[""],"Online":[""],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":["Faceți click pentru a vă schimba mesajul de stare"],"Log out":[""],"Your profile":[""],"Are you sure you want to log out?":[""],"online":[""],"busy":[""],"away for long":[""],"away":[""],"offline":[""]," e.g. conversejs.org":[""],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":[""],"Sorry, we're unable to connect to your chosen provider.":[""],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":[""],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":[""],"Now logging you in":[""],"Registered successfully":[""],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["Faceți clic pentru a comuta lista de discuții de grup deschise"],"Open Groupchats":[""],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":[""],"This contact is online":[""],"This contact is offline":[""],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":[""],"Groups":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"Contact name":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Filter":[""],"Filter by contact name":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Click to remove %1$s as a contact":["Faceți click pentru a elimina %1$s din lista de persoane de contact"],"Click to accept the contact request from %1$s":["Faceți clic pentru a accepta solicitarea de contact de la %1$s"],"Click to decline the contact request from %1$s":["Faceți click pentru a refuza solicitarea de contact de la %1$s"],"Click to chat with %1$s (JID: %2$s)":["Faceți click pentru a discuta cu %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":[""],"Contacts":[""],"Add a contact":[""],"Sorry, could not determine upload URL.":["Ne pare rău, nu am putut determina adresa pentru descărcarea fișierului."],"Sorry, could not determine file upload URL.":["Ne pare rău, nu am putut determina adresa pentru încărcarea fișierului."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Ne pare rău, nu am putut încărca fișierul dumneavoastră. Răspunsul serverului: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Ne pare rău, nu am putut încărca fișierul dumneavoastră."],"Sorry, looks like file upload is not supported by your server.":["Ne pare rău, se pare că serverul dumneavoastră nu suportă încărcarea de fișiere."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Dimensiunea fișierului dumneavoastră, %1$s, depășește valoarea maximă permisă de server, care este %2$s."],"Sorry, an error occurred:":["Ne pare rău, a apărut o eroare:"],"The XMPP server did not offer a supported authentication mechanism":["Serverul XMPP nu oferă un mecanism de autentificare acceptat"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Ne pare rău, nu sa putut face conectarea la gazdă XMPP cu domeniu: %1$s"],"You're not allowed to register yourself in this groupchat.":[""],"You're not allowed to register in this groupchat because it's members-only.":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"%1$s has invited you to join a groupchat: %2$s":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Faceți clic pentru a ascunde aceste contacte"],"This room no longer exists":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Groupchat address (JID)":[""],"Description":[""],"Topic":[""],"Topic author":[""],"Online users":[""],"Features":[""],"Password protected":[""],"This groupchat requires a password before entry":[""],"No password required":[""],"This groupchat does not require a password upon entry":[""],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":[""],"This groupchat is restricted to members only":[""],"Anyone can join this groupchat":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"Not anonymous":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"No password":[""],"this groupchat is restricted to members only":[""],"XMPP Username:":[""],"Password:":[""],"password":[""],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Log in":[""],"Click here to log in anonymously":["Faceți click aici pentru a vă autentifica anonim"],"This message has been edited":[""],"Edit this message":[""],"Message versions":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Device without a fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":[""],"Create your account":[""],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":[""],"Register":[""],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Remove as contact":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/ro/LC_MESSAGES/converse.po b/locale/ro/LC_MESSAGES/converse.po index f89772b00..50fa6dd46 100644 --- a/locale/ro/LC_MESSAGES/converse.po +++ b/locale/ro/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 3.3.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-10-10 01:35+0000\n" "Last-Translator: Licaon Kter \n" "Language-Team: Romanian =2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"ru"},"Cancel":["Отменить"],"The name for this bookmark:":["Имя для этой закладки:"],"Save":["Сохранить"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Вы уверены, что хотите удалить закладку \"%1$s\"?"],"Error":["Ошибка"],"Sorry, something went wrong while trying to save your bookmark.":["Извините, что-то пошло не так в момент попытки сохранить вашу закладку."],"Remove this bookmark":["Удалить эту закладку"],"Click to toggle the bookmarks list":["Нажмите, чтобы переключить список закладок"],"Bookmarks":["Закладки"],"Sorry, could not determine file upload URL.":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"Close this chat box":["Закрыть это окно чата"],"Are you sure you want to remove this contact?":["Вы уверены, что хотите удалить этот контакт?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Прости, произошла ошибка при попытке удаления %1$s как контакта."],"You have unread messages":["У тебя есть непрочитанные сообщения"],"Hidden message":["Скрытое сообщение"],"Message":["Сообщение"],"Send":["Отправить"],"Optional hint":["Опционная подсказка"],"Choose a file to send":[""],"Remove messages":["Удалить сообщения"],"Write in the third person":["Вписать третьего человека"],"Show this menu":["Показать это меню"],"Username":["Имя пользователя"],"user@domain":["пользователь@домен"],"Please enter a valid XMPP address":["Пожалуйста, введите действительный XMPP адрес"],"Chat Contacts":["Контакты в чате"],"Toggle chat":["Включить чат"],"The XMPP server did not offer a supported authentication mechanism":["Сервер XMPP не предлагал поддерживаемый механизм аутентификации"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["К сожалению, мы не смогли подключиться к XMPP узлу с доменом: %1$s"],"Typing from another device":["Набирает с другого девайса"],"Stopped typing on the other device":["Перестал набирать с другого девайса"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Свернуть окно чата"],"Click to restore this chat":["Кликните, чтобы развернуть чат"],"Minimized":["Свёрнуто"],"%1$s has been banned":["%1$s был забанен"],"%1$s's nickname has changed":["%1$s сменил псевдоним"],"%1$s has been kicked out":["%1$s был выкинут"],"%1$s has been removed because of an affiliation change":["%1$s был удален из-за изменения членства"],"%1$s has been removed for not being a member":["%1$s был удален из-за того, что не являлся членом"],"Your nickname has been automatically set to %1$s":["Ваш псевдоним был автоматически изменён на: %1$s"],"Your nickname has been changed to %1$s":["Ваш псевдоним был изменён на: %1$s"],"Description:":["Описание:"],"Features:":["Свойства:"],"Requires authentication":["Требуется авторизация"],"Hidden":["Скрыто"],"Requires an invitation":["Требуется приглашение"],"Moderated":["Модерируемая"],"Non-anonymous":["Не анонимная"],"Open":["Открыть"],"Public":["Публичный"],"Semi-anonymous":["Частично анонимный"],"Temporary":["Временный"],"Unmoderated":["Немодерируемый"],"Server address":["Адрес сервера"],"conference.example.org":["например, conference.example.org"],"Optional nickname":["Имя пользователя по умолчанию"],"name@conference.example.org":["например, name@conference.example.org"],"Join":["Присоединиться"],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Ошибка: команда \"%1$s\" принимает два аргумента, пользовательский псевдоним и (опционально) причину."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Дать права администратора"],"Change user role to participant":["Изменить роль пользователя на \"участник\""],"Write in 3rd person":["Писать в третьем лице"],"Grant membership to a user":["Сделать пользователя участником"],"Remove user's ability to post messages":["Запретить отправку сообщений"],"Change your nickname":["Изменить свой псевдоним"],"Grant moderator role to user":["Предоставить права модератора пользователю"],"Revoke user's membership":["Отозвать членство пользователя"],"Allow muted user to post messages":["Разрешить заглушенным пользователям отправлять сообщения"],"The nickname you chose is reserved or currently in use, please choose a different one.":["Выбранный вами псевдоним зарезервирован или используется в настоящее время, выберите другой."],"Please choose your nickname":["Пожалуйста, выберите свой псевдоним"],"Nickname":["Псевдоним"],"Password: ":["Пароль: "],"Submit":["Отправить"],"This action was done by %1$s.":["Это действие было выполнено %1$s."],"The reason given is: \"%1$s\".":["Причиной является: \"%1$s\"."],"No nickname was specified.":["Псевдоним не был указан."],"Remote server not found":[""],"Topic set by %1$s":["Тему установил(а) %1$s"],"Click to mention %1$s in your message.":["Нажмите, чтобы упомянуть %1$s в вашем сообщении."],"This user is a moderator.":["Этот пользователь является модератором."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["Пригласить"],"Please enter a valid XMPP username":["Пожалуйста, введите доступный псевдоним XMPP"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Notification from %1$s":["Уведомление от %1$s"],"%1$s says":["%1$s говорит"],"has gone offline":["вышел из сети"],"has gone away":["отошёл"],"is busy":["занят"],"has come online":["появился в сети"],"wants to be your contact":["хочет быть в вашем списке контактов"],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":["Ваш профиль"],"Close":["Закрыть"],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Отошёл"],"Busy":["Занят"],"Custom status":["Произвольный статус"],"Offline":["Не в сети"],"Online":["В сети"],"Away for long":["Давно отсутствует"],"Change chat status":["Изменить статус чата"],"I am %1$s":["Я %1$s"],"Change settings":["Изменить настройки"],"Click to change your chat status":["Изменить ваш статус"],"Log out":["Выйти"],"Your profile":["Ваш профиль"],"Are you sure you want to log out?":["Вы уверены, что хотите выйти?"],"online":["на связи"],"busy":["занят"],"away for long":["отошёл надолго"],"away":["отошёл"],"offline":["Не в сети"]," e.g. conversejs.org":[" например, conversejs.org"],"Fetch registration form":["Получить форму регистрации"],"Tip: A list of public XMPP providers is available":["Совет. Список публичных XMPP провайдеров доступен"],"here":["здесь"],"Sorry, we're unable to connect to your chosen provider.":["К сожалению, мы не можем подключиться к выбранному вами провайдеру."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["К сожалению, провайдер не поддерживает регистрацию аккаунта через клиентское приложение. Пожалуйста попробуйте выбрать другого провайдера."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Что-то пошло не так при установке связи с \"%1$s\". Вы уверены, что такой адрес существует?"],"Now logging you in":["Осуществляется вход"],"Registered successfully":["Зарегистрирован успешно"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер отклонил вашу попытку зарегистрироваться. Пожалуйста, проверьте, правильно ли введены значения."],"Open Groupchats":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Прости, произошла ошибка при добавлении %1$s в качестве контакта."],"This client does not allow presence subscriptions":["Данный чат-клиент не поддерживает уведомления о статусе"],"Click to hide these contacts":["Кликните, чтобы спрятать эти контакты"],"This contact is busy":["Занят"],"This contact is online":["В сети"],"This contact is offline":["Не в сети"],"This contact is unavailable":["Недоступен"],"This contact is away for an extended period":["Надолго отошёл"],"This contact is away":["Отошёл"],"Groups":["Группы"],"My contacts":["Контакты"],"Pending contacts":["Собеседники, ожидающие авторизации"],"Contact requests":["Запросы на авторизацию"],"Ungrouped":["Несгруппированные"],"Contact name":["Имя контакта"],"Add a Contact":["Добавить контакт"],"XMPP Address":["XMPP адрес"],"name@example.org":["например, name@example.org"],"Add":["Добавить"],"Filter":["Фильтр"],"Filter by contact name":["Фильтр по имени"],"Filter by group name":["Фильтр по названию группы"],"Filter by status":["Фильтр по статусу"],"Any":["Любой"],"Unread":["Непрочитанно"],"Chatty":["Болтливый"],"Extended Away":["Нет на месте долгое время"],"Click to remove %1$s as a contact":["Нажми что-бы удалить %1$s как контакт"],"Click to accept the contact request from %1$s":["Кликни, что-бы принять запрос на добавление от %1$s"],"Click to decline the contact request from %1$s":["Кликни, что-бы отклонить запрос на добавление от %1$s"],"Click to chat with %1$s (JID: %2$s)":["Нажмите для чата с %1$s (Идентификатор Jabber: %2$s)"],"Are you sure you want to decline this contact request?":["Вы уверены, что хотите отклонить запрос от этого контакта?"],"Contacts":["Контакты"],"Add a contact":["Добавть контакт"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Особенности"],"Password protected":["Пароль защищён"],"Members only":["Только для членов"],"Persistent":["Стойкий"],"Only moderators can see your XMPP username":["Только модераторы могут видеть ваш псевдоним XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Архивация сообщений"],"Messages are archived on the server":["Сообщения архивируются на сервере"],"No password":["Нет пароля"],"XMPP Username:":["XMPP Username:"],"Password:":["Пароль:"],"password":["пароль"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is be supported.":[""],"Click here to log in anonymously":["Нажмите здесь, чтобы войти анонимно"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Не имеете учётную запись для чата?"],"Create an account":["Создать учётную запись"],"Create your account":["Создать вашу учётную запись"],"Please enter the XMPP provider to register with:":["Пожалуйста, введите XMPP провайдера для регистрации:"],"Already have a chat account?":["Уже имеете учётную запись чата?"],"Log in here":["Вход в систему"],"Account Registration:":["Регистрация учётной записи:"],"Register":["Регистрация"],"Choose a different provider":["Выберите другого провайдера"],"Hold tight, we're fetching the registration form…":["Подождите немного, мы получаем регистрационную форму…"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download video file \"%1$s\"":[""],"Download audio file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"ru"},"Cancel":["Отменить"],"The name for this bookmark:":["Имя для этой закладки:"],"Save":["Сохранить"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Вы уверены, что хотите удалить закладку \"%1$s\"?"],"Error":["Ошибка"],"Sorry, something went wrong while trying to save your bookmark.":["Извините, что-то пошло не так в момент попытки сохранить вашу закладку."],"Remove this bookmark":["Удалить эту закладку"],"Click to toggle the bookmarks list":["Нажмите, чтобы переключить список закладок"],"Bookmarks":["Закладки"],"Close this chat box":["Закрыть это окно чата"],"Are you sure you want to remove this contact?":["Вы уверены, что хотите удалить этот контакт?"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Прости, произошла ошибка при попытке удаления %1$s как контакта."],"You have unread messages":["У тебя есть непрочитанные сообщения"],"Hidden message":["Скрытое сообщение"],"Message":["Сообщение"],"Send":["Отправить"],"Optional hint":["Опционная подсказка"],"Choose a file to send":[""],"Remove messages":["Удалить сообщения"],"Write in the third person":["Вписать третьего человека"],"Show this menu":["Показать это меню"],"Username":["Имя пользователя"],"user@domain":["пользователь@домен"],"Please enter a valid XMPP address":["Пожалуйста, введите действительный XMPP адрес"],"Chat Contacts":["Контакты в чате"],"Toggle chat":["Включить чат"],"Typing from another device":["Набирает с другого девайса"],"Stopped typing on the other device":["Перестал набирать с другого девайса"],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Свернуть окно чата"],"Click to restore this chat":["Кликните, чтобы развернуть чат"],"Minimized":["Свёрнуто"],"%1$s has been banned":["%1$s был забанен"],"%1$s's nickname has changed":["%1$s сменил псевдоним"],"%1$s has been kicked out":["%1$s был выкинут"],"%1$s has been removed because of an affiliation change":["%1$s был удален из-за изменения членства"],"%1$s has been removed for not being a member":["%1$s был удален из-за того, что не являлся членом"],"Your nickname has been automatically set to %1$s":["Ваш псевдоним был автоматически изменён на: %1$s"],"Your nickname has been changed to %1$s":["Ваш псевдоним был изменён на: %1$s"],"Description:":["Описание:"],"Features:":["Свойства:"],"Requires authentication":["Требуется авторизация"],"Hidden":["Скрыто"],"Requires an invitation":["Требуется приглашение"],"Moderated":["Модерируемая"],"Non-anonymous":["Не анонимная"],"Open":["Открыть"],"Public":["Публичный"],"Semi-anonymous":["Частично анонимный"],"Temporary":["Временный"],"Unmoderated":["Немодерируемый"],"Server address":["Адрес сервера"],"conference.example.org":["например, conference.example.org"],"Optional nickname":["Имя пользователя по умолчанию"],"name@conference.example.org":["например, name@conference.example.org"],"Join":["Присоединиться"],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Ошибка: команда \"%1$s\" принимает два аргумента, пользовательский псевдоним и (опционально) причину."],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Дать права администратора"],"Change user role to participant":["Изменить роль пользователя на \"участник\""],"Write in 3rd person":["Писать в третьем лице"],"Grant membership to a user":["Сделать пользователя участником"],"Remove user's ability to post messages":["Запретить отправку сообщений"],"Change your nickname":["Изменить свой псевдоним"],"Grant moderator role to user":["Предоставить права модератора пользователю"],"Revoke user's membership":["Отозвать членство пользователя"],"Allow muted user to post messages":["Разрешить заглушенным пользователям отправлять сообщения"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Выбранный вами псевдоним зарезервирован или используется в настоящее время, выберите другой."],"Please choose your nickname":["Пожалуйста, выберите свой псевдоним"],"Nickname":["Псевдоним"],"Password: ":["Пароль: "],"Submit":["Отправить"],"This action was done by %1$s.":["Это действие было выполнено %1$s."],"The reason given is: \"%1$s\".":["Причиной является: \"%1$s\"."],"No nickname was specified.":["Псевдоним не был указан."],"Remote server not found":[""],"Topic set by %1$s":["Тему установил(а) %1$s"],"Click to mention %1$s in your message.":["Нажмите, чтобы упомянуть %1$s в вашем сообщении."],"This user is a moderator.":["Этот пользователь является модератором."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["Пригласить"],"Please enter a valid XMPP username":["Пожалуйста, введите доступный псевдоним XMPP"],"Notification from %1$s":["Уведомление от %1$s"],"%1$s says":["%1$s говорит"],"has gone offline":["вышел из сети"],"has gone away":["отошёл"],"is busy":["занят"],"has come online":["появился в сети"],"wants to be your contact":["хочет быть в вашем списке контактов"],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":["Ваш профиль"],"Close":["Закрыть"],"Email":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Отошёл"],"Busy":["Занят"],"Custom status":["Произвольный статус"],"Offline":["Не в сети"],"Online":["В сети"],"Away for long":["Давно отсутствует"],"Change chat status":["Изменить статус чата"],"I am %1$s":["Я %1$s"],"Change settings":["Изменить настройки"],"Click to change your chat status":["Изменить ваш статус"],"Log out":["Выйти"],"Your profile":["Ваш профиль"],"Are you sure you want to log out?":["Вы уверены, что хотите выйти?"],"online":["на связи"],"busy":["занят"],"away for long":["отошёл надолго"],"away":["отошёл"],"offline":["Не в сети"]," e.g. conversejs.org":[" например, conversejs.org"],"Fetch registration form":["Получить форму регистрации"],"Tip: A list of public XMPP providers is available":["Совет. Список публичных XMPP провайдеров доступен"],"here":["здесь"],"Sorry, we're unable to connect to your chosen provider.":["К сожалению, мы не можем подключиться к выбранному вами провайдеру."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["К сожалению, провайдер не поддерживает регистрацию аккаунта через клиентское приложение. Пожалуйста попробуйте выбрать другого провайдера."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Что-то пошло не так при установке связи с \"%1$s\". Вы уверены, что такой адрес существует?"],"Now logging you in":["Осуществляется вход"],"Registered successfully":["Зарегистрирован успешно"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер отклонил вашу попытку зарегистрироваться. Пожалуйста, проверьте, правильно ли введены значения."],"Open Groupchats":[""],"This contact is busy":["Занят"],"This contact is online":["В сети"],"This contact is offline":["Не в сети"],"This contact is unavailable":["Недоступен"],"This contact is away for an extended period":["Надолго отошёл"],"This contact is away":["Отошёл"],"Groups":["Группы"],"My contacts":["Контакты"],"Pending contacts":["Собеседники, ожидающие авторизации"],"Contact requests":["Запросы на авторизацию"],"Ungrouped":["Несгруппированные"],"Contact name":["Имя контакта"],"Add a Contact":["Добавить контакт"],"XMPP Address":["XMPP адрес"],"name@example.org":["например, name@example.org"],"Add":["Добавить"],"Filter":["Фильтр"],"Filter by contact name":["Фильтр по имени"],"Filter by group name":["Фильтр по названию группы"],"Filter by status":["Фильтр по статусу"],"Any":["Любой"],"Unread":["Непрочитанно"],"Chatty":["Болтливый"],"Extended Away":["Нет на месте долгое время"],"Click to remove %1$s as a contact":["Нажми что-бы удалить %1$s как контакт"],"Click to accept the contact request from %1$s":["Кликни, что-бы принять запрос на добавление от %1$s"],"Click to decline the contact request from %1$s":["Кликни, что-бы отклонить запрос на добавление от %1$s"],"Click to chat with %1$s (JID: %2$s)":["Нажмите для чата с %1$s (Идентификатор Jabber: %2$s)"],"Are you sure you want to decline this contact request?":["Вы уверены, что хотите отклонить запрос от этого контакта?"],"Contacts":["Контакты"],"Add a contact":["Добавть контакт"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":["Сервер XMPP не предлагал поддерживаемый механизм аутентификации"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["К сожалению, мы не смогли подключиться к XMPP узлу с доменом: %1$s"],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Прости, произошла ошибка при добавлении %1$s в качестве контакта."],"This client does not allow presence subscriptions":["Данный чат-клиент не поддерживает уведомления о статусе"],"Click to hide these contacts":["Кликните, чтобы спрятать эти контакты"],"The conversation has moved. Click below to enter.":[""],"Topic":[""],"Topic author":[""],"Features":["Особенности"],"Password protected":["Пароль защищён"],"Members only":["Только для членов"],"Persistent":["Стойкий"],"Only moderators can see your XMPP username":["Только модераторы могут видеть ваш псевдоним XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Архивация сообщений"],"Messages are archived on the server":["Сообщения архивируются на сервере"],"No password":["Нет пароля"],"XMPP Username:":["XMPP Username:"],"Password:":["Пароль:"],"password":["пароль"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Click here to log in anonymously":["Нажмите здесь, чтобы войти анонимно"],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":["Не имеете учётную запись для чата?"],"Create an account":["Создать учётную запись"],"Create your account":["Создать вашу учётную запись"],"Please enter the XMPP provider to register with:":["Пожалуйста, введите XMPP провайдера для регистрации:"],"Already have a chat account?":["Уже имеете учётную запись чата?"],"Log in here":["Вход в систему"],"Account Registration:":["Регистрация учётной записи:"],"Register":["Регистрация"],"Choose a different provider":["Выберите другого провайдера"],"Hold tight, we're fetching the registration form…":["Подождите немного, мы получаем регистрационную форму…"],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/ru/LC_MESSAGES/converse.po b/locale/ru/LC_MESSAGES/converse.po index 4c20eb68f..54cecffac 100644 --- a/locale/ru/LC_MESSAGES/converse.po +++ b/locale/ru/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-04-29 18:41+0000\n" "Last-Translator: Anton Tikhomirov \n" "Language-Team: Russian \n" "Language-Team: Turkish =2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"uk"},"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Відміна"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Зберегти"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Ви впевнені, що хочете видалити закладку \"%1$s\"?"],"Error":["Помилка"],"Sorry, something went wrong while trying to save your bookmark.":[""],"Remove this bookmark":["Вилучити цю закладку"],"Click to toggle the bookmarks list":["Натисніть, щоб переключити список закладок"],"Bookmarks":["Закладки"],"Sorry, could not determine file upload URL.":[""],"Sorry, could not determine upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"Are you sure you want to remove this contact?":["Ви впевнені, що хочете видалити цей контакт?"],"Message":["Повідомлення"],"Send":[""],"Optional hint":[""],"Choose a file to send":[""],"Remove messages":["Видалити повідомлення"],"Write in the third person":["Писати від третьої особи"],"Show this menu":["Показати це меню"],"user@domain":[""],"Please enter a valid XMPP address":[""],"Toggle chat":["Включити чат"],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"Typing from another device":[""],"Stopped typing on the other device":[""],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Згорнути це вікно чату"],"Click to restore this chat":["Клацніть, щоб відновити цей чат"],"Minimized":["Мінімізовано"],"Description:":["Опис:"],"Features:":["Особливості:"],"Requires authentication":["Вимагає автентикації"],"Hidden":["Прихована"],"Requires an invitation":["Вимагає запрошення"],"Moderated":["Модерована"],"Non-anonymous":["Не-анонімні"],"Public":["Публічна"],"Semi-anonymous":["Напів-анонімна"],"Unmoderated":["Немодерована"],"conference.example.org":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Призначити користувача адміністратором"],"Write in 3rd person":["Писати в 3-й особі"],"Grant membership to a user":["Надати членство користувачу"],"Remove user's ability to post messages":["Забрати можливість слати повідомлення"],"Change your nickname":["Змінити Ваше прізвисько"],"Grant moderator role to user":["Надати права модератора"],"Register a nickname for this room":[""],"Revoke user's membership":["Забрати членство в користувача"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["Дозволити безголосому користувачу слати повідомлення"],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Nickname":["Прізвисько"],"Password: ":["Пароль:"],"Submit":["Надіслати"],"Remote server not found":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":["Запросіть"],"Please enter a valid XMPP username":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Notification from %1$s":["Сповіщення від %1$s"],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["тепер поза мережею"],"has gone away":["пішов геть"],"is busy":["зайнятий"],"has come online":["зʼявився в мережі"],"wants to be your contact":["хоче бути у вашому списку контактів"],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Далеко"],"Busy":["Зайнятий"],"Custom status":["Власний статус"],"Offline":["Поза мережею"],"Online":["На зв'язку"],"I am %1$s":["Я %1$s"],"Change settings":[""],"Click to change your chat status":["Клацніть, щоб змінити статус в чаті"],"Log out":["Вийти"],"Your profile":[""],"online":["на зв'язку"],"busy":["зайнятий"],"away for long":["давно відсутній"],"away":["відсутній"]," e.g. conversejs.org":[" напр. conversejs.org"],"Fetch registration form":["Отримати форму реєстрації"],"Tip: A list of public XMPP providers is available":["Порада: доступний перелік публічних XMPP-провайдерів"],"here":["тут"],"Sorry, we're unable to connect to your chosen provider.":["На жаль, ми не можемо підключитися до обраного вами провайдера."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Вибачте, вказаний провайдер не підтримує реєстрації онлайн. Спробуйте іншого провайдера."],"Now logging you in":["Входимо"],"Registered successfully":["Успішно зареєстровано"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер відхилив вашу спробу реєстрації. Будь ласка, перевірте введені значення на коректність."],"Open Groupchats":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Клацніть, щоб приховати ці контакти"],"This contact is busy":["Цей контакт зайнятий"],"This contact is online":["Цей контакт на зв'язку"],"This contact is offline":["Цей контакт поза мережею"],"This contact is unavailable":["Цей контакт недоступний"],"This contact is away for an extended period":["Цей контакт відсутній тривалий час"],"This contact is away":["Цей контакт відсутній"],"Groups":["Групи"],"My contacts":["Мої контакти"],"Pending contacts":["Контакти в очікуванні"],"Contact requests":["Запити контакту"],"Ungrouped":["Негруповані"],"Contact name":["Назва контакту"],"XMPP Address":[""],"name@example.org":[""],"Add":["Додати"],"Filter":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Are you sure you want to decline this contact request?":["Ви впевнені, що хочете відхилити цей запит контакту?"],"Contacts":["Контакти"],"Add a contact":["Додати контакт"],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Topic":[""],"Topic author":[""],"Members only":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"XMPP Username:":["XMPP адреса:"],"Password:":["Пароль:"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is be supported.":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":["Створити обліковий запис"],"Create your account":["Створити свій обліковий запис"],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":["Реєстрація облікового запису:"],"Register":["Реєстрація"],"Choose a different provider":["Виберіть іншого провайдера"],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download video file \"%1$s\"":[""],"Download audio file \"%1$s\"":[""]}}} \ No newline at end of file +{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;","lang":"uk"},"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Відміна"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Зберегти"],"Are you sure you want to remove the bookmark \"%1$s\"?":["Ви впевнені, що хочете видалити закладку \"%1$s\"?"],"Error":["Помилка"],"Sorry, something went wrong while trying to save your bookmark.":[""],"Remove this bookmark":["Вилучити цю закладку"],"Click to toggle the bookmarks list":["Натисніть, щоб переключити список закладок"],"Bookmarks":["Закладки"],"Are you sure you want to remove this contact?":["Ви впевнені, що хочете видалити цей контакт?"],"Message":["Повідомлення"],"Send":[""],"Optional hint":[""],"Choose a file to send":[""],"Remove messages":["Видалити повідомлення"],"Write in the third person":["Писати від третьої особи"],"Show this menu":["Показати це меню"],"user@domain":[""],"Please enter a valid XMPP address":[""],"Toggle chat":["Включити чат"],"Typing from another device":[""],"Stopped typing on the other device":[""],"Unencryptable OMEMO message":[""],"Minimize this chat box":["Згорнути це вікно чату"],"Click to restore this chat":["Клацніть, щоб відновити цей чат"],"Minimized":["Мінімізовано"],"Description:":["Опис:"],"Features:":["Особливості:"],"Requires authentication":["Вимагає автентикації"],"Hidden":["Прихована"],"Requires an invitation":["Вимагає запрошення"],"Moderated":["Модерована"],"Non-anonymous":["Не-анонімні"],"Public":["Публічна"],"Semi-anonymous":["Напів-анонімна"],"Unmoderated":["Немодерована"],"conference.example.org":[""],"Optional nickname":[""],"name@conference.example.org":[""],"Forbidden: you do not have the necessary role in order to do that.":[""],"Forbidden: you do not have the necessary affiliation in order to do that.":[""],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":[""],"Error: couldn't find a groupchat participant \"%1$s\"":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"Change user's affiliation to admin":["Призначити користувача адміністратором"],"Write in 3rd person":["Писати в 3-й особі"],"Grant membership to a user":["Надати членство користувачу"],"Remove user's ability to post messages":["Забрати можливість слати повідомлення"],"Change your nickname":["Змінити Ваше прізвисько"],"Grant moderator role to user":["Надати права модератора"],"Register a nickname for this room":[""],"Revoke user's membership":["Забрати членство в користувача"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["Дозволити безголосому користувачу слати повідомлення"],"Error: invalid number of arguments":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Nickname":["Прізвисько"],"Password: ":["Пароль:"],"Submit":["Надіслати"],"Remote server not found":[""],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":["Запросіть"],"Please enter a valid XMPP username":[""],"Notification from %1$s":["Сповіщення від %1$s"],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["тепер поза мережею"],"has gone away":["пішов геть"],"is busy":["зайнятий"],"has come online":["зʼявився в мережі"],"wants to be your contact":["хоче бути у вашому списку контактів"],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"Sorry, could not send the message due to an error.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"Full Name":[""],"XMPP Address (JID)":[""],"Role":[""],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Далеко"],"Busy":["Зайнятий"],"Custom status":["Власний статус"],"Offline":["Поза мережею"],"Online":["На зв'язку"],"I am %1$s":["Я %1$s"],"Change settings":[""],"Click to change your chat status":["Клацніть, щоб змінити статус в чаті"],"Log out":["Вийти"],"Your profile":[""],"online":["на зв'язку"],"busy":["зайнятий"],"away for long":["давно відсутній"],"away":["відсутній"]," e.g. conversejs.org":[" напр. conversejs.org"],"Fetch registration form":["Отримати форму реєстрації"],"Tip: A list of public XMPP providers is available":["Порада: доступний перелік публічних XMPP-провайдерів"],"here":["тут"],"Sorry, we're unable to connect to your chosen provider.":["На жаль, ми не можемо підключитися до обраного вами провайдера."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Вибачте, вказаний провайдер не підтримує реєстрації онлайн. Спробуйте іншого провайдера."],"Now logging you in":["Входимо"],"Registered successfully":["Успішно зареєстровано"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Провайдер відхилив вашу спробу реєстрації. Будь ласка, перевірте введені значення на коректність."],"Open Groupchats":[""],"This contact is busy":["Цей контакт зайнятий"],"This contact is online":["Цей контакт на зв'язку"],"This contact is offline":["Цей контакт поза мережею"],"This contact is unavailable":["Цей контакт недоступний"],"This contact is away for an extended period":["Цей контакт відсутній тривалий час"],"This contact is away":["Цей контакт відсутній"],"Groups":["Групи"],"My contacts":["Мої контакти"],"Pending contacts":["Контакти в очікуванні"],"Contact requests":["Запити контакту"],"Ungrouped":["Негруповані"],"Contact name":["Назва контакту"],"XMPP Address":[""],"name@example.org":[""],"Add":["Додати"],"Filter":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Are you sure you want to decline this contact request?":["Ви впевнені, що хочете відхилити цей запит контакту?"],"Contacts":["Контакти"],"Add a contact":["Додати контакт"],"Sorry, could not determine upload URL.":[""],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":[""],"Sorry, could not succesfully upload your file.":[""],"Sorry, looks like file upload is not supported by your server.":[""],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":[""],"Sorry, an error occurred:":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"Can't register your nickname in this groupchat, it doesn't support registration.":[""],"Can't register your nickname in this groupchat, invalid data form supplied.":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Click to hide these contacts":["Клацніть, щоб приховати ці контакти"],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Topic":[""],"Topic author":[""],"Members only":[""],"Persistent":[""],"This groupchat persists even if it's unoccupied":[""],"This groupchat will disappear once the last person leaves":[""],"All other groupchat participants can see your XMPP username":[""],"Only moderators can see your XMPP username":[""],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":[""],"Messages are archived on the server":[""],"XMPP Username:":["XMPP адреса:"],"Password:":["Пароль:"],"This is a trusted device":[""],"To improve performance, we cache your data in this browser. Uncheck this box if this is a public computer or if you want your data to be deleted when you log out. It's important that you explicitly log out, otherwise not all cached data might be deleted. Please note, when using an untrusted device, OMEMO encryption is NOT available.":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Select all":[""],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":[""],"Remove checked devices and close":[""],"Don't have a chat account?":[""],"Create an account":["Створити обліковий запис"],"Create your account":["Створити свій обліковий запис"],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":[""],"Log in here":[""],"Account Registration:":["Реєстрація облікового запису:"],"Register":["Реєстрація"],"Choose a different provider":["Виберіть іншого провайдера"],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download audio file \"%1$s\"":[""],"Download file \"%1$s\"":[""],"Download image \"%1$s\"":[""],"Download":[""],"Download video file \"%1$s\"":[""]}}} \ No newline at end of file diff --git a/locale/uk/LC_MESSAGES/converse.po b/locale/uk/LC_MESSAGES/converse.po index d953c91f0..587e3a581 100644 --- a/locale/uk/LC_MESSAGES/converse.po +++ b/locale/uk/LC_MESSAGES/converse.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Converse.js 0.7.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-28 23:20+0100\n" +"POT-Creation-Date: 2018-10-29 22:21+0100\n" "PO-Revision-Date: 2018-02-13 19:39+0000\n" "Last-Translator: Максим Якимчук \n" "Language-Team: Ukrainian \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional) ", "homepage": "https://github.com/conversejs/converse.js",