Automatically move all bugs with the right label combinations onto the Priority bugs column on the Web App Team's board.
Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
Replace the old issue template with two new issue forms to help guide
contributors through the issue creation
Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
Add "prevalence" labels to use as a guideline for how often issues crop up.
Combine prevalence and severity to indicate correspondence to how defects
should be prioritised by the team.
E.g if you click a link to room/#foo:bar?via=baz we'll redirect to room/#foo:bar and now hitting back takes you back to the ?via=baz and means you have to hit back twice without this change
This described in https://github.com/vector-im/element-web/issues/17330#issuecomment-842530812, this should prevent the newly introduced version of `html-webpack-plugin` from minifying `.html` files, like e.g. `index.html`, `jitsi.html`, et cetera …
Quoting @jryans via: https://github.com/vector-im/element-web/issues/17330#issuecomment-842415694
> The content of the `index.html` file is not a supported API surface, so it might change at any time.
>
> This document minification was not done on purpose, but instead it happened as a side effect of upgrading. We would happily accept a PR to fix this, but it is also not a priority for the core team.
Could please someone test and, hopefully, accept this change back to not minifying the `.html` files?
While it sounds like a useful warning at first, it turns out the warnings it
prints are ones we're unlike to ever act on, such as adding percentages and
pixels, which seem fine to have. This resets to default behaviour, which leaves
the warning off.
With the approach in https://github.com/vector-im/element-web/pull/16969,
Webpack seems to sometimes do what we want, sometimes not... I haven't quite
worked out why. Perhaps there's some conflict or race in Webpack's defaults...?
This new approach seems to work as expected when running
`./scripts/ci_package.sh`, which matches what development deployments are doing.
When running Nightly build we want to benefit from the fast runtime that React production offers and get rid of the runtime overhead that comes with development.
We are setting NODE_ENV and not "webpack.mode" to not loose sourcemaps and have minified sources in that environment
This is similar to the desktopBuilds config option.
The mobile setup guide and static incompatible browser pages are not touched by these options given they are static assets and easily replaced.
Element Web issue labels have been changed to match a new scheme that has been
piloted by the [Synapse
team](https://github.com/matrix-org/synapse/issues/9460). The new triage
guidance here is largely borrowed from the Synapse guide, but with some
Element-specifics to reflect how we use priority, add code areas, etc.
Starts jitsi streaming to a specially configured URL so that the
jitsi server can start an audio-only stream, in combination with an
API to manage audio streams by room ID.
This avoids type conflicts from other deps that depends on just `*`. Type deps
needs to be de-duplicated down to a single version to avoid errors (unlike code
deps).
Use replaceState instead of a redirect to strip the loginToken
Put user into the same post-auth flows of E2ESetup
Skip UIA prompt in this post-auth flow, happy path is a server grace period
This updates to Node 14 (current LTS) as well as moving from Debian Stretch to
Buster for the base OS. The Debian upgrade brings along a newer Python 3.8,
which is actively supported.
This adjusts to match changes on the desktop side where we now use Electron's
context isolation feature to expose only the IPC channels and methods we
actually expect to use.
After a notification arrives, when the user focuses on element, the
notification never goes away (unless directly interacted with), this was a bug.
displayNotification was never returning the notification handle, which means
that matrix-react-sdk later on had no way to .close it.
Closes#16026
Signed-off-by: Alexandru M Stan <alex@hypertriangle.com>
This adjusts our asset path handling to group KaTeX fonts in a more sensible way
alongside the other fonts we have. It also resolves production build issues on
Windows.
Fixes https://github.com/vector-im/element-web/issues/15911
We think users will be expecting to follow a series of icons into their conference, so we'll remind them here of what is going on with a giant icon.
This does not change depending on the call type because the jitsi widget doesn't understand the call type anyways - it's always a video conference.
name:Bug report for the Element desktop app (not in a browser)
description:File a bug report if you are using the desktop Element application.
labels:[T-Defect]
body:
- type:markdown
attributes:
value:|
Thanks for taking the time to fill out this bug report!
Please report security issues by email to security@matrix.org
- type:textarea
id:reproduction-steps
attributes:
label:Steps to reproduce
description:Please attach screenshots, videos or logs if you can.
placeholder:Tell us what you see!
value:|
1. Where are you starting? What can you see?
2. What do you click?
3. More steps…
validations:
required:true
- type:textarea
id:what-happened
attributes:
label:What happened?
placeholder:Tell us what went wrong
validations:
required:true
- type:textarea
id:expected-result
attributes:
label:What did you expect?
placeholder:Tell us what you expected to happen
validations:
required:true
- type:input
id:os
attributes:
label:Operating system
placeholder:Windows, macOS, Ubuntu, Arch Linux…
validations:
required:false
- type:input
id:version
attributes:
label:Application version
description:You can find the version information in Settings -> Help & About.
placeholder:e.g. Element version 1.7.34, olm version 3.2.3
validations:
required:false
- type:input
id:source
attributes:
label:How did you install the app?
description:Where did you install the app from? Please give a link or a description.
placeholder:e.g. From https://element.io/get-started
validations:
required:false
- type:dropdown
id:rageshake
attributes:
label:Have you submitted a rageshake?
description:|
Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers.
Did you know that you can send a /rageshake command from the web applicaiton to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers.
* Documentation for sentry config ([\#18608](https://github.com/vector-im/element-web/pull/18608)). Contributed by [novocaine](https://github.com/novocaine).
* [Release]Increase general app performance by optimizing layers ([\#6672](https://github.com/matrix-org/matrix-react-sdk/pull/6672)). Fixes #18730 and #18730. Contributed by [Palid](https://github.com/Palid).
* Add a warning on E2EE rooms if you try to make them public ([\#5698](https://github.com/matrix-org/matrix-react-sdk/pull/5698)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Allow pagination of the space hierarchy and use new APIs ([\#6507](https://github.com/matrix-org/matrix-react-sdk/pull/6507)). Fixes #18089 and #18427.
* Improve emoji in composer ([\#6650](https://github.com/matrix-org/matrix-react-sdk/pull/6650)). Fixes #18593 and #18593. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Allow playback of replied-to voice message ([\#6629](https://github.com/matrix-org/matrix-react-sdk/pull/6629)). Fixes #18599 and #18599. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Format autocomplete suggestions vertically ([\#6620](https://github.com/matrix-org/matrix-react-sdk/pull/6620)). Fixes #17574 and #17574. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Remember last `MemberList` search query per-room ([\#6640](https://github.com/matrix-org/matrix-react-sdk/pull/6640)). Fixes #18613 and #18613. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Sentry rageshakes ([\#6597](https://github.com/matrix-org/matrix-react-sdk/pull/6597)). Fixes #11111 and #11111. Contributed by [novocaine](https://github.com/novocaine).
* Autocomplete has been updated to match modern accessibility standards. Navigate via up/down arrows rather than Tab. Enter or Tab to confirm a suggestion. This should be familiar to Slack & Discord users. You can now use Tab to navigate around the application and do more without touching your mouse. No more accidentally sending half of people's names because the completion didn't fire on Enter! ([\#5659](https://github.com/matrix-org/matrix-react-sdk/pull/5659)). Fixes #4872, #11071, #17171, #15646#4872 and #4872.
* Add new call tile states ([\#6610](https://github.com/matrix-org/matrix-react-sdk/pull/6610)). Fixes #18521 and #18521. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Left align call tiles ([\#6609](https://github.com/matrix-org/matrix-react-sdk/pull/6609)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Make loading encrypted images look snappier ([\#6590](https://github.com/matrix-org/matrix-react-sdk/pull/6590)). Fixes #17878 and #17862. Contributed by [Palid](https://github.com/Palid).
* Offer a way to create a space based on existing community ([\#6543](https://github.com/matrix-org/matrix-react-sdk/pull/6543)). Fixes #18092.
* Accessibility improvements in and around Spaces ([\#6569](https://github.com/matrix-org/matrix-react-sdk/pull/6569)). Fixes #18094 and #18094.
## 🐛 Bug Fixes
* [Release] Fix commit edit history ([\#6690](https://github.com/matrix-org/matrix-react-sdk/pull/6690)). Fixes #18742 and #18742. Contributed by [Palid](https://github.com/Palid).
* Fix images not rendering when sent from other clients. ([\#6661](https://github.com/matrix-org/matrix-react-sdk/pull/6661)). Fixes #18702 and #18702.
* Fix autocomplete scrollbar and make the autocomplete a little smaller ([\#6655](https://github.com/matrix-org/matrix-react-sdk/pull/6655)). Fixes #18682 and #18682. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix replies on the bubble layout ([\#6451](https://github.com/matrix-org/matrix-react-sdk/pull/6451)). Fixes #18184. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Show "Enable encryption in settings" only when the user can do that ([\#6646](https://github.com/matrix-org/matrix-react-sdk/pull/6646)). Fixes #18646 and #18646. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix cross signing setup from settings screen ([\#6633](https://github.com/matrix-org/matrix-react-sdk/pull/6633)). Fixes #17761 and #17761.
* Fix call tiles on the bubble layout ([\#6647](https://github.com/matrix-org/matrix-react-sdk/pull/6647)). Fixes #18648 and #18648. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix error on accessing encrypted media without encryption keys ([\#6625](https://github.com/matrix-org/matrix-react-sdk/pull/6625)). Contributed by [Palid](https://github.com/Palid).
* Fix jitsi widget sometimes being permanently stuck in the bottom-right corner ([\#6632](https://github.com/matrix-org/matrix-react-sdk/pull/6632)). Fixes #17226 and #17226. Contributed by [Palid](https://github.com/Palid).
* Fix FilePanel pagination in E2EE rooms ([\#6630](https://github.com/matrix-org/matrix-react-sdk/pull/6630)). Fixes #18415 and #18415. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix call tile buttons ([\#6624](https://github.com/matrix-org/matrix-react-sdk/pull/6624)). Fixes #18565 and #18565. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix vertical call tile spacing issues ([\#6621](https://github.com/matrix-org/matrix-react-sdk/pull/6621)). Fixes #18558 and #18558. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix long display names in call tiles ([\#6618](https://github.com/matrix-org/matrix-react-sdk/pull/6618)). Fixes #18562 and #18562. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Avoid access token overflow ([\#6616](https://github.com/matrix-org/matrix-react-sdk/pull/6616)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Properly handle media errors ([\#6615](https://github.com/matrix-org/matrix-react-sdk/pull/6615)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix glare related regressions ([\#6614](https://github.com/matrix-org/matrix-react-sdk/pull/6614)). Fixes #18538 and #18538. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix long display names in call toasts ([\#6617](https://github.com/matrix-org/matrix-react-sdk/pull/6617)). Fixes #18557 and #18557. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix PiP of held calls ([\#6611](https://github.com/matrix-org/matrix-react-sdk/pull/6611)). Fixes #18539 and #18539. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix call tile behaviour on narrow layouts ([\#6556](https://github.com/matrix-org/matrix-react-sdk/pull/6556)). Fixes #18398. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix video call persisting when widget removed ([\#6608](https://github.com/matrix-org/matrix-react-sdk/pull/6608)). Fixes #15703 and #15703.
* Fix toast colors ([\#6606](https://github.com/matrix-org/matrix-react-sdk/pull/6606)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Remove tiny scrollbar dot from code blocks ([\#6596](https://github.com/matrix-org/matrix-react-sdk/pull/6596)). Fixes #18474. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Improve handling of pills in the composer ([\#6353](https://github.com/matrix-org/matrix-react-sdk/pull/6353)). Fixes #10134#10896 and #15037. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
Changes in [1.8.1](https://github.com/vector-im/element-desktop/releases/tag/v1.8.1) (2021-08-17)
* Show how long a call was on call tiles ([\#6570](https://github.com/matrix-org/matrix-react-sdk/pull/6570)). Fixes #18405. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Add regional indicators to emoji picker ([\#6490](https://github.com/matrix-org/matrix-react-sdk/pull/6490)). Fixes #14963. Contributed by [robintown](https://github.com/robintown).
* Make call control buttons accessible to screen reader users ([\#6181](https://github.com/matrix-org/matrix-react-sdk/pull/6181)). Fixes #18358. Contributed by [pvagner](https://github.com/pvagner).
* Skip sending a thumbnail if it is not a sufficient saving over the original ([\#6559](https://github.com/matrix-org/matrix-react-sdk/pull/6559)). Fixes #17906.
* Improve and move the incoming call toast ([\#6470](https://github.com/matrix-org/matrix-react-sdk/pull/6470)). Fixes #17912. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Allow all of the URL schemes that Firefox allows ([\#6457](https://github.com/matrix-org/matrix-react-sdk/pull/6457)). Contributed by [aaronraimist](https://github.com/aaronraimist).
* Spaces let users switch between Home and All Rooms behaviours ([\#6497](https://github.com/matrix-org/matrix-react-sdk/pull/6497)). Fixes #18093.
* Support for MSC2285 (hidden read receipts) ([\#6390](https://github.com/matrix-org/matrix-react-sdk/pull/6390)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Group pinned message events with MELS ([\#6349](https://github.com/matrix-org/matrix-react-sdk/pull/6349)). Fixes #17938. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Make version copiable ([\#6227](https://github.com/matrix-org/matrix-react-sdk/pull/6227)). Fixes #17603 and #18329. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Improve voice messages uploading state ([\#6530](https://github.com/matrix-org/matrix-react-sdk/pull/6530)). Fixes #18226 and #18224.
* Add surround with feature ([\#5510](https://github.com/matrix-org/matrix-react-sdk/pull/5510)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Show an avatar/a turned off microphone icon for muted users ([\#6486](https://github.com/matrix-org/matrix-react-sdk/pull/6486)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Prompt user to leave rooms/subspaces in a space when leaving space ([\#6424](https://github.com/matrix-org/matrix-react-sdk/pull/6424)). Fixes #18071.
* Add support for screen sharing in 1:1 calls ([\#5992](https://github.com/matrix-org/matrix-react-sdk/pull/5992)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
## 🐛 Bug Fixes
* Dismiss electron download toast when clicking Open ([\#18267](https://github.com/vector-im/element-web/pull/18267)). Fixes #18266.
* [Release] Fix glare related regressions ([\#6622](https://github.com/matrix-org/matrix-react-sdk/pull/6622)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* [Release] Fix PiP of held calls ([\#6612](https://github.com/matrix-org/matrix-react-sdk/pull/6612)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* [Release] Fix toast colors ([\#6607](https://github.com/matrix-org/matrix-react-sdk/pull/6607)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix [object Object] in Widget Permissions ([\#6560](https://github.com/matrix-org/matrix-react-sdk/pull/6560)). Fixes #18384. Contributed by [Palid](https://github.com/Palid).
* Fix right margin for events on IRC layout ([\#6542](https://github.com/matrix-org/matrix-react-sdk/pull/6542)). Fixes #18354.
* Mirror only usermedia feeds ([\#6512](https://github.com/matrix-org/matrix-react-sdk/pull/6512)). Fixes #5633. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix the wrong font being used in the room topic field ([\#6527](https://github.com/matrix-org/matrix-react-sdk/pull/6527)). Fixes #18339. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix inconsistent styling for links on hover ([\#6513](https://github.com/matrix-org/matrix-react-sdk/pull/6513)). Contributed by [janogarcia](https://github.com/janogarcia).
* Fix incorrect height for encoded placeholder images ([\#6514](https://github.com/matrix-org/matrix-react-sdk/pull/6514)). Contributed by [Palid](https://github.com/Palid).
* Improve subspaces and some utilities around room/space creation ([\#6458](https://github.com/matrix-org/matrix-react-sdk/pull/6458)). Fixes #18090#18091 and #17256.
* Restore pointer cursor for SenderProfile in message bubbles ([\#6501](https://github.com/matrix-org/matrix-react-sdk/pull/6501)). Fixes #18249.
* Fix issues with the Call View ([\#6472](https://github.com/matrix-org/matrix-react-sdk/pull/6472)). Fixes #18221. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Align event list summary read receipts when using message bubbles ([\#6500](https://github.com/matrix-org/matrix-react-sdk/pull/6500)). Fixes #18143.
* Better positioning for unbubbled events in timeline ([\#6477](https://github.com/matrix-org/matrix-react-sdk/pull/6477)). Fixes #18132.
* Realign reactions row with messages in modern layout ([\#6491](https://github.com/matrix-org/matrix-react-sdk/pull/6491)). Fixes #18118. Contributed by [robintown](https://github.com/robintown).
* Fix CreateRoomDialog exploding when making public room outside of a space ([\#6492](https://github.com/matrix-org/matrix-react-sdk/pull/6492)). Fixes #18275.
* Fix call crashing because `element` was undefined ([\#6488](https://github.com/matrix-org/matrix-react-sdk/pull/6488)). Fixes #18270. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Upscale thumbnails to the container size ([\#6589](https://github.com/matrix-org/matrix-react-sdk/pull/6589)). Fixes #18307.
* Fix create room dialog in spaces no longer adding to the space ([\#6587](https://github.com/matrix-org/matrix-react-sdk/pull/6587)). Fixes #18465.
* Don't show a modal on call reject/user hangup ([\#6580](https://github.com/matrix-org/matrix-react-sdk/pull/6580)). Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fade Call View Buttons after `componentDidMount` ([\#6581](https://github.com/matrix-org/matrix-react-sdk/pull/6581)). Fixes #18439. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix missing expand button on codeblocks ([\#6565](https://github.com/matrix-org/matrix-react-sdk/pull/6565)). Fixes #18388. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* allow customizing the bubble layout colors ([\#6568](https://github.com/matrix-org/matrix-react-sdk/pull/6568)). Fixes #18408. Contributed by [benneti](https://github.com/benneti).
* Don't flash "Missed call" when accepting a call ([\#6567](https://github.com/matrix-org/matrix-react-sdk/pull/6567)). Fixes #18404. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix clicking whitespaces on replies ([\#6571](https://github.com/matrix-org/matrix-react-sdk/pull/6571)). Fixes #18327. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix composer not being disabled when sending voice messages ([\#6562](https://github.com/matrix-org/matrix-react-sdk/pull/6562)). Fixes #18413.
* Fix sizing issues of the screen picker ([\#6498](https://github.com/matrix-org/matrix-react-sdk/pull/6498)). Fixes #18281. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Stop voice messages that are playing when starting a recording ([\#6563](https://github.com/matrix-org/matrix-react-sdk/pull/6563)). Fixes #18410.
* Fix random box appearing when clicking room list headers. ([\#6561](https://github.com/matrix-org/matrix-react-sdk/pull/6561)). Fixes #18414.
* Null guard space inviter to prevent the app exploding ([\#6558](https://github.com/matrix-org/matrix-react-sdk/pull/6558)).
* Make the ringing sound mutable/disablable ([\#6534](https://github.com/matrix-org/matrix-react-sdk/pull/6534)). Fixes #15591. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Fix wrong cursor being used in PiP ([\#6551](https://github.com/matrix-org/matrix-react-sdk/pull/6551)). Fixes #18383. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* Re-pin Jitsi if the widget already exists ([\#6226](https://github.com/matrix-org/matrix-react-sdk/pull/6226)). Fixes #17679. Contributed by [SimonBrandner](https://github.com/SimonBrandner).
* createRoom, only send join rule event if we have a join rule to put in it ([\#6516](https://github.com/matrix-org/matrix-react-sdk/pull/6516)). Fixes #18301.
* Fix grecaptcha regression ([\#6503](https://github.com/matrix-org/matrix-react-sdk/pull/6503)). Fixes #18284. Contributed by [Palid](https://github.com/Palid).
* Fix compatibility with accounts where the security passphrase was created on a mobile device ([\#1819](https://github.com/matrix-org/matrix-js-sdk/pull/1819)).
Changes in [1.7.34](https://github.com/vector-im/element-desktop/releases/tag/v1.7.34) (2021-08-02)
Issues will be triaged by the core team using the below set of tags.
Issues are triaged by community members and the Web App Team, following the [triage process](https://github.com/vector-im/element-web/wiki/Triage-process).
Tags are meant to be used incombination - e.g.:
* P1 critical bug == really urgent stuff that should be next in the bugfixing todo list
* "release blocker" == stuff which is blocking us from cutting the next release.
* P1 feature type:voip == what VoIP features should we be working on next?
priority: **compulsory**
* P1: top priority - i.e. pool of stuff which we should be working on next
* P2: still need to fix, but lower than P1
* P3: non-urgent
* P4: interesting idea - bluesky some day
* P5: recorded for posterity/to avoid duplicates. No intention to resolves right now.
bug or feature: **compulsory**
* bug
* feature
bug severity: **compulsory, if bug**
* critical - whole app doesn't work
* major - entire feature doesn't work
* minor - partially broken feature (but still usable)
* cosmetic - feature works functionally but UI/UX is broken
types
* type:* - refers to a particular part of the app; used to filter bugs
on a given topic - e.g. VOIP, signup, timeline, etc.
additional categories (self-explanatory):
* release blocker
* ui/ux (think of this as cosmetic)
* network (specific to network conditions)
* platform specific
* accessibility
* maintenance
* performance
* i18n
* blocked - whether this issue currently can't be progressed due to outside factors
community engagement
* easy
* hacktoberfest
* bounty? - proposal to be included in a bounty programme
* bounty - included in Status Open Bounty
We use [issue labels](https://github.com/vector-im/element-web/wiki/Issue-labelling) to sort all incoming issues.
@@ -7,9 +7,22 @@ to `Settings->Labs`. This list is non-exhaustive and subject to change, chat in
**Be warned! Labs features are not finalised, they may be fragile, they may change, they may be
dropped. Ask in the room if you are unclear about any details here.**
## New spinner design (`feature_new_spinner`)
## Submit Abuse Report to Moderators [MSC3215](https://github.com/matrix-org/matrix-doc/pull/3215) support (`feature_report_to_moderators`)
Replaces the old spinner image with a new, svg-based one featuring a sleeker design.
A new version of the "Report" dialog that lets users send abuse reports directly to room moderators,
if the room supports it.
## Matrix Spaces [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772) support (`feature_spaces`)
Enables showing, using, creating, and managing spaces. Create Spaces from the all new Space Panel (to left of Room List).
Incompatible with (will disable) `feature_custom_tags`, `feature_communities_v2_prototypes` and stable Communities/Groups support.
Still in heavy development.
## Render LaTeX maths in messages (`feature_latex_maths`)
Enables rendering of LaTeX maths in messages using [KaTeX](https://katex.org/). LaTeX between single dollar-signs is interpreted as inline maths and double dollar-signs as display maths (i.e. centred on its own line).
## Message pinning (`feature_pinning`)
@@ -106,3 +119,17 @@ To enable message previews for reactions in DMs, enable `feature_roomlist_previe
represent what communities v2 will look/feel like and can/will change without notice. Due to the early
stages this feature is in and the requirement for a compatible homeserver, we will not be accepting issues
or feedback for this functionality at this time.
## Dehydrated devices (`feature_dehydration`)
Allows users to receive encrypted messages by creating a device that is stored
encrypted on the server, as described in [MSC2697](https://github.com/matrix-org/matrix-doc/pull/2697).
## Do not disturb (`feature_dnd`)
Enables UI for turning on "do not disturb" mode for the current device. When DND mode is engaged, popups
and notification noises are suppressed. Not perfect, but can help reduce noise.
- Be able to understand the language you want to translate Element into
## Step 0: Join #riotweb-translations:matrix.org
## Step 0: Join #element-translations:matrix.org
1. Come and join https://matrix.to/#/#riotweb-translations:matrix.org
2.Read scrollback and/or ask if anyone else is working on your language, and co-ordinate if needed. In general little-or-no coordination is needed though :)
1. Come and join https://matrix.to/#/#element-translations:matrix.org for general discussion
2.Join https://matrix.to/#/#element-translators:matrix.org for language-specific rooms
3. Read scrollback and/or ask if anyone else is working on your language, and co-ordinate if needed. In general little-or-no coordination is needed though :)
## Step 1: Preparing your Weblate Profile
1. Head to https://translate.riot.im and register either via Github or email
1. Head to https://translate.element.io and register either via Github or email
2. After registering check if you got an email to verify your account and click the link (if there is none head to step 1.4)
3. Log into weblate
4. Head to https://translate.riot.im/accounts/profile/ and select the languages you know and maybe another language you know too.
6. Head to https://translate.riot.im/accounts/profile/#subscriptions and select Element Web as Project
4. Head to https://translate.element.io/accounts/profile/ and select the languages you know and maybe another language you know too.
6. Head to https://translate.element.io/accounts/profile/#subscriptions and select Element Web as Project
## How to check if your language already is being translated
Go to https://translate.riot.im/projects/riot-web/ and visit the 2 sub-projects.
Go to https://translate.element.io/projects/element-web/ and visit the 2 sub-projects.
If your language is listed go to Step 2a and if not go to Step 2b
## Step 2a: Helping on existing languages.
1. Head to one of the projects listed https://translate.riot.im/projects/riot-web/
1. Head to one of the projects listed https://translate.element.io/projects/element-web/
2. Click on the ``translate`` button on the right side of your language
3. Fill in the translations in the writeable field. You will see the original English string and the string of your second language above.
@@ -34,7 +35,7 @@ Head to the explanations under Steb 2b
## Step 2b: Adding a new language
1. Go to one of the projects listed https://translate.riot.im/projects/riot-web/
1. Go to one of the projects listed https://translate.element.io/projects/element-web/
2. Click the ``Start new translation`` button at the bottom
"You need to be using HTTPS to place a screen-sharing call.":"تحتاج الى استخدام الاتصال الآمن (HTTPS) للسماح بمشاركة الشاشة.",
"You need to be using HTTPS to place a screen-sharing call.":"عليك استعمال ميفاق HTTPS للاتصال بمشاركة الشاشة.",
"powered by Matrix":"مشغل بواسطة Matrix",
"Welcome to Element":"مرحبا بك في Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"دردشة مشفرة غير مركزية &تطبيق تعاوني مدعوم بواسطة [matrix]",
"Create Account":"انشاء حساب",
"Explore rooms":"استكشف غرف المحادثات",
"Sign In":"الدخول",
"Missing indexeddb worker script!":"منفذ السكريبت الخاص ب Indexeddb غير موجود!",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"خطأ في الاعدادات: يمكنك فقط تحديد واحد فقط من: default_server_config، default_server_name، أو default_hs_url.",
"Invalid configuration: no default server specified.":"اعدادات خاطئة: لم يتم تحديد السيرفر الافتراضي.",
"Your Element is misconfigured":"تطبيقك معد بطريقة خاطئة",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"اعداداتك تحتوى على بنية JSON غير صحيحة. يرجى تصحيح المشكلة واعادة تحديث الصفحة.",
"The message from the parser is: %(message)s":"الرسالة من المدقق هي:%(message)s",
"Invalid JSON":"JSON خاطئ",
"Unable to load config file: please refresh the page to try again.":"لم نستطع تحميل ملف الاعداد: يرجى تحديث الصفحة للمحاولة مرة اخرى.",
"Unexpected error preparing the app. See console for details.":"حدث خطأ غير متوقع عند تجهيز التطبيق. انظر الى منصة التحكم للمزيد من التفاصيل.",
"Download Completed":"تم اكتمال التحميل",
"Open":"فتح",
"Open user settings":"فتح اعدادات المستخدم",
"Previous/next recently visited room or community":"السابقة/اللاحقة الغرفة او المجتمع الذي تمت زيارته مؤخرا",
"%(brand)s Desktop (%(platformName)s)":"%(brand)s سطح المكتب (%(platformName)s)",
"Go to your browser to complete Sign In":"اذهب الى المتصفح لاكمال تسجيل الدخول",
"Your browser can't run %(brand)s":"متصفحك لايمكنه تشغيل %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s يستخدم مزايا المتصفح المتقدمة والتي لا يدعمها متصفحك الحالي.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"يرجى تثبيت <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"يمكنك الاستمرار في استخدام متصفحك الحالي، ولكن بعض او كل المزايا ربما لا تعمل ويكون شكل التطبيق وشعورك تجاهه غير صحيح.",
"I understand the risks and wish to continue":"ادرك المخاطر وارغب في الاستمرار",
"Go to element.io":"اذهب الى Element.io",
"Failed to start":"فشل الاقلاع"
"Welcome to Element":"مرحبًا بك في Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"دردشة وتعاون غير مركزي معمّى، تدعمه [matrix]",
"Create Account":"أنشِئ حسابًا",
"Explore rooms":"استكشِف الغرف",
"Sign In":"لِج",
"Missing indexeddb worker script!":"سكربت عامل indexeddb ناقص!",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"الضبط غير صالح: يمكنك تحديد واحدًا من الآتي فقط: default_server_config أو default_server_name أو default_hs_url.",
"Invalid configuration: no default server specified.":"الضبط غير صالح: لم تحدّد خادومًا مبدئيًا.",
"Your Element is misconfigured":"لم يُضبط تطبيق Element كما ينبغي",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"يحتوي ضبط تطبيق Element على تنسيق JSON غير صالح. من فضلك صحّح المشكلة وأعِد تحميل الصفحة.",
"The message from the parser is: %(message)s":"الرسالة القادمة من المحلّل: %(message)s",
"Invalid JSON":"تنسيق JSON غير صالح",
"Unable to load config file: please refresh the page to try again.":"تعذّر تحميل ملف الضبط: من فضلك أنعِش الصفحة لمعاودة المحاولة.",
"Unexpected error preparing the app. See console for details.":"حدث عُطل غير متوقع أثناء تجهيز التطبيق. طالِع المِعراض للتفاصيل.",
"Download Completed":"اكتمل التنزيل",
"Open":"افتح",
"Open user settings":"افتح إعدادات المستخدم",
"Previous/next recently visited room or community":"الغرفة أو المجتمع التالي/السابق الذي زرته حديثًا",
"Your browser can't run %(brand)s":"لا يمكن لمتصفحك تشغيل %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"يستعمل %(brand)s ميزات متقدمة في المتصفحات لا يدعمها متصفحك الحالي.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"من فضلك ثبّت <chromeLink>كروم</chromeLink> أو <firefoxLink>فَيَرفُكس</firefoxLink> أو <safariLink>سفاري</safariLink> لأفضل تجربة.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"يمكنك مواصل استعمال متصفحك الحالي ولكن قد لا تعمل بعض المزايا (أو كلها) وقد لا يظهر التطبيق كما ينبغي له أن يظهر.",
"I understand the risks and wish to continue":"أفهم المخاطرة وأود المواصلة",
"Go to element.io":"انتقل إلى element.io",
"Failed to start":"فشل البدء",
"Powered by Matrix":"تدعمه «ماترِكس»",
"Use %(brand)s on mobile":"استعمل %(brand)s على المحمول"
"Your browser can't run %(brand)s":"Браузърът ви не може да изпълни %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s използва модерни функции на браузъра, които не се поддържат от Вашия."
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s използва модерни функции на браузъра, които не се поддържат от Вашия.",
"Powered by Matrix":"Базирано на Matrix",
"Use %(brand)s on mobile":"Използвайте %(brand)s на мобилен телефон"
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Neispravna konfiguracija: navesti se samo može jedan od default_server_config, default_server_name ili default_hs_url.",
"Invalid configuration: no default server specified.":"Neispravna konfiguracija: nije naveden zadani server.",
"Your Element is misconfigured":"Vaš element je pogrešno konfiguriran",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Konfiguracija vašeg elementa sadrži nevažeći JSON. Ispravite problem i ponovo učitajte stranicu.",
"The message from the parser is: %(message)s":"Poruka parsera je: %(message)s",
"Invalid JSON":"Nevažeći JSON",
"Unable to load config file: please refresh the page to try again.":"Nije moguće učitati konfiguracijsku datoteku: osvježite stranicu i pokušajte ponovo.",
"Unexpected error preparing the app. See console for details.":"Neočekivana greška prilikom pripreme aplikacije. Pogledajte konzolu za detalje.",
"Download Completed":"Preuzimanje završeno",
"Open":"Otvori",
"Dismiss":"Odbaci",
"Open user settings":"Otvori korisničke postavke",
"Previous/next recently visited room or community":"Prethodna / sljedeća nedavno posjećena soba ili zajednica",
"You need to be using HTTPS to place a screen-sharing call.":"Morate koristiti HTTPS za upućivanje poziva za dijeljenje ekrana.",
"Powered by Matrix":"Pokretano uz Matrix",
"Unsupported browser":"Nepodržani pretraživač",
"Your browser can't run %(brand)s":"Vaš pretraživač ne može pokretati %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s koristi napredne funkcije pretraživača koje vaš trenutni pretraživač ne podržava.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Molimo instalirajte <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink> ili <safariLink>Safari</safariLink> za najbolje iskustvo.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Možete nastaviti koristiti svoj trenutni pretraživač, ali neke ili sve funkcije možda neće raditi, a izgled i dojam aplikacije mogu biti neispravani.",
"I understand the risks and wish to continue":"Razumijem rizike i želim nastaviti",
"Go to element.io":"Idite na element.io",
"Failed to start":"Pokretanje nije uspjelo",
"Welcome to Element":"Dobrodošli u Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Decentralizirani, šifrirani razgovor & suradnja pokrenuta [matrix]",
"Welcome to Element":"Us donem la benvinguda a Element",
"You need to be using HTTPS to place a screen-sharing call.":"Heu d'utilitzar HTTPS per poder fer una trucada amb pantalla compartida.",
"Welcome to Element":"Benvingut/da a Element",
"You need to be using HTTPS to place a screen-sharing call.":"Has d'utilitzar HTTPS per poder fer una trucada amb pantalla compartida.",
"powered by Matrix":"amb tecnologia de Matrix",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Xat descentralitzat, encriptat i col·laboratiu amb tecnologia de [matrix]",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Xat descentralitzat, xifrat i col·laboratiu amb tecnologia de [matrix]",
"Create Account":"Crea un compte",
"Explore rooms":"Exploreu les sales",
"Sign In":"Inicia la sessió",
"Invalid configuration: no default server specified.":"Configuració no vàlida: no s'ha especificat cap servidor per defecte.",
"Invalid JSON":"JSON no vàlid",
"Go to your browser to complete Sign In":"Aneu al vostre navegador per completar l'inici de sessió"
"Explore rooms":"Explora sales",
"Sign In":"Inicia sessió",
"Invalid configuration: no default server specified.":"Configuració invàlida: no s'ha especificat cap servidor predeterminat.",
"Invalid JSON":"JSON invàlid",
"Go to your browser to complete Sign In":"Vés al navegador per completar l'inici de sessió",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Configuració invàlida: només pots especificar una únic default_server_config, default_server_name, o default_hs_url.",
"Your Element is misconfigured":"Element està mal configurat",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"La configuració d'Element conté un JSON invàlid. Soluciona el problema i actualitza la pàgina.",
"The message from the parser is: %(message)s":"El missatge de l'analitzador és: %(message)s",
"Unable to load config file: please refresh the page to try again.":"No s'ha pogut carregar el fitxer de configuració: actualitza la pàgina per tornar-ho a provar.",
"Unexpected error preparing the app. See console for details.":"Error inesperat durant la preparació de l'aplicació. Consulta la consola pels a més detalls.",
"Download Completed":"Baixada completada",
"Open":"Obre",
"Open user settings":"Obre la configuració d'usuari",
"Previous/next recently visited room or community":"Anterior/següent sala o comunitat visitada recentment",
"Your browser can't run %(brand)s":"El teu navegador no pot executar %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s utilitza funcions del navegador avançades que no són compatibles amb el teu navegador actual.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Instal·la <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, o <safariLink>Safari</safariLink> per obtenir la millor experiència.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Pots continuar utilitzant el teu navegador actual, però algunes o totes les funcions podrien no funcionar i l'aspecte de l'aplicació podria ser incorrecte.",
"I understand the risks and wish to continue":"Entenc els riscos i vull continuar",
"Go to element.io":"Vés a element.io",
"Failed to start":"Ha fallat l'inici",
"Missing indexeddb worker script!":"Falta l'script del treballador indexeddb!",
"Use %(brand)s on mobile":"Utilitza %(brand)s al mòbil",
"Switch to space by number":"Canvia d'espai per número"
"You need to be using HTTPS to place a screen-sharing call.":"Pro uskutečnění hovoru se sdílením obrazovky musíte používat HTTPS.",
"Dismiss":"Zahodit",
"Dismiss":"Zavřít",
"powered by Matrix":"používá protokol Matrix",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Decentralizovaný, šifrovaný chat a spolupráce na platformě [matrix]",
"Sign In":"Přihlásit se",
@@ -28,5 +28,11 @@
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Pro nejlepší zážitek si prosím nainstalujte prohlížeč <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, nebo <safariLink>Safari</safariLink>.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Můžete pokračovat vužívání vašeho současného prohlížeče, ale některé (nebo dokonce všechny) funkce nemusí fungovat avzhled achování aplikace nemusí být správné.",
"I understand the risks and wish to continue":"Rozumím a přesto chci pokračovat",
"Go to element.io":"Přejít na element.io"
"Go to element.io":"Přejít na element.io",
"Failed to start":"Nepovedlo se nastartovat",
"Powered by Matrix":"Běží na Matrixu",
"%(brand)s Desktop (%(platformName)s)":"%(brand)s pro desktopový počítač (%(platformName)s)",
"Missing indexeddb worker script!":"Nenačetl se skript spravující indexdb!",
"Use %(brand)s on mobile":"Používání %(brand)s v mobilních zařízeních",
"Switch to space by number":"Přepnout na prostor podle čísla"
"Unexpected error preparing the app. See console for details.":"Uventet fejl ved forberedelse af appen. Se konsollen for detaljer.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Ugyldig konfiguration: kan kun angive en af default_server_config, default_server_name eller default_hs_url.",
"Invalid configuration: no default server specified.":"Ugyldig konfiguration: ingen standardserver angivet.",
"Invalid configuration: no default server specified.":"Ugyldig konfiguration: Ingen standardserver er angivet.",
"Unable to load config file: please refresh the page to try again.":"Ikke i stand til at loade configfil: genopfrisk venligst siden for at prøve igen.",
"Unable to load config file: please refresh the page to try again.":"Ikke i stand til at indlæse konfigurationsfil: Genopfrisk venligst siden for at prøve igen.",
"Open user settings":"Åbn brugerindstillinger",
"Previous/next recently visited room or community":"Forrige/næste besøgte rum eller fællesskab",
"Go to your browser to complete Sign In":"Gå til din browser for at færdiggøre Log ind"
"Go to your browser to complete Sign In":"Gå til din browser for at færdiggøre Log ind",
"Go to element.io":"Gå til element.io",
"I understand the risks and wish to continue":"Jeg forstår risikoen og ønsker at fortsætte",
"Unsupported browser":"Browser ikke understøttet",
"Open":"Åbn",
"Download Completed":"Hentning færdig",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Din Element konfiguration indeholder ugyldig JSON. Løs venligst problemet og genindlæs siden.",
"Your Element is misconfigured":"Din Element er konfigureret forkert",
"Your browser can't run %(brand)s":"Din browser kan ikke køre %(brand)s",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Du kan fortsætte med at bruge din nuværende browser, men du kan opleve at visse eller alle funktioner ikke vil fungere korrekt.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Venligst installer <chromeLink>Chrome</chromeLink>,<firefoxLink>Firefox</firefoxLink> eller <safariLink>Safari</safariLink> for den bedste oplevelse.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s bruger avanceret browser funktioner som ikke er understøttet af din nuværende browser."
"You need to be using HTTPS to place a screen-sharing call.":"Du musst HTTPS nutzen um einen Anruf mit Bildschirmfreigabe durchzuführen.",
"You need to be using HTTPS to place a screen-sharing call.":"Du musst HTTPS nutzen, um einen Anruf mit Bildschirmfreigabe durchzuführen.",
"Welcome to Element":"Willkommen bei Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Dezentrale, verschlüsselte Chat- & Kollaborationslösung unterstützt von [matrix]",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Dezentrale, verschlüsselte Chat- & Kollaborationslösung basierend auf [matrix]",
"Sign In":"Anmelden",
"Create Account":"Account erstellen",
"Explore rooms":"Erkunde Räume",
"Unexpected error preparing the app. See console for details.":"Unerwarteter Fehler bei der Vorbereitung der App. Siehe Konsole für Details.",
"Create Account":"Konto erstellen",
"Explore rooms":"Räume erkunden",
"Unexpected error preparing the app. See console for details.":"Unerwarteter Fehler bei der Vorbereitung der App. Siehe in die Konsole für mehr Details.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Ungültige Konfiguration: Es kann nur eine der Optionen default_server_config, default_server_name oder default_hs_url angegeben werden.",
"Invalid configuration: no default server specified.":"Ungültige Konfiguration: Es wurde kein Standardserver angegeben.",
"The message from the parser is: %(message)s":"Die Nachricht des Parsers ist: %(message)s",
"Invalid JSON":"Ungültiges JSON",
"Go to your browser to complete Sign In":"Gehe zu deinem Browser, um die Anmeldung abzuschließen",
"Open user settings":"Öffne Nutzer-Einstellungen",
"Open user settings":"Benutzereinstellungen öffnen",
"Unable to load config file: please refresh the page to try again.":"Konfigurationsdatei kann nicht geladen werden: Bitte aktualisiere die Seite, um es erneut zu versuchen.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Bitte installiere <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, oder <safariLink>Safari</safariLink> für das beste Erlebnis.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Du kannst mit diesem Browser weitermachen, aber einiges könnte nicht funktionieren und die Darstellung könnte fehlerhaft sein.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Bitte installiere <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink> oder <safariLink>Safari</safariLink> für das beste Erlebnis.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Du kannst deinen aktuellen Browser weiterhin verwenden. Es ist aber möglich, dass nicht alles richtig funktioniert oder das Aussehen der App inkorrekt ist.",
"I understand the risks and wish to continue":"Ich verstehe die Risiken und möchte fortfahren",
"Your Element is misconfigured":"Dein Element ist fehlkonfiguriert",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Deine Element Konfiguration enthält ungültiges JSON. Bitte korrigiere das Problem und lade die Seite neu.",
"Download Completed":"Download fertiggestellt",
"Your Element is misconfigured":"Dein Element ist falsch konfiguriert",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Deine Elementkonfiguration enthält ungültiges JSON. Bitte korrigiere das Problem und lade die Seite neu.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s verwendet erweiterte Browserfunktionen, die von Ihrem aktuellen Browser nicht unterstützt werden.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s verwendet erweiterte Browserfunktionen, die von deinem Browser nicht unterstützt werden.",
"Your browser can't run %(brand)s":"Dein Browser kann %(brand)s nicht ausführen",
"Powered by Matrix":"Betrieben mit Matrix"
"Powered by Matrix":"Betrieben mit Matrix",
"Use %(brand)s on mobile":"Verwende %(brand)s am Handy",
"Switch to space by number":"Zum n-ten Space wechseln"
"You need to be using HTTPS to place a screen-sharing call.":"Απαιτείται η χρήση HTTPS για την πραγματοποίηση κλήσης διαμοιρασμού επιφάνειας εργασίας.",
"powered by Matrix":"λειτουργεί με το Matrix",
"Welcome to Element":"Καλώς ήλθατε στο Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Αποκεντρωμένη, κρυπτογραφημένη συνομιλία και συνεργασία χρησιμοποιώντας το [matrix]",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Αποκεντρωμένη, κρυπτογραφημένη συνεργασία συνομιλίας χρησιμοποιώντας το [matrix]",
"Sign In":"Σύνδεση",
"Create Account":"Δημιουργία Λογαριασμού",
"The message from the parser is: %(message)s":"Το μήνυμα από τον αναλυτή είναι: %(message)s",
"Invalid JSON":"Μη έγκυρο JSON",
"Unexpected error preparing the app. See console for details.":"Απρόοπτο σφάλμα κατά την προετοιμασία της εφαρμογής. Δείτε το τερματικό για λεπτομέρειες.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Μη έγκυρη ρύθμιση παραμέτρων: δυνατότητα ορισμού μόνο ένα από τα default_server_config, default_server_name, ή default_hs_url.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Μη έγκυρη ρύθμιση: δυνατότητα ορισμού μόνο ένα από τα default_server_config, default_server_name, ή default_hs_url.",
"Invalid configuration: no default server specified.":"Μη έγκυρη ρύθμιση παραμέτρων: δεν έχει οριστεί προκαθορισμένος διακομιστής.",
"Explore rooms":"Εξερευνήστε δωμάτια"
"Explore rooms":"Εξερευνήστε δωμάτια",
"Open":"Άνοιγμα",
"Go to your browser to complete Sign In":"Μεταβείτε στο πρόγραμμα περιήγησής σας γιανα ολοκληρώσετε τη σύνδεση",
"Powered by Matrix":"Με την υποστήριξη του Matrix",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Παρακαλούμε εγκαταστήστε <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, ή <safariLink>Safari</safariLink> για καλύτερη εμπειρία χρήσης.",
"Your Element is misconfigured":"Το Element σας δεν εχει ρυθμιστεί σωστά",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Η ρύθμιση του Element περιέχει μη έγκυρο JSON. Διορθώστε το πρόβλημα και φορτώστε ξανά τη σελίδα.",
"Unable to load config file: please refresh the page to try again.":"Δεν είναι δυνατή η φόρτωση του αρχείου config: ανανεώστε τη σελίδα γιανα δοκιμάσετε ξανά.",
"Download Completed":"Η λήψη ολοκληρώθηκε",
"Open user settings":"Ανοίξτε τις ρυθμίσεις χρήστη",
"Previous/next recently visited room or community":"Προηγούμενο / επόμενο δωμάτιο ή κοινότητα που επισκεφτήκατε πρόσφατα",
"Your browser can't run %(brand)s":"Το πρόγραμμα περιήγησής σας δεν μπορεί να εκτελέσει %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s χρησιμοποιεί προηγμένες δυνατότητες προγράμματος περιήγησης που δεν υποστηρίζονται από το τρέχον πρόγραμμα περιήγησής σας.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Μπορείτε να συνεχίσετε να χρησιμοποιείτε το τρέχον πρόγραμμα περιήγησής σας, αλλά ορισμένες ή όλες οι λειτουργίες ενδέχεται να μην λειτουργούν και η εμφάνιση και η αίσθηση της εφαρμογής ενδέχεται να είναι λανθασμένη.",
"I understand the risks and wish to continue":"Κατανοώ τους κινδύνους και επιθυμώ να συνεχίσω",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.",
"Invalid configuration: no default server specified.":"Invalid configuration: no default server specified.",
"Your Element is misconfigured":"Your Element is misconfigured",
@@ -11,6 +10,7 @@
"Download Completed":"Download Completed",
"Open":"Open",
"Dismiss":"Dismiss",
"Switch to space by number":"Switch to space by number",
"Open user settings":"Open user settings",
"Previous/next recently visited room or community":"Previous/next recently visited room or community",
"You need to be using HTTPS to place a screen-sharing call.":"You need to be using HTTPS to place a screen-sharing call.",
"Powered by Matrix":"Powered by Matrix",
"Use %(brand)s on mobile":"Use %(brand)s on mobile",
"Unsupported browser":"Unsupported browser",
"Your browser can't run %(brand)s":"Your browser can't run %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s uses advanced browser features which aren't supported by your current browser.",
"Unexpected error preparing the app. See console for details.":"Unexpected error preparing the app. See console for details.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.",
"Invalid configuration: no default server specified.":"Invalid configuration: no default server specified."
"Invalid configuration: no default server specified.":"Invalid configuration: no default server specified.",
"Failed to start":"Failed to start",
"Go to element.io":"Go to element.io",
"I understand the risks and wish to continue":"I understand the risks and wish to continue",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s uses advanced browser features which aren't supported by your current browser.",
"Your browser can't run %(brand)s":"Your browser can't run %(brand)s",
"Previous/next recently visited room or community":"Previous/next recently visited room or community",
"Open user settings":"Open user settings",
"Open":"Open",
"Download Completed":"Download Completed",
"Unable to load config file: please refresh the page to try again.":"Unable to load config file: please refresh the page to try again.",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.",
"Your Element is misconfigured":"Your Element is misconfigured",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Via agordaro de Elemento enhavas nevalidajn datumojn de JSON. Bonvolu korekti la problemon kaj aktualigi la paĝon.",
"Your browser can't run %(brand)s":"Via foliumilo ne povas ruli %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s uzas specialajn funkciojn de foliumilo, kiujn via nuna foliumilo ne subtenas.",
"Powered by Matrix":"Povigata de Matrix"
"Powered by Matrix":"Povigata de Matrix",
"Use %(brand)s on mobile":"Uzi %(brand)s telefone",
"Switch to space by number":"Baskuli al aro laŭ numero"
"You need to be using HTTPS to place a screen-sharing call.":"Debes usar HTTPS para hacer una llamada con pantalla compartida.",
"Welcome to Element":"Bienvenido a Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Conversaciones cifradas y descentralizadas & colaboración impulsada por [matrix]",
"Welcome to Element":"Te damos la bienvenida a Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Conversaciones cifradas y descentralizadas. Funciona con [matrix]",
"Sign In":"Iniciar sesión",
"Create Account":"Crear cuenta",
"Explore rooms":"Explorar salas",
"Unexpected error preparing the app. See console for details.":"Error inesperado preparando la aplicación. Vea la consola para más detalles.",
"Unexpected error preparing the app. See console for details.":"Error inesperado preparando la aplicación. Ver la consola para más detalles.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Configuración errónea: sólo puede especificar uno de default_server_config, default_server_name, o default_hs_url.",
"Invalid configuration: no default server specified.":"Configuración errónea: no se ha especificado servidor.",
"The message from the parser is: %(message)s":"El mensaje del parser es: %(message)s",
"Invalid JSON":"JSON inválido",
"Open user settings":"Abrir opciones de usuario",
"Go to your browser to complete Sign In":"Abre tu navegador web para completar el registro",
"Missing indexeddb worker script!":"Falta el script de trabajo indexeddb!",
"Unable to load config file: please refresh the page to try again.":"No se ha podido cargar el archivo de configuración. Recarga la página para intentar nuevamente.",
"Missing indexeddb worker script!":"¡Falta el Worker script “indexeddb”!",
"Unable to load config file: please refresh the page to try again.":"No se ha podido cargar el archivo de configuración. Recarga la página para intentarlo otra vez.",
"Previous/next recently visited room or community":"Anterior/siguiente sala o comunidad visitada recientemente",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Por favor, instale <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, o <safariLink>Safari</safariLink> para la mejor experiencia.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Puedes seguir utilizando tu navegador actual, pero puede que algunas funcionalidades no estén disponibles o que algunas partes de la aplicación se muestren de forma incorrecta.",
"I understand the risks and wish to continue":"Entiendo los riesgos y deseo continuar",
"I understand the risks and wish to continue":"Entiendo los riesgos y quiero continuar",
"Go to element.io":"Ir a element.io",
"Failed to start":"Fallo al iniciar",
"Your Element is misconfigured":"Tu elemento está mal configurado",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Su configuración de Element contiene JSON inválido. Por favor corríjalo e inténtelo de nuevo.",
"Your Element is misconfigured":"Tu aplicación Element está mal configurada",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Tu configuración de Element contiene JSON inválido. Por favor corrígelo e inténtelo de nuevo.",
"Download Completed":"Descarga completada",
"Open":"Abrir",
"Your browser can't run %(brand)s":"Su navegador es incompatible con %(brand)s",
"Your browser can't run %(brand)s":"Tu navegador no es compatible con %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s usa funciones avanzadas que su navegador actual no soporta.",
"Powered by Matrix":"Desarrollado por Matrix"
"Powered by Matrix":"Funciona con Matrix",
"Use %(brand)s on mobile":"Usar %(brand)s en modo móvil",
"Switch to space by number":"Cambiar a espacio por número"
"Invalid configuration: no default server specified.":"Vigane seadistus: vaikimisi server on määramata.",
"Unable to load config file: please refresh the page to try again.":"Seadistuste faili laadimine ei õnnestunud: uuesti proovimiseks palun lae leht uuesti.",
"Unable to load config file: please refresh the page to try again.":"Seadistuste faili laadimine ei õnnestunud: uuesti proovimiseks palun laadi leht uuesti.",
"Unexpected error preparing the app. See console for details.":"Rakenduse ettevalmistamisel tekkis ootamatu viga. Täpsema teabe leiad konsoolist.",
"Open user settings":"Ava kasutaja seadistused",
"Go to your browser to complete Sign In":"Sisselogimiseks ava oma brauser",
@@ -15,7 +15,7 @@
"Previous/next recently visited room or community":"Eelmine/järgmine hiljuti kasutatud jututuba või kogukond",
"You need to be using HTTPS to place a screen-sharing call.":"Ekraani jagava kõne jaoks pead kasutama HTTPS-ühendust.",
"powered by Matrix":"põhineb Matrix'il",
"Welcome to Element":"Tere tulemast Element kasutajaks",
"Welcome to Element":"Tere tulemast kasutama suhtlusrakendust Element",
"Download Completed":"Allalaadimine on lõpetatud",
"Open":"Ava",
"Your Element is misconfigured":"Sinu Element on valesti seadistatud",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Sinu Element'i seadistustes on vigased JSON-vormingus andmed. Palun paranda see viga ja lae leht uuesti.",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Sinu Element'i seadistustes on vigased JSON-vormingus andmed. Palun paranda see viga ja laadi leht uuesti.",
"Your browser can't run %(brand)s":"%(brand)s ei toimi sinu brauseris",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s kasutab mitmeid uusi brauseri-põhiseid tehnoloogiaid, mis ei ole veel sinu veebibrauseris toetatud.",
"Powered by Matrix":"Põhineb Matrix'il"
"Powered by Matrix":"Põhineb Matrix'il",
"Use %(brand)s on mobile":"Kasuta %(brand)s rakendust nutiseadmes",
"Switch to space by number":"Vaata kogukonnakeskust tema numbri alusel"
"Your browser can't run %(brand)s":"مرورگر شما نمیتواند %(brand)s را اجرا کند",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s از ویژگی های پیشرفته مرورگر استفاده میکند که که در مرورگر فعلی شما پشتیبانی نمیشوند.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s از ویژگی های پیشرفته مرورگر استفاده میکند که در مرورگر فعلی شما پشتیبانی نمیشوند.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"لطفا برای تجربه بهتر <chromeLink>کروم</chromeLink>، <firefoxLink>فایرفاکس</firefoxLink>، یا <safariLink>سافاری</safariLink> را نصب کنید.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"شما میتوانید با مرورگر فعلی خود ادامه دهید، اما ممکن است برخی یا کل ویژگی ها کار نکنند و نگاه و احساس از برنامه ممکن است درست نباشد.",
"I understand the risks and wish to continue":"از خطرات این کار آگاهم و مایلم که ادامه بدهم",
"Go to element.io":"برو به element.io",
"Failed to start":"مشکل در آغاز",
"Powered by Matrix":"قدرتگرفته از ماتریکس"
"Powered by Matrix":"قدرتگرفته از ماتریکس",
"Use %(brand)s on mobile":"استفاده از %(brand)s روی گوشی",
"Switch to space by number":"تغییر به فضا با شماره"
"You need to be using HTTPS to place a screen-sharing call.":"Vous devez utiliser HTTPS pour effectuer un appel avec partage d’écran.",
"Welcome to Element":"Bienvenue sur Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Discussion & collaboration décentralisées et chiffrées, propulsées par [matrix]",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Messagerie et collaboration décentralisées et chiffrées, propulsées par [matrix]",
"Sign In":"Se connecter",
"Create Account":"Créer un compte",
"Explore rooms":"Explorer les salons",
"Explore rooms":"Parcourir les salons",
"Unexpected error preparing the app. See console for details.":"Une erreur inattendue est survenue pendant la préparation de l’application. Consultez la console pour avoir des détails.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Configuration invalide: il ne faut spécifier qu’un des trois champs entre default_server_config, default_server_name et default_hs_url.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Configuration invalide: il ne faut spécifier qu’un des trois champs parmis default_server_config, default_server_name et default_hs_url.",
"Invalid configuration: no default server specified.":"Configuration invalide: aucun serveur par défaut spécifié.",
"The message from the parser is: %(message)s":"Le message de l’analyseur est: %(message)s",
"Unsupported browser":"Navigateur non pris en charge",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Veuillez installer <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink> ou <safariLink>Safari</safariLink> pour une expérience optimale.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Vous pouvez continuer à utiliser votre navigateur actuel, mais vous risquez de trouver que certaines fonctionnalités et/ou l'apparence de l'application sont incorrectes.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Vous pouvez continuer à utiliser votre navigateur actuel, mais vous risquez de trouver que certaines fonctionnalités et/ou l’apparence de l’application sont incorrectes.",
"I understand the risks and wish to continue":"Je comprends les risques et souhaite continuer",
"Go to element.io":"Aller vers element.io",
"Failed to start":"Échec au démarrage",
@@ -31,6 +31,8 @@
"Your Element is misconfigured":"Votre Element est mal configuré",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"La configuration de votre Element contient du JSON invalide. Veuillez corriger le problème et recharger la page.",
"Your browser can't run %(brand)s":"Votre navigateur ne peut pas exécuter %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s nécessite des fonctionnalités avancées que votre navigateur actuel ne supporte pas.",
"Powered by Matrix":"Propulsé par Matrix"
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s nécessite des fonctionnalités avancées que votre navigateur actuel ne prend pas en charge.",
"Powered by Matrix":"Propulsé par Matrix",
"Use %(brand)s on mobile":"Utiliser %(brand)s sur téléphone",
"Switch to space by number":"Afficher un espace par son numéro"
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Jo kinne fierder gean mei jo eigen browser, mar guon funksjes kinne net wurkje en uterlik kin de applikaasje der ôfwikend út sjen.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Graach <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, of<safariLink>Safari</safariLink> ynstallearre foar de beste ûnderfining.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s brûkt avansearre browser funksjes dy net stipe wurde troch de browser dy jo no brûke.",
"Previous/next recently visited room or community":"Foarige/Folgjende resintlik besochte keamer as mienskip",
"Switch to space by number":"Wikselje fan romte mei nûmer",
"Unexpected error preparing the app. See console for details.":"Ûnferwachte flater by it klearmeitsjen fan de applikaasje. Sjoch yn'e konsole foar details.",
"The message from the parser is: %(message)s":"It berjocht fan de ferwurker is: %(message)s",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Jo Element konfiguraasje hat ûnjildige JSON. Nei dat jo dit oplost ha kin dizze side ferfarske wurde.",
"Use %(brand)s on mobile":"Brûk %(brand)s op mobyl",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Desintralisearre, fersifere chat & gearwurking fersoarge troch [matrix]",
"You need to be using HTTPS to place a screen-sharing call.":"Jo moatte HTTPS brûke om te skiljen en jo skermynhâld te dielen.",
"Go to your browser to complete Sign In":"Gean nei jo browser om it ynskriuwen ôf te rûnen",
"Download Completed":"Klear mei Delheljen",
"Unable to load config file: please refresh the page to try again.":"Kin konfiguraasje bestân net lade: ferfarskje de side en probearje it noch ris.",
"Open user settings":"Brûkersynstellingen iepenje",
"Dismiss":"Negearre",
"Explore rooms":"Keamers ûntdekke",
"Create Account":"Account Meitsje",
"Welcome to Element":"Wolkom by Element",
"I understand the risks and wish to continue":"Ik begryp de risiko's en wol graach fierder gean",
"Go to element.io":"Gean nei element.io",
"Your browser can't run %(brand)s":"Jo browser kin %(brand)s net útfiere",
"Unsupported browser":"Net stipe browser",
"Unknown device":"Ûnbekend apparaat",
"Open":"Iepenje",
"Invalid JSON":"Ûnjildiche JSON",
"Your Element is misconfigured":"Jo Element is net goed konfigurearre",
"Invalid configuration: no default server specified.":"Ûnjildiche konfiguraasje: gjin standert tsjinner selektearre.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Ûnjildige konfiguraasje: kin allinnich kieze út default_server_config, default_server_name, as default_hs_url."
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Meán comhrá agus comhoibriú, díláraithe agus criptithe, cumhachtaithe ag [matrix]",
"Sign In":"Sínigh Isteach",
"Create Account":"Déan cuntas a chruthú",
"Explore rooms":"Breathnaigh thart ar na seomraí"
"Explore rooms":"Breathnaigh thart ar na seomraí",
"Your browser can't run %(brand)s":"Níl do bhrabhsálaí comhoiriúnach do %(brand)s",
"Go to your browser to complete Sign In":"Oscail do bhrabhsálaí agus críochnaigh an clárú",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Coinníonn do chumraíocht JSON neamhbhailí. Ceartaigh an fadhb agus athlódáil an leathanach le do thoil.",
"Your Element is misconfigured":"Níl do fheidhmchlár Element cumraithe i gceart",
"Previous/next recently visited room or community":"roimhe/chéad eile, seomra nó pobal is déanaí",
"Failed to start":"Theip chun tosú",
"I understand the risks and wish to continue":"Tuigim na rioscaí agus ba mhaith liom lean ar aghaidh",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"An féidir leat úsáid do bhrabhsálaí reatha, ach nár oibrí roinnt nó gach gné agus nár thaispeántar an feidhmchlár i gceart.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Suiteáil <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> chun an taithí is fearr a fháil.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"Úsáideann %(brand)s gnéithe ardforbartha nach bhfuil ar fáil faoi do bhrabhsálaí reatha.",
"Unexpected error preparing the app. See console for details.":"Earráid nuair an feidhmchlár a hullmhú. Feic sa consól le haghaidh eolas.",
"Unable to load config file: please refresh the page to try again.":"Ní féidir an comhad cumraíochta a lódáil. Athnuaigh an leathanach chun déanamh iarracht arís le do thoil.",
"Download Completed":"Íoslódáil críochnaithe",
"Invalid JSON":"JSON neamhbhailí",
"The message from the parser is: %(message)s":"Is í an teachtaireacht as an parsálaí: %(message)s",
"Invalid configuration: no default server specified.":"Cumraíocht neamhbhailí: Níl aon freastalaí réamhshocraithe a sonrú.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Cumraíocht neamhbhailí: ní féidir ach ceann de default_server_config, default_server_name, nó default_hs_url a shonrú.",
"Missing indexeddb worker script!":"An script oibrí \"indexeddb\" ag iarraidh!",
"Powered by Matrix":"Cumhachtaithe ag Matrix",
"Go to element.io":"Téigh go element.io",
"Open user settings":"Oscail socruithe úsáideora",
"Open":"Oscail",
"Use %(brand)s on mobile":"Úsáid %(brand)s ar guthán póca"
"Unexpected error preparing the app. See console for details.":"Fallo non agardado ao preparar a app. Detalles na consola.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Configuración non válida: só se pode indicar un de default_server_config, default_server_name, ou default_hs_url.",
"Invalid configuration: no default server specified.":"Configuración non válida: non se indicou servidor por omisión.",
"Invalid configuration: no default server specified.":"Configuración non válida: non se indicou servidor por defecto.",
"Missing indexeddb worker script!":"Falta o script indexeddb!",
"Unable to load config file: please refresh the page to try again.":"Non se cargou o ficheiro de configuración: actualiza a páxina para reintentalo.",
"Open user settings":"Abrir axustes da usuaria",
@@ -32,5 +32,7 @@
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"A configuración de Element contén JSON non válido. Corrixe o problema e recarga a páxina.",
"Your browser can't run %(brand)s":"O teu navegador non pode executar %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s utiliza características avanzadas do navegador que non están dispoñibles no teu navegador.",
"Powered by Matrix":"Funciona grazas a Matrix"
"Powered by Matrix":"Funciona grazas a Matrix",
"Use %(brand)s on mobile":"Utiliza %(brand)s no móbil",
"Switch to space by number":"Cambiar a espazo polo número"
"You need to be using HTTPS to place a screen-sharing call.":"עליך להשתמש ב HTTPS בכדי לבצע שיחת ווידאו משותפת.",
"Welcome to Element":"ברוכים הבאים ל Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"צ'טמוצפן & ושת\"פ נעשה ע\"י ה [matrix]",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"צא'טוכלי שיתוף פעולה מבוזר ומוצפן & מופעל באמצעות [matrix]",
"Invalid JSON":"JSON לא חוקי",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"תצורה שגויה: ניתן לציין רק אחד מהבאים, default_server_config, default_server_name, או default_hs_url.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"תצורה שגויה: ניתן לציין רק אחד מהערכים הבאים, default_server_config, default_server_name, או default_hs_url.",
"Invalid configuration: no default server specified.":"תצורה שגויה: לא צוין שרת ברירת מחדל.",
"Open user settings":"פתיחת הגדרות משתמש",
"Go to your browser to complete Sign In":"עבור לדפדפן להמשך ההתחברות"
"Open user settings":"פתח הגדרות משתמש",
"Go to your browser to complete Sign In":"עבור לדפדפן להמשך ההתחברות",
"Explore rooms":"גלה חדרים",
"Create Account":"יצירת חשבון",
"Sign In":"כניסה",
"Previous/next recently visited room or community":"הבא\\קודם חדרים וקהילות שביקרתם לאחרונה",
"Open":"פתח",
"Download Completed":"ההורדה הושלמה",
"Unexpected error preparing the app. See console for details.":"שגיאה לא צפויה במהלך טעינת האפליקציה. ראו קונסול לפרטים נוספים.",
"Unable to load config file: please refresh the page to try again.":"לא ניתן לטעון את קובץ ההגדרות: יש לרענן את הדף כדי לנסות שנית.",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"האלמנט מכיל הגדרת JSON שגויה, אנא תקנו את הבעיה ואתחלו את הדף.",
"Your Element is misconfigured":"האלמנט מוגדר באופן שגוי",
"Go to element.io":"חזור לאתר הראשי: element.io",
"I understand the risks and wish to continue":"הסיכונים מובנים לי ואני מעוניינ/ת להמשיך",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"ניתן להמשיך ולהשתמש בדפדפן זה, אך ייתכן שחלק מן התכונות והמאפיינים לא יעבדו כשורה או ייראו כשגויים.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"נא התקן את דפדפן <chromeLink>כרום</chromeLink>, <firefoxLink>פיירפוקס</firefoxLink> או <safariLink>סאפרי</safariLink> בשביל החוויה הטובה ביותר.",
"Failed to start":"כשל בהעלאת התוכנה",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s משתמש בתכונות דפדפן מתקדמות שאינן נתמכות בדפדפן הנוכחי שלך.",
"Your browser can't run %(brand)s":"הדפדפן שלך לא יכול להריץ %(brand)s",
"You need to be using HTTPS to place a screen-sharing call.":"Képernyőmegosztás indításához HTTPS-t kell használnod.",
"Welcome to Element":"Üdvözöl a Element",
"You need to be using HTTPS to place a screen-sharing call.":"Képernyőmegosztás indításához HTTPS-t kell használnia.",
"Welcome to Element":"Üdvözli az Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Decentralizált, titkosított csevegés és kollaboráció [matrix] alapokon",
"Sign In":"Bejelentkezés",
"Create Account":"Fiók létrehozása",
"Explore rooms":"Szobák felderítése",
"Unexpected error preparing the app. See console for details.":"Váratlan hiba történt az alkalmazás előkészítésénél. A részletekért nézd meg a konzolt.",
"Unexpected error preparing the app. See console for details.":"Váratlan hiba történt az alkalmazás előkészítésénél. A részletekért lásd a konzolt.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Érvénytelen konfiguráció: csak egyet lehet megadni a default_server_config, default_server_name és default_hs_url közül.",
"Invalid configuration: no default server specified.":"Érvénytelen konfiguráció: nincs megadva alapértelmezett kiszolgáló.",
"The message from the parser is: %(message)s":"A feldolgozó algoritmus üzenete: %(message)s",
"Invalid JSON":"Érvénytelen JSON",
"Go to your browser to complete Sign In":"A böngészőben fejezd be a bejelentkezést",
"Go to your browser to complete Sign In":"A böngészőben fejezze be a bejelentkezést",
"Open user settings":"Felhasználói beállítások megnyitása",
"Unable to load config file: please refresh the page to try again.":"A konfigurációs fájlt nem sikerült betölteni: frissítsd az oldalt és próbáld meg újra.",
"Unable to load config file: please refresh the page to try again.":"A konfigurációs fájlt nem sikerült betölteni: frissítse az oldalt és próbálja meg újra.",
"Previous/next recently visited room or community":"Előző/következő nemrég meglátogatott szobák vagy közösségek",
"Unsupported browser":"A böngésző nem támogatott",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"A legjobb élmény eléréséhez kérlek telepíts <chromeLink>Chrome-ot</chromeLink>, <firefoxLink>Firefoxot</firefoxLink> vagy <safariLink>Safarit</safariLink>.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Folytathatod a jelenlegi böngésződdel, de néhány vagy az összes funkció használhatatlan lehet, vagy hibák lehetnek az alkalmazás kinézetében és viselkedésében.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"A legjobb élmény érdékében telepítsen <chromeLink>Chrome-ot</chromeLink>, <firefoxLink>Firefoxot</firefoxLink> vagy <safariLink>Safarit</safariLink>.",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Folytathatja a jelenlegi böngészőjével, de néhány vagy az összes funkció használhatatlan lehet, vagy hibák lehetnek az alkalmazás kinézetében és viselkedésében.",
"I understand the risks and wish to continue":"Megértettem a kockázatot és folytatom",
"Go to element.io":"Irány a element.io",
"Failed to start":"Az indítás sikertelen",
"Download Completed":"A letöltés befejeződött",
"Open":"Megnyitás",
"Your Element is misconfigured":"Az Element hibásan van beállítva",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Az Element érvénytelen JSON-t tartalmazó konfigurációval rendelkezik. Kérlek javítsd és töltsd újra az oldalt.",
"Your browser can't run %(brand)s":"A böngésződ nem tudja futtatni ezt: %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s haladó böngészőfunkciókat használ amiket a jelenlegi böngésződ nem támogat.",
"Powered by Matrix":"A gépházban: Matrix"
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Az Element érvénytelen JSON-t tartalmazó konfigurációval rendelkezik. Javítsa és töltse újra az oldalt.",
"Your browser can't run %(brand)s":"A böngészője nem tudja futtatni ezt: %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s speciális böngészőfunkciókat használ, amelyeket a jelenlegi böngészője nem támogat.",
"Powered by Matrix":"A gépházban: Matrix",
"Use %(brand)s on mobile":"Mobilon használd ezt: %(brand)s",
"You need to be using HTTPS to place a screen-sharing call.":"Anda perlu menggunakan HTTPS untuk melakukan panggilan berbagi-layar.",
"Welcome to Element":"Selamat datang di Element",
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Obrolan terenkripsi, terdesentralisasi & kolaborasi didukung oleh [matrix]"
"Decentralised, encrypted chat & collaboration powered by [matrix]":"Obrolan terenkripsi, terdesentralisasi & kolaborasi didukung oleh [matrix]",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Konfigurasi Element Anda mengandung JSON yang tidak valid. Mohon perbaiki masalahnya dan muat ulang halaman nya.",
"Invalid configuration: no default server specified.":"Konfigurasi tidak valid: server default belum ditentukan.",
"Missing indexeddb worker script!":"Tidak ada script worker indexeddb!",
"Explore rooms":"Jelajahi ruang",
"Create Account":"Buat Akun",
"Switch to space by number":"Beralih ke ruang dengan nomor",
"Go to your browser to complete Sign In":"Buka browser Anda untuk menyelesaikan Masuk",
"Sign In":"Masuk",
"Failed to start":"Gagal untuk memulai",
"Go to element.io":"Buka element.io",
"I understand the risks and wish to continue":"Saya memahami risikonya dan ingin melanjutkan",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Anda dapat lanjut menggunakan browser Anda saat ini, tetapi beberapa atau semua fitur mungkin tidak berfungsi dan tampilan serta nuansa aplikasi mungkin salah.",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"Mohon instal <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, atau <safariLink>Safari</safariLink> untuk pengalaman terbaik.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s menggunakan fitur browser lanjutan yang tidak didukung oleh browser Anda saat ini.",
"Your browser can't run %(brand)s":"Browser Anda tidak bisa menjalankan %(brand)s",
"Unsupported browser":"Browser tidak didukung",
"Use %(brand)s on mobile":"Gunakan %(brand)s di ponsel",
"Previous/next recently visited room or community":"Ruangan atau komunitas yang baru saja dikunjungi sebelum/berikutnya",
"Open user settings":"Buka pengaturan pengguna",
"Open":"Buka",
"Download Completed":"Unduh Selesai",
"Unexpected error preparing the app. See console for details.":"Kesalahan tak terduga saat menyiapkan aplikasi. Lihat konsol untuk detail.",
"Unable to load config file: please refresh the page to try again.":"Tidak bisa muat file konfigurasi: mohon segarkan halaman untuk mencoba lagi.",
"Invalid JSON":"JSON tidak valid",
"The message from the parser is: %(message)s":"Pesan dari pengurai adalah: %(message)s",
"Your Element is misconfigured":"Element Anda salah dikonfigurasi",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Konfigurasi tidak valid: hanya bisa menentukan satu dari default_server_config, default_server_name, atau default_hs_url."
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"vinsamlegast setja upp <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, eða <safariLink>Safari</safariLink> fyrir besta reynsluna.",
"I understand the risks and wish to continue":"Ég skil áhættuna og óska að halda áfram",
"Go to element.io":"farðu í element.io"
"Go to element.io":"farðu í element.io",
"Unexpected error preparing the app. See console for details.":"Óvænt villa við undirbúning appsins. Sjá nánar í textaskrá vafra.",
"Failed to start":"Mistókst að ræsa",
"You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.":"Þú getur haldið áfram að nota núverandi vafra, en sumar eða allir eiginleikar virka ekki og útlit og tilfinning forritsins geta verið röng.",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s notar háþróaða vafraeiginleika sem eru ekki studdir af núverandi vafra þínum.",
"Powered by Matrix":"Keyrt af Matrix",
"Go to your browser to complete Sign In":"Farðu í vafrann þinn til að ljúka innskráningu",
"Previous/next recently visited room or community":"Fyrra/næsta nýlega heimsótt herbergi eða samfélag",
"Open user settings":"Opna notandastillingar",
"Unable to load config file: please refresh the page to try again.":"Ekki er hægt að hlaða stillingaskrána: endurnýjaðu síðuna til að reyna aftur.",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Element stillingar þínar innihalda ógilda JSON. Vinsamlegast leiðréttu vandamálið og endurhladdu síðuna.",
"Your Element is misconfigured":"Element þitt er rangt stillt",
"Invalid configuration: no default server specified.":"Ógild stilling: enginn sjálfgefinn þjónn tilgreindur.",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"Ógild stilling: getur aðeins tilgreint einn af default_server_config, default_server_name eða default_hs_url.",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"La configurazione del tuo elemento contiene un JSON non valido. Correggi il problema e ricarica la pagina.",
"Your browser can't run %(brand)s":"Il tuo browser non può eseguire %(brand)s",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)s usa funzionalità avanzate del browser che non sono supportate dal tuo browser attuale.",
"Powered by Matrix":"Offerto da Matrix"
"Powered by Matrix":"Offerto da Matrix",
"Use %(brand)s on mobile":"Usa %(brand)s su mobile",
"Switch to space by number":"Passa allo spazio per numero"
"Unexpected error preparing the app. See console for details.":"アプリケーションの準備中に予期しないエラーが発生しました。詳細はコンソールを参照してください。",
"Invalid configuration: no default server specified.":"不正な設定です:デフォルトのサーバーが設定されていません。",
"Sign In":"サインイン",
"Create Account":"アカウント作成",
"Explore rooms":"部屋を探索する",
"Create Account":"アカウントの作成",
"Explore rooms":"部屋を探す",
"The message from the parser is: %(message)s":"パーザーのメッセージ: %(message)s",
"Invalid JSON":"妥当でないJSON",
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.":"無効な設定: default_server_config、default_server_name、または default_hs_urlのいずれか一つのみが指定できます。",
@@ -30,5 +30,7 @@
"Your Element is misconfigured":"Elementの設定が間違っています",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"Elementの設定ファイルに不正なJSONが含まれています。問題を修正してからページを再読込してください。",
"Your browser can't run %(brand)s":"このブラウザでは%(brand)sが動きません",
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)sはブラウザの高度な機能を使う必要がありますが、このブラウザではその機能がサポートされていないようです。"
"%(brand)s uses advanced browser features which aren't supported by your current browser.":"%(brand)sはブラウザの高度な機能を使う必要がありますが、このブラウザではその機能がサポートされていないようです。",
"Powered by Matrix":"Powered by Matrix",
"Previous/next recently visited room or community":"最近利用したルームまたはコミュニティ"
"Unexpected error preparing the app. See console for details.":"მოულოდნელი ერორი აპლიკაციის შემზადებისას. იხილეთ კონსოლი დეტალებისთვის.",
"Your Element configuration contains invalid JSON. Please correct the problem and reload the page.":"თქვენი Element-ის კონფიგურაცია შეიცავს მიუღებელ JSON-ს. გთხოვთ გადაჭრათ პრობლემა და დაარაფრეშოთ გვერდი.",
"Sign In":"შესვლა",
"Invalid configuration: no default server specified.":"არასწორი კონფიგურაცია: მთავარი სერვერი არ არის მითითებული.",
"Create Account":"ანგარიშის შექმნა",
"Go to element.io":"გადადი element.io-ზე",
"I understand the risks and wish to continue":"მესმის რისკები და მსურს გაგრძელება",
"Unsupported browser":"ბრაუზერი არ არის მხარდაჭერილი",
"Your browser can't run %(brand)s":"შენ ბრაუზერს არ შეუძლია გაუშვას %(brand)s-ი",
"Unable to load config file: please refresh the page to try again.":"კონფიგურაციის ფაილის ჩატვირთვა ვერ მოხერხდა: დაარეფრეშე გვერდი თავიდან საცდელად",
"Invalid JSON":"მიუღებელი JSON-ი",
"Your Element is misconfigured":"შენი Element-ი არასწორადაა კონფიგურირებული",
"Please install <chromeLink>Chrome</chromeLink>, <firefoxLink>Firefox</firefoxLink>, or <safariLink>Safari</safariLink> for the best experience.":"გთხოვთ დააინსტალოთ <chromeLink>Chrome-ი</chromeLink>, <firefoxLink>Firefox-ი</firefoxLink>, ან <safariLink>Safari</safariLink> საუკეთესო გამოცდილებისთვის.",
"Powered by Matrix":"მუშაობს Matrix-ის მეშვეობით",
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.