diff --git a/CHANGES.md b/CHANGES.md index 5c93d3f89..23ac76dab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,10 +2,13 @@ ## 5.0.2 (Unreleased) +- `po` translations files are now loaded via Webpack. As a result the `locales_url` + config option is now removed given that the path to the locale JSON files is now + determined by the webpack config and can't be changed at runtime. - The JSON representing emojis is now fetched asynchronously as a separate file `converse.emojis.js`. - Webpack is now configured with a `publicPath` set to `/dist/`. This is necessary - so that chunks (such as the Emojis JSON) can be fetched asynchronously. This - means that all your assets need to be served at `/dist`. If you need to set a + so that chunks (such as the emojis and locales JSON files) can be fetched asynchronously. + This means that all your assets need to be served at `/dist`. If you need to set a different path, you'll need to set `publicPath` in `webpack.config.js` to your preferred path and then rebuild all assets (e.g. `make dist`). diff --git a/Makefile b/Makefile index 99c0c0d21..d847553e3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ JSDOC ?= ./node_modules/.bin/jsdoc LERNA ?= ./node_modules/.bin/lerna OXIPNG ?= oxipng PAPER = -PO2JSON ?= ./node_modules/.bin/po2json RJS ?= ./node_modules/.bin/r.js NPX ?= ./node_modules/.bin/npx SASS ?= ./node_modules/.bin/node-sass @@ -43,7 +42,6 @@ help: @echo " dev Set up the development environment. To force a fresh start, run 'make clean' first." @echo " html Make standalone HTML files of the documentation." @echo " po Generate gettext PO files for each i18n language." - @echo " po2json Generate JSON files from the language PO files." @echo " pot Generate a gettext POT file to be used for translations." @echo " release Prepare a new release of converse.js. E.g. make release VERSION=0.9.5" @echo " serve Serve this directory via a webserver on port 8000." @@ -77,10 +75,6 @@ pot: dist/converse-no-dependencies-es2015.js po: find ./locale -maxdepth 1 -mindepth 1 -type d -exec msgmerge {}/LC_MESSAGES/converse.po ./locale/converse.pot -U \; -.PHONY: po2json -po2json: - find ./locale -maxdepth 1 -mindepth 1 -type d -exec $(PO2JSON) -f jed1.x -d converse {}/LC_MESSAGES/converse.po {}/LC_MESSAGES/converse.json \; - ######################################################################## ## Release management @@ -99,7 +93,6 @@ release: $(SED) -ri 's,cdn.conversejs.org/$(VERSION_FORMAT),cdn.conversejs.org/$(VERSION),' demo/*.html make pot make po - make po2json make build npm pack diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 87d54bc64..45bae0805 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -747,14 +747,13 @@ i18n Specify the locale/language. -The translations for that locale must be available in JSON format at the -`locales_url`_ +The translations for that locale must be served in JSON format at `/dist/locales/${i18n}-LC_MESSAGES-converse-po.js`. +The default webpack configuration for Converse.js ensures that these files are +generated and placed in the right location. If an explicit locale is specified via the ``i18n`` setting and the -translations for that locale are not found at the `locales_url``, then -then Converse will fall back to trying to determine the browser's language -and fetching those translations, or if that fails the default English texts -will be used. +translations for that locale are not found, then Converse will fall back to trying to determine the browser's language +and fetching those translations, or if that fails the default English strings will be used. idle_presence_timeout --------------------- @@ -812,34 +811,6 @@ Any other locales will be ignored. When self-hosting, also make sure that the locales are served and therefore fetchable (via ``XMLHttpRequest``) at the URL specified by :ref:`locales-url`. -.. _`locales-url`: - -locales_url ------------ - -* Default: ``/locale/{{{locale}}}/LC_MESSAGES/converse.json``, - -The URL from where Converse should fetch translation JSON. - -The three curly braces ``{{{ }}}`` are -`Mustache `_-style -variable interpolation which HTML-escapes the value being inserted. It's -important that the inserted value is HTML-escaped, otherwise a malicious script -injection attack could be attempted. - -The variable being interpolated via the curly braces is ``locale``, which is -the value passed in to the `i18n`_ setting, or the browser's locale or the -default local or ``en`` (resolved in that order). - -From version 3.3.0, Converse no longer bundles all translations into its -final build file. Instead, only the relevant translations are fetched at -runtime. - -This change also means that it's no longer possible to pass in the translation -JSON data directly into ``_converse.initialize`` via the `i18n`_ setting. -Instead, you only specify the language code (e.g. `de`) and that language's -JSON translations will automatically be fetched via XMLHTTPRequest at -``locales_url``. locked_domain ------------- diff --git a/index.html b/index.html index 250c88a8b..b321cd4e3 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - + diff --git a/locale/af/LC_MESSAGES/converse.json b/locale/af/LC_MESSAGES/converse.json deleted file mode 100644 index 700877667..000000000 --- a/locale/af/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"af"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Is u seker u wil die boekmerk \"%1$s\" verwyder?"],"Unbookmark this groupchat":["Verwyder hierdie groepgesprek"],"Bookmark this groupchat":["Boekmerk hierdie groepgesprek"],"Would you like this groupchat to be automatically joined upon startup?":["Betree outomaties hierdie groepgesprek sodra aangemeld"],"Cancel":["Kanseleer"],"The name for this bookmark:":["Die naam vir hierdie boekmerk:"],"What should your nickname for this groupchat be?":["Wat sal u bynaam vir hierdie groepgesprek wees?"],"Save":["Stoor"],"Leave this groupchat":["Verlaat hierdie groepgesprek"],"Remove this bookmark":["Verwyder hierdie boekmerk"],"Show more information on this groupchat":["Wys meer inligting aangaande hierdie groepgesprek"],"Click to open this groupchat":["Klik om hierdie groepgesprek te open"],"Click to toggle the bookmarks list":["Klik om die boekmerklys te skakel"],"Bookmarks":["Boekmerke"],"Close this chat box":["Sluit hierdie kletskas"],"Sorry, something went wrong while trying to refresh":["Jammer, 'n fout het voorgekom tydens verfrissing"],"Are you sure you want to remove this contact?":["Is u seker u wil hierdie kontak verwyder?"],"Error":["Fout"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Jammer, 'n fout het voorgekom tydens die verwydering van %1$s as 'n kontak."],"You have unread messages":["U het ongelese boodskappe"],"Hidden message":["Verskuilde boodskap"],"Message":["Boodskap"],"Send":["Stuur"],"Optional hint":["Opsionele wenk"],"Choose a file to send":["Kies 'n lêer om te stuur"],"Click to write as a normal (non-spoiler) message":["Klik om 'n gewone (nie-verskuilde) boodskap te skryf"],"Click to write your message as a spoiler":["Klik om 'n verskuilde boodskap te skryf"],"Clear all messages":["Vee alle boodskappe uit"],"Message characters remaining":["Oorblywende letters"],"Insert emojis":["Voeg 'n emoji by"],"Start a call":["Begin 'n oproep"],"Remove messages":["Verwyder boodskappe"],"Write in the third person":["Skryf in die derde persoon"],"Show this menu":["Vertoon hierdie keuselys"],"You have an unsent message which will be lost if you continue. Are you sure?":["U het 'n ongestuurde boodskap wat verlore sal gaan indien u voortgaan. Is u seker?"],"Are you sure you want to clear the messages from this conversation?":["Is u seker u wil die boodskappe in hierdie gesprek uitvee?"],"%1$s has gone offline":["%1$s is nou aflyn"],"%1$s has gone away":["%1$s het weggegaan"],"%1$s is busy":["%1$s is besig"],"%1$s is online":["%1$s aangemeld"],"Username":["Gebruikersnaam"],"user@domain":["gebruiker@domein"],"Please enter a valid XMPP address":["Verskaf asseblief 'n geldige XMPP address"],"Chat Contacts":["Kontakte"],"Toggle chat":["Klets"],"Show more":["Wys meer"],"Typing from another device":["Tik tans op 'n ander toestel"],"%1$s is typing":["%1$s tik tans"],"Stopped typing on the other device":["Het opgehou tik op 'n ander toestel"],"%1$s has stopped typing":["%1$s het opgehou tik"],"Minimize this chat box":["Minimeer hierdie kletskas"],"Click to restore this chat":["Klik om hierdie klets te herstel"],"Minimized":["Geminimaliseer"],"Description:":["Beskrywing:"],"Groupchat Address (JID):":["Groepgesprek-adres (JID):"],"Participants:":["Deelnemers:"],"Features:":["Eienskappe:"],"Requires authentication":["Benodig magtiging"],"Hidden":["Verskuil"],"Requires an invitation":["Benodig 'n uitnodiging"],"Moderated":["Gemodereer"],"Non-anonymous":["Nie-anoniem"],"Open":["Oop"],"Permanent":["Permanent"],"Public":["Publiek"],"Semi-anonymous":["Deels anoniem"],"Temporary":["Tydelik"],"Unmoderated":["Ongemodereer"],"Affiliation changed":[""],"Query for Groupchats":["Soek vir groepgesprekke"],"Server address":["Bediener adres"],"Show groupchats":["Wys groepgesprekke"],"conference.example.org":["groepgesprekke.voorbeeld.org"],"No groupchats found":["Geen groepgesprekke gevind"],"Groupchats found:":["Groepgesprekke gevind:"],"name@conference.example.org":["naam@konferensie.voorbeeld.org"],"Groupchat name":["Groepgesprek-naam"],"Groupchat address":["groepgesprek-adres"],"Groupchat info for %1$s":["Kennisgewing van %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s is nie meer 'n admin van hierdie groepgesprek nie"],"%1$s is no longer an owner of this groupchat":["%1$s is nie meer eienaar van hierdie groepgesprek nie"],"%1$s is no longer banned from this groupchat":["%1$s is nie meer verban uit hierdie groepgesprek nie"],"%1$s is no longer a member of this groupchat":["%1$s is nie meer 'n lid van hierdie groepgesprek nie"],"%1$s is now a member of this groupchat":["%1$s is nou 'n lid van hierdie groepgesprek"],"%1$s has been banned from this groupchat":["%1$s is uit hierdie groepgesprek verban"],"%1$s is now an %2$s of this groupchat":["%1$s is nou 'n %2$s van hierdie groepgesprek"],"%1$s is no longer a moderator":["%1$s is nie meer 'n moderator nie"],"%1$s has been given a voice":["%1$s het nou 'n stem"],"%1$s has been muted":["%1$s is nou stemloos"],"%1$s is now a moderator":["%1$s is nou 'n moderator"],"Close and leave this groupchat":["Verlaat en sluit hierdie groepgesprek"],"Configure this groupchat":["Verstel hierdie groepgesprek"],"Show more details about this groupchat":["Wys meer inligting aangaande hierdie groepgesprek"],"Hide the list of participants":["Verskuil die lys van deelnemers"],"Forbidden: you do not have the necessary role in order to do that.":["Geen toestemming: jy het nie die benodigde rol om dit te doen nie."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Geen toestemming: jy het nie die benodigde affiliasie om dit te doen nie."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Fout: die \"%1$s\" opdrag neem twee argumente, die gebruiker se bynaam en opsioneel daarby 'n rede."],"Error: couldn't find a groupchat participant based on your arguments":["Fout: kon geen gesprekdeelnemer aanhand van u kriteria vind nie"],"Error: found multiple groupchat participant based on your arguments":["Fout: verskeie gesprek-deelnemers gevind gebaseer op die kriteria"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Jammer, 'n fout het tydens die opdrag voorgekom."],"You can run the following commands":["U kan die volgende opdragte uitvoer"],"Change user's affiliation to admin":["Verander die gebruiker se affiliasie na admin"],"Ban user by changing their affiliation to outcast":["Verban die gebruiker deur sy affiliasie na uitgeworpene te verander"],"Clear the chat area":["Vee die kletsarea uit"],"Change user role to participant":["Verander gebruiker se rol na lid"],"Remove this groupchat":["Verwyder hierdie groepgesprek"],"Kick user from groupchat":["Skop gebruiker uit hierdie groepgesprek"],"Write in 3rd person":["Skryf in die derde persoon"],"Grant membership to a user":["Verleen lidmaatskap aan 'n gebruiker"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Verwyder gebruiker se vermoë om boodskappe te plaas"],"Change your nickname":["Verander u bynaam"],"Grant moderator role to user":["Verleen moderator rol aan gebruiker"],"Grant ownership of this groupchat":["Verleen eienaarskap van hierdie groepgesprek"],"Register your nickname":["Registreer u bynaam"],"Revoke the user's current affiliation":["Herroep die gebruiker se affiliasie"],"Set groupchat subject":["Stel onderwerp vir groepgesprek"],"Set groupchat subject (alias for /subject)":["Stel groepgesprek onderwerp (alias vir /subject)"],"Allow muted user to post messages":["Laat stilgemaakte gebruiker toe om weer boodskappe te plaas"],"Your nickname is \"%1$s\"":["U bynaam is \"%1$s\""],"Error: invalid number of arguments":["Fout: ongeldige aantal argumente"],"This action was done by %1$s.":["Hierdie aksie is uitgevoer deur %1$s."],"The reason given is: \"%1$s\".":["Die gegewe rede is: \"%1$s\"."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s het die groepgesprek verlaat en weer bygetree. \"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s het die groepgesprek verlaat en weer bygetree"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s het die groepgesprek bygetree. \"%2$s\""],"%1$s has entered the groupchat":["%1$s het die groepgesprek bygetree"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s het die groepgesprek bygetree en weer verlaat. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s het die groepgesprek bygetree en weer verlaat"],"%1$s has left the groupchat. \"%2$s\"":["%1$s het die groepgesprek verlaat. \"%2$s\""],"%1$s has left the groupchat":["%1$s het die groepgesprek verlaat"],"Topic set by %1$s":["Onderwerp deur %1$s gestel"],"Topic cleared by %1$s":["Onderwerp verwyder deur %1$s"],"Groupchats":["Groepgesprekke"],"Add a new groupchat":["Voeg 'n nuwe groepgesprek by"],"Query for groupchats":["Soek vir groepgesprekke"],"This groupchat requires a password":["Hiedie groepgesprek vereis 'n wagwoord"],"Password: ":["Wagwoord: "],"Submit":["Dien in"],"Please choose your nickname":["Kies asb. u bynaam"],"Nickname":["Bynaam"],"Enter groupchat":["Betree groepgesprek"],"You need to provide a nickname":["U moet 'n bynaam verskaf"],"Click to mention %1$s in your message.":["Klik om %1$s in u boodskap te noem."],"This user is a moderator.":["Hierdie gebruiker is 'n moderator."],"This user can send messages in this groupchat.":["Hierdie gebruiker kan boodskappe na die groepgesprek stuur."],"This user can NOT send messages in this groupchat.":["Hierdie gebruiker kan NIE boodskappe na die groepgesprek stuur nie."],"Moderator":["Moderator"],"Visitor":["Besoeker"],"Owner":["Eienaar"],"Member":["Lid"],"Admin":["Admin"],"Participants":["Deelnemers"],"Invite":["Nooi uit"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["U is op die drumpel om %1$s na die groepgesprek \"%2$s\" uit te nooi. U mag na keuse 'n boodskap insluit, om bv. 'n rede vir die uitnodiging te gee."],"Notification from %1$s":["Kennisgewing van %1$s"],"%1$s says":["%1$s sê"],"OMEMO Message received":["OMEMO Boodskap ontvang"],"has gone offline":["is nou aflyn"],"has gone away":["het weggegaan"],"is busy":["is besig"],"has come online":["het aanlyn gekom"],"wants to be your contact":["wil jou kontak wees"],"Sorry, an error occurred while trying to remove the devices.":["A fout het voorgekom tydens verwydering van die apparate."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Is u seker dat u nuwe OMEMO-sleutels wil genereer? Dit sal alle ou sleutels verwyder en alle voorheen versleutelde boodskappe sal nie meer ontsleutelbaar wees op hierdie toestel nie."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Jammer, kon nie 'n ontvangde OMEMO-boodskap ontsleutel nie."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Jammer, ons kon nie 'n versleutelde boodskap stuur nie omdat %1$s vereis dat u ingeskryf is vir hulle teenwoordigheids-uitsendings sodat hulle OMEMO-informasie sigbaar is"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Jammer, ons kon nie 'n versleutelde boodskap stuur nie omdat die eksterne bediener vir %1$s nie gevind kon word nie"],"Unable to send an encrypted message due to an unexpected error.":["Kon nie 'n versleutelde boodskap stuur nie agv. 'n onverwagde fout."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Kan nie eind-tot-eind versleuteling in hierdie groepgesprek gebruik nie. Óf die groepgesprek het 'n vorm van anonimiteit, of nie alle deelnemers het ondersteuning vir OMEMO nie."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Kan nie eind-tot-eind versleuteling gebruik nie omdat %1$s 'n kliënt gebruik wat nie OMEMO kan ondersteun nie."],"Sorry, no devices found to which we can send an OMEMO encrypted message.":["Jammer, geen toestelle gevind waarheen ons 'n OMEMO-versleutelde boodskap kan stuur nie."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Hierdie is 'n OMEMO-versleutelde boodskap, wat u sagteware blykbaar nie ondersteun nie. Meer informasie by https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s het blykbaar nie 'n kliënt wat OMEMO ondersteun nie. Vesleutelde boodskappe sal nie moontlik wees in hierdie groepgesprek nie."],"Your avatar image":["U profielbeeld"],"Your Profile":["U profiel"],"Close":["Sluit"],"Email":["E-pos"],"Full Name":["Volle Naam"],"XMPP Address (JID)":["Groepgesprek-adres (JID)"],"Role":["Rol"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Gebruik kommas om rolle te onderskei. Rolle word langs u naam op."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Jammer, 'n fout het voorgekom tydens storing van u profieldata."],"You can check your browser's developer console for any error output.":["U kan die webblaaier se ontwikkelaarkonsole bekyk vir foute."],"Away":["Weg"],"Busy":["Besig"],"Custom status":["Aangepaste status"],"Offline":["Aflyn"],"Online":["Aangemeld"],"Away for long":["Weg vir langer"],"Change chat status":["Verander kletsstatus"],"Personal status message":["Persoonlike status-boodskap"],"About":["Aangaande"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Oopbron %2$s XMPP kletsprogram vrygestel deur %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Vertaal %2$s dit in u eie taal"],"I am %1$s":["Ek is %1$s"],"Change settings":["Verander instellings"],"Click to change your chat status":["Klik om u kletsstatus te verander"],"Log out":["Meld af"],"Show details about this chat client":["Wys inligting aangaande hierdie kletsprogram"],"Your profile":["U profiel"],"Are you sure you want to log out?":["Is u seker u wil afmeld?"],"online":["aangemeld"],"busy":["besig"],"away for long":["weg vir langer"],"away":["weg"],"offline":["afgemeld"]," e.g. conversejs.org":[" bv. conversejs.org"],"Fetch registration form":["Haal tans die registrasie vorm"],"Tip: A list of public XMPP providers is available":["Wenk: 'n lys van openbare XMPP-bedieners is beskikbaar"],"here":["hier"],"Sorry, we're unable to connect to your chosen provider.":["Jammer, ons kon nie 'n verbinding maak met u gekose bediener nie."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Jammer, die gekose bediener bied nie ondersteuning vir in-band registrasie nie. Probeer asb. 'n ander bediener."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Iets het foutgegaan tydens die opstelling van 'n verbinding met %1$s. Is u seker dit bestaan?"],"Now logging you in":["U word nou aangemeld"],"Registered successfully":["Suksesvol geregistreerd"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Die bediener het 'n registrasie-versoek afgeleun. Kontroleer u gegewe waardes vir korrektheid."],"Click to toggle the list of open groupchats":["Klik om die lys van oop groepgesprekke te vertoon/verskuil"],"Open Groupchats":["Oop Groepgesprekke"],"Are you sure you want to leave the groupchat %1$s?":["Is u seker u wil die groepgesprek \"%1$s\" verlaat?"],"This contact is busy":["Hierdie kontak is beset"],"This contact is online":["Die kontak is aangemeld"],"This contact is offline":["Die kontak is afgemeld"],"This contact is unavailable":["Hierdie kontak is nie beskikbaar nie"],"This contact is away for an extended period":["Hierdie kontak is vir 'n uitgebreide tyd afwesig"],"This contact is away":["Hierdie kontak is afwesig"],"Groups":["Groepe"],"Contact name":["Kontaknaam"],"Optional nickname":["Opsionele bynaam"],"Add a Contact":["Voeg 'n kontak by"],"XMPP Address":["XMPP-adres"],"name@example.org":["naam@voorbeeld.org"],"Add":["Voeg by"],"Sorry, could not find a contact with that name":["Jammer, kon nie 'n kontak met daardie naam vind nie"],"This contact has already been added":["Hierdie kontak is reeds bygevoeg"],"Filter":["Filtreer"],"Filter by contact name":["Filtreer volgens kontaknaam"],"Filter by group name":["Filtreer volgens groepnaam"],"Filter by status":["Filtreer volgens status"],"Any":["Enige"],"Unread":["Ongelees"],"Chatty":["Spraaksaam"],"Extended Away":["Langer afwesig"],"Click to remove %1$s as a contact":["Klik om %1$s as kontak te verwyder"],"Click to accept the contact request from %1$s":["Klik om die kontakversoek van %1$s te aanvaar"],"Click to decline the contact request from %1$s":["Klik om die kontakversoek van %1$s te verwyder"],"Click to chat with %1$s (JID: %2$s)":["Klik om te klets met %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Is u seker dat u hierdie kontakversoek wil afleun?"],"Contacts":["Kontakte"],"Add a contact":["Voeg 'n kontak by"],"Re-sync your contacts":["Hersinkroniseer u kontakte"],"Sorry, something went wrong while trying to save your bookmark.":["Jammer, 'n fout het voorgekom tydens storing van u boekmerk."],"Unencryptable OMEMO message":["Onversleutelbare OMEMO-boodskap"],"Sorry, could not determine upload URL.":["Jammer, kon nie die oplaai-adres bepaal nie."],"Sorry, could not determine file upload URL.":["Jammer, kon nie die lêer oplaai-adres bepaal nie."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Jammer, oplaai van u lêer het gefaal. Die bediener se terugvoer: \"%1$s"],"Sorry, could not succesfully upload your file.":["Jammer, oplaai van u lêer het gefaal."],"Sorry, looks like file upload is not supported by your server.":["Jammer, dit blyk asof lêer-oplaai nie deur u bediener ondersteun word nie."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Die grootte van u lêer, %1$s, oortref die maksimum grootte, %2$s, wat deur u bediener toegelaat word."],"Sorry, an error occurred:":["Jammer, 'n fout het voorgekom:"],"The connection has dropped, attempting to reconnect.":["Die konneksie is onderbreek, probeer tans tans om te herkonnekteer."],"An error occurred while connecting to the chat server.":["A fout het voorgekom tydens verbinding met die gesprekbediener."],"Your Jabber ID and/or password is incorrect. Please try again.":["U Jabber ID en/of wagwoord is verkeerd. Probeer asseblief weer."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Jammer, ons kon nie 'n verbinding met die XMPP domein \"%1$s\" opstel nie"],"The XMPP server did not offer a supported authentication mechanism":["Die XMPP bediener het nie 'n bruikbare verifikasiemeganisme aangebied nie"],"This groupchat is not anonymous":["Hierdie groepgesprek is nie anoniem nie"],"This groupchat now shows unavailable members":["Hierdie groepgesprek wys nou onbeskikbare lede"],"This groupchat does not show unavailable members":["Hierdie groepgesprek wys nie onbeskikbare lede nie"],"The groupchat configuration has changed":["Die groepgesprek se instellings het verander"],"groupchat logging is now enabled":["groepgesprek log is nou aangeskakel"],"groupchat logging is now disabled":["groepgesprek log is nou afgeskakel"],"This groupchat is now no longer anonymous":["Hiedie groepgesprek is nie meer anoniem nie"],"This groupchat is now semi-anonymous":["Hierdie groepgesprek is nou gedeeltelik anoniem"],"This groupchat is now fully-anonymous":["Hierdie groepgesprek is nou ten volle anoniem"],"A new groupchat has been created":["'n Nuwe groepgesprek is geskep"],"Your nickname has been automatically set to %1$s":["U bynaam is outomaties gestel na %1$s"],"Your nickname has been changed to %1$s":["U bynaam is verander na %1$s"],"You have been banned from this groupchat":["Jy is uit die groepgesprek verban"],"You have been kicked from this groupchat":["Jy is uit die groepgesprek geskop"],"You have been removed from this groupchat because of an affiliation change":["Jy is vanuit die groepgesprek verwyder a.g.v 'n verandering van affiliasie"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Jy is vanuit die groepgesprek verwyder omdat die groepgesprek nou slegs tot lede beperk word en jy nie 'n lid is nie"],"You have been removed from this groupchat because the service hosting it is being shut down":["U is van hierdie groepgesprek verwyder aangesien die MUC (Multi-user chat) diens nou afgeskakel word"],"%1$s has been banned":["%1$s is verban"],"%1$s's nickname has changed":["%1$s se bynaam het verander"],"%1$s has been kicked out":["%1$s is uitgeskop"],"%1$s has been removed because of an affiliation change":["%1$s is verwyder a.g.v 'n verandering van affiliasie"],"%1$s has been removed for not being a member":["%1$s is nie 'n lid nie, en dus verwyder"],"You're not allowed to register yourself in this groupchat.":["U het geen toestemming om uself in hierdie groepgesprek te registreer nie."],"You're not allowed to register in this groupchat because it's members-only.":["U het geen toestemming om uself in hierdie groepgesprek te registreer nie, omdat dit slegs toeganklik vir lede is."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Kan nie u bynaam in hierdie groepgesprek registreer nie, dit word nie ondersteun nie."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Kan nie u bynaam in hierdie groepgesprek registreer nie, ongeldige data is ingevoer."],"Your message was not delivered because you're not allowed to send messages in this groupchat.":["U boodskap is nie afgelewer nie want u word nie toegelaat om boodskappe in hierdie groepgesprek te stuur nie."],"Your message was not delivered because you're not present in the groupchat.":["U boodskap is nie afgelewer nie want u is nie tans in hierdie groepgesprek teenwoordig nie."],"The nickname you chose is reserved or currently in use, please choose a different one.":["Die bynaam wat u gekies het is gereserveer of tans in gebruik, kies asb. 'n ander een."],"Password incorrect":["Verkeerde wagwoord"],"You are not on the member list of this groupchat.":["Jy is nie op die ledelys van hierdie groepgesprek nie."],"You have been banned from this groupchat.":["Jy is uit die groepgesprek verban."],"You are not allowed to create new groupchats.":["U word nie toegelaat om nog groepgesprekke te skep nie."],"Your nickname doesn't conform to this groupchat's policies.":["U bynaam voldoen nie aan die groepgesprek se beleid nie."],"This groupchat does not (yet) exist.":["Hierdie groepgesprek bestaan tans (nog) nie."],"This groupchat has reached its maximum number of participants.":["Hierdie groepgesprek het sy maksimum aantal deelnemers bereik."],"Remote server not found":["Afgeleë bediener nie gevind nie"],"The explanation given is: \"%1$s\".":["Die gegewe rede is: \"%1$s\"."],"%1$s has invited you to join a groupchat: %2$s":["%1$s het u uitgenooi om die groepgesprek %2$s by te tree"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s het u uitgenooi om die groepgesprek %2$s by te tree, en het die volgende rede verskaf: \"%3$s\""],"My contacts":["My kontakte"],"Pending contacts":["Afwagtende kontakte"],"Contact requests":["Kontakversoeke"],"Ungrouped":["Ongegroepeer"],"Sorry, there was an error while trying to add %1$s as a contact.":["Jammer, 'n fout het voorgekom tydens die toevoeging van %1$s as 'n kontak."],"This client does not allow presence subscriptions":["Hierdie kliënt bied geen ondersteuning vir teenwoordigheids-inskrywings"],"Click to hide these contacts":["Klik om hierdie kontakte te verskuil"],"Enter a new Groupchat":["Betree 'n nuwe groepgesprek"],"This field is required":["Hierdie veld is verpligtend"],"Join":["Betree"],"You're not allowed to send messages in this room":["U het geen toestemming om boodskappe in hierdie groepgesprek te stuur nie"],"This groupchat no longer exists":["Hierdie groepgesprek bestaan nie meer nie"],"The conversation has moved. Click below to enter.":["Hierdie gesprek is verskuif. Klik hieronder om deel te neem."],"Name":["Naam"],"Groupchat address (JID)":["Groepgesprek-adres (JID)"],"Description":["Beskrywing"],"Topic":["Onderwerp"],"Topic author":["Outeur van onderwerp"],"Online users":["Aanlyn gebruikers"],"Features":["Eienskappe"],"Password protected":["Beveilig met 'n wagwoord"],"This groupchat requires a password before entry":["Hiedie groepgesprek vereis 'n wagwoord voor toegang"],"No password required":["Geen wagwoord benodig"],"This groupchat does not require a password upon entry":["Hiedie groepgesprek vereis nie 'n wagwoord voor toegang nie"],"This groupchat is not publicly searchable":["Hierdie groepgesprek is nie openbaar vindbaar nie"],"This groupchat is publicly searchable":["Hierdie groepgesprek is openbaar vindbaar"],"Members only":["Slegs lede"],"This groupchat is restricted to members only":["Hiedie groepgesprek is slegs toeganklik vir lede"],"Anyone can join this groupchat":["Enige iemand kan hierdie groepgesprek bytree"],"Persistent":["Blywend"],"This groupchat persists even if it's unoccupied":["Hierdie groepgesprek bly bestaan, selfs as niemand aanwesig is nie"],"This groupchat will disappear once the last person leaves":["Hierdie groepgesprek sal verdwyn sodra die laaste deelnemer dit verlaat het"],"Not anonymous":["Nie-anoniem"],"All other groupchat participants can see your XMPP address":["All andere groepgesprek deelnemers kan u XMPP-adres sien"],"Only moderators can see your XMPP address":["Slegs moderators kan u XMPP-adres sien"],"Participants entering this groupchat need to request permission to write":["Deelnemers aan hierdie groepgesprek het toestemming nodig om boodskappe te kan stuur"],"Not moderated":["Ongemodereer"],"Participants entering this groupchat can write right away":["Deelnemers aan hierdie groepgesprek kan onmiddelik boodskappe stuur"],"Message archiving":["Boodskap-argivering"],"Messages are archived on the server":["Boodskappe word gestoor op die bediener"],"No password":["Geen wagwoord"],"this groupchat is restricted to members only":["Hiedie groepgesprek is beperk to lede"],"Uploading file:":["Laai lêer tans op:"],"XMPP Address:":["XMPP Adres:"],"Password:":["Wagwoord:"],"password":["wagwoord"],"This is a trusted device":["Hierdie toestel word vertrou"],"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.":["Om prestasie te verbeter, stoor ons data in die kasgeheue van die webblaaier. Ontkruis hierdie aankruisvak indien hierdie 'n openbare rekenaar is, of indien u wil hê dat u data verwyder moet word na afmelding. Dit is belangrik dat u eksplisiet afmeld, anders mag al die data in kasgeheue nie verwyder word nie. Wees bedag, wanneer u 'n onvertroude toestel gebruik, dat OMEMO versleuteling nie moontlik is nie."],"Log in":["Log in"],"Click here to log in anonymously":["Klik hier om anoniem in te log"],"This message has been edited":["Hierdie boodskap is gewysig"],"Edit this message":["Wysig hierdie boodskap"],"Message versions":["Boodskap weergawes"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Stoor en sluit"],"This device's OMEMO fingerprint":["Hierdie toestel se OMEMO vingerafdruk"],"Generate new keys and fingerprint":["Genereer nuwe sleutels en vingerafdruk"],"Select all":["Kies alle"],"Checkbox to select fingerprints of all other OMEMO devices":["Aankruisvak om vingerafdrukke van alle andere OMEMO-apparate te kies"],"Other OMEMO-enabled devices":["Ander OMEMO-ondersteunende apparate"],"Checkbox for selecting the following fingerprint":["Aankruisvak om die volgende vingerafdruk te kies"],"Device without a fingerprint":["Toestel sonder 'n vingerafdruk"],"Remove checked devices and close":["Verwyder gekose apparate en sluit"],"Don't have a chat account?":["Het u nie 'n chat-rekening nie?"],"Create an account":["Skep 'n rekening"],"Create your account":["Skep u kontak"],"Please enter the XMPP provider to register with:":["Kies asb. die XMPP-bediener waarby u wil registreer:"],"Already have a chat account?":["Het u reeds 'n kletsrekening?"],"Log in here":["Meld hier aan"],"Account Registration:":["Registrasie:"],"Register":["Registreer"],"Choose a different provider":["Kies 'n ander aanbieder"],"Hold tight, we're fetching the registration form…":["Wag 'n bietjie, ons gaan haal die registrasievorm…"],"Messages are being sent in plaintext":["Boodskappe word onversleutel gestuur"],"The User's Profile Image":["Die gebruiker se profielbeeld"],"Full Name:":["Volle Naam:"],"Nickname:":["Bynaam:"],"URL:":["URL:"],"Email:":["E-pos:"],"Role:":["Rol:"],"OMEMO Fingerprints":["OMEMO vingerafdrukke"],"Trusted":["Vertroud"],"Untrusted":["Onvertroud"],"Refresh":["Verfris"],"Remove as contact":["Verwyder as kontak"],"Download audio file \"%1$s\"":["Laai oudio lêer af: \"%1$s\""],"Download file \"%1$s\"":["Laai lêer af: \"%1$s\""],"Download image \"%1$s\"":["Laai beeld af: \"%1$s\""],"Download":["Laai af"],"Download video file \"%1$s\"":["Laai video lêer af: \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/af/LC_MESSAGES/converse.po b/locale/af/LC_MESSAGES/converse.po index 8c2801682..778362e78 100644 --- a/locale/af/LC_MESSAGES/converse.po +++ b/locale/af/LC_MESSAGES/converse.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Converse.js 0.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-08-14 12:46+0200\n" -"PO-Revision-Date: 2019-08-14 12:42+0200\n" +"PO-Revision-Date: 2019-08-23 10:16+0200\n" "Last-Translator: JC Brand \n" "Language-Team: Afrikaans \n" diff --git a/locale/ar/LC_MESSAGES/converse.json b/locale/ar/LC_MESSAGES/converse.json deleted file mode 100644 index 2ee747212..000000000 --- a/locale/ar/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"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"},"Are you sure you want to remove the bookmark \"%1$s\"?":["هل أنت متأكد أنك تريد إزالة الفاصلة المرجعية \"%1$s\" ؟"],"Unbookmark this groupchat":["تنحية فريق المحادثة مِن الفواصل المرجعية"],"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":["حفظ"],"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":["غلق نافذة المحادثة هذه"],"Sorry, something went wrong while trying to refresh":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الاحتفاظ بالفواصل المرجعية"],"Are you sure you want to remove this contact?":["هل أنت متأكد أنك تريد حذف هذا المراسل ؟"],"Error":["خطأ"],"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":["اختر الملف الذي تريد إرساله"],"Clear all messages":["تنظيف كافة الرسائل"],"Insert emojis":["إدراج وجه مبتسم"],"Start a call":["إبدأ مكالمة"],"Remove messages":["حذف الرسائل"],"Write in the third person":["كتابة لشخص ثالث"],"Show this menu":["اظهار هذه القائمة"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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 توقّفَ عن الكتابة"],"Minimize this chat box":["تصغير نافذة المحادثة هذه"],"Click to restore this chat":["أنقر لاستعادة هذه المحادثة"],"Minimized":["تصغير"],"Description:":["التفاصيل :"],"Groupchat Address (JID):":["عنوان فريق المحادثة (JID) :"],"Participants:":["المشتركون :"],"Features:":["الميزات :"],"Requires authentication":["يتطلّب المصادقة"],"Hidden":["خفية"],"Requires an invitation":["تستلزم دعوة"],"Moderated":["تحت الإشراف"],"Non-anonymous":["غير مجهولة"],"Open":["مفتوحة"],"Permanent":["دائم"],"Public":["عمومية"],"Semi-anonymous":["مجهولة نسبيًا"],"Temporary":["مُؤقّتة"],"Unmoderated":["ليست تحت الإشراف"],"Affiliation changed":[""],"Query for Groupchats":["البحث عن فِرق محادثة"],"Server address":["عنوان الخادوم"],"Show groupchats":["عرض فِرَق المحادثة"],"conference.example.org":["conference.example.org"],"No groupchats found":["لم يتم العثور على أي فريق محادثة"],"Groupchats found:":["تم العثور على فِرَق المحادثة :"],"name@conference.example.org":["name@conference.example.org"],"Groupchat name":["اسم المحادثة الجماعية"],"Groupchat address":["عنوان فريق المحادثة"],"Groupchat info for %1$s":["معلومات فريق المحادثة %1$s"],"%1$s is no longer an admin of this groupchat":["لم يعد %1$s مديرا لفريق المحادثة هذا بعد الآن"],"%1$s is no longer an owner of this groupchat":["لم يعد %1$s مالكا لفريق المحادثة الجماعية هذا"],"%1$s has been banned from this groupchat":["لقد تم طردُ %1$s مِن فريق المحادثة هذا"],"%1$s is now an %2$s of this groupchat":["أصبح الآن %1$s %2$s لفريق المحادثة هذا"],"%1$s is no longer a moderator":["لم يعُد %1$s مِن المُشْرِفين"],"%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.":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":["تغيير دور المستخدم إلى صفة مدير"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["تغيير دور المستخدِم إلى مُشترِك"],"Remove this groupchat":["إزالة فريق المحادثة هذا"],"Kick user from groupchat":["طرد المستخدِم مؤقتًا مِن فريق المحادثة"],"Write in 3rd person":[""],"Grant membership to a user":["منح صفة العضوية لمستخدِم"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["منع المستخدم مِن بعث رسائل"],"Change your nickname":["غيّر إسمك المُستعار"],"Grant moderator role to user":["ترقية المستخدِم إلى رتبة مشرف"],"Grant ownership of this groupchat":["منح صفة ملكية فريق المحادثة للمستخدِم"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["تحديد موضوع فريق المحادثة"],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["السماح للمستخدم المكتوم نشر رسائل"],"Error: invalid number of arguments":[""],"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. \"%2$s\"":["لقد انسحب %1$s مِن فريق المحادثة ثم قام بالالتحاق به مجددا. \"%2$s\""],"%1$s has left and re-entered the groupchat":["لقد انسحب %1$s مِن فريق المحادثة ثم قام بالإلتحاق به مجددا"],"%1$s has entered the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة. \"%2$s\""],"%1$s has entered the groupchat":["لقد إلتحق %1$s بفريق المحادثة"],"%1$s has entered and left the groupchat. \"%2$s\"":["لقد إلتحق %1$s بفريق المحادثة ثم غادره. \"%2$s\""],"%1$s has entered and left the groupchat":["لقد إلتحق %1$s بفريق المحادثة ثم غادره"],"%1$s has left the groupchat. \"%2$s\"":["غادر %1$s فريق المحادثة. \"%2$s\""],"%1$s has left the groupchat":["غادر %1$s فريق المحادثة"],"Topic set by %1$s":["قام %1$s بتحديد الموضوع"],"Topic cleared by %1$s":["قام %1$s بمحو الموضوع"],"Groupchats":["فِرَق المحادثة"],"Add a new groupchat":["إضافة فريق محادثة جديد"],"Query for groupchats":["البحث عن فِرَق للمحادثة"],"This groupchat requires a password":["فريق المحادثة مؤمَّن بكلمة سرية"],"Password: ":["كلمة السر : "],"Submit":["إرسال"],"Please choose your nickname":["يرجى اختيار إسمك المُستعار"],"Nickname":["الإسم المُستعار"],"Enter groupchat":["الإلتحاق بفريق المحادثة"],"You need to provide a nickname":[""],"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.":[""],"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.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة حذف الأجهزة."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":["آسف ، لقد تعذر فك تشفير رسالة OMEMO المتلقاة بسبب خطا."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":["المعذرة، لا يمكن إرسال رسالة مشفرة بسبب حدوث خطأ غير متوقع."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["صورتك الرمزية"],"Your Profile":["ملفك الشخصي"],"Close":["إغلاق"],"Email":["البريد الإلكتروني"],"Full Name":["الإسم الكامل"],"XMPP Address (JID)":["عنوان XMPP (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":["رسالة الحالة الخاصة"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["برنامج %1$sحر ومفتوح المصدر%2$s للمحادثة عبر XMPP طوّره لكم %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s ترجموه %2$s إلى لغتكم"],"I am %1$s":["أنا %1$s"],"Change settings":["تغيير الإعدادات"],"Click to change your chat status":["أنقر لتغيير حالتك للدردشة"],"Log out":["الخروج"],"Show details about this chat client":["عرض المزيد مِن التفاصيل عن برنامج المحادثة هذا"],"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?":[""],"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":["الفِرَق"],"Contact name":["إسم المراسل"],"Optional nickname":["إسم مستعار اختياري"],"Add a Contact":["إضافة مراسل"],"XMPP Address":["عنوان XMPP"],"name@example.org":["name@example.org"],"Add":["إضافة"],"Sorry, could not find a contact with that name":[""],"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":["إضافة مراسل"],"Re-sync your contacts":["أعد مزامنة قائمة مراسليك"],"Sorry, something went wrong while trying to save your bookmark.":["المعذرة، لقد طرأ هناك خطأ أثناء محاولة الإحتفاظ بالفواصل المرجعية."],"Unencryptable OMEMO message":["رسالة أوميمو غير مشفّرة"],"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 connection has dropped, attempting to reconnect.":["لقد إنقطع الإتصال، عملية إعادة الربط جارية."],"An error occurred while connecting to the chat server.":["طرأ هناك خطأ أثناء الربط بخادم المحادثة."],"Your Jabber ID and/or password is incorrect. Please try again.":["مُعرِّف جابر الخاص بك أو كلمتك السرية خاطئة. يرجى إعادة المحاولة ثانية."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["عذرا، لم نتمكن مِن الاتصال بخادوم XMPP عبر النطاق : %1$s"],"The XMPP server did not offer a supported authentication mechanism":[""],"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":["تم إنشاء فريق محادثة جديد"],"Your nickname has been automatically set to %1$s":["لقد تم تغيير إسمك المستعار آليا إلى %1$s"],"Your nickname has been changed to %1$s":["لقد تم تغيير إسمك المُستعار إلى %1$s"],"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 بسبب تغير في الانتساب"],"%1$s has been removed for not being a member":["تمت إزالة %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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["إنّ الإسم المستعار الذي قمت باختياره محجوز أو مُستعمَل حاليا مِن طرف شخص آخَر، يُرجى اختيار إسمٍ آخَر."],"You are not on the member list of this groupchat.":["أنت لست مِن بين قائمة أعضاء فريق المحادثة هذا."],"You have been banned from this groupchat.":["لقد تم طردُك مِن فريق المحادثة هذا."],"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\"."],"%1$s has invited you to join a groupchat: %2$s":["قام %1$s بدعوتك للإلتحاق بفريق المحادثة : %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["قام %1$s بدعوتك للالتحاق بفريق المحادثة : %2$s لهذا السبب: \"%3$s\""],"My contacts":["جهات إتصالي"],"Pending contacts":["المُراسلون المُعلّقون"],"Contact requests":["طلبات التراسل"],"Ungrouped":["بدون فريق"],"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":["أْنقُر لإخفاء هؤلاء المراسلين"],"Enter a new Groupchat":["الدخول إلى فريق محادثة جديد"],"This field is required":[""],"Join":["الإلتحاق بالغرفة"],"This groupchat no longer exists":["فريق المحادثة هذا لم يعد موجودا"],"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 address":["يُمكن لكافة المشارِكين في فريق المحادثة الإطلاع على عنوان XMPP الخاص بك"],"Only moderators can see your XMPP address":["بإمكان المشرفين فقط رؤية عنوان 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":["فريق المحادثة الحالي مخصص للأعضاء المُنتمين إليه فقط"],"Uploading file:":[""],"XMPP Address:":["عنوان XMPP:"],"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":["أرشفة الرسائل"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["حفظ وإغلاق"],"This device's OMEMO fingerprint":["بصمة أوميمو الخاصة بهذا الجهاز"],"Generate new keys and 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":["الصورة الشخصية للمستخدم"],"Full Name:":["الإسم الكامل:"],"Nickname:":["الإسم المُستعار:"],"URL:":[""],"Email:":["البريد الإلكتروني:"],"Role:":["الدور:"],"OMEMO Fingerprints":["بصمات أوميمو"],"Trusted":["موثوق فيه"],"Untrusted":["غير موثوق فيه"],"Refresh":["تحديث"],"Remove as contact":["إزالة مِن المراسِلين"],"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/bg/LC_MESSAGES/converse.json b/locale/bg/LC_MESSAGES/converse.json deleted file mode 100644 index 696d1f859..000000000 --- a/locale/bg/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"bg"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Сигурни ли сте, че искате да премахнете отметката „%1$s“?"],"Cancel":["Отменяне"],"The name for this bookmark:":["Името за тази отметка:"],"Save":["Запис"],"Remove this bookmark":["Премахване на тази отметка"],"Click to toggle the bookmarks list":["Натиснете за скриване/показване на списъка с отметки"],"Bookmarks":["Отметки"],"Close this chat box":["Затваряне на това прозорче за разговори"],"Are you sure you want to remove this contact?":["Сигурни ли сте, че искате да премахнете този познат?"],"Error":[""],"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":[""],"Click to write as a normal (non-spoiler) message":["Натиснете за писане на нормално (неакордеонно) съобщение"],"Click to write your message as a spoiler":["Натиснете, за да пишете съобщение, разгъващо се като акордеон"],"Clear all messages":["Изчистване на всички съобщения"],"Start a call":["Обаждане"],"Remove messages":["Премахване на съобщения"],"Write in the third person":["Писане от трето лице"],"Show this menu":["Показване на това меню"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Username":["Потребителско име"],"user@domain":["потребител@област"],"Please enter a valid XMPP address":["Моля въведете действителен XMPP адрес"],"Toggle chat":["Разговори"],"Typing from another device":["Пише от друго устройство"],"Stopped typing on the other device":["Спря да пише на другото устройство"],"Minimize this chat box":["Минимизиране на това прозорче за разговори"],"Click to restore this chat":["Натисне за възстановяване на този разговор"],"Minimized":["Минимизирани"],"Description:":["Описание:"],"Features:":["Свойства:"],"Requires authentication":["Изисква удостоверяване"],"Hidden":["Скрита"],"Requires an invitation":["Изисква покана"],"Moderated":["Модерирана"],"Non-anonymous":["Неанонимна"],"Open":["Отворена"],"Public":["Обществена"],"Semi-anonymous":["Полуанонимна"],"Temporary":["Временна"],"Unmoderated":["Немодерирана"],"Affiliation changed":[""],"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.":["Грешка: командата “%1$s” приема два аргумента – краткото име на потребителя и, по желание, причина."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":["Промяна на ролята на потребителя на администратор"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Променяне на ролята на потребителя на участник"],"Write in 3rd person":["Писане от трето лице"],"Grant membership to a user":["Даване на членство на потребител"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Премахване на възможността на потребителя да публикува съобщения"],"Change your nickname":["Промяна на краткото ви име"],"Grant moderator role to user":["Даване на роля модератор на потребителя"],"Revoke the user's current affiliation":[""],"Allow muted user to post messages":["Позволяване на заглушен потребител да публикува съобщения"],"Error: invalid number of arguments":[""],"This action was done by %1$s.":["Това действие беше извършено от %1$s."],"The reason given is: \"%1$s\".":["Дадената причина е: „%1$s“."],"Password: ":["Парола: "],"Submit":["Изпращане"],"Please choose your nickname":["Моля изберете си кратко име"],"Nickname":["Кратко име"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Натиснете за да споменете %1$s в съобщението си."],"This user is a moderator.":["Този потребител е модератор."],"Visitor":[""],"Owner":[""],"Admin":[""],"Participants":[""],"Invite":["Поканване"],"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":["иска да се свърже с вас"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"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":[""],"You can check your browser's developer console for any error output.":[""],"Away":["Отсъстващ(а)"],"Busy":["Зает(а)"],"Custom status":["Състояние чрез въвеждане"],"Offline":["Изключен(а)"],"Online":["Включен(а)"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Аз съм %1$s"],"Change settings":[""],"Click to change your chat status":["Натиснете, за да промените състоянието си за разговор"],"Log out":["Излизане"],"Your profile":[""],"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":["Групи"],"Contact name":["Име на познатия"],"XMPP Address":[""],"Add":["Добавяне"],"Sorry, could not find a contact with that name":[""],"Filter":["Подбор"],"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, something went wrong while trying to save your bookmark.":["Извинете, нещо се обърка при опита за записване на отметката ви."],"Unencryptable OMEMO message":[""],"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 connection has dropped, attempting to reconnect.":["Връзката е прекъснала, опитва се повторно свързване."],"An error occurred while connecting to the chat server.":["Възникна грешка при свързване към сървъра за разговори."],"Your Jabber ID and/or password is incorrect. Please try again.":["Вашето джабер ID и/или парола са погрешни. Моля опитайте отново."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Извинете, не можахме да се свържем към XMPP хоста с областта: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["XMPP сървърът не предложи поддържан удостоверителен механизъм"],"Your nickname has been automatically set to %1$s":["Вашето кратко име беше автоматично установено на %1$s"],"Your nickname has been changed to %1$s":["Краткото ви име беше променено на %1$s"],"%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 беше премахнат, защото не е член"],"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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Краткото име, което избрахте, е запазено или понастоящем се ползва, моля изберете друго."],"Remote server not found":[""],"My contacts":["Моите познати"],"Pending contacts":["Изчакващи потвърждение познати"],"Contact requests":["Заявки за познанство"],"Ungrouped":["Негрупирани"],"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 field is required":[""],"The conversation has moved. Click below to enter.":[""],"Name":[""],"Topic":[""],"Topic author":[""],"Features":["Свойства"],"Password protected":["Защитена с парола"],"Members only":["Само за членове"],"Persistent":["Постоянна"],"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":["Без парола"],"Uploading file:":[""],"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":["Натиснете тук, за да влезете анонимно"],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Full Name:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"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/ca/LC_MESSAGES/converse.json b/locale/ca/LC_MESSAGES/converse.json deleted file mode 100644 index 385fce5d4..000000000 --- a/locale/ca/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"ca"},"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Cancel·la"],"The name for this bookmark:":[""],"What should your nickname for this groupchat be?":[""],"Save":["Desa"],"Remove this bookmark":[""],"Bookmarks":[""],"Close this chat box":["Tanca aquest quadre del xat"],"Are you sure you want to remove this contact?":["Segur que voleu eliminar aquest contacte?"],"Error":["Error"],"Message":["Missatge"],"Send":[""],"Optional hint":[""],"Choose a file to send":[""],"Clear all messages":["Esborra tots els missatges"],"Message characters remaining":[""],"Start a call":["Inicia una trucada"],"Remove messages":["Elimina els missatges"],"Write in the third person":["Escriu en tercera persona"],"Show this menu":["Mostra aquest menú"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"user@domain":[""],"Please enter a valid XMPP address":[""],"Toggle chat":["Canvia de xat"],"Typing from another device":[""],"Stopped typing on the other device":[""],"Minimize this chat box":["Minimitza aquest quadre del xat"],"Click to restore this chat":["Feu clic per restaurar aquest xat"],"Minimized":["Minimitzat"],"Description:":["Descripció:"],"Features:":["Característiques:"],"Requires authentication":["Cal autenticar-se"],"Hidden":["Amagat"],"Requires an invitation":["Cal tenir una invitació"],"Moderated":["Moderada"],"Non-anonymous":["No és anònima"],"Public":["Pública"],"Semi-anonymous":["Semianònima"],"Unmoderated":["No moderada"],"Affiliation changed":[""],"name@conference.example.org":[""],"Groupchat info for %1$s":[""],"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 based on your arguments":[""],"Error: found multiple groupchat participant based on your arguments":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":["Canvia l'afiliació de l'usuari a administrador"],"Ban user by changing their affiliation to outcast":[""],"Write in 3rd person":["Escriu en tercera persona"],"Grant membership to a user":["Atorga una afiliació a un usuari"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Elimina la capacitat de l'usuari de publicar missatges"],"Change your nickname":["Canvieu el vostre àlies"],"Grant moderator role to user":["Atorga el rol de moderador a l'usuari"],"Revoke the user's current affiliation":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["Permet que un usuari silenciat publiqui missatges"],"Error: invalid number of arguments":[""],"Password: ":["Contrasenya:"],"Submit":["Envia"],"Nickname":["Àlies"],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["s'ha desconnectat"],"has gone away":["ha marxat"],"is busy":["està ocupat"],"wants to be your contact":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":[""],"Email":[""],"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":["Absent"],"Busy":["Ocupat"],"Custom status":["Estat personalitzat"],"Offline":["Desconnectat"],"Online":["En línia"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Estic %1$s"],"Change settings":[""],"Click to change your chat status":["Feu clic per canviar l'estat del xat"],"Log out":["Tanca la sessió"],"Your profile":[""],"online":["en línia"],"busy":["ocupat"],"away for long":["absent durant una estona"],"away":["absent"],"offline":["desconnectat"]," e.g. conversejs.org":["p. ex. conversejs.org"],"Fetch registration form":["Obtingues un formulari de registre"],"Tip: A list of public XMPP providers is available":["Consell: hi ha disponible una llista de proveïdors XMPP públics"],"here":["aquí"],"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.":["El proveïdor indicat no admet el registre del compte. Proveu-ho amb un altre proveïdor."],"Now logging you in":["S'està iniciant la vostra sessió"],"Registered successfully":["Registre correcte"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["El proveïdor ha rebutjat l'intent de registre. Comproveu que els valors que heu introduït siguin correctes."],"Open Groupchats":[""],"This contact is busy":["Aquest contacte està ocupat"],"This contact is online":["Aquest contacte està en línia"],"This contact is offline":["Aquest contacte està desconnectat"],"This contact is unavailable":["Aquest contacte no està disponible"],"This contact is away for an extended period":["Aquest contacte està absent durant un període prolongat"],"This contact is away":["Aquest contacte està absent"],"Groups":["Grups"],"Contact name":["Nom del contacte"],"Optional nickname":[""],"XMPP Address":[""],"Add":["Afegeix"],"Sorry, could not find a contact with that name":[""],"Filter":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Are you sure you want to decline this contact request?":["Segur que voleu rebutjar aquesta sol·licitud de contacte?"],"Contacts":["Contactes"],"Add a contact":["Afegeix un contacte"],"Unencryptable OMEMO message":[""],"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 connection has dropped, attempting to reconnect.":["S'ha perdut la connexió, s'està intentant reconnectar."],"An error occurred while connecting to the chat server.":["S'ha produït un error al intentar connectar-se al servidor de xat."],"Your Jabber ID and/or password is incorrect. Please try again.":["L'adreça Jabber i/o la contrasenya no és correcta. Intenta-ho de nou."],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"The XMPP server did not offer a supported authentication mechanism":["El servidor XMPP no ha proporcionat cap mecanisme d'autenticació compatible"],"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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Remote server not found":[""],"My contacts":["Els meus contactes"],"Pending contacts":["Contactes pendents"],"Contact requests":["Sol·licituds de contacte"],"Ungrouped":["Sense agrupar"],"This client does not allow presence subscriptions":["Aquest client no admet les subscripcions de presència"],"Click to hide these contacts":["Feu clic per amagar aquests contactes"],"This field is required":[""],"The conversation has moved. Click below to enter.":[""],"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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"Password:":["Contrasenya:"],"password":["contrasenya"],"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":["Feu clic aquí per iniciar la sessió de manera anònima"],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":["Registre"],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":[""],"URL:":[""],"Email:":[""],"Role:":[""],"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/cs/LC_MESSAGES/converse.json b/locale/cs/LC_MESSAGES/converse.json deleted file mode 100644 index dbf04a08d..000000000 --- a/locale/cs/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;","lang":"cs"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Opravdu chcete odstranit záložku „%1$s“?"],"Unbookmark this groupchat":["Odstranit tento skupinový chat ze záložek"],"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"],"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"],"Sorry, something went wrong while trying to refresh":["Omlouváme se, při pokusu o obnovení se něco pokazilo"],"Are you sure you want to remove this contact?":["Opravdu chcete odstranit tento kontakt?"],"Error":["Chyba"],"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í"],"Click to write as a normal (non-spoiler) message":["Kliknutím napíšete jako normální zprávu (bez spoilerů)"],"Click to write your message as a spoiler":["Kliknutím napíšete svou zprávu jako spoiler"],"Clear all messages":["Vymazat všechny zprávy"],"Insert emojis":["Vložit emoji"],"Start a call":["Začít hovor"],"Remove messages":["Odstranit zprávy"],"Write in the third person":["Psát ve třetí osobě"],"Show this menu":["Zobrazit tohle menu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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"],"Minimize this chat box":["Zmenšit tohle chatovací okno"],"Click to restore this chat":["Kliknutím obnovíte tento chat"],"Minimized":["Zmenšeno"],"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"],"Affiliation changed":[""],"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:"],"name@conference.example.org":["jmeno@conference.priklad.cz"],"Groupchat name":["Název skupinového chatu"],"Groupchat address":["Adresa skupinového chatu"],"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 has been banned from this groupchat":["%1$s byl/a na tomto skupinového chatu zakázán/a"],"%1$s is now an %2$s of this groupchat":["%1$s je nyní %2$s tohoto skupinového chatu"],"%1$s is no longer a moderator":["%1$s již není moderátorem"],"%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."],"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."],"You can run the following commands":[""],"Change user's affiliation to admin":["Změnit příslušnost uživatele na administrátora"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Změnit roli uživatele na účastníka"],"Remove this groupchat":["Odstranit tento skupinový chat"],"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í"],"Opens up the moderator tools GUI":[""],"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"],"Revoke the user's current affiliation":[""],"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ů"],"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. \"%2$s\"":["%1$s odešel/la a znova vstoupil/a do skupinového chatu. „%2$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. \"%2$s\"":["%1$s 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 and left the groupchat. \"%2$s\"":["%1$s vstoupil/a a odešel/la ze 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 left the groupchat. \"%2$s\"":["%1$s odešel/la ze skupinového chatu. „%2$s“"],"%1$s has left the groupchat":["%1$s odešel/la ze skupinového chatu"],"Topic set by %1$s":["Téma nastavené uživatelem %1$s"],"Topic cleared by %1$s":["Téma potvrzené uživatelem %1$s"],"Groupchats":["Skupinové chaty"],"Add a new groupchat":["Přidat nový skupinový chat"],"Query for groupchats":["Dotaz pro skupinové chaty"],"This groupchat requires a password":["Tento skupinový chat vyžaduje heslo"],"Password: ":["Heslo: "],"Submit":["Odeslat"],"Please choose your nickname":["Prosím vyberte si přezdívku"],"Nickname":["Přezdívka"],"Enter groupchat":["Vstoupit do skupinového chatu"],"You need to provide a nickname":[""],"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í."],"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."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Opravdu chcete generovat nové klíče OMEMO? Tímto budou odstraněny vaše staré klíče a všechny dříve zašifrované zprávy již nepůjde na tomto zařízení dešifrovat."],"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."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Omlouváme se, nemohli jsme odeslat šifrovanou zprávu, protože %1$s požaduje, abyste měl/a jeho/její presenční odběr, pokud chcete vidět jeho/její informace OMEMO"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Omlouváme se, nemohli jsme odeslat šifrovanou zprávu, protože vzdálený server pro uživatele %1$s nemohl být nalezen"],"Unable to send an encrypted message due to an unexpected error.":["Kvůli neočekávané chybě nelze odeslat zprávu."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["V tomto skupinovém chatu nelze použít šifrování end-to-end, skupinový chat má buď jistou úroveň anonymity, nebo ne všichni účastníci podporují OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Nelze použít šifrování end-to-end, protože %1$s používá klienta, který nepodporuje 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"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s nejspíš nemá klienta podporujícího OMEMO. Šifrované chatování nebude v tomto skupinovém chatu již možné."],"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"],"About":["O nás"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Otevřený %2$s chatovací klient pro XMPP vám přináší %3$s Opkode%2$s"],"%1$s Translate %2$s it into your own language":["%1$s Přeložte %2$s jej do svého vlastního jazyka"],"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"],"Show details about this chat client":["Zobrazit detaily o tomto chatovacím klientovi"],"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"],"Contact name":["Jméno kontaktu"],"Optional nickname":["Volitelná přezdívka"],"Add a Contact":["Přidat kontakt"],"XMPP Address":["XMPP adresa"],"name@example.org":["jmeno@priklad.cz"],"Add":["Přidat"],"Sorry, could not find a contact with that name":["Omlouváme se, nelze najít kontakt s tímto jménem"],"This contact has already been added":["Tento kontakt byl již přidán"],"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"],"Re-sync your contacts":["Znovu synchronizovat své kontakty"],"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."],"Unencryptable OMEMO message":["Nezašifrovatelná zpráva OMEMO"],"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 connection has dropped, attempting to reconnect.":["Spojení bylo přerušeno, pokoušíme se znovu spojit."],"An error occurred while connecting to the chat server.":["Při připojování na chatovací server se vyskytla chyba."],"Your Jabber ID and/or password is incorrect. Please try again.":["Vaše Jabber ID a/nebo heslo je nesprávné. Prosím zkuste to znova."],"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"],"The XMPP server did not offer a supported authentication mechanism":["XMPP server nenabídl podporovaný autentikační mechanismus"],"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"],"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"],"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"],"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."],"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."],"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."],"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“."],"%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“"],"My contacts":["Moje kontakty"],"Pending contacts":["Čekající kontakty"],"Contact requests":["Požadavky o kontakt"],"Ungrouped":["Neseskupené"],"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"],"Enter a new Groupchat":["Vstoupit do nového skupinového chatu"],"This field is required":["Toto pole je vyžadováno"],"Join":["Přidat se"],"This groupchat no longer exists":["Tento skupinový chat 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 address":["Všichni ostatní účastníci skupinového chatu mohou vidět vaši XMPP adresu"],"Only moderators can see your XMPP address":["Pouze moderátoři mohou vidět vaši XMPP adresu"],"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"],"Uploading file:":["Nahrává se soubor:"],"XMPP Address:":["XMPP adresa:"],"Password:":["Heslo:"],"password":["heslo"],"This is a trusted device":["Tohle je důvěryhodné zařízení"],"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.":["K vylepšení výkonu ukládáme vaše data do mezipaměti tohoto prohlížeče. Je-li tohle veřejný počítač, nebo chcete-li, aby byla vaše data po odhlášení smazána, odškrtněte toto pole. Je důležité, abyste se výslovně odhlásil/a, jinak nemusí být smazána všechna data v mezipaměti. Mějte prosím na vědomí, že pokud používáte nedůvěryhodné zařízení, NENÍ podporováno šifrování OMEMO."],"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"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Uložit a zavřít"],"This device's OMEMO fingerprint":["Otisk OMEMO tohoto zařízení"],"Generate new keys and fingerprint":["Generovat nové klíče a otisk"],"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"],"Full Name:":["Celé jméno:"],"Nickname:":["Přezdívka:"],"URL:":["URL:"],"Email:":["E-mail:"],"Role:":["Role:"],"OMEMO Fingerprints":["Otisky OMEMO"],"Trusted":["Důvěryhodné"],"Untrusted":["Nedůvěryhodné"],"Refresh":["Obnovit"],"Remove as contact":["Odstranit z kontaktů"],"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/de/LC_MESSAGES/converse.json b/locale/de/LC_MESSAGES/converse.json deleted file mode 100644 index 0f10483a2..000000000 --- a/locale/de/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"de"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Möchten Sie das Lesezeichen „%1$s” wirklich löschen?"],"Unbookmark this groupchat":["Lesezeichen für diesen Gruppenchat entfernen"],"Bookmark this groupchat":["Lesezeichen für diesen Gruppenchat speichern"],"Would you like this groupchat to be automatically joined upon startup?":["Beim Anmelden diesem Gruppenchat automatisch beitreten?"],"Cancel":["Abbrechen"],"The name for this bookmark:":["Name des Lesezeichens:"],"What should your nickname for this groupchat be?":["Welcher Spitzname soll für diesen Gruppenchat verwendet werden?"],"Save":["Speichern"],"Leave this groupchat":["Diesen Gruppenchat verlassen"],"Remove this bookmark":["Dieses Lesezeichen entfernen"],"Show more information on this groupchat":["Zeige mehr Informationen über diesen Gruppenchat"],"Click to open this groupchat":["Hier klicken, um diesen Gruppenchat zu öffnen"],"Click to toggle the bookmarks list":["Liste der Lesezeichen umschalten"],"Bookmarks":["Lesezeichen"],"Close this chat box":["Dieses Chat-Fenster schließen"],"Sorry, something went wrong while trying to refresh":["Leider ist bei der Aktualisierung etwas schief gelaufen"],"Are you sure you want to remove this contact?":["Möchten Sie diesen Kontakt wirklich entfernen?"],"Error":["Fehler"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Leider gab es einen Fehler beim Versuch, %1$s als Kontakt zu entfernen."],"You have unread messages":["Sie haben ungelesene Nachrichten"],"Hidden message":["Versteckte Nachricht"],"Message":["Nachricht"],"Send":["Senden"],"Optional hint":["Optionaler Hinweis"],"Choose a file to send":["Datei versenden"],"Click to write as a normal (non-spoiler) message":["Hier klicken, um Statusnachricht zu ändern (ohne Spoiler)"],"Click to write your message as a spoiler":["Hier klicken, um die Nachricht als Spoiler zu kennzeichnen"],"Clear all messages":["Alle Nachrichten löschen"],"Message characters remaining":["Verbleibende Zeichen"],"Insert emojis":["Emojis einfügen"],"Start a call":["Beginne eine Unterhaltung"],"Remove messages":["Nachrichten entfernen"],"Write in the third person":["In der dritten Person schreiben"],"Show this menu":["Dieses Menü anzeigen"],"You have an unsent message which will be lost if you continue. Are you sure?":["Sie haben eine nicht gesendete Nachricht, die verloren geht, wenn Sie fortfahren. Sind Sie sicher?"],"Are you sure you want to clear the messages from this conversation?":["Sind Sie sicher, dass Sie alle Nachrichten dieses Chats löschen möchten?"],"%1$s has gone offline":["%1$s hat sich abgemeldet"],"%1$s has gone away":["%1$s ist jetzt abwesend"],"%1$s is busy":["%1$s ist beschäftigt"],"%1$s is online":["%1$s ist jetzt online"],"Username":["Benutzername"],"user@domain":["user@domain"],"Please enter a valid XMPP address":["Bitte eine gültige XMPP-Adresse eingeben"],"Chat Contacts":["Kontakte"],"Toggle chat":["Chat ein-/ausblenden"],"Show more":["Mehr anzeigen"],"Typing from another device":["Schreibt von einem anderen Gerät"],"%1$s is typing":["%1$s schreibt"],"Stopped typing on the other device":["Schreibt nicht mehr auf dem anderen Gerät"],"%1$s has stopped typing":["%1$s tippt nicht mehr"],"Minimize this chat box":["Dieses Chatfenster minimieren"],"Click to restore this chat":["Hier klicken, um diesen Chat wiederherzustellen"],"Minimized":["Minimiert"],"Description:":["Beschreibung:"],"Groupchat Address (JID):":["Gruppenchat-Adresse (JID):"],"Participants:":["Teilnehmer:"],"Features:":["Funktionen:"],"Requires authentication":["Authentifizierung erforderlich"],"Hidden":["Ausblenden"],"Requires an invitation":["Einladung erforderlich"],"Moderated":["Moderiert"],"Non-anonymous":["Nicht anonym"],"Open":["Offen"],"Permanent":["Dauerhafter Raum"],"Public":["Öffentlich"],"Semi-anonymous":["Teilweise anonym"],"Temporary":["Vorübergehend"],"Unmoderated":["Nicht moderiert"],"Affiliation changed":[""],"Query for Groupchats":["Gruppenchats abfragen"],"Server address":["Server"],"Show groupchats":["Gruppen"],"conference.example.org":["konferenz.beispiel.org"],"No groupchats found":["Keine Räume gefunden"],"Groupchats found:":["Gruppenchat gefunden:"],"name@conference.example.org":["name@conference.beispiel.org"],"Groupchat name":["Gruppenchatname"],"Groupchat address":["Gruppenchat-Adresse"],"Groupchat info for %1$s":["Gruppenchat-Benachrichtigung für %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s ist nicht mehr ein Admin dieses Gruppenchats"],"%1$s is no longer an owner of this groupchat":["%1$s ist nicht mehr Eigentümer dieses Gruppenchats"],"%1$s is no longer banned from this groupchat":["%1$s ist in diesem Gruppenchat nicht mehr gesperrt"],"%1$s is no longer a member of this groupchat":["%1$s ist nicht mehr ein Mitglied dieses Gruppenchats"],"%1$s is now a member of this groupchat":["%1$s ist nun Mitglied dieses Gruppenchats"],"%1$s has been banned from this groupchat":["%1$s wurde aus diesem Gruppenchat entfernt"],"%1$s is now an %2$s of this groupchat":["%1$s ist nun ein %2$s dieses Gruppenchats"],"%1$s is no longer a moderator":["%1$s ist kein Moderator mehr"],"%1$s has been given a voice":["%1$s darf nun wieder schreiben"],"%1$s has been muted":["%1$s wurde das Schreibrecht entzogen"],"%1$s is now a moderator":["%1$s ist jetzt ein Moderator"],"Close and leave this groupchat":["Schließen und diesen Gruppenchat verlassen"],"Configure this groupchat":["Diesen Gruppenchat konfigurieren"],"Show more details about this groupchat":["Mehr Information über diesen Gruppenchat anzeigen"],"Hide the list of participants":["Teilnehmerliste ausblenden"],"Forbidden: you do not have the necessary role in order to do that.":["Verboten: Sie haben nicht die nötigen Rechte, um das zu tun."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Verboten: Sie haben nicht die nötige Zugehörigkeit, um das zu tun."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Fehler: Das „%1$s”-Kommando benötigt zwei Argumente: Den Benutzernamen und einen Grund."],"Error: couldn't find a groupchat participant based on your arguments":["Fehler: Konnte keinen Groupchat-Teilnehmer anhand ihrer Kriterien finden"],"Error: found multiple groupchat participant based on your arguments":["Fehler: Mehrere Gruppenchat-Teilnehmer basierend auf Ihren Kriterien gefunden"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Leider ist ein Fehler während dem Ausführen des Kommandos aufgetreten. Überprüfe die Entwicklerkonsole des Browsers."],"You can run the following commands":["Sie können die folgenden Befehle ausführen"],"Change user's affiliation to admin":["Zugehörigkeit des Benutzers zu Administrator ändern"],"Ban user by changing their affiliation to outcast":["Sperren Sie Benutzer, indem Sie ihre Zugehörigkeit zu ausgeschlossenen Personen ändern"],"Clear the chat area":["Löschen des Chatbereichs"],"Change user role to participant":["Rolle zu Teilnehmer ändern"],"Remove this groupchat":["Diesen Gruppenchat entfernen"],"Kick user from groupchat":["Mitglied aus diesem Gruppenchat entfernen"],"Write in 3rd person":["In der dritten Person schreiben"],"Grant membership to a user":["Einem Benutzer die Mitgliedschaft gewähren"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Die Möglichkeit des Benutzers, Nachrichten zu senden, entfernen"],"Change your nickname":["Eigenen Spitznamen ändern"],"Grant moderator role to user":["Benutzer Moderatorenrechte gewähren"],"Grant ownership of this groupchat":["Besitzrechte an diesem Gruppenchat vergeben"],"Register your nickname":["Registrieren Sie Ihren Spitznamen"],"Revoke the user's current affiliation":["Widerrufen der aktuellen Zugehörigkeit des Benutzers"],"Set groupchat subject":["Thema des Gruppenchats festlegen"],"Set groupchat subject (alias for /subject)":["Gruppenchatthema (alias für /subject) festlegen"],"Allow muted user to post messages":["Stummgeschaltetem Benutzer erlauben Nachrichten zu senden"],"Your nickname is \"%1$s\"":["Ihr Spitzname ist \"%1$s\""],"Error: invalid number of arguments":["Fehler: ungültige Anzahl von Argumenten"],"This action was done by %1$s.":["Diese Aktion wurde durch %1$s ausgeführt."],"The reason given is: \"%1$s\".":["Angegebene Grund: „%1$s”"],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s hat den Gruppenchat verlassen und ist wieder beigetreten. \"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s ist den Gruppenchat verlassen und ist wieder beigetreten"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s ist dem Gruppenchat beigetreten. „%2$s”"],"%1$s has entered the groupchat":["%1$s ist dem Gruppenchat beigetreten"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s ist dem Gruppenchat beigetreten und ihn wieder verlassen. „%2$s”"],"%1$s has entered and left the groupchat":["%1$s ist dem Gruppenchat beigetreten und ihn wieder verlassen"],"%1$s has left the groupchat. \"%2$s\"":["%1$s hat den Gruppenchat verlassen. „%2$s”"],"%1$s has left the groupchat":["%1$s hat den Gruppenchat verlassen"],"Topic set by %1$s":["Thema von %1$s festgelegt"],"Topic cleared by %1$s":["Thema wurde durch %1$s bereinigt"],"Groupchats":["Gruppenchat"],"Add a new groupchat":["Neuen Gruppenchat hinzufügen"],"Query for groupchats":["Gruppenchats abfragen"],"This groupchat requires a password":["Dieser Gruppenchat erfordert ein Passwort"],"Password: ":["Passwort: "],"Submit":["Senden"],"Please choose your nickname":["Wählen Sie Ihren Spitznamen"],"Nickname":["Spitzname"],"Enter groupchat":["Gruppenchat beitreten"],"You need to provide a nickname":["Sie müssen einen Nicknamen angeben"],"Click to mention %1$s in your message.":["Klicken Sie hier, um %1$s in Ihrer Nachricht zu erwähnen."],"This user is a moderator.":["Dieser Benutzer ist ein Moderator."],"This user can send messages in this groupchat.":["Dieser Teilnehmer kann Nachrichten in diesem Gruppenchat versenden."],"This user can NOT send messages in this groupchat.":["Dieser Teilnehmer kann keine Nachrichten in diesem Gruppenchat versenden."],"Moderator":["Moderator"],"Visitor":["Besucher"],"Owner":["Eigentümer"],"Member":["Mitglieder"],"Admin":["Administrator"],"Participants":["Teilnehmer"],"Invite":["Einladen"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Sie sind dabei, %1$s in den Gruppenchat „%2$s” einzuladen. Optional können Sie eine Nachricht anfügen, in der Sie den Grund für die Einladung erläutern."],"Notification from %1$s":["Benachrichtigung von %1$s"],"%1$s says":["%1$s sagt"],"OMEMO Message received":["OMEMO-Nachricht empfangen"],"has gone offline":["hat sich abgemeldet"],"has gone away":["ist jetzt abwesend"],"is busy":["ist beschäftigt"],"has come online":["kam online"],"wants to be your contact":["möchte Ihr Kontakt sein"],"Sorry, an error occurred while trying to remove the devices.":["Leider ist beim Versuch, die Geräte zu entfernen, ein Fehler aufgetreten."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Sind Sie sicher, dass Sie neue OMEMO-Schlüssel erzeugen möchten? Dann werden Ihre alten Schlüssel entfernt und alle zuvor verschlüsselten Nachrichten sind auf diesem Gerät nicht mehr entschlüsselbar."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Leider konnte eine empfangene OMEMO-Nachricht aufgrund eines Fehlers nicht entschlüsselt werden."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Leider können wir keine verschlüsselte Nachricht senden, da %1$s erfordert, dass Sie für ihre Teilnahme angemeldet sind, um ihre OMEMO-Informationen zu sehen"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Leider können wir keine verschlüsselte Nachricht senden, da der Remote-Server für %1$s nicht gefunden werden konnte"],"Unable to send an encrypted message due to an unexpected error.":["Die verschlüsselte Nachricht konnte aufgrund eines unerwarteten Fehlers nicht versendet werden."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Ende-zu-Ende Verschlüsselung kann in diesem Gruppenchat nicht verwendet werden, entweder hat der Gruppenchat eine gewisse Anonymität oder nicht alle Teilnehmer unterstützen OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Ende-zu-Ende Verschlüsselung konnte nicht verwendet werden, da %1$s einen Client verwendet, der OMEMO nicht unterstützt."],"Sorry, no devices found to which we can send an OMEMO encrypted message.":["Leider können wir keine Geräte finden, an die wir eine OMEMO-verschlüsselte Nachricht senden können."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Dies ist eine OMEMO-verschlüsselte Nachricht, die Ihr Client nicht zu unterstützen scheint. Weitere Informationen finden Sie unter https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s scheint keinen Client zu haben, der OMEMO unterstützt. Ein verschlüsselter Chat wird in diesem Gruppenchat nicht mehr möglich sein."],"Your avatar image":["Dein Avatarbild"],"Your Profile":["Dein Profil"],"Close":["Schließen"],"Email":["E-Mail"],"Full Name":["Name"],"XMPP Address (JID)":["XMPP/Jabber-ID (JID)"],"Role":["Rolle"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Benutze Kommas um die Rollen zu separieren. Die Rollen erscheinen neben deinem Namen."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Leider ist beim Speichern deiner Profildaten ein Fehler aufgetreten."],"You can check your browser's developer console for any error output.":["Schau in die Entwicklerkonsole des Browsers um mögliche Fehlerausgaben zu sehen."],"Away":["Abwesend"],"Busy":["Beschäftigt"],"Custom status":["Statusnachricht"],"Offline":["Abgemeldet"],"Online":["Online"],"Away for long":["Lange abwesend"],"Change chat status":["Hier klicken, um Ihren Status zu ändern"],"Personal status message":["Persönliche Statusnachricht"],"About":["Über"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Open Source %2$s XMPP Chat Client, der Ihnen von %3$s Opkode %2$s zur Verfügung gestellt wird"],"%1$s Translate %2$s it into your own language":["%1$s Übersetzen Sie %2$s es in Ihre eigene Sprache"],"I am %1$s":["Ich bin %1$s"],"Change settings":["Einstellungen ändern"],"Click to change your chat status":["Hier klicken, um Ihren Status zu ändern"],"Log out":["Abmelden"],"Show details about this chat client":["Details zu diesem Chat-Client anzeigen"],"Your profile":["Dein Profil"],"Are you sure you want to log out?":["Möchten Sie sich wirklich abmelden?"],"online":["online"],"busy":["beschäftigt"],"away for long":["länger abwesend"],"away":["abwesend"],"offline":["abgemeldet"]," e.g. conversejs.org":[" z. B. conversejs.org"],"Fetch registration form":["Anmeldeformular wird abgerufen"],"Tip: A list of public XMPP providers is available":["Tipp: Eine Liste öffentlicher Provider ist verfügbar"],"here":["hier"],"Sorry, we're unable to connect to your chosen provider.":["Leider können wir keine Verbindung zu dem von Ihnen gewählten Provider herstellen."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Leider unterstützt der angegebene Anbieter die keine Benutzerregistrierung. Bitte versuche es bei einem anderen Anbieter."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Die Verbindung zu „%1$s” konnte nicht hergestellt werden. Sind Sie sicher, dass „%1$s” existiert?"],"Now logging you in":["Sie werden angemeldet"],"Registered successfully":["Registrierung erfolgreich"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Der Provider hat die Registrierung abgelehnt. Bitte überprüfen Sie Ihre Angaben auf Richtigkeit."],"Click to toggle the list of open groupchats":["Gruppenteilnehmer anzeigen"],"Open Groupchats":["Offene Gruppenchats"],"Are you sure you want to leave the groupchat %1$s?":["Möchten Sie den Gruppenchat „%1$s” wirklich verlassen?"],"This contact is busy":["Dieser Kontakt ist beschäftigt"],"This contact is online":["Dieser Kontakt ist online"],"This contact is offline":["Dieser Kontakt ist offline"],"This contact is unavailable":["Dieser Kontakt ist nicht verfügbar"],"This contact is away for an extended period":["Dieser Kontakt ist für längere Zeit abwesend"],"This contact is away":["Dieser Kontakt ist abwesend"],"Groups":["Gruppen"],"Contact name":["Name des Kontakts"],"Optional nickname":["Optionaler Spitzname"],"Add a Contact":["Kontakt hinzufügen"],"XMPP Address":["XMPP-Adresse"],"name@example.org":["z.B. benutzer@beispiel.org"],"Add":["Hinzufügen"],"Sorry, could not find a contact with that name":["Leider konnte kein Kontakt mit diesem Namen gefunden werden"],"This contact has already been added":["Dieser Kontakt wurde bereits hinzugefügt"],"Filter":["Filter"],"Filter by contact name":["Nach Name des Kontakts filtern"],"Filter by group name":["Nach Gruppennamen filtern"],"Filter by status":["Suche via Status"],"Any":["Jeder"],"Unread":["Ungelesen"],"Chatty":["Gesprächsbereit"],"Extended Away":["Länger nicht anwesend"],"Click to remove %1$s as a contact":["Hier klicken, um %1$s als Kontakt zu entfernen"],"Click to accept the contact request from %1$s":["Hier klicken, um die Kontaktanfrage von %1$s zu akzeptieren"],"Click to decline the contact request from %1$s":["Hier klicken, um die Kontaktanfrage von %1$s abzulehnen"],"Click to chat with %1$s (JID: %2$s)":["Hier klicken, um mit %1$s (JID: %2$s) eine Unterhaltung zu beginnen"],"Are you sure you want to decline this contact request?":["Möchten Sie diese Kontaktanfrage wirklich ablehnen?"],"Contacts":["Kontakte"],"Add a contact":["Kontakt hinzufügen"],"Re-sync your contacts":["Resynchronisieren Sie Ihre Kontakte"],"Sorry, something went wrong while trying to save your bookmark.":["Leider konnte das Lesezeichen nicht gespeichert werden."],"Unencryptable OMEMO message":["Unentschlüsselbare OMEMO Nachricht"],"Sorry, could not determine upload URL.":["Leider konnte die Upload-URL nicht ermittelt werden."],"Sorry, could not determine file upload URL.":["Leider konnte die Upload-URL für die Datei nicht ermittelt werden."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Leider konnte die Datei nicht hochgeladen werden. Der Server antwortete: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Leider konnte die Datei nicht erfolgreich hochgeladen werden."],"Sorry, looks like file upload is not supported by your server.":["Leider sieht es so aus, als ob der Datei-Upload von deinem Server nicht unterstützt wird."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Die Größe deiner Datei, %1$s, überschreitet das erlaubte Maximum vom Server, welches bei %2$s liegt."],"Sorry, an error occurred:":["Leider ist ein Fehler aufgetreten:"],"The connection has dropped, attempting to reconnect.":["Die Verbindung ist abgebrochen und es wird versucht, die Verbindung wiederherzustellen."],"An error occurred while connecting to the chat server.":["Beim Verbinden mit dem Chatserver ist ein Fehler aufgetreten."],"Your Jabber ID and/or password is incorrect. Please try again.":["Ihre Jabber-ID und/oder Ihr Passwort ist falsch. Bitte versuchen Sie es erneut."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Leider konnten wir keine Verbindung zum XMPP-Host mit der Domain %1$s herstellen"],"The XMPP server did not offer a supported authentication mechanism":["Der XMPP-Server hat keinen unterstützten Authentifizierungsmechanismus angeboten"],"This groupchat is not anonymous":["Dieser Gruppenchat ist nicht anonym"],"This groupchat now shows unavailable members":["Dieser Gruppenchat zeigt nicht verfügbare Mitglieder an"],"This groupchat does not show unavailable members":["Dieser Gruppenchat zeigt keine nicht verfügbaren Mitglieder an"],"The groupchat configuration has changed":["Die Gruppenchatkonfiguration hat sich geändert"],"groupchat logging is now enabled":["Nachrichten in diesem Gruppenchat werden ab jetzt protokolliert"],"groupchat logging is now disabled":["Nachrichten in diesem Gruppenchat werden nicht mehr protokolliert"],"This groupchat is now no longer anonymous":["Dieser Gruppenchat ist jetzt nicht mehr anonym"],"This groupchat is now semi-anonymous":["Dieser Gruppenchat ist jetzt nur teilweise anonym"],"This groupchat is now fully-anonymous":["Dieser Gruppenchat ist jetzt vollständig anonym"],"A new groupchat has been created":["Ein neuer Gruppenchat wurde erstellt"],"Your nickname has been automatically set to %1$s":["Ihr Spitzname wurde automatisch geändert zu: %1$s"],"Your nickname has been changed to %1$s":["Ihr Spitzname wurde geändert zu: %1$s"],"You have been banned from this groupchat":["Sie wurden aus diesem Gruppenchat entfernt"],"You have been kicked from this groupchat":["Sie wurden aus diesem Gruppenchat hinausgeworfen"],"You have been removed from this groupchat because of an affiliation change":["Sie wurden aus diesem Gruppenchat wegen einer Zugehörigkeitsänderung entfernt"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Sie wurden aus diesem Gruppenchat ausgeschlossen, da der Gruppenchat jetzt nur noch Mitglieder erlaubt und Sie kein Mitglied sind"],"You have been removed from this groupchat because the service hosting it is being shut down":["Sie wurden aus dem Gruppenchat entfernt, weil der Hostingservice heruntergefahren wurde"],"%1$s has been banned":["%1$s wurde verbannt"],"%1$s's nickname has changed":["Der Spitzname von %1$s hat sich geändert"],"%1$s has been kicked out":["%1$s wurde hinausgeworfen"],"%1$s has been removed because of an affiliation change":["%1$s wurde wegen einer Zugehörigkeitsänderung entfernt"],"%1$s has been removed for not being a member":["%1$s ist kein Mitglied und wurde daher entfernt"],"You're not allowed to register yourself in this groupchat.":["Sie dürfen sich nicht an diesem Gruppenchat anmelden."],"You're not allowed to register in this groupchat because it's members-only.":["Sie dürfen sich nicht in diesem Gruppenchat anmelden, da er nur für Mitglieder ist."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Sie können Ihren Nicknamen in diesem Gruppenchat nicht registrieren, er unterstützt keine Registrierung."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Sie können Ihren Nicknamen nicht in diesem Gruppenchat registrieren, ungültige Formulardaten wurde übermittelt."],"Your message was not delivered because you're not allowed to send messages in this groupchat.":["Ihre Nachricht wurde nicht zugestellt, weil Sie in diesem Gruppenchat keine Nachrichten senden dürfen."],"Your message was not delivered because you're not present in the groupchat.":["Ihre Nachricht wurde nicht zugestellt, weil Sie im Gruppenchat nicht vertreten sind."],"The nickname you chose is reserved or currently in use, please choose a different one.":["Der gewählte Spitzname ist reserviert oder derzeit in Gebrauch. Bitte wähle einen Anderen."],"Password incorrect":["Passwort falsch"],"You are not on the member list of this groupchat.":["Sie sind nicht auf der Mitgliederliste dieses Gruppenchats."],"You have been banned from this groupchat.":["Sie wurden aus diesem Gruppenchat entfernt."],"You are not allowed to create new groupchats.":["Es ist Ihnen nicht erlaubt neue Räume anzulegen."],"Your nickname doesn't conform to this groupchat's policies.":["Ihr Spitzname entspricht nicht den Richtlinien dieses Gruppenchats."],"This groupchat does not (yet) exist.":["Dieser Gruppenchat existiert (noch) nicht."],"This groupchat has reached its maximum number of participants.":["Maximale Anzahl an Teilnehmern für diesen Gruppenchat erreicht."],"Remote server not found":["Server wurde nicht gefunden"],"The explanation given is: \"%1$s\".":["Angegebene Grund: „%1$s”."],"%1$s has invited you to join a groupchat: %2$s":["%1$s hat Sie in den Gruppenchat „%2$s” eingeladen"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s hat Sie in den Gruppenchat „%2$s” eingeladen. Begründung: „%3$s”"],"My contacts":["Meine Kontakte"],"Pending contacts":["Unbestätigte Kontakte"],"Contact requests":["Kontaktanfragen"],"Ungrouped":["Ungruppiert"],"Sorry, there was an error while trying to add %1$s as a contact.":["Leider gab es einen Fehler beim Versuch, %1$s als Kontakt hinzuzufügen."],"This client does not allow presence subscriptions":["Dieser Client erlaubt keine Anwesenheitsabonnements"],"Click to hide these contacts":["Hier klicken, um diese Kontakte auszublenden"],"Enter a new Groupchat":["Einem neuen Gruppenchat beitreten"],"This field is required":["Dieses Feld ist ein Pflichtfeld"],"Join":["Betreten"],"You're not allowed to send messages in this room":["Sie dürfen in diesem Gruppenchat keine Nachrichten senden"],"This groupchat no longer exists":["Dieser Gruppenchat existiert nicht mehr"],"The conversation has moved. Click below to enter.":["Das Gespräch wurde verschoben. Klicken Sie unten, um einzutreten."],"Name":["Name"],"Groupchat address (JID)":["Gruppenchat-Adresse (JID)"],"Description":["Beschreibung"],"Topic":["Thema"],"Topic author":["Author des Themas"],"Online users":["Online"],"Features":["Funktionen"],"Password protected":["Passwortgeschützt"],"This groupchat requires a password before entry":["Dieser Gruppenchat erfordert ein Passwort"],"No password required":["Kein Passwort benötigt"],"This groupchat does not require a password upon entry":["Dieser Gruppenchat erfordert kein Passwort"],"This groupchat is not publicly searchable":["Dieser Gruppenchat ist nicht öffentlich auffindbar"],"This groupchat is publicly searchable":["Dieser Gruppenchat ist öffentlich auffindbar"],"Members only":["Nur Mitglieder"],"This groupchat is restricted to members only":["Dieser Gruppenchat ist nur für Mitglieder zugänglich"],"Anyone can join this groupchat":["Jeder kann diesem Gruppenchat beitreten"],"Persistent":["Dauerhaft"],"This groupchat persists even if it's unoccupied":["Dieser Gruppenchat bleibt bestehen, auch wenn er nicht besetzt ist"],"This groupchat will disappear once the last person leaves":["Dieser Gruppenchat verschwindet, sobald die letzte Person den Gruppenchat verlässt"],"Not anonymous":["Nicht anonym"],"All other groupchat participants can see your XMPP address":["Jeder in dem Gruppenchat kann ihre XMPP-Adresse sehen"],"Only moderators can see your XMPP address":["Nur Moderatoren können deine XMPP-Adresse sehen"],"Participants entering this groupchat need to request permission to write":["Teilnehmer, die diesem Gruppenchat beitreten, müssen die Erlaubnis zum Schreiben anfordern"],"Not moderated":["Nicht moderiert"],"Participants entering this groupchat can write right away":["Teilnehmer, die diesem Gruppenchat beitreten, können sofort schreiben"],"Message archiving":["Nachrichtenarchivierung"],"Messages are archived on the server":["Nachrichten werden auf dem Server archiviert"],"No password":["Kein Passwort"],"this groupchat is restricted to members only":["Dieser Gruppenchat ist nur für Mitglieder zugänglich"],"Uploading file:":["Lade Datei hoch:"],"XMPP Address:":["XMPP Adresse:"],"Password:":["Passwort:"],"password":["passwort"],"This is a trusted device":["Diesem Gerät wird vertraut"],"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.":["Um die Leistung zu verbessern, werden Ihre Daten in diesem Browser zwischengespeichert. Deaktivieren Sie dieses Kontrollkästchen, wenn es sich um einen öffentlichen Computer handelt oder wenn Sie möchten, dass Ihre Daten beim Abmelden gelöscht werden. Es ist wichtig, dass Sie sich explizit abmelden, da sonst möglicherweise nicht alle zwischengespeicherten Daten gelöscht werden. Bitte beachten Sie, dass bei Verwendung eines nicht vertrauenswürdigen Geräts die OMEMO-Verschlüsselung NICHT verfügbar ist."],"Log in":["Anmelden"],"Click here to log in anonymously":["Hier klicken, um sich anonym anzumelden"],"This message has been edited":["Diese Nachricht wurde geändert"],"Edit this message":["Nachricht bearbeiten"],"Message versions":["Nachrichtenarchivierung"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Speichern und schließen"],"This device's OMEMO fingerprint":["OMEMO-Fingerabdruck dieses Geräts"],"Generate new keys and fingerprint":["Neuer Schlüssel und Fingerabdrücke generieren"],"Select all":["Alle auswählen"],"Checkbox to select fingerprints of all other OMEMO devices":["Kontrollkästchen zur Auswahl der Fingerabdrücke aller anderen OMEMO-Geräte"],"Other OMEMO-enabled devices":["Andere OMEMO-fähige Geräte"],"Checkbox for selecting the following fingerprint":["Kontrollkästchen zur Auswahl des folgenden Fingerabdrucks"],"Device without a fingerprint":["Gerät ohne Fingerabdruck"],"Remove checked devices and close":["Überprüfte Geräte entfernen und schließen"],"Don't have a chat account?":["Sie haben noch kein Chat-Konto?"],"Create an account":["Konto erstellen"],"Create your account":["Erstellen Sie Ihr Konto"],"Please enter the XMPP provider to register with:":["Bitte geben Sie den XMPP-Provider ein, bei dem Sie sich anmelden möchten:"],"Already have a chat account?":["Sie haben bereits ein Chat-Konto?"],"Log in here":["Hier anmelden"],"Account Registration:":["Konto-Registrierung:"],"Register":["Registrierung"],"Choose a different provider":["Wählen Sie einen anderen Anbieter"],"Hold tight, we're fetching the registration form…":["Bitte warten, das Anmeldeformular wird geladen …"],"Messages are being sent in plaintext":["Nachrichten werden im Klartext gesendet"],"The User's Profile Image":["Benutzerprofilbild"],"Full Name:":["Name:"],"Nickname:":["Spitzname:"],"URL:":["URL:"],"Email:":["E-Mail:"],"Role:":["Rolle:"],"OMEMO Fingerprints":["OMEMO Fingerabdrücke"],"Trusted":["Vertrauenswürdig"],"Untrusted":["Nicht vertrauenswürdig"],"Refresh":["Aktualisieren"],"Remove as contact":["Kontakt entfernen"],"Download audio file \"%1$s\"":["Audiodatei \"%1$s\" herunterladen"],"Download file \"%1$s\"":["Datei \"%1$s\" herunterladen"],"Download image \"%1$s\"":["Bild \"%1$s\" herunterladen"],"Download":["Herunterladen"],"Download video file \"%1$s\"":["Videodatei \"%1$s\" herunterladen"]}}} \ No newline at end of file diff --git a/locale/eo/LC_MESSAGES/converse.json b/locale/eo/LC_MESSAGES/converse.json deleted file mode 100644 index 6edf111e5..000000000 --- a/locale/eo/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"eo"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Ĉu vi certas ke vi volas forigi la legosignon %1$s ?"],"Unbookmark this groupchat":["Mallegosigni tiun babilejon"],"Bookmark this groupchat":["Legosigni tiun babilejon"],"Would you like this groupchat to be automatically joined upon startup?":[""],"Cancel":["Nuligi"],"The name for this bookmark:":["La nomo por ĉi tiu legosigno:"],"What should your nickname for this groupchat be?":["Kiu devas esti vian kromnomon por tiu babilejo ?"],"Save":["Konservi"],"Leave this groupchat":["Lasi ĉi tiun babilejon"],"Remove this bookmark":["Forigi tiun legosignon"],"Show more information on this groupchat":["Afiŝi pli da informo pri tiu babilejo"],"Click to open this groupchat":["Klaku por malfermi tiun babilejon"],"Bookmarks":["Legosignoj"],"Close this chat box":["Fermi tiun babilejon"],"Sorry, something went wrong while trying to refresh":["Pardonu, io malĝustis dum provanta reŝargi"],"Are you sure you want to remove this contact?":["Ĉu vi certas ke vi volas forigi tiun kontakton ?"],"Error":["Eraro"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Pardonu, estis eraro dum provanta forigi %1$s kiel kontakto."],"You have unread messages":["Vi havas nelegitajn mesaĝojn"],"Hidden message":["Kaŝita mesaĝo"],"Message":["Mesaĝo"],"Send":["Sendi"],"Optional hint":[""],"Click to write as a normal (non-spoiler) message":[""],"Click to write your message as a spoiler":[""],"Message characters remaining":[""],"Insert emojis":[""],"Start a call":[""],"Remove messages":["Forigi mesaĝojn"],"Write in the third person":[""],"Show this menu":["Montri ĉi tiun menuon"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Ĉu vi certas ke vi volas viŝi mesaĝojn de tiu konversacio ?"],"%1$s has gone offline":[""],"%1$s has gone away":["%1$s iris for"],"%1$s is busy":["%1$s estas okupata"],"%1$s is online":["%1$s estas enreta"],"Username":["Salutnomo"],"user@domain":["uzanto@domajno"],"Please enter a valid XMPP address":["Bonvolu eniri validan XMPPan adreson"],"Chat Contacts":["Konversaciaj kontaktoj"],"Toggle chat":["Baskuli babilejon"],"Show more":["Montri pli"],"Typing from another device":["Tajpas de alia aparato"],"%1$s is typing":["%1$s estas tajpanta"],"Stopped typing on the other device":["Haltis tajpi sur la alia aparato"],"%1$s has stopped typing":["%1$s ĉesis tajpi"],"Minimize this chat box":[""],"Click to restore this chat":["Klaku por restaŭri tiun konversacion"],"Minimized":["Minimumigita"],"Description:":["Priskribo :"],"Groupchat Address (JID):":["Babilejo adresa (JID-o):"],"Participants:":["Partoprenantoj:"],"Features:":["Funkcioj:"],"Requires authentication":["Devigas aŭtentigon"],"Hidden":["Kaŝita"],"Requires an invitation":["Devigas inviton"],"Moderated":["Kontrolata"],"Non-anonymous":["Ne-anonima"],"Open":["Malfermi"],"Permanent":["Konstanta"],"Public":["Publika"],"Semi-anonymous":[""],"Temporary":["Provizora"],"Unmoderated":["Nekontrolata"],"Affiliation changed":[""],"Query for Groupchats":["Peti babilejon"],"Server address":["Adreso de servilo"],"Show groupchats":["Montri babilejojn"],"conference.example.org":["konferenco.ekzemplo.org"],"No groupchats found":["Neniu babilejoj trovita"],"Groupchats found:":["Babilejoj trovita:"],"name@conference.example.org":["nomo@konferenco.ekzemplo.org"],"Groupchat address":["Adreso de babilejo"],"Groupchat info for %1$s":["Grupbabilejo informoj por %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s ne plu estas administranto de tiu grupbabilejo"],"%1$s is no longer an owner of this groupchat":["%1$s ne plu estas posedanto de tiu grupbabilejo"],"%1$s is no longer banned from this groupchat":[""],"%1$s has been banned from this groupchat":["%1$s estis malpermesita de ĉi tiu babilejo"],"%1$s is now an %2$s of this groupchat":["%1$s estas nun %2$s en ĉi tiu babilejo"],"%1$s is no longer a moderator":[""],"%1$s has been muted":["%1$s estis silentigita"],"%1$s is now a moderator":[""],"Close and leave this groupchat":["Fermi kaj eliri tiun babilejon"],"Configure this groupchat":["Agordi tiun babilejon"],"Show more details about this groupchat":["Afiŝi pli da informoj pri tiu babilejo"],"Hide the list of participants":["Kaŝi liston de partoprenantoj"],"Forbidden: you do not have the necessary role in order to do that.":["Malpermesita: vi ne havas la necesan rolon por fari tion."],"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 based on your arguments":[""],"Error: found multiple groupchat participant based on your arguments":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":[""],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Ŝanĝi uzanton rolon al partoprenanto"],"Kick user from groupchat":[""],"Write in 3rd person":["Skribas en 3a persono"],"Grant membership to a user":[""],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":[""],"Change your nickname":["Ŝanĝi vian kromnomon"],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Revoke the user's current affiliation":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat. \"%2$s\"":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":["%1$s eniris la babilejon. „%2$s“"],"%1$s has entered the groupchat":["%1$s eniris la babilejon"],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":["Babilejoj"],"Add a new groupchat":["Aldoni novan babilejon"],"Query for groupchats":[""],"This groupchat requires a password":["Ĉi tiu babilejo necesigas pasvorton"],"Password: ":["Pasvorto: "],"Submit":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":["Eniri babilejon"],"You need to provide a nickname":[""],"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":["Vizitanto"],"Owner":["Posedanto"],"Member":["Ano"],"Admin":["Administranto"],"Participants":[""],"Invite":["Inviti"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Notification from %1$s":["Sciigo de %1$s"],"%1$s says":["%1$s diras"],"OMEMO Message received":["OMEMOan mesaĝon ricevis"],"has gone offline":[""],"has gone away":[""],"is busy":["estas okupata"],"has come online":[""],"wants to be your contact":[""],"Sorry, an error occurred while trying to remove the devices.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["Via profilbildo"],"Your Profile":["Via profilo"],"Close":["Fermi"],"Email":["Retpoŝto"],"Full Name":["Kompleta nomo"],"XMPP Address (JID)":["XMPPa adreso (JIDo)"],"Role":["Rolo"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":["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":["For"],"Busy":["Okupite"],"Custom status":[""],"Offline":["Elrete"],"Online":["Enrete"],"Away for long":[""],"Change chat status":[""],"Personal status message":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Mi estas %1$s"],"Change settings":[""],"Click to change your chat status":[""],"Log out":["Elsaluti"],"Show details about this chat client":[""],"Your profile":["Via profilo"],"Are you sure you want to log out?":[""],"online":["enrete"],"busy":["okupite"],"away for long":[""],"away":["fore"],"offline":["elrete"]," e.g. conversejs.org":[" ekz. conversejs.org"],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":["ĉi tie"],"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":["Registrita sukcese"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":[""],"Open Groupchats":["Enbabilejoj"],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":["Ĉi tiu kontakto estas okupata"],"This contact is online":["Ĉi tiu kontakto estas enreta"],"This contact is offline":["Ĉi tiu kontakto estas elreta"],"This contact is unavailable":[""],"This contact is away for an extended period":[""],"This contact is away":["Ĉi tiu kontakto estas for"],"Groups":["Grupoj"],"Contact name":["Nomo de kontakto"],"Optional nickname":["Nedeviga kromnomo"],"Add a Contact":["Aldoni kontakton"],"XMPP Address":["XMPPa adreso"],"name@example.org":["nomo@ekzemplo.org"],"Add":["Aldoni"],"Sorry, could not find a contact with that name":[""],"Filter":["Filtri"],"Filter by contact name":["Filtri laŭ kontaktnomo"],"Filter by group name":["Filtri laŭ grupnomo"],"Filter by status":["Filtri laŭ statuso"],"Any":[""],"Unread":["Nelegita"],"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":["Kontaktoj"],"Add a contact":["Aldoni kontakton"],"Re-sync your contacts":[""],"Sorry, something went wrong while trying to save your bookmark.":["Pardonu, io malĝustis dum provanta savi vian legosignon."],"Unencryptable OMEMO message":[""],"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 connection has dropped, attempting to reconnect.":[""],"An error occurred while connecting to the chat server.":[""],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"This groupchat is not anonymous":["Ĉi tiu babilejo ne estas anonima"],"This groupchat now shows unavailable members":["Tiu babilejo nun afiŝas maldisponeblajn anojn"],"This groupchat does not show unavailable members":["Tiu babilejo ne afiŝas nedisponeblajn anojn"],"The groupchat configuration has changed":["La babilejo konfiguracio ŝanĝis"],"groupchat logging is now enabled":[""],"groupchat logging is now disabled":[""],"This groupchat is now no longer anonymous":["Ĉi tiu babilejo estas nun malanonima"],"This groupchat is now semi-anonymous":["Ĉi tiu babilejo estas nun parta anonima"],"This groupchat is now fully-anonymous":["Ĉi tiu babilejo estas nun anonima"],"A new groupchat has been created":["Kreis novan babilejon"],"Your nickname has been automatically set to %1$s":["Via kromnomo estis aŭtomate fiksita al %1$s"],"Your nickname has been changed to %1$s":["Via kromnomo estis ŝanĝita al %1$s"],"You have been banned from this groupchat":["Vi estis malpermesita de ĉi tiu babilejo"],"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 estis malpermesita"],"%1$s's nickname has changed":["Kromnomo de %1$s ŝanĝis"],"%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":["%1$s estis forigita ĉar ne estanta ano"],"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.":[""],"Your message was not delivered because you're not allowed to send messages in this groupchat.":[""],"Your message was not delivered because you're not present in the groupchat.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":["Vi estis malpermesita de ĉi tiu babilejo."],"You are not allowed to create new groupchats.":["Vi ne estas permesita krei novajn babilejojn."],"Your nickname doesn't conform to this groupchat's policies.":[""],"This groupchat does not (yet) exist.":["Ĉi tiu babilejo ne (ankoraŭ) ekzistas."],"This groupchat has reached its maximum number of participants.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"%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\"":[""],"My contacts":["Miaj kontaktoj"],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"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":[""],"Enter a new Groupchat":["Eniri novan babilejon"],"This field is required":[""],"Join":["Aliĝi"],"This groupchat no longer exists":["Ĉi tiu babilejo jam ne ekzistas"],"The conversation has moved. Click below to enter.":[""],"Name":["Nomo"],"Groupchat address (JID)":["Adreso de babilejo (JIDo)"],"Description":["Priskribo"],"Topic":["Temo"],"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":["Nur anoj"],"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":["Ne anonima"],"All other groupchat participants can see your XMPP address":[""],"Only moderators can see your XMPP address":[""],"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":["Neniu pasvorto"],"this groupchat is restricted to members only":[""],"Uploading file:":["Alŝutado de dosiero:"],"XMPP Address:":["XMPPa adreso:"],"Password:":["Pasvorto:"],"password":["pasvorto"],"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":["Ensaluti"],"Click here to log in anonymously":[""],"This message has been edited":[""],"Edit this message":[""],"Message versions":["Eksaj versioj"],"Moderator Tools":[""],"No users with that role found.":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Change affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and fingerprint":[""],"Select all":["Elekti ĉiujn"],"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?":["Ne havas konversacian konton?"],"Create an account":["Krei konton"],"Create your account":["Krei vian konton"],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":["Jam havas konversacian konton?"],"Log in here":["Ensaluti ĉi tie"],"Account Registration:":[""],"Register":["Registri"],"Choose a different provider":[""],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":[""],"The User's Profile Image":["Profilbildo de la uzanto"],"Full Name:":["Kompleta nomo:"],"Nickname:":[""],"URL:":["URL:"],"Email:":["Retpoŝto:"],"Role:":["Rolo:"],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":["Forigi kontakton"],"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/es/LC_MESSAGES/converse.json b/locale/es/LC_MESSAGES/converse.json deleted file mode 100644 index dc4bce1b6..000000000 --- a/locale/es/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"es"},"Are you sure you want to remove the bookmark \"%1$s\"?":["¿Estás seguro de que quieres eliminar el marcador \"%1$s\"?"],"Unbookmark this groupchat":["Quitar esta conversación en grupo de los marcadores"],"Bookmark this groupchat":["Guardar esta conversación en grupo en los marcadores"],"Would you like this groupchat to be automatically joined upon startup?":["¿Te gustaría entrar automáticamente a esta conversación en grupo al inicio?"],"Cancel":["Cancelar"],"The name for this bookmark:":["El nombre para este marcador:"],"What should your nickname for this groupchat be?":["¿Cual debería ser tu apodo para esta conversación en grupo?"],"Save":["Guardar"],"Leave this groupchat":["Salir de esta conversación en grupo"],"Remove this bookmark":["Eliminar este marcador"],"Show more information on this groupchat":["Mostrar más información de esta conversación en grupo"],"Click to open this groupchat":["Haz clic para abrir esta conversación en grupo"],"Click to toggle the bookmarks list":["Haz clic para alternar la lista de marcadores"],"Bookmarks":["Marcadores"],"Close this chat box":["Cerrar esta ventana de conversación"],"Sorry, something went wrong while trying to refresh":["Lo sentimos, algo salió mal mientras se trataba de actualizar"],"Are you sure you want to remove this contact?":["¿Estás seguro de que quieres eliminar este contacto?"],"Error":["Error"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Lo sentimos, hubo un error mientras se trataba de eliminar %1$s de tu lista de contactos."],"You have unread messages":["Tienes mensajes sin leer"],"Hidden message":["Mensaje oculto"],"Message":["Mensaje"],"Send":["Enviar"],"Optional hint":["Pista opcional"],"Choose a file to send":["Elija un archivo para enviar"],"Click to write as a normal (non-spoiler) message":["Haga click para escribir un mensaje de estatus personalizado"],"Click to write your message as a spoiler":["Haga click para escribir un mensaje de estatus personalizado"],"Clear all messages":["Limpiar todos los mensajes"],"Insert emojis":["Insertar un emoticono"],"Start a call":["Empezar una llamada"],"Remove messages":["Eliminar mensajes"],"Write in the third person":["Escribir en tercera persona"],"Show this menu":["Mostrar este menú"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["¿Estás seguro de que quieres limpiar los mensajes de esta conversación?"],"%1$s has gone offline":["%1$s se ha desconectado"],"%1$s has gone away":["%1$s se ha marchado"],"%1$s is busy":["%1$s está ocupado"],"%1$s is online":["%1$s está conectado"],"Username":["Nombre de usuario"],"user@domain":["usuario@dominio"],"Please enter a valid XMPP address":["Por favor, introduzca una dirección XMPP válida"],"Chat Contacts":["Contactos"],"Toggle chat":["Alternar contactos"],"Show more":["Mostrar más"],"Typing from another device":["Escribiendo desde otro dispositivo"],"%1$s is typing":["%1$s está escribiendo"],"Stopped typing on the other device":["Paró de escribir en el otro dispositivo"],"%1$s has stopped typing":["%1$s ha parado de escribir"],"Minimize this chat box":["Minimizar esta ventana de conversación"],"Click to restore this chat":["Haz clic para recuperar esta conversación"],"Minimized":["Minimizado"],"Description:":["Descripción:"],"Groupchat Address (JID):":["Dirección de la conversación en grupo (JID):"],"Participants:":["Participantes:"],"Features:":["Características:"],"Requires authentication":["Autenticación requerida"],"Hidden":["Oculto"],"Requires an invitation":["Requiere una invitación"],"Moderated":["Moderado"],"Non-anonymous":["No anónimo"],"Open":["Abierta"],"Permanent":["Permanente"],"Public":["Pública"],"Semi-anonymous":["Semi-anónima"],"Temporary":["Temporal"],"Unmoderated":["Sin moderar"],"Affiliation changed":[""],"Query for Groupchats":["Buscar una conversación en grupo"],"Server address":["Dirección del servidor"],"Show groupchats":["Mostrar conversaciones en grupo"],"conference.example.org":["conferencia.ejemplo.org"],"No groupchats found":["No se ha encontrado ninguna conversación en grupo"],"Groupchats found:":["Conversaciones en grupo encontradas:"],"name@conference.example.org":["nombre@conferencia.ejemplo.org"],"Groupchat name":["Nombre de la conversación en grupo"],"Groupchat address":["Dirección de la conversación en grupo"],"Groupchat info for %1$s":["Información de la conversación en grupo %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s ya no es administrador de esta conversación en grupo"],"%1$s is no longer an owner of this groupchat":["%1$s ya no es propietario de esta conversación en grupo"],"%1$s is no longer banned from this groupchat":["%1$s ya no está bloqueado de esta conversación en grupo"],"%1$s has been banned from this groupchat":["%1$s ha sido bloqueado de esta conversación en grupo"],"%1$s is now an %2$s of this groupchat":["%1$s es ahora %2$s de esta conversación en grupo"],"%1$s is no longer a moderator":["%1$s ya no es moderador"],"%1$s has been muted":["%1$s ha sido silenciado"],"%1$s is now a moderator":["%1$s es ahora un moderador"],"Close and leave this groupchat":["Cerrar y salir de la conversación en grupo"],"Configure this groupchat":["Configurar esta conversación en grupo"],"Show more details about this groupchat":["Mostrar más información sobre esta conversación en grupo"],"Hide the list of participants":["Ocultar la lista de participantes"],"Forbidden: you do not have the necessary role in order to do that.":["Prohibido: no tiene el rol necesario para hacer eso."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Prohibido: no tiene la afiliación necesaria para hacer eso."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Error: el comando \"%1$s\" toma dos argumentos, el apodo del usuario y la razón de forma opcional."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Lo sentimos, se ha producido un error al ejecutar el comando. Consulte la consola del desarrollador de su navegador para obtener más detalles."],"You can run the following commands":[""],"Change user's affiliation to admin":["Cambiar la afiliación del usuario a administrador"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Cambiar rol del usuario a participante"],"Remove this groupchat":["Eliminar esta conversación en grupo"],"Kick user from groupchat":["Expulsar al usuario de esta conversación en grupo"],"Write in 3rd person":["Escribir en tercera persona"],"Grant membership to a user":["Conceder membresía a un usuario"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Eliminar la posibilidad de que el usuario pueda publicar mensajes"],"Change your nickname":["Cambiar tu apodo"],"Grant moderator role to user":["Conceder rol de moderador al usuario"],"Grant ownership of this groupchat":["Conceder propiedad de esta conversación en grupo"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Establecer asunto de la conversación en grupo"],"Set groupchat subject (alias for /subject)":["Establecer asunto de la conversación en grupo (equivalente a /subject)"],"Allow muted user to post messages":["Permitir a usuario silenciado publicar mensajes"],"Error: invalid number of arguments":["Error: número de argumentos inválido"],"This action was done by %1$s.":["Esta acción fue hecha por %1$s."],"The reason given is: \"%1$s\".":["La razón dada es: %1$s."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s se ha ido y volvió a entrar en la conversación en grupo. \"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s se ha ido y volvió a entrar en la conversación en grupo"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s ha entrado en la conversación en grupo. \"%2$s\""],"%1$s has entered the groupchat":["%1$s ha entrado en la conversación en grupo"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s ha entrado y ha salido de la conversación en grupo. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s ha entrado y salido de la conversación en grupo"],"%1$s has left the groupchat. \"%2$s\"":["%1$s ha dejado la conversación en grupo. \"%2$s\""],"%1$s has left the groupchat":["%1$s ha dejado la conversación en grupo"],"Topic set by %1$s":["Asunto fijado por %1$s"],"Topic cleared by %1$s":["Asunto limpiado por %1$s"],"Groupchats":["Conversaciones en grupo"],"Add a new groupchat":["Añadir nueva conversación en grupo"],"Query for groupchats":["Búsqueda de conversaciones en grupo"],"This groupchat requires a password":["Esta conversación en grupo requiere una contraseña"],"Password: ":["Contraseña: "],"Submit":["Enviar"],"Please choose your nickname":["Por favor, elige un apodo"],"Nickname":["Apodo"],"Enter groupchat":["Entrar en la conversación en grupo"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Haz clic para mencionar a %1$s en tu mensaje."],"This user is a moderator.":["Este usuario es un moderador."],"This user can send messages in this groupchat.":["Este usuario puede enviar mensajes en esta conversación en grupo."],"This user can NOT send messages in this groupchat.":["Este usuario NO puede enviar mensajes en esta conversación en grupo."],"Moderator":["Moderador"],"Visitor":["Visitante"],"Owner":["Propietario"],"Member":["Miembro"],"Admin":["Administrador"],"Participants":["Participantes"],"Invite":["Invitar"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Estás a punto de invitar a %1$s a la conversación en grupo \"%2$s\". Opcionalmente puedes incluir un mensaje, explicando la razón de tu invitación."],"Notification from %1$s":["Notificación de %1$s"],"%1$s says":["%1$s dice"],"OMEMO Message received":["Mensaje OMEMO recibido"],"has gone offline":["se ha desconectado"],"has gone away":["se ha marchado"],"is busy":["está ocupado"],"has come online":["se ha conectado"],"wants to be your contact":["quiere añadirte a su lista de contactos"],"Sorry, an error occurred while trying to remove the devices.":["Lo sentimos, ocurrió un error mientras se eliminaban los dispositivos."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["¿Estás seguro que quieres generar nuevas claves OMEMO? Esto eliminará tus antiguas claves y todos los mensajes previamente cifrados no serán legibles en este dispositivo."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Lo sentimos, no se puede descifrar un mensaje OMEMO recibido debido a un error."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Lo sentimos, no se puede enviar el mensaje cifrado porque %1$s requiere que estés suscrito a sus actualizaciones de presencia para ver su información OMEMO"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Lo sentimos, no se puede enviar el mensaje cifrado porque el servidor remoto para %1$s no se ha encontrado"],"Unable to send an encrypted message due to an unexpected error.":["Lo sentimos, no se puede enviar el mensaje debido a un error."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["No se puede usar cifrado punto a punto en esta conversación en grupo porque, o bien la conversación es anónima, o bien no todos los participantes soportan OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["No se puede usar cifrado punto a punto porque %1$s usa un cliente que no soporta OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Esto es un mensaje cifrado con OMEMO el cual tu cliente parece no soportar. Encuentra más información en https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s no parece tener un cliente que soporte OMEMO. El cifrado ya no será posible en esta conversación en grupo."],"Your avatar image":["Tu imagen de perfil"],"Your Profile":["Tu Perfil"],"Close":["Cerrar"],"Email":["Email"],"Full Name":["Nombre completo"],"XMPP Address (JID)":["Dirección XMPP (JID)"],"Role":["Rol"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Usa comas para separar múltiples roles. Tus roles se muestran junto a tu nombre en tus mensajes."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Lo sentimos, algo salió mal mientras se trataba de guardar tus datos de perfil."],"You can check your browser's developer console for any error output.":["Puedes comprobar cualquier error en la consola de desarrollador del navegador."],"Away":["Ausente"],"Busy":["Ocupado"],"Custom status":["Estado personalizado"],"Offline":["Desconectado"],"Online":["En línea"],"Away for long":["Ausente por mucho tiempo"],"Change chat status":["Cambiar tu estado"],"Personal status message":["Mensaje personal de estado"],"About":["Acerca de"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Software Libre %2$s Cliente de mensajería XMPP traído para ti por %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Traduce %2$s en tu propio idioma"],"I am %1$s":["Estoy %1$s"],"Change settings":["Cambiar ajustes"],"Click to change your chat status":["Haz clic para cambiar tu estado"],"Log out":["Desconectarse"],"Show details about this chat client":["Mostrar más detalles sobre este cliente de mensajería"],"Your profile":["Tu perfil"],"Are you sure you want to log out?":["¿Estás seguro de que quieres salir?"],"online":["en línea"],"busy":["ocupado"],"away for long":["ausente por mucho tiempo"],"away":["ausente"],"offline":["desconectado"]," e.g. conversejs.org":[" ej. conversejs.org"],"Fetch registration form":["Recuperar formulario de registro"],"Tip: A list of public XMPP providers is available":["Consejo: Hay una lista de proveedores públicos de XMPP disponible"],"here":["aquí"],"Sorry, we're unable to connect to your chosen provider.":["Lo sentimos, no hemos podido conectarnos con tu proveedor elegido."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Lo sentimos, el proveedor dado no soporta registro de cuentas. Por favor, inténtalo con otro proveedor."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Algo salió mal mientras se establecía la conexión con \"%1$s\". ¿Estás seguro de que existe?"],"Now logging you in":["Iniciando ahora"],"Registered successfully":["Registrado exitosamente"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["El proveedor rechazó tu intento de registro. Por favor, revisa que los valores que ingresaste sean correctos."],"Click to toggle the list of open groupchats":["Haz clic para alternar la lista de conversaciones en grupo"],"Open Groupchats":["Conversaciones en grupo abiertas"],"Are you sure you want to leave the groupchat %1$s?":["¿Estás seguro de que quieres abandonar la conversación en grupo \"%1$s\"?"],"This contact is busy":["Este contacto está ocupado"],"This contact is online":["Este contacto está en línea"],"This contact is offline":["Este contacto está desconectado"],"This contact is unavailable":["Este contacto no está disponible"],"This contact is away for an extended period":["Este contacto está ausente por un largo periodo de tiempo"],"This contact is away":["Este contacto está ausente"],"Groups":["Grupos"],"Contact name":["Nombre de contacto"],"Optional nickname":["Apodo opcional"],"Add a Contact":["Agregar un contacto"],"XMPP Address":["Dirección XMPP"],"name@example.org":["usuario@ejemplo.org"],"Add":["Añadir"],"Sorry, could not find a contact with that name":["Lo sentimos. no se pudo encontrar ningún contacto con ese nombre"],"This contact has already been added":["Este contacto ya ha sido añadido"],"Filter":["Filtrar"],"Filter by contact name":["Filtrar por nombre de contacto"],"Filter by group name":["Filtrar por nombre de grupo"],"Filter by status":["Filtrar por estado"],"Any":["Cualquier"],"Unread":["Sin leer"],"Chatty":["Hablador"],"Extended Away":["Ausencia extendida"],"Click to remove %1$s as a contact":["Haz clic para eliminar a %1$s de tu lista de contactos"],"Click to accept the contact request from %1$s":["Haz clic para aceptar la solicitud de contacto %1$s"],"Click to decline the contact request from %1$s":["Haz clic para rechazar la solicitud de contacto %1$s"],"Click to chat with %1$s (JID: %2$s)":["Haz clic para conversar con %1$s (JID:%2$s)"],"Are you sure you want to decline this contact request?":["¿Estás seguro de que quieres rechazar esta solicitud de contacto?"],"Contacts":["Contactos"],"Add a contact":["Agregar un contacto"],"Re-sync your contacts":["Re-sincronizar tus contactos"],"Sorry, something went wrong while trying to save your bookmark.":["Lo sentimos, algo salió mal mientras se trataba de guardar el marcador."],"Unencryptable OMEMO message":["Mensaje OMEMO no descifrable"],"Sorry, could not determine upload URL.":["Lo sentimos, no se ha podido determinar la URL de subida."],"Sorry, could not determine file upload URL.":["Lo sentimos, no se pudo determinar la URL de subida de archivos."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Lo sentimos, no se ha podido subir el archivo con éxito. La respuesta de tu servidor: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Lo sentimos, no se ha podido subir el archivo con éxito."],"Sorry, looks like file upload is not supported by your server.":["Lo sentimos, parece que tu servidor no soporta la subida de archivos."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["El tamaño del archivo, %1$s, excede el máximo permitido por tu servidor, que es %2$s."],"Sorry, an error occurred:":["Lo sentimos, se ha producido un error:"],"The connection has dropped, attempting to reconnect.":["La conexión se ha perdido, intentando reconectar."],"An error occurred while connecting to the chat server.":["Ocurrió un error mientras se conectaba al servidor de chat."],"Your Jabber ID and/or password is incorrect. Please try again.":["Tu usuario de Jabber y/o tu contraseña no es correcta. Por favor, inténtelo de nuevo."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Lo sentimos, no pudimos conectarnos al servidor XMPP con el dominio: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["El servidor XMPP no ofreció un mecanismo de autenticación soportado"],"This groupchat is not anonymous":["Esta conversación en grupo no es anónima"],"This groupchat now shows unavailable members":["Esta conversación en grupo ahora muestra los miembros no disponibles"],"This groupchat does not show unavailable members":["Esta conversación en grupo no muestra los miembros no disponibles"],"The groupchat configuration has changed":["La configuración de la conversación en grupo ha cambiado"],"groupchat logging is now enabled":["el registro de la conversación en grupo está ahora habilitado"],"groupchat logging is now disabled":["el registro de la conversación en grupo está ahora desactivado"],"This groupchat is now no longer anonymous":["Esta conversación en grupo ya no es anónima"],"This groupchat is now semi-anonymous":["Esta conversación en grupo ahora es semi-anónima"],"This groupchat is now fully-anonymous":["Esta conversación en grupo ahora es completamente anónima"],"A new groupchat has been created":["Se ha creado una nueva conversación en grupo"],"Your nickname has been automatically set to %1$s":["Tu apodo ha sido establecido automáticamente como %1$s"],"Your nickname has been changed to %1$s":["Tu apodo ha sido cambiado a %1$s"],"You have been banned from this groupchat":["Has sido bloqueado de esta conversación en grupo"],"You have been kicked from this groupchat":["Has sido expulsado de esta conversación en grupo"],"You have been removed from this groupchat because of an affiliation change":["Has sido eliminado de esta conversación en grupo debido a un cambio de afiliación"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Has sido eliminado de esta conversación en grupo debido a que la conversación en grupo cambió su configuración a solo-miembros y tú no eres un miembro"],"You have been removed from this groupchat because the service hosting it is being shut down":["Has sido expulsado de esta conversación en grupo debido a que el servicio está siendo apagado"],"%1$s has been banned":["%1$s ha sido bloqueado"],"%1$s's nickname has changed":["El apodo de %1$s ha cambiado"],"%1$s has been kicked out":["%1$s ha sido expulsado"],"%1$s has been removed because of an affiliation change":["%1$s ha sido eliminado debido a un cambio de afiliación"],"%1$s has been removed for not being a member":["%1$s ha sido eliminado por no ser un miembro"],"You're not allowed to register yourself in this groupchat.":["No se te permite ingresar en esta conversación en grupo."],"You're not allowed to register in this groupchat because it's members-only.":["No se te permite ingresar en esta conversación en grupo dado que es solo para miembros."],"Can't register your nickname in this groupchat, it doesn't support registration.":["No puedes registrar tu apodo en esta conversación en grupo, no permite registro."],"Can't register your nickname in this groupchat, invalid data form supplied.":["No puedes registrar tu apodo en esta conversación en grupo, se han proporcionado datos inválidos."],"The nickname you chose is reserved or currently in use, please choose a different one.":["El apodo que elegiste está reservado o en uso actualmente, por favor, elige uno diferente."],"You are not on the member list of this groupchat.":["No estás en la lista de miembros de esta conversación en grupo."],"You have been banned from this groupchat.":["Has sido bloqueado de esta conversación en grupo."],"You are not allowed to create new groupchats.":["No estás autorizado para crear nuevas conversación en grupo."],"Your nickname doesn't conform to this groupchat's policies.":["Tu apodo no se ajusta a la política de esta conversación en grupo."],"This groupchat does not (yet) exist.":["Esta conversación en grupo (aún) no existe."],"This groupchat has reached its maximum number of participants.":["Esta conversación en grupo ha alcanzado su número máximo de ocupantes."],"Remote server not found":["Servidor remoto no encontrado"],"The explanation given is: \"%1$s\".":["La razón dada es: \"%1$s\"."],"%1$s has invited you to join a groupchat: %2$s":["%1$s te ha invitado a unirte a la conversación en grupo: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s te ha invitado a ingresar a la conversación en grupo: %2$s, y dejó la siguiente razón: \"%3$s\""],"My contacts":["Mis contactos"],"Pending contacts":["Contactos pendientes"],"Contact requests":["Solicitudes de contacto"],"Ungrouped":["Sin grupo"],"Sorry, there was an error while trying to add %1$s as a contact.":["Lo sentimos, hubo un error intentando añadir a %1$s a tu lista de contactos."],"This client does not allow presence subscriptions":["Este cliente no permite las suscripciones presenciales"],"Click to hide these contacts":["Haz clic para ocultar estos contactos"],"Enter a new Groupchat":["Entrar en una nueva conversación en grupo"],"This field is required":["Este campo es requerido"],"Join":["Unirse"],"This groupchat no longer exists":["Esta conversación en grupo ya no existe"],"The conversation has moved. Click below to enter.":["La conversación se ha movido. Haz clic debajo para entrar."],"Name":["Nombre"],"Groupchat address (JID)":["Dirección de la conversación en grupo (JID)"],"Description":["Descripción"],"Topic":["Asunto"],"Topic author":["Autor del asunto"],"Online users":["Usuarios en línea"],"Features":["Características"],"Password protected":["Protegido con contraseña"],"This groupchat requires a password before entry":["Esta conversación en grupo requiere una contraseña para entrar"],"No password required":["No se requiere contraseña"],"This groupchat does not require a password upon entry":["Esta conversación en grupo no requiere contraseña para la entrada"],"This groupchat is not publicly searchable":["Esta conversación en grupo no es pública"],"This groupchat is publicly searchable":["Esta conversación en grupo es pública"],"Members only":["Solo miembros"],"This groupchat is restricted to members only":["Esta conversación en grupo está restringida solamente a miembros"],"Anyone can join this groupchat":["Cualquiera puede unirse a esta conversación en grupo"],"Persistent":["Persistente"],"This groupchat persists even if it's unoccupied":["Esta conversación en grupo persiste incluso si está desocupada"],"This groupchat will disappear once the last person leaves":["Esta conversación en grupo desaparecerá una vez que la última persona la abandone"],"Not anonymous":["No anónima"],"All other groupchat participants can see your XMPP address":["Todos los participantes de la conversación pueden ver tu dirección XMPP"],"Only moderators can see your XMPP address":["Sólo los moderadores pueden ver tu dirección XMPP"],"Participants entering this groupchat need to request permission to write":["Los participantes en esta conversación en grupo necesitan pedir permiso para escribir"],"Not moderated":["No moderada"],"Participants entering this groupchat can write right away":["Los participantes en esta conversación en grupo pueden escribir directamente"],"Message archiving":["Archivado de mensajes"],"Messages are archived on the server":["Los mensajes son archivados en el servidor"],"No password":["Sin contraseña"],"this groupchat is restricted to members only":["Esta conversación en grupo esta restringida solo a miembros"],"Uploading file:":["Subiendo archivo:"],"XMPP Address:":["Dirección XMPP:"],"Password:":["Contraseña:"],"password":["contraseña"],"This is a trusted device":["Este es un dispositivo de confianza"],"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.":["Para mejorar el rendimiento, guardamos tus datos en la caché del navegador. Desmarca esta opción si este es un ordenador público o si quieres que tus datos sean borrados cuando te desconectes. Es importante que cierres la sesión explícitamente, de lo contrario podrían no borrarse todos los datos almacenados en la caché. Por favor, ten en cuenta que cuando estés usando un dispositivo que no es de confianza, el cifrado OMEMO no está disponible."],"Log in":["Iniciar sesión"],"Click here to log in anonymously":["Haz clic aquí para iniciar sesión de forma anónima"],"This message has been edited":["Este mensaje ha sido editado"],"Edit this message":["Editar este mensaje"],"Message versions":["Versiones del mensaje"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Guardar y cerrar"],"This device's OMEMO fingerprint":["Huella digital OMEMO de este dispositivo"],"Generate new keys and fingerprint":["Generar nuevas claves y huella digital"],"Select all":["Seleccionar todo"],"Checkbox to select fingerprints of all other OMEMO devices":["Casilla para seleccionar las huellas digitales de otros dispositivos OMEMO"],"Other OMEMO-enabled devices":["Otros dispositivos habilitados para OMEMO"],"Checkbox for selecting the following fingerprint":["Casilla para seleccionar las siguientes huellas digitales"],"Device without a fingerprint":["Dispositivo sin huella digital"],"Remove checked devices and close":["Eliminar los dispositivos seleccionados y cerrar"],"Don't have a chat account?":["¿No tienes una cuenta?"],"Create an account":["Crear una cuenta"],"Create your account":["Crea tu cuenta"],"Please enter the XMPP provider to register with:":["Por favor, introduce el proveedor de XMPP para registrarse:"],"Already have a chat account?":["¿Ya tienes una cuenta?"],"Log in here":["Inicia sesión aquí"],"Account Registration:":["Registro de cuenta:"],"Register":["Registrar"],"Choose a different provider":["Elige un proveedor diferente"],"Hold tight, we're fetching the registration form…":["Espera, estamos recuperando el formulario de registro…"],"Messages are being sent in plaintext":["Los mensajes se envían en texto plano"],"The User's Profile Image":["Imagen de perfil del usuario"],"Full Name:":["Nombre completo:"],"Nickname:":["Apodo:"],"URL:":["URL:"],"Email:":["Email:"],"Role:":["Rol:"],"OMEMO Fingerprints":["Huellas digitales OMEMO"],"Trusted":["De confianza"],"Untrusted":["No es de confianza"],"Refresh":["Actualizar"],"Remove as contact":["Eliminar de tu lista de contactos"],"Download audio file \"%1$s\"":["Descargar archivo de audio \"%1$s\""],"Download file \"%1$s\"":["Descargar archivo \"%1$s\""],"Download image \"%1$s\"":["Descargar imagen \"%1$s\""],"Download":["Descargar"],"Download video file \"%1$s\"":["Descargar archivo de video \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/eu/LC_MESSAGES/converse.json b/locale/eu/LC_MESSAGES/converse.json deleted file mode 100644 index a65ec7028..000000000 --- a/locale/eu/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"eu"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Ziur al zaude \"%1$s\" laster-marka ezabatu nahi duzula?"],"Unbookmark this groupchat":["Kendu gela hau laster-marketatik"],"Bookmark this groupchat":["Egin gela honen laster-marka"],"Would you like this groupchat to be automatically joined upon startup?":["Gela honetan automatikoki sartu nahiko zenuke abioan?"],"Cancel":["Utzi"],"The name for this bookmark:":["Laster-marka honen izena:"],"What should your nickname for this groupchat be?":["Zein izango litzateke gela honetarako zure ezizena?"],"Save":["Gorde"],"Leave this groupchat":["Atera gela honetatik"],"Remove this bookmark":["Laster-marka hau ezabatu"],"Show more information on this groupchat":["Erakutsi gela honi buruzko informazio gehiago"],"Click to open this groupchat":["Klikatu gela hau irekitzeko"],"Click to toggle the bookmarks list":["Klikatu laster-marka zerrenda ordezkatzeko"],"Bookmarks":["Laster-markak"],"Close this chat box":["Txat leiho hau itxi"],"Sorry, something went wrong while trying to refresh":["Barkatu, zerbaitek huts egin du zure laster-marka gordetzerakoan"],"Are you sure you want to remove this contact?":["Ziur al zaude kontaktu hau ezabatu nahi duzula?"],"Error":["Errorea"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Barkatu, akats bat izan da %1$s kontaktu moduan ezabatzean."],"You have unread messages":["Irakurri gabeko mezuak dituzu"],"Hidden message":["Ezkutuko mezua"],"Message":["Mezua"],"Send":["Bidali"],"Optional hint":["Aukerako haztarna"],"Choose a file to send":["Aukeratu bidaltzeko fitxategia"],"Click to write as a normal (non-spoiler) message":["Klikatu mezua ohiko moduan idazteko"],"Click to write your message as a spoiler":["Klikatu zure mezua iragarki moduan idazteko"],"Clear all messages":["Mezu guztiak garbitu"],"Insert emojis":["Emojiak txertatu"],"Start a call":["Dei bat hasi"],"Remove messages":["mezuak ezabatu"],"Write in the third person":["Hirugarrengo pertsonan idatzi"],"Show this menu":["Menu hau erakutsi"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Ziur al zaude elkarrizketa honetako mezuak ezabatu nahi dituzula?"],"%1$s has gone offline":["%1$s deskonektatu egin da"],"%1$s has gone away":["%1$s joan egin da"],"%1$s is busy":["%1$s lanpeturik dago"],"%1$s is online":["%1$s linean dago"],"Username":["Erabiltzaile izena"],"user@domain":["erabiltzailea@domeinua"],"Please enter a valid XMPP address":["Mesedez sar ezazu baleko XMPP helbide bat"],"Chat Contacts":["Txat kontaktuak"],"Toggle chat":["Txata gaitu"],"Show more":["Gehiago erakutsi"],"Typing from another device":["Beste gailu batetatik idazten"],"%1$s is typing":["%1$s idazten ari da"],"Stopped typing on the other device":["Beste gailuan idazteari utzi zaio"],"%1$s has stopped typing":["%1$s idazteari utzi dio"],"Minimize this chat box":["Txat leiho hau minimizatu"],"Click to restore this chat":["Klikatu txat hau berrezartzeko"],"Minimized":["Minimizaturik"],"Description:":["Deskribapena:"],"Groupchat Address (JID):":["Gelaren helbidea (JID):"],"Participants:":["Parte-hartzaileak:"],"Features:":["Ezaugarriak:"],"Requires authentication":["Autentifikazioa behar da"],"Hidden":["Ezkutua"],"Requires an invitation":["Gonbidapena behar da"],"Moderated":["Moderatua"],"Non-anonymous":["Ez-anonimoa"],"Open":["Ireki"],"Permanent":["Iraunkorra"],"Public":["Publikoa"],"Semi-anonymous":["Erdi-anonimoa"],"Temporary":["Aldi baterako"],"Unmoderated":["Moderatu gabea"],"Affiliation changed":[""],"Query for Groupchats":["Bilatu gelak"],"Server address":["Zerbitzariaren helbidea"],"Show groupchats":["Erakutsi gelak"],"conference.example.org":["conference.example.org"],"No groupchats found":["Ez da gelarik aurkitu"],"Groupchats found:":["Aurkitutako gelak:"],"name@conference.example.org":["izena@conference.example.org"],"Groupchat name":["Talde elkarrizketaren izena"],"Groupchat address":["Gelaren helbidea"],"Groupchat info for %1$s":["%1$s gelaren informazioa"],"%1$s is no longer an admin of this groupchat":["%1$s ez da jada gela honetako administratzailea"],"%1$s is no longer an owner of this groupchat":["%1$s ez da jada gela honetako jabeetako bat"],"%1$s is no longer banned from this groupchat":["%1$s ez dago jada gela honetan debekatua"],"%1$s has been banned from this groupchat":["%1$s gela honetan debekatua izan da"],"%1$s is now an %2$s of this groupchat":["%1$s orain berriketa honetako %2$s da"],"%1$s is no longer a moderator":["%1$s jada ez da moderatzailea"],"%1$s has been muted":["%1$s ezikusia izan da"],"%1$s is now a moderator":["%1$s orain moderatzailea da"],"Close and leave this groupchat":["Itxi eta atera gela honetatik"],"Configure this groupchat":["Konfiguratu gela hau"],"Show more details about this groupchat":["Erakutsi gela honi buruzko informazio gehiago"],"Hide the list of participants":["Ezkutatu parte-hartzaileen zerrena"],"Forbidden: you do not have the necessary role in order to do that.":["Debekatua: Ez duzu hori egiteko behar den rola."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Debekatua: Ez duzu hori egiteko behar den afiliazioa."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Akatsa: %1$s aginduak bi argumentu hartzen ditu, erabiltzailearen ezizena eta aukerako arrazoi bat."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Errore bat gertatu da agindua exekutatzean. Egiaztatu zure nabigatzailearen garatzaile kontsola xehetasunetarako."],"You can run the following commands":[""],"Change user's affiliation to admin":["Aldatu erabiltzailearen afiliazioa administratzailera"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Ezarri erabiltzailearen rola parte-hartzaile gisa"],"Remove this groupchat":["Ezabatu chat talde hau"],"Kick user from groupchat":["Kanporatu erabiltzailea gelatik"],"Write in 3rd person":["3. pertsonan idatzi"],"Grant membership to a user":["Eman kidetza erabiltzaile bati"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Kendu mezuak argitaratzeko erabiltzailearen gaitasuna"],"Change your nickname":["Zure ezizena aldatu"],"Grant moderator role to user":["Eman moderatzaile rola erabiltzaileari"],"Grant ownership of this groupchat":["Eman gela honen jabetza"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Ezarri gelaren mintzagaia"],"Set groupchat subject (alias for /subject)":["Ezarri gelaren mintzagaia (/subject aginduaren aliasa)"],"Allow muted user to post messages":["Baimendu isilarazitako erabiltzaileari mezuak argitaratzea"],"Error: invalid number of arguments":["Errorea: Argumentu kopuru baliogabea"],"This action was done by %1$s.":["Ekintza hau %1$s -k egina izan da."],"The reason given is: \"%1$s\".":["Emandako arrazoia ondorengoa da: \"%1$s\"."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s atera egin da eta berriro elkartu da %2$s gelara"],"%1$s has left and re-entered the groupchat":["%1$s atera egin da eta berriro elkartu da gelara"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s gelara elkartu da. \"%2$s\""],"%1$s has entered the groupchat":["%1$s gelara elkartu da"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s gelara elkartu eta atera egin da. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s gelara elkartu eta atera egin da"],"%1$s has left the groupchat. \"%2$s\"":["%1$s gelatik atera da. \"%2$s\""],"%1$s has left the groupchat":["%1$s gelatik atera da"],"Topic set by %1$s":["%1$s -k ezarritako gaia"],"Topic cleared by %1$s":["%1$s erabiltzaileak mintzagaia garbitu du"],"Groupchats":["Gelak"],"Add a new groupchat":["Gehitu gela berri bat"],"Query for groupchats":["Bilatu gelak"],"This groupchat requires a password":["Txat gela honek pasahitza behar du"],"Password: ":["Pasahitza: "],"Submit":["Bidali"],"Please choose your nickname":["Mesedez, aukeratu zure ezizena"],"Nickname":["Ezizena"],"Enter groupchat":["Elkartu gelara"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Klikatu %1$s zure mezuan aipatzeko."],"This user is a moderator.":["Erabiltzaile hau moderatzailea da."],"This user can send messages in this groupchat.":["Erabiltzaile honek mezuak bidal ditzake gela honetan."],"This user can NOT send messages in this groupchat.":["Erabiltzaile honek EZIN ditu mezuak bidali gela honetan."],"Moderator":["Moderatzailea"],"Visitor":["Bisitaria"],"Owner":["Jabea"],"Member":["Kidea"],"Admin":["Administratzailea"],"Participants":["Parte-hartzaileak"],"Invite":["Gonbidatu"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["%1$s \"%2$s\" txat gelara gonbidatzera zoaz. Gonbidapenaren arrazoia adierazten duen mezu bat gehitzeko aukera duzu."],"Notification from %1$s":["%1$s -(r)en jakinarazpena"],"%1$s says":["%1$s -k dio"],"OMEMO Message received":["OMEMO mezua jasota"],"has gone offline":["deskonektatu egin da"],"has gone away":["joan egin da"],"is busy":["lanpeturik dago"],"has come online":["linean jarri da"],"wants to be your contact":["zure kontaktua izan nahi du"],"Sorry, an error occurred while trying to remove the devices.":["Errore bat gertatu da gailuak kentzen saiatzean."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Ziur al zaude OMEMO gako berriak sortu nahi dituzula? Honek zure gako zaharrak ezabatuko ditu eta aurretiaz enkriptaturiko mezu guztiak ezingo dira irakurri gailu honetan."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Ezin izan da jasotako OMEMO mezu bat deszifratu errore bat dela eta."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Barkatu, ez gara gai enkriptaturiko mezua bidaltzeko %1$s -(e)k beraien presentzia eguneraketetara izen emanda egotea behar duelako beraien OMEMO informazioa ikusi ahal izateko."],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Barkatu, ez gara gai enkriptaturiko mezua bidaltzeko %1$s -rentzako urruneko zerbitzaria ezin delako topatu."],"Unable to send an encrypted message due to an unexpected error.":["Ezin izan da mezua bidali errore bat dela eta."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Hau zifratutako OMEMO mezu bat da eta badirudi zure bezeroak ez duela onartzen. Gehiago jakiteko: https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["Badirudi %1$s -(e)k ez daukala OMEMO erabiltzeko gai den bezerorik. Ezingo da enkriptaturiko elkarrizketarik izan talde honetan."],"Your avatar image":["Zure abatarraren irudia"],"Your Profile":["Zure profila"],"Close":["Itxi"],"Email":["Emaila"],"Full Name":["Izen osoa"],"XMPP Address (JID)":["XMPP helbidea (JID)"],"Role":["Rola"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Banatu rolak komen bidez. Zure rolak izenaren ondoan agertzen dira txat mezuetan."],"URL":["URLa"],"Sorry, an error happened while trying to save your profile data.":["Errore bat gertatu da zure profileko datuak gordetzen saiatzean."],"You can check your browser's developer console for any error output.":["Zure nabigatzaileko garatzaile kontsolan egiaztatu dezakezu errorerik dagoen."],"Away":["Kanpoan"],"Busy":["Lanpetua"],"Custom status":["Egoera pertsonalizatua"],"Offline":["Deskonektaturik"],"Online":["Linean"],"Away for long":["Kanpoan denbora luzerako"],"Change chat status":["Txat egoera aldatu"],"Personal status message":["Egoera mezu pertsonala"],"About":["Honi buruz"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["%1$s nago"],"Change settings":["Ezarpenak aldatu"],"Click to change your chat status":["Klikatu zure txat egoera aldatzeko"],"Log out":["Saioa itxi"],"Your profile":["Zure profila"],"Are you sure you want to log out?":["Ziur al zaude saioa itxi nahi duzula?"],"online":["Linean"],"busy":["Lanpetua"],"away for long":["kanpoan denbora luzerako"],"away":["Kanpoan"],"offline":["deskonektatua"]," e.g. conversejs.org":[" adib. conversejs.org"],"Fetch registration form":["Erregistro formularioa eskuratu"],"Tip: A list of public XMPP providers is available":["Aholkua: XMPP hornitzaile publikoen zerrenda bat dago eskuragarri"],"here":["hemen"],"Sorry, we're unable to connect to your chosen provider.":["Barkatu, ezin izan dugu zuk aukeraturiko hornitzailera konektatu."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Barkatu, emandako hornitzaileak ez du banda kontuen erregistroa onartzen. Saiatu beste hornitzaile batekin."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Zerbait oker joan da \"%1$s\"-(r)ekin konexioa ezartzean. Ziur al zaude existitzen dela?"],"Now logging you in":["Orain saio hasten"],"Registered successfully":["Arrakastaz erregistratua"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Hornitzaileak zure izen emate saiakera ukatu du. Mesedez egiaztatu sartutako balioak zuzenak direla."],"Click to toggle the list of open groupchats":["Egin klik irekitako gelen zerrenda hedatu/tolesteko"],"Open Groupchats":["Irekitako gelak"],"Are you sure you want to leave the groupchat %1$s?":["Ziur al zaude %1$s gelatik atera nahi duzula?"],"This contact is busy":["Kontaktu hau lanpeturik dago"],"This contact is online":["Kontaktu hau linean dago"],"This contact is offline":["Kontaktu hau lineaz kanpo dago"],"This contact is unavailable":["Kontaktu hau ez dago erabilgarri"],"This contact is away for an extended period":["Kontaktu hau kanpoan dago denbora luzez"],"This contact is away":["Kontaktu hau kanpoan dago"],"Groups":["Taldeak"],"Contact name":["Kontaktu izena"],"Optional nickname":["Aukerako ezizena"],"Add a Contact":["Kontaktu bat gehitu"],"XMPP Address":["XMPP Helbidea"],"name@example.org":["izena@adibidea.org"],"Add":["Gehitu"],"Sorry, could not find a contact with that name":[""],"Filter":["Iragazi"],"Filter by contact name":["Kontaktu izenaz iragazi"],"Filter by group name":["Talde izenaz iragazi"],"Filter by status":["Egoeraren araberan iragazi"],"Any":["Edozein"],"Unread":["Irakurri gabe"],"Chatty":["Hitzduna"],"Extended Away":["Denbora luzez at"],"Click to remove %1$s as a contact":["Klikatu %1$s kontaktuetatik ezabatzeko"],"Click to accept the contact request from %1$s":["Klikatu %1$s -(r)en kontaktu eskaera onartzeko"],"Click to decline the contact request from %1$s":["Klikatu %1$s -(r)en kontaktu eskaera baztertzeko"],"Click to chat with %1$s (JID: %2$s)":["Klikatu %1$s (JID: %2$s) -(r)ekin berriketan egiteko"],"Are you sure you want to decline this contact request?":["Ziur al,zaude kontaktu eskaera hau baztertu nahi duzula?"],"Contacts":["Kontaktuak"],"Add a contact":["Kontaktu bat gehitu"],"Sorry, something went wrong while trying to save your bookmark.":["Barkatu, zerbaitek huts egin du zure laster-marka gordetzerakoan."],"Unencryptable OMEMO message":["OMEMO mezu zifratu-ezina"],"Sorry, could not determine upload URL.":["Barkatu, ezin izan da igoera URL-a zehaztu."],"Sorry, could not determine file upload URL.":["Barkatu, ezin izan da fitxategi igotzeko URL-a zehaztu."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Ezin izan da zure fitxategia igo. Zure zerbitzariaren erantzuna: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Barkatu, ezin izan da zure fitxategia behar bezala igo."],"Sorry, looks like file upload is not supported by your server.":["Barkatu, badirudi zure zerbitzariak ez duela fitxategi igoera onartzen."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Zure fitxategiaren neurriak, %1$s, zure zerbitzariak gehienez onarturiko muga( %2$s ) gainditzen du."],"Sorry, an error occurred:":["Errore bat gertatu da:"],"The connection has dropped, attempting to reconnect.":["Konexioa galdu egin da, birkonektatzen saiatzen."],"An error occurred while connecting to the chat server.":["Akats bat izan da txat zerbitzariarekin konektatzean."],"Your Jabber ID and/or password is incorrect. Please try again.":["Zure Jabber ID-a/edo pasahitza ez dira zuzenak. Mesedez saiatu berriro."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Barkatu, ezin izan dugu XMPP ostalarira konektatu %1$s domeinuarekin"],"The XMPP server did not offer a supported authentication mechanism":["XMPP zerbitzariak ez du lagunduriko autentikazio mekanismorik eskaintzen"],"This groupchat is not anonymous":["Gela hau ez da erabiltzaile anonimoentzat"],"This groupchat now shows unavailable members":["Gela honek orain kide eskuragaitzak erakusten ditu"],"This groupchat does not show unavailable members":["Gela honek ez ditu kide eskuragaitzak erakusten"],"The groupchat configuration has changed":["Gelaren ezarpenak aldatu egin dira"],"groupchat logging is now enabled":["gelan izen ematea gaituta dago orain"],"groupchat logging is now disabled":["gelan izen ematea desgaituta dago orain"],"This groupchat is now no longer anonymous":["dagoeneko gela hau ez da anonimoa"],"This groupchat is now semi-anonymous":["gela hau orain erdi-anonimoa da orain"],"This groupchat is now fully-anonymous":["gela hau orain erabat anonimoa da"],"A new groupchat has been created":["Gela berri bat sortu da"],"Your nickname has been automatically set to %1$s":["Zure ezizena %1$s bezala ezarria izan da automatikoki"],"Your nickname has been changed to %1$s":["Zure ezizena %1$s -ra aldatua izan da"],"You have been banned from this groupchat":["Gela honetan debekatua izan zara"],"You have been kicked from this groupchat":["Gela honetatik kanporatua izan zara"],"You have been removed from this groupchat because of an affiliation change":["Gela honetatik ezabatua izan zara afiliazio aldaketa bat dela eta"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Gela honetatik ezabatua izan zara gelako sarbidea kideentzako soilik ezarri delako eta zu ez zara kidea"],"You have been removed from this groupchat because the service hosting it is being shut down":["Gela honetatik ezabatua izan zara zerbitzuaren ostatatzea itxi egingo delako"],"%1$s has been banned":["%1$s bidalia izan da"],"%1$s's nickname has changed":["%1$s -(r)en ezizena aldatu egin da"],"%1$s has been kicked out":["%1$s bidalia izan da"],"%1$s has been removed because of an affiliation change":["%1$s ezabatua izan da afiliazio aldaketa bat dela eta"],"%1$s has been removed for not being a member":["%1$s ezabatua izan da kidea ez delako"],"You're not allowed to register yourself in this groupchat.":["Ez duzu baimenik zure burua gela honetan erregistratzeko."],"You're not allowed to register in this groupchat because it's members-only.":["Ez duzu baimenik zure burua gela honetan erregistratzeko kideentzako bakarrik delako."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Ezin da zure ezizena gela honetan erregistratu, ez du erregistratzea onartzen."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Ezin da zure ezizena gela honetan erregistratu, datu formulario baliogabea eman da."],"The nickname you chose is reserved or currently in use, please choose a different one.":["Aukeratutako ezizena erreserbatuta dago edo erabiltzen ari da une honetan, aukeratu beste bat."],"You are not on the member list of this groupchat.":["Ez zaude gela honetako kideen zerrendan."],"You have been banned from this groupchat.":["Gela honetatik debekatua izan zara."],"You are not allowed to create new groupchats.":["Ez duzu baimenik gela berriak sortzeko."],"Your nickname doesn't conform to this groupchat's policies.":["Zure ezizenak ez ditu gela honetako arauak betetzen."],"This groupchat does not (yet) exist.":["Gela hau ez da existitzen (oraindik)."],"This groupchat has reached its maximum number of participants.":["Gela hau gehienezko parte-hartzaile kopurura iritsi da."],"Remote server not found":["Ez da urruneko zerbitzaria aurkitu"],"The explanation given is: \"%1$s\".":["Emandako arrazoia ondorengoa da: \"%1$s\"."],"%1$s has invited you to join a groupchat: %2$s":["%1$s erabiltzaileak %2$s gelara gonbidatu zaitu"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s erabiltzaileak %2$s gelara elkartzera gonbidatu zaitu, eta ondorengo arrazoia eman du: \"%3$s\""],"My contacts":["Nere kontaktuak"],"Pending contacts":["Zain dauden kontaktuak"],"Contact requests":["Kontaktu eskaerak"],"Ungrouped":["Sailkatu gabe"],"Sorry, there was an error while trying to add %1$s as a contact.":["Barkatu, akats bat izan da %1$s kontaktu moduan gehitzean."],"This client does not allow presence subscriptions":["Bezero honek ez du onartzen aurrez aurreko harpidetzarik"],"Click to hide these contacts":["Klikatu kontaktu hauek ezkutatzeko"],"Enter a new Groupchat":["Sartu gela berri batean"],"This field is required":[""],"Join":["Batu"],"The conversation has moved. Click below to enter.":["Elkarrizketa hau mugitua izan da. Klikatu azpian sartzeko."],"Name":["Izena"],"Groupchat address (JID)":["Gelaren helbidea (JID)"],"Description":["Deskribapena"],"Topic":["Mintzagaia"],"Topic author":["Mintzagaiaren egilea"],"Online users":["Erabiltzaileak linean"],"Features":["Ezaugarriak"],"Password protected":["Pasahitzez babestua"],"This groupchat requires a password before entry":["Gela honek pasahitza eskatzen du sartu ahal izateko"],"No password required":["Ez da pasahitzik eskatzen"],"This groupchat does not require a password upon entry":["Gela honek ez du pasahitzik eskatzen sartzeko"],"This groupchat is not publicly searchable":["Gela hau ezin da publikoki bilatua izan"],"This groupchat is publicly searchable":["Gela hau publikoki bilatua izan daiteke"],"Members only":["Kideak soilik"],"This groupchat is restricted to members only":["Gela hau kideei soilik dagokie"],"Anyone can join this groupchat":["Gela honetan edozein sartu daiteke"],"Persistent":["Iraunkorra"],"This groupchat persists even if it's unoccupied":["Gela honek bere horretan jarraituko du hustu arren"],"This groupchat will disappear once the last person leaves":["Gela hau desagertu egingo da azken pertsonak uzten duen unean"],"Not anonymous":["Ez-anonimoa"],"Participants entering this groupchat need to request permission to write":["Grla honetara sartzen diren kideek idazteko baimena eskatu behar dute"],"Not moderated":["Moderatu gabea"],"Participants entering this groupchat can write right away":["Gela honetara gehitzen diren kideek berehala idatz dezakete"],"Message archiving":["Mezu artxibaketa"],"Messages are archived on the server":["Mezuak zerbitzarian gordetzen dira"],"No password":["Pasahitzik gabe"],"this groupchat is restricted to members only":["Gela hau kideei soilik dagokie"],"Uploading file:":[""],"Password:":["Pasahitza:"],"password":["pasahitza"],"This is a trusted device":["Hau gailu fidagarri bat da"],"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.":["Errendimendua hobetzeko, zure datuak nabigatzaile honen cachean gordetzen dira. Desmarkatu hau ordenagailua publikoa bada edo saioa amaitzean datuak ezabatzea nahiago baduzu. Saioa esplizituki amaitzea ezinbestekoa da, bestela agian ez dira datu guztiak ezabatuko."],"Log in":["Hasi saioa"],"Click here to log in anonymously":["Klikatu hemen saioa anonimoki hasteko"],"This message has been edited":["Mezu hau editatu da"],"Edit this message":["Editatu mezu hau"],"Message versions":["Mezuaren bertsioak"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Gorde eta itxi"],"This device's OMEMO fingerprint":["Gailu honen OMEMO hatz-marka"],"Generate new keys and fingerprint":[""],"Select all":["Hautatu guztiak"],"Checkbox to select fingerprints of all other OMEMO devices":["Beste OMEMO gailuen hatz-markak hautatzeko koadroa"],"Other OMEMO-enabled devices":["Beste OMEMO-gai diren gailuak"],"Checkbox for selecting the following fingerprint":["Hurrengo hatz-marka hautatzeko koadroa"],"Device without a fingerprint":["Hatz-markarik gabeko gailua"],"Remove checked devices and close":["Kendu markatutako gailuak eta itxi"],"Don't have a chat account?":["Ez duzu txat konturik?"],"Create an account":["Sortu kontu bat"],"Create your account":["Zure kontua sortu"],"Please enter the XMPP provider to register with:":["Mesedez sartu XMPP hornitzailea:"],"Already have a chat account?":["Baduzu txat konturik?"],"Log in here":["Hasi saioa hemen"],"Account Registration:":["Kontu erregistroa:"],"Register":["Erregistratu"],"Choose a different provider":["Hornitzaile ezberdin bat aukeratu"],"Hold tight, we're fetching the registration form…":["Itxaron, erregistro formularioa eskuratzen ari gara…"],"Messages are being sent in plaintext":["Mezuak testu lauan bidaltzen dira"],"The User's Profile Image":["Erabiltzailearen profileko argazkia"],"URL:":[""],"OMEMO Fingerprints":["OMEMO hatz-markak"],"Trusted":["Fidagarria"],"Untrusted":["Ez fidagarria"],"Refresh":["Freskatu"],"Remove as contact":["Kendu kontaktuetatik"],"Download audio file \"%1$s\"":["Deskargatu audio fitxategia \"%1$s\""],"Download file \"%1$s\"":["Deskargatu fitxategia: \"%1$s"],"Download image \"%1$s\"":["Deskargatu irudia: \"%1$s"],"Download":["Deskargatu"],"Download video file \"%1$s\"":["Deskargatu bideo fitxategia \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/fr/LC_MESSAGES/converse.json b/locale/fr/LC_MESSAGES/converse.json deleted file mode 100644 index c0fbdd6eb..000000000 --- a/locale/fr/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"fr"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Voulez-vous vraiment supprimer le marque-page « %1$s » ?"],"Unbookmark this groupchat":["Retirer ce salon des marque-pages"],"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"],"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"],"Sorry, something went wrong while trying to refresh":["Désolé, quelque chose s’est mal passé mal lors de la tentative de réactualisation"],"Are you sure you want to remove this contact?":["Voulez-vous vraiment retirer ce contact ?"],"Error":["Erreur"],"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"],"Click to write as a normal (non-spoiler) message":["Cliquez pour écrire un message sans spoiler"],"Click to write your message as a spoiler":["Cliquez pour écrire votre message en tant que spoiler"],"Clear all messages":["Supprimer tous les messages"],"Message characters remaining":["Caractères de message restants"],"Insert emojis":["Insérer un emoji"],"Start a call":["Démarrer un appel"],"Remove messages":["Effacer les messages"],"Write in the third person":["Écrire à la troisième personne"],"Show this menu":["Afficher ce menu"],"You have an unsent message which will be lost if you continue. Are you sure?":["Vous avez un message non envoyé qui sera perdu si vous continuez. Êtes-vous sûr ?"],"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"],"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)"],"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é"],"Affiliation changed":[""],"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 :"],"name@conference.example.org":["nom@chat.example.org"],"Groupchat name":["Nom du salon"],"Groupchat address":["Adresse du salon"],"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 member of this groupchat":["%1$s n'est plus membre de ce salon"],"%1$s is now a member of this groupchat":["%1$s est désormais membre de ce salon"],"%1$s has been banned from this groupchat":["%1$s a été banni de ce salon"],"%1$s is now an %2$s of this groupchat":["%1$s est maintenant %2$s 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":["%1$s s'est vu accorder la parole"],"%1$s has been muted":["%1$s a été mis en sourdine"],"%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 based on your arguments":["Erreur : ne trouve pas de participant au salon sur la base de vos arguments"],"Error: found multiple groupchat participant based on your arguments":["Erreur : plusieurs participants au salon trouvés sur la base de vos arguments"],"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."],"You can run the following commands":["Vous pouvez exécuter les commandes suivantes"],"Change user's affiliation to admin":["Changer le rôle de l’utilisateur en administrateur"],"Ban user by changing their affiliation to outcast":["Bannir un utilisateur en changeant son affiliation"],"Clear the chat area":["Fermer cette fenêtre de discussion"],"Change user role to participant":["Changer le rôle de l’utilisateur en participant"],"Remove this groupchat":["Supprimer ce salon"],"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"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Retirer le droit d’envoyer des messages"],"Change your nickname":["Changer votre pseudo"],"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 your nickname":["Enregistrer votre pseudo"],"Revoke the user's current affiliation":["Révoquer l'affiliation actuelle de l'utilisateur"],"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"],"Your nickname is \"%1$s\"":["Votre pseudo est \"%1$s\""],"Error: invalid number of arguments":["Erreur : nombre d’arguments invalide"],"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. \"%2$s\"":["%1$s a quitté puis rejoint le salon. « %2$s »"],"%1$s has left and re-entered the groupchat":["%1$s a quitté puis rejoint le salon"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s a rejoint le salon. « %2$s »"],"%1$s has entered the groupchat":["%1$s a rejoint 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 entered and left the groupchat":["%1$s a rejoint puis quitté le salon"],"%1$s has left the groupchat. \"%2$s\"":["%1$s a quitté le salon. « %2$s »"],"%1$s has left the groupchat":["%1$s a quitté le salon"],"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"],"This groupchat requires a password":["Ce salon nécessite un mot de passe"],"Password: ":["Mot de passe : "],"Submit":["Soumettre"],"Please choose your nickname":["Veuillez choisir votre pseudo"],"Nickname":["Pseudo"],"Enter groupchat":["Entrer dans le salon"],"You need to provide a nickname":["Vous devez fournir un pseudo"],"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."],"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."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Voulez-vous vraiment générer de nouvelles clefs OMEMO ? Ceci retirera vos anciennes clefs et tous les messages déjà chiffrés ne seront plus déchiffrables sur ce client."],"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."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Désolé, impossible d'envoyer un message chiffré parce que %1$s nécessitent que vous soyez abonné à leur présence afin de voir leurs informations OMEMO"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Désolé, impossible d'envoyer un message chiffré parce que le serveur distant de %1$s n'est pas joignable"],"Unable to send an encrypted message due to an unexpected error.":["Impossible d’envoyer un message chiffré à cause d’une erreur."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Impossible d’utiliser le chiffrement bout à bout dans ce groupe de discussion, soit parce qu'il permet l'anonymat, ou parce que tous les participants ne gèrent pas OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Impossible d’utiliser le chiffrement bout à bout parce que %1$s utilise un client qui ne gère pas OMEMO."],"Sorry, no devices found to which we can send an OMEMO encrypted message.":["Désolé, impossible de trouver un appareil auquel envoyer un message chiffré avec OMEMO."],"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"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s ne semble pas avoir un client qui supporte OMEMO. Le chiffrement ne sera plus possible dans ce groupe de discussion."],"Your avatar image":["Votre image d’avatar"],"Your Profile":["Votre profil"],"Close":["Fermer"],"Email":["Courriel"],"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"],"About":["À propos"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["Client XMPP %1$s libre %2$s qui vous est fourni par %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Traduisez-le %2$s dans votre langue"],"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"],"Show details about this chat client":["Afficher davantage d’informations sur ce client"],"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"],"Contact name":["Nom du contact"],"Optional nickname":["Pseudonyme optionnel"],"Add a Contact":["Ajouter un contact"],"XMPP Address":["Adresse XMPP"],"name@example.org":["nom@exemple.org"],"Add":["Ajouter"],"Sorry, could not find a contact with that name":["Désolé, impossible de trouver un contact avec ce nom"],"This contact has already been added":["Ce contact est déjà enregistré"],"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"],"Re-sync your contacts":["Resynchroniser vos contacts"],"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."],"Unencryptable OMEMO message":["Message OMEMO non chiffrable"],"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 connection has dropped, attempting to reconnect.":["La connexion a été perdue, tentative de reconnexion en cours."],"An error occurred while connecting to the chat server.":["Une erreur est survenue lors de la connexion au serveur de discussion."],"Your Jabber ID and/or password is incorrect. Please try again.":["Votre identifiant Jabber ou votre mot de passe est incorrect. Veuillez réessayer."],"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"],"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"],"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 est maintenant activé sur ce salon"],"groupchat logging is now disabled":["L’enregistrement est maintenant désactivé sur ce salon"],"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éé"],"Your nickname has been automatically set to %1$s":["Votre pseudo a été automatiquement défini à : %1$s"],"Your nickname has been changed to %1$s":["Votre pseudo a été modifié en : %1$s"],"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":["Le pseudo 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"],"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é."],"Your message was not delivered because you're not allowed to send messages in this groupchat.":["Votre message n'a pas été délivré parce que vous n'êtes pas autorisé à envoyer des messages dans ce salon."],"Your message was not delivered because you're not present in the groupchat.":["Votre message n'a pas été délivré parce que vous n'êtes pas présent dans le salon."],"The nickname you chose is reserved or currently in use, please choose a different one.":["Le pseudo choisi est réservé ou actuellement utilisé, veuillez en choisir un différent."],"Password incorrect":["Mot de passe incorrect"],"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."],"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 »."],"%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 »"],"My contacts":["Mes contacts"],"Pending contacts":["Contacts en attente"],"Contact requests":["Demandes de contacts"],"Ungrouped":["Sans groupe"],"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"],"Enter a new Groupchat":["Entrer dans un nouveau salon"],"This field is required":["Ce champ est requis"],"Join":["Rejoindre"],"You're not allowed to send messages in this room":["Vous n'êtes pas autorisé à envoyer des messages dans ce salon"],"This groupchat no longer exists":["Ce salon n’existe plus"],"The conversation has moved. Click below to enter.":["Ce salon a déménagé. Cliquez ci-dessous pour rejoindre sa nouvelle adresse."],"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 address":["Tous les autres occupants de ce salon peuvent voir votre adresse XMPP"],"Only moderators can see your XMPP address":["Seuls les modérateurs peuvent voir votre adresse 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"],"Uploading file:":["Envoi de fichier :"],"XMPP Address:":["Adresse 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"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Enregistrer et fermer"],"This device's OMEMO fingerprint":["Empreinte de clé OMEMO de ce client"],"Generate new keys and fingerprint":["Générer de nouvelles clés et empreintes de clés"],"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"],"Full Name:":["Nom complet :"],"Nickname:":["Pseudonyme :"],"URL:":["Site web :"],"Email:":["Courriel :"],"Role:":["Rôle :"],"OMEMO Fingerprints":["Empreintes de clé OMEMO"],"Trusted":["De confiance"],"Untrusted":["Pas de confiance"],"Refresh":["Rafraîchir"],"Remove as contact":["Supprimer ce contact"],"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/gl/LC_MESSAGES/converse.json b/locale/gl/LC_MESSAGES/converse.json deleted file mode 100644 index bcaec2720..000000000 --- a/locale/gl/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"gl"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Realmente desexa eliminar o marcador \"%1$s\"?"],"Unbookmark this groupchat":["Desmarcar esta conversa de grupo"],"Bookmark this groupchat":["Marcar esta conversa de grupo"],"Would you like this groupchat to be automatically joined upon startup?":["Desexaría conectarse automáticamente ao inicio a esta conversa de grupo?"],"Cancel":["Cancelar"],"The name for this bookmark:":["O nome para este marcador:"],"What should your nickname for this groupchat be?":["Qué alcume desexa ter para esta conversa en grupo?"],"Save":["Gardar"],"Leave this groupchat":["Deixar esta conversa en grupo"],"Remove this bookmark":["Eliminar este marcador"],"Show more information on this groupchat":["Mostrar máis información sobre esta conversa en grupo"],"Click to open this groupchat":["Pulse para abrir esta conversa en grupo"],"Click to toggle the bookmarks list":["Pulse para mostrar a lista de marcadores"],"Bookmarks":["Marcadores"],"Close this chat box":["Pechar esta ventá de conversa"],"Sorry, something went wrong while trying to refresh":["Lamentámolo, algo fallou ao intentar actualizar"],"Are you sure you want to remove this contact?":["Seguro que quere eliminar este contacto?"],"Error":["Fallo"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Lamentámolo, algo fallou ao intentar eliminar o contacto %1$s."],"You have unread messages":["Ten mensaxes sen ler"],"Hidden message":["Mensaxes ocultas"],"Message":["Mensaxe"],"Send":["Enviar"],"Optional hint":["Truco opcional"],"Choose a file to send":["Escolla o ficheiro a enviar"],"Click to write as a normal (non-spoiler) message":[""],"Click to write your message as a spoiler":[""],"Insert emojis":[""],"Start a call":[""],"Remove messages":["Eliminar mensaxes"],"Write in the third person":["Escribir en terceira persoa"],"Show this menu":["Mostrar este menú"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Seguro que desexa eliminar as mensaxes de esta conversa?"],"%1$s has gone offline":["%1$s desconectouse"],"%1$s has gone away":["%1$s marchou"],"%1$s is busy":["%1$s está ocupado"],"%1$s is online":["%1$s está en liña"],"Username":["Nome de usuaria"],"user@domain":["usuaria@dominio"],"Please enter a valid XMPP address":["Por favor, introduza un enderezo XMPP válido"],"Chat Contacts":["Conversar con contactos"],"Toggle chat":["Iniciar chat"],"Show more":["Mostrar máis"],"Typing from another device":["Escribindo desde outro dispositivo"],"%1$s is typing":["%1$s está a escribir"],"Stopped typing on the other device":["Deixou de escribir no outro dispositivo"],"%1$s has stopped typing":["%1$s deixou de escribir"],"Minimize this chat box":["Minimizar esta ventá de conversa"],"Click to restore this chat":["Pulse para restaurar esta conversa"],"Minimized":["Minimizada"],"Description:":["Descrición:"],"Groupchat Address (JID):":["Enderezo da conversa en grupo (JID):"],"Participants:":["Partícipes:"],"Features:":["Características:"],"Requires authentication":["Require autenticación"],"Hidden":["Oculto"],"Requires an invitation":["Require convite"],"Moderated":["Moderada"],"Non-anonymous":["Non anónima"],"Open":["Aberta"],"Permanent":["Permanente"],"Public":["Pública"],"Semi-anonymous":["Semi anónima"],"Temporary":["Temporal"],"Unmoderated":["Non moderada"],"Affiliation changed":[""],"Query for Groupchats":["Busque Conversas en grupo"],"Server address":["Enderezo do servidor"],"Show groupchats":["Mostra conversas en grupo"],"conference.example.org":["conferencia.exemplo.org"],"No groupchats found":["Non se atoparon conversas en grupo"],"Groupchats found:":["Conversas en grupo atopadas:"],"name@conference.example.org":["nome@conferencia.exemplo.org"],"Groupchat name":["Nome da conversa en grupo"],"Groupchat address":["Enderezo da conversa en grupo"],"Groupchat info for %1$s":["Info da conversa en grupo para %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s xa non é admin de esta conversa en grupo"],"%1$s is no longer an owner of this groupchat":["%1$s xa non é dono de esta conversa en grupo"],"%1$s is no longer banned from this groupchat":["%1$s xa non está excluída de esta conversa en grupo"],"%1$s has been banned from this groupchat":["%1$s foi excluído de esta conversa en grupo"],"%1$s is now an %2$s of this groupchat":["%1$s é o %2$s de esta conversa en grupo"],"%1$s is no longer a moderator":["%1$s xa non é moderador"],"%1$s has been muted":["%1$s foi acalado"],"%1$s is now a moderator":["%1$s agora é moderador"],"Close and leave this groupchat":["Pechar e saír da conversa en grupo"],"Configure this groupchat":["Configurar a conversa en grupo"],"Show more details about this groupchat":["Mostrar máis detalles sobre esta conversa en grupo"],"Hide the list of participants":["Agochar a lista de participantes"],"Forbidden: you do not have the necessary role in order to do that.":["Prohibido: non ten os permisos necesarios para facer iso."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Prohibido: non ten a afiliación necesaria para facer iso."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Fallo: O comando \"%1$s\" precisa dous argumentos, o alcume do usuario e opcionalmente unha razón."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Lamentámolo, algo fallou ao executar o comando. Comprobe a consola de desenvolvemento do navegador para máis detalles."],"You can run the following commands":[""],"Change user's affiliation to admin":["Cambiar a afiliación da usuaria a admin"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Cambiar o rol da usuaria a participante"],"Remove this groupchat":["Eliminar esta conversa en grupo"],"Kick user from groupchat":["Expulsar a usuaria da conversa en grupo"],"Write in 3rd person":["Escribir en terceira persoa"],"Grant membership to a user":["Conceder a membresía a unha usuaria"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Quitarlle a posibilidade de publicar mensaxes a usuaria"],"Change your nickname":["Cambiar o seu alcume"],"Grant moderator role to user":["Conceder rol de moderador a usuaria"],"Grant ownership of this groupchat":["Conceder a propiedade de esta conversa en grupo"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Establecer o asunto da conversa en grupo"],"Set groupchat subject (alias for /subject)":["Establecer o asunto da conversa (alias para /subject)"],"Allow muted user to post messages":["Permitir as usuarias acaladas publicar mensaxes"],"Error: invalid number of arguments":["Fallo: número de argumentos non válido"],"This action was done by %1$s.":["Esta acción foi feita por %1$s."],"The reason given is: \"%1$s\".":["A razón dada é: \"%1$s\"."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s saíu e voltou a entrar na conversa en grupo. \"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s deixou e voltou a entrar na conversa en grupo"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s entrou na conversa en grupo. \"%2$s\""],"%1$s has entered the groupchat":["%1$s entrou na conversa en grupo"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s entrou e saíu da conversa en grupo. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s entrou e saíu da conversa en grupo"],"%1$s has left the groupchat. \"%2$s\"":["%1$s deixou a conversa en grupo. \"%2$s\""],"%1$s has left the groupchat":["%1$s deixou a conversa en grupo"],"Topic set by %1$s":["Asunto establecido por %1$s"],"Topic cleared by %1$s":["Asunto eliminado por %1$s"],"Groupchats":["Conversas en grupo"],"Add a new groupchat":["Engadir unha nova conversa en grupo"],"Query for groupchats":["Buscar conversas en grupo"],"This groupchat requires a password":["Esta conversa en grupo precisa de un contrasinal"],"Password: ":["Contrasinal: "],"Submit":["Enviar"],"Please choose your nickname":["Por favor, escolla o seu alcume"],"Nickname":["Alcume"],"Enter groupchat":["Entrar na conversa en grupo"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Pulse para mencionar a %1$s na súa mensaxe."],"This user is a moderator.":["Esta usuaria é moderador."],"This user can send messages in this groupchat.":["Esta usuaria pode enviar mensaxes a conversa en grupo."],"This user can NOT send messages in this groupchat.":["Esta usuaria NON pode enviar mensaxes a conversa en grupo."],"Moderator":["Moderador"],"Visitor":["Visitante"],"Owner":["Propietario"],"Member":["Membro"],"Admin":["Admin"],"Participants":["Participantes"],"Invite":["Convidar"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Vai convidar a %1$s a conversa en grupo \"%2$s\". Pode incluír unha mensaxe, explicando a razón para o convite."],"Notification from %1$s":["Notificación desde %1$s"],"%1$s says":["%1$s di"],"OMEMO Message received":["Mensaxe OMEMO recibida"],"has gone offline":["non está en liña"],"has gone away":["marchou"],"is busy":["está ocupado"],"has come online":["voltou a estar en liña"],"wants to be your contact":["quere ser un contacto seu"],"Sorry, an error occurred while trying to remove the devices.":["Lamentámolo, algo fallou ao intentar eliminar os dispositivos."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Realmente quere xerar unhas novas chaves OMEMO? Esto eliminará as antigas e todas as mensaxes anteriores cifradas con elas non se poderán ler neste dispositivo."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Lamentámolo, non se descifrou a mensaxe OMEMO debido a un fallo."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Lamentámolo, non podemos enviar unha mensaxe cifrada xa que %1$s require que vostede se subscriba a súa presencia para poder ver a súa información OMEMO"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Lamentámolo, non podemos enviar unha mensaxe cifrada porque non atopamos o servidor remoto de %1$s"],"Unable to send an encrypted message due to an unexpected error.":["Lamentámolo, non se enviou a mensaxe cifrada debido a un fallo."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Non se puido utilizar o cifrado extremo-a-extremo en esta conversa en grupo, ben porque o grupo ten algún anónimo ou non todas as participantes soportan OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Non se puido utilizar o cifrado extremo-a-extremo porque %1$s utilizar un cliente que non soporta OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Esta mensaxe está cifrada con OMEMO e o seu cliente non semella soportalo. Atope máis información en https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s non parece ter un cliente con soporte OMEMO. O cifrado da conversa no será posible en este grupo."],"Your avatar image":["A súa imaxe avatar"],"Your Profile":["O seu Perfil"],"Close":["Pechar"],"Email":["Correo-e"],"Full Name":["Nome completo"],"XMPP Address (JID)":["Enderezo XMPP (JID)"],"Role":["Rol"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Utilice comas para separar múltiples roles. Os seus roles móstranse xunto ao seu nome nas mensaxes."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Lamentámolo, algo fallou ao intentar gardar os datos do seu perfil."],"You can check your browser's developer console for any error output.":["Pode mirar na consola de desenvolvemento do navegador detalles do fallo."],"Away":["Fóra"],"Busy":["Ocupado"],"Custom status":["Estado personalizado"],"Offline":["Desconectado"],"Online":["Conectado"],"Away for long":["Fóra hai tempo"],"Change chat status":["Cambiar estado da conversa"],"Personal status message":["Mensaxe de estado persoal"],"About":["Acerca de"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["Cliente de %1$s código aberto %2$s para conversas XMPP proporcionado por %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$sTradúzao%2$s para o seu idioma"],"I am %1$s":["Estou %1$s"],"Change settings":["Cambie os axustes"],"Click to change your chat status":["Pulse para cambiar o estado da conversa"],"Log out":["Desconectar"],"Show details about this chat client":["Mostrar detalles sobre esta conversa en grupo"],"Your profile":["O seu perfil"],"Are you sure you want to log out?":["Seguro que quere desconectar?"],"online":["en liña"],"busy":["ocupado"],"away for long":["fóra hai tempo"],"away":["fóra"],"offline":["desconectado"]," e.g. conversejs.org":[" ex. conversejs.org"],"Fetch registration form":["Obter formulario de rexistro"],"Tip: A list of public XMPP providers is available":["Tip: está dispoñible unha lista de servidores XMPP públicos"],"here":["aquí"],"Sorry, we're unable to connect to your chosen provider.":["Lamentámolo, non puidemos conectar co provedor escollido."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Lamentámolo, o provedor escollido non soporta o rexistro directo. Por favor, inténteo con outro provedor."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Algo foi mal ao intentar conectar con \"%1$s\". Seguro que existe?"],"Now logging you in":["Conectandoo"],"Registered successfully":["Rexistrado correctamente"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["O provedor rexeitou o intento de rexistro. Por favor, comprobe a corrección dos datos introducidos."],"Click to toggle the list of open groupchats":["Pulse para activar a lista de conversas en grupo abertas"],"Open Groupchats":["Abrir conversas en grupo"],"Are you sure you want to leave the groupchat %1$s?":["Seguro que quere deixar a conversa en grupo %1$s?"],"This contact is busy":["Este contacto está ocupado"],"This contact is online":["Este contacto está en liña"],"This contact is offline":["Este contacto está desconectado"],"This contact is unavailable":["Este contacto non está dispoñible"],"This contact is away for an extended period":["Este contacto hai tempo que non está conectado"],"This contact is away":["Este contacto está fóra"],"Groups":["Grupos"],"Contact name":["Nome do contacto"],"Optional nickname":["Alcume opcional"],"Add a Contact":["Engadir un contacto"],"XMPP Address":["Enderezo XMPP"],"name@example.org":["nome@exemplo.org"],"Add":["Engadir"],"Sorry, could not find a contact with that name":["Lamentámolo, non atopamos un contacto con ese nome"],"This contact has already been added":["Este contacto xa foi engadido"],"Filter":["Filtro"],"Filter by contact name":["Filtrar por nome de contacto"],"Filter by group name":["Filtrar por nome de grupo"],"Filter by status":["Filtrar por estado"],"Any":["Calquera"],"Unread":["Sen ler"],"Chatty":["Falador"],"Extended Away":["Fóra por longo tempo"],"Click to remove %1$s as a contact":["Pulse para eliminar %1$s como contacto"],"Click to accept the contact request from %1$s":["Pulse para aceptar a solicitude de contacto de %1$s"],"Click to decline the contact request from %1$s":["Pulse para rexeitar a solicitude de contacto de %1$s"],"Click to chat with %1$s (JID: %2$s)":["Pulse para conversar con %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Seguro que desexa rexeitar a solicitude do contacto?"],"Contacts":["Contactos"],"Add a contact":["Engadir un contacto"],"Re-sync your contacts":["Sincronizar contactos"],"Sorry, something went wrong while trying to save your bookmark.":["Lamentámolo, algo fallou ao intentar gardar o marcador."],"Unencryptable OMEMO message":["Mensaxe OMEMO non descifrable"],"Sorry, could not determine upload URL.":["Lamentámolo, non se puido determinar a URL de subida."],"Sorry, could not determine file upload URL.":["Lamentámolo, non se determinou a URL de subida do ficheiro."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Lamentámolo, non se subeu o ficheiro. A resposta do servidor: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Lamentámolo, non se subeu o seu ficheiro."],"Sorry, looks like file upload is not supported by your server.":["Lamentámolo, semella que o servidor non soporta a subida de ficheiros."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["O tamaño do ficheiro, %1$s, excede o límite establecido no servidor, que é %2$s."],"Sorry, an error occurred:":["Lamentámolo, algo fallou:"],"The connection has dropped, attempting to reconnect.":[""],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Lamentámolo, non podemos conectar co servidor XMPP con dominio: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["O servidor XMPP non ofrece un mecanismo de autenticación soportado"],"This groupchat is not anonymous":["Esta conversa en grupo non é anónima"],"This groupchat now shows unavailable members":["Esta conversa en grupo agora mostra membros non dispoñibles"],"This groupchat does not show unavailable members":["Esta conversa en grupo non mostra membros non dispoñibles"],"The groupchat configuration has changed":["A configuración da conversa en grupo cambiou"],"groupchat logging is now enabled":["está habilitada a conexión a conversa en grupo"],"groupchat logging is now disabled":["a conexión a conversa en grupo está desactivada"],"This groupchat is now no longer anonymous":["Esta conversa en grupo xa non é anónima"],"This groupchat is now semi-anonymous":["Esta conversa en grupo agora é semi-anónima"],"This groupchat is now fully-anonymous":["Esta conversa en grupo agora é totalmente anónima"],"A new groupchat has been created":["Creouse unha nova conversa en grupo"],"Your nickname has been automatically set to %1$s":["O seu alcume estableceuse automáticamente como %1$s"],"Your nickname has been changed to %1$s":["O seu alcume foi cambiado a %1$s"],"You have been banned from this groupchat":["Vostede foi excluída de esta conversa en grupo"],"You have been kicked from this groupchat":["Vostede foi expulsada de esta conversa en grupo"],"You have been removed from this groupchat because of an affiliation change":["Vostede foi eliminada de esta conversa en grupo debido a un cambio na afiliación"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Vostede foi eliminada de esta conversa en grupo porque o grupo cambiou a só-membros e vostede non é membro"],"You have been removed from this groupchat because the service hosting it is being shut down":["Vostede foi eliminada da conversa en grupo porque o servicio de hospedaxe foi apagado"],"%1$s has been banned":["%1$s foi excluído"],"%1$s's nickname has changed":["Cambiou o alcume de %1$s"],"%1$s has been kicked out":["%1$s foi expulsado"],"%1$s has been removed because of an affiliation change":["%1$s foi eliminado debido a un cambio de afiliación"],"%1$s has been removed for not being a member":["%1$s foi eliminado por non ser membro"],"You're not allowed to register yourself in this groupchat.":["Non ten permiso para rexistrarse vostede mesma en esta conversa en grupo."],"You're not allowed to register in this groupchat because it's members-only.":["Non ten permiso para rexistrarse na conversa en grupo porque é só para membros."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Non pode rexistrar o seu usuario en este grupo, non soporta o rexistro."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Non pode rexistrar o seu usuario na conversa, os datos proporcionados non son válidos."],"The nickname you chose is reserved or currently in use, please choose a different one.":["O alcume escollido está reservado ou en uso, por favor escolla outro."],"You are not on the member list of this groupchat.":["Vostede non é membro de esta conversa en grupo."],"You have been banned from this groupchat.":["Vostede foi excluída de esta conversa en grupo."],"You are not allowed to create new groupchats.":["Non te permiso para crear novas conversas en grupo."],"Your nickname doesn't conform to this groupchat's policies.":["O seu alcume non segue as normas de esta conversa en grupo."],"This groupchat does not (yet) exist.":["Esta conversa en grupo non existe (aínda)."],"This groupchat has reached its maximum number of participants.":["Esta conversa en grupo alcanzou o número máximo de participantes."],"Remote server not found":["Non se atopou o servidor remoto"],"The explanation given is: \"%1$s\".":["A explicación dada é: \"%1$s\"."],"%1$s has invited you to join a groupchat: %2$s":["%1$s convidouna a unirse a conversa en grupo: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s convidouna a unirse a conversa en grupo: %2$s, e deulle esta razón: \"%3$s\""],"My contacts":["Os meus contactos"],"Pending contacts":["Contactos pendentes"],"Contact requests":["Solicitudes de contacto"],"Ungrouped":["Sen agrupar"],"Sorry, there was an error while trying to add %1$s as a contact.":["Lamentámolo, algo fallou ao intentar engadir a %1$s como contacto."],"This client does not allow presence subscriptions":["Este cliente non permite suscricións de presencia"],"Click to hide these contacts":["Pulse para ocultar estos contactos"],"Enter a new Groupchat":["Introduza unha nova Conversa en grupo"],"This field is required":["Este campo é requerido"],"Join":["Unirse"],"This groupchat no longer exists":["Esta conversa en grupo xa non existe"],"The conversation has moved. Click below to enter.":["Moveuse a conversa. Pulse abaixo para entrar."],"Name":["Nome"],"Groupchat address (JID)":["Enderezo da conversa en grupo (JID)"],"Description":["Descrición"],"Topic":["Asunto"],"Topic author":["Autor do asunto"],"Online users":["Usuarias conectadas"],"Features":["Características"],"Password protected":["Protexido por contrasinal"],"This groupchat requires a password before entry":["Esta conversa en grupo precisa un contrasinal para entrar"],"No password required":["Sen protección de contrasinal"],"This groupchat does not require a password upon entry":["Esta conversa en grupo non solicita contrasinal para entrar"],"This groupchat is not publicly searchable":["Esta conversa en grupo non está en listas públicas"],"This groupchat is publicly searchable":["Esta conversa en grupo está en listas públicas"],"Members only":["Só para membros"],"This groupchat is restricted to members only":["Esta conversa en grupo é accesible só para membros"],"Anyone can join this groupchat":["Calquera pode unirse a esta conversa en grupo"],"Persistent":["Perenne"],"This groupchat persists even if it's unoccupied":["Esta conversa en grupo permanece incluso si está baldeira"],"This groupchat will disappear once the last person leaves":["Esta conversa en grupo desaparecerá unha vez saia a última persoa"],"Not anonymous":["Non anónima"],"All other groupchat participants can see your XMPP address":["Calquera outro participante da conversa pode ver o seu enderezo XMPP"],"Only moderators can see your XMPP address":["Só os moderadores poden ver o seu enderezo XMPP"],"Participants entering this groupchat need to request permission to write":["Os participantes da conversa deben solicitar permiso para escribir"],"Not moderated":["Non moderada"],"Participants entering this groupchat can write right away":["Os participantes poden escribir libremente"],"Message archiving":["Arquivado de mensaxes"],"Messages are archived on the server":["As mensaxes gárdanse no servidor"],"No password":["Sen contrasinal"],"this groupchat is restricted to members only":["esta conversa en grupo está limitada a só membros"],"Uploading file:":["Subindo ficheiro:"],"XMPP Address:":["Enderezo XMPP:"],"Password:":["Contrasinal:"],"password":["contrasinal"],"This is a trusted device":["Este é un dispositivo de confianza"],"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.":["Para mellorar o rendemento, almacenamos os seus datos no navegador. Desmarque esta opción si se trata de unha computadora pública para borrar os datos cando se desconecte. É importante que se desconecte de xeito explícito, se non non se borrarán os datos. O cifrado OMEMO non está dispoñible cando está a utilizar un dispositivo non confiable."],"Log in":["Conectar"],"Click here to log in anonymously":["Pulse aquí para conectar anónimamente"],"This message has been edited":["Esta mensaxe foi editada"],"Edit this message":["Editar esta mensaxe"],"Message versions":["Versións da mensaxe"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Gardar e pechar"],"This device's OMEMO fingerprint":["Pegada dixital OMEMO de este dispositivo"],"Generate new keys and fingerprint":["Xerar novas chaves e pegada dixital"],"Select all":["Escoller todo"],"Checkbox to select fingerprints of all other OMEMO devices":["Marque para seleccionar as pegadas dixitais OMEMO de todos os dispositivos"],"Other OMEMO-enabled devices":["Outros dispositivos con OMEMO habilitado"],"Checkbox for selecting the following fingerprint":["Marque para escoller a seguinte pegada dixital"],"Device without a fingerprint":["Dispositivo sen pegada dixital"],"Remove checked devices and close":["Eliminar os dispositivos marcados e pechar"],"Don't have a chat account?":["Non ten conta para conversar?"],"Create an account":["Crear unha conta"],"Create your account":["Cree a súa conta"],"Please enter the XMPP provider to register with:":["Por favor, introduza o provedor XMPP no que rexistrarse:"],"Already have a chat account?":["Xa ten unha conta?"],"Log in here":["Conéctese aquí"],"Account Registration:":["Rexistro de conta:"],"Register":["Rexistrar"],"Choose a different provider":["Escoller un provedor diferente"],"Hold tight, we're fetching the registration form…":["Agarde, estamos solicitando o formulario de rexistro…"],"Messages are being sent in plaintext":["As mensaxes estanse a enviar en texto plano"],"The User's Profile Image":["Imaxe de perfil do usuario"],"Full Name:":["Nome completo:"],"Nickname:":["Alcume:"],"URL:":["URL:"],"Email:":["Correo-e:"],"Role:":["Rol:"],"OMEMO Fingerprints":["Pegadas dixitais OMEMO"],"Trusted":["De confianza"],"Untrusted":["Non confiable"],"Refresh":["Actualizar"],"Remove as contact":["Eliminar como contacto"],"Download audio file \"%1$s\"":["Descargar ficheiro de audio \"%1$s\""],"Download file \"%1$s\"":["Descargar ficheiro \"%1$s\""],"Download image \"%1$s\"":["Descargar imaxe \"%1$s\""],"Download":["Descargar"],"Download video file \"%1$s\"":["Descargar ficheiro de vídeo \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/he/LC_MESSAGES/converse.json b/locale/he/LC_MESSAGES/converse.json deleted file mode 100644 index c499192bb..000000000 --- a/locale/he/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=(n != 1);","lang":"he"},"Are you sure you want to remove the bookmark \"%1$s\"?":["להסיר את הסימנייה „%1$s”?"],"Unbookmark this groupchat":["הסרת התכתבות קבוצתית זו מהסימניות"],"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":["שמירה"],"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":["סגירת תיבת התכתבות זו"],"Sorry, something went wrong while trying to refresh":["אירעה שגיאה במהלך ניסיון הרענון, עמך הסליחה"],"Are you sure you want to remove this contact?":["להסיר איש קשר זה?"],"Error":["שגיאה"],"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":["נא לבחור קובץ לשליחה"],"Click to write as a normal (non-spoiler) message":["יש ללחוץ כאן כדי לכתוב הודעת מצב רגילה (לא מותאמת)"],"Click to write your message as a spoiler":["יש ללחוץ כאן כדי לכתוב הודעת מצב מותאמת"],"Clear all messages":["טהר את כל ההודעות"],"Message characters remaining":["תווים שנותרו להודעה"],"Insert emojis":["הוספת אמוג׳ים"],"Start a call":["התחל שיחה"],"Remove messages":["הסרת הודעות"],"Write in the third person":["כתיבה בגוף השלישי"],"Show this menu":["הצגת תפריט זה"],"You have an unsent message which will be lost if you continue. Are you sure?":["יש לך הודעה שלא נשלחה שתאבד אם לא תישמר. להמשיך?"],"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 הפסיקה"],"Minimize this chat box":["מזעור תיבת ההתכתבות"],"Click to restore this chat":["יש ללחוץ כדי לשחזר את ההתכתבות הזאת"],"Minimized":["ממוזער"],"Description:":["תיאור:"],"Groupchat Address (JID):":["כתובת התכתבות קבוצתית (JID):"],"Participants:":["משתתפים:"],"Features:":["תכונות:"],"Requires authentication":["נדרש אימות"],"Hidden":["מוסתר"],"Requires an invitation":["נדרשת הזמנה"],"Moderated":["מפוקח"],"Non-anonymous":["בלתי אלמוני"],"Open":["פתוח"],"Permanent":["קבוע"],"Public":["ציבורי"],"Semi-anonymous":["אלמוני למחצה"],"Temporary":["זמני"],"Unmoderated":["ללא פיקוח"],"Affiliation changed":[""],"Query for Groupchats":["תשאול התכתבויות קבוצתיות"],"Server address":["כתובת שרת"],"Show groupchats":["הצגת התכתבויות קבוצתיות"],"conference.example.org":["conference.example.org"],"No groupchats found":["לא נמצאו התכתבויות קבוצתיות"],"Groupchats found:":["התכתבויות קבוצתיות שנמצאו:"],"name@conference.example.org":["name@conference.example.org"],"Groupchat name":["שם ההתכתבות קבוצתית"],"Groupchat address":["כתובת התכתבות קבוצתית"],"Groupchat info for %1$s":["פרטי התכתבות קבוצתית עבור %1$s"],"%1$s is no longer an admin of this groupchat":["התפקיד הניהולי של %1$s הוסר עבור ההתכתבות הקבוצתית הזו"],"%1$s is no longer an owner of this groupchat":["הבעלות של %1$s על ההתכתבות הקבוצתית הזו אינה תקפה עוד"],"%1$s is no longer banned from this groupchat":["הגישה של %1$s להתכתבות הקבוצתית הזו אינה חסומה יותר"],"%1$s has been banned from this groupchat":["הגישה של %1$s להתכתבות הקבוצתית הזאת נחסמה"],"%1$s is now an %2$s of this groupchat":["התפקיד של %1$s בהתכתבות הקבוצתית הזו הוא עכשיו %2$s"],"%1$s is no longer a moderator":["הרשאות הפיקוח של %1$s הוסרו"],"%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.":["שגיאה: הפקודה „%1$s” מקבלת שני ארגומנטים, כינוי המשתמש וסיבה כרשות."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["אירעה שגיאה בעת הפעלת הפקודה. נא לבדוק פרטים נוספים במסוף הפיתוח של הדפדפן שלך, עמך הסליחה."],"You can run the following commands":[""],"Change user's affiliation to admin":["שנה סינוף משתמש למנהל"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["החלפת תפקיד המשתמש למשתתף"],"Remove this groupchat":["הסרת ההתכתבות הקבוצתית הזאת"],"Kick user from groupchat":["לזרוק את המשתמש מההתכתבות הקבוצתית"],"Write in 3rd person":["כתוב בגוף שלישי"],"Grant membership to a user":["הענק חברות למשתמש"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["הסר יכולת משתמש לפרסם הודעות"],"Change your nickname":["שנה את השם כינוי שלך"],"Grant moderator role to user":["הענק תפקיד אחראי למשתמש"],"Grant ownership of this groupchat":["הענקת בעלות על התכתבות קבוצתית זו"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["הגדרת נושא להתכתבות הקבוצתית"],"Set groupchat subject (alias for /subject)":["הגדרת נושא להתכתבות הקבוצתית (שם חלופי ל־‎/subject)"],"Allow muted user to post messages":["התר למשתמש מושתק לפרסם הודעות"],"Error: invalid number of arguments":["שגיאה: מספר הארגומנטים שגוי"],"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. \"%2$s\"":["%1$s עזב/ה וחזר/ה להתכתבות הקבוצתית הזו. „%2$s”"],"%1$s has left and re-entered the groupchat":["%1$s עזב/ה וחזר/ה אל ההתכתבות הקבוצתית הזו"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s נכנס/ה להתכתבות הקבוצתית הזו. „%2$s”"],"%1$s has entered the groupchat":["%1$s נכנס/ה להתכתבות הקבוצתית הזו"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s נכנס/ה ועזב/ה את ההתכתבות הקבוצתית הזו. „%2$s”"],"%1$s has entered and left the groupchat":["%1$s נכנס/ה ועזב/ה את ההתכתבות הקבוצתית הזו"],"%1$s has left the groupchat. \"%2$s\"":["%1$s עזב/ה את ההתכתבות הקבוצתית הזו. „”%2$s"],"%1$s has left the groupchat":["%1$s עזב/ה את ההתכתבות הקבוצתית הזו"],"Topic set by %1$s":["נושא התכתבות קבוצתית זו הוגדר על ידי %1$s"],"Topic cleared by %1$s":["נושא התכתבות קבוצתית זו נמחק על ידי %1$s"],"Groupchats":["התכתבויות קבוצתיות"],"Add a new groupchat":["הוספת התכתבות קבוצתית חדשה"],"Query for groupchats":["תשאול התכתבויות קבוצתיות"],"This groupchat requires a password":["התכתבות קבוצתית זו דורשת ססמה"],"Password: ":["ססמה: "],"Submit":["שליחה"],"Please choose your nickname":["נא לבחור את הכינוי שלך"],"Nickname":["שם כינוי"],"Enter groupchat":["כניסה להתכתבות קבוצתית"],"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.":["פעולה זו תוביל להזמנת %1$s להתכתבות הקבוצתית „%2$s”. ניתן לכלול הודעה שמסבירה את פשר ההזמנה."],"Notification from %1$s":["התראה מאת %1$s"],"%1$s says":["נאמר על ידי %1$s"],"OMEMO Message received":["התקבלה הודעת OMEMO"],"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.":["אירעה שגיאה במהלך הניסיון להסרת ההתקנים, עמך הסליחה."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["לייצר מפתחות OMEMO חדשים? פעולה זו תסיר את המפתחות הישנים שלך ואת כל ההודעות שהוצפנו בעבר לא תהיה לך אפשרות לפענח במכשיר הזה."],"Sorry, could not decrypt a received OMEMO message due to an error.":["לא ניתן לפענח הודעת OMEMO שהתקבלה עקב שגיאה, עמך הסליחה."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["לא הצלחנו לשלוח הודעה מוצפנת כיוון שקיימת דרישת מצד %1$s להירשם למצב הנוכחות שלהם כדי לצפות בפרטי OMEMO, עמך הסליחה"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["לא הצלחנו לשלוח הודעה מוצפנת כיוון שלא ניתן למצוא את השרת המרוחק %1$s"],"Unable to send an encrypted message due to an unexpected error.":["לא ניתן לשלוח הודעה מוצפנת עקב שגיאה בלתי צפויה."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["לא ניתן להשתמש בהצפנה מקצה לקצה בהתכתבות הקבוצתית הזאת, או מכיוון שבקבוצה כבר חלה סוג של אלמוניות או שלחלק מהמשתמשים אין תמיכה ב־OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["לא ניתן להשתמש בהצפנה מקצה לקצה כיוון שהלקוח של %1$s אינו תומך ב־OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["זו הודעה שמוצפנת ב־OMEMO שכפי הנראה הלקוח שלך אינו תומך בה. ניתן למצוא פרטים נוספים בכתובת https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["כנראה שהלקוח שמותקן אצל %1$s אינו תומך ב־‏OMEMO. אין עוד תמיכה בהתכתבות מוצפנת בהתכתבות הקבוצתית הזאת."],"Your avatar image":["התמונה המייצגת שלך"],"Your Profile":["הפרופיל שלך"],"Close":["סגירה"],"Email":["דוא״ל"],"Full Name":["שם מלא"],"XMPP Address (JID)":["כתובת XMPP‏ (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":["הודעת מצב אישית"],"About":["על אודות"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["לקוח התכתבות דרך XMPP ב%1$sקוד פתוח%2$s שמוגש מטעם %3$sOpokde%2$s"],"%1$s Translate %2$s it into your own language":["%1$sלתרגם%2$s זאת לשפה שלך"],"I am %1$s":["מצבי כעת הינו %1$s"],"Change settings":["עריכת הגדרות"],"Click to change your chat status":["לחץ כדי לשנות את הודעת השיחה שלך"],"Log out":["התנתקות"],"Show details about this chat client":["הצגת פרטים על לקוח התכתבות זה"],"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.":["מצטערים, הספק שניתן לא תומך ברישום חשבונות in band. אנא נסה עם ספק אחר."],"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.":["הספק דחה את ניסיון הרישום שלך. נא לוודא את הנתונים שהקלדת."],"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":["קבוצות"],"Contact name":["שם איש קשר"],"Optional nickname":["כינוי כרשות"],"Add a Contact":["הוספת איש קשר"],"XMPP Address":["כתובת XMPP"],"name@example.org":["name@example.org"],"Add":["הוסף"],"Sorry, could not find a contact with that name":["אין אפשרות למצוא איש קשר בשם זה, עמך הסליחה"],"This contact has already been added":["איש קשר זה כבר נוסף"],"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":["הוסף איש קשר"],"Re-sync your contacts":["סנכרון אנשי הקשר שלך מחדש"],"Sorry, something went wrong while trying to save your bookmark.":["משהו השתבש במהלך ניסיון שמירת הסימנייה שלך, עמך הסליחה."],"Unencryptable OMEMO message":["הודעת OMEMO שלא ניתן להצפין"],"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.":["גודל הקובץ שלך, %1$s, חורג מהגודל המרבי שמרשה השרת שהוא %2$s."],"Sorry, an error occurred:":["אירעה שגיאה, עמך הסליחה:"],"The connection has dropped, attempting to reconnect.":[""],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":["לא הצלחנו להתחבר למארח ה־XMPP עם שם המתחם: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["שרת ה־XMPP לא הציע מנגנון אימות נתמך"],"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":["נוצרה התכתבות קבוצתית חדשה"],"Your nickname has been automatically set to %1$s":["הכינוי שלך הוגדר לכדי %1$s אוטומטית"],"Your nickname has been changed to %1$s":["הכינוי שלך נערך לכדי %1$s"],"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 הוסר/ה עקב שינוי שיוך"],"%1$s has been removed for not being a member":["%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.":["אין אפשרות לרשום את הכינוי שלך בהתכתבות הקבוצתית הזו, תצורת הנתונים שסופקה שגויה."],"The nickname you chose is reserved or currently in use, please choose a different one.":["הכינוי שבחרת שמור או בשימוש, נא לבחור באחד אחר."],"You are not on the member list of this groupchat.":["אינך ברשימת החברים של התכתבות קבוצתית זו."],"You have been banned from this groupchat.":["גישתך להתכתבות קבוצתית זו נחסמה."],"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”."],"%1$s has invited you to join a groupchat: %2$s":["קיבלת הזמנה מאת %1$s להצטרף להתכתבות קבוצתית: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["קיבלת הזמנה מאת %1$s להצטרף להתכתבות קבוצתית: %2$s, הסיבה שניתנה להזמנה הזו היא: „%3$s”"],"My contacts":["אנשי הקשר שלי"],"Pending contacts":["אנשי קשר ממתינים"],"Contact requests":["בקשות איש קשר"],"Ungrouped":["ללא קבוצה"],"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":["לחץ כדי להסתיר את אנשי קשר אלה"],"Enter a new Groupchat":["כניסה להתכתבות קבוצתית חדשה"],"This field is required":["שדה זה נחוץ"],"Join":["הצטרפות"],"This groupchat no longer exists":["התכתבות קבוצתית זו אינה קיימת עוד"],"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 address":["כל שאר המשתתפים בהתכתבות הקבוצתית יכולים לראות את כתובת ה־XMPP שלך"],"Only moderators can see your XMPP address":["רק משגיחים יכולים לראות את כתובת ה־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":["התכתבות קבוצתית זו מוגבלת לחברים בלבד"],"Uploading file:":["קובץ נשלח:"],"XMPP Address:":["כתובת XMPP:"],"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.":["כדי לשפר את הביצועים, אנו שומרים את הנתונים שלך במטמון בדפדפן. יש לבטל סימון תיבה זו אם מדובר במחשב ציבורי או שברצונך שהנתונים שלך יימחקו עם היציאה מהחשבון. חשבון מאוד לצאת בצורה מפורשת אחרת יתכן שלא כל הנתונים שנשמרו יימחקו. לתשומת לבך, בעת שימוש במכשיר בלתי מהימן, אין תמיכה בהצפנת OMEMO."],"Log in":["כניסה"],"Click here to log in anonymously":["יש ללחוץ כאן כדי להיכנס באופן אלמוני"],"This message has been edited":["ההודעה נערכה"],"Edit this message":["עריכת ההודעה הזאת"],"Message versions":["גרסאות ההודעה"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["לשמור ולסגור"],"This device's OMEMO fingerprint":["טביעת אצבע ה־OMEMO של המכשיר"],"Generate new keys and fingerprint":["יצירת מפתחות וטביעות אצבע חדשים"],"Select all":["לבחור הכול"],"Checkbox to select fingerprints of all other OMEMO devices":["תיבת סימון לבחירת טביעות אצבע של כל מכשירי ה־OMEMO האחרים"],"Other OMEMO-enabled devices":["מכשירים אחרים תומכי OMEMO"],"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":["תמונת הפרופיל של המשתמש"],"Full Name:":["שם מלא:"],"Nickname:":["כינוי:"],"URL:":["כתובת:"],"Email:":["דוא״ל:"],"Role:":["תפקיד:"],"OMEMO Fingerprints":["טביעות אצבע OMEMO"],"Trusted":["מהימן"],"Untrusted":["בלתי מהימן"],"Refresh":["רענון"],"Remove as contact":["הסרה כאיש קשר"],"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/hi/LC_MESSAGES/converse.json b/locale/hi/LC_MESSAGES/converse.json deleted file mode 100644 index 342bc9715..000000000 --- a/locale/hi/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"hi"},"Are you sure you want to remove the bookmark \"%1$s\"?":["क्या आप वाकई \"%1$s\" के बुकमार्क को हटाना चाहते हैं?"],"Unbookmark this groupchat":["ग्रुप चैट कौ अनबुकमार्क करें"],"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":["सम्भालें"],"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?":[""],"Error":["दिक्कत"],"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":["कोई फ़ाईल भेजें"],"Click to write as a normal (non-spoiler) message":[""],"Click to write your message as a spoiler":[""],"Clear all messages":["सारे सन्देश हटाएं"],"Message characters remaining":[""],"Insert emojis":["इमोजी डालें"],"Start a call":[""],"Remove messages":["सन्देश हटाएं"],"Write in the third person":["अन्य पुरुष में लिखें"],"Show this menu":["यह मेन्यू देखाएं"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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 लिखते-लिखते रुक गए"],"Minimize this chat box":[""],"Click to restore this chat":[""],"Minimized":[""],"Description:":["विवरण :"],"Groupchat Address (JID):":[""],"Participants:":[""],"Features:":[""],"Requires authentication":[""],"Hidden":["छिपा हुआ"],"Requires an invitation":[""],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Affiliation changed":[""],"Role changed":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":["कोई कमरे नहीं मिले"],"Groupchats found:":[""],"name@conference.example.org":[""],"Groupchat address":[""],"Groupchat info for %1$s":[""],"%1$s is no longer a moderator":[""],"%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 based on your arguments":[""],"Error: found multiple groupchat participant based on your arguments":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":[""],"Ban user by changing their affiliation to outcast":[""],"Clear the chat area":[""],"Change user role to participant":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Revoke the user's current affiliation":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Your nickname is \"%1$s\"":[""],"Error: invalid number of arguments":[""],"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 the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"You need to provide a nickname":[""],"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.":[""],"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.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"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":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"Show details about this chat client":[""],"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":[""],"Contact name":[""],"Optional nickname":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Sorry, could not find a contact with that name":[""],"This contact has already been added":[""],"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":[""],"Re-sync your contacts":[""],"Sorry, something went wrong while trying to save your bookmark.":["क्षमाँ करें, आपका बुकमार्क सम्भालनें में कुछ गड़बड़ हुई।"],"Unencryptable OMEMO message":[""],"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 connection has dropped, attempting to reconnect.":[""],"An error occurred while connecting to the chat server.":[""],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"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":["एक नया कमरा बना दिया गया है"],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"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":[""],"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.":[""],"Your message was not delivered because you're not present in the groupchat.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Password incorrect":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"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 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\"":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"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":[""],"Enter a new Groupchat":["एक नये कमरे का हिस्सा बनें"],"This field is required":[""],"Join":["हिस्सा बनें"],"This groupchat 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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"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":[""],"Moderator Tools":[""],"No users with that role found.":[""],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Change affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Full Name:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":[""],"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/hu/LC_MESSAGES/converse.json b/locale/hu/LC_MESSAGES/converse.json deleted file mode 100644 index d7da7dd42..000000000 --- a/locale/hu/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"hu"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Biztosan el szeretné távolítani a(z) \"%1$s\" könyvjelzőt?"],"Unbookmark this groupchat":["Konferencia könyvjelzőjének törlése"],"Bookmark this groupchat":["Konferencia megjelölése"],"Would you like this groupchat to be automatically joined upon startup?":["Szeretné ha induláskor automatikusan csatlakozna ehhez a konferenciához?"],"Cancel":["Mégsem"],"The name for this bookmark:":["A könyvjelző neve legyen:"],"What should your nickname for this groupchat be?":["Mi legyen a beceneve ebben a konferenciában?"],"Save":["Mentés"],"Leave this groupchat":["Konferencia elhagyása"],"Remove this bookmark":["Könyvjelző eltávolítása"],"Show more information on this groupchat":["További információk a konferenciáról"],"Click to open this groupchat":["Belépés a konferenciába"],"Click to toggle the bookmarks list":["Kattintson a könyvjelzők listájára váltáshoz"],"Bookmarks":["Könyvjelzők"],"Close this chat box":["A csevegőablak bezárása"],"Sorry, something went wrong while trying to refresh":["Sajnáljuk, valami hiba történt frissítés közben"],"Are you sure you want to remove this contact?":["Valóban törölni szeretné a csevegőpartnerét?"],"Error":["Hiba"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Sajnáljuk, hiba történt %1$s mint ismerős eltávolítása közben."],"You have unread messages":["Olvasatlan üzenetei vannak"],"Hidden message":["Rejtett üzenet"],"Message":["Üzenet"],"Send":["Elküld"],"Optional hint":["Választható tipp"],"Choose a file to send":["Válasszon ki egy fájlt küldéshez"],"Click to write as a normal (non-spoiler) message":["Kattintson normál (nem spoiler) üzenet írásához"],"Click to write your message as a spoiler":["Kattintson spoiler üzenet írásához"],"Clear all messages":["Üzenetek törlése"],"Insert emojis":["Emotikonok beszúrása"],"Start a call":["Hívás indítása"],"Remove messages":["Üzenetek törlése"],"Write in the third person":["Írjon egyes szám harmadik személyben"],"Show this menu":["Mutasd a menüt"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Biztosan törölni szeretné ebből a beszélgetésből származó üzeneteket?"],"%1$s has gone offline":["%1$s nem elérhetővé vált"],"%1$s has gone away":["%1$s távol van"],"%1$s is busy":["%1$s elfoglalt"],"%1$s is online":["%1$s elérhető"],"Username":["Felhasználónév"],"user@domain":["felhasználó@tartomány"],"Please enter a valid XMPP address":["Kérjük, adjon meg érvényes XMPP címet"],"Chat Contacts":["Csevegőpartnerek"],"Toggle chat":["Csevegőablak"],"Show more":["Mutass többet"],"Typing from another device":["Gépelés másik eszközről"],"%1$s is typing":["%1$s éppen ír"],"Stopped typing on the other device":["Abbahagyta a gépelést"],"%1$s has stopped typing":["%1$s abbahagyta a gépelést"],"Minimize this chat box":["A csevegés minimalizálása"],"Click to restore this chat":["A csevegés visszaállítása"],"Minimized":["Minimalizálva"],"Description:":["Leírás:"],"Groupchat Address (JID):":["Konferencia címe (JID):"],"Participants:":["Résztvevők:"],"Features:":["Jellemzők:"],"Requires authentication":["Azonosítás szükséges"],"Hidden":["Rejtett"],"Requires an invitation":["Meghívás szükséges"],"Moderated":["Moderált"],"Non-anonymous":["NEM névtelen"],"Open":["Nyitott"],"Permanent":["Állandó"],"Public":["Nyilvános"],"Semi-anonymous":["Félig névtelen"],"Temporary":["Ideiglenes"],"Unmoderated":["Moderálatlan"],"Affiliation changed":[""],"Query for Groupchats":["Konferenciák lekérdezése"],"Server address":["Kiszolgáló címe"],"Show groupchats":["Konferenciák mutatása"],"conference.example.org":["konferencia@pelda.hu"],"No groupchats found":["Nem találhatók szobák"],"Groupchats found:":["Létező konferenciák:"],"name@conference.example.org":["név@konferencia.példa.hu"],"Groupchat address":["Konferencia címe"],"Groupchat info for %1$s":["Konferencia infó számára: %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s már nem admin ebben a konferenciában"],"%1$s is no longer an owner of this groupchat":["%1$s már nem tulajdonos ebben a konferenciában"],"%1$s is no longer banned from this groupchat":["%1$s már nincs kitiltva ebből a konferenciából"],"%1$s has been banned from this groupchat":["%1$s ki lett tiltva ebből a konferenciából"],"%1$s is now an %2$s of this groupchat":["%1$s most már %2$s ebben a konferenciában"],"%1$s is no longer a moderator":["%1$s többé már nem moderátor"],"%1$s has been muted":["%1$s el lett némítva"],"%1$s is now a moderator":["%1$s most már moderátor"],"Close and leave this groupchat":["Bezárja és elhagyja ezt a konferenciát"],"Configure this groupchat":["Konferencia beállítása"],"Show more details about this groupchat":["További információk a konferenciáról"],"Hide the list of participants":["Résztvevők listájának elrejtése"],"Forbidden: you do not have the necessary role in order to do that.":["Tilos: nincs meg a szükséges szerepköre, hogy ezt megtehesse."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Tilos: nincs meg a szükséges kapcsolata, hogy ezt megtehesse."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Hiba: a \"%1$s\" parancs két argumentumot tartalmaz, a felhasználó becenevét és adott esetben az okát."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Sajnáljuk, hiba történt a parancs futtatása közben. A részletekért nézze meg a böngésző fejlesztői konzolt."],"You can run the following commands":[""],"Change user's affiliation to admin":["A felhasználó adminisztrátorrá tétele"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["A felhasználó szerepének változtatása résztvevőre"],"Kick user from groupchat":["Felhasználó kirúgása a konferenciából"],"Write in 3rd person":["Írjon egyes szám harmadik személyben"],"Grant membership to a user":["Tagság megadása a felhasználónak"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["A felhasználó ne küldhessen üzeneteket"],"Change your nickname":["Becenév módosítása"],"Grant moderator role to user":["Moderátori jog adása a felhasználónak"],"Grant ownership of this groupchat":["Konferencia tulajdonjogának megadása"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Konferencia témájának beállítása"],"Set groupchat subject (alias for /subject)":["Állítsa be a konferencia tárgyát (álnév a /tárgynak)"],"Allow muted user to post messages":["Elnémított felhasználók is küldhetnek üzeneteket"],"Error: invalid number of arguments":["Hiba: érvénytelen számú paraméter"],"This action was done by %1$s.":["Ezt a műveletet végezte: %1$s."],"The reason given is: \"%1$s\".":["Ennek ez az oka: \"%1$s\"."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s elhagyta, majd újra belépett a konferenciába. \"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s elhagyta, majd újra belépett a konferenciába"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s belépett a konferenciába. \"%2$s\""],"%1$s has entered the groupchat":["%1$s belépett a konferenciába"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s belépett és elhagyta a konferenciát. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s belépett és elhagyta a konferenciát"],"%1$s has left the groupchat. \"%2$s\"":["%1$s elhagyta a konferenciát. \"%2$s\""],"%1$s has left the groupchat":["%1$s elhagyta a konferenciát"],"Topic set by %1$s":["Témát beállította: %1$s"],"Topic cleared by %1$s":["A témát törölte: %1$s"],"Groupchats":["Konferenciák"],"Add a new groupchat":["Új konferencia létrehozása"],"Query for groupchats":["Konferenciák lekérdezése"],"This groupchat requires a password":["Ez a konferencia jelszót igényel"],"Password: ":["Jelszó: "],"Submit":["Küldés"],"Please choose your nickname":["Kérjük, válasszon becenevet"],"Nickname":["Becenév"],"Enter groupchat":["Belépés a konferenciába"],"Click to mention %1$s in your message.":["Kattintson, hogy megemlítse őt: %1$s."],"This user is a moderator.":["Ez a felhasználó egy moderátor."],"This user can send messages in this groupchat.":["Ez a felhasználó küldhet üzeneteket a konferenciában."],"This user can NOT send messages in this groupchat.":["Ez a felhasználó NEM küldhet üzeneteket a konferenciában."],"Moderator":["Moderátor"],"Visitor":["Látogató"],"Owner":["Tulajdonos"],"Member":["Tag"],"Admin":["Adminisztrátor"],"Participants":["Résztvevők"],"Invite":["Meghívás"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Meghívja %1$s nevű felhasználót a \"%2$s\" nevű konferenciába. Opcionálisan hozzáadhat egy üzenetet, amelyben leírja a meghívás okát."],"Notification from %1$s":["Értesítő üzenet innen: %1$s"],"%1$s says":["%1$s mondja"],"OMEMO Message received":["OMEMO üzenet érkezett"],"has gone offline":["nem elérhetővé vált"],"has gone away":["távol van"],"is busy":["elfoglalt"],"has come online":["elérhető lett"],"wants to be your contact":["szeretne ismerősöd lenni"],"Sorry, an error occurred while trying to remove the devices.":["Sajnáljuk, de hiba történt az eszközök eltávolítása közben."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Sajnálom, nem lehet visszafejteni a kapott OMEMO üzenetet hiba miatt."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Ez egy OMEMO kódolt üzenet, amelyet az ügyfele úgy tűnik, hogy nem támogatja. További információkat itt talál: https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["A profilképed"],"Your Profile":["Profilod"],"Close":["Bezár"],"Email":["Email"],"Full Name":["Teljes név"],"XMPP Address (JID)":["XMPP Cím (JID)"],"Role":["Szerepkör"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Használjon vesszőket több szerep szétválasztásához. A szerepek a neved mellett jelennek meg a csevegési üzenetekben."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Sajnáljuk, valami hiba történt a profiladatok mentése közben."],"You can check your browser's developer console for any error output.":["Ellenőrizheti a böngésző fejlesztői konzolt bármilyen hiba kimenet esetén."],"Away":["Távol"],"Busy":["Elfoglalt"],"Custom status":["Egyéni állapot"],"Offline":["Nem elérhető"],"Online":["Elérhető"],"Away for long":["Hosszú ideje távol"],"Change chat status":["Chat-állapot módosítása"],"Personal status message":["Személyes állapot üzenet"],"About":["Névjegy"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Nyílt Forráskódú %2$s XMPP chat kliens az %3$s Opkode %2$s jóvoltából"],"%1$s Translate %2$s it into your own language":["%1$s Lefordítani %2$s a saját nyelvére"],"I am %1$s":["%1$s vagyok"],"Change settings":["Beállítások módosítása"],"Click to change your chat status":["Ide kattintva módosíthatja a csevegési állapotát"],"Log out":["Kijelentkezés"],"Show details about this chat client":["További információk a csevegő kliensről"],"Your profile":["Saját profil"],"Are you sure you want to log out?":["Biztosan ki akar jelentkezni?"],"online":["elérhető"],"busy":["elfoglalt"],"away for long":["sokáig távol"],"away":["távol"],"offline":["nem elérhető"]," e.g. conversejs.org":[" pl.: conversejs.org"],"Fetch registration form":["Regisztrációs űrlap"],"Tip: A list of public XMPP providers is available":["Tipp: A nyílvános XMPP szolgáltatókról egy lista elérhető"],"here":["itt"],"Sorry, we're unable to connect to your chosen provider.":["Sajnáljuk, de nem tudunk csatlakozni a választott szolgáltatóhoz."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["A megadott szolgáltató nem támogatja a csevegőn keresztüli regisztrációt. Próbáljon meg egy másikat."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Valami hiba történt a következőhöz kapcsolódás közben: \"%1$s\". Biztos benne, hogy létezik?"],"Now logging you in":["Most bejelentkezel"],"Registered successfully":["Sikeres regisztráció"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["A szolgáltató visszautasította a regisztrációs kérelmet. Kérem ellenőrízze a bevitt adatok pontosságát."],"Click to toggle the list of open groupchats":["Kattintsunk a konferenciák listájára váltáshoz"],"Open Groupchats":["Használatban"],"Are you sure you want to leave the groupchat %1$s?":["Biztosan el akarja hagyni a konferenciát: %1$s?"],"This contact is busy":["Ez az ismerős elfoglalt"],"This contact is online":["Ez az ismerős elérhető"],"This contact is offline":["Ez az ismerős nem elérhető"],"This contact is unavailable":["Ez az ismerős elérhetetlen"],"This contact is away for an extended period":["Ez az ismerős hosszú ideje távol van"],"This contact is away":["Ez az ismerős távol van"],"Groups":["Csoportok"],"Contact name":["Partner neve"],"Optional nickname":["Választható becenév"],"Add a Contact":["Új névjegy felvétele"],"XMPP Address":["XMPP Cím"],"name@example.org":["felhasznalo@pelda.hu"],"Add":["Hozzáad"],"Sorry, could not find a contact with that name":[""],"Filter":["Szűrő"],"Filter by contact name":["Szűrés névjegy szerint"],"Filter by group name":["Szűrés csoport szerint"],"Filter by status":["Szűrés állapot szerint"],"Any":["Bármi"],"Unread":["Olvasatlan"],"Chatty":["Beszédes"],"Extended Away":["Hosszú távollét"],"Click to remove %1$s as a contact":["Kattintson %1$s nevű ismerősének eltávolításához"],"Click to accept the contact request from %1$s":["Kattintson %1$s kapcsolatkérésének elfogadásához"],"Click to decline the contact request from %1$s":["Kattintson %1$s kapcsolatkérésének elutasításához"],"Click to chat with %1$s (JID: %2$s)":["Kattintson a csevegés megkezdéséhez %1$s partnerrel (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Valóban elutasítja ezt a partnerkérelmet?"],"Contacts":["Kapcsolatok"],"Add a contact":["Új névjegy felvétele"],"Re-sync your contacts":["Újra szinkronizálni a névjegyeket"],"Sorry, something went wrong while trying to save your bookmark.":["Sajnáljuk, valami hiba történt a könyvjelző mentése közben."],"Unencryptable OMEMO message":["Titkosíthatatlan OMEMO üzenet"],"Sorry, could not determine upload URL.":["Sajnáljuk, nem sikerült meghatározni a feltöltési URL-t."],"Sorry, could not determine file upload URL.":["Sajnáljuk, nem sikerült meghatározni a fájl feltöltési URL-jét."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Sajnáljuk, a fájlt nem sikerült feltölteni. A szervered válasza: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Sajnáljuk, a fájlt nem sikerült feltölteni."],"Sorry, looks like file upload is not supported by your server.":["Sajnálom, úgy tűnik, hogy a szerver nem támogatja a fájl feltöltést."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["A fájlod mérete: %1$s meghaladja a szervered által megengedettet, ami: %2$s."],"Sorry, an error occurred:":["Sajnáljuk, hiba történt:"],"The connection has dropped, attempting to reconnect.":["A kapcsolat megszakadt, megpróbál újra csatlakozni."],"An error occurred while connecting to the chat server.":["Hiba történt a chat szerverhez való csatlakozás közben."],"Your Jabber ID and/or password is incorrect. Please try again.":["Jabber-azonosítója és/vagy jelszava helytelen. Kérem, próbálja újra."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Sajnáljuk, nem tudtunk csatlakozni a domainhez tartozó XMPP gazdagéphez: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["Az XMPP kiszolgáló nem ajánlott fel támogatott hitelesítési mechanizmust"],"This groupchat is not anonymous":["Ez a konferencia NEM névtelen"],"This groupchat now shows unavailable members":["A konferencia mostantól nem elérhető tagokat mutat"],"This groupchat does not show unavailable members":["Ez a konferencia nem mutat elérhetetlen tagokat"],"The groupchat configuration has changed":["A konferencia beállítása megváltozott"],"groupchat logging is now enabled":["A konferencia naplózása engedélyezve"],"groupchat logging is now disabled":["A konferencia naplózása letiltva"],"This groupchat is now no longer anonymous":["A konferencia most már nem névtelen"],"This groupchat is now semi-anonymous":["A konferencia most már félig névtelen"],"This groupchat is now fully-anonymous":["A konferencia most már teljesen névtelen"],"A new groupchat has been created":["Létrejött egy új konferencia"],"Your nickname has been automatically set to %1$s":["A beceneve automatikusan ez lett: %1$s"],"Your nickname has been changed to %1$s":["A beceneved a következőre módosult: %1$s"],"You have been banned from this groupchat":["Ki lettél tiltva ebből a konferenciából"],"You have been kicked from this groupchat":["Ki lettél dobva ebből a konferenciából"],"You have been removed from this groupchat because of an affiliation change":["Taglista módosítás miatt kiléptettünk a konferenciából"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Kiléptettünk a konferenciából, mert mostantól csak a taglistán szereplők lehetnek jelen"],"You have been removed from this groupchat because the service hosting it is being shut down":["Kiléptettük a konferenciából, mert a szolgáltatás leállításra került"],"%1$s has been banned":["%1$s ki lett tiltva"],"%1$s's nickname has changed":["%1$s beceneve módosult"],"%1$s has been kicked out":["%1$s ki lett dobva"],"%1$s has been removed because of an affiliation change":["%1$s el lett távolítva, tagság változás miatt"],"%1$s has been removed for not being a member":["%1$s el lett távolítva, mert nem volt tag"],"You're not allowed to register yourself in this groupchat.":["Nem regisztrálhatod magad ebben a konferenciában."],"You're not allowed to register in this groupchat because it's members-only.":["Nem regisztrálhatod magad ebben a konferenciában, mert meghívás alapú."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Nem lehet regisztrálni a becenevedet ebben a konferenciában, a regisztrációt nem támogatja."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Nem lehet regisztrálni a becenevedet ebben a konferenciában, érvénytelen az űrlap."],"The nickname you chose is reserved or currently in use, please choose a different one.":["A kiválasztott becenév fenntartva vagy jelenleg használatban van, kérjük, válasszon másikat."],"You are not on the member list of this groupchat.":["Nem vagy a konferencia taglistáján."],"You have been banned from this groupchat.":["Ki lettél tiltva ebből a konferenciából."],"You are not allowed to create new groupchats.":["Nem hozhatsz létre új konferenciákat."],"Your nickname doesn't conform to this groupchat's policies.":["A beceneved nem felel meg a konferencia szabályzatának."],"This groupchat does not (yet) exist.":["Ez a konferencia (még) nem létezik."],"This groupchat has reached its maximum number of participants.":["Ez a konferencia elérte a maximális jelenlévők számát."],"Remote server not found":["Távoli kiszolgáló nem található"],"The explanation given is: \"%1$s\".":["A kapott magyarázat: \"%1$s\"."],"%1$s has invited you to join a groupchat: %2$s":["%1$s meghívott a(z) %2$s nevű csevegőszobába"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s meghívott a(z) %2$s nevű csevegőszobába. Indoka: \"%3$s\""],"My contacts":["Névjegyeim"],"Pending contacts":["Függő kapcsolatok"],"Contact requests":["Partnerfelvételi kérések"],"Ungrouped":["Nem csoportosított"],"Sorry, there was an error while trying to add %1$s as a contact.":["Sajnáljuk, hiba történt a(z) %1$s nevű névjegy hozzáadása során."],"This client does not allow presence subscriptions":["Ez a kliens nem engedélyezi a jelenlét követését"],"Click to hide these contacts":["Kattintson ide a névjegyek elrejtéséhez"],"Enter a new Groupchat":["Adjon meg új Konferenciát"],"This field is required":[""],"Join":["Csatlakozás"],"The conversation has moved. Click below to enter.":["A beszélgetés elköltözött. Kattintson az alábbi gombra, hogy belépjen."],"Name":["Név"],"Groupchat address (JID)":["Konferencia címe (JID)"],"Description":["Leírás"],"Topic":["Témakör"],"Topic author":["Téma szerző"],"Online users":["Jelenlevők"],"Features":["Jellemzők"],"Password protected":["Jelszóval védve"],"This groupchat requires a password before entry":["A konferenciába belépéshez jelszó szükséges"],"No password required":["Nem szükséges jelszó"],"This groupchat does not require a password upon entry":["Ez a konferencia nem igényel jelszót belépéskor"],"This groupchat is not publicly searchable":["Ez a konferencia nyilvánosan nem kereshető"],"This groupchat is publicly searchable":["Ez a konferencia nyilvánosan kereshető"],"Members only":["Csak tagoknak"],"This groupchat is restricted to members only":["Ez a konferencia kizárólag tagoknak szól"],"Anyone can join this groupchat":["Bárki csatlakozhat a konferenciához"],"Persistent":["Állandó"],"This groupchat persists even if it's unoccupied":["Ez a konferencia akkor is fennmarad, ha üres"],"This groupchat will disappear once the last person leaves":["Ez a konferencia eltűnik, amint az utolsó ember elhagyja"],"Not anonymous":["Nem névtelen"],"Participants entering this groupchat need to request permission to write":["A belépő résztvevőknek engedélyt kell kérni, hogy írhassanak"],"Not moderated":["Moderálatlan"],"Participants entering this groupchat can write right away":["A belépő résztvevők egyből írhatnak is ide"],"Message archiving":["Üzenetarchiválás"],"Messages are archived on the server":["Üzenetek archiválva vannak a kiszolgálón"],"No password":["Nincs jelszó"],"this groupchat is restricted to members only":["Ez a konferencia csak a tagokra korlátozódik"],"Uploading file:":["Fájl feltöltése:"],"XMPP Address:":["XMPP Cím:"],"Password:":["Jelszó:"],"password":["jelszó"],"This is a trusted device":["Ez egy megbízható eszköz"],"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.":["A teljesítmény javítása érdekében a böngészőben tároljuk az adatokat. Törölje a jelölőnégyzetet, ha ez nyilvános számítógép vagy ha törölni kívánja adatait, amikor kijelentkezik. Fontos, hogy kifejezetten jelentkezzen ki, mert előfordulhat, hogy nem az összes tárolt adat törlődik. Kérjük, vegye figyelembe, ha nem megbízható eszközt használ, hogy az OMEMO titkosítás nem elérhető."],"Log in":["Bejelentkezés"],"Click here to log in anonymously":["Kattintson ide a névtelen bejelentkezéshez"],"This message has been edited":["Ez az üzenet szerkesztve van"],"Edit this message":["Üzenet szerkesztése"],"Message versions":["Üzenetverziók"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Mentés és bezárás"],"This device's OMEMO fingerprint":["Készülékének OMEMO ujjlenyomata"],"Generate new keys and fingerprint":["Új kulcsok és ujjlenyomat létrehozása"],"Select all":["Mindent kijelöl"],"Checkbox to select fingerprints of all other OMEMO devices":["Jelölőnégyzet az összes egyéb OMEMO eszköz ujjlenyomatának kijelöléséhez"],"Other OMEMO-enabled devices":["Más OMEMO-engedélyezett eszközök"],"Checkbox for selecting the following fingerprint":["Jelölőnégyzet az alábbi ujjlenyomat kiválasztására"],"Device without a fingerprint":["Eszköz ujjlenyomat nélkül"],"Remove checked devices and close":["Ellenőrzött eszközök eltávolítása és bezárás"],"Don't have a chat account?":["Nincs csevegő fiókja?"],"Create an account":["Fiók létrehozása"],"Create your account":["Hozza létre fiókját"],"Please enter the XMPP provider to register with:":["Kérjük, adja meg az XMPP szolgáltatót a regisztráláshoz:"],"Already have a chat account?":["Már van csevegő fiókja?"],"Log in here":["Bejelentkezés itt"],"Account Registration:":["Fiók Regisztráció:"],"Register":["Regisztráció"],"Choose a different provider":["Válasszon egy másik szolgáltatót"],"Hold tight, we're fetching the registration form…":["Tartson ki, most kérjük le a regisztrációs űrlapot…"],"Messages are being sent in plaintext":["Üzenetek küldése egyszerű szövegként"],"The User's Profile Image":["A felhasználó profilképe"],"Full Name:":["Teljes név:"],"Nickname:":["Becenév:"],"URL:":["URL:"],"Email:":["E-mail:"],"Role:":["Szerepkör:"],"OMEMO Fingerprints":["OMEMO Ujjlenyomatok"],"Trusted":["Megbízható"],"Untrusted":["Megbízhatatlan"],"Refresh":["Frissítés"],"Remove as contact":["Távolítsa el, mint kapcsolatot"],"Download audio file \"%1$s\"":["Hangfájl letöltése \"%1$s\""],"Download file \"%1$s\"":["Fájl letöltése \"%1$s\""],"Download image \"%1$s\"":["Kép letöltése \"%1$s\""],"Download":["Letöltés"],"Download video file \"%1$s\"":["Videó fájl letöltése \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/id/LC_MESSAGES/converse.json b/locale/id/LC_MESSAGES/converse.json deleted file mode 100644 index 18552aa73..000000000 --- a/locale/id/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=1; plural=0;","lang":"id"},"The name for this bookmark:":["Nama untuk penanda ini:"],"Error":["Kesalahan"],"Message":["Pesan"],"Optional hint":[""],"Choose a file to send":[""],"Clear all messages":["Hapus semua pesan"],"Message characters remaining":[""],"Remove messages":["Hapus pesan"],"Show this menu":["Tampilkan menu ini"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Username":["Nama pengguna"],"user@domain":[""],"Please enter a valid XMPP address":[""],"Toggle chat":[""],"Typing from another device":["Mengetik dari perangkat lain"],"Description:":["Deskripsi:"],"Features:":["Fitur:"],"Requires authentication":["Membutuhkan otentikasi"],"Hidden":["Tersembunyi"],"Requires an invitation":["Membutuhkan undangan"],"Moderated":["Dimoderasi"],"Non-anonymous":["Tidak anonim"],"Public":["Umum"],"Semi-anonymous":["Semi-anonim"],"Unmoderated":["Tidak dimoderasi"],"Affiliation changed":[""],"Role changed":[""],"name@conference.example.org":[""],"Groupchat info for %1$s":[""],"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 based on your arguments":[""],"Error: found multiple groupchat participant based on your arguments":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Ban user by changing their affiliation to outcast":[""],"Grant membership to a user":[""],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Revoke the user's current affiliation":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The reason given is: \"%1$s\".":[""],"Groupchats":[""],"Password: ":["Kata sandi: "],"Submit":["Kirim"],"Please choose your nickname":[""],"Nickname":["Nama panggilan"],"You need to provide a nickname":[""],"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.":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"wants to be your contact":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"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.":[""],"Busy":["Sibuk"],"Offline":["Tidak Terhubung"],"Online":["Terhubung"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Saya %1$s"],"Change settings":[""],"Click to change your chat status":["Klik untuk mengganti status obrolan"],"Your profile":[""],"online":["terhubung"],"busy":["sibuk"],"offline":["tidak terhubung"]," 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.":[""],"Open Groupchats":[""],"This contact is busy":["Kontak ini sedang sibuk"],"This contact is online":["Kontak ini terhubung"],"This contact is offline":["Kontak ini tidak terhubung"],"This contact is unavailable":["Kontak ini tidak tersedia"],"This contact is away":["Kontak ini sedang pergi"],"Groups":[""],"Optional nickname":[""],"XMPP Address":[""],"Add":["Tambah"],"Sorry, could not find a contact with that name":[""],"Filter":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Unencryptable OMEMO message":[""],"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 connection has dropped, attempting to reconnect.":["Sambungan terputus, mencoba menyambungkan kembali"],"Your Jabber ID and/or password is incorrect. Please try again.":["username dan/atau password Anda salah. Silahkan ulang kembali."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Maaf, Domain: %1$s tidak dapat tersambung ke XMPP host kami"],"The XMPP server did not offer a supported authentication mechanism":[""],"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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"My contacts":["Kontak saya"],"Pending contacts":["Kontak yang tertunda"],"Contact requests":["Permintaan pertemanan"],"Ungrouped":[""],"Sorry, there was an error while trying to add %1$s as a contact.":["Maaf, ada sesuatu kesalahan saat mencoba menambahkan %1$s sebagai kontak"],"This field is required":[""],"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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"Password:":["Kata sandi:"],"password":["kata sandi"],"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.":[""],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Full Name:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Download":["Unduh"]}}} \ No newline at end of file diff --git a/locale/it/LC_MESSAGES/converse.json b/locale/it/LC_MESSAGES/converse.json deleted file mode 100644 index 9daf10357..000000000 --- a/locale/it/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"it"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Sei sicuro di voler rimuovere il segnalibro \"%1$s\"?"],"Unbookmark this groupchat":["Non salvare nei bookmark questa stanza"],"Bookmark this groupchat":["Salva questa stanza"],"Would you like this groupchat to be automatically joined upon startup?":["Vuoi collegarti automaticamente a questa stanza quando fai il login?"],"Cancel":["Annulla"],"The name for this bookmark:":["Nome per questo bookmark:"],"What should your nickname for this groupchat be?":["Qual è il nickname per questa stanza?"],"Save":["Salva"],"Leave this groupchat":["Lascia questa stanza"],"Remove this bookmark":["Rimuovi questo bookmark"],"Show more information on this groupchat":["Mostra più informazioni su questa stanza"],"Click to open this groupchat":["Clicca per aprire questa stanza"],"Click to toggle the bookmarks list":["Clicca per aprire/chiudere la lista bookmarks"],"Bookmarks":["Segnalibri"],"Close this chat box":["Chiudi questa chat"],"Are you sure you want to remove this contact?":["Sei sicuro di voler rimuovere questo contatto?"],"Error":["Errore"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Si è verificato un errore durante il tentativo di rimozione di %1$s come contatto."],"You have unread messages":["Hai messaggi non letti"],"Hidden message":["Messaggio Privato"],"Message":["Messaggio"],"Send":["Invia"],"Optional hint":["Suggerimento opzionale"],"Choose a file to send":["Scegli un file da inviare"],"Clear all messages":["Pulisci tutti i messaggi"],"Insert emojis":["Inserisci emojis"],"Start a call":["Inizia una chiamata"],"Remove messages":["Rimuovi messaggi"],"Write in the third person":["Scrivi in terza persona"],"Show this menu":["Mostra questo menu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Sei sicuro di volere pulire i messaggi da questo chat box?"],"%1$s has gone offline":["%1$s è andato offline"],"%1$s has gone away":["%1$s si è allontanato"],"%1$s is busy":["%1$s è occupato"],"%1$s is online":["%1$s è in linea"],"Username":["Username"],"user@domain":["utente@dominio"],"Please enter a valid XMPP address":["Inserisci un indirizzo XMPP valido"],"Chat Contacts":["Contatti"],"Toggle chat":["Attiva/disattiva chat"],"Show more":["Mostra di più"],"Typing from another device":["Digitando da un altro dispositivo"],"%1$s is typing":["%1$s sta scrivendo"],"Stopped typing on the other device":["Fermata la digitazione sull'altro dispositivo"],"%1$s has stopped typing":["%1$s ha smesso di scrivere"],"Minimize this chat box":["Riduci questo chat box"],"Click to restore this chat":["Clicca per ripristinare questa chat"],"Minimized":["Ridotto"],"Description:":["Descrizione:"],"Features:":["Funzionalità:"],"Requires authentication":["Richiede autenticazione"],"Hidden":["Nascosta"],"Requires an invitation":["Richiede un invito"],"Moderated":["Moderata"],"Non-anonymous":["Non-anonima"],"Open":["Aperta"],"Public":["Pubblica"],"Semi-anonymous":["Semi-anonima"],"Temporary":["Temporanea"],"Unmoderated":["Non moderata"],"Affiliation changed":[""],"name@conference.example.org":["name@conference.example.org"],"Forbidden: you do not have the necessary role in order to do that.":["Non consentito: non hai il ruolo necessario per fare questo."],"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.":["Errore: il comando \"%1$s\" richiede due argomenti, il nickname dell'utente e una ragione opzionale."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Siamo spiacenti, si è verificato un errore durante l'esecuzione del comando. Controlla la console per gli sviluppatori del browser per i dettagli."],"You can run the following commands":[""],"Change user's affiliation to admin":["Cambia l'affiliazione dell'utente all'amministratore"],"Ban user by changing their affiliation to outcast":[""],"Write in 3rd person":["Scrivi in terza persona"],"Grant membership to a user":["Concedi la membership ad un utente"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Rimuovi la possibilità di inviare messaggi all'utente"],"Change your nickname":["Cambia il tuo nickname"],"Grant moderator role to user":["Concedi il ruolo di moderatore ad un utente"],"Revoke the user's current affiliation":[""],"Allow muted user to post messages":["Abilita l'utente mutato ad inviare nuovamente messaggi"],"Error: invalid number of arguments":[""],"Password: ":["Password: "],"Submit":["Invia"],"Please choose your nickname":["Scegli il tuo nickname"],"Nickname":["Soprannome"],"Click to mention %1$s in your message.":["Clicca per menzionare %1$s nel tuo messaggio."],"This user is a moderator.":["Questo utente è un moderatore."],"Visitor":["Visitatore"],"Owner":["Proprietario"],"Admin":["Admin"],"Participants":["Partecipanti"],"Invite":["Invita"],"Notification from %1$s":["Notifica da %1$s"],"%1$s says":["%1$s dice"],"has gone offline":["è andato offline"],"has gone away":["si è allontanato"],"is busy":["è occupato"],"has come online":["è online"],"wants to be your contact":["vuole essere un tuo contatto"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["Il tuo avatar"],"Your Profile":["Il tuo profilo"],"Close":["Chiudi"],"Email":["Email"],"Full Name":["Nome Completo"],"Role":["Regola"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Utilizzare le virgole per separare più ruoli. I tuoi ruoli sono visualizzati accanto al tuo nome nei tuoi messaggi chat."],"URL":["URL"],"You can check your browser's developer console for any error output.":["Puoi controllare la console per sviluppatori del tuo browser per qualsiasi output di errore."],"Away":["Assente"],"Busy":["Occupato"],"Custom status":["Stato personalizzato"],"Offline":["Non in linea"],"Online":["In linea"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["Sono %1$s"],"Change settings":["Modifica impostazioni"],"Click to change your chat status":["Clicca per cambiare il tuo stato"],"Log out":["Logo out"],"Your profile":["Il tuo profilo"],"Are you sure you want to log out?":["Sei sicuro di volerti disconnettere?"],"online":["in linea"],"busy":["occupato"],"away for long":["assente da molto"],"away":["assente"],"offline":["offline"]," e.g. conversejs.org":[" es. conversejs.org"],"Fetch registration form":["Modulo di registrazione"],"Tip: A list of public XMPP providers is available":["Suggerimento: È disponibile un elenco di provider XMPP pubblici"],"here":["qui"],"Sorry, we're unable to connect to your chosen provider.":["Spiacente, impossibile connettersi al fornitore selezionato."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Siamo spiacenti, il provider specificato non supporta la registrazione di account. Si prega di provare con un altro provider."],"Now logging you in":["Adesso stai entrando dentro"],"Registered successfully":["Registrazione riuscita"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Il provider ha respinto il tentativo di registrazione. Controlla i dati inseriti."],"Open Groupchats":["Apri stanza"],"This contact is busy":["Questo contatto è occupato"],"This contact is online":["Questo contatto è online"],"This contact is offline":["Questo contatto è offline"],"This contact is unavailable":["Questo contatto non è disponibile"],"This contact is away for an extended period":["Il contatto è away da un lungo periodo"],"This contact is away":["Questo contatto è away"],"Groups":["Gruppi"],"Contact name":["Nome del contatto"],"Optional nickname":["Nickname opzionale"],"Add a Contact":["Aggiungi un Contatto"],"XMPP Address":["Indirizzo XMPP"],"name@example.org":["nome@esempio.org"],"Add":["Aggiungi"],"Sorry, could not find a contact with that name":[""],"Filter":["Filtri"],"Filter by contact name":["Filtra per nome del contatto"],"Filter by group name":["Filtra per nome del gruppo"],"Filter by status":["Filtra per stato"],"Any":["Ogni"],"Unread":["Non letto"],"Chatty":["Chatty"],"Extended Away":["Away estesa"],"Click to remove %1$s as a contact":["Clicca per rimuovere %1$s come contatto"],"Click to accept the contact request from %1$s":["Clicca per accettare questa richiesta di contatto da %1$s"],"Click to decline the contact request from %1$s":["Clicca per rifiutare questa richiesta di contatto da %1$s"],"Click to chat with %1$s (JID: %2$s)":["Clicca per comunicare con %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Sei sicuro dirifiutare questa richiesta di contatto?"],"Contacts":["Contatti"],"Add a contact":["Aggiungi contatti"],"Sorry, something went wrong while trying to save your bookmark.":["Si è verificato un errore nel salvataggio del bookmark."],"Unencryptable OMEMO message":[""],"Sorry, could not determine upload URL.":["Spiacenti, impossibile determinare l'URL di caricamento."],"Sorry, could not determine file upload URL.":["Spiacenti, impossibile determinare l'URL di caricamento del file."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Spiacenti, impossibile caricare il tuo file. Risposta del tuo server: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Spiacenti, impossibile caricare il tuo file."],"Sorry, looks like file upload is not supported by your server.":["Spiacenti, sembra che il caricamento dei file non sia supportato dal tuo server."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["La dimensione del tuo file, %1$s, supera il massimo consentito dal tuo server, che è %2$s."],"Sorry, an error occurred:":["Ci scusiamo, si é verificato un errore:"],"The connection has dropped, attempting to reconnect.":["La connessione è caduta, attendi la riconnessione."],"An error occurred while connecting to the chat server.":["Si è verificato un errore durante la connessione al server."],"Your Jabber ID and/or password is incorrect. Please try again.":["Il tuo ID Jabber e/o la tua password non sono corretti. Prova di nuovo."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Spiacente, impossibile connetersi all'host XMPP con il dominio: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["Il server XMPP non offre un meccanismo di autenticazione supportato"],"This groupchat is not anonymous":["Questa stanza non è anonima"],"The groupchat configuration has changed":["La configurazione della stanza è cambiata"],"A new groupchat has been created":["Una nuova stanza è stata creata"],"You have been banned from this groupchat":["Sei stato esplulso da questa stanza"],"%1$s has been banned":["%1$s è stato bannato"],"%1$s's nickname has changed":["%1$s nickname è cambiato"],"%1$s has been kicked out":["%1$s è stato espulso"],"%1$s has been removed because of an affiliation change":["%1$s è stato rimosso a causa di un cambio di affiliazione"],"%1$s has been removed for not being a member":["%1$s è stato rimosso in quanto non membro"],"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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Il nickname scelto è riservato o attualmente in uso, indicane uno diverso."],"Remote server not found":["Server remoto non presente"],"My contacts":["I miei contatti"],"Pending contacts":["Contatti in attesa"],"Contact requests":["Richieste dei contatti"],"Ungrouped":["Senza Gruppo"],"Sorry, there was an error while trying to add %1$s as a contact.":["Si è verificato un errore durante il tentativo di aggiungere %1$s come contatto."],"This client does not allow presence subscriptions":["Questo client non consente sottoscrizioni di presenza"],"Click to hide these contacts":["Clicca per nascondere questi contatti"],"This field is required":[""],"The conversation has moved. Click below to enter.":[""],"Topic":["Argomento"],"Topic author":["Autore topic"],"Features":["Impostazioni"],"Password protected":["Con Password"],"Members only":["Solo membri"],"Persistent":["Persistente"],"All other groupchat participants can see your XMPP address":["Tutti gli occupanti della stanza possono vedere il tuo indirizzo XMPP"],"Only moderators can see your XMPP address":["Solo i moderatori possono vedere il tuo indirizzo XMPP"],"Participants entering this groupchat need to request permission to write":[""],"Participants entering this groupchat can write right away":[""],"Message archiving":["Archivio Messaggi"],"Messages are archived on the server":["Messaggi sono archiviati sul server"],"Uploading file:":[""],"Password:":["Password:"],"password":["Password"],"This is a trusted device":["Questo è un dispositivo fidato"],"Click here to log in anonymously":["Clicca per entrare anonimo"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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?":["Hai un account chat?"],"Create an account":["Crea un account"],"Create your account":["Crea il tuo account"],"Please enter the XMPP provider to register with:":["Inserisci il fornitore XMPP con cui registrarti:"],"Already have a chat account?":["Hai già un account chat?"],"Log in here":["Entra qui"],"Account Registration:":["Registrazione account:"],"Register":["Registra"],"Choose a different provider":["Scegli un fornitore differente"],"Hold tight, we're fetching the registration form…":["Tieniti forte, stiamo recuperando il modulo di registrazione…"],"Messages are being sent in plaintext":[""],"The User's Profile Image":["L'immagine del profilo dell'utente"],"URL:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":["Aggiorna"],"Remove as contact":["Rimuovi dai contatti"],"Download":["Download"]}}} \ No newline at end of file diff --git a/locale/ja/LC_MESSAGES/converse.json b/locale/ja/LC_MESSAGES/converse.json deleted file mode 100644 index 1f412fd9d..000000000 --- a/locale/ja/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=1; plural=0;","lang":"ja"},"Are you sure you want to remove the bookmark \"%1$s\"?":["ほんとうにこのブックマーク \"%1$s\" を削除してもいいですか ?"],"Unbookmark this groupchat":["この談話室をブックマークからはずす"],"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":["保存"],"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":["このチャットを閉じる"],"Sorry, something went wrong while trying to refresh":["復元に失敗したようです"],"Are you sure you want to remove this contact?":["ほんとうにこの相手先を削除しますか ?"],"Error":["エラー"],"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":["送信するファイルを選択"],"Click to write as a normal (non-spoiler) message":["クリックして、普通(ネタバレなし)のメッセージとして書き込む"],"Click to write your message as a spoiler":["クリックして、ネタバレとしてメッセージを書き込む"],"Clear all messages":["すべてのメッセージをクリア"],"Insert emojis":["絵文字を挿入"],"Start a call":["呼び出す"],"Remove messages":["メッセージを削除"],"Write in the third person":["三人称で書く"],"Show this menu":["このメニューを表示"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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 は入力を中断しました"],"Minimize this chat box":["このチャットを最小化"],"Click to restore this chat":["クリックしてこのチャットを復元"],"Minimized":["最小化"],"Description:":["説明:"],"Groupchat Address (JID):":["談話室のアドレス (JID):"],"Participants:":["入室者:"],"Features:":["特徴:"],"Requires authentication":["認証の要求"],"Hidden":["非公開談話室"],"Requires an invitation":["招待の要求"],"Moderated":["司会付き"],"Non-anonymous":["非匿名談話室"],"Open":["開放"],"Permanent":["常設"],"Public":["公開談話室"],"Semi-anonymous":["半匿名"],"Temporary":["臨時"],"Unmoderated":["発言制限なし談話室"],"Affiliation changed":[""],"Query for Groupchats":["談話室へのクエリ"],"Server address":["サーバーアドレス"],"Show groupchats":["談話室を表示"],"conference.example.org":["conference.example.org"],"No groupchats found":["談話室が見つかりません"],"Groupchats found:":["談話室が見つかりました:"],"name@conference.example.org":["name@conference.example.org"],"Groupchat name":["談話室名"],"Groupchat address":["談話室のアドレス"],"Groupchat info for %1$s":["%1$s の談話室情報"],"%1$s is no longer an admin of this groupchat":["%1$s はこの談話室の管理人ではなくなりました"],"%1$s is no longer an owner of this groupchat":["%1$s はこの談話室の主宰者ではなくなりました"],"%1$s is no longer banned from this groupchat":["%1$s はこの談話室から締め出されました"],"%1$s has been banned from this groupchat":["%1$s はこの談話室から締め出されました"],"%1$s is now an %2$s of this groupchat":["%1$s はこの談話室の %2$s になりました"],"%1$s is no longer a moderator":["%1$s は司会者ではなくなりました"],"%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.":["エラー: コマンド \"%1$s\" は2つの引数をとります。ユーザーのニックネームと、理由(これは任意)です。"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["コマンドの実行中にエラーが起こりました。詳細はブラウザの開発者コンソールを確認してください。"],"You can run the following commands":[""],"Change user's affiliation to admin":["ユーザーの分掌を管理人に変更"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["ユーザーの役を参加者に変更"],"Remove this groupchat":["この談話室を削除"],"Kick user from groupchat":["ユーザーを談話室から蹴り出す"],"Write in 3rd person":["第三者に書く"],"Grant membership to a user":["ユーザーにメンバー権を与える"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["ユーザーを、メッセージを書き込めないようにする"],"Change your nickname":["ニックネームを変更"],"Grant moderator role to user":["ユーザーに司会者の役を与える"],"Grant ownership of this groupchat":["この談話室の主宰者にする"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["談話室の題を設定"],"Set groupchat subject (alias for /subject)":["談話室の題を設定 (コマンド /subject )"],"Allow muted user to post messages":["発言権のないユーザーにメッセージの書き込みを許可する"],"Error: invalid number of arguments":["エラー: 引数の数が違います"],"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. \"%2$s\"":["%1$s はこの談話室を退出して再入室しました。\"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s はこの談話室を退出して再入室しました"],"%1$s has entered the groupchat. \"%2$s\"":["%1$sは入室しました。\"%2$s\""],"%1$s has entered the groupchat":["%1$s は入室しました"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s はこの談話室に入り退出しました。\"%2$s\""],"%1$s has entered and left the groupchat":["%1$s はこの談話室に入り退出しました"],"%1$s has left the groupchat. \"%2$s\"":["%1$s はこの談話室を退出しました。\"%2$s\""],"%1$s has left the groupchat":["%1$s はこの談話室を退出しました"],"Topic set by %1$s":["%1$s が題を設定しました"],"Topic cleared by %1$s":["%1$s が題を設定しました"],"Groupchats":["グループチャット"],"Add a new groupchat":["新しい談話室を追加する"],"Query for groupchats":["談話室へのクエリ"],"This groupchat requires a password":["この談話室にはパスワードが必要です"],"Password: ":["パスワード: "],"Submit":["送信"],"Please choose your nickname":["ニックネームを選んでください"],"Nickname":["ニックネーム"],"Enter groupchat":["談話室に入る"],"You need to provide a nickname":[""],"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.":["%1$s を談話室 \"%2$s\" に招待しようとしています。招待の理由や説明を付けてもかまいません。"],"Notification from %1$s":["%1$s からの通知"],"%1$s says":["%1$s 曰く"],"OMEMO Message received":["OMEMO メッセージを受信"],"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.":["デバイスを切断する際にエラーが発生しました。"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["本当に、新しい OMEMO 鍵を生成しますか ? 古い鍵は削除され、これまでに暗号化されたメッセージはこのデバイスでは復号できなくなります。"],"Sorry, could not decrypt a received OMEMO message due to an error.":["エラーのため、受信した OMEMO メッセージを復号できませんでした。"],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["%1$s のリモートサーバーを見つけることができなかったため、暗号化メッセージを送信できません"],"Unable to send an encrypted message due to an unexpected error.":["予期しないエラーのため、暗号化メッセージを送信できません。"],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["%1$s は OMEMO 非対応のクライアントを使用しているため、端末間暗号化を使用できません。"],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["これは OMEMO メッセージで、クライアントが対応していないようです。詳細は https://conversations.im/omemo を参照してください。"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["アバター画像"],"Your Profile":["プロフィール"],"Close":["閉じる"],"Email":["Eメール"],"Full Name":["名前(フルネーム)"],"XMPP Address (JID)":["XMPP アドレス (JID)"],"Role":["役"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["複数の役はコンマで区切ってください。役はメッセージの名前の次の行に表示されます。"],"URL":["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":["個別の在席状況メッセージ"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["私はいま %1$s"],"Change settings":["設定を変更"],"Click to change your chat status":["クリックして、在席状況を変更"],"Log out":["ログアウト"],"Show details about this chat client":["このクライアントについての詳細を見る"],"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.":["プロバイダーは登録を拒否しました。入力内容が正しいか確認してください。"],"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":["グループ"],"Contact name":["名前"],"Optional nickname":["ニックネーム(任意)"],"Add a Contact":["相手先を追加"],"XMPP Address":["XMPP アドレス"],"name@example.org":["name@example.org"],"Add":["追加"],"Sorry, could not find a contact with that name":["その名前の相手先は見つかりませんでした"],"This contact has already been added":["この相手先は既に追加済みです"],"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":["相手先を追加"],"Re-sync your contacts":["相手先を再同期"],"Sorry, something went wrong while trying to save your bookmark.":["ブックマークの保存に失敗しました。"],"Unencryptable OMEMO message":["復号可能な OMEMO メッセージ"],"Sorry, could not determine upload URL.":["アップロードの URL を確定できませんでした。"],"Sorry, could not determine file upload URL.":["ファイルアップロードの 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.":["ファイルのサイズ %1$s は、サーバーの制限値 %2$s を超えています。"],"Sorry, an error occurred:":["エラーが起こりました:"],"The connection has dropped, attempting to reconnect.":["接続が失われました。再接続を試みます。"],"An error occurred while connecting to the chat server.":["チャットサーバーに接続する際にエラーが発生しました。"],"Your Jabber ID and/or password is incorrect. Please try again.":["Jabber ID とパスワードの両方または一方が正しくありません。もう一度やり直してください。"],"Sorry, we could not connect to the XMPP host with domain: %1$s":["次のドメインの XMPP ホストに接続できませんでした: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["XMPP サーバーは対応している認証形式を提示しませんでした"],"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":["新しい談話室が作成されました"],"Your nickname has been automatically set to %1$s":["ニックネームは自動的に %1$s に設定されました"],"Your nickname has been changed to %1$s":["ニックネームを %1$s に変更しました"],"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 を削除しました"],"%1$s has been removed for not being a member":["メンバーでなくなったため、%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.":["データの形が正しくないため、この談話室にニックネームを登録することができません。"],"The nickname you chose is reserved or currently in use, please choose a different one.":["そのニックネームは予約されているか既に使われています。別のものを選んでください。"],"You are not on the member list of this groupchat.":["この談話室のメンバー一覧にありません。"],"You have been banned from this groupchat.":["この談話室から締め出されました。"],"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\""],"%1$s has invited you to join a groupchat: %2$s":["%1$s があなたを談話室 %2$s へ招待しています"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s があなたを談話室%2$s へ招待しています。案内: \"%3$s\""],"My contacts":["相手先一覧"],"Pending contacts":["保留中の相手先"],"Contact requests":["会話に呼び出し"],"Ungrouped":["未整理"],"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":["クリックしてこの相手先を隠す"],"Enter a new Groupchat":["新しい談話室に入る"],"This field is required":["この欄は必須です"],"Join":["入室する"],"This groupchat no longer exists":["この談話室はもう存在していません"],"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 address":["すべての入室者はあなたの XMPP アドレスを見ることができます"],"Only moderators can see your XMPP address":["司会者のみが 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":["この談話室はメンバーのみ入室できます"],"Uploading file:":["アップロードファイル:"],"XMPP Address:":["XMPP アドレス:"],"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.":["性能改善のため、このブラウザーにデータをキャッシュします。共用コンピューターの場合や、ログアウト時にデータを消去したい場合は、この欄のチェックをはずしてください。確実にログアウトしないと、キャッシュデータが残る可能性があります。信頼のない機器での利用の場合には OMEMO が使えないことにご注意ください。"],"Log in":["ログイン"],"Click here to log in anonymously":["クリックして、匿名としてログイン"],"This message has been edited":["メッセージは編集されています"],"Edit this message":["メッセージを編集"],"Message versions":["メッセージのバージョン"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["保存して閉じる"],"This device's OMEMO fingerprint":["このデバイスの OMEMO 指紋"],"Generate new keys and fingerprint":["新しい鍵と指紋を生成"],"Select all":["すべてを選択"],"Checkbox to select fingerprints of all other OMEMO devices":["他の OMEMO デバイスをすべて選択するためのチェックボックス"],"Other OMEMO-enabled devices":["OMEMO を利用可能な他のデバイス"],"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":["ユーザーのプロフィール画像"],"Full Name:":["名前(フルネーム):"],"Nickname:":["ニックネーム:"],"URL:":["URL:"],"Email:":["Eメール:"],"Role:":["役:"],"OMEMO Fingerprints":["OMEMO 指紋"],"Trusted":["信用できる"],"Untrusted":["信用できない"],"Refresh":["再読込"],"Remove as contact":["相手先を削除"],"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/lt/LC_MESSAGES/converse.json b/locale/lt/LC_MESSAGES/converse.json deleted file mode 100644 index 3a237ba6a..000000000 --- a/locale/lt/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"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"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Ar tikrai norite ištrinti žymę \"%1$s\"?"],"Unbookmark this groupchat":["Panaikinti šio kambario žymę"],"Bookmark this groupchat":["Sukurti šio kambario žymę"],"Would you like this groupchat to be automatically joined upon startup?":["Ar pageidaujate atidaryti šį kambarį automatiškai kai prisijungiate?"],"Cancel":["Atšaukti"],"The name for this bookmark:":["Žymės vardas:"],"What should your nickname for this groupchat be?":["Koks bus jūsų slapyvardis šiame kambaryje?"],"Save":["Išsaugoti"],"Leave this groupchat":["Išeiti iš šio kambario"],"Remove this bookmark":["Ištrinti šią žymę"],"Show more information on this groupchat":["Parodyti daugiau informacijos apie šį kambarį"],"Click to toggle the bookmarks list":["Spustelėkite, kad įjungtumėte žymių sąrašą"],"Bookmarks":["Žymės"],"Close this chat box":["Uždarykite šį pokalbių laukelį"],"Are you sure you want to remove this contact?":["Ar tikrai norite pašalinti šį kontaktą?"],"Error":["Klaida"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Deja, įvyko klaida bandant pašalinti %1$s iš kontaktų."],"You have unread messages":["Jūs turite neperskaitytų pranešimų"],"Hidden message":["Paslėptas pranešimas"],"Message":["Pranešimas"],"Send":["Siųsti"],"Optional hint":["Neprivaloma užuomina"],"Choose a file to send":["Pasirinkite failą siuntimui"],"Click to write as a normal (non-spoiler) message":["Spustelėkite, jei norite parašyti įprastą (neatskleidžiamą) pranešimą"],"Click to write your message as a spoiler":["Spustelėkite, jei norite parašyti pranešimą kaip atskleidėją"],"Clear all messages":["Išvalyti visus pranešimus"],"Start a call":["Pradėti skambutį"],"Remove messages":["Pašalinti pranešimus"],"Write in the third person":["Rašykite trečiuoju asmeniu"],"Show this menu":["Rodyti šį meniu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Username":["Vartotojo vardas"],"user@domain":["vartotojas@domenas"],"Please enter a valid XMPP address":["Įveskite teisingą XMPP adresą"],"Chat Contacts":["Pokalbio 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"],"Minimize this chat box":["Minimizuoti šį pokalbio laukelį"],"Click to restore this chat":["Spustelėkite, kad atstatytumėte pokalbį"],"Minimized":["Minimizuotas"],"Description:":["Aprašymas:"],"Participants:":["Dalyviai:"],"Features:":["Savybės:"],"Requires authentication":["Reikalinga autentikacija"],"Hidden":["Paslėptas"],"Requires an invitation":["Reikalingas pakvietimas"],"Moderated":["Moderuojamas"],"Non-anonymous":["Ne anonimiškas"],"Open":["Atidarytas"],"Permanent":["Pastovus"],"Public":["Viešas"],"Semi-anonymous":["Pusiau anonimiškas"],"Temporary":["Laikinas"],"Unmoderated":["Nemoderuojamas"],"Affiliation changed":[""],"Query for Groupchats":["Kambarių užklausa"],"Server address":["Serverio adresas"],"conference.example.org":["conference.pavyzdys.lt"],"name@conference.example.org":["vardas@conference.pavyzdys.lt"],"Groupchat address":["Kambario adresas"],"Groupchat info for %1$s":["Kambario informacija apie %1$s"],"%1$s is no longer a moderator":["%1$s daugiau nėra moderatorius"],"%1$s is now a moderator":["%1$s dabar yra moderatorius"],"Show more details about this groupchat":["Parodyti daugiau detalių apie šį kambarį"],"Hide the list of participants":["Paslėpti dalyvių sąrašą"],"Forbidden: you do not have the necessary role in order to do that.":["Uždrausta: jūs neturite tinkamo vaidmens tam atlikti."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Uždrausta: jūsų narystė nėra tinkama tam atlikti."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Klaida: \"%1$s\" komandai reikalingi du argumentai, vartotojo vardas ir neprivalomai priežastis."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Deja, įvyko klaida vykdant komanda. Norint pamatyti daugiau detalių patikrinkite jūsų naršyklės vystytojo konsolę."],"You can run the following commands":[""],"Change user's affiliation to admin":["Pakeisti vartotojo rolę į administratoriaus"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Pakeisti vartotojo vaidmenį į dalyvio"],"Kick user from groupchat":["Pašalinti vartotoją iš kambario"],"Write in 3rd person":["Rašyti trečiuoju asmeniu"],"Grant membership to a user":["Suteikti vartotojui nario statusą"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Atimti iš vartotojo teisę rašyti pranešimus"],"Change your nickname":["Pakeisti jūsų slapyvardį"],"Grant moderator role to user":["Suteikti vartotojui moderatoriaus vaidmenį"],"Grant ownership of this groupchat":["Suteikti šio kambario savininko teises"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Nustatyti kambario temą"],"Set groupchat subject (alias for /subject)":["Nustatyti kambario temą (slapyvardis /subject)"],"Allow muted user to post messages":["Leisti vartotojui be balso teisės rašyti pranešimus"],"Error: invalid number of arguments":["Klaida: netinkamas argumentų skaičius"],"This action was done by %1$s.":["Šį veiksmą atliko %1$s."],"The reason given is: \"%1$s\".":["Pateikta priežastis: \"%1$s\"."],"%1$s has left and re-entered the groupchat":["%1$s išėjo ir vėl įėjo į kambarį"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s įėjo į kambarį. \"%2$s\""],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s įėjo ir išėjo iš kambario. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s įėjo ir išėjo iš kambario "],"%1$s has left the groupchat. \"%2$s\"":["%1$s išėjo iš kambario. \"%2$s\""],"Topic set by %1$s":["Temą nustatė %1$s"],"Topic cleared by %1$s":["Temą ištrynė %1$s"],"This groupchat requires a password":["Šis kambarys reikalauja slaptažodžio"],"Password: ":["Slaptažodis: "],"Submit":["Pateikti"],"Please choose your nickname":["Prašome pasirinkti slapyvardį"],"Nickname":["Slapyvardis"],"Enter groupchat":["Įeiti į kambarį"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Spustelėkite norint paminėti %1$s savo pranešime."],"This user is a moderator.":["Šis vartotojas yra moderatorius"],"This user can send messages in this groupchat.":["Šis vartotojas galiu siųsti pranešimus šiame kambaryje."],"This user can NOT send messages in this groupchat.":["Šis vartotojas NEGALI siųsti pranešimų šiame kambaryje."],"Moderator":["Moderatorius"],"Visitor":["Lankytojas"],"Owner":["Savininkas"],"Member":["Narys"],"Admin":["Administratorius"],"Participants":["Dalyviai"],"Invite":["Pakviesti"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Jūs ruošiatės pakviesti %1$s į kambarį \"%2$s\". Jeigu norite, galite pridėti žinutę paaiškinant pakvietimo priežastį."],"Notification from %1$s":["Pranešimas iš %1$s"],"%1$s says":["%1$s sako"],"OMEMO Message received":["OMEMO Pranešimas gautas"],"has gone offline":["atsijungė"],"has gone away":["pasišalinęs"],"is busy":["užsiėmęs"],"has come online":["prisijungė"],"wants to be your contact":["nori būti jūsų kontaktu"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Ar esate tikri, kad norite sugeneruoti naujus OMEMO raktus? Šis veiksmas pašalins senus raktus ir visi anksčiau šifruoti pranešimai daugiau negalės būti iššifruoti šiame įrenginyje."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Deja, dėl klaidos nepavyko iššifruoti gauto OMEMO pranešimo."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Deja, negalime nusiųsti užšifruoto pranešimo, nes %1$s reikalauja, kad butumėte prenumeravę jo (jos) būseną, kad galėtumete matyti jo (jos) OMEMO informaciją"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Deja, negalime nusiųsti užšifruoto pranešimo, nes %1$s nutolęs serveris nerastas"],"Unable to send an encrypted message due to an unexpected error.":["Neįmanoma nusiųsti užšifruoto pranešimo dėl nenumatytos klaidos."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Negalima panaudoti taškas-į-tašką šifravimo šiame kambaryje, arba kambarys turi dalinį anonimiškumą arba ne visi dalyviai palaiko OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Negalima panaudoti taškas-į-tašką šifravimo, kadangi %1$s naudoja klietą nepalaikantį OMEMO."],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Tai yra OMEMO užšifruotas pranešimas, kurio jūsų klientas tikriausiai nepalaiko. Daugiau informacijos rasite https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s tikriausiai neturi kliento palaikančio OMEMO. Daugiau nebus galima naudoti pokalbių šifravimą šiame kambaryje."],"Your avatar image":["Jūsų pseudoportretas"],"Your Profile":["Jūsų profilis"],"Close":["Uždaryti"],"Email":["El. paštas"],"Full Name":["Visas vardas"],"Role":["Vaidmuo"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Kelių vaidmenų atskirimui naudokite kablelius. Jūsų vaidmenys rodomi šalia jūsų vardo jūsų pranešimuose."],"URL":["URL"],"You can check your browser's developer console for any error output.":["Galite patikrinti ar yra kokių nors klaidų jūsų naršyklės vystytojo konsolėje."],"Away":["Pasišalinęs"],"Busy":["Užsiėmęs"],"Custom status":["Pritaikyta būsena"],"Offline":["Neprisijungęs"],"Online":["Prisijungęs"],"Away for long":["Ilgai pasišalinęs"],"Change chat status":["Keisti pokalbio būseną"],"Personal status message":["Asmeninis būsenos pranešimas"],"About":["Apie"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Atviro Kodo %2$s XMPP pokalbių klientas pateiktas jums %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Išverskite %2$s jį į jūsų kalbą"],"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"],"Show details about this chat client":["Parodyti šio pokalbių kliento duomenis"],"Your profile":["Jūsų profilis"],"Are you sure you want to log out?":["Ar tikrai norite atsijungti?"],"online":["prisijungęs"],"busy":["užsiėmęs"],"away for long":["ilgai pasišalinęs"],"away":["pasišalinęs"],"offline":["neprisijungęs"]," e.g. conversejs.org":["pvz. converse.org"],"Fetch registration form":["Parsiųsti registracijos formą"],"Tip: A list of public XMPP providers is available":["Patarimas: Yra pasiekiamas sąrašas viešų XMPP teikėjų"],"here":["čia"],"Sorry, we're unable to connect to your chosen provider.":["Deja, mes negalimeprisijungti prie jūsų pasirinkto teikėjo."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Deja, nurodytas teikėjas nepalaiko tiesioginės paskyros registracijos. Prašome pabandyti kitą teikėją."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Įvyko klaida bandant užmegzti ryšį su \"%1$s\". Ar esate tikri, kad jis egzistuoja?"],"Now logging you in":["Dabar jus prijungiame"],"Registered successfully":["Sėkmingai užregistruotas"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Teikėjas atmetė jūsų registracijos bandymą. Prašome patikrinti ar jūsų pateiktos reikšmės teisingos."],"Click to toggle the list of open groupchats":["Spustelėkite, kad parodyti sąrašą kambarių"],"Open Groupchats":["Atidaryti Kambarius"],"This contact is busy":["Šis kontaktas yra užsiėmęs"],"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šalinęs"],"This contact is away":["Šis kontaktas yra pasišalinęs"],"Groups":["Grupės"],"Contact name":["Kontakto vardas"],"Optional nickname":["Neprivalomas slapyvardis"],"Add a Contact":["Pridėti kontaktą"],"XMPP Address":["XMPP adresas"],"name@example.org":["vardas@pavyzdys.lt"],"Add":["Pridėti"],"Sorry, could not find a contact with that name":[""],"Filter":["Filtras"],"Filter by contact name":["Filtruoti pagal kontakto vardą"],"Filter by group name":["Filtruoti pagal grupės pavadinimą"],"Filter by status":["Filtruoti pagal būseną"],"Any":["Bet kuris"],"Unread":["Neskaityta"],"Chatty":["Kalbus"],"Extended Away":["Ilgai pasišalinęs"],"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 prašymą pridėti į kontaktus iš %1$s"],"Click to decline the contact request from %1$s":["Spustelėkite, jei norite atmesti prašymą pridėti į kontaktus iš %1$s"],"Click to chat with %1$s (JID: %2$s)":["Spustelėkite, 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 šį prašymą pridėti į kontaktus?"],"Contacts":["Kontaktai"],"Add a contact":["Pridėti kontaktą"],"Sorry, something went wrong while trying to save your bookmark.":["Deja, įvyko klaida bandant išsaugoti jūsų žymę."],"Unencryptable OMEMO message":["Neužšifruotas OMEMO pranešimas"],"Sorry, could not determine upload URL.":["Deja, nepavyko nustatyti URL įkėlimui."],"Sorry, could not determine file upload URL.":["Deja, nepavyko nustatyti URL failo įkėlimui."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Deja, nepavyko sėkmingai įkelti jūsų failo. Jūsų serverio atsakas: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Deja, nepavyko sėkmingai įkelti jūsų failo."],"Sorry, looks like file upload is not supported by your server.":["Deja, panašu, kad jūsų serveris nepalaiko failų įkėlimo."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Jūsų failo dYdis, %1$s, viršyja serverio maksimalų leistiną, kuris yra %2$s."],"Sorry, an error occurred:":["Deja, įvyko klaida:"],"The connection has dropped, attempting to reconnect.":["Ryšys nutrūko, bandoma prisijungti iš naujo."],"An error occurred while connecting to the chat server.":["Bandant prisijungti prie pokalbių serverio įvyko klaida."],"Your Jabber ID and/or password is incorrect. Please try again.":["Jūsų vartotojo vardas ir / arba slaptažodis yra neteisingas. Prašome, pabandykite dar kartą."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Atsiprašome, nepavyko prisijungti prie XMPP serverio su domenu: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["XMPP serveris nepateikė palaikomo autentifikavimo mechanizmo"],"Your nickname has been automatically set to %1$s":["Jūsų slapyvardis buvo automatiškai nustatytas kaip %1$s"],"Your nickname has been changed to %1$s":["Jūsų slapyvardis buvo pakeistas į %1$s"],"%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 narystės pakeitimo"],"%1$s has been removed for not being a member":["%1$s buvo pašalintas nes nėra narys"],"Can't register your nickname in this groupchat, it doesn't support registration.":["Negalima užregistruoti jūsų slapyvardžio šiame kambaryje, jis nepalaiko registracijos."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Negalima užregistruoti jūsų slapyvardžio šiame kambaryje, pateikta neteisinga duomenų forma."],"The nickname you chose is reserved or currently in use, please choose a different one.":["Jūsų pasirinktas slapyvardis rezervuotas arba jau naudojamas, prašome pasirinkti kitą"],"You are not on the member list of this groupchat.":["Jūs nesate šio kambario narių sąraše."],"Your nickname doesn't conform to this groupchat's policies.":["Jūsų slapyvardis neatitinka šio kambario politikos."],"This groupchat does not (yet) exist.":["Šis kambarys (dar) neegzistuoja."],"This groupchat has reached its maximum number of participants.":["Pasiektas šio kambario dalyvių maksimalus skaičius."],"Remote server not found":["Nutolęs serveris nerastas"],"The explanation given is: \"%1$s\".":["Pateiktas paaiškinimas: \"%1$s\"."],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s pakvietė jus prisijungti prie kambario: %2$s, ir pateikė tokią priežastį: \"%3$s\""],"My contacts":["Mano kontaktai"],"Pending contacts":["Nepatvirtinti kontaktai"],"Contact requests":["Prašymai pridėti prie kontaktų"],"Ungrouped":["Nesugrupuota"],"Sorry, there was an error while trying to add %1$s as a contact.":["Deja, įvyko klaida bandant pridėti %1$s kaip kontaktą."],"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"],"Enter a new Groupchat":["Įvesti naują kambarį"],"This field is required":[""],"Join":["Prisijungti"],"The conversation has moved. Click below to enter.":["Pokalbis buvo perkeltas. Spustelėkite žemiau įėjimui."],"Name":["Vardas"],"Description":["Aprašymas"],"Topic":["Tema"],"Topic author":["Temos autorius"],"Features":["Savybės"],"Password protected":["Apsaugotas slaptažodžiu"],"This groupchat requires a password before entry":["Šis kambarys reikalauja slaptažodžio įėjimui"],"No password required":["Slaptažodis nereikalingas"],"This groupchat does not require a password upon entry":["Šis kambarys nereikalauja slaptažodžio įėjimui"],"This groupchat is not publicly searchable":["Šis kambarys neprieinamas viešoje paieškoje"],"This groupchat is publicly searchable":["Šis kambarys prieinamas viešoje paieškoje"],"Members only":["Tik nariams"],"Anyone can join this groupchat":["Bet kas gali įeiti į šį kambarį"],"Persistent":["Pastovus"],"This groupchat persists even if it's unoccupied":["Šis kambarys išlieka net kai neturi lankytojų"],"This groupchat will disappear once the last person leaves":["Šis kambarys dings kai paskutinis žmogus išeis"],"All other groupchat participants can see your XMPP address":["Visi kiti kambario dalyviai gali matyti jūsų XMPP adresą"],"Only moderators can see your XMPP address":["Tik moderatoriai gali matyti jūsų XMPP adresą"],"Participants entering this groupchat need to request permission to write":["Dalyviai turi paprašyti rašymo leidimo įeinant į kambarį"],"Not moderated":["Ne moderuojamas"],"Participants entering this groupchat can write right away":["Dalyviams leidžiama rašyti iškart įeinant į šį kambarį"],"Message archiving":["Pranešimų archivavimas"],"Messages are archived on the server":["Pranešimai archivuojami serveryje"],"No password":["Be slaptažodžio"],"this groupchat is restricted to members only":["šis kambarys prieinamas tik nariams"],"Uploading file:":["Įkeliamas failas:"],"Password:":["Slaptažodis:"],"password":["slaptažodis"],"This is a trusted device":["Tai yra patikimas įrenginys"],"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.":["Greitaveikos padidinimui mes saugome duomenų podėlį jūsų naršykleje. Nuimkite varnelę šiame laukelyje, jeigu tai yra viešas kompiuteris arba jei norite, kad jūsų duomenys būtų ištrinti, kai atsijungiate. Yra svarbu atlikti atsijungimo veiksmą, kitaip ne visi išaugoti duomenys bus ištrinti. Atkreipiame dėmesį, kad naudojant nepatikimą įrenginį OMEMO šifravimas NĖRA galimas."],"Click here to log in anonymously":["Spustelėkite čia norėdami prisijungti anonimiškai"],"This message has been edited":["Šis pranešimas buvo redaguotas"],"Message versions":["Pranešimo versijos"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Išsaugoti ir uždaryti"],"This device's OMEMO fingerprint":["Šio įrenginio OMEMO atspaudas"],"Generate new keys and fingerprint":["Sugeneruoti naujus raktus ir atspaudus"],"Select all":["Pasirinkti viską"],"Checkbox to select fingerprints of all other OMEMO devices":["Pažymėti, kad pasirinkti visų kitų OMEMO įrenginių atspaudus"],"Other OMEMO-enabled devices":["Kiti įrenginiai su įjungtu OMEMO"],"Checkbox for selecting the following fingerprint":["Pažymėti šio atspaudo pasirinkimui"],"Device without a fingerprint":["Įrenginys be atspaudo"],"Remove checked devices and close":["Ištrinti pasirinktus įrenginius ir uždaryti"],"Don't have a chat account?":["Neturite pokalbių paskyros?"],"Create an account":["Sukurti paskyrą"],"Create your account":["Sukurti jūsų paskyrą"],"Please enter the XMPP provider to register with:":["Prašome nurodyti XMPP teikėją registracijai:"],"Already have a chat account?":["Jau turite pokalbių paskyrą?"],"Log in here":["Prisijunkite čia"],"Account Registration:":["Paskyros registracija:"],"Register":["Registruotis"],"Choose a different provider":["Pasirinkite kitą teikėją"],"Hold tight, we're fetching the registration form…":["Palaukite, parsiunčiame registracijos formą..."],"Messages are being sent in plaintext":["Pranešimai siunčiami atviru tekstu"],"The User's Profile Image":["Vartotojo profilio nuotrauka"],"Full Name:":["Visas vardas:"],"Nickname:":["Slapyvardis:"],"URL:":["URL:"],"Email:":["El. paštas:"],"Role:":["Vaidmuo:"],"OMEMO Fingerprints":["OMEMO atspaudai"],"Trusted":["Patikimas"],"Untrusted":["Nepatikimas"],"Refresh":["Perkrauti"],"Download audio file \"%1$s\"":["Parsiųsti audio failą \"%1$s\""],"Download file \"%1$s\"":["Parsiųsti failą \"%1$s\""],"Download image \"%1$s\"":["Parsiųsti atvaizdą \"%1$s\""],"Download":["Parsiųsti"],"Download video file \"%1$s\"":["Parsiųsti video failą \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/nb/LC_MESSAGES/converse.json b/locale/nb/LC_MESSAGES/converse.json deleted file mode 100644 index 2f627ef63..000000000 --- a/locale/nb/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"nb"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Er du sikker på at du ønsker å fjerne bokmerket \"%1$s\"?"],"Unbookmark this groupchat":["Fjern bokmerkning av denne gruppesludringen"],"Bookmark this groupchat":["Bokmerk denne gruppesludringen"],"Would you like this groupchat to be automatically joined upon startup?":["Ønsker du å automatisk ta del i denne gruppesludringen ved oppstart?"],"Cancel":["Avbryt"],"The name for this bookmark:":["Bokmerkets navn:"],"What should your nickname for this groupchat be?":["Hva lags kallenavn ønsker du for denne gruppesludringen?"],"Save":["Lagre"],"Leave this groupchat":["Forlat denne gruppesludringen"],"Remove this bookmark":["Fjern dette bokmerket"],"Show more information on this groupchat":["Vis mer info om denne gruppesludringen"],"Click to open this groupchat":["Klikk for å åpne denne gruppesludringen"],"Click to toggle the bookmarks list":["Klikk for å veksle visning av bokmerkelisten"],"Bookmarks":["Bokmerker"],"Close this chat box":["Lukk dette sludrevinduet"],"Are you sure you want to remove this contact?":["Er du sikker på at du vil fjerne denne kontakten?"],"Error":["Feil"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Feil under fjerning av %1$s som kontakt."],"You have unread messages":["Du har uleste meldinger"],"Hidden message":["Skjult melding"],"Message":["Melding"],"Send":["Send"],"Optional hint":["Valgfritt hint"],"Choose a file to send":["Velg en fil å sende"],"Clear all messages":["Fjern alle meldinger"],"Insert emojis":["Sett inn smilefjes"],"Start a call":["Start en samtale"],"Remove messages":["Fjern meldinger"],"Write in the third person":["Skriv i tredjeperson"],"Show this menu":["Viser denne menyen"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Er du sikker på at du vil fjerne meldingene fra denne samtalen?"],"%1$s has gone offline":["%1$s har logget av"],"%1$s has gone away":["%1$s har blitt borte"],"%1$s is busy":["%1$s er opptatt"],"%1$s is online":["%1$s er pålogget"],"Username":["Brukernavn"],"user@domain":["bruker@domene"],"Please enter a valid XMPP address":["Skriv inn et gydlig XMPP-brukernavn"],"Chat Contacts":["Sludrekontakter"],"Toggle chat":["Endre chatten"],"Show more":["Vis mer"],"Typing from another device":["Skriver fra en annen enhet"],"%1$s is typing":["%1$s skriver"],"Stopped typing on the other device":["Sluttet å skrive på den andre enheten"],"Minimize this chat box":["Minimer dette sludrevinduet"],"Click to restore this chat":["Klikk for å gjenopprette denne samtalen"],"Minimized":["Minimert"],"Description:":["Beskrivelse:"],"Participants:":["Deltagere:"],"Features:":["Egenskaper:"],"Requires authentication":["Krever Godkjenning"],"Hidden":["Skjult"],"Requires an invitation":["Krever en invitasjon"],"Moderated":["Moderert"],"Non-anonymous":["Ikke-Anonym"],"Public":["Alle"],"Semi-anonymous":["Semi-anonymt"],"Temporary":["Midlertidig"],"Unmoderated":["Umoderert"],"Affiliation changed":[""],"Query for Groupchats":["Spør for rom"],"Server address":["Tjeneradresse"],"conference.example.org":["konferanse@eksempel.no"],"name@conference.example.org":["navn@konferanse.eksempel.no"],"%1$s is no longer an owner of this groupchat":["%1$s eier ikke lenger dette rommet"],"%1$s has been banned from this groupchat":["%1$s blitt utestengt fra dette rommet"],"%1$s is now an %2$s of this groupchat":["%1$s er nå %2$s i dette rommet"],"%1$s has been muted":["%1$s har blitt forstummet"],"%1$s is now a moderator":["%1$s er nå moderator"],"Show more details about this groupchat":["Vis flere detaljer om dette rommet"],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Feil: \"%1$s\"-kommandoen tar to argumenter, brukerens kallenavn og alternativt en grunn."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Beklager, en feil inntraff under kjøring av kommandoen. Sjekk nettleserens utviklerkonsoll for detaljer."],"Change user's affiliation to admin":["Endre brukerens tilknytning til administrator"],"Ban user by changing their affiliation to outcast":[""],"Write in 3rd person":["Skriv i tredjeperson"],"Grant membership to a user":["Skjenk medlemskap til en bruker"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Fjern brukerens muligheter til å skrive meldinger"],"Change your nickname":["Endre ditt kallenavn"],"Grant moderator role to user":["Tildel moderatorrolle til bruker"],"Revoke the user's current affiliation":[""],"Allow muted user to post messages":["Tillat stumme brukere å skrive meldinger"],"Error: invalid number of arguments":["Feil: Ugyldig antall argumenter"],"The reason given is: \"%1$s\".":["Oppgitt årsak er: \"%1$s\"."],"Password: ":["Passord: "],"Submit":["Send"],"Please choose your nickname":["Endre kallenavnet ditt"],"Nickname":["Kallenavn"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Klikk for å nevne %1$s i meldingen din."],"This user is a moderator.":["Denne brukeren er moderator."],"Moderator":["Moderator"],"Visitor":["Besøkende"],"Owner":["Eier"],"Member":["Medlem"],"Admin":["Administrator"],"Participants":["Deltagere"],"Invite":["Invitér"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Du er i ferd med å invitere %1$s til sludringen \"%2$s\". Du kan eventuelt inkludere en melding og forklare årsaken til invitasjonen."],"Notification from %1$s":["Merknad fra %1$s"],"%1$s says":["%1$s sier"],"OMEMO Message received":["OMEMO-melding mottatt"],"has gone offline":["har logget av"],"has gone away":["har blitt borte"],"is busy":["er opptatt"],"has come online":["har logget på"],"wants to be your contact":["ønsker å bli kontaktfestet"],"Sorry, an error occurred while trying to remove the devices.":["En feil skjedde ved forsøk på å fjerne enhetene."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Kunne ikke dekryptere mottatt OMEMO-melding som følge av feil."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Kunne ikke sende kryptert melding fordi %1$s krever at du må abonnere på deres tilstedeværelse for å kunne se deres OMEMO-info."],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Kunne ikke sende kryptert melding fordi fjerntjeneren for %1$s ikke ble funnet."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Kan ikke bruke ende-til-ende -kryptering, fordi %1$s bruker en klient som ikke støtter OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Dette er en OMEMO-kryptert melding som din klient ikke ser ut til å støtte. Mer info er å finne på https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s ser ikke ut til å være en klient som støtter OMEMO. Krypter sludring vil ikke lenger være mulig i denne gruppesludringen."],"Your avatar image":["Ditt avatarbilde"],"Your Profile":["Din profil"],"Close":["Lukk"],"Email":["E-post"],"Full Name":["Fullt navn"],"XMPP Address (JID)":["XMPP-adresse (JID)"],"Role":["Rolle"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Bruk komma for å inndele flere roller. Dine roller vieses ved siden av navnet ditt i sludremeldingene dine."],"URL":["Nettadresse"],"You can check your browser's developer console for any error output.":["Du kan sjekke din nettlesers utviklerkonsoll for feil-utdata."],"Away":["Borte"],"Busy":["Opptatt"],"Custom status":["Personlig status"],"Offline":["Avlogget"],"Online":["Pålogget"],"Personal status message":["Personlig statusmelding"],"About":["Om"],"%1$s Translate %2$s it into your own language":["%1$sOversett%2$s det til ditt eget språk"],"I am %1$s":["Jeg er %1$s"],"Change settings":["Endre innstillinger"],"Click to change your chat status":["Klikk for å endre din meldingsstatus"],"Log out":["Logg Av"],"Your profile":["Din profil"],"Are you sure you want to log out?":["Er du sikker på at du vil logge ut?"],"online":["pålogget"],"busy":["opptatt"],"away for long":["borte lenge"],"away":["borte"],"offline":["avlogget"]," e.g. conversejs.org":[" f.eks. conversejs.org"],"Fetch registration form":["Hent registreringsskjema"],"Tip: A list of public XMPP providers is available":["Tips: En liste med offentlige XMPP-tilbydere er tilgjengelig"],"here":["her"],"Sorry, we're unable to connect to your chosen provider.":["Kunne ikke koble til din valgte tilbyder."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Beklager, den valgte tilbyderen støtter ikke kontoregistrering i utvekslingsnettet. Prøv igjen med en annen tilbyder."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Noe gikk galt under etablering av forbindelse til \"%1$s\". Er du sikker på at det eksisterer?"],"Now logging you in":["Logger deg inn"],"Registered successfully":["Registrering var vellykket"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["Tilbyderen avviste ditt registreringsforsøk. Sjekk verdiene du skrev inn."],"Click to toggle the list of open groupchats":["Klikk for å veksle visning av åpne rom"],"Open Groupchats":["Åpne gruppesludringer"],"This contact is busy":["Denne kontakten er opptatt"],"This contact is online":["Kontakten er pålogget"],"This contact is offline":["Kontakten er avlogget"],"This contact is unavailable":["Kontakten er utilgjengelig"],"This contact is away for an extended period":["Kontakten er borte for en lengre periode"],"This contact is away":["Kontakten er borte"],"Groups":["Grupper"],"Contact name":["Kontaktnavn"],"Optional nickname":["Valgfritt kallenavn"],"XMPP Address":["XMPP-adresse"],"Add":["Legg Til"],"Sorry, could not find a contact with that name":["Fant ingen slik kontakt"],"Filter":["Filter"],"Filter by group name":["Filtrer etter gruppenavn"],"Filter by status":["Filtrer etter status"],"Any":["Enhver"],"Unread":["Ulest"],"Chatty":["Pratsom"],"Extended Away":["Utvidet lediggang"],"Click to remove %1$s as a contact":["Klikk for å fjerne %1$s som kontakt"],"Click to accept the contact request from %1$s":["Klikk for å godta denne kontaktforespørselen fra %1$s"],"Click to decline the contact request from %1$s":["Klikk for å avslå denne kontaktforespørselen fra %1$s"],"Click to chat with %1$s (JID: %2$s)":["Klikk for å sludre med %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Er du sikker på at du vil avslå denne kontaktforespørselen?"],"Contacts":["Kontakter"],"Add a contact":["Legg til en Kontakt"],"Sorry, something went wrong while trying to save your bookmark.":["Noe gikk galt under lagring av ditt bokmerke."],"Unencryptable OMEMO message":["Ukrypterbar OMEMO-melding"],"Sorry, could not determine upload URL.":["Beklager, kunne ikke fastsette opplastingsnettadresse."],"Sorry, could not determine file upload URL.":["Beklager, kunne ikke fastsette filopplastingsnettadresse."],"Sorry, could not succesfully upload your file.":["Kunne ikke laste opp filen din."],"Sorry, looks like file upload is not supported by your server.":["Beklager, det ser ikke ut til at filopplasting støttes av tjeneren din."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["Størrelsen på filen din, %1$s, overstiger maks tillatt størrelse for tjeneren din, som er %2$s."],"Sorry, an error occurred:":["En feil inntraff:"],"The connection has dropped, attempting to reconnect.":["Tilkoblingen har gått ned, prøver å koble til igjen."],"An error occurred while connecting to the chat server.":["En feil skjedde under tilkobling til sludretjeneren."],"Your Jabber ID and/or password is incorrect. Please try again.":["Din Jabber-ID og/eller passord er feilaktig. Prøv igjen."],"The XMPP server did not offer a supported authentication mechanism":["XMPP-tjeneren tilbudte ikke en støttet identitetsbekreftelsesmekanisme"],"This groupchat is not anonymous":["Denne gruppesludringen er ikke anonym"],"This groupchat now shows unavailable members":["Denne gruppesludringen viser nå utilgjengelige medlemmer"],"This groupchat does not show unavailable members":["Denne gruppesludringen viser ikke utilgjengelige medlemmer"],"The groupchat configuration has changed":["Dette gruppesludringsoppsettet har blitt endret"],"This groupchat is now no longer anonymous":["Denne gruppesludringen er ikke lenger anonym"],"This groupchat is now semi-anonymous":["Denne gruppesludringen er nå semi-anonym"],"This groupchat is now fully-anonymous":["Denne gruppesludringen er nå helt anonym"],"A new groupchat has been created":["En ny gruppesludring har blitt opprettet"],"Your nickname has been automatically set to %1$s":["Ditt kallenavn har blitt automatisk endret til %1$s"],"Your nickname has been changed to %1$s":["Ditt kallenavn har blitt endret til %1$s"],"You have been banned from this groupchat":["Du har blitt utestengt fra denne gruppesludringen"],"You have been kicked from this groupchat":["Du ble kastet ut av denne gruppesludringen"],"%1$s has been banned":["%1$s har blitt utestengt"],"%1$s's nickname has changed":["%1$s sitt kallenavn er endret"],"%1$s has been kicked out":["%1$s ble kastet ut"],"%1$s has been removed for not being a member":["%1$s har blitt fjernet på grunn av at vedkommende ikke er medlem"],"You're not allowed to register in this groupchat because it's members-only.":["Du tillates ikke å registrere deg i dette rommet fordi det er forbeholdt medlemmer."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Kan ikke registrere kallenavnet ditt i denne gruppesludringen, siden den ikke støtter det."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Kan ikke registrere kallenavnet ditt i denne gruppesludringen, ugydlig dataskjema innsendt."],"The nickname you chose is reserved or currently in use, please choose a different one.":["Kallenavnet du valgte er reservert eller i bruk for tiden, velg noe annet."],"Your nickname doesn't conform to this groupchat's policies.":["Kallenavnet ditt overholder ikke rommets regler."],"Remote server not found":["Tjeneren annensteds hen ble ikke funnet"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s har invitert deg til å ta del i rommet: %2$s, etterlot følgende forklaring: \"%3$s\""],"My contacts":["Mine Kontakter"],"Pending contacts":["Kontakter som venter på godkjenning"],"Contact requests":["Kontaktforespørsler"],"Ungrouped":["Ugrupperte"],"Sorry, there was an error while trying to add %1$s as a contact.":["En feil inntraff under tillegg av %1$s som kontakt."],"This client does not allow presence subscriptions":["Denne klienten tillater ikke tilstedeværelsesabonnementer"],"Click to hide these contacts":["Klikk for å skjule disse kontaktene"],"This field is required":["Påkrevd felt"],"Join":["Ta del"],"The conversation has moved. Click below to enter.":["Samtalen har flyttet. Ta del i den ved å klikke nedenfor."],"Groupchat address (JID)":["Romadresse (JID)"],"Description":["Beskrivelse"],"Topic":["Emne"],"Topic author":["Emnestarter"],"Online users":["Påloggede brukere"],"Features":["Funksjoner"],"Password protected":["Passordbeskyttet"],"No password required":["Inget passord kreves"],"Members only":["Kun for medlemmer"],"Persistent":["Vedvarende"],"Not anonymous":["Ikke-anonym"],"Participants entering this groupchat need to request permission to write":["Deltagere som tar del i denne gruppesludringen må forespørre skrivetilgang"],"Participants entering this groupchat can write right away":["Deltagere som tar del i denne gruppesludringen kan skrive umiddelbart"],"Message archiving":["Meldingsarkivering"],"Messages are archived on the server":["Meldinger arkiveres på tjeneren"],"No password":["Inget passord"],"Uploading file:":["Laster opp fil:"],"Password:":["Passord:"],"password":["passord"],"This is a trusted device":["Dette er en betrodd enhet"],"Log in":["Logg inn"],"Click here to log in anonymously":["Klikk her for å logge inn anonymt"],"This message has been edited":["Denne meldingen har blitt endret"],"Edit this message":["Rediger denne meldingen"],"Message versions":["Meldingsversjoner"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Lagre og lukk"],"This device's OMEMO fingerprint":["Denne enhetens OMEMO-fingeravtrykk"],"Generate new keys and fingerprint":["Generer nye nøkler og fingeravtrykk"],"Checkbox to select fingerprints of all other OMEMO devices":["Utkryssningsboks for å velge fingeravtrykkene for alle andre OMEMO-enheter"],"Checkbox for selecting the following fingerprint":["Avkryssningsboks for valg av følgende fingeravtrykk"],"Device without a fingerprint":["Enhet uten fingeravtrykk"],"Remove checked devices and close":["Fjern avkryssede enheter og lukk"],"Don't have a chat account?":["Har du ikke en sludrekonto?"],"Create an account":["Opprett en konto"],"Create your account":["Opprett kontoen din"],"Please enter the XMPP provider to register with:":["Skriv inn XMPP-tilbyderen å registrere med:"],"Already have a chat account?":["Har du allerede en sludrekonto?"],"Log in here":["Logg inn her"],"Account Registration:":["Kontoregistrering:"],"Register":["Registrér deg"],"Choose a different provider":["Velg en annen tilbyder"],"Hold tight, we're fetching the registration form…":["Hold an, henter registreringsskjemaet…"],"Messages are being sent in plaintext":["Meldinger blir sendt i klartekst"],"The User's Profile Image":["Brukerens profilbilde"],"URL:":["Nettadresse:"],"OMEMO Fingerprints":["OMEMO-fingeravtrykk"],"Trusted":["Betrodd"],"Untrusted":["Ubetrodd"],"Refresh":["Gjenoppfrisk"],"Download":["Last ned"]}}} \ No newline at end of file diff --git a/locale/nl/LC_MESSAGES/converse.json b/locale/nl/LC_MESSAGES/converse.json deleted file mode 100644 index e389f80cf..000000000 --- a/locale/nl/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Weet je zeker dat je de bladwijzer ‘%1$s’ wil verwijderen?"],"Unbookmark this groupchat":["Bladwijzer voor dit groepsgesprek verwijderen"],"Bookmark this groupchat":["Groepsgesprek toevoegen aan bladwijzers"],"Would you like this groupchat to be automatically joined upon startup?":["Wil je bij opstarten automatisch deelnemen aan dit groepsgesprek?"],"Cancel":["Annuleren"],"The name for this bookmark:":["De naam voor deze bladwijzer:"],"What should your nickname for this groupchat be?":["Welke bijnaam wil je voor dit groepsgesprek?"],"Save":["Opslaan"],"Leave this groupchat":["Dit groepsgesprek verlaten"],"Remove this bookmark":["Deze bladwijzer verwijderen"],"Show more information on this groupchat":["Toon meer informatie over dit groepsgesprek"],"Click to open this groupchat":["Klik om dit groepsgesprek te openen"],"Click to toggle the bookmarks list":["Klik om de lijst met bladwijzers te tonen/verbergen"],"Bookmarks":["Bladwijzers"],"Close this chat box":["Dit gespreksvenster sluiten"],"Sorry, something went wrong while trying to refresh":["Sorry, er ging iets mis bij het verversen"],"Are you sure you want to remove this contact?":["Weet je zeker dat je dit contact wil verwijderen?"],"Error":["Fout"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Sorry, er trad een fout op bij het verwijderen van %1$s als contact."],"You have unread messages":["Je hebt ongelezen berichten"],"Hidden message":["Verborgen bericht"],"Message":["Bericht"],"Send":["Verzenden"],"Optional hint":["Facultatieve tip"],"Choose a file to send":["Kies een bestand om te verzenden"],"Click to write as a normal (non-spoiler) message":["Klik hier om een gewoon (niet-verborgen) bericht te schrijven"],"Click to write your message as a spoiler":["Klik hier om een verborgen bericht te schrijven"],"Clear all messages":["Alle berichten wissen"],"Insert emojis":["Voeg smiley’s in"],"Start a call":["Plaats een oproep"],"Remove messages":["Berichten verwijderen"],"Write in the third person":["Schrijf in de derde persoon"],"Show this menu":["Toon dit menu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Weet je zeker dat je de berichten in dit gesprek wil wissen?"],"%1$s has gone offline":["%1$s is offline"],"%1$s has gone away":["%1$s is afwezig"],"%1$s is busy":["%1$s is bezet"],"%1$s is online":["%1$s is online"],"Username":["Gebruikersnaam"],"user@domain":["gebruiker@domein"],"Please enter a valid XMPP address":["Voer een geldig XMPP-adres in"],"Chat Contacts":["Gesprekscontacten"],"Toggle chat":["Gesprek openen"],"Show more":["Meer tonen"],"Typing from another device":["Typt vanaf een ander apparaat"],"%1$s is typing":["%1$s is aan het typen"],"Stopped typing on the other device":["Is opgehouden met typen op het andere apparaat"],"%1$s has stopped typing":["%1$s is opgehouden met typen"],"Minimize this chat box":["Dit gespreksvenster minimaliseren"],"Click to restore this chat":["Klik om dit gesprek te herstellen"],"Minimized":["Geminimaliseerd"],"Description:":["Beschrijving:"],"Groupchat Address (JID):":["XMPP/Jabber-ID voor dit groepsgesprek:"],"Participants:":["Deelnemers:"],"Features:":["Functies:"],"Requires authentication":["Authenticatie vereist"],"Hidden":["Verborgen"],"Requires an invitation":["Uitnodiging vereist"],"Moderated":["Gemodereerd"],"Non-anonymous":["Niet-anoniem"],"Open":["Open"],"Permanent":["Blijvend"],"Public":["Openbaar"],"Semi-anonymous":["Semi-anoniem"],"Temporary":["Tijdelijk"],"Unmoderated":["Niet gemodereerd"],"Affiliation changed":[""],"Query for Groupchats":["Zoeken naar gesprekken"],"Server address":["Serveradres"],"Show groupchats":["Groepsgesprekken tonen"],"conference.example.org":["groepsgesprek.voorbeeld.be"],"No groupchats found":["Geen groepsgesprekken gevonden"],"Groupchats found:":["Groepsgesprekken gevonden:"],"name@conference.example.org":["naam@groepsgesprek.voorbeeld.be"],"Groupchat address":["Gespreksadres"],"Groupchat info for %1$s":["Info over groepsgesprek %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s is niet langer beheerder van dit groepsgesprek"],"%1$s is no longer an owner of this groupchat":["%1$s is niet langer eigenaar van dit groepsgesprek"],"%1$s is no longer banned from this groupchat":["%1$s is niet langer verbannen uit dit groepsgesprek"],"%1$s has been banned from this groupchat":["%1$s is uit dit groepsgesprek verbannen"],"%1$s is now an %2$s of this groupchat":["%1$s is nu %2$s van dit groepsgesprek"],"%1$s is no longer a moderator":["%1$s is geen moderator meer"],"%1$s has been muted":["%1$s is gedempt"],"%1$s is now a moderator":["%1$s is nu een moderator"],"Close and leave this groupchat":["Sluit en verlaat dit gesprek"],"Configure this groupchat":["Configureer dit groepsgesprek"],"Show more details about this groupchat":["Toon meer informatie over dit groepsgesprek"],"Hide the list of participants":["Verberg de deelnemerslijst"],"Forbidden: you do not have the necessary role in order to do that.":["Geen toestemming: je hebt niet de benodigde rol om dit te doen."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Geen toestemming: je hebt niet de benodigde affiliatie om dat te doen."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Fout: de opdracht ‘%1$s’ aanvaardt twee parameters, de bijnaam van de gebruiker en optioneel een reden."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Sorry, er trad een fout op bij het uitvoeren van de opdracht. Controleer de ontwikkelaarsconsole van je browser voor details."],"You can run the following commands":[""],"Change user's affiliation to admin":["Lidmaatschap van gebruiker wijzigen naar beheerder"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Rol van gebruiker wijzigen naar deelnemer"],"Kick user from groupchat":["Gebruiker uit groepsgesprek schoppen"],"Write in 3rd person":["Schrijf in de derde persoon"],"Grant membership to a user":["Verleen lidmaatschap aan een gebruiker"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Mogelijkheid van gebruiker om berichten te schrijven verwijderen"],"Change your nickname":["Wijzig je bijnaam"],"Grant moderator role to user":["Rol van gebruiker wijzigen naar moderator"],"Grant ownership of this groupchat":["Eigendom van dit groepsgesprek verlenen"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Gespreksonderwerp instellen"],"Set groupchat subject (alias for /subject)":["Gespreksonderwerp instellen (alias voor /subject)"],"Allow muted user to post messages":["Gedempte gebruikers berichten laten schrijven"],"Error: invalid number of arguments":["Fout: ongeldig aantal argumenten"],"This action was done by %1$s.":["Deze actie is uitgevoerd door %1$s."],"The reason given is: \"%1$s\".":["De opgegeven reden is: ‘%1$s’."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s heeft het groepsgesprek verlaten en is weer terug. ‘%2$s’"],"%1$s has left and re-entered the groupchat":["%1$s heeft het groepsgesprek verlaten en neemt opnieuw deel"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s neemt deel aan het groepsgesprek. ‘%2$s’"],"%1$s has entered the groupchat":["%1$s neemt deel aan het groepsgesprek"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s nam deel aan het groepsgesprek en heeft het verlaten. ‘%2$s’"],"%1$s has entered and left the groupchat":["%1$s nam deel aan het groepsgesprek en heeft het verlaten"],"%1$s has left the groupchat. \"%2$s\"":["%1$s heeft het groepsgesprek verlaten. ‘%2$s’"],"%1$s has left the groupchat":["%1$s heeft het groepsgesprek verlaten"],"Topic set by %1$s":["Onderwerp ingesteld door %1$s"],"Topic cleared by %1$s":["Onderwerp gewist door %1$s"],"Groupchats":["Groepgesprekken"],"Add a new groupchat":["Nieuw groepsgesprek toevoegen"],"Query for groupchats":["Zoeken naar gesprekken"],"This groupchat requires a password":["Dit groepsgesprek vereist een wachtwoord"],"Password: ":["Wachtwoord: "],"Submit":["Indienen"],"Please choose your nickname":["Kies je bijnaam"],"Nickname":["Bijnaam"],"Enter groupchat":["Deelnemen aan groepsgesprek"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Klik om %1$s in je bericht te vermelden."],"This user is a moderator.":["Deze gebruiker is een moderator."],"This user can send messages in this groupchat.":["Deze gebruiker kan berichten sturen in dit groepsgesprek."],"This user can NOT send messages in this groupchat.":["Deze gebruiker kan GEEN berichten sturen in dit groepsgesprek."],"Moderator":["Moderator"],"Visitor":["Bezoeker"],"Owner":["Eigenaar"],"Member":["Lid"],"Admin":["Beheerder"],"Participants":["Deelnemers"],"Invite":["Uitnodigen"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Je staat op het punt %1$s uit te nodigen in het groepsgesprek ‘%2$s’. Je kan optioneel een bericht toevoegen, met de reden voor de uitnodiging."],"Notification from %1$s":["Melding van %1$s"],"%1$s says":["%1$s zegt"],"OMEMO Message received":["OMEMO-bericht ontvangen"],"has gone offline":["is offline"],"has gone away":["is nu afwezig"],"is busy":["is bezet"],"has come online":["is online"],"wants to be your contact":["wil je contact zijn"],"Sorry, an error occurred while trying to remove the devices.":["Er trad een fout op bij het verwijderen van de apparaten."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Weet je zeker dat je nieuwe OMEMO-sleutels wil genereren? Dit zal je oude sleutels verwijderen, en alle voorheen versleutelde berichten zullen niet meer ontsleutelbaar zijn op dit apparaat."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Sorry, door een fout kon het ontvangen OMEMO-bericht niet worden ontsleuteld."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Sorry, we kunnen geen versleutelde berichten sturen omdat %1$s vereist dat je geabonneerd bent op zijn/haar aanwezigheid om zijn/haar OMEMO-informatie te bekijken"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Sorry, we kunnen geen versleutelde berichten sturen omdat de externe server voor %1$s niet gevonden kon worden"],"Unable to send an encrypted message due to an unexpected error.":["Kan geen versleutelde berichten sturen door een onverwachte fout."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Kan geen eind-tot-eind-versleuteling gebruiken in dit groepsgesprek, ofwel heeft het groepsgesprek een vorm van anonimiteit, ofwel hebben niet alle deelnemers ondersteuning voor OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Kan geen eind-tot-eind-versleuteling gebruiken omdat %1$s een cliënt gebruikt die geen ondersteuning biedt voor OMEMO."],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Dit is een OMEMO-versleuteld bericht, wat jouw software niet ondersteunt. Meer informatie op https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s lijkt geen gebruik te maken van een cliënt met ondersteuning voor OMEMO. Het zal niet meer mogelijk zijn versleutelde berichten te sturen in dit groepsgesprek."],"Your avatar image":["Jouw avatarafbeelding"],"Your Profile":["Je profiel"],"Close":["Sluiten"],"Email":["E-mail"],"Full Name":["Volledige naam"],"XMPP Address (JID)":["XMPP-adres (JID)"],"Role":["Rol"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Gebruik komma’s om meerdere rollen op te geven. Je rollen worden naast je naam op je chatberichten getoond."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Sorry, er ging iets mis bij het opslaan van je profielgegevens."],"You can check your browser's developer console for any error output.":["Je kan de ontwikkelaarsconsole van je browser nakijken voor foutenuitvoer."],"Away":["Afwezig"],"Busy":["Bezet"],"Custom status":["Aangepaste status"],"Offline":["Offline"],"Online":["Online"],"Away for long":["Langdurig afwezig"],"Change chat status":["Gespreksstatus wijzigen"],"Personal status message":["Persoonlijk statusbericht"],"About":["Info"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Vrije %2$s XMPP-chatcliënt gemaakt door %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Vertaal %2$s het in je eigen taal"],"I am %1$s":["Ik ben %1$s"],"Change settings":["Instellingen wijzigen"],"Click to change your chat status":["Klik hier om je gespreksstatus te wijzigen"],"Log out":["Afmelden"],"Show details about this chat client":["Toon meer informatie over deze chatcliënt"],"Your profile":["Je profiel"],"Are you sure you want to log out?":["Weet je zeker dat je wil afmelden?"],"online":["online"],"busy":["bezet"],"away for long":["langdurig afwezig"],"away":["afwezig"],"offline":["offline"]," e.g. conversejs.org":[" bv. conversejs.org"],"Fetch registration form":["Registratieformulier ophalen"],"Tip: A list of public XMPP providers is available":["Tip: er is een lijst met openbare XMPP-leveranciers beschikbaar"],"here":["hier"],"Sorry, we're unable to connect to your chosen provider.":["Sorry, we konden geen verbinding maken met je gekozen leverancier."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Sorry, de opgegeven leverancier biedt geen ondersteuning voor inbandaccountregistratie. Probeer een andere leverancier."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Er ging iets mis bij het verbinden met ‘%1$s’. Weet je zeker dat het bestaat?"],"Now logging you in":["Bezig met aanmelden"],"Registered successfully":["Geregistreerd"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["De leverancier weigerde je registratieverzoek. Controleer de waarden die je invoerde."],"Click to toggle the list of open groupchats":["Klik om de lijst met open groepsgesprekken te tonen/verbergen"],"Open Groupchats":["Open groepsgesprekken"],"Are you sure you want to leave the groupchat %1$s?":["Weet je zeker dat je het gesprek ‘%1$s’ wil verlaten?"],"This contact is busy":["Dit contact is bezet"],"This contact is online":["Dit contact is online"],"This contact is offline":["Dit contact is offline"],"This contact is unavailable":["Dit contact is niet beschikbaar"],"This contact is away for an extended period":["Dit contact is uitgebreid afwezig"],"This contact is away":["Dit contact is afwezig"],"Groups":["Groepen"],"Contact name":["Contactnaam"],"Optional nickname":["Facultatieve bijnaam"],"Add a Contact":["Voeg een contact toe"],"XMPP Address":["XMPP-adres"],"name@example.org":["gebruiker@voorbeeld.be"],"Add":["Toevoegen"],"Sorry, could not find a contact with that name":[""],"Filter":["Filteren"],"Filter by contact name":["Filteren op contactnaam"],"Filter by group name":["Filteren op groepsnaam"],"Filter by status":["Filteren op status"],"Any":["Elke"],"Unread":["Ongelezen"],"Chatty":["Spraakzaam"],"Extended Away":["Uitgebreid afwezig"],"Click to remove %1$s as a contact":["Klik om %1$s als contact te verwijderen"],"Click to accept the contact request from %1$s":["Klik om het contactverzoek van %1$s te aanvaarden"],"Click to decline the contact request from %1$s":["Klik om het contactverzoek van %1$s te weigeren"],"Click to chat with %1$s (JID: %2$s)":["Klik om te chatten met %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Weet je zeker dat je dit contactverzoek wil weigeren?"],"Contacts":["Contacten"],"Add a contact":["Voeg een contact toe"],"Re-sync your contacts":["Hersynchroniseer je contacten"],"Sorry, something went wrong while trying to save your bookmark.":["Sorry, er ging iets mis bij het opslaan van je bladwijzer."],"Unencryptable OMEMO message":["Onversleutelbaar OMEMO-bericht"],"Sorry, could not determine upload URL.":["Sorry, kon de upload-URL niet bepalen."],"Sorry, could not determine file upload URL.":["Sorry, kon de bestandsupload-URL niet bepalen."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Sorry, kon het bestand niet uploaden. De server geeft het volgende aan: ‘%1$s’"],"Sorry, could not succesfully upload your file.":["Sorry, kon het bestand niet uploaden."],"Sorry, looks like file upload is not supported by your server.":["Sorry, het uploaden van bestanden wordt niet ondersteund door je server."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["De grootte van het bestand, %1$s, overschrijdt %2$s, het maximum toegestaan door je server."],"Sorry, an error occurred:":["Sorry de volgende fout deed zich voor:"],"The connection has dropped, attempting to reconnect.":["De verbinding is verbroken, poging tot opnieuw verbinden."],"An error occurred while connecting to the chat server.":["Er trad een fout op bij het verbinden met de gespreksserver."],"Your Jabber ID and/or password is incorrect. Please try again.":["Je Jabber-ID en/of wachtwoord is onjuist. Probeer het opnieuw."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Sorry, we konden geen verbinding maken met deze XMPP-host: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["De XMPP-server bood geen ondersteund authenticatiemechanisme aan"],"This groupchat is not anonymous":["Dit groepsgesprek is niet anoniem"],"This groupchat now shows unavailable members":["Dit groepsgesprek toont nu niet-beschikbare leden"],"This groupchat does not show unavailable members":["Dit groepsgesprek toont geen niet-beschikbare leden"],"The groupchat configuration has changed":["De configuratie van het groepsgesprek is gewijzigd"],"groupchat logging is now enabled":["loggen van groepsgesprek is nu ingeschakeld"],"groupchat logging is now disabled":["loggen van groepsgesprek is nu uitgeschakeld"],"This groupchat is now no longer anonymous":["Dit groepsgesprek is niet langer anoniem"],"This groupchat is now semi-anonymous":["Dit groepsgesprek is nu semi-anoniem"],"This groupchat is now fully-anonymous":["Dit groepsgesprek is nu volledig anoniem"],"A new groupchat has been created":["Een nieuw groepsgesprek is aangemaakt"],"Your nickname has been automatically set to %1$s":["Je bijnaam is automatisch ingesteld op %1$s"],"Your nickname has been changed to %1$s":["Je bijnaam is gewijzigd naar %1$s"],"You have been banned from this groupchat":["Je bent verbannen uit dit groepsgesprek"],"You have been kicked from this groupchat":["Je bent uit dit groepsgesprek geschopt"],"You have been removed from this groupchat because of an affiliation change":["Je bent uit dit groepsgesprek verwijderd wegens een wijziging in lidmaatschap"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Je bent verwijderd uit dit groepsgesprek omdat het nu enkel toegankelijk is voor leden, en je geen lid bent"],"You have been removed from this groupchat because the service hosting it is being shut down":["Je zit niet langer in het groepsgesprek omdat de server van het groepsgesprek uitgeschakeld wordt"],"%1$s has been banned":["%1$s is verbannen"],"%1$s's nickname has changed":["De bijnaam van %1$s is gewijzigd"],"%1$s has been kicked out":["%1$s is weggeschopt"],"%1$s has been removed because of an affiliation change":["%1$s is verwijderd wegens een wijziging in lidmaatschap"],"%1$s has been removed for not being a member":["%1$s is verwijderd wegens geen lid te zijn"],"You're not allowed to register yourself in this groupchat.":["Je hebt geen toestemming om jezelf in dit groepsgesprek te registreren."],"You're not allowed to register in this groupchat because it's members-only.":["Je hebt geen toestemming om jezelf in dit groepsgesprek te registreren, omdat het enkel toegankelijk is voor leden."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Kan je bijnaam niet registreren voor dit groepsgesprek omdat dit niet ondersteund wordt."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Kan je bijnaam voor dit groepsgesprek niet registreren, ongeldige data ingevoerd."],"The nickname you chose is reserved or currently in use, please choose a different one.":["De bijnaam die je hebt gekozen is gereserveerd of momenteel in gebruik, kies er een andere."],"You are not on the member list of this groupchat.":["Je staat niet op de deelnemerslijst van dit groepsgesprek."],"You have been banned from this groupchat.":["Je bent verbannen uit dit groepsgesprek."],"You are not allowed to create new groupchats.":["Je hebt geen toestemming om nieuwe groepsgesprekken aan te maken."],"Your nickname doesn't conform to this groupchat's policies.":["Je bijnaam stemt niet overeen met het beleid van dit groepsgesprek."],"This groupchat does not (yet) exist.":["Dit groepsgesprek bestaat (nog) niet."],"This groupchat has reached its maximum number of participants.":["Dit groepsgesprek heeft het maximale aantal gebruikers bereikt."],"Remote server not found":["Server niet gevonden"],"The explanation given is: \"%1$s\".":["De opgegeven reden is: ‘%1$s’."],"%1$s has invited you to join a groupchat: %2$s":["%1$s heeft je uitgenodigd aan het groepsgesprek „%2$s” deel te nemen"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s heeft je uitgenodigd om deel te nemen aan het groepsgesprek ‘%2$s’ met de volgende reden: ‘%3$s’"],"My contacts":["Mijn contacten"],"Pending contacts":["Contacten in afwachting"],"Contact requests":["Contactverzoeken"],"Ungrouped":["Ongegroepeerd"],"Sorry, there was an error while trying to add %1$s as a contact.":["Sorry, er trad een fout op bij het toevoegen van %1$s als contact."],"This client does not allow presence subscriptions":["Deze cliënt biedt geen ondersteuning voor aanwezigheidsabonnementen"],"Click to hide these contacts":["Klik om deze contacten te verbergen"],"Enter a new Groupchat":["Deelnemen aan nieuw groepsgesprek"],"This field is required":[""],"Join":["Deelnemen"],"This groupchat no longer exists":["Dit groepsgesprek bestaat niet meer"],"The conversation has moved. Click below to enter.":["Het gesprek is verplaatst. Klik hieronder om deel te nemen."],"Name":["Naam"],"Groupchat address (JID)":["XMPP/Jabber-ID van groepsgesprek"],"Description":["Beschrijving"],"Topic":["Onderwerp"],"Topic author":["Auteur van het onderwerp"],"Online users":["Gebruikers online"],"Features":["Eigenschappen"],"Password protected":["Beveiligd met wachtwoord"],"This groupchat requires a password before entry":["Dit groepsgesprek vereist een wachtwoord voor toegang"],"No password required":["Geen wachtwoord nodig"],"This groupchat does not require a password upon entry":["Dit groepsgesprek vereist geen wachtwoord voor toegang"],"This groupchat is not publicly searchable":["Dit groepsgesprek is niet openbaar vindbaar"],"This groupchat is publicly searchable":["Dit groepsgesprek is openbaar vindbaar"],"Members only":["Alleen-leden"],"This groupchat is restricted to members only":["Dit groepsgesprek is enkel toegankelijk voor leden"],"Anyone can join this groupchat":["Iedereen kan deelnemen aan dit gesprek"],"Persistent":["Blijvend"],"This groupchat persists even if it's unoccupied":["Dit groepsgesprek blijft bestaan, zelfs als er niemand aanwezig is"],"This groupchat will disappear once the last person leaves":["Dit groepsgesprek zal verdwijnen van zodra de laatste deelnemer het verlaat"],"Not anonymous":["Niet-anoniem"],"All other groupchat participants can see your XMPP address":["Alle gebruikers in dit groepsgesprek kunnen je XMPP-adres zien"],"Only moderators can see your XMPP address":["Enkel moderatoren kunnen je XMPP-adres zien"],"Participants entering this groupchat need to request permission to write":["Deelnemers aan dit groepsgesprek hebben toestemming nodig voor ze berichten kunnen sturen"],"Not moderated":["Niet gemodereerd"],"Participants entering this groupchat can write right away":["Deelnemers aan dit groepsgesprek kunnen onmiddelijk berichten sturen"],"Message archiving":["Berichtarchivering"],"Messages are archived on the server":["Berichten worden gearchiveerd op de server"],"No password":["Geen wachtwoord"],"this groupchat is restricted to members only":["Dit groepsgesprek is enkel toegankelijk voor leden"],"Uploading file:":["Bestand uploaden:"],"XMPP Address:":["XMPP-adres:"],"Password:":["Wachtwoord:"],"password":["wachtwoord"],"This is a trusted device":["Dit is een vertrouwd apparaat"],"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.":["Om prestaties te verbeteren slaan we je data op in de cache van de browser. Vink dit niet aan indien je op een openbare computer bent of indien je wilt dat je data verwijderd wordt bij het uitloggen. Het is van belang dat je zelf expliciet uitlogt, anders kan het zijn dat er data in de cache achterblijft. Let op, als je een niet-vertrouwd apparaat gebruikt is OMEMO-versleuteling NIET mogelijk."],"Log in":["Inloggen"],"Click here to log in anonymously":["Klik hier om anoniem in te loggen"],"This message has been edited":["Dit bericht is bewerkt"],"Edit this message":["Pas dit bericht aan"],"Message versions":["Berichtversies"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Opslaan en sluiten"],"This device's OMEMO fingerprint":["De OMEMO-vingerafdruk van dit apparaat"],"Generate new keys and fingerprint":["Nieuwe sleutels en vingerafdruk genereren"],"Select all":["Alles selecteren"],"Checkbox to select fingerprints of all other OMEMO devices":["Selectievakje om vingerafdrukken van alle andere OMEMO-apparaten te selecteren"],"Other OMEMO-enabled devices":["Overige OMEMO-apparaten"],"Checkbox for selecting the following fingerprint":["Selectievakje voor het selecteren van de volgende vingerafdruk"],"Device without a fingerprint":["Apparaat zonder vingerafdruk"],"Remove checked devices and close":["Geselecteerde apparaten verwijderen en sluiten"],"Don't have a chat account?":["Heb je geen account?"],"Create an account":["Account aanmaken"],"Create your account":["Maak je account aan"],"Please enter the XMPP provider to register with:":["Voer de XMPP-host in waarje je bij wilt registreren:"],"Already have a chat account?":["Heb je al een account?"],"Log in here":["Log hier in"],"Account Registration:":["Accountregistratie:"],"Register":["Registreren"],"Choose a different provider":["Kies een andere provider"],"Hold tight, we're fetching the registration form…":["Even geduld, we halen het registratieformulier op…"],"Messages are being sent in plaintext":["Berichten worden onversleuteld verzonden"],"The User's Profile Image":["Profielafbeelding van gebruiker"],"Full Name:":["Volledige naam:"],"Nickname:":["Bijnaam:"],"URL:":["URL:"],"Email:":["E-mailadres:"],"Role:":["Rol:"],"OMEMO Fingerprints":["OMEMO-vingerafdrukken"],"Trusted":["Vertrouwd"],"Untrusted":["Onvertrouwd"],"Refresh":["Verversen"],"Remove as contact":["Contact verwijderen"],"Download audio file \"%1$s\"":["Audiobestand ‘%1$s’ downloaden"],"Download file \"%1$s\"":["Bestand ‘%1$s’ downloaden"],"Download image \"%1$s\"":["Afbeelding ‘%1$s’ downloaden"],"Download":["Downloaden"],"Download video file \"%1$s\"":["Videobestand ‘%1$s’ downloaden"]}}} \ No newline at end of file diff --git a/locale/nl_BE/LC_MESSAGES/converse.json b/locale/nl_BE/LC_MESSAGES/converse.json deleted file mode 100644 index 071a69e2f..000000000 --- a/locale/nl_BE/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl_BE"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Zij’ ge zeker da’ ge den bladwijzer ‘%1$s’ wild verwijderen?"],"Unbookmark this groupchat":["Bladwijzer voor dit gesprek verwijderen"],"Bookmark this groupchat":["Gesprek toevoegen aan bladwijzers"],"Would you like this groupchat to be automatically joined upon startup?":["Wild g’automatisch deelnemen aan dit groepsgesprek bij opstarten?"],"Cancel":["Annuleren"],"The name for this bookmark:":["De naam voor dezen bladwijzer:"],"What should your nickname for this groupchat be?":["Wa moet uwen bijnaam in dit groepsgesprek zijn?"],"Save":["Opslaan"],"Leave this groupchat":["Dit gesprek verlaten"],"Remove this bookmark":["Dezen bladwijzer verwijderen"],"Show more information on this groupchat":["Toond meer informatie over dit groepsgesprek"],"Click to open this groupchat":["Klikt voor dit groepsgesprek t’openen"],"Click to toggle the bookmarks list":["Klikt voor de lijst met bladwijzers te tonen/verbergen"],"Bookmarks":["Bladwijzers"],"Close this chat box":["Dit gespreksvenster sluiten"],"Sorry, something went wrong while trying to refresh":["Sorry, der ging iets mis bij het verversen"],"Are you sure you want to remove this contact?":["Zij’ ge zeker da’ ge dit contact wild verwijderen?"],"Error":["Fout"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Sorry, der trad een fout op bij het verwijderen van %1$s als contact."],"You have unread messages":["Ge hebd ongelezen berichten"],"Hidden message":["Verborgen bericht"],"Message":["Bericht"],"Send":["Verzenden"],"Optional hint":["Facultatieven tip"],"Choose a file to send":["Kiesd een bestand voor te verzenden"],"Click to write as a normal (non-spoiler) message":["Klikt hier voor een gewoon (nie’-verborgen) bericht te schrijven"],"Click to write your message as a spoiler":["Klikt hier voor een verborgen bericht te schrijven"],"Clear all messages":["Alle berichten wissen"],"Insert emojis":["Voegd smiley’s in"],"Start a call":["Plaatst nen oproep"],"Remove messages":["Berichten verwijderen"],"Write in the third person":["Schrijfd in den derde persoon"],"Show this menu":["Toond dit menu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Zij’ ge zeker da’ ge de berichten in dit gesprek wild wissen?"],"%1$s has gone offline":["%1$s is offline"],"%1$s has gone away":["%1$s is afwezig"],"%1$s is busy":["%1$s is bezet"],"%1$s is online":["%1$s is online"],"Username":["Gebruikersnaam"],"user@domain":["gebruiker@domein"],"Please enter a valid XMPP address":["Voerd een geldig XMPP-adres in"],"Chat Contacts":["Gesprekscontacten"],"Toggle chat":["Gesprek openen"],"Show more":["Meer tonen"],"Typing from another device":["Typt op een ander apparaat"],"%1$s is typing":["%1$s is aan ’t typen"],"Stopped typing on the other device":["Gestopt met typen op het andere apparaat"],"%1$s has stopped typing":["%1$s is gestopt met typen"],"Minimize this chat box":["Dit gespreksvenster minimaliseren"],"Click to restore this chat":["Klikt voor dit gesprek t’herstellen"],"Minimized":["Geminimaliseerd"],"Description:":["Beschrijving:"],"Groupchat Address (JID):":["Gespreksadres (JID):"],"Participants:":["Deelnemers:"],"Features:":["Functies:"],"Requires authentication":["Authenticatie vereist"],"Hidden":["Verborgen"],"Requires an invitation":["Uitnodiging vereist"],"Moderated":["Gemodereerd"],"Non-anonymous":["Nie-anoniem"],"Open":["Open"],"Permanent":["Blijvend"],"Public":["Openbaar"],"Semi-anonymous":["Semi-anoniem"],"Temporary":["Tijdelijk"],"Unmoderated":["Nie’ gemodereerd"],"Affiliation changed":[""],"Query for Groupchats":["Zoeken naar gesprekken"],"Server address":["Serveradres"],"Show groupchats":["Groepsgesprekken tonen"],"conference.example.org":["groepsgesprek.voorbeeld.be"],"No groupchats found":["Geen groepsgesprekken gevonden"],"Groupchats found:":["Groepsgesprekken gevonden:"],"name@conference.example.org":["naam@groepsgesprek.voorbeeld.be"],"Groupchat address":["Gespreksadres"],"Groupchat info for %1$s":["Info over groepsgesprek %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s is ge(n)en beheerder meer van dit groepsgesprek"],"%1$s is no longer an owner of this groupchat":["%1$s is ge(n)en eigenaar meer van dit groepsgesprek"],"%1$s is no longer banned from this groupchat":["%1$s is niet meer verbannen uit dit groepsgesprek"],"%1$s has been banned from this groupchat":["%1$s is verbannen uit dit groepsgesprek"],"%1$s is now an %2$s of this groupchat":["%1$s is nu %2$s van dit groepsgesprek"],"%1$s is no longer a moderator":["%1$s is gene moderator meer"],"%1$s has been muted":["%1$s is gedempt"],"%1$s is now a moderator":["%1$s is nu ne moderator"],"Close and leave this groupchat":["Sluit en verlaat dit groepsgesprek"],"Configure this groupchat":["Configureerd dit groepsgesprek"],"Show more details about this groupchat":["Toont meer informatie over dit groepsgesprek"],"Hide the list of participants":["Verbergt den deelnemerslijst"],"Forbidden: you do not have the necessary role in order to do that.":["Geen toelating: ge hebt niet de benodigde rol voor dit te doen."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Geen toelating: ge hebt niet de benodigde affiliatie voor dit te doen."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Fout: den opdracht ‘%1$s’ aanvaard twee parameters, den bijnaam van de gebruiker en optioneel een reden."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Sorry, der is een fout opgetreden bij het uitvoeren van de opdracht. Controleert den ontwikkelaarsconsole van uwen browser voor details."],"You can run the following commands":[""],"Change user's affiliation to admin":["Lidmaatschap van gebruiker wijzigen naar beheerder"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Rol van gebruiker wijzigen naar deelnemer"],"Kick user from groupchat":["Gebruiker uit groepsgesprek schoppen"],"Write in 3rd person":["Schrijfd in den derde persoon"],"Grant membership to a user":["Verleend lidmaatschap aan ne gebruiker"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Mogelijkheid van gebruiker voor berichten te schrijven verwijderen"],"Change your nickname":["Wijzigd uwen bijnaam"],"Grant moderator role to user":["Rol van gebruiker wijzigen naar moderator"],"Grant ownership of this groupchat":["Eigendom van dit groepsgesprek verlenen"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Gespreksonderwerp instellen"],"Set groupchat subject (alias for /subject)":["Gespreksonderwerp instellen (alias voor /subject)"],"Allow muted user to post messages":["Gedempte gebruikers berichten laten schrijven"],"Error: invalid number of arguments":["Fout: ongeldig aantal argumenten"],"This action was done by %1$s.":["Deze actie is uitgevoerd door %1$s."],"The reason given is: \"%1$s\".":["D’opgegeven reden is: ‘%1$s’."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s heeft het groepsgesprek verlaten en neemt terug deel. “%2$s”"],"%1$s has left and re-entered the groupchat":["%1$s heeft het groepsgesprek verlaten en neemt terug deel"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s neemt deel aan het groepsgesprek. “%2$s”"],"%1$s has entered the groupchat":["%1$s neemt deel aan het groepsgesprek"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s nam deel aan het groepsgesprek en heeft het verlaten. “%2$s”"],"%1$s has entered and left the groupchat":["%1$s nam deel aan het groepsgesprek en heeft het verlaten"],"%1$s has left the groupchat. \"%2$s\"":["%1$s heeft het groepsgesprek verlaten. “%2$s”"],"%1$s has left the groupchat":["%1$s heeft het groepsgesprek verlaten"],"Topic set by %1$s":["Onderwerp ingesteld door %1$s"],"Topic cleared by %1$s":["Onderwerp gewist door %1$s"],"Groupchats":["Groepgesprekken"],"Add a new groupchat":["Nieuw groepsgesprek toevoegen"],"Query for groupchats":["Zoeken naar gesprekken"],"This groupchat requires a password":["Dit groepsgesprek vereist een paswoord"],"Password: ":["Wachtwoord: "],"Submit":["Indienen"],"Please choose your nickname":["Kiesd uwen bijnaam"],"Nickname":["Bijnaam"],"Enter groupchat":["Deelnemen aan groepsgesprek"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Klikt voor %1$s in uw bericht te vermelden."],"This user is a moderator.":["Deze gebruiker is ne moderator."],"This user can send messages in this groupchat.":["Deze gebruiker kan berichten sturen in dit groepsgesprek."],"This user can NOT send messages in this groupchat.":["Deze gebruiker kan GEEN berichten sturen in dit groepsgesprek."],"Moderator":["Moderator"],"Visitor":["Bezoeker"],"Owner":["Eigenaar"],"Member":["Lid"],"Admin":["Beheerder"],"Participants":["Deelnemers"],"Invite":["Uitnodigen"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Ge staat op het punt %1$s uit te nodigen in het groepsgesprek ‘%2$s’. Ge kunt optioneel een bericht toevoegen, met de reden voor de uitnodiging."],"Notification from %1$s":["Melding van %1$s"],"%1$s says":["%1$s zegd"],"OMEMO Message received":["OMEMO-bericht ontvangen"],"has gone offline":["is offline"],"has gone away":["is afwezig"],"is busy":["is bezet"],"has come online":["is online"],"wants to be your contact":["wild uw contact zijn"],"Sorry, an error occurred while trying to remove the devices.":["Der is een fout opgetreden bij het verwijderen van de apparaten."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Zijt ge zeker dat ge nieuwe OMEMO-sleutels wilt genereren? Dit gaat uw oude sleutels verwijderen, en alle voorheen versleutelde berichten gaan niet meer ontsleutelbaar zijn op dit apparaat."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Sorry, door en fout kon het ontvangen OMEMO-bericht niet ontsleuteld worden."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Sorry, we kunnen geen versleutelde berichten sturen omdat %1$s vereist dat ge geabonneerd zijt op zijn/haar aanwezigheid voor zijn/haar OMEMO-informatie te bekijken"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Sorry, we kunnen geen versleutelde berichten sturen omdat den externe server voor %1$s niet kon gevonden worden"],"Unable to send an encrypted message due to an unexpected error.":["Kan geen versleutelde berichten sturen door een onverwachte fout."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Kan geen eind-tot-eind-versleuteling gebruiken in dit groepsgesprek, ofwel heeft het groepsgesprek een vorm van anonimiteit, ofwel hebben niet alle deelnemers ondersteuning voor OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Kan geen eind-tot-eind-versleuteling gebruiken omdat %1$s ne cliënt gebruikt die dat geen ondersteuning biedt voor OMEMO."],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Dit is een OMEMO-versleuteld bericht, wat dat uwe cliënt niet ondersteunt. Meer informatie op https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s lijkt geen gebruik te maken van ne cliënt met ondersteuning voor OMEMO. Het gaat niet meer mogelijk zijn van versleutelde berichten te sturen in dit groepsgesprek."],"Your avatar image":["Uw avatarafbeelding"],"Your Profile":["Uw profiel"],"Close":["Sluiten"],"Email":["E-mail"],"Full Name":["Volledige naam"],"XMPP Address (JID)":["XMPP-adres (JID)"],"Role":["Rol"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Gebruikt komma’s voor meerdere rollen op te geven. Uw rollen worden naast uwe naam op uw berichten weergegeven."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Sorry, der is een fout opgetreden bij het opslaan van uw profielgegevens."],"You can check your browser's developer console for any error output.":["Ge kunt de ontwikkelaarsconsole van uwen browser nakijken voor foutenuitvoer."],"Away":["Afwezig"],"Busy":["Bezet"],"Custom status":["Aangepaste status"],"Offline":["Offline"],"Online":["Online"],"Away for long":["Langdurig afwezig"],"Change chat status":["Gespreksstatus wijzigen"],"Personal status message":["Persoonlijk statusbericht"],"About":["Info"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s Vrije %2$s XMPP-chatcliënt gemaakt door %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s Vertaalt %2$s het in uw eigen taal"],"I am %1$s":["Ik ben %1$s"],"Change settings":["Instellingen wijzigen"],"Click to change your chat status":["Klikt hier voor uw gespreksstatus te wijzigen"],"Log out":["Afmelden"],"Show details about this chat client":["Toont meer informatie over dezen chatcliënt"],"Your profile":["Uw profiel"],"Are you sure you want to log out?":["Zij’ ge zeker da’ g’u wild afmelden?"],"online":["online"],"busy":["bezet"],"away for long":["langdurig afwezig"],"away":["afwezig"],"offline":["offline"]," e.g. conversejs.org":[" bv. conversejs.org"],"Fetch registration form":["Registratieformulier ophalen"],"Tip: A list of public XMPP providers is available":["Tip: der is ne lijst met openbare XMPP-leveranciers beschikbaar"],"here":["hier"],"Sorry, we're unable to connect to your chosen provider.":["Sorry, we konden geen verbinding maken met uwe gekozen leverancier."],"Sorry, the given provider does not support in band account registration. Please try with a different provider.":["Sorry, den opgegeven leverancier bied geen ondersteuning voor inbandaccountregistratie. Probeerd nen andere leverancier."],"Something went wrong while establishing a connection with \"%1$s\". Are you sure it exists?":["Der ging iets mis bij het verbinden met ‘%1$s’. Zij’ ge zeker dat het bestaat?"],"Now logging you in":["Bezig met aanmelden"],"Registered successfully":["Geregistreerd"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":["De leverancier weigerde uw registratieverzoek. Controleerd de waarden die g’invoerde."],"Click to toggle the list of open groupchats":["Klikt voor de lijst me’ groepsgesprekken te tonen/verbergen"],"Open Groupchats":["Open groepsgesprekken"],"Are you sure you want to leave the groupchat %1$s?":["Zijt ge zeker dat ge het gesprek ‘%1$s’ wilt verlaten?"],"This contact is busy":["Dit contact is bezet"],"This contact is online":["Dit contact is online"],"This contact is offline":["Dit contact is offline"],"This contact is unavailable":["Dit contact is nie beschikbaar"],"This contact is away for an extended period":["Dit contact is uitgebreid afwezig"],"This contact is away":["Dit contact is afwezig"],"Groups":["Groepen"],"Contact name":["Contactnaam"],"Optional nickname":["Facultatieven bijnaam"],"Add a Contact":["Voeg een contact toe"],"XMPP Address":["XMPP-adres"],"name@example.org":["gebruiker@voorbeeld.be"],"Add":["Toevoegen"],"Sorry, could not find a contact with that name":[""],"Filter":["Filteren"],"Filter by contact name":["Filteren op contactnaam"],"Filter by group name":["Filteren op groepsnaam"],"Filter by status":["Filteren op status"],"Any":["Elke"],"Unread":["Ongelezen"],"Chatty":["Spraakzaam"],"Extended Away":["Uitgebreid afwezig"],"Click to remove %1$s as a contact":["Klikt voor %1$s als contact te verwijderen"],"Click to accept the contact request from %1$s":["Klikt voor het contactverzoek van %1$s t’aanvaarden"],"Click to decline the contact request from %1$s":["Klikt voor het contactverzoek van %1$s te weigeren"],"Click to chat with %1$s (JID: %2$s)":["Klikt voor te babbelen met %1$s (JID: %2$s)"],"Are you sure you want to decline this contact request?":["Zij’ ge zeker da’ ge dit contactverzoek wild weigeren?"],"Contacts":["Contacten"],"Add a contact":["Voeg een contact toe"],"Re-sync your contacts":["Hersynchroniseert uw contacten"],"Sorry, something went wrong while trying to save your bookmark.":["Sorry, der ging iets mis bij het opslaan van uwen bladwijzer."],"Unencryptable OMEMO message":["Onversleutelbaar OMEMO-bericht"],"Sorry, could not determine upload URL.":["Sorry, kon den upload-URL nie bepalen."],"Sorry, could not determine file upload URL.":["Sorry, kon den bestandsupload-URL nie bepalen."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Sorry, kon het bestand niet uploaden. De server geeft het volgende aan: ‘%1$s’"],"Sorry, could not succesfully upload your file.":["Sorry, kon het bestand nie uploaden."],"Sorry, looks like file upload is not supported by your server.":["Sorry, bestandsupload word nie ondersteund door uwe server."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["De grootte van het bestand, %1$s, overschrijd het maximum toegelaten door uwe server, %2$s."],"Sorry, an error occurred:":["Sorry, der is een fout opgetreden:"],"The connection has dropped, attempting to reconnect.":["De verbinding is verbroken, poging tot opnieuw verbinden."],"An error occurred while connecting to the chat server.":["Der trad een fout op bij het verbinden me’ de gespreksserver."],"Your Jabber ID and/or password is incorrect. Please try again.":["Uwen Jabber-ID en/of uw paswoord is onjuist. Probeerd het opnieuw."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Sorry, we konden geen verbinding maken me’ dezen XMPP-host: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["Den XMPP-server bood geen ondersteund authenticatiemechanisme aan"],"This groupchat is not anonymous":["Dit groepsgesprek is nie anoniem"],"This groupchat now shows unavailable members":["Dit groepsgesprek toond nu nie-beschikbare leden"],"This groupchat does not show unavailable members":["Dit groepsgesprek toond geen nie-beschikbare leden"],"The groupchat configuration has changed":["De configuratie van het groepsgesprek is gewijzigd"],"groupchat logging is now enabled":["Loggen van groepsgesprek is nu ingeschakeld"],"groupchat logging is now disabled":["Loggen van groepsgesprek is nu uitgeschakeld"],"This groupchat is now no longer anonymous":["Dit groepsgesprek is nie meer anoniem"],"This groupchat is now semi-anonymous":["Dit groepsgesprek is nu semi-anoniem"],"This groupchat is now fully-anonymous":["Dit groepsgesprek is nu volledig anoniem"],"A new groupchat has been created":["Een nieuw groepsgesprek is aangemaakt"],"Your nickname has been automatically set to %1$s":["Uwen bijnaam is automatisch ingesteld op %1$s"],"Your nickname has been changed to %1$s":["Uwen bijnaam is gewijzigd naar %1$s"],"You have been banned from this groupchat":["Ge zijt uit dit groepsgesprek verbannen"],"You have been kicked from this groupchat":["Ge zijt uit dit groepsgesprek geschopt"],"You have been removed from this groupchat because of an affiliation change":["Ge zijt uit dit groepsgesprek verwijderd omwille van een wijziging in lidmaatschap"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Ge zijt uit dit groepsgesprek verwijderd omdat het nu enkel toegankelijk is voor leden, en ge geen lid zijt"],"You have been removed from this groupchat because the service hosting it is being shut down":["Ge zijt uit dit groepsgesprek verwijderd omdat de server dervan wordt uitgeschakeld"],"%1$s has been banned":["%1$s is verbannen"],"%1$s's nickname has changed":["Den bijnaam van %1$s is gewijzigd"],"%1$s has been kicked out":["%1$s is weggeschopt"],"%1$s has been removed because of an affiliation change":["%1$s is verwijderd omwille van een wijziging in lidmaatschap"],"%1$s has been removed for not being a member":["%1$s is verwijderd omwille van geen lid te zijn"],"You're not allowed to register yourself in this groupchat.":["Ge hebt geen toelating voor uw eigen in dit groepsgesprek te registreren."],"You're not allowed to register in this groupchat because it's members-only.":["Ge hebt geen toelating voor uw eigen in dit groepsgesprek te registreren, omdat het enkel toegankelijk is voor leden."],"Can't register your nickname in this groupchat, it doesn't support registration.":["Kan uwen bijnaam niet registreren in dit groepsgesprek met dat het geen ondersteuning biedt voor registratie."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Kan uwen bijnaam niet registreren in dit groepsgesprek, ongeldige gegevens ingevoerd."],"The nickname you chose is reserved or currently in use, please choose a different one.":["Den bijnaam die ge gekozen hebd is gereserveerd of momenteel in gebruik, kiesd der nen anderen."],"You are not on the member list of this groupchat.":["Ge staat niet op den deelnemerslijst van dit groepsgesprek."],"You have been banned from this groupchat.":["Ge zijt uit dit groepsgesprek verbannen."],"You are not allowed to create new groupchats.":["Ge hebt geen toelating voor nieuwe groepsgesprekken aan te maken."],"Your nickname doesn't conform to this groupchat's policies.":["Uwen bijnaam stemt niet overeen met het beleid van dit groepsgesprek."],"This groupchat does not (yet) exist.":["Dit groepsgesprek bestaat (nog) niet."],"This groupchat has reached its maximum number of participants.":["Dit groepsgesprek heeft het maximaal aantal gebruikers bereikt."],"Remote server not found":["Server niet gevonden"],"The explanation given is: \"%1$s\".":["D’opgegeven reden is: ‘%1$s’."],"%1$s has invited you to join a groupchat: %2$s":["%1$s heeft u uitgenodigd in het groepsgesprek ‘%2$s’"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s heeft u uitgenodigd in het groepsgesprek ‘%2$s’ en gaf volgende reden: “%3$s”"],"My contacts":["Mijn contacten"],"Pending contacts":["Contacten in afwachting"],"Contact requests":["Contactverzoeken"],"Ungrouped":["Ongegroepeerd"],"Sorry, there was an error while trying to add %1$s as a contact.":["Sorry, der trad een fout op bij het toevoegen van %1$s als contact."],"This client does not allow presence subscriptions":["Deze cliënt bied geen ondersteuning voor aanwezigheidsabonnementen"],"Click to hide these contacts":["Klikt voor deze contacten te verbergen"],"Enter a new Groupchat":["Deelnemen aan nieuw groepsgesprek"],"This field is required":[""],"Join":["Deelnemen"],"This groupchat no longer exists":["Dit groepsgesprek bestaat niet meer"],"The conversation has moved. Click below to enter.":["Het gesprek is verplaatst. Klikt hieronder voor deel te nemen."],"Name":["Naam"],"Groupchat address (JID)":["Gespreksadres (JID)"],"Description":["Beschrijving"],"Topic":["Onderwerp"],"Topic author":["Auteur van het onderwerp"],"Online users":["Gebruikers online"],"Features":["Functies"],"Password protected":["Beveiligd met paswoord"],"This groupchat requires a password before entry":["Dit groepsgesprek vereist een paswoord voor toegang"],"No password required":["Geen paswoord nodig"],"This groupchat does not require a password upon entry":["Dit groepsgesprek vereist geen paswoord voor toegang"],"This groupchat is not publicly searchable":["Dit groepsgesprek is niet openbaar vindbaar"],"This groupchat is publicly searchable":["Dit groepsgesprek is openbaar vindbaar"],"Members only":["Alleen-leden"],"This groupchat is restricted to members only":["Dit groepsgesprek is enkel toegankelijk voor leden"],"Anyone can join this groupchat":["Iedereen kan deelnemen aan dit gesprek"],"Persistent":["Blijvend"],"This groupchat persists even if it's unoccupied":["Dit groepsgesprek blijft bestaan, zelfs als der niemand aanwezig is"],"This groupchat will disappear once the last person leaves":["Dit groepsgesprek zal verdwijnen van zodra dat de laatsten deelnemer het verlaat"],"Not anonymous":["Niet-anoniem"],"All other groupchat participants can see your XMPP address":["Alle gebruikers in dit groepsgesprek kunnen uwen XMPP-adres zien"],"Only moderators can see your XMPP address":["Enkel moderatoren kunnen uwen XMPP-adres zien"],"Participants entering this groupchat need to request permission to write":["Deelnemers aan dit groepsgesprek hebben toestemming nodig voordat ze berichten kunnen sturen"],"Not moderated":["Niet gemodereerd"],"Participants entering this groupchat can write right away":["Deelnemers aan dit groepsgesprek kunnen onmiddellijk berichten sturen"],"Message archiving":["Berichtarchivering"],"Messages are archived on the server":["Berichten worden gearchiveerd op de server"],"No password":["Geen paswoord"],"this groupchat is restricted to members only":["Dit groepsgesprek is enkel toegankelijk voor leden"],"Uploading file:":["Bestand uploaden:"],"XMPP Address:":["XMPP-adres:"],"Password:":["Wachtwoord:"],"password":["paswoord"],"This is a trusted device":["Dit is een vertrouwd apparaat"],"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.":["Voor prestaties te verbeteren slaan we uw gegevens op in het cachegeheugen van van dezen browser. Vinkt dit niet aan als dit een openbare computer is of als ge wilt dat uw gegevens worden verwijderd bij het uiloggen. Het is van belang dat ge zelf expliciet uitlogt, anders kan het zijn dat der gegevens in het cachegeheugen achterblijven. Let op, als ge een niet-vertrouwd apparaat gebruikt is OMEMO-versleuteling NIET mogelijk."],"Log in":["Inloggen"],"Click here to log in anonymously":["Klikt hier voor anoniem aan te melden"],"This message has been edited":["Dit bericht is bewerkt"],"Edit this message":["Dit bericht bewerken"],"Message versions":["Berichtversies"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Opslaan en sluiten"],"This device's OMEMO fingerprint":["De OMEMO-vingerafdruk van dit apparaat"],"Generate new keys and fingerprint":["Nieuwe sleutels en vingerafdruk genereren"],"Select all":["Alles selecteren"],"Checkbox to select fingerprints of all other OMEMO devices":["Selectievakske voor vingerafdrukken van alle andere OMEMO-apparaten te selecteren"],"Other OMEMO-enabled devices":["Overige OMEMO-apparaten"],"Checkbox for selecting the following fingerprint":["Selectievakske voor het selecteren van de volgende vingerafdruk"],"Device without a fingerprint":["Apparaat zonder vingerafdruk"],"Remove checked devices and close":["Geselecteerde apparaten verwijderen en sluiten"],"Don't have a chat account?":["Hebde genen account?"],"Create an account":["Account aanmaken"],"Create your account":["Maakt uwen account aan"],"Please enter the XMPP provider to register with:":["Voerd den XMPP-leverancier in waarbij da’ g’u wild registreren:"],"Already have a chat account?":["Hebd’ al nen account?"],"Log in here":["Meld u hier aan"],"Account Registration:":["Accountregistratie:"],"Register":["Registreren"],"Choose a different provider":["Kiesd nen andere leverancier"],"Hold tight, we're fetching the registration form…":["Efkens geduld, w’halen het registratieformulier op…"],"Messages are being sent in plaintext":["Berichten worden onversleuteld verzonden"],"The User's Profile Image":["Profielafbeelding van gebruiker"],"Full Name:":["Volledige naam:"],"Nickname:":["Bijnaam:"],"URL:":["URL:"],"Email:":["E-mailadres:"],"Role:":["Rol:"],"OMEMO Fingerprints":["OMEMO-vingerafdrukken"],"Trusted":["Vertrouwd"],"Untrusted":["Onvertrouwd"],"Refresh":["Vernieuwen"],"Remove as contact":["Contact verwijderen"],"Download audio file \"%1$s\"":["Audiobestand ‘%1$s’ downloaden"],"Download file \"%1$s\"":["Bestand ‘%1$s’ downloaden"],"Download image \"%1$s\"":["Afbeelding ‘%1$s’ downloaden"],"Download":["Downloaden"],"Download video file \"%1$s\"":["Videobestand ‘%1$s’ downloaden"]}}} \ No newline at end of file diff --git a/locale/oc/LC_MESSAGES/converse.json b/locale/oc/LC_MESSAGES/converse.json deleted file mode 100644 index 559d3c8b1..000000000 --- a/locale/oc/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"oc"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Volètz vertadièrament suprimir aqueste marcapagina « %1$s » ?"],"Unbookmark this groupchat":["Levar aquesta sala dels marcapaginas"],"Bookmark this groupchat":["Ajustar aquesta sala als marcapaginas"],"Would you like this groupchat to be automatically joined upon startup?":["Volètz rejónher aquesta sala automaticament a l’aviada ?"],"Cancel":["Anullar"],"The name for this bookmark:":["Nom d’aqueste marcapagina :"],"What should your nickname for this groupchat be?":["Quin escais-nom volètz utilizar per aquesta sala ?"],"Save":["Salvagardar"],"Leave this groupchat":["Quitar aquesta sala"],"Remove this bookmark":["Suprimir aqueste marcapagina"],"Show more information on this groupchat":["Mostrar mai d’informacions tocant aquesta sala"],"Click to open this groupchat":["Clicar per dobrir aquesta sala"],"Click to toggle the bookmarks list":["Clicar per dobrir la lista de las salas"],"Bookmarks":["Marcapaginas"],"Close this chat box":["Tampar aquesta fenèstra de discussion"],"Sorry, something went wrong while trying to refresh":["Quicòm s’es pas passat coma caliá pendent l’ensag d’actualizacion"],"Are you sure you want to remove this contact?":["Volètz vertadièrament levar aqueste contacte ?"],"Error":["Error"],"Sorry, there was an error while trying to remove %1$s as a contact.":["I a agut una error en ensajar de levar %1$s dels contactes."],"You have unread messages":["Avètz de nòus messatges"],"Hidden message":["Messatge rescondut"],"Message":["Messatge"],"Send":["Enviar"],"Optional hint":["Indici opcional"],"Choose a file to send":["Causir un fichièr a enviar"],"Click to write as a normal (non-spoiler) message":[""],"Click to write your message as a spoiler":[""],"Insert emojis":[""],"Start a call":[""],"Remove messages":["Escafar los messatges"],"Write in the third person":["Escriure a la tresena persona"],"Show this menu":["Mostrar aqueste menú"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Volètz vertadièrament escafar los messatges d’aquesta conversacion ?"],"%1$s has gone offline":["%1$s es passat fòra linha"],"%1$s has gone away":["%1$s es passat absent"],"%1$s is busy":["%1$s es ocupat"],"%1$s is online":["%1$s es en linha"],"Username":["Nom d’utilizaire"],"user@domain":["utilizaire@domeni"],"Please enter a valid XMPP address":["Volgatz picar una adreça XMPP valida"],"Chat Contacts":["Contactes de chat"],"Toggle chat":["Dobrir la discussion"],"Show more":["Ne veire mai"],"Typing from another device":["Escriu d’un autre periferic estant"],"%1$s is typing":["%1$s es a escriure"],"Stopped typing on the other device":["A arrestat d’escriure de l’autre periferic estant"],"%1$s has stopped typing":["%1$s a arrestat d’escriure"],"Minimize this chat box":["Reduire aquesta fenèstra de discussion"],"Click to restore this chat":["Clicatz per mostrar aquesta discussion"],"Minimized":["Reduch"],"Description:":["Descripcion :"],"Groupchat Address (JID):":["Adreça de la sala (JID) :"],"Participants:":["Participants :"],"Features:":["Caracteristicas :"],"Requires authentication":["Demanda una autentificacion"],"Hidden":["Rescondut"],"Requires an invitation":["Demanda una invitacion"],"Moderated":["Moderat"],"Non-anonymous":["Pas anonime"],"Open":["Dobèrt"],"Permanent":["Permanent"],"Public":["Public"],"Semi-anonymous":["Semianonima"],"Temporary":["Temporari"],"Unmoderated":["Pas moderat"],"Affiliation changed":[""],"Query for Groupchats":["Cercar una sala"],"Server address":["Adreça del servidor"],"Show groupchats":["Mostrar las salas"],"conference.example.org":["chat.exemple.org"],"No groupchats found":["Cap de sala pas trobada"],"Groupchats found:":["Salas trobadas :"],"name@conference.example.org":["nom@chat.exemple.org"],"Groupchat name":["Nom de la sala"],"Groupchat address":["Adreça de la sala"],"Groupchat info for %1$s":["Informacions tocant la sala %1$s"],"%1$s is no longer an admin of this groupchat":[""],"%1$s is no longer an owner of this groupchat":["%1$s es pas mai lo proprietari d’aquesta sala"],"%1$s is no longer banned from this groupchat":["%1$s es pas mai forabandit d’aquesta sala"],"%1$s has been banned from this groupchat":["%1$s es estat forabandit d’aquesta sala"],"%1$s is now an %2$s of this groupchat":["%1$s es ara %2$s d’aquesta sala"],"%1$s is no longer a moderator":["%1$s es pas mai moderator"],"%1$s has been muted":["%1$s pòt pas mai parlar"],"%1$s is now a moderator":["%1$s es ara moderator"],"Close and leave this groupchat":["Tampar e quitar aquesta sala"],"Configure this groupchat":["Configurar d’aquesta sala"],"Show more details about this groupchat":["Mostrar mai d’informacions tocant aquesta sala"],"Hide the list of participants":["Rescondre la lista dels participants"],"Forbidden: you do not have the necessary role in order to do that.":["Defendut : avètz pas lo ròtle necessari per far aquò."],"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.":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Una error s’es producha en executant la comanda. Verificatz la consòla de desvolopament del navegador per mai de detalhs."],"You can run the following commands":[""],"Change user's affiliation to admin":["Cambiar lo ròtle de l’utilizaire en administrator"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Cambiar lo ròtle de l’utilizaire en participant"],"Remove this groupchat":["Suprimir aquesta sala"],"Kick user from groupchat":["Expulsar l’utilizaire d’aquesta sala"],"Write in 3rd person":["Escriure a la tresena persona"],"Grant membership to a user":["Permetre a l’utilizaire d’èsser membre"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Tirar lo drech d’enviar de messatges"],"Change your nickname":["Cambiar l’escais-nom"],"Grant moderator role to user":["Cambiar lo ròtle de l’utilizaire en moderator"],"Grant ownership of this groupchat":["Acordar la proprietat d’aquesta sala"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Definir lo subjècte de la sala"],"Set groupchat subject (alias for /subject)":["Definir lo subjècte de la sala (alias per /subject)"],"Allow muted user to post messages":["Permetre als utilizaires muts de publicar de messatges"],"Error: invalid number of arguments":["Error : nombre d’arguments invalid"],"This action was done by %1$s.":["Aquesta accion es estada realizada per %1$s."],"The reason given is: \"%1$s\".":["La rason indicada es  : « %1$s »."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s a quitat e rejonch la sala. « %2$s »"],"%1$s has left and re-entered the groupchat":["%1$s a quitat e rejonch la sala"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s a rejonch la sala. « %2$s »"],"%1$s has entered the groupchat":["%1$s a rejonch la sala"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s a rejonch e quitat la sala. « %2$s »"],"%1$s has entered and left the groupchat":["%1$s a rejonch e quitat la sala"],"%1$s has left the groupchat. \"%2$s\"":["%1$s a quitat la sala. « %2$s »"],"%1$s has left the groupchat":["%1$s a quitat la sala"],"Topic set by %1$s":["Lo subjècte es estat definit per %1$s"],"Topic cleared by %1$s":["Subjècte tirat per %1$s"],"Groupchats":["Salas"],"Add a new groupchat":["Ajustar una sala novèla"],"Query for groupchats":["Cercar una sala"],"This groupchat requires a password":["Aquesta sala requesís un senhal"],"Password: ":["Senhal : "],"Submit":["Sosmetre"],"Please choose your nickname":["Volgatz causir un escais-nom"],"Nickname":["Escais-nom"],"Enter groupchat":["Dintrar a la sala"],"You need to provide a nickname":[""],"Click to mention %1$s in your message.":["Clicar per mencionar %1$s dins vòstre messatge."],"This user is a moderator.":["Aqueste utilizaire es moderator."],"This user can send messages in this groupchat.":["Aqueste utilizaire pòt enviar de messatge dins aquesta sala."],"This user can NOT send messages in this groupchat.":["Aqueste utilizaire pòt PAS enviar de messatge dins aquesta sala."],"Moderator":["Moderador"],"Visitor":["Visitaire"],"Owner":["Proprietari"],"Member":["Membre"],"Admin":["Admin"],"Participants":["Participants"],"Invite":["Convidar"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":[""],"Notification from %1$s":["Notificacion de %1$s"],"%1$s says":["%1$s ditz"],"OMEMO Message received":["Messatge OMEMO recebut"],"has gone offline":[""],"has gone away":["es absent"],"is busy":["es ocupat"],"has come online":[""],"wants to be your contact":["vòl èsser vòstre contacte"],"Sorry, an error occurred while trying to remove the devices.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":["Vòstre imatge d’avatar"],"Your Profile":["Vòstre perfil"],"Close":["Tampar"],"Email":["Corrièl"],"Full Name":["Nom complèt"],"XMPP Address (JID)":["Adreça XMPP (JID)"],"Role":["Ròtle"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":[""],"URL":["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":["Absent"],"Busy":["Ocupat"],"Custom status":["Estat personal"],"Offline":["Desconnectat"],"Online":["En linha"],"Away for long":["Absent de longa"],"Change chat status":["cambiar vòstre estat de chat"],"Personal status message":["Messatge d’estat personal"],"About":["A prepaus"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":["%1$s Tradusètz %2$s dins vòstra lenga"],"I am %1$s":["Soi %1$s"],"Change settings":["Cambiar las preferéncias"],"Click to change your chat status":["Clicatz per cambiar vòstre estat"],"Log out":["Desconnexion"],"Show details about this chat client":["Mostrar mai d’informacion tocant aqueste client"],"Your profile":["Vòstre perfil"],"Are you sure you want to log out?":[""],"online":["en linha"],"busy":["ocupat"],"away for long":["absent de longa"],"away":["absent"],"offline":["desconnectat"]," e.g. conversejs.org":[" per exemple conversejs.org"],"Fetch registration form":[""],"Tip: A list of public XMPP providers is available":[""],"here":["aquí"],"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":["Connexion"],"Registered successfully":["Corrèctament enregistrat"],"The provider rejected your registration attempt. Please check the values you entered for correctness.":[""],"Click to toggle the list of open groupchats":["Clicar per dobrir la lista de las salas dobèrtas"],"Open Groupchats":["Salas dobèrtas"],"Are you sure you want to leave the groupchat %1$s?":[""],"This contact is busy":["Aqueste contacte es ocupat"],"This contact is online":["Aqueste contacte es connectat"],"This contact is offline":["Aqueste contacte es desconnectat"],"This contact is unavailable":["Aqueste contacte es pas disponible"],"This contact is away for an extended period":["Aqueste contacte es absent de longa"],"This contact is away":["Aqueste contacte es absent"],"Groups":["Grops"],"Contact name":["Nom del contacte"],"Optional nickname":["Escais-nom opcional"],"Add a Contact":["Ajustar un contacte"],"XMPP Address":["Adreça XMPP"],"name@example.org":["nom@exemple.org"],"Add":["Ajustar"],"Sorry, could not find a contact with that name":[""],"This contact has already been added":["Aqueste contacte es ja ajustat"],"Filter":["Filtrar"],"Filter by contact name":["Filtrar per nom de contacte"],"Filter by group name":["Filtrar per nom de grop"],"Filter by status":["Filtrar per estat"],"Any":["Cap"],"Unread":["Pas legit"],"Chatty":["Charraire"],"Extended Away":["Absent de longa"],"Click to remove %1$s as a contact":["Clicar per levar %1$s dels contactes"],"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":["Contactes"],"Add a contact":["Ajustar un contacte"],"Re-sync your contacts":[""],"Sorry, something went wrong while trying to save your bookmark.":["Quicòm s’es pas passat coma caliá pendent la salvagarda d’aqueste marcapagina."],"Unencryptable OMEMO message":["Messatge OMEMO pas chifrable"],"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 connection has dropped, attempting to reconnect.":[""],"An error occurred while connecting to the chat server.":[""],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"This groupchat is not anonymous":["Aquesta sala es pas anonima"],"This groupchat now shows unavailable members":["Aquesta sala mòstra ara los membres indisponibles"],"This groupchat does not show unavailable members":["Aquesta sala mòstra pas los membres indisponibles"],"The groupchat configuration has changed":["Los paramètres d’aquesta sala son estats cambiats"],"groupchat logging is now enabled":["L’enregistrament es ara activat a la sala"],"groupchat logging is now disabled":["L’enregistrament es ara desactivat a la sala"],"This groupchat is now no longer anonymous":["Aquesta sala es pas mai anonima"],"This groupchat is now semi-anonymous":["Aquesta sala es ara semianonima"],"This groupchat is now fully-anonymous":["Aquesta es ara complètament anonima"],"A new groupchat has been created":["Una nòva sala es estada creada"],"Your nickname has been automatically set to %1$s":["Vòstre escais-nos es estat automaticament definit a : %1$s"],"Your nickname has been changed to %1$s":["Vòstre escais-nom es estat cambiat per %1$s"],"You have been banned from this groupchat":["Sètz forabandit d’aquesta sala"],"You have been kicked from this groupchat":["Sètz estat expulsat d’aquesta sala"],"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 es forabandit"],"%1$s's nickname has changed":["L’escais-nom a %1$s a cambiat"],"%1$s has been kicked out":["%1$s es estat expulsat"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":["%1$s es estat suprimit perque es pas membre"],"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.":[""],"Your message was not delivered because you're not present in the groupchat.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["L’escais-nom causit es reservat o actualament utilizat, volgatz ne causir un diferent."],"You are not on the member list of this groupchat.":["Sètz pas dins la lista dels membres d’aquesta sala."],"You have been banned from this groupchat.":["Sètz estat forabandit d’aquesta sala."],"You are not allowed to create new groupchats.":["Avètz pas lo drech de crear de salas."],"Your nickname doesn't conform to this groupchat's policies.":["Vòstre escais-nom respècta pas la politica d’aquesta sala."],"This groupchat does not (yet) exist.":["Aquesta sala existís pas (pel moment)."],"This groupchat has reached its maximum number of participants.":["Aquesta sala a atengut sa limita de participants."],"Remote server not found":["Servidor alonhat pas trobat"],"The explanation given is: \"%1$s\".":["L’explicacion donada es  : « %1$s »."],"%1$s has invited you to join a groupchat: %2$s":["%1$s vos a convidat a rejónher la sala : %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"My contacts":["Mos contactes"],"Pending contacts":["Contactes en espèra"],"Contact requests":["Demandas de contactes"],"Ungrouped":[""],"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":["Clicatz per rescondre los contactes"],"Enter a new Groupchat":["Dintrar dins una nòva sala"],"This field is required":["Aqueste camp es requesit"],"Join":["Rejónher"],"This groupchat no longer exists":["Aquesta sala existís pas mai"],"The conversation has moved. Click below to enter.":[""],"Name":["Nom"],"Groupchat address (JID)":["Adreça de la sala (JID)"],"Description":["Descripcion"],"Topic":["Subjècte"],"Topic author":["Autor del subjècte"],"Online users":["Utilizaires en linha"],"Features":["Caracteristicas"],"Password protected":["Protegida per senhal"],"This groupchat requires a password before entry":["Aquesta sala necessita un senhal per i dintrar"],"No password required":["Cap de senhal pas requesit"],"This groupchat does not require a password upon entry":["Aquesta sala necessita pas cap de senhal per i dintrar"],"This groupchat is not publicly searchable":[""],"This groupchat is publicly searchable":[""],"Members only":["Membres solament"],"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":["Pas anonima"],"All other groupchat participants can see your XMPP address":[""],"Only moderators can see your XMPP address":[""],"Participants entering this groupchat need to request permission to write":[""],"Not moderated":["Pas moderat"],"Participants entering this groupchat can write right away":[""],"Message archiving":["Conservacion dels messatges"],"Messages are archived on the server":["Los messatges son conservats al servidor"],"No password":["Cap de senhal"],"this groupchat is restricted to members only":["aquesta sala es restrencha als membres solament"],"Uploading file:":["Mandadís de fichièr :"],"XMPP Address:":["Adreça XMPP :"],"Password:":["Senhal :"],"password":["senhal"],"This is a trusted device":["Aquò es un periferic fisable"],"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":["Connexion"],"Click here to log in anonymously":["Clicatz aquí per vos connectar anonimament"],"This message has been edited":["Aqueste messatge es estat modificat"],"Edit this message":["Modificar aqueste messatge"],"Message versions":["Versions del messatge"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Enregistrar e tampar"],"This device's OMEMO fingerprint":["Detada OMEMO d’aqueste client"],"Generate new keys and fingerprint":["Generar de nòvas claus e detadas"],"Select all":["O seleccionar tot"],"Checkbox to select fingerprints of all other OMEMO devices":[""],"Other OMEMO-enabled devices":[""],"Checkbox for selecting the following fingerprint":["Casa de marcar per seleccionar la detada OMEMO seguenta"],"Device without a fingerprint":["Periferic sens detada OMEMO"],"Remove checked devices and close":[""],"Don't have a chat account?":["Avètz pas de compte ?"],"Create an account":["Crear un compte"],"Create your account":["Creatz vòstre compte"],"Please enter the XMPP provider to register with:":[""],"Already have a chat account?":["Avètz ja un compte ?"],"Log in here":["Connectatz-vos aquí"],"Account Registration:":["Creacion del compte :"],"Register":["Se marcar"],"Choose a different provider":["Causir un autre provesidor"],"Hold tight, we're fetching the registration form…":[""],"Messages are being sent in plaintext":["Los messatges son enviats en clar"],"The User's Profile Image":["Imatge de perfil de l’utilizaire"],"Full Name:":["Nom complèt :"],"Nickname:":["Escais-nom :"],"URL:":["Site web :"],"Email:":["Corrièl :"],"Role:":["Ròtle :"],"OMEMO Fingerprints":["Detadas clau OMEMO"],"Trusted":["Fisable"],"Untrusted":["Pas fisable"],"Refresh":["Actualizar"],"Remove as contact":["Suprimir aqueste contacte"],"Download audio file \"%1$s\"":["Telecargar lo fichièr àudio « %1$s »"],"Download file \"%1$s\"":["Telecargar lo fichièr « %1$s »"],"Download image \"%1$s\"":["Telecargar l’imatge « %1$s »"],"Download":["Telecargar"],"Download video file \"%1$s\"":["Telecargar la vidèo « %1$s »"]}}} \ No newline at end of file diff --git a/locale/oc/LC_MESSAGES/converse.po b/locale/oc/LC_MESSAGES/converse.po index e31aab8cb..4abdc6d58 100644 --- a/locale/oc/LC_MESSAGES/converse.po +++ b/locale/oc/LC_MESSAGES/converse.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: Converse.js 4.2.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-08-14 12:46+0200\n" -"PO-Revision-Date: 2019-08-06 14:23+0000\n" +"PO-Revision-Date: 2019-08-23 10:17+0200\n" "Last-Translator: Quentí \n" "Language-Team: Occitan \n" diff --git a/locale/pl/LC_MESSAGES/converse.json b/locale/pl/LC_MESSAGES/converse.json deleted file mode 100644 index 1eb99d5c2..000000000 --- a/locale/pl/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"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"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Czy potwierdzasz zamiar usunięcia zakładki \"%1$s\"?"],"Unbookmark this groupchat":["Usuń zakładkę do tego pokoju"],"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"],"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"],"Sorry, something went wrong while trying to refresh":["Wystąpił błąd w trakcie próby odświeżenia"],"Are you sure you want to remove this contact?":["Czy potwierdzasz zamiar usnunięcia tego kontaktu?"],"Error":["Błąd"],"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"],"Clear all messages":["Wyczyść wszystkie wiadomości"],"Insert emojis":["Wstaw emotkę"],"Start a call":["Zadzwoń"],"Remove messages":["Usuń wiadomości"],"Write in the third person":["Pisz w trzeciej osobie"],"Show this menu":["Pokaż menu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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ć"],"Minimize this chat box":["Zmniejsz okno rozmowy"],"Click to restore this chat":["Kliknij aby powrócić do rozmowy"],"Minimized":["Zminimalizowany"],"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"],"Affiliation changed":[""],"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:"],"name@conference.example.org":["nazwa@konferencja.domena.pl"],"Groupchat address":["Adres pokoju"],"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 has been banned from this groupchat":["%1$s został zablokowany w tym pokoju"],"%1$s is now an %2$s of this groupchat":["%1$s został %2$s tego pokoju"],"%1$s is no longer a moderator":["%1$s nie jest już moderatorem"],"%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."],"You can run the following commands":[""],"Change user's affiliation to admin":["Przyznaj prawa administratora"],"Ban user by changing their affiliation to outcast":[""],"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"],"Opens up the moderator tools GUI":[""],"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 the user's current affiliation":[""],"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"],"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. \"%2$s\"":["%1$s opuścił i ponownie wszedł do pokoju. \"%2$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. \"%2$s\"":["%1$s wszedł do pokoju \"%2$s\""],"%1$s has entered the groupchat":["%1$s wszedł do pokoju"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s wszedł i wyszedł z pokoju. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s wszedł i wyszedł z pokoju"],"%1$s has left the groupchat. \"%2$s\"":["%1$s opuścił pokój. \"%2$s\""],"%1$s has left the groupchat":["%1$s opuścił pokój"],"Topic set by %1$s":["Temat ustawiony przez %1$s"],"Topic cleared by %1$s":["Temat wyczyszczony przez %1$s"],"Groupchats":["Rozmowy grupowe"],"Add a new groupchat":["Dodaj nową grupę"],"Query for groupchats":["Wyszukaj pokoje"],"This groupchat requires a password":["Wstęp do pokoju wymaga podania hasła"],"Password: ":["Hasło: "],"Submit":["Wyślij"],"Please choose your nickname":["Wybierz proszę ksywkę"],"Nickname":["Ksywka"],"Enter groupchat":["Wejdź do pokoju"],"Click to mention %1$s in your message.":["Kliknij aby wspomnieć o %1$s we wiadomości."],"This user is a moderator.":["Ten użytkownik jest moderatorem."],"This user can send messages in this groupchat.":["Ten użytkownik może wysyłać wiadomości w tym pokoju."],"This user can NOT send messages in this groupchat.":["Ten człowiek NIE może rozmawiać w tym pokoju."],"Moderator":["Moderator"],"Visitor":["Gość"],"Owner":["Właściciel"],"Member":["Członek"],"Admin":["Administrator"],"Participants":["Uczestnicy"],"Invite":["Zaproś"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Masz zamiar zaprosić %1$s do pokoju \"%2$s\". Możesz dołączyć wiadomości, która wyjaśni powód zaproszenia."],"Notification from %1$s":["Powiadomienie od %1$s"],"%1$s says":["%1$s powiedział"],"OMEMO Message received":["Otrzymano wiadomość OMEMO"],"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, an error occurred while trying to remove the devices.":["Wystąpił błąd w czasie próby usunięcia urządzenia."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Czy na pewno chcesz wygenerować nowe klucze OMEMO? Spowoduje to usunięcie starych kluczy, a wszystkie wcześniej zaszyfrowane wiadomości nie będą już mogły być odszyfrowywane na tym urządzeniu."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Ups, problem z odszyfrowaniem odebranego komunikatu OMEMO z powodu błędu."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Przepraszamy, nie jesteśmy w stanie wysłać zaszyfrowanej wiadomości, ponieważ %1$s wymaga subskrypcji ich statusu, aby zobaczyć ich informacje OMEMO"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Przepraszamy, nie jesteśmy w stanie wysłać zaszyfrowanej wiadomości, ponieważ nie można było znaleźć zdalnego serwera dla %1$s"],"Unable to send an encrypted message due to an unexpected error.":["Przepraszamy, z powodu błędu nie udało się wysłać wiadomości."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Nie można zastosować szyfrowania typu end-to-end w tym czacie grupowym, albo czat grupowy ma pewną anonimowość, albo nie wszyscy uczestnicy wspierają OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Nie można używać szyfrowania typu end-to-end, ponieważ %1$s używa klienta, który nie obsługuje OMEMO."],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"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"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s wydaje się mieć klienta, który nie obsługuje OMEMO. Szyfrowany czat nie będzie już możliwy w tym pokoju."],"Your avatar image":["Twój awatar"],"Your Profile":["Twój profil"],"Close":["Zamknij"],"Email":["E-mail"],"Full Name":["Pełna nazwa"],"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"],"Sorry, an error happened while trying to save your profile data.":["Wystąpił błąd w trakcie próby zapisania Twoich danych profilowych."],"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"],"Away for long":["Dłużej nieobecny"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"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":["Otwarte rozmowy grupowe"],"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"],"Contact name":["Nazwa kontaktu"],"Optional nickname":["Opcjonalny nick"],"XMPP Address":["Adres XMPP"],"Add":["Dodaj"],"Sorry, could not find a contact with that name":[""],"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, something went wrong while trying to save your bookmark.":["Wystąpił błąd w trakcie próby zapisu zakładki."],"Unencryptable OMEMO message":["Niezaszyfrowana wiadomość OMEMO"],"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 connection has dropped, attempting to reconnect.":["Połączenie zostało utracone, próbuję się połączyć ponownie."],"An error occurred while connecting to the chat server.":["Wystąpił błąd w czasie łączenia się z serwerem."],"Your Jabber ID and/or password is incorrect. Please try again.":["Twój Jabber ID i/lub hasło jest nieprawidłowe. Spróbuj ponownie."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["Problem z połączeniem do serwera XMPP w domenie: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["Serwer XMPP nie oferuje wspieranego mechanizmu uwierzytelniania"],"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"],"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"],"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"],"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."],"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ą."],"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."],"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\"."],"My contacts":["Moje kontakty"],"Pending contacts":["Kontakty oczekujące"],"Contact requests":["Zaproszenia do kontaktu"],"Ungrouped":["Niezgrupowane"],"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"],"Enter a new Groupchat":["Wejdź do pokoju"],"This field is required":[""],"Join":["Dołącz"],"The conversation has moved. Click below to enter.":["Rozmowa została przeniesiona. Kliknij poniżej aby wejść."],"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"],"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"],"Uploading file:":[""],"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"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Zapisz i zamknij"],"This device's OMEMO fingerprint":["Odcisk palca OMEMO tego urządzenia"],"Generate new keys and fingerprint":[""],"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"],"URL:":[""],"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/pt/LC_MESSAGES/converse.json b/locale/pt/LC_MESSAGES/converse.json deleted file mode 100644 index 25cea964b..000000000 --- a/locale/pt/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"pt"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Tem certeza de que deseja remover o favorito \"%1$s\"?"],"Unbookmark this groupchat":["Desmarcar a sala"],"Bookmark this groupchat":["Marcar essa sala nos favoritos"],"Would you like this groupchat to be automatically joined upon startup?":["Gostaria de entrar nessa sala automaticamente quando iniciar?"],"Cancel":["Cancelar"],"The name for this bookmark:":["Nome para o favorito:"],"What should your nickname for this groupchat be?":["Qual deve ser o seu apelido para esta sala?"],"Save":["Salvar"],"Leave this groupchat":["Deixar a sala"],"Remove this bookmark":["Remover o favorito"],"Show more information on this groupchat":["Mostrar mais informações dessa sala"],"Click to open this groupchat":["Clique para abrir essa sala"],"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"],"Sorry, something went wrong while trying to refresh":["Desculpe, algo deu errado ao tentar atualizar"],"Are you sure you want to remove this contact?":["Tem certeza de que deseja remover esse contato?"],"Error":["Erro"],"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"],"Hidden message":["Mensagem oculta"],"Message":["Mensagem"],"Send":["Enviar"],"Optional hint":["Dica Opcional"],"Choose a file to send":["Escolha um ficheiro para enviar"],"Click to write as a normal (non-spoiler) message":[""],"Click to write your message as a spoiler":[""],"Insert emojis":[""],"Start a call":[""],"Remove messages":["Remover mensagens"],"Write in the third person":["Escrever em terceira pessoa"],"Show this menu":["Mostrar o menu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Tem certeza que deseja limpar as mensagens dessa conversa?"],"%1$s has gone offline":["%1$s está offline"],"%1$s has gone away":["%1$s está ausente"],"%1$s is busy":["%1$s está ocupado"],"%1$s is online":["%1$s está online"],"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"],"Chat Contacts":["Contatos"],"Toggle chat":["Alternar bate-papo"],"Show more":["Mostrar mais"],"Typing from another device":["Escrevendo de outro dispositivo"],"%1$s is typing":["%1$s está digitando"],"Stopped typing on the other device":["Parou de digitar no outro dispositivo"],"%1$s has stopped typing":["%1$s parou de digitar"],"Minimize this chat box":["Minimizar o bate papo"],"Click to restore this chat":["Clique para restaurar este bate-papo"],"Minimized":["Minimizado"],"Description:":["Descrição:"],"Groupchat Address (JID):":["Endereço da sala (JID):"],"Participants:":["Participantes:"],"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"],"Permanent":["Sala permanente"],"Public":["Público"],"Semi-anonymous":["Semi anônimo"],"Temporary":["Temporário"],"Unmoderated":["Sem moderação"],"Affiliation changed":[""],"Query for Groupchats":["Consulta para Groupchats"],"Server address":["Endereço do Servidor"],"Show groupchats":["Mostrar Salas"],"conference.example.org":["conferencia.exemplo.org"],"No groupchats found":["Nenhuma sala encontrada"],"Groupchats found:":["Salas encontradas:"],"name@conference.example.org":["nome@conferencia.exemplo.org"],"Groupchat name":["Endereço da groupchat"],"Groupchat address":["Endereço da sala"],"Groupchat info for %1$s":["Informações da sala em grupo para %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s não é mais um administrador desta sala"],"%1$s is no longer an owner of this groupchat":["%1$s não é mais um proprietário desta sala"],"%1$s is no longer banned from this groupchat":["%1$s não está mais banido desta sala"],"%1$s has been banned from this groupchat":["%1$s foi manido desta sala"],"%1$s is now an %2$s of this groupchat":["%1$s se tornou %2$s desta sala"],"%1$s is no longer a moderator":["%1$s não é mais um moderador"],"%1$s has been muted":["%1$s está mudo"],"%1$s is now a moderator":["%1$s é agora um moderador"],"Close and leave this groupchat":["Fechar e deixar essa sala"],"Configure this groupchat":["Configurar essa sala"],"Show more details about this groupchat":["Mostrar mais informações dessa sala"],"Hide the list of participants":["Esconder a lista de participantes"],"Forbidden: you do not have the necessary role in order to do that.":["Proibido: você não tem nas permissões necessárias para fazer isso."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Proibido: você não tem a afiliação necessária para fazer isso."],"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."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Desculpe, ocorreu um erro ao executar o comando. Verifique o console do desenvolvedor do seu navegador para obter detalhes."],"You can run the following commands":[""],"Change user's affiliation to admin":["Mudar o usuário para administrador"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Alterar a função do usuário para o participante"],"Remove this groupchat":["Remover este groupchat"],"Kick user from groupchat":["Expulsar usuário da sala"],"Write in 3rd person":["Escrever em terceira pessoa"],"Grant membership to a user":["Subscrever como usuário membro"],"Opens up the moderator tools GUI":[""],"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"],"Grant ownership of this groupchat":["Conceder a propriedade desse batepapo"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Definir tópico do bate-papo"],"Set groupchat subject (alias for /subject)":["Definir o assunto do bate-papo (nome para/ assunto)"],"Allow muted user to post messages":["Permitir que o usuário mudo publique mensagens"],"Error: invalid number of arguments":["Erro: número de argumentos inválido"],"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\"."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s saiu e voltou a entrar no groupchat. \"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s saiu e voltou a entrar no grouchat"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s entrou no groupchat. \"%2$s\""],"%1$s has entered the groupchat":["%1$s entrou no groupchat"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s entrou e saiu do groupchat. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s entrou e saiu do groupchat"],"%1$s has left the groupchat. \"%2$s\"":["%1$s saiu da sala. \"%2$s\""],"%1$s has left the groupchat":["%1$s saiu do groupchat"],"Topic set by %1$s":["Topico definido por %1$s"],"Topic cleared by %1$s":["Topico limpo por %1$s"],"Groupchats":["Salas"],"Add a new groupchat":["Adicionar uma nova sala"],"Query for groupchats":["Consulta para Groupchats"],"This groupchat requires a password":["Essa sala de bate papo precisa de palavra-passe"],"Password: ":["Palavra-passe: "],"Submit":["Enviar"],"Please choose your nickname":["Por favor escolha seu apelido"],"Nickname":["Apelido"],"Enter groupchat":["Entrar no groupchat"],"You need to provide a nickname":[""],"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."],"This user can send messages in this groupchat.":["Este usuário pode enviar mensagens nessa sala."],"This user can NOT send messages in this groupchat.":["Este usuário NÃO pode enviar mensagens nessa sala."],"Moderator":["Moderador"],"Visitor":["Visitante"],"Owner":["Proprietário"],"Member":["Membro"],"Admin":["Administrador"],"Participants":["Participantes"],"Invite":["convite"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Você está prestes a convidar %1$s para a sala de bate-papo \"%2$s\". Você pode opcionalmente incluir uma mensagem, explicando o motivo do convite."],"Notification from %1$s":["Mensagem de %1$s"],"%1$s says":["%1$s diz"],"OMEMO Message received":["Mensagem OMEMO recebida"],"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, an error occurred while trying to remove the devices.":["Desculpe, ocorreu um erro ao tentar remover os aparelhos."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Tem certeza de que deseja gerar novas chaves OMEMO? Isso removerá as chaves antigas e todas as mensagens criptografadas anteriormente não serão mais descriptografadas neste aparelho."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Desculpe, não foi possível descriptografar uma mensagem OMEMO recebida devido a um erro."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Desculpe, não podemos enviar uma mensagem criptografada porque %1$s requer que você se inscreva para ver suas informações OMEMO"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Desculpe, não podemos enviar uma mensagem criptografada porque o servidor remoto para %1$s não pôde ser encontrado"],"Unable to send an encrypted message due to an unexpected error.":["Não é possível enviar uma mensagem criptografada, devido a um erro inesperado."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Não é possível usar criptografia de ponta a ponta neste groupchat, seja o groupchat tem algum anonimato ou nem todos os participantes suportam OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Não é possível usar criptografia de ponta a ponta porque %1$s usa um cliente que não suporta a OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Esta é uma mensagem encriptada OMEMO que o seu cliente não parece suportar. Encontre mais informações em https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s não parece ter um cliente que suporte OMEMO. Bate-papo criptografado não será mais possível neste grouchat."],"Your avatar image":["A imagem do seu avatar"],"Your Profile":["Seu Perfil"],"Close":["Fechar"],"Email":["Email"],"Full Name":["Nome completo"],"XMPP Address (JID)":["Endereço XMPP (JID)"],"Role":["Função"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Use vírgulas para separar várias funções. Suas funções são mostradas ao lado do seu nome em suas mensagens de bate-papo."],"URL":["URL"],"Sorry, an error happened while trying to save your profile data.":["Desculpe, ocorreu um erro ao tentar salvar seus dados de perfil."],"You can check your browser's developer console for any error output.":["Você pode verificar o console do desenvolvedor do seu navegador para qualquer saída de erro."],"Away":["Fora"],"Busy":["Ocupado"],"Custom status":["Status customizado"],"Offline":["Off-line"],"Online":["On-line"],"Away for long":["Fora por muito tempo"],"Change chat status":["Alterar o estado do chat"],"Personal status message":["Mensagem de estado pessoal"],"About":["Sobre"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":["%1$s Traduzir %2$s para seu próprio idioma"],"I am %1$s":["Estou %1$s"],"Change settings":["Alterar configurações"],"Click to change your chat status":["Clique para mudar seu status no chat"],"Log out":["Sair"],"Your profile":["Seu perfil"],"online":["on-line"],"busy":["ocupado"],"away for long":["fora por muito tempo"],"away":["fora"],"offline":["off-line"]," 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":["Abrir 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"],"Contact name":["Nome do contato"],"Optional nickname":["Apelido Opcional"],"Add a Contact":["Adicionar um contato"],"XMPP Address":["Endereço XMPP"],"Add":["Adicionar"],"Sorry, could not find a contact with that name":["Desculpe, não foi possível encontrar um contato com esse nome"],"Filter":["Filtro"],"Filter by group name":["Filtrar por nome do grupo"],"Filter by status":["Filtrar por estado"],"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 um contato"],"Sorry, something went wrong while trying to save your bookmark.":["Desculpe, algo deu errado ao tentar salvar seu favorito."],"Unencryptable OMEMO message":["Mensagem OMEMO indecifrável"],"Sorry, could not determine upload URL.":["Desculpe, não foi possível determinar o URL de envio."],"Sorry, could not determine file upload URL.":["Desculpe, não foi possível determinar o URL de envoi do ficheiro."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Desculpe, não foi possível enviar o seu ficheiro com sucesso. Resposta do seu servidor: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Desculpe, não consegui enviar o seu ficheiro com sucesso."],"Sorry, looks like file upload is not supported by your server.":["Desculpe, parece que o envio de ficheiros não é suportado pelo seu servidor."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["O tamanho do seu ficheiro, %1$s, excede o máximo permitido pelo seu servidor, que é %2$s."],"Sorry, an error occurred:":["Desculpe, ocorreu um erro:"],"The connection has dropped, attempting to reconnect.":[""],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"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"],"The XMPP server did not offer a supported authentication mechanism":["O servidor XMPP não ofereceu um mecanismo de autenticação suportado"],"This groupchat is not anonymous":["Essa sala não é anônima"],"This groupchat now shows unavailable members":["Agora esta sala mostra membros indisponíveis"],"This groupchat does not show unavailable members":["Essa sala não mostra membros indisponíveis"],"The groupchat configuration has changed":["A configuração da sala mudou"],"groupchat logging is now enabled":["O log da sala está ativado"],"groupchat logging is now disabled":["O log da sala está desativado"],"This groupchat is now no longer anonymous":["Essa sala não é mais anônima"],"This groupchat is now semi-anonymous":["Essa sala agora é semi anônima"],"This groupchat is now fully-anonymous":["Essa sala agora é totalmente anônima"],"A new groupchat has been created":["Uma nova sala foi criada"],"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"],"You have been banned from this groupchat":["Você foi banido dessa sala"],"You have been kicked from this groupchat":["Você foi expulso dessa sala"],"You have been removed from this groupchat because of an affiliation change":["Você foi removido da sala devido a uma mudança de associação"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Você foi removido da sala porque ela foi mudada para somente membros e você não é um membro"],"You have been removed from this groupchat because the service hosting it is being shut down":["Você foi removido da sala porque o serviço está sendo desligado"],"%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"],"Can't register your nickname in this groupchat, it doesn't support registration.":["Não é possível registrar seu apelido neste groupchat, ele não suporta o registro."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Não é possível registrar seu apelido, neste bate-papo em grupo, o formulário fornecido contém dados inválidos."],"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."],"You are not on the member list of this groupchat.":["Você não é membro dessa sala."],"You have been banned from this groupchat.":["Você foi banido dessa sala."],"You are not allowed to create new groupchats.":["Você não tem permissão de criar novas salas."],"Your nickname doesn't conform to this groupchat's policies.":["Seu apelido não está de acordo com as regras da sala."],"This groupchat does not (yet) exist.":["Esta sala (ainda) não existe."],"This groupchat has reached its maximum number of participants.":["A sala atingiu o número máximo de ocupantes."],"Remote server not found":["Servidor remoto não encontrado"],"The explanation given is: \"%1$s\".":["A razão dada é: \"%1$s\"."],"My contacts":["Meus contatos"],"Pending contacts":["Contados pendentes"],"Contact requests":["Solicitação de contatos"],"Ungrouped":["Desagrupado"],"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"],"Enter a new Groupchat":["Entrar em uma nova sala"],"This field is required":["Este campo é obrigatório"],"Join":["Entrar"],"The conversation has moved. Click below to enter.":["A conversa mudou. Clique abaixo para entrar."],"Topic":["Tópico"],"Topic author":["Autor do tópico"],"Features":["Recursos"],"Password protected":["Protegido por palavra-passe"],"This groupchat requires a password before entry":["Essa sala precisa de palavra-passe antes de entrar"],"No password required":["Nenhuma palavra-passe necessária"],"This groupchat does not require a password upon entry":["Essa sala não precisa de palavra-passe para entrar"],"Members only":["Apenas membros"],"This groupchat is restricted to members only":["Este groupchat é restrito apenas aos membros"],"Persistent":["Persistente"],"Participants entering this groupchat need to request permission to write":["Os participantes que entram neste groupchat precisam solicitar permissão para escrever"],"Participants entering this groupchat can write right away":["Os participantes que entram neste groupchat podem escrever imediatamente"],"Message archiving":["Arquivando mensagem"],"Messages are archived on the server":["As mensagens são arquivadas no servidor"],"No password":["Sem palavra-passe"],"this groupchat is restricted to members only":["este groupchat é restrito apenas aos membros"],"Uploading file:":["Enviando ficheiro:"],"Password:":["Palavra-passe:"],"password":["palavra-passe"],"This is a trusted device":["Este é um aparelho confiável"],"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.":["Para melhorar o desempenho, armazenamos seus dados em cache neste navegador. Desmarque esta caixa se este for um computador público ou se pretender que os seus dados sejam eliminados quando terminar a sessão. É importante que você se desconecte explicitamente, caso contrário não todos os dados armazenados em cache podem ser excluídos. Observe que, ao usar um dispositivo não confiável, a criptografia OMEMO NÃO está disponível."],"Click here to log in anonymously":["Clique aqui para efetuar o login anonimamente"],"No users with that role found.":[""],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Salvar e fechar"],"This device's OMEMO fingerprint":["A impressão digital OMEMO deste aparelho"],"Generate new keys and fingerprint":["Gerar novas chaves e impressão digital"],"Select all":["Selecionar todos"],"Checkbox to select fingerprints of all other OMEMO devices":["Caixa de seleção para selecionar impressões digitais de todos os outros aparelhos OMEMO"],"Other OMEMO-enabled devices":["Outros aparelhos habilitados para OMEMO"],"Checkbox for selecting the following fingerprint":["Caixa de verificação para seleccionar a impressão digital seguinte"],"Remove checked devices and close":["Remover os aparelhos verificados e fechar"],"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":["Mensagens estão a ser enviadas em texto simples"],"The User's Profile Image":["Imagem de Perfil do Utilizador"],"URL:":["URL:"],"Email:":["Email:"],"Role:":["Função:"],"OMEMO Fingerprints":["Impressões digitais OMEMO"],"Trusted":["Confiado"],"Untrusted":["Desconfiado"],"Refresh":["Atualizar"],"Download file \"%1$s\"":["Descarregar ficheiro \"%1$s"],"Download image \"%1$s\"":["Desccarregar imagem: \"%1$s"],"Download":["Descarregar"]}}} \ No newline at end of file diff --git a/locale/pt_BR/LC_MESSAGES/converse.json b/locale/pt_BR/LC_MESSAGES/converse.json deleted file mode 100644 index 33a7f3139..000000000 --- a/locale/pt_BR/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Tem certeza de que deseja remover o favorito \"%1$s\"?"],"Unbookmark this groupchat":["Desmarcar a sala"],"Bookmark this groupchat":["Marcar essa sala nos favoritos"],"Would you like this groupchat to be automatically joined upon startup?":["Gostaria de entrar nessa sala automaticamente quando iniciar?"],"Cancel":["Cancelar"],"The name for this bookmark:":["Nome para o favorito:"],"What should your nickname for this groupchat be?":["Qual deve ser o seu apelido para esta sala?"],"Save":["Salvar"],"Leave this groupchat":["Deixar a sala"],"Remove this bookmark":["Remover o favorito"],"Show more information on this groupchat":["Mostrar mais informações dessa sala"],"Click to open this groupchat":["Clique para abrir essa sala"],"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"],"Sorry, something went wrong while trying to refresh":["Desculpe, algo deu errado ao tentar atualizar"],"Are you sure you want to remove this contact?":["Tem certeza de que deseja remover esse contato?"],"Error":["Erro"],"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"],"Hidden message":["Mensagem oculta"],"Message":["Mensagem"],"Send":["Enviar"],"Optional hint":["Dica Opcional"],"Choose a file to send":["Escolha um arquivo para enviar"],"Clear all messages":["Limpar todas as mensagens"],"Start a call":["Iniciar chamada"],"Remove messages":["Remover mensagens"],"Write in the third person":["Escrever em terceira pessoa"],"Show this menu":["Mostrar o menu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Tem certeza que deseja limpar as mensagens dessa conversa?"],"%1$s has gone offline":["%1$s está offline"],"%1$s has gone away":["%1$s está ausente"],"%1$s is busy":["%1$s está ocupado"],"%1$s is online":["%1$s está online"],"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"],"Chat Contacts":["Contatos"],"Toggle chat":["Alternar bate-papo"],"Show more":["Mostrar mais"],"Typing from another device":["Escrevendo de outro dispositivo"],"%1$s is typing":["%1$s está digitando"],"Stopped typing on the other device":["Parou de digitar no outro dispositivo"],"%1$s has stopped typing":["%1$s parou de digitar"],"Minimize this chat box":["Minimizar o bate papo"],"Click to restore this chat":["Clique para restaurar este bate-papo"],"Minimized":["Minimizado"],"Description:":["Descrição:"],"Groupchat Address (JID):":["Endereço da sala (JID):"],"Participants:":["Participantes:"],"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"],"Permanent":["Sala permanente"],"Public":["Público"],"Semi-anonymous":["Semi anônimo"],"Temporary":["Temporário"],"Unmoderated":["Sem moderação"],"Affiliation changed":[""],"Query for Groupchats":["Consulta do bate papo"],"Server address":["Endereço do Servidor"],"Show groupchats":["Mostrar Salas"],"conference.example.org":["conferencia.exemplo.org"],"No groupchats found":["Nenhuma sala encontrada"],"Groupchats found:":["Salas encontradas:"],"name@conference.example.org":["nome@conferencia.exemplo.org"],"Groupchat address":["Endereço da sala"],"Groupchat info for %1$s":["Informações da sala em grupo para %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s não é mais um administrador desta sala"],"%1$s is no longer an owner of this groupchat":["%1$s não é mais um proprietário desta sala"],"%1$s is no longer banned from this groupchat":["%1$s não está mais banido desta sala"],"%1$s has been banned from this groupchat":["%1$s foi manido desta sala"],"%1$s is now an %2$s of this groupchat":["%1$s se tornou %2$s desta sala"],"%1$s is no longer a moderator":["%1$s não é mais um moderador"],"%1$s has been muted":["%1$s está mudo"],"%1$s is now a moderator":["%1$s é agora um moderador"],"Close and leave this groupchat":["Fechar e deixar essa sala"],"Configure this groupchat":["Configurar essa sala"],"Show more details about this groupchat":["Mostrar mais informações dessa sala"],"Hide the list of participants":["Esconder a lista de participantes"],"Forbidden: you do not have the necessary role in order to do that.":["Proibido: você não tem nas permissões necessárias para fazer isso."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Proibido: você não tem a afiliação necessária para fazer isso."],"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."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Desculpe, ocorreu um erro ao executar o comando. Verifique o console do desenvolvedor do seu navegador para obter detalhes."],"You can run the following commands":[""],"Change user's affiliation to admin":["Mudar o usuário para administrador"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Alterar a função do usuário para o participante"],"Kick user from groupchat":["Expulsar usuário da sala"],"Write in 3rd person":["Escrever em terceira pessoa"],"Grant membership to a user":["Subscrever como usuário membro"],"Opens up the moderator tools GUI":[""],"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"],"Grant ownership of this groupchat":["Conceder a propriedade desse batepapo"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Definir tópico do bate-papo"],"Set groupchat subject (alias for /subject)":["Definir o assunto do bate-papo (nome para/ assunto)"],"Allow muted user to post messages":["Permitir que o usuário mudo publique mensagens"],"Error: invalid number of arguments":["Erro: número de argumentos inválido"],"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\"."],"Password: ":["Senha: "],"Submit":["Enviar"],"Please choose your nickname":["Por favor escolha seu apelido"],"Nickname":["Apelido"],"You need to provide a nickname":[""],"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":["Visitante"],"Owner":["Dono"],"Admin":["Admin"],"Participants":["Participantes"],"Invite":["convite"],"Notification from %1$s":["Mensagem de %1$s"],"%1$s says":["%1$s diz"],"OMEMO Message received":["OMEMO Mensagem recebida"],"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, an error occurred while trying to remove the devices.":["Desculpe, ocorreu um erro enquanto tentava remover os dispositivos."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Tem certeza de que deseja gerar novas chaves OMEMO? Isso removerá suas chaves antigas e todas as mensagens criptografadas anteriormente não poderão mais ser descriptografadas neste dispositivo."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Desculpe, não foi possível decriptar uma mensagem OMEMO recebida devido a um erro."],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Desculpe, não fomos capazes de enviar uma mensagem encriptada porque o servidor remoto de %1$s não pode ser encontrado"],"Unable to send an encrypted message due to an unexpected error.":["Incapaz de mandar mensagem encriptada devido a erro inesperado."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Não é possível usar criptografia ponto a ponto nesta sala, porque ou a sala tem algum anonimato ou nem todos os participantes tem suporte a OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Não é possível usar criptografia ponto a ponto porque %1$s usa um cliente que não suporta OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Esta é uma mensagem criptografada com OMEMO que seu cliente não parece ter suporte. Para maiores informações acesse https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["%1$s não parece ter um cliente com suporte a OMEMO. Mensagens encriptadas não mais serão possíveis nesta sala."],"Your avatar image":["Sua imagem de perfil"],"Your Profile":["Seu Perfil"],"Close":["Fechar"],"Email":["Email"],"Role":["Papel"],"Use commas to separate multiple roles. Your roles are shown next to your name on your chat messages.":["Use vírgulas para separar múltiplos papéis. Seus papéis são exibidos ao lado de seu nome em suas mensagens."],"URL":["URL"],"You can check your browser's developer console for any error output.":["Verifique o console de desenvolvedor de seu navegador em busca de mensagens de erro."],"Away":["Ausente"],"Busy":["Ocupado"],"Custom status":["Status customizado"],"Offline":["Offline"],"Online":["Online"],"About":["Sobre"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":["%1$s Traduza %2$s para sua própria lingua"],"I am %1$s":["Estou %1$s"],"Change settings":["Mudar configurações"],"Click to change your chat status":["Clique para mudar seu status no chat"],"Log out":["Sair"],"Your profile":["Seu perfil"],"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":["Abrir sala"],"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"],"Contact name":["Nome do contato"],"Optional nickname":["Apelido Opcional"],"XMPP Address":["Endereço XMPP"],"Add":["Adicionar"],"Sorry, could not find a contact with that name":["Desculpe, não foi possível encontrar um contato com este nome"],"Filter":["Filtro"],"Filter by group name":["Filtrar por nome do grupo"],"Filter by status":["Filtrar por 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, something went wrong while trying to save your bookmark.":["Desculpe, algo deu errado ao tentar salvar seu favorito."],"Unencryptable OMEMO message":["Mensagem OMEMO indecifrável"],"Sorry, could not determine upload URL.":["Desculpe, não foi possível determinar a URL para upload."],"Sorry, could not determine file upload URL.":["Desculpe, não foi possível determinar o endereço para upload de arquivos."],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["Desculpe, não foi possível realizar o upload de seu arquivo. Resposta do servidor: \"%1$s\""],"Sorry, could not succesfully upload your file.":["Desculpe, não foi possível realizar o upload de seu arquivo."],"Sorry, looks like file upload is not supported by your server.":["Desculpe, parece que o upload de arquivos não é suportado por seu servidor."],"The size of your file, %1$s, exceeds the maximum allowed by your server, which is %2$s.":["O tamanho do arquivo, %1$s, excede o tamanho máximo permitido por seu servidor, que é %2$s."],"Sorry, an error occurred:":["Desculpe, ocorreu um erro:"],"The connection has dropped, attempting to reconnect.":["A conexão caiu, tentando se reconectar."],"An error occurred while connecting to the chat server.":["Ocorreu um erro ao se conectar ao servidor de bate-papo."],"Your Jabber ID and/or password is incorrect. Please try again.":["Seu ID XMPP e/ou senha estão incorretas. Por favor, tente novamente."],"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"],"The XMPP server did not offer a supported authentication mechanism":["O servidor XMPP não ofereceu um mecanismo de autenticação suportado"],"This groupchat is not anonymous":["Essa sala não é anônima"],"This groupchat now shows unavailable members":["Agora esta sala mostra membros indisponíveis"],"This groupchat does not show unavailable members":["Essa sala não mostra membros indisponíveis"],"The groupchat configuration has changed":["A configuração da sala mudou"],"groupchat logging is now enabled":["O log da sala está ativado"],"groupchat logging is now disabled":["O log da sala está desativado"],"This groupchat is now no longer anonymous":["Essa sala não é mais anônima"],"This groupchat is now semi-anonymous":["Essa sala agora é semi anônima"],"This groupchat is now fully-anonymous":["Essa sala agora é totalmente anônima"],"A new groupchat has been created":["Uma nova sala foi criada"],"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"],"You have been banned from this groupchat":["Você foi banido dessa sala"],"You have been kicked from this groupchat":["Você foi expulso dessa sala"],"You have been removed from this groupchat because of an affiliation change":["Você foi removido da sala devido a uma mudança de associação"],"You have been removed from this groupchat because the groupchat has changed to members-only and you're not a member":["Você foi removido da sala porque ela foi mudada para somente membros e você não é um membro"],"You have been removed from this groupchat because the service hosting it is being shut down":["Você foi removido da sala porque o serviço está sendo desligado"],"%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"],"Can't register your nickname in this groupchat, it doesn't support registration.":["Não é possível registrar apelidos nesta sala, pois não suporta registro."],"Can't register your nickname in this groupchat, invalid data form supplied.":["Não é possível registrar seu apelido nesta sala, formulário de dados inválido."],"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."],"Remote server not found":["Servidor remoto não encontrado"],"My contacts":["Meus contatos"],"Pending contacts":["Contados pendentes"],"Contact requests":["Solicitação de contatos"],"Ungrouped":["Desagrupado"],"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"],"Enter a new Groupchat":["Entrar em uma nova sala"],"This field is required":["Este campo é obrigatório"],"Join":["Entrar"],"The conversation has moved. Click below to enter.":["Esta conversa foi movida. Clique abaixo para entrar de novo."],"Topic":["Tópico"],"Topic author":["Autor do tópico"],"Features":["Recursos"],"Password protected":["Protegido por senha"],"Members only":["Apenas membros"],"Persistent":["Persistente"],"Participants entering this groupchat need to request permission to write":["Os participantes entrando nesta sala devem solicitar permissão para escrever"],"Participants entering this groupchat can write right away":["Participantes entrando nesta sala podem escrever diretamente"],"Message archiving":["Arquivando mensagem"],"Messages are archived on the server":["As mensagens são arquivadas no servidor"],"No password":["Sem senha"],"Uploading file:":["Fazendo upload de arquivo:"],"Password:":["Senha:"],"password":["senha"],"This is a trusted device":["Este é um dispositivo confiável"],"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.":["Para melhorar a performance, armazenamos dados em seu navegador. Desmarque esta caixa se estiver em um computador público ou se quiser que seus dados sejam apagados quando sair. É importante que explicitamente saia da aplicação, cado contrário nem todos os dados armazenados serão apagados. Por favor, note que quando usando um dispositivo não confiável, a criptografia OMEMO não estará disponível."],"Click here to log in anonymously":["Clique aqui para efetuar o login anonimamente"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Salvar e fechar"],"This device's OMEMO fingerprint":["Assinatura OMEMO deste dispositivo"],"Generate new keys and fingerprint":["Gerar novas chaves e assinaturas"],"Select all":["Selecionar tudo"],"Checkbox to select fingerprints of all other OMEMO devices":["Caixa para selecionar assinaturas de todos os dispositivos OMEMO"],"Other OMEMO-enabled devices":["Outros dispositivos com OMEMO habilitado"],"Checkbox for selecting the following fingerprint":["Caixa de seleção da seguinte assinatura"],"Remove checked devices and close":["Remover dispositivos selecionados e fechar"],"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":["Mensagens serão enviadas em texto puro"],"The User's Profile Image":["A imagem de perfil do usuário"],"URL:":["Link:"],"Email:":["Email:"],"Role:":["Função:"],"OMEMO Fingerprints":["OMEMO Impressões digitais"],"Trusted":["Confiável"],"Untrusted":["Não confiável"],"Refresh":["Atualizar"],"Download":["Baixar"],"Download video file \"%1$s\"":["Baixar arquivo de vídeo \"%1$s\""]}}} \ No newline at end of file diff --git a/locale/ro/LC_MESSAGES/converse.json b/locale/ro/LC_MESSAGES/converse.json deleted file mode 100644 index 87f27d8ec..000000000 --- a/locale/ro/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"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"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Sunteți sigur că doriți să eliminați semnul de carte \"%1$s\"?"],"Unbookmark this groupchat":["Elimină semnul de carte pentru acest grup de discuții"],"Bookmark this groupchat":["Pune un semn de carte pentru acest grup de discuții"],"Would you like this groupchat to be automatically joined upon startup?":["Doriți ca la pornire să vă alăturați în mod automat acestui grup de discuții?"],"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 acest grup de discuții?"],"Save":["Salvare"],"Leave this groupchat":["Părăsiți acest grup de discuții"],"Remove this bookmark":["Eliminați acest semn de carte"],"Show more information on this groupchat":["Arată mai multe informații despre acest grup de discuții"],"Click to open this groupchat":["Clicați pentru a deschide acest grup de discuții"],"Click to toggle the bookmarks list":["Clicați pentru a activa lista de semne de carte"],"Bookmarks":["Semne de carte"],"Close this chat box":["Închideți această fereastră de chat"],"Sorry, something went wrong while trying to refresh":["Ne pare rău, ceva a mers prost în timp ce se încerca actualizarea"],"Are you sure you want to remove this contact?":["Sunteți sigur că doriți să eliminați acest contact?"],"Error":["Eroare"],"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 lui %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"],"Click to write as a normal (non-spoiler) message":["Faceți click pentru a scrie ca un mesaj normal (nu dezvăluie)"],"Click to write your message as a spoiler":["Faceți click pentru a scrie mesajul ca o dezvăluire"],"Clear all messages":["Șterge toate mesajele"],"Message characters remaining":[""],"Insert emojis":["Inserare emoticon"],"Start a call":["Începe un apel"],"Remove messages":["Eliminați mesajele"],"Write in the third person":["Scrieți la persoana a treia"],"Show this menu":["Arată acest meniu"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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"],"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ă"],"Description:":["Descriere:"],"Groupchat Address (JID):":["Adresa grupului de discuții (JID):"],"Participants:":["Participanți:"],"Features:":["Caracteristici:"],"Requires authentication":["Este nevoie de autentificare"],"Hidden":["Ascuns"],"Requires an invitation":["Este nevoie de o invitație"],"Moderated":["Moderat"],"Non-anonymous":["Fără anonimitate"],"Open":["Deschis"],"Permanent":["Permanent"],"Public":["Public"],"Semi-anonymous":["Semi-anonim"],"Temporary":["Temporar"],"Unmoderated":["Nemoderat"],"Affiliation changed":[""],"Query for Groupchats":["Căutați un grup de discuții"],"Server address":["Adresa serverului"],"Show groupchats":["Arată grupurile de discuții"],"conference.example.org":["chat.exemplu.org"],"No groupchats found":["Nu s-au găsit grupuri de discuții"],"Groupchats found:":["Grupuri de discuții găsite:"],"name@conference.example.org":["nume@chat.exemplu.org"],"Groupchat name":["Numele grupului de discuții"],"Groupchat address":["Adresa grupului de discuții"],"Groupchat info for %1$s":["Informații despre grupul de discuții %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 has been banned from this groupchat":["%1$s a fost exclus(ă) din această discuție de grup"],"%1$s is now an %2$s of this groupchat":["%1$s este acum %2$s al acestui grup de discuții"],"%1$s is no longer a moderator":["%1$s nu mai este moderator"],"%1$s has been muted":["%1$s nu mai poate vorbi"],"%1$s is now a moderator":["%1$s este acum moderator"],"Close and leave this groupchat":["Închideți și plecați din acest grup de discuții"],"Configure this groupchat":["Configurați acest grup de discuții"],"Show more details about this groupchat":["Arată mai multe informații despre acest grup de discuții"],"Hide the list of participants":["Ascunde lista participanților"],"Forbidden: you do not have the necessary role in order to do that.":["Interzis: nu aveți autorizația necesară pentru a face acest lucru."],"Forbidden: you do not have the necessary affiliation in order to do that.":["Interzis: nu dețineți rolul potrivit pentru a face acest lucru."],"Error: the \"%1$s\" command takes two arguments, the user's nickname and optionally a reason.":["Eroare: comanda %1$s preia doi parametri, pseudonimul utilizatorului și un element opțional."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Din păcate, a avut loc o eroare în timpul rulării acestei comenzi. Pentru detalii verificați consola de dezvoltare a navigatorului dvs."],"You can run the following commands":[""],"Change user's affiliation to admin":["Schimbă rolul utilizatorului în cel de admin"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Schimbă rolul utilizatorului în participant"],"Remove this groupchat":["Părăsiți acest grup de discuții"],"Kick user from groupchat":["Înlătură utilizatorul din acest grup"],"Write in 3rd person":["Scrie la persoana a treia"],"Grant membership to a user":["Oferă statutul de membru unui utilizator"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Înlătură dreptul utilizatorului de a trimite mesaje"],"Change your nickname":["Schimbați-vă pseudonimul"],"Grant moderator role to user":["Oferă unui utilizator rolul de moderator"],"Grant ownership of this groupchat":["Oferă unui utilizator statutul de proprietar al acestui grup de discuții"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Alege tema acestui grup de discuție"],"Set groupchat subject (alias for /subject)":["Definește subiectul acestui grup de discuții (alias pentru /subiect)"],"Allow muted user to post messages":["Îngăduie-i utilizatorului \"mut\" să publice mesaje"],"Error: invalid number of arguments":["Eroare: număr nevalid de argumente"],"This action was done by %1$s.":["Această acțiune a fost realizată de către %1$s."],"The reason given is: \"%1$s\".":["Motivul indicat este: \"%1$s\"."],"%1$s has left and re-entered the groupchat. \"%2$s\"":["%1$s a ieșit și a revenit în grupul de discuții. %2$s"],"%1$s has left and re-entered the groupchat":["%1$s a ieșit și a revenit în grupul de discuții"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s a intrat în grupul de discuții. \"%2$s\""],"%1$s has entered the groupchat":["%1$s a intrat în grupul de discuții"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s a venit și a plecat din grupul de discuții. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s a venit și a plecat din grupul de discuții"],"%1$s has left the groupchat. \"%2$s\"":["%1$s a plecat din grupul de discuții. \"%2$s\""],"%1$s has left the groupchat":["%1$s a plecat din grupul de discuții"],"Topic set by %1$s":["Subiectul este definit de %1$s"],"Topic cleared by %1$s":["Subiectul a fost șters de %1$s"],"Groupchats":["Grupuri de discuții"],"Add a new groupchat":["Adăugați un nou grup de discuții"],"Query for groupchats":["Căutați un grup de discuții"],"This groupchat requires a password":["Intrarea în acest grup de discuții este pe bază de parolă"],"Password: ":["Parolă "],"Submit":["Trimite"],"Please choose your nickname":["Vă rugăm, alegeți-vă pseudonimul"],"Nickname":["Pseudonim"],"Enter groupchat":["Intrați în grupul de discuții"],"You need to provide a nickname":[""],"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.":["Acest utilizator este moderator."],"This user can send messages in this groupchat.":["Acest utilizator poate trimite mesaje către acest grup de discuții."],"This user can NOT send messages in this groupchat.":["Acest utilizator NU poate trimite mesaje către acest grup de discuții."],"Moderator":["Moderator"],"Visitor":["Vizitator"],"Owner":["Proprietar"],"Member":["Membru"],"Admin":["Administrator"],"Participants":["Participanți"],"Invite":["Invitare"],"You are about to invite %1$s to the groupchat \"%2$s\". You may optionally include a message, explaining the reason for the invitation.":["Sunteți pe cale să-l/-o invitați pe %1$s în grupul de discuții %2$s. Puteți, la alegere, să-i trimiteți un mesaj prin care să-i explicați motivul acestei invitații."],"Notification from %1$s":["Notificare de la %1$s"],"%1$s says":["%1$s spune"],"OMEMO Message received":["Mesaj OMEMO recepționat"],"has gone offline":["s-a deconectat"],"has gone away":["a plecat"],"is busy":["e ocupat"],"has come online":["s-a conectat"],"wants to be your contact":["vrea să fie contactul dumneavoastră"],"Sorry, an error occurred while trying to remove the devices.":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Sunteți sigur că vreți să generați noi chei OMEMO? Acest lucru va șterge vechile dvs. chei iar toate mesajele criptate anterior nu vor mai putea fi decriptate pe acest dispozitiv."],"Sorry, could not decrypt a received OMEMO message due to an error.":["Din păcate, din cauza unei erori nu s-a putut decripta un mesaj OMEMO."],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":["Din păcate nu putem trimite un mesaj criptat pentru că %1$s cere ca dvs. să fiți abonaț la prezența lor pentru a putea vedea informațiile lor OMEMO"],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Ne pare rău, nu putem trimite un mesaj criptat pentru că serverul la distanță al lui %1$s nu poate fi găsit"],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"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":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":["Faceți click pentru a vă schimba mesajul de stare"],"Log out":[""],"Show details about this chat client":[""],"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":[""],"Contact name":[""],"Optional nickname":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Sorry, could not find a contact with that name":[""],"This contact has already been added":[""],"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":[""],"Re-sync your contacts":[""],"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."],"Unencryptable OMEMO message":["Mesajul OMEMO nu poate fi criptat"],"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 connection has dropped, attempting to reconnect.":["Conexiunea s-a întrerupt, se încearcă reconectarea."],"An error occurred while connecting to the chat server.":["S-a produs o eroare în timpul conexiunii la serverul de discuții."],"Your Jabber ID and/or password is incorrect. Please try again.":["ID-ul dumneavoastră Jabber sau parola sunt incorecte. Vă rugăm să încercați din nou."],"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"],"The XMPP server did not offer a supported authentication mechanism":["Serverul XMPP nu oferă un mecanism de autentificare acceptat"],"This groupchat is not anonymous":["Acest grup de discuții nu este anonim"],"This groupchat now shows unavailable members":["Acest grup de discuții arată acum membrii indisponibili"],"This groupchat does not show unavailable members":["Acest grup de discuții nu arată membrii indisponibili"],"The groupchat configuration has changed":["Configurația acestui grup de discuții s-a schimbat"],"groupchat logging is now enabled":["Jurnalul acestui grup de discuții este acum activat"],"groupchat logging is now disabled":["Jurnalul acestui grup de discuții este acum dezactivat"],"This groupchat is now no longer anonymous":["De acum încolo acest grup de discuții 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ă"],"Your nickname has been automatically set to %1$s":["Pseudonimul dvs. a fost creat în mod automat ca fiind: %1$s"],"Your nickname has been changed to %1$s":["Pseudonimul dvs. a fost schimbat în %1$s"],"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 a fost banat"],"%1$s's nickname has changed":["Pseudonimul lui %1$s s-a schimbat"],"%1$s has been kicked out":["%1$s a fost dat afară"],"%1$s has been removed because of an affiliation change":["%1$s a fost înlăturat din pricina unei schimbări de afiliere"],"%1$s has been removed for not being a member":["%1$s a fost înlăturat pentru că este membru aici"],"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.":[""],"Your message was not delivered because you're not present in the groupchat.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Pseudonimul pe care l-ați ales este deja rezervat sau aflat în folosință, vă rugăm să alegeți un altul."],"You are not on the member list of this groupchat.":["Nu vă aflați pe lista cu membrii a acestui grup de discuții."],"You have been banned from this groupchat.":["ați fost banat din acest grup de discuții."],"You are not allowed to create new groupchats.":["Nu aveți permisiunea de a crea noi grupuri de discuții."],"Your nickname doesn't conform to this groupchat's policies.":["Pseudonimul dvs. nu se conformează regulilor acestui grup de discuții."],"This groupchat does not (yet) exist.":["Acest grup de discuții nu există (încă)."],"This groupchat has reached its maximum number of participants.":["Acest grup de discuții ți-a atins numărul maxim de participanți."],"Remote server not found":["Serverul la distanță nu a fost găsit"],"The explanation given is: \"%1$s\".":["Explicația dată este: \"%1$s\"."],"%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\"":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"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"],"Enter a new Groupchat":[""],"This field is required":[""],"Join":[""],"This groupchat no longer exists":["Acest grup de discuții nu mai există"],"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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"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":[""],"No users with that role found.":[""],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Full Name:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":[""],"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.json b/locale/ru/LC_MESSAGES/converse.json deleted file mode 100644 index 94ab181b2..000000000 --- a/locale/ru/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"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"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Вы уверены, что хотите удалить закладку \"%1$s\"?"],"Unbookmark this groupchat":["Удалить эту комнату из закладок"],"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":["Сохранить"],"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":["Закрыть это окно чата"],"Sorry, something went wrong while trying to refresh":["Извините, что-то пошло не так при попытке обновления"],"Are you sure you want to remove this contact?":["Вы уверены, что хотите удалить этот контакт?"],"Error":["Ошибка"],"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":["Выберите файл для отправки"],"Click to write as a normal (non-spoiler) message":["Нажмите, чтобы написать как обычное (не-спойлер) сообщение"],"Click to write your message as a spoiler":["Нажмите, чтобы написать сообщение как спойлер"],"Clear all messages":["Очистить все сообщения"],"Start a call":["Инициировать звонок"],"Remove messages":["Удалить сообщения"],"Write in the third person":["Писать от третьего лица"],"Show this menu":["Показать это меню"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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":["пользователь@домен"],"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 прекратил печатать"],"Minimize this chat box":["Свернуть окно чата"],"Click to restore this chat":["Кликните, чтобы развернуть чат"],"Minimized":["Свёрнуто"],"Description:":["Описание:"],"Groupchat Address (JID):":["Адрес комнаты (идентификатор):"],"Participants:":["Участники:"],"Features:":["Свойства:"],"Requires authentication":["Требуется авторизация"],"Hidden":["Скрыто"],"Requires an invitation":["Требуется приглашение"],"Moderated":["Модерируемая"],"Non-anonymous":["Не анонимная"],"Open":["Открыть"],"Permanent":["Постоянный"],"Public":["Публичный"],"Semi-anonymous":["Частично анонимный"],"Temporary":["Временный"],"Unmoderated":["Немодерируемый"],"Affiliation changed":[""],"Query for Groupchats":["Запросить список комнат"],"Server address":["Адрес сервера"],"Show groupchats":["Показать список групп"],"conference.example.org":["например, conference.example.org"],"No groupchats found":["Комнаты не найдены"],"Groupchats found:":["Найденные комнаты:"],"name@conference.example.org":["например, name@conference.example.org"],"Groupchat name":["Имя комнаты"],"Groupchat address":["Адрес комнаты (идентификатор)"],"Groupchat info for %1$s":["Информация конференции от %1$s"],"%1$s is no longer an admin of this groupchat":["%1$s больше не является администратором этой комнаты"],"%1$s is no longer an owner of this groupchat":["%1$s перестал быть владельцем этой конференции"],"%1$s is no longer banned from this groupchat":["%1$s был разбанен в этой конференции"],"%1$s has been banned from this groupchat":["%1$s был забанен в этой комнате"],"%1$s is now an %2$s of this groupchat":["%1$s теперь %2$s этой комнаты"],"%1$s is no longer a moderator":["%1$s больше не модератор"],"%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.":["Ошибка: команда \"%1$s\" принимает два аргумента, пользовательский псевдоним и (опционально) причину."],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["Извините, произошла ошибка во время выполнения команды. Подробности смотрите в консоли разработчика вашего браузера."],"You can run the following commands":[""],"Change user's affiliation to admin":["Дать права администратора"],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["Изменить роль пользователя на \"участник\""],"Remove this groupchat":["Покинуть эту комнату"],"Kick user from groupchat":["Удалить пользователя из комнаты"],"Write in 3rd person":["Писать в третьем лице"],"Grant membership to a user":["Сделать пользователя участником"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Запретить отправку сообщений"],"Change your nickname":["Изменить свой псевдоним"],"Grant moderator role to user":["Предоставить права модератора пользователю"],"Grant ownership of this groupchat":["Предоставить права владельца на этот чат"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["Установить тему комнаты"],"Set groupchat subject (alias for /subject)":["Установить тему комнаты (псевдоним для /subject)"],"Allow muted user to post messages":["Разрешить заглушенным пользователям отправлять сообщения"],"Error: invalid number of arguments":["Ошибка: неверное количество аргументов"],"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. \"%2$s\"":["%1$s перезашел в комнату. \"%2$s\""],"%1$s has left and re-entered the groupchat":["%1$s перезашел в комнату"],"%1$s has entered the groupchat. \"%2$s\"":["%1$s вошёл в комнату. \"%2$s\""],"%1$s has entered the groupchat":["%1$s вошёл в комнату"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s вошёл и покинул комнату. \"%2$s\""],"%1$s has entered and left the groupchat":["%1$s вошёл и покинул комнату"],"%1$s has left the groupchat. \"%2$s\"":["%1$s покинул комнату. \"%2$s\""],"%1$s has left the groupchat":["%1$s покинул комнату"],"Topic set by %1$s":["Тему установил(а) %1$s"],"Topic cleared by %1$s":["Тема очищена %1$s"],"Groupchats":["Комнаты"],"Add a new groupchat":["Добавить новую комнату"],"Query for groupchats":["Запросить список комнат"],"This groupchat requires a password":["Для доступа в чат необходим пароль"],"Password: ":["Пароль: "],"Submit":["Отправить"],"Please choose your nickname":["Пожалуйста, выберите свой псевдоним"],"Nickname":["Псевдоним"],"Enter groupchat":["Войти в комнату"],"You need to provide a nickname":[""],"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.":["Вы собираетесь пригласить %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.":["Извините, произошла ошибка при попытке удаления устройств."],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":["Вы уверены, что хотите сгенерировать новые OMEMO ключи? Это действие удалит все стырые ключи, и ранее зашифрованные сообщению не смогут быть расшифрованы на этом девайсе."],"Sorry, could not decrypt a received OMEMO message due to an error.":["К сожалению, не удалось расшифровать OMEMO сообщение."],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":["Извините, мы не можем отправить зашифрованное сообщение, так как не удаётся найти удалённый сервер для \"%1$s\""],"Unable to send an encrypted message due to an unexpected error.":["Не удаётся отправить зашифрованное сообщение из-за непредвиденной ошибки."],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":["Невозможно использовать сквозное шифрование в этой комнате, комната частично анонимна или не все участники имеют поддержку шифрования OMEMO."],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":["Невозможно использовать сквозное шифрование т.к. %1$s использует клиент без поддержки OMEMO."],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":["Сообщение не подерживается, т.к. оно зашифровано с помощью OMEMO. Более подробную информацию ищите по адресу: https://conversations.im/omemo"],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":["У %1$s нет клиента с поддержкой шифрования OMEMO. Шифрование чата более не поддерживается в данной комнате."],"Your avatar image":["Ваш аватар"],"Your Profile":["Ваш профиль"],"Close":["Закрыть"],"Email":["Электронная почта"],"Full Name":["Имя"],"XMPP Address (JID)":["XMPP адрес (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":["Личное сообщение"],"About":["Подробнее"],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":["%1$s на основе открытого исходного кода %2$s XMPP чат-клиент предоставлен вам %3$s Opkode %2$s"],"%1$s Translate %2$s it into your own language":["%1$s переведите %2$s это на свой родной язык"],"I am %1$s":["Я %1$s"],"Change settings":["Изменить настройки"],"Click to change your chat status":["Изменить ваш статус"],"Log out":["Выйти"],"Show details about this chat client":["Показать больше информации об этом чате"],"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.":["Провайдер отклонил вашу попытку зарегистрироваться. Пожалуйста, проверьте, правильно ли введены значения."],"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":["Группы"],"Contact name":["Имя контакта"],"Optional nickname":["Имя пользователя по умолчанию"],"Add a Contact":["Добавить контакт"],"XMPP Address":["XMPP адрес"],"name@example.org":["например, name@example.org"],"Add":["Добавить"],"Sorry, could not find a contact with that name":["Извините, контакт с данным именем не найден"],"This contact has already been added":["Этот контак уже добавлен"],"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":["Добавть контакт"],"Re-sync your contacts":["Синхронизируйте ваши контакты"],"Sorry, something went wrong while trying to save your bookmark.":["Извините, что-то пошло не так при попытке сохранить вашу закладку."],"Unencryptable OMEMO message":["Незашифрованное OMEMO сообщение"],"Sorry, could not determine upload URL.":["К сожалению, невозможно распознать URL загрузки."],"Sorry, could not determine file upload URL.":["Извините, невозможно распознать 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.":["Размер Вашего файла(%1$s) превышает максимально допустимый размер файла на сервере(%2$s)."],"Sorry, an error occurred:":["Извините, произошла ошибка:"],"The connection has dropped, attempting to reconnect.":["Соединение потеряно, попытка переподключения."],"An error occurred while connecting to the chat server.":["При подключении к чат-серверу произошла ошибка."],"Your Jabber ID and/or password is incorrect. Please try again.":["Твой ID Jabber'а и/или пароль некорректный. Пожалуйста попробуй снова."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["К сожалению, мы не смогли подключиться к XMPP узлу с доменом: %1$s"],"The XMPP server did not offer a supported authentication mechanism":["Сервер XMPP не предлагал поддерживаемый механизм аутентификации"],"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":["Появился новый групповой чат"],"Your nickname has been automatically set to %1$s":["Ваш псевдоним был автоматически изменён на: %1$s"],"Your nickname has been changed to %1$s":["Ваш псевдоним был изменён на: %1$s"],"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 был удален из-за изменения членства"],"%1$s has been removed for not being a member":["%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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["Выбранный вами псевдоним зарезервирован или используется в настоящее время, выберите другой."],"You are not on the member list of this groupchat.":["Вы не находитесь в списке членов этой комнаты."],"You have been banned from this groupchat.":["Вы были забанены в этой комнате."],"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\"."],"%1$s has invited you to join a groupchat: %2$s":["%1$s пригласил вас в чат: %2$s"],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":["%1$s пригласил вас в комнату \"%2$s\" по следующей причине: \"%3$s\""],"My contacts":["Контакты"],"Pending contacts":["Собеседники, ожидающие авторизации"],"Contact requests":["Запросы на авторизацию"],"Ungrouped":["Несгруппированные"],"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":["Кликните, чтобы спрятать эти контакты"],"Enter a new Groupchat":["Войти в новую комнату"],"This field is required":["Это поле обязательно к заполнению"],"Join":["Присоединиться"],"This groupchat no longer exists":["Эта комната больше не существует"],"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 address":["Все участники группового чата могут видеть ваш XMPP адрес"],"Only moderators can see your XMPP address":["Только модераторы могут видеть ваш псевдоним 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":["Эта комната предназначена только для участников"],"Uploading file:":["Загружаеммый файл:"],"XMPP Address:":["XMPP адрес:"],"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.":["Чтобы улучшить производительность, мы кэшируем данные в вашем браузере. Снимите флажок, если вы используете общий компьютер, или если вы хотите, чтобы вся информация была удалена после вашего выхода. Важно, чтобы вы явно вышли из системы, иначе не все кэшированные данные могут быть удалены. Обратите внимание, что при использовании ненадежного устройства шифрование OMEMO НЕ доступно."],"Log in":["Войти"],"Click here to log in anonymously":["Нажмите здесь, чтобы войти анонимно"],"This message has been edited":["Это сообщение было отредактированно"],"Edit this message":["Отредактировать сообщение"],"Message versions":["Версии сообщения"],"Reason":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":["Сохранить и закрыть"],"Generate new keys and 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":["Фото пользователя"],"Full Name:":["Имя:"],"Nickname:":["Псевдоним:"],"URL:":["URL:"],"Email:":["Email:"],"Role:":["Роль:"],"OMEMO Fingerprints":["Отпечатки OMEMO"],"Trusted":["Доверенный"],"Untrusted":["Недоверенный"],"Refresh":["Обновить"],"Remove as contact":["Удалить из контактов"],"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/tr/LC_MESSAGES/converse.json b/locale/tr/LC_MESSAGES/converse.json deleted file mode 100644 index babb66681..000000000 --- a/locale/tr/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=2; plural=n != 1;","lang":"tr"},"Are you sure you want to remove the bookmark \"%1$s\"?":["%1$s, bunu sık kullanılanlardan kaldırmak istediğine emin misin?"],"Unbookmark this groupchat":["Bu grup sohbetini favorilerden çıkar"],"Bookmark this groupchat":["Sık kullanılanlara ekle"],"Would you like this groupchat to be automatically joined upon startup?":["Bu grubun açılışta otomatik olarak açılmasını istiyor musun?"],"Cancel":["İptal"],"The name for this bookmark:":["Bir isim gir:"],"What should your nickname for this groupchat be?":["Bu grup için takma adın ne olmalı?"],"Save":["Kaydet"],"Leave this groupchat":["Gruptan ayrıl"],"Remove this bookmark":["Sık kullanılanlardan kaldır"],"Show more information on this groupchat":["Grup hakkında daha fazla bilgi göster"],"Click to open this groupchat":["Bu grup sohbetini açmak için tıkla"],"Click to toggle the bookmarks list":["Yer imlerini değiştirmek için tıkla"],"Bookmarks":["Yer imleri"],"Close this chat box":["Bu sohbet kutusunu kapat"],"Sorry, something went wrong while trying to refresh":["Üzgünüm, yenilemeye çalışırken bir şeyler ters gitti"],"Are you sure you want to remove this contact?":["Bu kişiyi kaldırmak istediğinize emin misiniz?"],"Error":["Hata"],"Sorry, there was an error while trying to remove %1$s as a contact.":["Üzgünüz, %1$s kişisini kaldırmaya çalışırken bir hata oluştu."],"You have unread messages":["Okunmamış mesajlarınız var"],"Hidden message":["Gizli mesaj"],"Message":["Mesaj"],"Send":["Gönder"],"Optional hint":["Opsiyonel ipucu"],"Choose a file to send":["Gönderilecek dosyayı seç"],"Click to write as a normal (non-spoiler) message":[""],"Click to write your message as a spoiler":[""],"Message characters remaining":[""],"Insert emojis":[""],"Start a call":[""],"Remove messages":["Mesajları sil"],"Write in the third person":["Üçüncü kişi olarak yaz"],"Show this menu":["Menüyü göster"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Are you sure you want to clear the messages from this conversation?":["Bu konuşmadaki mesajları temizlemek istediğinize emin misiniz?"],"%1$s has gone offline":["%1$s çevrimdışı oldu"],"%1$s has gone away":["%1$s uzakta"],"%1$s is busy":["%1$s meşgul"],"%1$s is online":["%1$s çevrimiçi"],"Username":["Kullancıadı"],"user@domain":["kullanıcı@alanadı"],"Please enter a valid XMPP address":["Lütfen geçerli bir XMPP adresi girin"],"Chat Contacts":["Kişilerinle Sohbet Et"],"Toggle chat":["Sohbeti değiştir"],"Show more":["Fazlasını göster"],"Typing from another device":["Başka bir cihazdan yazmak"],"%1$s is typing":["%1$s yazıyor"],"Stopped typing on the other device":["Başka cihazdan yazma durduruldu"],"%1$s has stopped typing":["%1$s yazmayı durdurdu"],"Minimize this chat box":["Bu sohbet kutusunu küçült"],"Click to restore this chat":["Bu sohbeti geri yükle"],"Minimized":["Küçültüldü"],"Description:":["Açıklama:"],"Groupchat Address (JID):":[""],"Participants:":["Katılımcılar:"],"Features:":[""],"Requires authentication":[""],"Hidden":[""],"Requires an invitation":["Davet gerekli"],"Moderated":[""],"Non-anonymous":[""],"Open":[""],"Permanent":[""],"Public":[""],"Semi-anonymous":[""],"Temporary":[""],"Unmoderated":[""],"Affiliation changed":[""],"You're not allowed to make that change":[""],"Query for Groupchats":[""],"Server address":[""],"Show groupchats":[""],"conference.example.org":[""],"No groupchats found":[""],"Groupchats found:":[""],"name@conference.example.org":[""],"Groupchat name":[""],"Groupchat address":[""],"Groupchat info for %1$s":[""],"%1$s is no longer an admin of this groupchat":[""],"%1$s is no longer an owner of this groupchat":[""],"%1$s is no longer banned from this groupchat":[""],"%1$s is no longer a member of this groupchat":[""],"%1$s has been banned from this groupchat":[""],"%1$s is now an %2$s of this groupchat":[""],"%1$s is no longer a moderator":[""],"%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 based on your arguments":[""],"Error: found multiple groupchat participant based on your arguments":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":[""],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":[""],"Remove this groupchat":[""],"Kick user from groupchat":[""],"Write in 3rd person":[""],"Grant membership to a user":[""],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Grant ownership of this groupchat":[""],"Register your nickname":[""],"Revoke the user's current affiliation":[""],"Set groupchat subject":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Your nickname is \"%1$s\"":[""],"Error: invalid number of arguments":[""],"This action was done by %1$s.":[""],"The reason given is: \"%1$s\".":[""],"%1$s has left and re-entered the groupchat. \"%2$s\"":[""],"%1$s has left and re-entered the groupchat":[""],"%1$s has entered the groupchat. \"%2$s\"":[""],"%1$s has entered the groupchat":[""],"%1$s has entered and left the groupchat. \"%2$s\"":[""],"%1$s has entered and left the groupchat":[""],"%1$s has left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":[""],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Groupchats":[""],"Add a new groupchat":[""],"Query for groupchats":[""],"This groupchat requires a password":[""],"Password: ":[""],"Submit":[""],"Please choose your nickname":[""],"Nickname":[""],"Enter groupchat":[""],"You need to provide a nickname":[""],"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.":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"has gone offline":["çevrimdışı oldu"],"has gone away":[""],"is busy":["meşgul"],"has come online":[""],"wants to be your contact":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"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":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":[""],"Change settings":[""],"Click to change your chat status":[""],"Log out":[""],"Show details about this chat client":[""],"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":[""],"Contact name":[""],"Optional nickname":[""],"Add a Contact":[""],"XMPP Address":[""],"name@example.org":[""],"Add":[""],"Sorry, could not find a contact with that name":[""],"This contact has already been added":[""],"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":[""],"Re-sync your contacts":[""],"Sorry, something went wrong while trying to save your bookmark.":["Üzgünüm, kaydetmeye çalışırken bir problem çıktı."],"Unencryptable OMEMO message":["Şifrelenemeyen ONEMO mesajı"],"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 connection has dropped, attempting to reconnect.":["Bağlantı koptu, yeniden bağlanılmaya çalışılıyor."],"An error occurred while connecting to the chat server.":["Sohbet sunucusuna bağlanılırken bir hata oluştu."],"Your Jabber ID and/or password is incorrect. Please try again.":["Jabber Kimlik ve/veya parola geçersiz. Lütfen tekrar deneyin."],"Sorry, we could not connect to the XMPP host with domain: %1$s":["ÜZgünüz, bu XMPP hostuna bu domainle bağlanamadık :%1$s"],"The XMPP server did not offer a supported authentication mechanism":["XMPP sunucusu desteklenen bir kimlik doğrulama mekanizması sunmadı"],"This groupchat is not anonymous":["Bu grup konuşması anonim değil"],"This groupchat now shows unavailable members":["Bu grup konuşması uygun olmayan üyeleri gösteriyor"],"This groupchat does not show unavailable members":["Bu grup konuşması uygun olmayan üyeleri gösteriyor"],"The groupchat configuration has changed":["Grup sohbeti yapılandırması değiştirildi"],"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":["Yeni bir grup sohbeti oluşturuldu"],"Your nickname has been automatically set to %1$s":[""],"Your nickname has been changed to %1$s":[""],"You have been banned from this groupchat":["Bu grup sohbetinden banlandınız"],"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 banlandı"],"%1$s's nickname has changed":["%1$s kullancı adını değiştirdi"],"%1$s has been kicked out":["%1$s atıldı"],"%1$s has been removed because of an affiliation change":[""],"%1$s has been removed for not being a member":[""],"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.":[""],"Your message was not delivered because you're not allowed to send messages in this groupchat.":[""],"Your message was not delivered because you're not present in the groupchat.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Password incorrect":[""],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"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 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\"":[""],"My contacts":[""],"Pending contacts":[""],"Contact requests":[""],"Ungrouped":[""],"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":[""],"Enter a new Groupchat":[""],"This field is required":[""],"Join":[""],"You're not allowed to send messages in this room":[""],"This groupchat 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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"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":[""],"Moderator Tools":[""],"No users with that role found.":[""],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Change affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Full Name:":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":[""],"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.json b/locale/uk/LC_MESSAGES/converse.json deleted file mode 100644 index 83f811ec1..000000000 --- a/locale/uk/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"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"},"Are you sure you want to remove the bookmark \"%1$s\"?":["Ви впевнені, що хочете видалити закладку \"%1$s\"?"],"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":["Зберегти"],"Remove this bookmark":["Вилучити цю закладку"],"Click to toggle the bookmarks list":["Натисніть, щоб переключити список закладок"],"Bookmarks":["Закладки"],"Are you sure you want to remove this contact?":["Ви впевнені, що хочете видалити цей контакт?"],"Error":["Помилка"],"Message":["Повідомлення"],"Send":[""],"Optional hint":[""],"Choose a file to send":[""],"Clear all messages":["Очистити всі повідомлення"],"Message characters remaining":[""],"Insert emojis":[""],"Start a call":["Почати виклик"],"Remove messages":["Видалити повідомлення"],"Write in the third person":["Писати від третьої особи"],"Show this menu":["Показати це меню"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"user@domain":[""],"Please enter a valid XMPP address":[""],"Toggle chat":["Включити чат"],"Typing from another device":[""],"Stopped typing on the other device":[""],"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":["Немодерована"],"Affiliation changed":[""],"conference.example.org":[""],"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 based on your arguments":[""],"Error: found multiple groupchat participant based on your arguments":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":["Призначити користувача адміністратором"],"Ban user by changing their affiliation to outcast":[""],"Write in 3rd person":["Писати в 3-й особі"],"Grant membership to a user":["Надати членство користувачу"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["Забрати можливість слати повідомлення"],"Change your nickname":["Змінити Ваше прізвисько"],"Grant moderator role to user":["Надати права модератора"],"Revoke the user's current affiliation":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":["Дозволити безголосому користувачу слати повідомлення"],"Error: invalid number of arguments":[""],"Password: ":["Пароль:"],"Submit":["Надіслати"],"Nickname":["Прізвисько"],"Visitor":[""],"Owner":[""],"Member":[""],"Admin":[""],"Participants":[""],"Invite":["Запросіть"],"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":["хоче бути у вашому списку контактів"],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"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":["На зв'язку"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"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":["Групи"],"Contact name":["Назва контакту"],"Optional nickname":[""],"XMPP Address":[""],"name@example.org":[""],"Add":["Додати"],"Sorry, could not find a contact with that name":[""],"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, something went wrong while trying to save your bookmark.":[""],"Unencryptable OMEMO message":[""],"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 connection has dropped, attempting to reconnect.":["З'єднання втрачено, спроба відновити зв'язок."],"An error occurred while connecting to the chat server.":["Під час підключення до сервера чату сталася помилка."],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Remote server not found":[""],"My contacts":["Мої контакти"],"Pending contacts":["Контакти в очікуванні"],"Contact requests":["Запити контакту"],"Ungrouped":["Негруповані"],"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 field is required":[""],"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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"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.":[""],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Full Name:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"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/zh_CN/LC_MESSAGES/converse.json b/locale/zh_CN/LC_MESSAGES/converse.json deleted file mode 100644 index 43d355cd6..000000000 --- a/locale/zh_CN/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=1; plural=0;","lang":"zh_CN"},"Are you sure you want to remove the bookmark \"%1$s\"?":["确实要删除书签 \"%1$s\" 吗?"],"Unbookmark this groupchat":["取消此群聊的书签"],"Bookmark this groupchat":["将此群聊添加书签"],"Would you like this groupchat to be automatically joined upon startup?":["您是否想在程序启动时自动加入这个群聊?"],"Cancel":["取消"],"What should your nickname for this groupchat be?":["您的群昵称是什么?"],"Save":["保存"],"Leave this groupchat":["离开此群聊"],"Remove this bookmark":["删除此书签"],"Show more information on this groupchat":["更多群信息"],"Click to toggle the bookmarks list":["单击以显示书签列表"],"Bookmarks":["书签"],"Close this chat box":["关闭此聊天对话窗口"],"Are you sure you want to remove this contact?":["你确定要删除此联系人吗?"],"Error":["错误"],"Sorry, there was an error while trying to remove %1$s as a contact.":["抱歉,删除%1$s为联系人时出现了问题。"],"You have unread messages":["你有未读信息"],"Message":["消息"],"Send":["发送"],"Optional hint":["可选提示"],"Choose a file to send":["选择要发送的文件"],"Clear all messages":["清除所有信息"],"Message characters remaining":[""],"Start a call":["开始语音通话"],"Remove messages":["删除信息"],"Write in the third person":["以第三人称输入"],"Show this menu":["显示此菜单"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"Username":["用户名"],"user@domain":["用户@域名"],"Please enter a valid XMPP address":["请输入有效的XMPP地址"],"Toggle chat":["切换聊天"],"Typing from another device":["正在另一个装置上输入"],"%1$s is typing":["%1$s正在输入"],"Stopped typing on the other device":["已在另一个装置上停止输入"],"Minimize this chat box":["最小化聊天框"],"Click to restore this chat":["点击恢复此聊天"],"Minimized":["最小化"],"Description:":["描述:"],"Groupchat Address (JID):":["群聊地址(jid):"],"Participants:":["参与者:"],"Requires authentication":["需要身份验证"],"Requires an invitation":["需要邀请"],"Affiliation changed":[""],"Server address":["服务器地址"],"conference.example.org":["conference.example.org"],"Groupchats found:":["发现的群聊:"],"name@conference.example.org":["name@conference.example.org"],"Groupchat address":["群聊地址"],"Groupchat info for %1$s":["%1$s的群聊信息"],"%1$s has been muted":["%1$s已被禁言"],"%1$s is now a moderator":["%1$s目前是主持人"],"Show more details about this groupchat":["显示更多关于此聊天室的信息"],"Hide the list of participants":["隐藏参与者列表"],"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”命令有两个参数,用户的昵称和原因(可选)。"],"Sorry, an error happened while running the command. Check your browser's developer console for details.":["抱歉,运行命令时产生了一个错误。查看浏览器开发者终端以获取更多信息。"],"You can run the following commands":[""],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":["更改用户角色到参与者"],"Kick user from groupchat":["从聊天室踢出用户"],"Grant membership to a user":["向用户授予成员资格"],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":["删除用户发布消息的能力"],"Change your nickname":["更改你的昵称"],"Grant moderator role to user":["向用户授予主持人(角色)权限"],"Grant ownership of this groupchat":["授予此聊天室的所有权"],"Revoke the user's current affiliation":[""],"Set groupchat subject":["设置群聊主题"],"Set groupchat subject (alias for /subject)":["设置群聊主题(主题的别名)"],"Error: invalid number of arguments":["错误:非法的参数个数"],"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. \"%2$s\"":["%1$s已经进入聊天室。 “%2$s”"],"%1$s has entered the groupchat":["%1$s已进入聊天室"],"%1$s has entered and left the groupchat. \"%2$s\"":["%1$s已进入并离开聊天室。“%2$s”"],"%1$s has entered and left the groupchat":["%1$s已进入聊天室并离开聊天室"],"%1$s has left the groupchat. \"%2$s\"":[""],"%1$s has left the groupchat":["%1$s已离开聊天室"],"Topic set by %1$s":[""],"Topic cleared by %1$s":[""],"Add a new groupchat":[""],"This groupchat requires a password":["此聊天室需要密码"],"Password: ":["密码: "],"Submit":["提交"],"Please choose your nickname":["轻选择你的昵称"],"Nickname":["昵称"],"Enter groupchat":["输入聊天室"],"You need to provide a nickname":[""],"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.":[""],"Notification from %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":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"Your avatar image":[""],"Your Profile":[""],"Close":["关闭"],"Email":[""],"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":["在线"],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"I am %1$s":["我正%1$s"],"Change settings":[""],"Click to change your chat status":["按此更改你的聊天状态"],"Log out":["登出"],"Show details about this chat client":[""],"Your profile":[""],"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":[""],"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":["群组"],"Contact name":["联系人名称"],"Optional nickname":["可选昵称"],"XMPP Address":[""],"name@example.org":["name@example.org"],"Add":["添加"],"Sorry, could not find a contact with that name":[""],"Filter":["筛选"],"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的联系人请求"],"Are you sure you want to decline this contact request?":["你确定要拒绝此联系人请求吗?"],"Contacts":["联系人"],"Add a contact":["添加联系人"],"Sorry, something went wrong while trying to save your bookmark.":["抱歉,在尝试保存书签时出错。"],"Unencryptable OMEMO message":["不可加密的 OMEMO 消息"],"Sorry, could not determine upload URL.":["对不起,无法确定文件上传URL。"],"Sorry, could not determine file upload URL.":[""],"Sorry, could not succesfully upload your file. Your server’s response: \"%1$s\"":["对不起,无法成功上传您的文件。服务器的响应: \"%1$s1\""],"Sorry, could not succesfully upload your file.":["对不起,无法成功上传您的文件。"],"Sorry, an error occurred:":["对不起,发生了一个错误:"],"The connection has dropped, attempting to reconnect.":["连接已经掉线,正在尝试重新连接。"],"An error occurred while connecting to the chat server.":["连接至聊天服务器时出现问题。"],"Your Jabber ID and/or password is incorrect. Please try again.":["你的Jabber ID或密码不正确,请重新输入。"],"The XMPP server did not offer a supported authentication mechanism":["XMPP服务器没有提供我们支持的验证方法"],"groupchat logging is now enabled":["聊天室日志当前已启用"],"groupchat logging is now disabled":["聊天室日志当前已禁用"],"Your nickname has been automatically set to %1$s":["您的昵称已自动设置为%1$s"],"Your nickname has been changed to %1$s":["您的昵称已更改为%1$s"],"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已被删除"],"%1$s has been removed for not being a member":["%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.":[""],"Your message was not delivered because you're not allowed to send messages in this groupchat.":[""],"Your message was not delivered because you're not present in the groupchat.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":["您所选择的昵称已被保留或正在使用,请选择一个不同的。"],"You are not on the member list of this groupchat.":[""],"You have been banned from this groupchat.":[""],"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 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\"":[""],"My contacts":["我的联系人"],"Pending contacts":[""],"Contact requests":["联系人请求"],"Ungrouped":["未分组的"],"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":["按此隐藏联系人"],"Enter a new Groupchat":["输入新的群聊"],"This field is required":[""],"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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"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":[""],"Message versions":[""],"Moderator Tools":[""],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Nickname:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"OMEMO Fingerprints":[""],"Trusted":[""],"Untrusted":[""],"Refresh":[""],"Remove as contact":["删除联系人"],"Download":["下载"]}}} \ No newline at end of file diff --git a/locale/zh_TW/LC_MESSAGES/converse.json b/locale/zh_TW/LC_MESSAGES/converse.json deleted file mode 100644 index fc54010a7..000000000 --- a/locale/zh_TW/LC_MESSAGES/converse.json +++ /dev/null @@ -1 +0,0 @@ -{"domain":"converse","locale_data":{"converse":{"":{"domain":"converse","plural_forms":"nplurals=1; plural=0;","lang":"zh_TW"},"Are you sure you want to remove the bookmark \"%1$s\"?":["確實要刪除書簽 \"%1$s\" 嗎?"],"Unbookmark this groupchat":["取消此群組的書簽"],"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":["保存"],"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":["關閉這個聊天視窗"],"Sorry, something went wrong while trying to refresh":["對不起,在嘗試重新整理時出錯了"],"Are you sure you want to remove this contact?":["確實要刪除此連絡人嗎?"],"Error":["錯誤"],"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":["選擇要發送的檔案"],"Message characters remaining":[""],"Insert emojis":[""],"Start a call":[""],"Remove messages":["移除訊息"],"Write in the third person":["以第三者身份書寫"],"Show this menu":["顯示此選單"],"You have an unsent message which will be lost if you continue. Are you sure?":[""],"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 已停止輸入"],"Minimize this chat box":["最小化此聊天視窗"],"Click to restore this chat":["點擊恢復此聊天"],"Minimized":["最小化"],"Description:":["描述:"],"Groupchat Address (JID):":["群組位址 (JID):"],"Participants:":["參與者:"],"Features:":["特性:"],"Hidden":["隱藏"],"Requires an invitation":["需要邀請"],"Moderated":["須審核"],"Non-anonymous":["非匿名"],"Open":["打開"],"Permanent":["永久"],"Public":["公開"],"Semi-anonymous":["半匿名"],"Temporary":["臨時"],"Unmoderated":["不須審核"],"Affiliation changed":[""],"Query for Groupchats":["查詢群組"],"Server address":["伺服器地址"],"conference.example.org":["conference.example.org"],"No groupchats found":["找不到群組"],"Groupchats found:":["發現的群組:"],"name@conference.example.org":["name@conference.example.org"],"Groupchat address":["群組位址"],"Groupchat info for %1$s":[""],"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 based on your arguments":[""],"Error: found multiple groupchat participant based on your arguments":[""],"Sorry, an error happened while running the command. Check your browser's developer console for details.":[""],"You can run the following commands":[""],"Change user's affiliation to admin":[""],"Ban user by changing their affiliation to outcast":[""],"Change user role to participant":[""],"Grant membership to a user":[""],"Opens up the moderator tools GUI":[""],"Remove user's ability to post messages":[""],"Change your nickname":[""],"Grant moderator role to user":[""],"Revoke the user's current affiliation":[""],"Set groupchat subject (alias for /subject)":[""],"Allow muted user to post messages":[""],"Error: invalid number of arguments":[""],"The reason given is: \"%1$s\".":[""],"Groupchats":[""],"Please choose your nickname":[""],"You need to provide a nickname":[""],"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.":[""],"Notification from %1$s":[""],"%1$s says":[""],"OMEMO Message received":[""],"wants to be your contact":[""],"Are you sure you want to generate new OMEMO keys? This will remove your old keys and all previously encrypted messages will no longer be decryptable on this device.":[""],"Sorry, could not decrypt a received OMEMO message due to an error.":[""],"Sorry, we're unable to send an encrypted message because %1$s requires you to be subscribed to their presence in order to see their OMEMO information":[""],"Sorry, we're unable to send an encrypted message because the remote server for %1$s could not be found":[""],"Unable to send an encrypted message due to an unexpected error.":[""],"Cannot use end-to-end encryption in this groupchat, either the groupchat has some anonymity or not all participants support OMEMO.":[""],"Cannot use end-to-end encryption because %1$s uses a client that doesn't support OMEMO.":[""],"Sorry, no devices found to which we can send an OMEMO encrypted message.":[""],"This is an OMEMO encrypted message which your client doesn’t seem to support. Find more information on https://conversations.im/omemo":[""],"%1$s doesn't appear to have a client that supports OMEMO. Encrypted chat will no longer be possible in this grouchat.":[""],"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.":[""],"About":[""],"%1$s Open Source %2$s XMPP chat client brought to you by %3$s Opkode %2$s":[""],"%1$s Translate %2$s it into your own language":[""],"Change settings":[""],"Your profile":[""]," 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.":[""],"Open Groupchats":[""],"Groups":[""],"Optional nickname":["可選匿稱"],"XMPP Address":[""],"name@example.org":[""],"Sorry, could not find a contact with that name":[""],"Filter":[""],"Filter by group name":[""],"Filter by status":[""],"Any":[""],"Unread":[""],"Chatty":[""],"Extended Away":[""],"Sorry, something went wrong while trying to save your bookmark.":["對不起,在嘗試保存書簽時出錯。"],"Unencryptable OMEMO message":["不可加密的 OMEMO 訊息"],"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 connection has dropped, attempting to reconnect.":[""],"Your Jabber ID and/or password is incorrect. Please try again.":[""],"Sorry, we could not connect to the XMPP host with domain: %1$s":[""],"The XMPP server did not offer a supported authentication mechanism":[""],"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":["建立了新的群組"],"Your nickname has been automatically set to %1$s":["您的匿稱已自動設置為 %1$s"],"Your nickname has been changed to %1$s":["您的匿稱已更改為 %1$s"],"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 已經從群組中刪除"],"%1$s has been removed for not being a member":["由於隸屬關係更改,%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.":[""],"The nickname you chose is reserved or currently in use, please choose a different one.":[""],"Remote server not found":[""],"The explanation given is: \"%1$s\".":[""],"%1$s has invited you to join a groupchat: %2$s, and left the following reason: \"%3$s\"":[""],"Ungrouped":[""],"Sorry, there was an error while trying to add %1$s as a contact.":[""],"This client does not allow presence subscriptions":[""],"Enter a new Groupchat":["輸入新的群組"],"This field is required":[""],"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 address":[""],"Only moderators can see your XMPP address":[""],"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":[""],"Uploading file:":[""],"XMPP Address:":[""],"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.":[""],"New Role":[""],"Reason":[""],"Change role":[""],"Affiliation":[""],"No users with that affiliation found.":[""],"New affiliation":[""],"Change affiliation":[""],"Save and close":[""],"This device's OMEMO fingerprint":[""],"Generate new keys and 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":[""],"Full Name:":[""],"URL:":[""],"Email:":[""],"Role:":[""],"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/package-lock.json b/package-lock.json index 8fe602e7b..464e6cfdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6187,12 +6187,42 @@ } }, "gettext-parser": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.1.0.tgz", - "integrity": "sha1-LFpmONiTk0ubVQN9CtgstwBLJnk=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-2.0.0.tgz", + "integrity": "sha512-FDs/7XjNw58ToQwJFO7avZZbPecSYgw8PBYhd0An+4JtZSrSzKhEvTsVV2uqdO7VziWTOGSgLGD5YRPdsCjF7Q==", "dev": true, "requires": { - "encoding": "^0.1.11" + "encoding": "^0.1.12", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", + "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==", + "dev": true + } + } + }, + "gettext-to-messageformat": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/gettext-to-messageformat/-/gettext-to-messageformat-0.3.0.tgz", + "integrity": "sha512-HlEGFECqAavbOYJTo1I2qh8IqWetAenixaH/AbdIuNTY0easvzrPn+yYUHy63GEjx9pXoLx2nCJcDcE27LrB2g==", + "dev": true, + "requires": { + "gettext-parser": "^1.3.0" + }, + "dependencies": { + "gettext-parser": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-1.4.0.tgz", + "integrity": "sha512-sedZYLHlHeBop/gZ1jdg59hlUEcpcZJofLq2JFwJT1zTqAU3l2wFv6IsuwFHGqbiT9DWzMUW4/em2+hspnmMMA==", + "dev": true, + "requires": { + "encoding": "^0.1.12", + "safe-buffer": "^5.1.1" + } + } } }, "git-raw-commits": { @@ -6482,12 +6512,6 @@ "ansi-regex": "^2.0.0" } }, - "has-color": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz", - "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=", - "dev": true - }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -8590,47 +8614,6 @@ } } }, - "nomnom": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz", - "integrity": "sha1-IVH3Ikcrp55Qp2/BJbuMjy5Nwqc=", - "dev": true, - "requires": { - "chalk": "~0.4.0", - "underscore": "~1.6.0" - }, - "dependencies": { - "ansi-styles": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz", - "integrity": "sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg=", - "dev": true - }, - "chalk": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", - "integrity": "sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8=", - "dev": true, - "requires": { - "ansi-styles": "~1.0.0", - "has-color": "~0.1.0", - "strip-ansi": "~0.1.0" - } - }, - "strip-ansi": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz", - "integrity": "sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE=", - "dev": true - }, - "underscore": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz", - "integrity": "sha1-izixDKze9jM3uLJOT/htRa6lKag=", - "dev": true - } - } - }, "nopt": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", @@ -12437,14 +12420,60 @@ "lodash": "^4.17.11" } }, - "po2json": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/po2json/-/po2json-0.4.5.tgz", - "integrity": "sha1-R7spUtoy1Yob4vJWpZjuvAt0URg=", + "po-loader": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/po-loader/-/po-loader-0.5.0.tgz", + "integrity": "sha512-2VyoECqHL6pLUxQqszi9WskwOgRPtO3y+fhVmYMb46L+5S03whRf/lHqWhbTE3AbwEc6DdPuGKFD4IUbWuM/YQ==", "dev": true, "requires": { - "gettext-parser": "1.1.0", - "nomnom": "1.8.1" + "loader-utils": "^1.2.3" + }, + "dependencies": { + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + }, + "loader-utils": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", + "integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^2.0.0", + "json5": "^1.0.1" + } + } + } + }, + "po2json": { + "version": "1.0.0-alpha", + "resolved": "https://registry.npmjs.org/po2json/-/po2json-1.0.0-alpha.tgz", + "integrity": "sha512-DsP/L4JsMB/gTEpXm9B1I+S1W0z0wNXu4Ky47MUlfS3ruwUZT1nUm+FvWt+ZMehFTh1EcXAhx6oljw8Ly4qTaA==", + "dev": true, + "requires": { + "commander": "^2.18.0", + "gettext-parser": "2.0.0", + "gettext-to-messageformat": "^0.3.0" + }, + "dependencies": { + "commander": { + "version": "2.20.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz", + "integrity": "sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==", + "dev": true + } } }, "portfinder": { diff --git a/package.json b/package.json index 404494134..aba2ce03b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,8 @@ "minimist": "^1.2.0", "node-sass": "^4.12.0", "npm": "^6.4.1", - "po2json": "^0.4.4", + "po-loader": "^0.5.0", + "po2json": "^1.0.0-alpha", "prettierx": "^0.6.0", "requirejs": "2.3.6", "run-headless-chromium": "^0.1.1", diff --git a/src/headless/converse-core.js b/src/headless/converse-core.js index 72a5730ae..5c3318f23 100644 --- a/src/headless/converse-core.js +++ b/src/headless/converse-core.js @@ -237,7 +237,6 @@ _converse.default_settings = { idle_presence_timeout: 300, // Seconds after which an idle presence is sent jid: undefined, keepalive: true, - locales_url: '/locale/{{{locale}}}/LC_MESSAGES/converse.json', locales: [ 'af', 'ar', 'bg', 'ca', 'cs', 'de', 'eo', 'es', 'eu', 'en', 'fr', 'gl', 'he', 'hi', 'hu', 'id', 'it', 'ja', 'nb', 'nl', 'oc', @@ -1336,9 +1335,8 @@ _converse.initialize = async function (settings, callback) { await finishInitialization(); return _converse; } else if (i18n !== undefined) { - const url = u.interpolate(_converse.locales_url, {'locale': _converse.locale}); try { - await i18n.fetchTranslations(_converse.locale, _converse.locales, url); + await i18n.fetchTranslations(_converse.locale, _converse.locales); } catch (e) { _converse.log(e.message, Strophe.LogLevel.FATAL); } diff --git a/src/headless/i18n.js b/src/headless/i18n.js index 998005840..00fc0f76a 100644 --- a/src/headless/i18n.js +++ b/src/headless/i18n.js @@ -129,37 +129,12 @@ export default { * @method i18n#fetchTranslations * @param { String } locale -The given i18n locale * @param { Array } supported_locales - List of locales supported - * @param { String } locale_url - The URL from which the translations should be fetched */ - fetchTranslations (locale, supported_locales, locale_url) { - return new Promise((resolve, reject) => { - if (!isConverseLocale(locale, supported_locales) || locale === 'en') { - return resolve(); - } - const xhr = new XMLHttpRequest(); - xhr.open('GET', locale_url, true); - xhr.setRequestHeader( - 'Accept', - "application/json, text/javascript" - ); - xhr.onload = function () { - if (xhr.status >= 200 && xhr.status < 400) { - try { - const data = window.JSON.parse(xhr.responseText); - jed_instance = new Jed(data); - resolve(); - } catch (e) { - xhr.onerror(e); - } - } else { - xhr.onerror(); - } - }; - xhr.onerror = (e) => { - const err_message = e ? ` Error: ${e.message}` : ''; - reject(new Error(`Could not fetch translations. Status: ${xhr.statusText}. ${err_message}`)); - } - xhr.send(); - }); + async fetchTranslations (locale, supported_locales) { + if (!isConverseLocale(locale, supported_locales) || locale === 'en') { + return; + } + const { default: data } = await import(/*webpackChunkName: "locales/[request]" */ `../../locale/${locale}/LC_MESSAGES/converse.po`); + jed_instance = new Jed(data); } }; diff --git a/webpack.config.js b/webpack.config.js index c9e036954..d1fa4a568 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -14,7 +14,7 @@ const config = { path: path.resolve(__dirname, 'dist'), // Output path for generated bundles publicPath: '/dist/', // URL base path for all assets filename: 'converse.js', - chunkFilename: 'converse.[name].js' + chunkFilename: '[name].js' }, devtool: 'source-map', plugins: [new MiniCssExtractPlugin({filename: '../dist/converse.css'})], @@ -46,6 +46,19 @@ const config = { "prependFilenameComment": __dirname } }] + }, { + test: /LC_MESSAGES\/converse.po$/, + type: "json", + use: [ + { + loader: 'po-loader', + options: { + 'format': 'jed', + 'domain': 'converse' + } + } + ] + }, { }, { test: /webfonts\/.*\.(woff(2)?|ttf|eot|truetype|svg)(\?v=\d+\.\d+\.\d+)?$/, use: [