diff --git a/.travis-test-riot.sh b/.travis-test-riot.sh index 876ce207f3..7f2660a906 100755 --- a/.travis-test-riot.sh +++ b/.travis-test-riot.sh @@ -34,5 +34,5 @@ ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web # PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh # CHROME_PATH=$(which google-chrome-stable) ./run.sh ./install.sh -./run.sh +./run.sh --travis popd diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7bef4a88..390b90a41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,166 @@ +Changes in [0.13.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.4) (2018-09-10) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.4-rc.1...v0.13.4) + + * No changes since rc.1 + +Changes in [0.13.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.4-rc.1) (2018-09-07) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3...v0.13.4-rc.1) + + * Error on splash screen if sync is failing + [\#2155](https://github.com/matrix-org/matrix-react-sdk/pull/2155) + * Do full registration if HS doesn't support ILAG + [\#2150](https://github.com/matrix-org/matrix-react-sdk/pull/2150) + * Re-apply "Don't rely on room members to query power levels" + [\#2152](https://github.com/matrix-org/matrix-react-sdk/pull/2152) + * s/DidMount/WillMount/ in MessageComposerInput + [\#2151](https://github.com/matrix-org/matrix-react-sdk/pull/2151) + * Revert "Don't rely on room members to query power levels" + [\#2149](https://github.com/matrix-org/matrix-react-sdk/pull/2149) + * Don't rely on room members to query power levels + [\#2145](https://github.com/matrix-org/matrix-react-sdk/pull/2145) + * Correctly mark email as optional + [\#2148](https://github.com/matrix-org/matrix-react-sdk/pull/2148) + * guests trying to join communities should fire the ILAG flow. + [\#2059](https://github.com/matrix-org/matrix-react-sdk/pull/2059) + * Fix DM avatars, part 3 + [\#2146](https://github.com/matrix-org/matrix-react-sdk/pull/2146) + * Fix: show spinner again while recovering from connection error + [\#2143](https://github.com/matrix-org/matrix-react-sdk/pull/2143) + * Fix: infinite spinner on trying to create welcomeUserId room without consent + [\#2147](https://github.com/matrix-org/matrix-react-sdk/pull/2147) + * Show spinner in member list while loading members + [\#2139](https://github.com/matrix-org/matrix-react-sdk/pull/2139) + * Slash command to discard megolm session + [\#2140](https://github.com/matrix-org/matrix-react-sdk/pull/2140) + +Changes in [0.13.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.3) (2018-09-03) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3-rc.2...v0.13.3) + + * No changes since rc.2 + +Changes in [0.13.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.3-rc.2) (2018-08-31) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.3-rc.1...v0.13.3-rc.2) + + * Update js-sdk to fix exception + +Changes in [0.13.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.3-rc.1) (2018-08-30) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.2...v0.13.3-rc.1) + + * Fix DM avatar + [\#2141](https://github.com/matrix-org/matrix-react-sdk/pull/2141) + * Update from Weblate. + [\#2142](https://github.com/matrix-org/matrix-react-sdk/pull/2142) + * Support m.room.tombstone events + [\#2124](https://github.com/matrix-org/matrix-react-sdk/pull/2124) + * Support room creation events + [\#2123](https://github.com/matrix-org/matrix-react-sdk/pull/2123) + * Support for room upgrades + [\#2122](https://github.com/matrix-org/matrix-react-sdk/pull/2122) + * Fix: dont show 1:1 avatar for rooms +2 members but only <=2 members loaded + [\#2137](https://github.com/matrix-org/matrix-react-sdk/pull/2137) + * Render terms & conditions in settings + [\#2136](https://github.com/matrix-org/matrix-react-sdk/pull/2136) + * Don't crash if the value of a room tag is null + [\#2133](https://github.com/matrix-org/matrix-react-sdk/pull/2133) + * Add stub for getVisibleRooms() + [\#2134](https://github.com/matrix-org/matrix-react-sdk/pull/2134) + * Fix LL crash trying to render own avatar in composer when member isn't + available yet + [\#2132](https://github.com/matrix-org/matrix-react-sdk/pull/2132) + * Support M_INCOMPATIBLE_ROOM_VERSION + [\#2125](https://github.com/matrix-org/matrix-react-sdk/pull/2125) + * Hide replaced rooms + [\#2127](https://github.com/matrix-org/matrix-react-sdk/pull/2127) + * Fix CPU spin on joining large room + [\#2128](https://github.com/matrix-org/matrix-react-sdk/pull/2128) + * Change format of server usage limit message + [\#2131](https://github.com/matrix-org/matrix-react-sdk/pull/2131) + * Re-apply "Fix showing peek preview while LL members are loading"" + [\#2130](https://github.com/matrix-org/matrix-react-sdk/pull/2130) + * Revert "Fix showing peek preview while LL members are loading" + [\#2129](https://github.com/matrix-org/matrix-react-sdk/pull/2129) + * Fix showing peek preview while LL members are loading + [\#2126](https://github.com/matrix-org/matrix-react-sdk/pull/2126) + * Destroy non-persistent widgets when switching room + [\#2098](https://github.com/matrix-org/matrix-react-sdk/pull/2098) + * Lazy loading of room members + [\#2118](https://github.com/matrix-org/matrix-react-sdk/pull/2118) + * Lazy loading: feature toggle + [\#2115](https://github.com/matrix-org/matrix-react-sdk/pull/2115) + * Lazy loading: cleanup + [\#2116](https://github.com/matrix-org/matrix-react-sdk/pull/2116) + * Lazy loading: fix end-to-end encryption rooms + [\#2113](https://github.com/matrix-org/matrix-react-sdk/pull/2113) + * Lazy loading: Lazy load members while backpaginating + [\#2104](https://github.com/matrix-org/matrix-react-sdk/pull/2104) + * Lazy loading: don't assume we have our own member available + [\#2102](https://github.com/matrix-org/matrix-react-sdk/pull/2102) + * Lazy load room members - Part I + [\#2072](https://github.com/matrix-org/matrix-react-sdk/pull/2072) + +Changes in [0.13.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.2) (2018-08-23) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1...v0.13.2) + + * Don't crash if the value of a room tag is null + [\#2135](https://github.com/matrix-org/matrix-react-sdk/pull/2135) + +Changes in [0.13.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.1) (2018-08-20) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.1-rc.1...v0.13.1) + + * No changes since rc.1 + +Changes in [0.13.1-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.1-rc.1) (2018-08-16) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0...v0.13.1-rc.1) + + * Update from Weblate. + [\#2121](https://github.com/matrix-org/matrix-react-sdk/pull/2121) + * Shift to M_RESOURCE_LIMIT_EXCEEDED errors + [\#2120](https://github.com/matrix-org/matrix-react-sdk/pull/2120) + * Fix RoomSettings test + [\#2119](https://github.com/matrix-org/matrix-react-sdk/pull/2119) + * Show room version number in room settings + [\#2117](https://github.com/matrix-org/matrix-react-sdk/pull/2117) + * Warning bar for MAU limit hit + [\#2114](https://github.com/matrix-org/matrix-react-sdk/pull/2114) + * Recognise server notices room(s) + [\#2112](https://github.com/matrix-org/matrix-react-sdk/pull/2112) + * Update room tags behaviour to match spec more + [\#2111](https://github.com/matrix-org/matrix-react-sdk/pull/2111) + * while logging out ignore `Session.logged_out` as it is intentional + [\#2058](https://github.com/matrix-org/matrix-react-sdk/pull/2058) + * Don't show 'connection lost' bar on MAU error + [\#2110](https://github.com/matrix-org/matrix-react-sdk/pull/2110) + * Support MAU error on sync + [\#2108](https://github.com/matrix-org/matrix-react-sdk/pull/2108) + * Support active user limit on message send + [\#2106](https://github.com/matrix-org/matrix-react-sdk/pull/2106) + * Run end to end tests as part of Travis build + [\#2091](https://github.com/matrix-org/matrix-react-sdk/pull/2091) + * Remove package-lock.json for now + [\#2097](https://github.com/matrix-org/matrix-react-sdk/pull/2097) + * Support montly active user limit error on /login + [\#2103](https://github.com/matrix-org/matrix-react-sdk/pull/2103) + * Unpin sanitize-html + [\#2105](https://github.com/matrix-org/matrix-react-sdk/pull/2105) + * Pin sanitize-html to 0.18.2 + [\#2101](https://github.com/matrix-org/matrix-react-sdk/pull/2101) + * Make clicking on side panels close settings (mk 3) + [\#2096](https://github.com/matrix-org/matrix-react-sdk/pull/2096) + * Fix persistent element location not updating + [\#2092](https://github.com/matrix-org/matrix-react-sdk/pull/2092) + * fix Devtools input autofocus && state traversal when len === 1 && key="" + [\#2090](https://github.com/matrix-org/matrix-react-sdk/pull/2090) + * allow autocompleting Emoji by common aliases, e.g :+1: to :thumbsup: + [\#2085](https://github.com/matrix-org/matrix-react-sdk/pull/2085) + Changes in [0.13.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.0) (2018-07-30) ===================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.0-rc.2...v0.13.0) diff --git a/README.md b/README.md index c3106ccec7..ac45497dd4 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,8 @@ a 'skin'. A skin provides: * The containing application * Zero or more 'modules' containing non-UI functionality -**WARNING: As of July 2016, the skinning abstraction is broken due to rapid -development of `matrix-react-sdk` to meet the needs of Riot (codenamed Vector), the first app -to be built on top of the SDK** (https://github.com/vector-im/riot-web). -Right now `matrix-react-sdk` depends on some functionality from `riot-web` -(e.g. CSS), and `matrix-react-sdk` contains some Riot specific behaviour -(grep for 'vector'). This layering will be fixed asap once Riot development -has stabilised, but for now we do not advise trying to create new skins for -matrix-react-sdk until the layers are clearly separated again. - -In the interim, `vector-im/riot-web` and `matrix-org/matrix-react-sdk` should +As of Aug 2018, the only skin that exists is `vector-im/riot-web`; it and +`matrix-org/matrix-react-sdk` should effectively be considered as a single project (for instance, matrix-react-sdk bugs are currently filed against vector-im/riot-web rather than this project). @@ -48,15 +40,14 @@ https://github.com/matrix-org/synapse/tree/master/CONTRIBUTING.rst Please follow the Matrix JS/React code style as per: https://github.com/matrix-org/matrix-react-sdk/blob/master/code_style.md -Whilst the layering separation between matrix-react-sdk and Riot is broken -(as of July 2016), code should be committed as follows: +Code should be committed as follows: * All new components: https://github.com/matrix-org/matrix-react-sdk/tree/master/src/components * Riot-specific components: https://github.com/vector-im/riot-web/tree/master/src/components * In practice, `matrix-react-sdk` is still evolving so fast that the maintenance burden of customising and overriding these components for Riot can seriously impede development. So right now, there should be very few (if any) customisations for Riot. - * CSS for Matrix SDK components: https://github.com/vector-im/riot-web/tree/master/src/skins/vector/css/matrix-react-sdk - * CSS for Riot-specific overrides and components: https://github.com/vector-im/riot-web/tree/master/src/skins/vector/css/riot-web + * CSS: https://github.com/vector-im/riot-web/tree/master/src/skins/vector/css/matrix-react-sdk + * Theme specific CSS & resources: https://github.com/matrix-org/matrix-react-sdk/tree/master/res/themes React components in matrix-react-sdk are come in two different flavours: 'structures' and 'views'. Structures are stateful components which handle the @@ -84,6 +75,7 @@ practices that anyone working with the SDK needs to be be aware of and uphold: * Per-view CSS is optional - it could choose to inherit all its styling from the context of the rest of the app, although this is unusual for any but + * Theme specific CSS & resources: https://github.com/matrix-org/matrix-react-sdk/tree/master/res/themes structural components (lacking presentation logic) and the simplest view components. @@ -139,8 +131,7 @@ for now. OUTDATED: To Create Your Own Skin ================================= -**This is ALL LIES currently, as skinning is currently broken - see the WARNING -section at the top of this readme.** +**This is ALL LIES currently, and needs to be updated** Skins are modules are exported from such a package in the `lib` directory. `lib/skins` contains one directory per-skin, named after the skin, and the diff --git a/package.json b/package.json index 15e46019ea..effa135d72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.13.0", + "version": "0.13.4", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { @@ -73,7 +73,7 @@ "linkifyjs": "^2.1.6", "lodash": "^4.13.1", "lolex": "2.3.2", - "matrix-js-sdk": "0.10.7", + "matrix-js-sdk": "0.11.0", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", @@ -85,15 +85,15 @@ "react-dom": "^15.6.0", "react-gemini-scrollbar": "matrix-org/react-gemini-scrollbar#5e97aef", "resize-observer-polyfill": "^1.5.0", + "sanitize-html": "^1.18.4", "slate": "0.34.7", - "slate-react": "^0.12.4", "slate-html-serializer": "^0.6.1", "slate-md-serializer": "matrix-org/slate-md-serializer#f7c4ad3", - "sanitize-html": "^1.18.4", + "slate-react": "^0.12.4", "text-encoding-utf-8": "^1.0.1", "url": "^0.11.0", "velocity-vector": "vector-im/velocity#059e3b2", - "whatwg-fetch": "^1.0.0" + "whatwg-fetch": "^1.1.1" }, "devDependencies": { "babel-cli": "^6.5.2", @@ -133,7 +133,7 @@ "matrix-mock-request": "^1.2.1", "matrix-react-test-utils": "^0.1.1", "mocha": "^5.0.5", - "parallelshell": "^3.0.2", + "parallelshell": "3.0.1", "react-addons-test-utils": "^15.4.0", "require-json": "0.0.1", "rimraf": "^2.4.3", diff --git a/res/css/_components.scss b/res/css/_components.scss index 6a0349bdd4..1e1d3e6596 100644 --- a/res/css/_components.scss +++ b/res/css/_components.scss @@ -39,6 +39,7 @@ @import "./views/dialogs/_EncryptedEventDialog.scss"; @import "./views/dialogs/_GroupAddressPicker.scss"; @import "./views/dialogs/_QuestionDialog.scss"; +@import "./views/dialogs/_RoomUpgradeDialog.scss"; @import "./views/dialogs/_SetEmailDialog.scss"; @import "./views/dialogs/_SetMxIdDialog.scss"; @import "./views/dialogs/_SetPasswordDialog.scss"; @@ -67,6 +68,7 @@ @import "./views/groups/_GroupUserSettings.scss"; @import "./views/login/_InteractiveAuthEntryComponents.scss"; @import "./views/login/_ServerConfig.scss"; +@import "./views/messages/_CreateEvent.scss"; @import "./views/messages/_DateSeparator.scss"; @import "./views/messages/_MEmoteBody.scss"; @import "./views/messages/_MFileBody.scss"; @@ -99,6 +101,7 @@ @import "./views/rooms/_RoomSettings.scss"; @import "./views/rooms/_RoomTile.scss"; @import "./views/rooms/_RoomTooltip.scss"; +@import "./views/rooms/_RoomUpgradeWarningBar.scss"; @import "./views/rooms/_SearchBar.scss"; @import "./views/rooms/_SearchableEntityList.scss"; @import "./views/rooms/_Stickers.scss"; diff --git a/res/css/structures/_MatrixChat.scss b/res/css/structures/_MatrixChat.scss index 207b04b8f5..9fdf972a4f 100644 --- a/res/css/structures/_MatrixChat.scss +++ b/res/css/structures/_MatrixChat.scss @@ -56,6 +56,18 @@ limitations under the License. flex: 1; } +.mx_MatrixChat_syncError { + color: $accent-fg-color; + background-color: $warning-bg-color; + border-radius: 5px; + display: table; + padding: 30px; + position: absolute; + top: 100px; + left: 50%; + transform: translateX(-50%); +} + .mx_MatrixChat .mx_LeftPanel { order: 1; background-color: $secondary-accent-color; diff --git a/res/css/views/dialogs/_RoomUpgradeDialog.scss b/res/css/views/dialogs/_RoomUpgradeDialog.scss new file mode 100644 index 0000000000..2e3ac5fdea --- /dev/null +++ b/res/css/views/dialogs/_RoomUpgradeDialog.scss @@ -0,0 +1,19 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +.mx_RoomUpgradeDialog { + padding-right: 70px; +} diff --git a/res/css/views/globals/_MatrixToolbar.scss b/res/css/views/globals/_MatrixToolbar.scss index 1109b9e264..1791d619ae 100644 --- a/res/css/views/globals/_MatrixToolbar.scss +++ b/res/css/views/globals/_MatrixToolbar.scss @@ -28,6 +28,12 @@ limitations under the License. margin-top: -2px; } +.mx_MatrixToolbar_info { + padding-left: 16px; + padding-right: 8px; + background-color: $info-bg-color; +} + .mx_MatrixToolbar_error { padding-left: 16px; padding-right: 8px; diff --git a/res/css/views/messages/_CreateEvent.scss b/res/css/views/messages/_CreateEvent.scss new file mode 100644 index 0000000000..c095fc26af --- /dev/null +++ b/res/css/views/messages/_CreateEvent.scss @@ -0,0 +1,37 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +.mx_CreateEvent { + background-color: $info-plinth-bg-color; + padding-left: 20px; + padding-right: 20px; + padding-top: 10px; + padding-bottom: 10px; +} + +.mx_CreateEvent_image { + float: left; + padding-right: 20px; + width: 72px; + height: 34px; +} + +.mx_CreateEvent_header { + font-weight: bold; +} + +.mx_CreateEvent_link { +} diff --git a/res/css/views/rooms/_MessageComposer.scss b/res/css/views/rooms/_MessageComposer.scss index 26fc70e3c9..1cd368860f 100644 --- a/res/css/views/rooms/_MessageComposer.scss +++ b/res/css/views/rooms/_MessageComposer.scss @@ -1,5 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,6 +22,29 @@ limitations under the License. position: relative; } +.mx_MessageComposer_replaced_wrapper { + margin-left: auto; + margin-right: auto; +} + +.mx_MessageComposer_replaced_valign { + height: 60px; + display: table-cell; + vertical-align: middle; +} + +.mx_MessageComposer_roomReplaced_icon { + float: left; + margin-right: 20px; + margin-top: 5px; + width: 31px; + height: 31px; +} + +.mx_MessageComposer_roomReplaced_header { + font-weight: bold; +} + .mx_MessageComposer_autocomplete_wrapper { position: relative; height: 0; diff --git a/res/css/views/rooms/_RoomSettings.scss b/res/css/views/rooms/_RoomSettings.scss index 4013af4c7c..f04042ea77 100644 --- a/res/css/views/rooms/_RoomSettings.scss +++ b/res/css/views/rooms/_RoomSettings.scss @@ -20,6 +20,7 @@ limitations under the License. margin-bottom: 20px; } +.mx_RoomSettings_upgradeButton, .mx_RoomSettings_leaveButton, .mx_RoomSettings_unbanButton { @mixin mx_DialogButton; @@ -27,11 +28,16 @@ limitations under the License. margin-right: 8px; } +.mx_RoomSettings_upgradeButton, .mx_RoomSettings_leaveButton:hover, .mx_RoomSettings_unbanButton:hover { @mixin mx_DialogButton_hover; } +.mx_RoomSettings_upgradeButton.danger { + @mixin mx_DialogButton_danger; +} + .mx_RoomSettings_integrationsButton_error { position: relative; cursor: not-allowed; diff --git a/res/css/views/rooms/_RoomUpgradeWarningBar.scss b/res/css/views/rooms/_RoomUpgradeWarningBar.scss new file mode 100644 index 0000000000..82785b82d2 --- /dev/null +++ b/res/css/views/rooms/_RoomUpgradeWarningBar.scss @@ -0,0 +1,48 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +.mx_RoomUpgradeWarningBar { + text-align: center; + height: 176px; + background-color: $event-selected-color; + align-items: center; + flex-direction: column; + justify-content: center; + display: flex; + background-color: $preview-bar-bg-color; + -webkit-align-items: center; + padding-left: 20px; + padding-right: 20px; +} + +.mx_RoomUpgradeWarningBar_header { + color: $warning-color; + font-weight: bold; +} + +.mx_RoomUpgradeWarningBar_body { + color: $warning-color; +} + +.mx_RoomUpgradeWarningBar_upgradelink { + color: $warning-color; + text-decoration: underline; +} + +.mx_RoomUpgradeWarningBar_small { + color: $greyed-fg-color; + font-size: 70%; +} diff --git a/res/img/room-continuation.svg b/res/img/room-continuation.svg new file mode 100644 index 0000000000..dc7e15462a --- /dev/null +++ b/res/img/room-continuation.svg @@ -0,0 +1,6 @@ +<svg width="72" height="34" viewBox="0 0 72 34" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path d="M1 7.26087V1H28.7889V7.26087M1 7.26087V33H28.7889V7.26087M1 7.26087H28.7889M4.16583 4.13043H16.8291" stroke="#454545" stroke-width="2" stroke-linejoin="round"/> +<path d="M43.2109 7.26087V1H70.9999V7.26087M43.2109 7.26087V33H70.9999V7.26087M43.2109 7.26087H70.9999M46.3768 4.13043H59.0401" stroke="#454545" stroke-width="2" stroke-linejoin="round"/> +<path d="M27.03 28.8262C34.2226 28.8262 36.0207 26.343 36.0207 25.1014V16.0996C36.0207 12.1264 43.6283 11.3401 47.432 11.4436" stroke="black" stroke-width="2"/> +</svg> + diff --git a/res/img/room_replaced.svg b/res/img/room_replaced.svg new file mode 100644 index 0000000000..fa5abd1c9f --- /dev/null +++ b/res/img/room_replaced.svg @@ -0,0 +1,13 @@ +<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"> +<rect width="31" height="31" fill="black" fill-opacity="0"/> +<circle cx="15.5" cy="15.5" r="15.5" fill="#A2A2A2"/> +<path d="M22.8553 15.5C22.8553 19.5622 19.5622 22.8553 15.5 22.8553C11.4378 22.8553 8.14474 19.5622 8.14474 15.5C8.14474 11.4378 11.4378 8.14474 15.5 8.14474C19.5622 8.14474 22.8553 11.4378 22.8553 15.5ZM15.5 24.25C20.3325 24.25 24.25 20.3325 24.25 15.5C24.25 10.6675 20.3325 6.75 15.5 6.75C10.6675 6.75 6.75 10.6675 6.75 15.5C6.75 20.3325 10.6675 24.25 15.5 24.25Z" fill="white" stroke="white" stroke-width="0.5"/> +<rect x="16.2666" y="30.5032" width="1.5" height="29.4046" transform="rotate(179.987 16.2666 30.5032)" fill="#A2A2A2"/> +<rect x="8.89404" y="28.8434" width="1.5" height="29.6593" transform="rotate(-149.607 8.89404 28.8434)" fill="#A2A2A2"/> +<rect x="2.87988" y="24.495" width="1.5" height="30.0747" transform="rotate(-121.597 2.87988 24.495)" fill="#A2A2A2"/> +<rect x="2.16284" y="23.3413" width="1.5" height="29.6434" transform="rotate(-116.581 2.16284 23.3413)" fill="#A2A2A2"/> +<rect x="1.55176" y="22.1343" width="1.5" height="29.5016" transform="rotate(-111.584 1.55176 22.1343)" fill="#A2A2A2"/> +<path d="M9.5 17L7.5 20L5.5 17L9.5 17Z" fill="white" stroke="white"/> +<path d="M21.5 15L23.5 12L25.5 15H21.5Z" fill="white" stroke="white"/> +</svg> + diff --git a/res/themes/dark/css/_dark.scss b/res/themes/dark/css/_dark.scss index ad4630d668..8ab338790e 100644 --- a/res/themes/dark/css/_dark.scss +++ b/res/themes/dark/css/_dark.scss @@ -20,6 +20,7 @@ $focus-brightness: 200%; // red warning colour $warning-color: #ff0064; $warning-bg-color: #DF2A8B; +$info-bg-color: #2A9EDF; // groups $info-plinth-bg-color: #454545; diff --git a/res/themes/light/css/_base.scss b/res/themes/light/css/_base.scss index 936ac938ac..228f44fdef 100644 --- a/res/themes/light/css/_base.scss +++ b/res/themes/light/css/_base.scss @@ -29,6 +29,7 @@ $focus-brightness: 125%; $warning-color: #ff0064; // background colour for warnings $warning-bg-color: #DF2A8B; +$info-bg-color: #2A9EDF; $mention-user-pill-bg-color: #ff0064; $other-user-pill-bg-color: rgba(0, 0, 0, 0.1); @@ -180,6 +181,10 @@ $progressbar-color: #000; outline: none; } +@define-mixin mx_DialogButton_danger { + background-color: $warning-color; +} + @define-mixin mx_DialogButton_hover { } diff --git a/scripts/gen-i18n.js b/scripts/gen-i18n.js index fa9ccc8ed7..c35cd3466a 100755 --- a/scripts/gen-i18n.js +++ b/scripts/gen-i18n.js @@ -143,7 +143,7 @@ function getTranslationsJs(file) { // Validate tag replacements if (node.arguments.length > 2) { const tagMap = node.arguments[2]; - for (const prop of tagMap.properties) { + for (const prop of tagMap.properties || []) { if (prop.key.type === 'Literal') { const tag = prop.key.value; // RegExp same as in src/languageHandler.js diff --git a/src/Lifecycle.js b/src/Lifecycle.js index f32f105889..795489c1fa 100644 --- a/src/Lifecycle.js +++ b/src/Lifecycle.js @@ -386,6 +386,8 @@ function _persistCredentialsToLocalStorage(credentials) { console.log(`Session persisted for ${credentials.userId}`); } +let _isLoggingOut = false; + /** * Logs the current session out and transitions to the logged-out state */ @@ -405,6 +407,7 @@ export function logout() { return; } + _isLoggingOut = true; MatrixClientPeg.get().logout().then(onLoggedOut, (err) => { // Just throwing an error here is going to be very unhelpful @@ -420,6 +423,10 @@ export function logout() { ).done(); } +export function isLoggingOut() { + return _isLoggingOut; +} + /** * Starts the matrix client and all other react-sdk services that * listen for events while a session is logged in. @@ -451,6 +458,7 @@ async function startMatrixClient() { * storage. Used after a session has been logged out. */ export function onLoggedOut() { + _isLoggingOut = false; stopMatrixClient(); _clearStorage().done(); dis.dispatch({action: 'on_logged_out'}); diff --git a/src/MatrixClientPeg.js b/src/MatrixClientPeg.js index 9d86a62de4..f5872812de 100644 --- a/src/MatrixClientPeg.js +++ b/src/MatrixClientPeg.js @@ -99,6 +99,10 @@ class MatrixClientPeg { // the react sdk doesn't work without this, so don't allow opts.pendingEventOrdering = "detached"; + if (SettingsStore.isFeatureEnabled('feature_lazyloading')) { + opts.lazyLoadMembers = true; + } + try { const promise = this.matrixClient.store.startup(); console.log(`MatrixClientPeg: waiting for MatrixClient store to initialise`); @@ -115,7 +119,7 @@ class MatrixClientPeg { MatrixActionCreators.start(this.matrixClient); console.log(`MatrixClientPeg: really starting MatrixClient`); - this.get().startClient(opts); + await this.get().startClient(opts); console.log(`MatrixClientPeg: MatrixClient started`); } diff --git a/src/Registration.js b/src/Registration.js new file mode 100644 index 0000000000..070178fecb --- /dev/null +++ b/src/Registration.js @@ -0,0 +1,92 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/** + * Utility code for registering with a homeserver + * Note that this is currently *not* used by the actual + * registration code. + */ + +import dis from './dispatcher'; +import sdk from './index'; +import MatrixClientPeg from './MatrixClientPeg'; +import Modal from './Modal'; +import { _t } from './languageHandler'; + +/** + * Starts either the ILAG or full registration flow, depending + * on what the HS supports + * + * @param {object} options + * @param {bool} options.go_home_on_cancel If true, goes to + * the hame page if the user cancels the action + */ +export async function startAnyRegistrationFlow(options) { + if (options === undefined) options = {}; + const flows = await _getRegistrationFlows(); + // look for an ILAG compatible flow. We define this as one + // which has only dummy or recaptcha flows. In practice it + // would support any stage InteractiveAuth supports, just not + // ones like email & msisdn which require the user to supply + // the relevant details in advance. We err on the side of + // caution though. + const hasIlagFlow = flows.some((flow) => { + return flow.stages.every((stage) => { + return ['m.login.dummy', 'm.login.recaptcha'].includes(stage); + }); + }); + + if (hasIlagFlow) { + dis.dispatch({ + action: 'view_set_mxid', + go_home_on_cancel: options.go_home_on_cancel, + }); + } else { + const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog"); + Modal.createTrackedDialog('Registration required', '', QuestionDialog, { + title: _t("Registration Required"), + description: _t("You need to register to do this. Would you like to register now?"), + button: _t("Register"), + onFinished: (proceed) => { + if (proceed) { + dis.dispatch({action: 'start_registration'}); + } else if (options.go_home_on_cancel) { + dis.dispatch({action: 'view_home_page'}); + } + }, + }); + } +} + +async function _getRegistrationFlows() { + try { + await MatrixClientPeg.get().register( + null, + null, + undefined, + {}, + {}, + ); + console.log("Register request succeeded when it should have returned 401!"); + } catch (e) { + if (e.httpStatus === 401) { + return e.data.flows; + } + throw e; + } + throw new Error("Register request succeeded when it should have returned 401!"); +} + diff --git a/src/RoomInvite.js b/src/RoomInvite.js index 3a9088e65f..a96d1b2f6b 100644 --- a/src/RoomInvite.js +++ b/src/RoomInvite.js @@ -194,8 +194,7 @@ function _getDirectMessageRooms(addr) { const rooms = dmRooms.filter((dmRoom) => { const room = MatrixClientPeg.get().getRoom(dmRoom); if (room) { - const me = room.getMember(MatrixClientPeg.get().credentials.userId); - return me && me.membership == 'join'; + return room.getMyMembership() === 'join'; } }); return rooms; diff --git a/src/Rooms.js b/src/Rooms.js index ffa39141ff..e24b8316b3 100644 --- a/src/Rooms.js +++ b/src/Rooms.js @@ -31,27 +31,27 @@ export function getDisplayAliasForRoom(room) { * If the room contains only two members including the logged-in user, * return the other one. Otherwise, return null. */ -export function getOnlyOtherMember(room, me) { - const joinedMembers = room.getJoinedMembers(); +export function getOnlyOtherMember(room, myUserId) { - if (joinedMembers.length === 2) { - return joinedMembers.filter(function(m) { - return m.userId !== me.userId; + if (room.currentState.getJoinedMemberCount() === 2) { + return room.getJoinedMembers().filter(function(m) { + return m.userId !== myUserId; })[0]; } return null; } -function _isConfCallRoom(room, me, conferenceHandler) { +function _isConfCallRoom(room, myUserId, conferenceHandler) { if (!conferenceHandler) return false; - if (me.membership != "join") { + const myMembership = room.getMyMembership(); + if (myMembership != "join") { return false; } - const otherMember = getOnlyOtherMember(room, me); - if (otherMember === null) { + const otherMember = getOnlyOtherMember(room, myUserId); + if (!otherMember) { return false; } @@ -68,29 +68,31 @@ const isConfCallRoomCache = { // $roomId: bool }; -export function isConfCallRoom(room, me, conferenceHandler) { +export function isConfCallRoom(room, myUserId, conferenceHandler) { if (isConfCallRoomCache[room.roomId] !== undefined) { return isConfCallRoomCache[room.roomId]; } - const result = _isConfCallRoom(room, me, conferenceHandler); + const result = _isConfCallRoom(room, myUserId, conferenceHandler); isConfCallRoomCache[room.roomId] = result; return result; } -export function looksLikeDirectMessageRoom(room, me) { - if (me.membership == "join" || me.membership === "ban" || - (me.membership === "leave" && me.events.member.getSender() !== me.events.member.getStateKey())) { +export function looksLikeDirectMessageRoom(room, myUserId) { + const myMembership = room.getMyMembership(); + const me = room.getMember(myUserId); + + if (myMembership == "join" || myMembership === "ban" || (me && me.isKicked())) { // Used to split rooms via tags const tagNames = Object.keys(room.tags); // Used for 1:1 direct chats - const members = room.currentState.getMembers(); - // Show 1:1 chats in seperate "Direct Messages" section as long as they haven't // been moved to a different tag section - if (members.length === 2 && !tagNames.length) { + const totalMemberCount = room.currentState.getJoinedMemberCount() + + room.currentState.getInvitedMemberCount(); + if (totalMemberCount === 2 && !tagNames.length) { return true; } } @@ -100,10 +102,10 @@ export function looksLikeDirectMessageRoom(room, me) { export function guessAndSetDMRoom(room, isDirect) { let newTarget; if (isDirect) { - const guessedTarget = guessDMRoomTarget( - room, room.getMember(MatrixClientPeg.get().credentials.userId), + const guessedUserId = guessDMRoomTargetId( + room, MatrixClientPeg.get().getUserId() ); - newTarget = guessedTarget.userId; + newTarget = guessedUserId; } else { newTarget = null; } @@ -159,15 +161,15 @@ export function setDMRoom(roomId, userId) { * Given a room, estimate which of its members is likely to * be the target if the room were a DM room and return that user. */ -export function guessDMRoomTarget(room, me) { +function guessDMRoomTargetId(room, myUserId) { let oldestTs; let oldestUser; // Pick the joined user who's been here longest (and isn't us), for (const user of room.getJoinedMembers()) { - if (user.userId == me.userId) continue; + if (user.userId == myUserId) continue; - if (oldestTs === undefined || user.events.member.getTs() < oldestTs) { + if (oldestTs === undefined || (user.events.member && user.events.member.getTs() < oldestTs)) { oldestUser = user; oldestTs = user.events.member.getTs(); } @@ -176,14 +178,14 @@ export function guessDMRoomTarget(room, me) { // if there are no joined members other than us, use the oldest member for (const user of room.currentState.getMembers()) { - if (user.userId == me.userId) continue; + if (user.userId == myUserId) continue; - if (oldestTs === undefined || user.events.member.getTs() < oldestTs) { + if (oldestTs === undefined || (user.events.member && user.events.member.getTs() < oldestTs)) { oldestUser = user; oldestTs = user.events.member.getTs(); } } - if (oldestUser === undefined) return me; + if (oldestUser === undefined) return myUserId; return oldestUser; } diff --git a/src/ScalarMessaging.js b/src/ScalarMessaging.js index 3325044b84..fa7b8c5b76 100644 --- a/src/ScalarMessaging.js +++ b/src/ScalarMessaging.js @@ -480,7 +480,7 @@ function getMembershipCount(event, roomId) { sendError(event, _t('This room is not recognised.')); return; } - const count = room.getJoinedMembers().length; + const count = room.getJoinedMemberCount(); sendResponse(event, count); } @@ -497,12 +497,11 @@ function canSendEvent(event, roomId) { sendError(event, _t('This room is not recognised.')); return; } - const me = client.credentials.userId; - const member = room.getMember(me); - if (!member || member.membership !== "join") { + if (room.getMyMembership() !== "join") { sendError(event, _t('You are not in this room.')); return; } + const me = client.credentials.userId; let canSend = false; if (isState) { diff --git a/src/SlashCommands.js b/src/SlashCommands.js index 9c9573ae21..3a8e77293b 100644 --- a/src/SlashCommands.js +++ b/src/SlashCommands.js @@ -1,5 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -470,6 +471,19 @@ export const CommandMap = { description: _td('Displays action'), hideCompletionAfterSpace: true, }), + + discardsession: new Command({ + name: 'discardsession', + description: _td('Forces the current outbound group session in an encrypted room to be discarded'), + runFn: function(roomId) { + try { + MatrixClientPeg.get().forceDiscardSession(roomId); + } catch (e) { + return reject(e.message); + } + return success(); + }, + }), }; /* eslint-enable babel/no-invalid-this */ @@ -477,6 +491,7 @@ export const CommandMap = { // helpful aliases const aliases = { j: "join", + newballsplease: "discardsession", }; diff --git a/src/TextForEvent.js b/src/TextForEvent.js index 15c67526d9..2b19216a52 100644 --- a/src/TextForEvent.js +++ b/src/TextForEvent.js @@ -198,6 +198,66 @@ function textForMessageEvent(ev) { return message; } +function textForRoomAliasesEvent(ev) { + // An alternative implementation of this as a first-class event can be found at + // https://github.com/matrix-org/matrix-react-sdk/blob/dc7212ec2bd12e1917233ed7153b3e0ef529a135/src/components/views/messages/RoomAliasesEvent.js + // This feels a bit overkill though, and it's not clear the i18n really needs it + // so instead it's landing as a simple textual event. + + const senderName = ev.sender && ev.sender.name ? ev.sender.name : ev.getSender(); + const oldAliases = ev.getPrevContent().aliases || []; + const newAliases = ev.getContent().aliases || []; + + const addedAliases = newAliases.filter((x) => !oldAliases.includes(x)); + const removedAliases = oldAliases.filter((x) => !newAliases.includes(x)); + + if (!addedAliases.length && !removedAliases.length) { + return ''; + } + + if (addedAliases.length && !removedAliases.length) { + return _t('%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.', { + senderName: senderName, + count: addedAliases.length, + addedAddresses: addedAliases.join(', '), + }); + } else if (!addedAliases.length && removedAliases.length) { + return _t('%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.', { + senderName: senderName, + count: removedAliases.length, + removedAddresses: removedAliases.join(', '), + }); + } else { + const args = { + senderName: senderName, + addedAddresses: addedAliases.join(', '), + removedAddresses: removedAliases.join(', '), + }; + return _t( + '%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.', + args, + ); + } +} + +function textForCanonicalAliasEvent(ev) { + const senderName = ev.sender && ev.sender.name ? ev.sender.name : ev.getSender(); + const oldAlias = ev.getPrevContent().alias; + const newAlias = ev.getContent().alias; + + if (newAlias) { + return _t('%(senderName)s set the main address for this room to %(address)s.', { + senderName: senderName, + address: ev.getContent().alias, + }); + } + else if (oldAlias) { + return _t('%(senderName)s removed the main address for this room.', { + senderName: senderName, + }); + } +} + function textForCallAnswerEvent(event) { const senderName = event.sender ? event.sender.name : _t('Someone'); const supported = MatrixClientPeg.get().supportsVoip() ? '' : _t('(not supported by this browser)'); @@ -359,6 +419,8 @@ const handlers = { }; const stateHandlers = { + 'm.room.aliases': textForRoomAliasesEvent, + 'm.room.canonical_alias': textForCanonicalAliasEvent, 'm.room.name': textForRoomNameEvent, 'm.room.topic': textForTopicEvent, 'm.room.member': textForMemberEvent, diff --git a/src/VectorConferenceHandler.js b/src/VectorConferenceHandler.js index 19081726b2..c53a01d464 100644 --- a/src/VectorConferenceHandler.js +++ b/src/VectorConferenceHandler.js @@ -72,7 +72,7 @@ ConferenceCall.prototype._getConferenceUserRoom = function() { for (var i = 0; i < rooms.length; i++) { var confUser = rooms[i].getMember(this.confUserId); if (confUser && confUser.membership === "join" && - rooms[i].getJoinedMembers().length === 2) { + rooms[i].getJoinedMemberCount() === 2) { confRoom = rooms[i]; break; } @@ -84,7 +84,7 @@ ConferenceCall.prototype._getConferenceUserRoom = function() { preset: "private_chat", invite: [this.confUserId] }).then(function(res) { - return new Room(res.room_id); + return new Room(res.room_id, null, client.getUserId()); }); }; diff --git a/src/actions/MatrixActionCreators.js b/src/actions/MatrixActionCreators.js index 6e1d52a88f..31bcac3e52 100644 --- a/src/actions/MatrixActionCreators.js +++ b/src/actions/MatrixActionCreators.js @@ -144,23 +144,25 @@ function createRoomTimelineAction(matrixClient, timelineEvent, room, toStartOfTi /** * @typedef RoomMembershipAction * @type {Object} - * @property {string} action 'MatrixActions.RoomMember.membership'. - * @property {RoomMember} member the member whose membership was updated. + * @property {string} action 'MatrixActions.Room.myMembership'. + * @property {Room} room to room for which the self-membership changed. + * @property {string} membership the new membership + * @property {string} oldMembership the previous membership, can be null. */ /** - * Create a MatrixActions.RoomMember.membership action that represents - * a MatrixClient `RoomMember.membership` matrix event, emitted when a - * member's membership is updated. + * Create a MatrixActions.Room.myMembership action that represents + * a MatrixClient `Room.myMembership` event for the syncing user, + * emitted when the syncing user's membership is updated for a room. * * @param {MatrixClient} matrixClient the matrix client. - * @param {MatrixEvent} membershipEvent the m.room.member event. - * @param {RoomMember} member the member whose membership was updated. - * @param {string} oldMembership the member's previous membership. - * @returns {RoomMembershipAction} an action of type `MatrixActions.RoomMember.membership`. + * @param {Room} room to room for which the self-membership changed. + * @param {string} membership the new membership + * @param {string} oldMembership the previous membership, can be null. + * @returns {RoomMembershipAction} an action of type `MatrixActions.Room.myMembership`. */ -function createRoomMembershipAction(matrixClient, membershipEvent, member, oldMembership) { - return { action: 'MatrixActions.RoomMember.membership', member }; +function createSelfMembershipAction(matrixClient, room, membership, oldMembership) { + return { action: 'MatrixActions.Room.myMembership', room, membership, oldMembership}; } /** @@ -202,7 +204,7 @@ export default { this._addMatrixClientListener(matrixClient, 'Room', createRoomAction); this._addMatrixClientListener(matrixClient, 'Room.tags', createRoomTagsAction); this._addMatrixClientListener(matrixClient, 'Room.timeline', createRoomTimelineAction); - this._addMatrixClientListener(matrixClient, 'RoomMember.membership', createRoomMembershipAction); + this._addMatrixClientListener(matrixClient, 'Room.myMembership', createSelfMembershipAction); this._addMatrixClientListener(matrixClient, 'Event.decrypted', createEventDecryptedAction); }, @@ -217,7 +219,10 @@ export default { */ _addMatrixClientListener(matrixClient, eventName, actionCreator) { const listener = (...args) => { - dis.dispatch(actionCreator(matrixClient, ...args), true); + const payload = actionCreator(matrixClient, ...args); + if (payload) { + dis.dispatch(payload, true); + } }; matrixClient.on(eventName, listener); this._matrixClientListenersStop.push(() => { diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 801d2e282e..d104019a01 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -480,7 +480,7 @@ export default React.createClass({ group_id: groupId, }, }); - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); willDoOnboarding = true; } this.setState({ @@ -723,6 +723,11 @@ export default React.createClass({ }, _onJoinClick: async function() { + if (this._matrixClient.isGuest()) { + dis.dispatch({action: 'require_registration'}); + return; + } + this.setState({membershipBusy: true}); // Wait 500ms to prevent flashing. Do this before sending a request otherwise we risk the diff --git a/src/components/structures/LoggedInView.js b/src/components/structures/LoggedInView.js index 3273989630..0c4688a411 100644 --- a/src/components/structures/LoggedInView.js +++ b/src/components/structures/LoggedInView.js @@ -1,7 +1,7 @@ /* Copyright 2015, 2016 OpenMarket Ltd Copyright 2017 Vector Creations Ltd -Copyright 2017 New Vector Ltd +Copyright 2017, 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -30,10 +30,16 @@ import dis from '../../dispatcher'; import sessionStore from '../../stores/SessionStore'; import MatrixClientPeg from '../../MatrixClientPeg'; import SettingsStore from "../../settings/SettingsStore"; +import RoomListStore from "../../stores/RoomListStore"; import TagOrderActions from '../../actions/TagOrderActions'; import RoomListActions from '../../actions/RoomListActions'; +// We need to fetch each pinned message individually (if we don't already have it) +// so each pinned message may trigger a request. Limit the number per room for sanity. +// NB. this is just for server notices rather than pinned messages in general. +const MAX_PINNED_NOTICES_PER_ROOM = 2; + /** * This is what our MatrixChat shows when we are logged in. The precise view is * determined by the page_type property. @@ -80,6 +86,8 @@ const LoggedInView = React.createClass({ return { // use compact timeline view useCompactLayout: SettingsStore.getValue('useCompactLayout'), + // any currently active server notice events + serverNoticeEvents: [], }; }, @@ -97,13 +105,18 @@ const LoggedInView = React.createClass({ ); this._setStateFromSessionStore(); + this._updateServerNoticeEvents(); + this._matrixClient.on("accountData", this.onAccountData); this._matrixClient.on("sync", this.onSync); + this._matrixClient.on("RoomState.events", this.onRoomStateEvents); }, componentWillUnmount: function() { document.removeEventListener('keydown', this._onKeyDown); this._matrixClient.removeListener("accountData", this.onAccountData); + this._matrixClient.removeListener("sync", this.onSync); + this._matrixClient.removeListener("RoomState.events", this.onRoomStateEvents); if (this._sessionStoreToken) { this._sessionStoreToken.remove(); } @@ -144,7 +157,9 @@ const LoggedInView = React.createClass({ }, onSync: function(syncState, oldSyncState, data) { - if (syncState === oldSyncState) return; + const oldErrCode = this.state.syncErrorData && this.state.syncErrorData.error && this.state.syncErrorData.error.errcode; + const newErrCode = data && data.error && data.error.errcode; + if (syncState === oldSyncState && oldErrCode === newErrCode) return; if (syncState === 'ERROR') { this.setState({ @@ -155,8 +170,42 @@ const LoggedInView = React.createClass({ syncErrorData: null, }); } + + if (oldSyncState === 'PREPARED' && syncState === 'SYNCING') { + this._updateServerNoticeEvents(); + } }, + onRoomStateEvents: function(ev, state) { + const roomLists = RoomListStore.getRoomLists(); + if (roomLists['m.server_notice'] && roomLists['m.server_notice'].some(r => r.roomId === ev.getRoomId())) { + this._updateServerNoticeEvents(); + } + }, + + _updateServerNoticeEvents: async function() { + const roomLists = RoomListStore.getRoomLists(); + if (!roomLists['m.server_notice']) return []; + + const pinnedEvents = []; + for (const room of roomLists['m.server_notice']) { + const pinStateEvent = room.currentState.getStateEvents("m.room.pinned_events", ""); + + if (!pinStateEvent || !pinStateEvent.getContent().pinned) continue; + + const pinnedEventIds = pinStateEvent.getContent().pinned.slice(0, MAX_PINNED_NOTICES_PER_ROOM); + for (const eventId of pinnedEventIds) { + const timeline = await this._matrixClient.getEventTimeline(room.getUnfilteredTimelineSet(), eventId, 0); + const ev = timeline.getEvents().find(ev => ev.getId() === eventId); + if (ev) pinnedEvents.push(ev); + } + } + this.setState({ + serverNoticeEvents: pinnedEvents, + }); + }, + + _onKeyDown: function(ev) { /* // Remove this for now as ctrl+alt = alt-gr so this breaks keyboards which rely on alt-gr for numbers @@ -384,10 +433,25 @@ const LoggedInView = React.createClass({ break; } + const usageLimitEvent = this.state.serverNoticeEvents.find((e) => { + return ( + e && e.getType() === 'm.room.message' && + e.getContent()['server_notice_type'] === 'm.server_notice.usage_limit_reached' + ); + }); + let topBar; const isGuest = this.props.matrixClient.isGuest(); - if (this.state.syncErrorData && this.state.syncErrorData.error.errcode === 'M_MAU_LIMIT_EXCEEDED') { - topBar = <ServerLimitBar />; + if (this.state.syncErrorData && this.state.syncErrorData.error.errcode === 'M_RESOURCE_LIMIT_EXCEEDED') { + topBar = <ServerLimitBar kind='hard' + adminContact={this.state.syncErrorData.error.data.admin_contact} + limitType={this.state.syncErrorData.error.data.limit_type} + />; + } else if (usageLimitEvent) { + topBar = <ServerLimitBar kind='soft' + adminContact={usageLimitEvent.getContent().admin_contact} + limitType={usageLimitEvent.getContent().limit_type} + />; } else if (this.props.showCookieBar && this.props.config.piwik ) { diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index e0bbf50d5a..71e61cda22 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -45,6 +45,8 @@ import createRoom from "../../createRoom"; import KeyRequestHandler from '../../KeyRequestHandler'; import { _t, getCurrentLanguage } from '../../languageHandler'; import SettingsStore, {SettingLevel} from "../../settings/SettingsStore"; +import { startAnyRegistrationFlow } from "../../Registration.js"; +import { messageForSyncError } from '../../utils/ErrorUtils'; /** constants for MatrixChat.state.view */ const VIEWS = { @@ -178,6 +180,8 @@ export default React.createClass({ // When showing Modal dialogs we need to set aria-hidden on the root app element // and disable it when there are no dialogs hideToSRUsers: false, + + syncError: null, // If the current syncing status is ERROR, the error object, otherwise null. }; return s; }, @@ -471,7 +475,7 @@ export default React.createClass({ action: 'do_after_sync_prepared', deferred_action: payload, }); - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); return; } @@ -479,7 +483,11 @@ export default React.createClass({ case 'logout': Lifecycle.logout(); break; + case 'require_registration': + startAnyRegistrationFlow(payload); + break; case 'start_registration': + // This starts the full registration flow this._startRegistration(payload.params || {}); break; case 'start_login': @@ -945,7 +953,7 @@ export default React.createClass({ }); } dis.dispatch({ - action: 'view_set_mxid', + action: 'require_registration', // If the set_mxid dialog is cancelled, view /home because if the browser // was pointing at /user/@someone:domain?action=chat, the URL needs to be // reset so that they can revisit /user/.. // (and trigger @@ -1132,7 +1140,7 @@ export default React.createClass({ * * @param {string} teamToken */ - _onLoggedIn: function(teamToken) { + _onLoggedIn: async function(teamToken) { this.setState({ view: VIEWS.LOGGED_IN, }); @@ -1145,12 +1153,17 @@ export default React.createClass({ this._is_registered = false; if (this.props.config.welcomeUserId && getCurrentLanguage().startsWith("en")) { - createRoom({ + const roomId = await createRoom({ dmUserId: this.props.config.welcomeUserId, // Only view the welcome user if we're NOT looking at a room andView: !this.state.currentRoomId, }); - return; + // if successful, return because we're already + // viewing the welcomeUserId room + // else, if failed, fall through to view_home_page + if (roomId) { + return; + } } // The user has just logged in after registering dis.dispatch({action: 'view_home_page'}); @@ -1232,13 +1245,20 @@ export default React.createClass({ return self._loggedInView.child.canResetTimelineInRoom(roomId); }); - cli.on('sync', function(state, prevState) { + cli.on('sync', function(state, prevState, data) { // LifecycleStore and others cannot directly subscribe to matrix client for // events because flux only allows store state changes during flux dispatches. // So dispatch directly from here. Ideally we'd use a SyncStateStore that // would do this dispatch and expose the sync state itself (by listening to // its own dispatch). dis.dispatch({action: 'sync_state', prevState, state}); + + if (state === "ERROR") { + self.setState({syncError: data.error}); + } else if (self.state.syncError) { + self.setState({syncError: null}); + } + self.updateStatusIndicator(state, prevState); if (state === "SYNCING" && prevState === "SYNCING") { return; @@ -1262,6 +1282,7 @@ export default React.createClass({ }, true); }); cli.on('Session.logged_out', function(call) { + if (Lifecycle.isLoggingOut()) return; const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog"); Modal.createTrackedDialog('Signed out', '', ErrorDialog, { title: _t('Signed Out'), @@ -1417,7 +1438,7 @@ export default React.createClass({ } else if (screen == 'start') { this.showScreen('home'); dis.dispatch({ - action: 'view_set_mxid', + action: 'require_registration', }); } else if (screen == 'directory') { dis.dispatch({ @@ -1733,8 +1754,15 @@ export default React.createClass({ } else { // we think we are logged in, but are still waiting for the /sync to complete const Spinner = sdk.getComponent('elements.Spinner'); + let errorBox; + if (this.state.syncError) { + errorBox = <div className="mx_MatrixChat_syncError"> + {messageForSyncError(this.state.syncError)} + </div>; + } return ( <div className="mx_MatrixChat_splash"> + {errorBox} <Spinner /> <a href="#" className="mx_MatrixChat_splashButtons" onClick={this.onLogoutClick}> { _t('Logout') } diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index 18523ceb59..86870718e8 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -160,7 +160,7 @@ module.exports = React.createClass({ onInviteButtonClick: function() { if (this.context.matrixClient.isGuest()) { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); return; } @@ -186,6 +186,9 @@ module.exports = React.createClass({ }, onRoomStateMember: function(ev, state, member) { + if (member.roomId !== this.props.roomId) { + return; + } // redraw the badge on the membership list if (this.state.phase === this.Phase.RoomMemberList && member.roomId === this.props.roomId) { this._delayedUpdate(); @@ -280,7 +283,7 @@ module.exports = React.createClass({ const room = cli.getRoom(this.props.roomId); let isUserInRoom; if (room) { - const numMembers = room.getJoinedMembers().length; + const numMembers = room.getJoinedMemberCount(); membersTitle = _t('%(count)s Members', { count: numMembers }); membersBadge = <div title={membersTitle}>{ formatCount(numMembers) }</div>; isUserInRoom = room.hasMembershipState(this.context.matrixClient.credentials.userId, 'join'); diff --git a/src/components/structures/RoomDirectory.js b/src/components/structures/RoomDirectory.js index 76360383d6..f417932fd0 100644 --- a/src/components/structures/RoomDirectory.js +++ b/src/components/structures/RoomDirectory.js @@ -354,7 +354,7 @@ module.exports = React.createClass({ // to the directory. if (MatrixClientPeg.get().isGuest()) { if (!room.world_readable && !room.guest_can_join) { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); return; } } diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js index 941cab4dda..fec59aadd5 100644 --- a/src/components/structures/RoomStatusBar.js +++ b/src/components/structures/RoomStatusBar.js @@ -1,6 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd -Copyright 2017 New Vector Ltd +Copyright 2017, 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ limitations under the License. import React from 'react'; import PropTypes from 'prop-types'; import Matrix from 'matrix-js-sdk'; -import { _t } from '../../languageHandler'; +import { _t, _td } from '../../languageHandler'; import sdk from '../../index'; import WhoIsTyping from '../../WhoIsTyping'; import MatrixClientPeg from '../../MatrixClientPeg'; @@ -26,6 +26,7 @@ import MemberAvatar from '../views/avatars/MemberAvatar'; import Resend from '../../Resend'; import * as cryptodevices from '../../cryptodevices'; import dis from '../../dispatcher'; +import { messageForResourceLimitError } from '../../utils/ErrorUtils'; const STATUS_BAR_HIDDEN = 0; const STATUS_BAR_EXPANDED = 1; @@ -107,6 +108,7 @@ module.exports = React.createClass({ getInitialState: function() { return { syncState: MatrixClientPeg.get().getSyncState(), + syncStateData: MatrixClientPeg.get().getSyncStateData(), usersTyping: WhoIsTyping.usersTypingApartFromMe(this.props.room), unsentMessages: getUnsentMessages(this.props.room), }; @@ -134,12 +136,13 @@ module.exports = React.createClass({ } }, - onSyncStateChange: function(state, prevState) { + onSyncStateChange: function(state, prevState, data) { if (state === "SYNCING" && prevState === "SYNCING") { return; } this.setState({ syncState: state, + syncStateData: data, }); }, @@ -191,7 +194,7 @@ module.exports = React.createClass({ // changed - so we use '0' to indicate normal size, and other values to // indicate other sizes. _getSize: function() { - if (this.state.syncState === "ERROR" || + if (this._shouldShowConnectionError() || (this.state.usersTyping.length > 0) || this.props.numUnreadMessages || !this.props.atEndOfLiveTimeline || @@ -238,7 +241,7 @@ module.exports = React.createClass({ ); } - if (this.state.syncState === "ERROR") { + if (this._shouldShowConnectionError()) { return null; } @@ -285,6 +288,21 @@ module.exports = React.createClass({ return avatars; }, + _shouldShowConnectionError: function() { + // no conn bar trumps unread count since you can't get unread messages + // without a connection! (technically may already have some but meh) + // It also trumps the "some not sent" msg since you can't resend without + // a connection! + // There's one situation in which we don't show this 'no connection' bar, and that's + // if it's a resource limit exceeded error: those are shown in the top bar. + const errorIsMauError = Boolean( + this.state.syncStateData && + this.state.syncStateData.error && + this.state.syncStateData.error.errcode === 'M_RESOURCE_LIMIT_EXCEEDED' + ); + return this.state.syncState === "ERROR" && !errorIsMauError; + }, + _getUnsentMessageContent: function() { const unsentMessages = this.state.unsentMessages; if (!unsentMessages.length) return null; @@ -309,13 +327,13 @@ module.exports = React.createClass({ ); } else { let consentError = null; - let mauError = null; + let resourceLimitError = null; for (const m of unsentMessages) { if (m.error && m.error.errcode === 'M_CONSENT_NOT_GIVEN') { consentError = m.error; break; - } else if (m.error && m.error.errcode === 'M_MAU_LIMIT_EXCEEDED') { - mauError = m.error; + } else if (m.error && m.error.errcode === 'M_RESOURCE_LIMIT_EXCEEDED') { + resourceLimitError = m.error; break; } } @@ -331,8 +349,19 @@ module.exports = React.createClass({ </a>, }, ); - } else if (mauError) { - title = _t("Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service."); + } else if (resourceLimitError) { + title = messageForResourceLimitError( + resourceLimitError.data.limit_type, + resourceLimitError.data.admin_contact, { + 'monthly_active_user': _td( + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. " + + "Please <a>contact your service administrator</a> to continue using the service.", + ), + '': _td( + "Your message wasn't sent because this homeserver has exceeded a resource limit. " + + "Please <a>contact your service administrator</a> to continue using the service.", + ), + }); } else if ( unsentMessages.length === 1 && unsentMessages[0].error && @@ -372,11 +401,7 @@ module.exports = React.createClass({ _getContent: function() { const EmojiText = sdk.getComponent('elements.EmojiText'); - // no conn bar trumps unread count since you can't get unread messages - // without a connection! (technically may already have some but meh) - // It also trumps the "some not sent" msg since you can't resend without - // a connection! - if (this.state.syncState === "ERROR") { + if (this._shouldShowConnectionError()) { return ( <div className="mx_RoomStatusBar_connectionLostBar"> <img src="img/warning.svg" width="24" height="23" title="/!\ " alt="/!\ " /> diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 0325b3d9a6..e9e46a2ff6 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -91,13 +91,16 @@ module.exports = React.createClass({ }, getInitialState: function() { + const llMembers = MatrixClientPeg.get().hasLazyLoadMembersEnabled(); return { room: null, roomId: null, roomLoading: true, peekLoading: false, shouldPeek: true, - + // used to trigger a rerender in TimelinePanel once the members are loaded, + // so RR are rendered again (now with the members available), ... + membersLoaded: !llMembers, // The event to be scrolled to initially initialEventId: null, // The offset in pixels from the event with which to scroll vertically @@ -148,7 +151,7 @@ module.exports = React.createClass({ MatrixClientPeg.get().on("Room.name", this.onRoomName); MatrixClientPeg.get().on("Room.accountData", this.onRoomAccountData); MatrixClientPeg.get().on("RoomState.members", this.onRoomStateMember); - MatrixClientPeg.get().on("RoomMember.membership", this.onRoomMemberMembership); + MatrixClientPeg.get().on("Room.myMembership", this.onMyMembership); MatrixClientPeg.get().on("accountData", this.onAccountData); // Start listening for RoomViewStore updates @@ -309,6 +312,8 @@ module.exports = React.createClass({ } }); } else if (room) { + //viewing a previously joined room, try to lazy load members + // Stop peeking because we have joined this room previously MatrixClientPeg.get().stopPeeking(); this.setState({isPeeking: false}); @@ -351,7 +356,7 @@ module.exports = React.createClass({ // XXX: EVIL HACK to autofocus inviting on empty rooms. // We use the setTimeout to avoid racing with focus_composer. if (this.state.room && - this.state.room.getJoinedMembers().length == 1 && + this.state.room.getJoinedMemberCount() == 1 && this.state.room.getLiveTimeline() && this.state.room.getLiveTimeline().getEvents() && this.state.room.getLiveTimeline().getEvents().length <= 6) { @@ -410,8 +415,8 @@ module.exports = React.createClass({ MatrixClientPeg.get().removeListener("Room.timeline", this.onRoomTimeline); MatrixClientPeg.get().removeListener("Room.name", this.onRoomName); MatrixClientPeg.get().removeListener("Room.accountData", this.onRoomAccountData); + MatrixClientPeg.get().removeListener("Room.myMembership", this.onMyMembership); MatrixClientPeg.get().removeListener("RoomState.members", this.onRoomStateMember); - MatrixClientPeg.get().removeListener("RoomMember.membership", this.onRoomMemberMembership); MatrixClientPeg.get().removeListener("accountData", this.onAccountData); } @@ -580,6 +585,27 @@ module.exports = React.createClass({ this._warnAboutEncryption(room); this._calculatePeekRules(room); this._updatePreviewUrlVisibility(room); + this._loadMembersIfJoined(room); + }, + + _loadMembersIfJoined: async function(room) { + // lazy load members if enabled + const cli = MatrixClientPeg.get(); + if (cli.hasLazyLoadMembersEnabled()) { + if (room && room.getMyMembership() === 'join') { + try { + await room.loadMembersIfNeeded(); + if (!this.unmounted) { + this.setState({membersLoaded: true}); + } + } catch (err) { + const errorMessage = `Fetching room members for ${room.roomId} failed.` + + " Room members will appear incomplete."; + console.error(errorMessage); + console.error(err); + } + } + } }, _warnAboutEncryption: function(room) { @@ -689,12 +715,12 @@ module.exports = React.createClass({ } this._updateRoomMembers(); - this._checkIfAlone(this.state.room); }, - onRoomMemberMembership: function(ev, member, oldMembership) { - if (member.userId == MatrixClientPeg.get().credentials.userId) { + onMyMembership: function(room, membership, oldMembership) { + if (room.roomId === this.state.roomId) { this.forceUpdate(); + this._loadMembersIfJoined(room); } }, @@ -705,6 +731,7 @@ module.exports = React.createClass({ // refresh the conf call notification state this._updateConfCallNotification(); this._updateDMState(); + this._checkIfAlone(this.state.room); }, 500), _checkIfAlone: function(room) { @@ -717,8 +744,8 @@ module.exports = React.createClass({ return; } - const joinedMembers = room.currentState.getMembers().filter((m) => m.membership === "join" || m.membership === "invite"); - this.setState({isAlone: joinedMembers.length === 1}); + const joinedOrInvitedMemberCount = room.getJoinedMemberCount() + room.getInvitedMemberCount(); + this.setState({isAlone: joinedOrInvitedMemberCount === 1}); }, _updateConfCallNotification: function() { @@ -746,40 +773,13 @@ module.exports = React.createClass({ }, _updateDMState() { - const me = this.state.room.getMember(MatrixClientPeg.get().credentials.userId); - if (!me || me.membership !== "join") { + const room = this.state.room; + if (room.getMyMembership() != "join") { return; } - - // The user may have accepted an invite with is_direct set - if (me.events.member.getPrevContent().membership === "invite" && - me.events.member.getPrevContent().is_direct - ) { - // This is a DM with the sender of the invite event (which we assume - // preceded the join event) - Rooms.setDMRoom( - this.state.room.roomId, - me.events.member.getUnsigned().prev_sender, - ); - return; - } - - const invitedMembers = this.state.room.getMembersWithMembership("invite"); - const joinedMembers = this.state.room.getMembersWithMembership("join"); - - // There must be one invited member and one joined member - if (invitedMembers.length !== 1 || joinedMembers.length !== 1) { - return; - } - - // The user may have sent an invite with is_direct sent - const other = invitedMembers[0]; - if (other && - other.membership === "invite" && - other.events.member.getContent().is_direct - ) { - Rooms.setDMRoom(this.state.room.roomId, other.userId); - return; + const dmInviter = room.getDMInviter(); + if (dmInviter) { + Rooms.setDMRoom(room.roomId, dmInviter); } }, @@ -930,7 +930,7 @@ module.exports = React.createClass({ dis.dispatch({action: 'focus_composer'}); if (MatrixClientPeg.get().isGuest()) { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); return; } @@ -961,7 +961,7 @@ module.exports = React.createClass({ injectSticker: function(url, info, text) { if (MatrixClientPeg.get().isGuest()) { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); return; } @@ -1476,6 +1476,7 @@ module.exports = React.createClass({ const RoomPreviewBar = sdk.getComponent("rooms.RoomPreviewBar"); const Loader = sdk.getComponent("elements.Spinner"); const TimelinePanel = sdk.getComponent("structures.TimelinePanel"); + const RoomUpgradeWarningBar = sdk.getComponent("rooms.RoomUpgradeWarningBar"); if (!this.state.room) { if (this.state.roomLoading || this.state.peekLoading) { @@ -1522,9 +1523,8 @@ module.exports = React.createClass({ } } - const myUserId = MatrixClientPeg.get().credentials.userId; - const myMember = this.state.room.getMember(myUserId); - if (myMember && myMember.membership == 'invite') { + const myMembership = this.state.room.getMyMembership(); + if (myMembership == 'invite') { if (this.state.joining || this.state.rejecting) { return ( <div className="mx_RoomView"> @@ -1532,6 +1532,8 @@ module.exports = React.createClass({ </div> ); } else { + const myUserId = MatrixClientPeg.get().credentials.userId; + const myMember = this.state.room.getMember(myUserId); const inviteEvent = myMember.events.member; var inviterName = inviteEvent.sender ? inviteEvent.sender.name : inviteEvent.getSender(); @@ -1601,6 +1603,11 @@ module.exports = React.createClass({ />; } + const showRoomUpgradeBar = ( + this.state.room.shouldUpgradeToVersion() && + this.state.room.userMayUpgradeRoom(MatrixClientPeg.get().credentials.userId) + ); + let aux = null; let hideCancel = false; if (this.state.editingRoomSettings) { @@ -1612,10 +1619,13 @@ module.exports = React.createClass({ } else if (this.state.searching) { hideCancel = true; // has own cancel aux = <SearchBar ref="search_bar" searchInProgress={this.state.searchInProgress} onCancelClick={this.onCancelSearchClick} onSearch={this.onSearch} />; + } else if (showRoomUpgradeBar) { + aux = <RoomUpgradeWarningBar room={this.state.room} />; + hideCancel = true; } else if (this.state.showingPinned) { hideCancel = true; // has own cancel aux = <PinnedEventsPanel room={this.state.room} onCancelClick={this.onPinnedClick} />; - } else if (!myMember || myMember.membership !== "join") { + } else if (myMembership !== "join") { // We do have a room object for this room, but we're not currently in it. // We may have a 3rd party invite to it. var inviterName = undefined; @@ -1657,7 +1667,7 @@ module.exports = React.createClass({ let messageComposer, searchInfo; const canSpeak = ( // joined and not showing search results - myMember && (myMember.membership == 'join') && !this.state.searchResults + myMembership == 'join' && !this.state.searchResults ); if (canSpeak) { messageComposer = @@ -1758,6 +1768,7 @@ module.exports = React.createClass({ onReadMarkerUpdated={this._updateTopUnreadMessagesBar} showUrlPreview = {this.state.showUrlPreview} className="mx_RoomView_messagePanel" + membersLoaded={this.state.membersLoaded} />); let topUnreadMessagesBar = null; @@ -1792,15 +1803,15 @@ module.exports = React.createClass({ oobData={this.props.oobData} editing={this.state.editingRoomSettings} saving={this.state.uploadingRoomSettings} - inRoom={myMember && myMember.membership === 'join'} + inRoom={myMembership === 'join'} collapsedRhs={this.props.collapsedRhs} onSearchClick={this.onSearchClick} onSettingsClick={this.onSettingsClick} onPinnedClick={this.onPinnedClick} onSaveClick={this.onSettingsSaveClick} onCancelClick={(aux && !hideCancel) ? this.onCancelClick : null} - onForgetClick={(myMember && myMember.membership === "leave") ? this.onForgetClick : null} - onLeaveClick={(myMember && myMember.membership === "join") ? this.onLeaveClick : null} + onForgetClick={(myMembership === "leave") ? this.onForgetClick : null} + onLeaveClick={(myMembership === "join") ? this.onLeaveClick : null} /> { auxPanel } <div className={fadableSectionClasses}> diff --git a/src/components/structures/TagPanel.js b/src/components/structures/TagPanel.js index 652211595b..f23ac698ba 100644 --- a/src/components/structures/TagPanel.js +++ b/src/components/structures/TagPanel.js @@ -76,7 +76,7 @@ const TagPanel = React.createClass({ _onClientSync(syncState, prevState) { // Consider the client reconnected if there is no error with syncing. - // This means the state could be RECONNECTING, SYNCING or PREPARED. + // This means the state could be RECONNECTING, SYNCING, PREPARED or CATCHUP. const reconnected = syncState !== "ERROR" && prevState !== syncState; if (reconnected) { // Load joined groups diff --git a/src/components/structures/TimelinePanel.js b/src/components/structures/TimelinePanel.js index 1a03b5d994..e06c652924 100644 --- a/src/components/structures/TimelinePanel.js +++ b/src/components/structures/TimelinePanel.js @@ -1146,10 +1146,11 @@ var TimelinePanel = React.createClass({ // of paginating our way through the entire history of the room. const stickyBottom = !this._timelineWindow.canPaginate(EventTimeline.FORWARDS); - // If the state is PREPARED, we're still waiting for the js-sdk to sync with + // If the state is PREPARED or CATCHUP, we're still waiting for the js-sdk to sync with // the HS and fetch the latest events, so we are effectively forward paginating. const forwardPaginating = ( - this.state.forwardPaginating || this.state.clientSyncState == 'PREPARED' + this.state.forwardPaginating || + ['PREPARED', 'CATCHUP'].includes(this.state.clientSyncState) ); return ( <MessagePanel ref="messagePanel" diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index 92c5838948..d01acfbcb1 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -845,8 +845,16 @@ module.exports = React.createClass({ SettingsStore.getLabsFeatures().forEach((featureId) => { // TODO: this ought to be a separate component so that we don't need // to rebind the onChange each time we render - const onChange = (e) => { - SettingsStore.setFeatureEnabled(featureId, e.target.checked); + const onChange = async (e) => { + const checked = e.target.checked; + if (featureId === "feature_lazyloading") { + const confirmed = await this._onLazyLoadChanging(checked); + if (!confirmed) { + e.preventDefault(); + return; + } + } + await SettingsStore.setFeatureEnabled(featureId, checked); this.forceUpdate(); }; @@ -856,7 +864,7 @@ module.exports = React.createClass({ type="checkbox" id={featureId} name={featureId} - defaultChecked={SettingsStore.isFeatureEnabled(featureId)} + checked={SettingsStore.isFeatureEnabled(featureId)} onChange={onChange} /> <label htmlFor={featureId}>{ SettingsStore.getDisplayName(featureId) }</label> @@ -879,6 +887,30 @@ module.exports = React.createClass({ ); }, + _onLazyLoadChanging: async function(enabling) { + // don't prevent turning LL off when not supported + if (enabling) { + const supported = await MatrixClientPeg.get().doesServerSupportLazyLoading(); + if (!supported) { + await new Promise((resolve) => { + const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog"); + Modal.createDialog(QuestionDialog, { + title: _t("Lazy loading members not supported"), + description: + <div> + { _t("Lazy loading is not supported by your " + + "current homeserver.") } + </div>, + button: _t("OK"), + onFinished: resolve, + }); + }); + return false; + } + } + return true; + }, + _renderDeactivateAccount: function() { return <div> <h3>{ _t("Deactivate Account") }</h3> @@ -890,6 +922,25 @@ module.exports = React.createClass({ </div>; }, + _renderTermsAndConditionsLinks: function() { + if (SdkConfig.get().terms_and_conditions_links) { + const tncLinks = []; + for (const tncEntry of SdkConfig.get().terms_and_conditions_links) { + tncLinks.push(<div key={tncEntry.url}> + <a href={tncEntry.url} rel="noopener" target="_blank">{tncEntry.text}</a> + </div>); + } + return <div> + <h3>{ _t("Legal") }</h3> + <div className="mx_UserSettings_section"> + {tncLinks} + </div> + </div>; + } else { + return null; + } + }, + _renderClearCache: function() { return <div> <h3>{ _t("Clear Cache") }</h3> @@ -1376,6 +1427,8 @@ module.exports = React.createClass({ { this._renderDeactivateAccount() } + { this._renderTermsAndConditionsLinks() } + </GeminiScrollbarWrapper> </div> ); diff --git a/src/components/structures/login/Login.js b/src/components/structures/login/Login.js index cac1c99f24..45f523f141 100644 --- a/src/components/structures/login/Login.js +++ b/src/components/structures/login/Login.js @@ -20,11 +20,12 @@ limitations under the License. import React from 'react'; import PropTypes from 'prop-types'; -import { _t } from '../../../languageHandler'; +import { _t, _td } from '../../../languageHandler'; import sdk from '../../../index'; import Login from '../../../Login'; import SdkConfig from '../../../SdkConfig'; import SettingsStore from "../../../settings/SettingsStore"; +import { messageForResourceLimitError } from '../../../utils/ErrorUtils'; // For validating phone numbers without country codes const PHONE_NUMBER_REGEX = /^[0-9()\-\s]*$/; @@ -121,13 +122,28 @@ module.exports = React.createClass({ const usingEmail = username.indexOf("@") > 0; if (error.httpStatus === 400 && usingEmail) { errorText = _t('This Home Server does not support login using email address.'); - } else if (error.errcode == 'M_MAU_LIMIT_EXCEEDED') { + } else if (error.errcode == 'M_RESOURCE_LIMIT_EXCEEDED') { + const errorTop = messageForResourceLimitError( + error.data.limit_type, + error.data.admin_contact, { + 'monthly_active_user': _td( + "This homeserver has hit its Monthly Active User limit.", + ), + '': _td( + "This homeserver has exceeded one of its resource limits.", + ), + }); + const errorDetail = messageForResourceLimitError( + error.data.limit_type, + error.data.admin_contact, { + '': _td( + "Please <a>contact your service administrator</a> to continue using this service.", + ), + }); errorText = ( <div> - <div>{ _t('This homeserver has hit its Monthly Active User limit') }</div> - <div className="mx_Login_smallError"> - { _t('Please contact your service administrator to continue using this service.') } - </div> + <div>{errorTop}</div> + <div className="mx_Login_smallError">{errorDetail}</div> </div> ); } else if (error.httpStatus === 401 || error.httpStatus === 403) { diff --git a/src/components/structures/login/Registration.js b/src/components/structures/login/Registration.js index 1f6a2fbcdb..f3744b7235 100644 --- a/src/components/structures/login/Registration.js +++ b/src/components/structures/login/Registration.js @@ -26,9 +26,10 @@ import sdk from '../../../index'; import MatrixClientPeg from '../../../MatrixClientPeg'; import RegistrationForm from '../../views/login/RegistrationForm'; import RtsClient from '../../../RtsClient'; -import { _t } from '../../../languageHandler'; +import { _t, _td } from '../../../languageHandler'; import SdkConfig from '../../../SdkConfig'; import SettingsStore from "../../../settings/SettingsStore"; +import { messageForResourceLimitError } from '../../../utils/ErrorUtils'; const MIN_PASSWORD_LENGTH = 6; @@ -92,6 +93,7 @@ module.exports = React.createClass({ doingUIAuth: Boolean(this.props.sessionId), hsUrl: this.props.customHsUrl, isUrl: this.props.customIsUrl, + flows: null, }; }, @@ -144,11 +146,27 @@ module.exports = React.createClass({ }); }, - _replaceClient: function() { + _replaceClient: async function() { this._matrixClient = Matrix.createClient({ baseUrl: this.state.hsUrl, idBaseUrl: this.state.isUrl, }); + try { + await this._makeRegisterRequest({}); + // This should never succeed since we specified an empty + // auth object. + console.log("Expecting 401 from register request but got success!"); + } catch (e) { + if (e.httpStatus === 401) { + this.setState({ + flows: e.data.flows, + }); + } else { + this.setState({ + errorText: _t("Unable to query for supported registration methods"), + }); + } + } }, onFormSubmit: function(formVals) { @@ -164,10 +182,27 @@ module.exports = React.createClass({ if (!success) { let msg = response.message || response.toString(); // can we give a better error message? - if (response.errcode == 'M_MAU_LIMIT_EXCEEDED') { + if (response.errcode == 'M_RESOURCE_LIMIT_EXCEEDED') { + const errorTop = messageForResourceLimitError( + response.data.limit_type, + response.data.admin_contact, { + 'monthly_active_user': _td( + "This homeserver has hit its Monthly Active User limit.", + ), + '': _td( + "This homeserver has exceeded one of its resource limits.", + ), + }); + const errorDetail = messageForResourceLimitError( + response.data.limit_type, + response.data.admin_contact, { + '': _td( + "Please <a>contact your service administrator</a> to continue using this service.", + ), + }); msg = <div> - <p>{_t("This homeserver has hit its Monthly Active User limit")}</p> - <p>{_t("Please contact your service administrator to continue using this service.")}</p> + <p>{errorTop}</p> + <p>{errorDetail}</p> </div>; } else if (response.required_stages && response.required_stages.indexOf('m.login.msisdn') > -1) { let msisdnAvailable = false; @@ -360,7 +395,7 @@ module.exports = React.createClass({ poll={true} /> ); - } else if (this.state.busy || this.state.teamServerBusy) { + } else if (this.state.busy || this.state.teamServerBusy || !this.state.flows) { registerBody = <Spinner />; } else { let serverConfigSection; @@ -390,6 +425,7 @@ module.exports = React.createClass({ onError={this.onFormValidationFailed} onRegisterClick={this.onFormSubmit} onTeamSelected={this.onTeamSelected} + flows={this.state.flows} /> { serverConfigSection } </div> diff --git a/src/components/views/avatars/BaseAvatar.js b/src/components/views/avatars/BaseAvatar.js index 6fb86c9cd8..47de7c9dc4 100644 --- a/src/components/views/avatars/BaseAvatar.js +++ b/src/components/views/avatars/BaseAvatar.js @@ -87,7 +87,7 @@ module.exports = React.createClass({ if (this.unmounted) return; // Consider the client reconnected if there is no error with syncing. - // This means the state could be RECONNECTING, SYNCING or PREPARED. + // This means the state could be RECONNECTING, SYNCING, PREPARED or CATCHUP. const reconnected = syncState !== "ERROR" && prevState !== syncState; if (reconnected && // Did we fall back? diff --git a/src/components/views/avatars/RoomAvatar.js b/src/components/views/avatars/RoomAvatar.js index 821448207f..7b9cb10d51 100644 --- a/src/components/views/avatars/RoomAvatar.js +++ b/src/components/views/avatars/RoomAvatar.js @@ -19,6 +19,7 @@ import {ContentRepo} from "matrix-js-sdk"; import MatrixClientPeg from "../../../MatrixClientPeg"; import Modal from '../../../Modal'; import sdk from "../../../index"; +import DMRoomMap from '../../../utils/DMRoomMap'; module.exports = React.createClass({ displayName: 'RoomAvatar', @@ -107,58 +108,29 @@ module.exports = React.createClass({ }, getOneToOneAvatar: function(props) { - if (!props.room) return null; - - const mlist = props.room.currentState.members; - const userIds = []; - const leftUserIds = []; - // for .. in optimisation to return early if there are >2 keys - for (const uid in mlist) { - if (mlist.hasOwnProperty(uid)) { - if (["join", "invite"].includes(mlist[uid].membership)) { - userIds.push(uid); - } else { - leftUserIds.push(uid); - } - } - if (userIds.length > 2) { - return null; - } + const room = props.room; + if (!room) { + return null; } - - if (userIds.length == 2) { - let theOtherGuy = null; - if (mlist[userIds[0]].userId == MatrixClientPeg.get().credentials.userId) { - theOtherGuy = mlist[userIds[1]]; - } else { - theOtherGuy = mlist[userIds[0]]; - } - return theOtherGuy.getAvatarUrl( - MatrixClientPeg.get().getHomeserverUrl(), - Math.floor(props.width * window.devicePixelRatio), - Math.floor(props.height * window.devicePixelRatio), - props.resizeMethod, - false, - ); - } else if (userIds.length == 1) { - // The other 1-1 user left, leaving just the current user, so show the left user's avatar - if (leftUserIds.length === 1) { - return mlist[leftUserIds[0]].getAvatarUrl( - MatrixClientPeg.get().getHomeserverUrl(), - props.width, props.height, props.resizeMethod, - false, - ); - } - return mlist[userIds[0]].getAvatarUrl( - MatrixClientPeg.get().getHomeserverUrl(), - Math.floor(props.width * window.devicePixelRatio), - Math.floor(props.height * window.devicePixelRatio), - props.resizeMethod, - false, - ); + let otherMember = null; + const otherUserId = DMRoomMap.shared().getUserIdForRoomId(room.roomId); + if (otherUserId) { + otherMember = room.getMember(otherUserId); } else { - return null; + // if the room is not marked as a 1:1, but only has max 2 members + // then still try to show any avatar (pref. other member) + otherMember = room.getAvatarFallbackMember(); } + if (otherMember) { + return otherMember.getAvatarUrl( + MatrixClientPeg.get().getHomeserverUrl(), + Math.floor(props.width * window.devicePixelRatio), + Math.floor(props.height * window.devicePixelRatio), + props.resizeMethod, + false, + ); + } + return null; }, onRoomAvatarClick: function() { diff --git a/src/components/views/context_menus/RoomTileContextMenu.js b/src/components/views/context_menus/RoomTileContextMenu.js index 77f71fa8fa..ce9895447e 100644 --- a/src/components/views/context_menus/RoomTileContextMenu.js +++ b/src/components/views/context_menus/RoomTileContextMenu.js @@ -346,20 +346,18 @@ module.exports = React.createClass({ }, render: function() { - const myMember = this.props.room.getMember( - MatrixClientPeg.get().credentials.userId, - ); + const myMembership = this.props.room.getMyMembership(); // Can't set notif level or tags on non-join rooms - if (myMember.membership !== 'join') { - return this._renderLeaveMenu(myMember.membership); + if (myMembership !== 'join') { + return this._renderLeaveMenu(myMembership); } return ( <div> { this._renderNotifMenu() } <hr className="mx_RoomTileContextMenu_separator" /> - { this._renderLeaveMenu(myMember.membership) } + { this._renderLeaveMenu(myMembership) } <hr className="mx_RoomTileContextMenu_separator" /> { this._renderRoomTagMenu() } </div> diff --git a/src/components/views/dialogs/ChatCreateOrReuseDialog.js b/src/components/views/dialogs/ChatCreateOrReuseDialog.js index b7cf0f5a6e..550abe5299 100644 --- a/src/components/views/dialogs/ChatCreateOrReuseDialog.js +++ b/src/components/views/dialogs/ChatCreateOrReuseDialog.js @@ -54,8 +54,8 @@ export default class ChatCreateOrReuseDialog extends React.Component { for (const roomId of dmRooms) { const room = client.getRoom(roomId); if (room) { - const me = room.getMember(client.credentials.userId); - const highlight = room.getUnreadNotificationCount('highlight') > 0 || me.membership === "invite"; + const isInvite = room.getMyMembership() === "invite"; + const highlight = room.getUnreadNotificationCount('highlight') > 0 || isInvite; tiles.push( <RoomTile key={room.roomId} room={room} transparent={true} @@ -63,7 +63,7 @@ export default class ChatCreateOrReuseDialog extends React.Component { selected={false} unread={Unread.doesRoomHaveUnreadMessages(room)} highlight={highlight} - isInvite={me.membership === "invite"} + isInvite={isInvite} onClick={this.onRoomTileClick} />, ); diff --git a/src/components/views/dialogs/RoomUpgradeDialog.js b/src/components/views/dialogs/RoomUpgradeDialog.js new file mode 100644 index 0000000000..936ff745d1 --- /dev/null +++ b/src/components/views/dialogs/RoomUpgradeDialog.js @@ -0,0 +1,106 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import React from 'react'; +import PropTypes from 'prop-types'; +import sdk from '../../../index'; +import MatrixClientPeg from '../../../MatrixClientPeg'; +import Modal from '../../../Modal'; +import { _t } from '../../../languageHandler'; + +export default React.createClass({ + displayName: 'RoomUpgradeDialog', + + propTypes: { + room: PropTypes.object.isRequired, + onFinished: PropTypes.func.isRequired, + }, + + componentWillMount: function() { + this._targetVersion = this.props.room.shouldUpgradeToVersion(); + }, + + getInitialState: function() { + return { + busy: false, + }; + }, + + _onCancelClick: function() { + this.props.onFinished(false); + }, + + _onUpgradeClick: function() { + this.setState({busy: true}); + MatrixClientPeg.get().upgradeRoom(this.props.room.roomId, this._targetVersion).catch((err) => { + const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog"); + Modal.createTrackedDialog('Failed to upgrade room', '', ErrorDialog, { + title: _t("Failed to upgrade room"), + description: ((err && err.message) ? err.message : _t("The room upgrade could not be completed")), + }); + }).finally(() => { + this.setState({busy: false}); + }); + }, + + render: function() { + const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog'); + const DialogButtons = sdk.getComponent('views.elements.DialogButtons'); + const Spinner = sdk.getComponent('views.elements.Spinner'); + + let buttons; + if (this.state.busy) { + buttons = <Spinner />; + } else { + buttons = <DialogButtons + primaryButton={_t( + 'Upgrade this room to version %(version)s', + {version: this._targetVersion}, + )} + primaryButtonClass="danger" + hasCancel={true} + onPrimaryButtonClick={this._onUpgradeClick} + focus={this.props.focus} + onCancel={this._onCancelClick} + />; + } + + return ( + <BaseDialog className="mx_RoomUpgradeDialog" + onFinished={this.onCancelled} + title={_t("Upgrade Room Version")} + contentId='mx_Dialog_content' + onFinished={this.props.onFinished} + hasCancel={true} + > + <p> + {_t( + "Upgrading this room requires closing down the current " + + "instance of the room and creating a new room it its place. " + + "To give room members the best possible experience, we will:", + )} + </p> + <ol> + <li>{_t("Create a new room with the same name, description and avatar")}</li> + <li>{_t("Update any local room aliases to point to the new room")}</li> + <li>{_t("Stop users from speaking in the old version of the room, and post a message advising users to move to the new room")}</li> + <li>{_t("Put a link back to the old room at the start of the new room so people can see old messages")}</li> + </ol> + {buttons} + </BaseDialog> + ); + }, +}); diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index bd88327b7f..7be0bab33c 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -161,6 +161,8 @@ export default class AppTile extends React.Component { // if it's not remaining on screen, get rid of the PersistedElement container if (!ActiveWidgetStore.getWidgetPersistence(this.props.id)) { ActiveWidgetStore.destroyPersistentWidget(); + const PersistedElement = sdk.getComponent("elements.PersistedElement"); + PersistedElement.destroyElement(this._persistKey); } } @@ -437,6 +439,8 @@ export default class AppTile extends React.Component { // Force the widget to be non-persistent ActiveWidgetStore.destroyPersistentWidget(); + const PersistedElement = sdk.getComponent("elements.PersistedElement"); + PersistedElement.destroyElement(this._persistKey); } formatAppTileName() { diff --git a/src/components/views/elements/Pill.js b/src/components/views/elements/Pill.js index f3b6d4e32a..e06ed5a22f 100644 --- a/src/components/views/elements/Pill.js +++ b/src/components/views/elements/Pill.js @@ -187,6 +187,9 @@ const Pill = React.createClass({ getContent: () => { return {avatar_url: resp.avatar_url}; }, + getDirectionalContent: function() { + return this.getContent(); + }, }; this.setState({member}); }).catch((err) => { diff --git a/src/components/views/globals/ServerLimitBar.js b/src/components/views/globals/ServerLimitBar.js index 638e85634f..0b924fd2e2 100644 --- a/src/components/views/globals/ServerLimitBar.js +++ b/src/components/views/globals/ServerLimitBar.js @@ -15,15 +15,82 @@ limitations under the License. */ import React from 'react'; -import { _t } from '../../../languageHandler'; +import PropTypes from 'prop-types'; +import classNames from 'classnames'; +import { _td } from '../../../languageHandler'; +import { messageForResourceLimitError } from '../../../utils/ErrorUtils'; export default React.createClass({ + propTypes: { + // 'hard' if the logged in user has been locked out, 'soft' if they haven't + kind: PropTypes.string, + adminContact: PropTypes.string, + // The type of limit that has been hit. + limitType: PropTypes.string.isRequired, + }, + + getDefaultProps: function() { + return { + kind: 'hard', + }; + }, + render: function() { - const toolbarClasses = "mx_MatrixToolbar mx_MatrixToolbar_error"; + const toolbarClasses = { + 'mx_MatrixToolbar': true, + }; + + let adminContact; + let limitError; + if (this.props.kind === 'hard') { + toolbarClasses['mx_MatrixToolbar_error'] = true; + + adminContact = messageForResourceLimitError( + this.props.limitType, + this.props.adminContact, + { + '': _td("Please <a>contact your service administrator</a> to continue using the service."), + }, + ); + limitError = messageForResourceLimitError( + this.props.limitType, + this.props.adminContact, + { + 'monthly_active_user': _td("This homeserver has hit its Monthly Active User limit."), + '': _td("This homeserver has exceeded one of its resource limits."), + }, + ); + } else { + toolbarClasses['mx_MatrixToolbar_info'] = true; + adminContact = messageForResourceLimitError( + this.props.limitType, + this.props.adminContact, + { + '': _td("Please <a>contact your service administrator</a> to get this limit increased."), + }, + ); + limitError = messageForResourceLimitError( + this.props.limitType, + this.props.adminContact, + { + 'monthly_active_user': _td( + "This homeserver has hit its Monthly Active User limit so " + + "<b>some users will not be able to log in</b>.", + ), + '': _td( + "This homeserver has exceeded one of its resource limits so " + + "<b>some users will not be able to log in</b>.", + ), + }, + {'b': sub => <b>{sub}</b>}, + ); + } return ( - <div className={toolbarClasses}> + <div className={classNames(toolbarClasses)}> <div className="mx_MatrixToolbar_content"> - { _t("This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.") } + {limitError} + {' '} + {adminContact} </div> </div> ); diff --git a/src/components/views/login/RegistrationForm.js b/src/components/views/login/RegistrationForm.js index fff808cf22..1a365277c1 100644 --- a/src/components/views/login/RegistrationForm.js +++ b/src/components/views/login/RegistrationForm.js @@ -1,6 +1,7 @@ /* Copyright 2015, 2016 OpenMarket Ltd Copyright 2017 Vector Creations Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -49,7 +50,7 @@ module.exports = React.createClass({ teamsConfig: PropTypes.shape({ // Email address to request new teams supportEmail: PropTypes.string, - teams: PropTypes.arrayOf(React.PropTypes.shape({ + teams: PropTypes.arrayOf(PropTypes.shape({ // The displayed name of the team "name": PropTypes.string, // The domain of team email addresses @@ -60,6 +61,7 @@ module.exports = React.createClass({ minPasswordLength: PropTypes.number, onError: PropTypes.func, onRegisterClick: PropTypes.func.isRequired, // onRegisterClick(Object) => ?Promise + flows: PropTypes.arrayOf(PropTypes.object).isRequired, }, getDefaultProps: function() { @@ -273,12 +275,18 @@ module.exports = React.createClass({ }); }, + _authStepIsRequired(step) { + // A step is required if no flow exists which does not include that step + // (Notwithstanding setups like either email or msisdn being required) + return !this.props.flows.some((flow) => { + return !flow.stages.includes(step); + }); + }, + render: function() { const self = this; - const theme = SettingsStore.getValue("theme"); - // FIXME: remove hardcoded Status team tweaks at some point - const emailPlaceholder = theme === 'status' ? _t("Email address") : _t("Email address (optional)"); + const emailPlaceholder = this._authStepIsRequired('m.login.email.identity') ? _t("Email address") : _t("Email address (optional)"); const emailSection = ( <div> @@ -315,6 +323,7 @@ module.exports = React.createClass({ const CountryDropdown = sdk.getComponent('views.login.CountryDropdown'); let phoneSection; if (!SdkConfig.get().disable_3pid_login) { + const phonePlaceholder = this._authStepIsRequired('m.login.msisdn') ? _t("Mobile phone number") : _t("Mobile phone number (optional)"); phoneSection = ( <div className="mx_Login_phoneSection"> <CountryDropdown ref="phone_country" onOptionChange={this._onPhoneCountryChange} @@ -324,7 +333,7 @@ module.exports = React.createClass({ showPrefix={true} /> <input type="text" ref="phoneNumber" - placeholder={_t("Mobile phone number (optional)")} + placeholder={phonePlaceholder} defaultValue={this.props.defaultPhoneNumber} className={this._classForField( FIELD_PHONE_NUMBER, diff --git a/src/components/views/messages/MImageBody.js b/src/components/views/messages/MImageBody.js index e2ff697e55..787285d932 100644 --- a/src/components/views/messages/MImageBody.js +++ b/src/components/views/messages/MImageBody.js @@ -76,7 +76,7 @@ export default class MImageBody extends React.Component { onClientSync(syncState, prevState) { if (this.unmounted) return; // Consider the client reconnected if there is no error with syncing. - // This means the state could be RECONNECTING, SYNCING or PREPARED. + // This means the state could be RECONNECTING, SYNCING, PREPARED or CATCHUP. const reconnected = syncState !== "ERROR" && prevState !== syncState; if (reconnected && this.state.imgError) { // Load the image again diff --git a/src/components/views/messages/RoomCreate.js b/src/components/views/messages/RoomCreate.js new file mode 100644 index 0000000000..0bb832f8ea --- /dev/null +++ b/src/components/views/messages/RoomCreate.js @@ -0,0 +1,63 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import React from 'react'; +import PropTypes from 'prop-types'; + +import dis from '../../../dispatcher'; +import { makeEventPermalink } from '../../../matrix-to'; +import { _t } from '../../../languageHandler'; + +module.exports = React.createClass({ + displayName: 'RoomCreate', + + propTypes: { + /* the MatrixEvent to show */ + mxEvent: PropTypes.object.isRequired, + }, + + _onLinkClicked: function(e) { + e.preventDefault(); + + const predecessor = this.props.mxEvent.getContent()['predecessor']; + + dis.dispatch({ + action: 'view_room', + event_id: predecessor['event_id'], + highlighted: true, + room_id: predecessor['room_id'], + }); + }, + + render: function() { + const predecessor = this.props.mxEvent.getContent()['predecessor']; + if (predecessor === undefined) { + return <div />; // We should never have been instaniated in this case + } + return <div className="mx_CreateEvent"> + <img className="mx_CreateEvent_image" src="img/room-continuation.svg" /> + <div className="mx_CreateEvent_header"> + {_t("This room is a continuation of another conversation.")} + </div> + <a className="mx_CreateEvent_link" + href={makeEventPermalink(predecessor['room_id'], predecessor['event_id'])} + onClick={this._onLinkClicked} + > + {_t("Click here to see older messages.")} + </a> + </div>; + }, +}); diff --git a/src/components/views/room_settings/AliasSettings.js b/src/components/views/room_settings/AliasSettings.js index bd92d75dd9..f9bf52cd24 100644 --- a/src/components/views/room_settings/AliasSettings.js +++ b/src/components/views/room_settings/AliasSettings.js @@ -1,5 +1,6 @@ /* Copyright 2016 OpenMarket Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -97,18 +98,19 @@ module.exports = React.createClass({ } } - - // save new canonical alias let oldCanonicalAlias = null; if (this.props.canonicalAliasEvent) { oldCanonicalAlias = this.props.canonicalAliasEvent.getContent().alias; } - if (oldCanonicalAlias !== this.state.canonicalAlias) { + + let newCanonicalAlias = this.state.canonicalAlias; + + if (this.props.canSetCanonicalAlias && oldCanonicalAlias !== newCanonicalAlias) { console.log("AliasSettings: Updating canonical alias"); promises = [Promise.all(promises).then( MatrixClientPeg.get().sendStateEvent( this.props.roomId, "m.room.canonical_alias", { - alias: this.state.canonicalAlias, + alias: newCanonicalAlias, }, "", ), )]; @@ -145,6 +147,7 @@ module.exports = React.createClass({ if (!alias || alias.length === 0) return; // ignore attempts to create blank aliases const localDomain = MatrixClientPeg.get().getDomain(); + if (!alias.includes(':')) alias += ':' + localDomain; if (this.isAliasValid(alias) && alias.endsWith(localDomain)) { this.state.domainToAliases[localDomain] = this.state.domainToAliases[localDomain] || []; this.state.domainToAliases[localDomain].push(alias); @@ -161,11 +164,18 @@ module.exports = React.createClass({ description: _t('\'%(alias)s\' is not a valid format for an alias', { alias: alias }), }); } + + if (!this.props.canonicalAlias) { + this.setState({ + canonicalAlias: alias + }); + } }, onLocalAliasChanged: function(alias, index) { if (alias === "") return; // hit the delete button to delete please const localDomain = MatrixClientPeg.get().getDomain(); + if (!alias.includes(':')) alias += ':' + localDomain; if (this.isAliasValid(alias) && alias.endsWith(localDomain)) { this.state.domainToAliases[localDomain][index] = alias; } else { @@ -184,10 +194,15 @@ module.exports = React.createClass({ // promptly setState anyway, it's just about acceptable. The alternative // would be to arbitrarily deepcopy to a temp variable and then setState // that, but why bother when we can cut this corner. - this.state.domainToAliases[localDomain].splice(index, 1); + const alias = this.state.domainToAliases[localDomain].splice(index, 1); this.setState({ domainToAliases: this.state.domainToAliases, }); + if (this.props.canonicalAlias === alias) { + this.setState({ + canonicalAlias: null, + }); + } }, onCanonicalAliasChange: function(event) { @@ -204,12 +219,14 @@ module.exports = React.createClass({ let canonical_alias_section; if (this.props.canSetCanonicalAlias) { + let found = false; canonical_alias_section = ( - <select onChange={this.onCanonicalAliasChange} defaultValue={this.state.canonicalAlias}> + <select onChange={this.onCanonicalAliasChange} value={this.state.canonicalAlias}> <option value="" key="unset">{ _t('not specified') }</option> { - Object.keys(self.state.domainToAliases).map(function(domain, i) { - return self.state.domainToAliases[domain].map(function(alias, j) { + Object.keys(self.state.domainToAliases).map((domain, i) => { + return self.state.domainToAliases[domain].map((alias, j) => { + if (alias === this.state.canonicalAlias) found = true; return ( <option value={alias} key={i + "_" + j}> { alias } @@ -218,6 +235,12 @@ module.exports = React.createClass({ }); }) } + { + found || !this.stateCanonicalAlias ? '' : + <option value={ this.state.canonicalAlias } key='arbitrary'> + { this.state.canonicalAlias } + </option> + } </select> ); } else { diff --git a/src/components/views/room_settings/ColorSettings.js b/src/components/views/room_settings/ColorSettings.js index e82d3ffb0a..30621f9c15 100644 --- a/src/components/views/room_settings/ColorSettings.js +++ b/src/components/views/room_settings/ColorSettings.js @@ -90,7 +90,7 @@ module.exports = React.createClass({ secondary_color: this.state.secondary_color, }).catch(function(err) { if (err.errcode === 'M_GUEST_ACCESS_FORBIDDEN') { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); } }); } diff --git a/src/components/views/rooms/EventTile.js b/src/components/views/rooms/EventTile.js index 7e73c01330..8c58863249 100644 --- a/src/components/views/rooms/EventTile.js +++ b/src/components/views/rooms/EventTile.js @@ -47,6 +47,10 @@ const eventTileTypes = { }; const stateEventTileTypes = { + 'm.room.aliases': 'messages.TextualEvent', + // 'm.room.aliases': 'messages.RoomAliasesEvent', // too complex + 'm.room.canonical_alias': 'messages.TextualEvent', + 'm.room.create': 'messages.RoomCreate', 'm.room.member': 'messages.TextualEvent', 'm.room.name': 'messages.TextualEvent', 'm.room.avatar': 'messages.RoomAvatarEvent', @@ -57,7 +61,6 @@ const stateEventTileTypes = { 'm.room.power_levels': 'messages.TextualEvent', 'm.room.pinned_events': 'messages.TextualEvent', 'm.room.server_acl': 'messages.TextualEvent', - 'im.vector.modular.widgets': 'messages.TextualEvent', }; @@ -483,7 +486,9 @@ module.exports = withMatrixClient(React.createClass({ const eventType = this.props.mxEvent.getType(); // Info messages are basically information about commands processed on a room - const isInfoMessage = (eventType !== 'm.room.message' && eventType !== 'm.sticker'); + const isInfoMessage = ( + eventType !== 'm.room.message' && eventType !== 'm.sticker' && eventType != 'm.room.create' + ); const tileHandler = getHandlerTile(this.props.mxEvent); // This shouldn't happen: the caller should check we support this type @@ -535,6 +540,9 @@ module.exports = withMatrixClient(React.createClass({ if (this.props.tileShape === "notif") { avatarSize = 24; needsSenderProfile = true; + } else if (tileHandler === 'messages.RoomCreate') { + avatarSize = 0; + needsSenderProfile = false; } else if (isInfoMessage) { // a small avatar, with no sender profile, for // joins/parts/etc @@ -745,6 +753,8 @@ module.exports.haveTileForEvent = function(e) { if (handler === undefined) return false; if (handler === 'messages.TextualEvent') { return TextForEvent.textForEvent(e) !== ''; + } else if (handler === 'messages.RoomCreate') { + return Boolean(e.getContent()['predecessor']); } else { return true; } diff --git a/src/components/views/rooms/MemberInfo.js b/src/components/views/rooms/MemberInfo.js index 67189ac90f..e6e6350083 100644 --- a/src/components/views/rooms/MemberInfo.js +++ b/src/components/views/rooms/MemberInfo.js @@ -429,7 +429,7 @@ module.exports = withMatrixClient(React.createClass({ console.log("Mod toggle success"); }, function(err) { if (err.errcode === 'M_GUEST_ACCESS_FORBIDDEN') { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); } else { console.error("Toggle moderator error:" + err); Modal.createTrackedDialog('Failed to toggle moderator status', '', ErrorDialog, { @@ -598,7 +598,7 @@ module.exports = withMatrixClient(React.createClass({ onMemberAvatarClick: function() { const member = this.props.member; - const avatarUrl = member.user ? member.user.avatarUrl : member.events.member.getContent().avatar_url; + const avatarUrl = member.getMxcAvatarUrl(); if (!avatarUrl) return; const httpUrl = this.props.matrixClient.mxcUrlToHttp(avatarUrl); @@ -774,15 +774,15 @@ module.exports = withMatrixClient(React.createClass({ for (const roomId of dmRooms) { const room = this.props.matrixClient.getRoom(roomId); if (room) { - const me = room.getMember(this.props.matrixClient.credentials.userId); - + const myMembership = room.getMyMembership(); // not a DM room if we have are not joined - if (!me.membership || me.membership !== 'join') continue; - // not a DM room if they are not joined + if (myMembership !== 'join') continue; + const them = this.props.member; + // not a DM room if they are not joined if (!them.membership || them.membership !== 'join') continue; - const highlight = room.getUnreadNotificationCount('highlight') > 0 || me.membership === 'invite'; + const highlight = room.getUnreadNotificationCount('highlight') > 0; tiles.push( <RoomTile key={room.roomId} room={room} @@ -791,7 +791,7 @@ module.exports = withMatrixClient(React.createClass({ selected={false} unread={Unread.doesRoomHaveUnreadMessages(room)} highlight={highlight} - isInvite={me.membership === "invite"} + isInvite={false} onClick={this.onRoomTileClick} />, ); diff --git a/src/components/views/rooms/MemberList.js b/src/components/views/rooms/MemberList.js index 6f6188e0b5..67a6effc81 100644 --- a/src/components/views/rooms/MemberList.js +++ b/src/components/views/rooms/MemberList.js @@ -32,10 +32,93 @@ module.exports = React.createClass({ displayName: 'MemberList', getInitialState: function() { - this.memberDict = this.getMemberDict(); - const members = this.roomMembers(); + const cli = MatrixClientPeg.get(); + if (cli.hasLazyLoadMembersEnabled()) { + // show an empty list + return this._getMembersState([]); + } else { + return this._getMembersState(this.roomMembers()); + } + }, + componentWillMount: function() { + this._mounted = true; + const cli = MatrixClientPeg.get(); + if (cli.hasLazyLoadMembersEnabled()) { + this._showMembersAccordingToMembershipWithLL(); + cli.on("Room.myMembership", this.onMyMembership); + } else { + this._listenForMembersChanges(); + } + cli.on("Room", this.onRoom); // invites & joining after peek + const enablePresenceByHsUrl = SdkConfig.get()["enable_presence_by_hs_url"]; + const hsUrl = MatrixClientPeg.get().baseUrl; + this._showPresence = true; + if (enablePresenceByHsUrl && enablePresenceByHsUrl[hsUrl] !== undefined) { + this._showPresence = enablePresenceByHsUrl[hsUrl]; + } + }, + + _listenForMembersChanges: function() { + const cli = MatrixClientPeg.get(); + cli.on("RoomState.members", this.onRoomStateMember); + cli.on("RoomMember.name", this.onRoomMemberName); + cli.on("RoomState.events", this.onRoomStateEvent); + // We listen for changes to the lastPresenceTs which is essentially + // listening for all presence events (we display most of not all of + // the information contained in presence events). + cli.on("User.lastPresenceTs", this.onUserLastPresenceTs); + // cli.on("Room.timeline", this.onRoomTimeline); + }, + + componentWillUnmount: function() { + this._mounted = false; + const cli = MatrixClientPeg.get(); + if (cli) { + cli.removeListener("RoomState.members", this.onRoomStateMember); + cli.removeListener("RoomMember.name", this.onRoomMemberName); + cli.removeListener("Room.myMembership", this.onMyMembership); + cli.removeListener("RoomState.events", this.onRoomStateEvent); + cli.removeListener("Room", this.onRoom); + cli.removeListener("User.lastPresenceTs", this.onUserLastPresenceTs); + } + + // cancel any pending calls to the rate_limited_funcs + this._updateList.cancelPendingCall(); + }, + + /** + * If lazy loading is enabled, either: + * show a spinner and load the members if the user is joined, + * or show the members available so far if the user is invited + */ + _showMembersAccordingToMembershipWithLL: async function() { + const cli = MatrixClientPeg.get(); + if (cli.hasLazyLoadMembersEnabled()) { + const cli = MatrixClientPeg.get(); + const room = cli.getRoom(this.props.roomId); + const membership = room && room.getMyMembership(); + if (membership === "join") { + this.setState({loading: true}); + try { + await room.loadMembersIfNeeded(); + } catch (ex) {/* already logged in RoomView */} + if (this._mounted) { + this.setState(this._getMembersState(this.roomMembers())); + this._listenForMembersChanges(); + } + } else if (membership === "invite") { + // show the members we've got when invited + this.setState(this._getMembersState(this.roomMembers())); + } + } + }, + + _getMembersState: function(members) { + // set the state after determining _showPresence to make sure it's + // taken into account while rerendering return { + loading: false, members: members, filteredJoinedMembers: this._filterMembers(members, 'join'), filteredInvitedMembers: this._filterMembers(members, 'invite'), @@ -48,70 +131,6 @@ module.exports = React.createClass({ }; }, - componentWillMount: function() { - const cli = MatrixClientPeg.get(); - cli.on("RoomState.members", this.onRoomStateMember); - cli.on("RoomMember.name", this.onRoomMemberName); - cli.on("RoomState.events", this.onRoomStateEvent); - cli.on("Room", this.onRoom); // invites - // We listen for changes to the lastPresenceTs which is essentially - // listening for all presence events (we display most of not all of - // the information contained in presence events). - cli.on("User.lastPresenceTs", this.onUserLastPresenceTs); - // cli.on("Room.timeline", this.onRoomTimeline); - - const enablePresenceByHsUrl = SdkConfig.get()["enable_presence_by_hs_url"]; - const hsUrl = MatrixClientPeg.get().baseUrl; - - this._showPresence = true; - if (enablePresenceByHsUrl && enablePresenceByHsUrl[hsUrl] !== undefined) { - this._showPresence = enablePresenceByHsUrl[hsUrl]; - } - }, - - componentWillUnmount: function() { - const cli = MatrixClientPeg.get(); - if (cli) { - cli.removeListener("RoomState.members", this.onRoomStateMember); - cli.removeListener("RoomMember.name", this.onRoomMemberName); - cli.removeListener("RoomState.events", this.onRoomStateEvent); - cli.removeListener("Room", this.onRoom); - cli.removeListener("User.lastPresenceTs", this.onUserLastPresenceTs); - // cli.removeListener("Room.timeline", this.onRoomTimeline); - } - - // cancel any pending calls to the rate_limited_funcs - this._updateList.cancelPendingCall(); - }, - -/* - onRoomTimeline: function(ev, room, toStartOfTimeline, removed, data) { - // ignore anything but real-time updates at the end of the room: - // updates from pagination will happen when the paginate completes. - if (toStartOfTimeline || !data || !data.liveEvent) return; - - // treat any activity from a user as implicit presence to update the - // ordering of the list whenever someone says something. - // Except right now we're not tiebreaking "active now" users in this way - // so don't bother for now. - if (ev.getSender()) { - // console.log("implicit presence from " + ev.getSender()); - - var tile = this.refs[ev.getSender()]; - if (tile) { - // work around a race where you might have a room member object - // before the user object exists. XXX: why does this ever happen? - var all_members = room.currentState.members; - var userId = ev.getSender(); - if (all_members[userId].user === null) { - all_members[userId].user = MatrixClientPeg.get().getUser(userId); - } - this._updateList(); // reorder the membership list - } - } - }, -*/ - onUserLastPresenceTs(event, user) { // Attach a SINGLE listener for global presence changes then locate the // member tile and re-render it. This is more efficient than every tile @@ -130,28 +149,40 @@ module.exports = React.createClass({ // We listen for room events because when we accept an invite // we need to wait till the room is fully populated with state // before refreshing the member list else we get a stale list. - this._updateList(); + this._showMembersAccordingToMembershipWithLL(); + }, + + onMyMembership: function(room, membership, oldMembership) { + if (room.roomId === this.props.roomId && membership === "join") { + this._showMembersAccordingToMembershipWithLL(); + } }, onRoomStateMember: function(ev, state, member) { + if (member.roomId !== this.props.roomId) { + return; + } this._updateList(); }, onRoomMemberName: function(ev, member) { + if (member.roomId !== this.props.roomId) { + return; + } this._updateList(); }, onRoomStateEvent: function(event, state) { - if (event.getType() === "m.room.third_party_invite") { + if (event.getRoomId() === this.props.roomId && + event.getType() === "m.room.third_party_invite") { this._updateList(); } }, _updateList: new rate_limited_func(function() { // console.log("Updating memberlist"); - this.memberDict = this.getMemberDict(); - const newState = { + loading: false, members: this.roomMembers(), }; newState.filteredJoinedMembers = this._filterMembers(newState.members, 'join', this.state.searchQuery); @@ -159,50 +190,43 @@ module.exports = React.createClass({ this.setState(newState); }, 500), - getMemberDict: function() { - if (!this.props.roomId) return {}; + getMembersWithUser: function() { + if (!this.props.roomId) return []; const cli = MatrixClientPeg.get(); const room = cli.getRoom(this.props.roomId); - if (!room) return {}; + if (!room) return []; - const all_members = room.currentState.members; + const allMembers = Object.values(room.currentState.members); - Object.keys(all_members).map(function(userId) { + allMembers.forEach(function(member) { // work around a race where you might have a room member object // before the user object exists. This may or may not cause // https://github.com/vector-im/vector-web/issues/186 - if (all_members[userId].user === null) { - all_members[userId].user = MatrixClientPeg.get().getUser(userId); + if (member.user === null) { + member.user = cli.getUser(member.userId); } // XXX: this user may have no lastPresenceTs value! // the right solution here is to fix the race rather than leave it as 0 }); - return all_members; + return allMembers; }, roomMembers: function() { - const all_members = this.memberDict || {}; - const all_user_ids = Object.keys(all_members); const ConferenceHandler = CallHandler.getConferenceHandler(); - all_user_ids.sort(this.memberSort); - - const to_display = []; - let count = 0; - for (let i = 0; i < all_user_ids.length; ++i) { - const user_id = all_user_ids[i]; - const m = all_members[user_id]; - - if (m.membership === 'join' || m.membership === 'invite') { - if ((ConferenceHandler && !ConferenceHandler.isConferenceUser(user_id)) || !ConferenceHandler) { - to_display.push(user_id); - ++count; - } - } - } - return to_display; + const allMembers = this.getMembersWithUser(); + const filteredAndSortedMembers = allMembers.filter((m) => { + return ( + m.membership === 'join' || m.membership === 'invite' + ) && ( + !ConferenceHandler || + (ConferenceHandler && !ConferenceHandler.isConferenceUser(m.userId)) + ); + }); + filteredAndSortedMembers.sort(this.memberSort); + return filteredAndSortedMembers; }, _createOverflowTileJoined: function(overflowCount, totalCount) { @@ -249,14 +273,12 @@ module.exports = React.createClass({ // returns negative if a comes before b, // returns 0 if a and b are equivalent in ordering // returns positive if a comes after b. - memberSort: function(userIdA, userIdB) { + memberSort: function(memberA, memberB) { // order by last active, with "active now" first. // ...and then by power // ...and then alphabetically. // We could tiebreak instead by "last recently spoken in this room" if we wanted to. - const memberA = this.memberDict[userIdA]; - const memberB = this.memberDict[userIdB]; const userA = memberA.user; const userB = memberB.user; @@ -306,9 +328,7 @@ module.exports = React.createClass({ }, _filterMembers: function(members, membership, query) { - return members.filter((userId) => { - const m = this.memberDict[userId]; - + return members.filter((m) => { if (query) { query = query.toLowerCase(); const matchesName = m.name.toLowerCase().indexOf(query) !== -1; @@ -350,10 +370,9 @@ module.exports = React.createClass({ _makeMemberTiles: function(members, membership) { const MemberTile = sdk.getComponent("rooms.MemberTile"); - const memberList = members.map((userId) => { - const m = this.memberDict[userId]; + const memberList = members.map((m) => { return ( - <MemberTile key={userId} member={m} ref={userId} showPresence={this._showPresence} /> + <MemberTile key={m.userId} member={m} ref={m.userId} showPresence={this._showPresence} /> ); }); @@ -393,6 +412,11 @@ module.exports = React.createClass({ }, render: function() { + if (this.state.loading) { + const Spinner = sdk.getComponent("elements.Spinner"); + return <div className="mx_MemberList"><Spinner /></div>; + } + const TruncatedList = sdk.getComponent("elements.TruncatedList"); const GeminiScrollbarWrapper = sdk.getComponent("elements.GeminiScrollbarWrapper"); diff --git a/src/components/views/rooms/MessageComposer.js b/src/components/views/rooms/MessageComposer.js index a7e02d16ae..c5e389aa06 100644 --- a/src/components/views/rooms/MessageComposer.js +++ b/src/components/views/rooms/MessageComposer.js @@ -1,6 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd -Copyright 2017 New Vector Ltd +Copyright 2017, 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,6 +25,7 @@ import dis from '../../../dispatcher'; import RoomViewStore from '../../../stores/RoomViewStore'; import SettingsStore, {SettingLevel} from "../../../settings/SettingsStore"; import Stickerpicker from './Stickerpicker'; +import { makeRoomPermalink } from '../../../matrix-to'; const formatButtonList = [ _td("bold"), @@ -51,7 +52,9 @@ export default class MessageComposer extends React.Component { this.onToggleMarkdownClicked = this.onToggleMarkdownClicked.bind(this); this.onInputStateChanged = this.onInputStateChanged.bind(this); this.onEvent = this.onEvent.bind(this); + this._onRoomStateEvents = this._onRoomStateEvents.bind(this); this._onRoomViewStoreUpdate = this._onRoomViewStoreUpdate.bind(this); + this._onTombstoneClick = this._onTombstoneClick.bind(this); this.state = { inputState: { @@ -61,6 +64,7 @@ export default class MessageComposer extends React.Component { }, showFormatting: SettingsStore.getValue('MessageComposer.showFormatting'), isQuoting: Boolean(RoomViewStore.getQuotingEvent()), + tombstone: this._getRoomTombstone(), }; } @@ -70,12 +74,31 @@ export default class MessageComposer extends React.Component { // marked as encrypted. // XXX: fragile as all hell - fixme somehow, perhaps with a dedicated Room.encryption event or something. MatrixClientPeg.get().on("event", this.onEvent); + MatrixClientPeg.get().on("RoomState.events", this._onRoomStateEvents); this._roomStoreToken = RoomViewStore.addListener(this._onRoomViewStoreUpdate); + this._waitForOwnMember(); + } + + _waitForOwnMember() { + // if we have the member already, do that + const me = this.props.room.getMember(MatrixClientPeg.get().getUserId()); + if (me) { + this.setState({me}); + return; + } + // Otherwise, wait for member loading to finish and then update the member for the avatar. + // The members should already be loading, and loadMembersIfNeeded + // will return the promise for the existing operation + this.props.room.loadMembersIfNeeded().then(() => { + const me = this.props.room.getMember(MatrixClientPeg.get().getUserId()); + this.setState({me}); + }); } componentWillUnmount() { if (MatrixClientPeg.get()) { MatrixClientPeg.get().removeListener("event", this.onEvent); + MatrixClientPeg.get().removeListener("RoomState.events", this._onRoomStateEvents); } if (this._roomStoreToken) { this._roomStoreToken.remove(); @@ -88,6 +111,18 @@ export default class MessageComposer extends React.Component { this.forceUpdate(); } + _onRoomStateEvents(ev, state) { + if (ev.getRoomId() !== this.props.room.roomId) return; + + if (ev.getType() === 'm.room.tombstone') { + this.setState({tombstone: this._getRoomTombstone()}); + } + } + + _getRoomTombstone() { + return this.props.room.currentState.getStateEvents('m.room.tombstone', ''); + } + _onRoomViewStoreUpdate() { const isQuoting = Boolean(RoomViewStore.getQuotingEvent()); if (this.state.isQuoting === isQuoting) return; @@ -96,7 +131,7 @@ export default class MessageComposer extends React.Component { onUploadClick(ev) { if (MatrixClientPeg.get().isGuest()) { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); return; } @@ -207,8 +242,18 @@ export default class MessageComposer extends React.Component { this.messageComposerInput.enableRichtext(!this.state.inputState.isRichTextEnabled); } + _onTombstoneClick(ev) { + ev.preventDefault(); + + const replacementRoomId = this.state.tombstone.getContent()['replacement_room']; + dis.dispatch({ + action: 'view_room', + highlighted: true, + room_id: replacementRoomId, + }); + } + render() { - const me = this.props.room.getMember(MatrixClientPeg.get().credentials.userId); const uploadInputStyle = {display: 'none'}; const MemberAvatar = sdk.getComponent('avatars.MemberAvatar'); const TintableSvg = sdk.getComponent("elements.TintableSvg"); @@ -216,11 +261,13 @@ export default class MessageComposer extends React.Component { const controls = []; - controls.push( - <div key="controls_avatar" className="mx_MessageComposer_avatar"> - <MemberAvatar member={me} width={24} height={24} /> - </div>, - ); + if (this.state.me) { + controls.push( + <div key="controls_avatar" className="mx_MessageComposer_avatar"> + <MemberAvatar member={this.state.me} width={24} height={24} /> + </div>, + ); + } let e2eImg, e2eTitle, e2eClass; const roomIsEncrypted = MatrixClientPeg.get().isRoomEncrypted(this.props.room.roomId); @@ -262,8 +309,8 @@ export default class MessageComposer extends React.Component { </div>; } - const canSendMessages = this.props.room.currentState.maySendMessage( - MatrixClientPeg.get().credentials.userId); + const canSendMessages = !this.state.tombstone && + this.props.room.maySendMessage(); if (canSendMessages) { // This also currently includes the call buttons. Really we should @@ -322,6 +369,24 @@ export default class MessageComposer extends React.Component { callButton, videoCallButton, ); + } else if (this.state.tombstone) { + const replacementRoomId = this.state.tombstone.getContent()['replacement_room']; + + const AccessibleButton = sdk.getComponent('elements.AccessibleButton'); + controls.push(<div className="mx_MessageComposer_replaced_wrapper"> + <div className="mx_MessageComposer_replaced_valign"> + <img className="mx_MessageComposer_roomReplaced_icon" src="img/room_replaced.svg" /> + <span className="mx_MessageComposer_roomReplaced_header"> + {_t("This room has been replaced and is no longer active.")} + </span><br /> + <a href={makeRoomPermalink(replacementRoomId)} + className="mx_MessageComposer_roomReplaced_link" + onClick={this._onTombstoneClick} + > + {_t("The conversation continues here.")} + </a> + </div> + </div>); } else { controls.push( <div key="controls_error" className="mx_MessageComposer_noperm_error"> diff --git a/src/components/views/rooms/MessageComposerInput.js b/src/components/views/rooms/MessageComposerInput.js index 267db89e8c..d5e45386bd 100644 --- a/src/components/views/rooms/MessageComposerInput.js +++ b/src/components/views/rooms/MessageComposerInput.js @@ -336,7 +336,7 @@ export default class MessageComposerInput extends React.Component { } } - componentDidMount() { + componentWillMount() { this.dispatcherRef = dis.register(this.onAction); this.historyManager = new ComposerHistoryManager(this.props.room.roomId, 'mx_slate_composer_history_'); } diff --git a/src/components/views/rooms/RoomList.js b/src/components/views/rooms/RoomList.js index 312230e00a..5ed2ef1fbe 100644 --- a/src/components/views/rooms/RoomList.js +++ b/src/components/views/rooms/RoomList.js @@ -1,6 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd -Copyright 2017 Vector Creations Ltd +Copyright 2017, 2018 Vector Creations Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -35,7 +35,12 @@ import RoomListStore from '../../../stores/RoomListStore'; import GroupStore from '../../../stores/GroupStore'; const HIDE_CONFERENCE_CHANS = true; -const STANDARD_TAGS_REGEX = /^(m\.(favourite|lowpriority)|im\.vector\.fake\.(invite|recent|direct|archived))$/; +const STANDARD_TAGS_REGEX = /^(m\.(favourite|lowpriority|server_notice)|im\.vector\.fake\.(invite|recent|direct|archived))$/; + +function labelForTagName(tagName) { + if (tagName.startsWith('u.')) return tagName.slice(2); + return tagName; +} function phraseForSection(section) { switch (section) { @@ -92,7 +97,7 @@ module.exports = React.createClass({ }; // All rooms that should be kept in the room list when filtering. // By default, show all rooms. - this._visibleRooms = MatrixClientPeg.get().getRooms(); + this._visibleRooms = MatrixClientPeg.get().getVisibleRooms(); // Listen to updates to group data. RoomList cares about members and rooms in order // to filter the room list when group tags are selected. @@ -297,7 +302,7 @@ module.exports = React.createClass({ this._visibleRooms = Array.from(roomSet); } else { // Show all rooms - this._visibleRooms = MatrixClientPeg.get().getRooms(); + this._visibleRooms = MatrixClientPeg.get().getVisibleRooms(); } this._delayedRefreshRoomList(); }, @@ -342,8 +347,8 @@ module.exports = React.createClass({ if (!taggedRoom) { return; } - const me = taggedRoom.getMember(MatrixClientPeg.get().credentials.userId); - if (HIDE_CONFERENCE_CHANS && Rooms.isConfCallRoom(taggedRoom, me, this.props.ConferenceHandler)) { + const myUserId = MatrixClientPeg.get().getUserId(); + if (HIDE_CONFERENCE_CHANS && Rooms.isConfCallRoom(taggedRoom, myUserId, this.props.ConferenceHandler)) { return; } @@ -446,6 +451,8 @@ module.exports = React.createClass({ } } + if (!this.stickies) return; + const self = this; let scrollStuckOffset = 0; // Scroll to the passed in position, i.e. a header was clicked and in a scroll to state @@ -692,7 +699,7 @@ module.exports = React.createClass({ if (!tagName.match(STANDARD_TAGS_REGEX)) { return <RoomSubList list={self.state.lists[tagName]} key={tagName} - label={tagName} + label={labelForTagName(tagName)} tagName={tagName} emptyContent={this._getEmptyContent(tagName)} editable={true} @@ -739,6 +746,18 @@ module.exports = React.createClass({ searchFilter={self.props.searchFilter} onShowMoreRooms={self.onShowMoreRooms} showEmpty={showEmpty} /> + + <RoomSubList list={self.state.lists['m.server_notice']} + label={_t('System Alerts')} + tagName="m.lowpriority" + editable={false} + order="recent" + incomingCall={self.state.incomingCall} + collapsed={self.props.collapsed} + searchFilter={self.props.searchFilter} + onHeaderClick={self.onSubListHeaderClick} + onShowMoreRooms={self.onShowMoreRooms} + showEmpty={false} /> </div> </GeminiScrollbarWrapper> ); diff --git a/src/components/views/rooms/RoomPreviewBar.js b/src/components/views/rooms/RoomPreviewBar.js index 536093807a..5ec19d185e 100644 --- a/src/components/views/rooms/RoomPreviewBar.js +++ b/src/components/views/rooms/RoomPreviewBar.js @@ -98,15 +98,11 @@ module.exports = React.createClass({ </div>); } - const myMember = this.props.room ? this.props.room.currentState.members[ - MatrixClientPeg.get().credentials.userId - ] : null; - const kicked = ( - myMember && - myMember.membership == 'leave' && - myMember.events.member.getSender() != MatrixClientPeg.get().credentials.userId - ); - const banned = myMember && myMember.membership == 'ban'; + const myMember = this.props.room ? + this.props.room.getMember(MatrixClientPeg.get().getUserId()) : + null; + const kicked = myMember && myMember.isKicked(); + const banned = myMember && myMember && myMember.membership == 'ban'; if (this.props.inviterName) { let emailMatchBlock; diff --git a/src/components/views/rooms/RoomSettings.js b/src/components/views/rooms/RoomSettings.js index 0ccfa23bf3..46869c1773 100644 --- a/src/components/views/rooms/RoomSettings.js +++ b/src/components/views/rooms/RoomSettings.js @@ -1,6 +1,7 @@ /* Copyright 2015, 2016 OpenMarket Ltd Copyright 2017 Vector Creations Ltd +Copyright 2018 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -571,6 +572,11 @@ module.exports = React.createClass({ }); }, + _onRoomUpgradeClick: function() { + const RoomUpgradeDialog = sdk.getComponent('dialogs.RoomUpgradeDialog'); + Modal.createTrackedDialog('Upgrade Room Version', '', RoomUpgradeDialog, {room: this.props.room}); + }, + _onRoomMemberMembership: function() { // Update, since our banned user list may have changed this.forceUpdate(); @@ -793,15 +799,15 @@ module.exports = React.createClass({ } let leaveButton = null; - const myMember = this.props.room.getMember(myUserId); - if (myMember) { - if (myMember.membership === "join") { + const myMemberShip = this.props.room.getMyMembership(); + if (myMemberShip) { + if (myMemberShip === "join") { leaveButton = ( <AccessibleButton className="mx_RoomSettings_leaveButton" onClick={this.onLeaveClick}> { _t('Leave room') } </AccessibleButton> ); - } else if (myMember.membership === "leave") { + } else if (myMemberShip === "leave") { leaveButton = ( <AccessibleButton className="mx_RoomSettings_leaveButton" onClick={this.onForgetClick}> { _t('Forget room') } @@ -929,6 +935,13 @@ module.exports = React.createClass({ ); }); + let roomUpgradeButton = null; + if (this.props.room.shouldUpgradeToVersion() && this.props.room.userMayUpgradeRoom(myUserId)) { + roomUpgradeButton = <AccessibleButton className="mx_RoomSettings_upgradeButton danger" onClick={this._onRoomUpgradeClick}> + { _t("Upgrade room to version %(ver)s", {ver: this.props.room.shouldUpgradeToVersion()}) } + </AccessibleButton>; + } + return ( <div className="mx_RoomSettings"> @@ -1039,7 +1052,9 @@ module.exports = React.createClass({ <h3>{ _t('Advanced') }</h3> <div className="mx_RoomSettings_settings"> - { _t('This room\'s internal ID is') } <code>{ this.props.room.roomId }</code> + { _t('Internal room ID: ') } <code>{ this.props.room.roomId }</code><br /> + { _t('Room version number: ') } <code>{ this.props.room.getVersion() }</code><br /> + { roomUpgradeButton } </div> </div> ); diff --git a/src/components/views/rooms/RoomTile.js b/src/components/views/rooms/RoomTile.js index 097f3a47e9..a8552aa142 100644 --- a/src/components/views/rooms/RoomTile.js +++ b/src/components/views/rooms/RoomTile.js @@ -243,9 +243,7 @@ module.exports = React.createClass({ }, render: function() { - const myUserId = MatrixClientPeg.get().credentials.userId; - const me = this.props.room.currentState.members[myUserId]; - + const isInvite = this.props.room.getMyMembership() === "invite"; const notificationCount = this.state.notificationCount; // var highlightCount = this.props.room.getUnreadNotificationCount("highlight"); @@ -259,7 +257,7 @@ module.exports = React.createClass({ 'mx_RoomTile_unread': this.props.unread, 'mx_RoomTile_unreadNotify': notifBadges, 'mx_RoomTile_highlight': mentionBadges, - 'mx_RoomTile_invited': (me && me.membership === 'invite'), + 'mx_RoomTile_invited': isInvite, 'mx_RoomTile_menuDisplayed': this.state.menuDisplayed, 'mx_RoomTile_noBadges': !badges, 'mx_RoomTile_transparent': this.props.transparent, @@ -275,6 +273,7 @@ module.exports = React.createClass({ }); let name = this.state.roomName; + if (name == undefined || name == null) name = ''; name = name.replace(":", ":\u200b"); // add a zero-width space to allow linewrapping after the colon let badgeContent; diff --git a/src/components/views/rooms/RoomUpgradeWarningBar.js b/src/components/views/rooms/RoomUpgradeWarningBar.js new file mode 100644 index 0000000000..75a5901fc9 --- /dev/null +++ b/src/components/views/rooms/RoomUpgradeWarningBar.js @@ -0,0 +1,57 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import React from 'react'; +import PropTypes from 'prop-types'; +import sdk from '../../../index'; +import Modal from '../../../Modal'; + +import { _t } from '../../../languageHandler'; + +module.exports = React.createClass({ + displayName: 'RoomUpgradeWarningBar', + + propTypes: { + room: PropTypes.object.isRequired, + }, + + onUpgradeClick: function() { + const RoomUpgradeDialog = sdk.getComponent('dialogs.RoomUpgradeDialog'); + Modal.createTrackedDialog('Upgrade Room Version', '', RoomUpgradeDialog, {room: this.props.room}); + }, + + render: function() { + const AccessibleButton = sdk.getComponent('elements.AccessibleButton'); + return ( + <div className="mx_RoomUpgradeWarningBar"> + <div className="mx_RoomUpgradeWarningBar_header"> + {_t("There is a known vulnerability affecting this room.")} + </div> + <div className="mx_RoomUpgradeWarningBar_body"> + {_t("This room version is vulnerable to malicious modification of room state.")} + </div> + <p className="mx_RoomUpgradeWarningBar_upgradelink"> + <AccessibleButton onClick={this.onUpgradeClick}> + {_t("Click here to upgrade to the latest room version and ensure room integrity is protected.")} + </AccessibleButton> + </p> + <div className="mx_RoomUpgradeWarningBar_small"> + {_t("Only room administrators will see this warning")} + </div> + </div> + ); + }, +}); diff --git a/src/components/views/voip/VideoView.js b/src/components/views/voip/VideoView.js index 1820514129..d9843042ef 100644 --- a/src/components/views/voip/VideoView.js +++ b/src/components/views/voip/VideoView.js @@ -26,6 +26,15 @@ import dis from '../../../dispatcher'; import SettingsStore from "../../../settings/SettingsStore"; +function getFullScreenElement() { + return ( + document.fullscreenElement || + document.mozFullScreenElement || + document.webkitFullscreenElement || + document.msFullscreenElement + ); +} + module.exports = React.createClass({ displayName: 'VideoView', @@ -88,7 +97,7 @@ module.exports = React.createClass({ element.msRequestFullscreen ); requestMethod.call(element); - } else { + } else if (getFullScreenElement()) { const exitMethod = ( document.exitFullscreen || document.mozCancelFullScreen || @@ -108,10 +117,7 @@ module.exports = React.createClass({ const VideoFeed = sdk.getComponent('voip.VideoFeed'); // if we're fullscreen, we don't want to set a maxHeight on the video element. - const fullscreenElement = (document.fullscreenElement || - document.mozFullScreenElement || - document.webkitFullscreenElement); - const maxVideoHeight = fullscreenElement ? null : this.props.maxHeight; + const maxVideoHeight = getFullScreenElement() ? null : this.props.maxHeight; const localVideoFeedClasses = classNames("mx_VideoView_localVideoFeed", { "mx_VideoView_localVideoFeed_flipped": SettingsStore.getValue('VideoView.flipVideoHorizontally'), diff --git a/src/createRoom.js b/src/createRoom.js index a767d09288..8b4220fc85 100644 --- a/src/createRoom.js +++ b/src/createRoom.js @@ -42,7 +42,7 @@ function createRoom(opts) { const client = MatrixClientPeg.get(); if (client.isGuest()) { - dis.dispatch({action: 'view_set_mxid'}); + dis.dispatch({action: 'require_registration'}); return Promise.resolve(null); } diff --git a/src/cryptodevices.js b/src/cryptodevices.js index 92237ce7f5..246fae3d73 100644 --- a/src/cryptodevices.js +++ b/src/cryptodevices.js @@ -43,27 +43,26 @@ export function markAllDevicesKnown(matrixClient, devices) { * @return {Promise} A promise which resolves to a map userId->deviceId->{@link * module:crypto~DeviceInfo|DeviceInfo}. */ -export function getUnknownDevicesForRoom(matrixClient, room) { - const roomMembers = room.getEncryptionTargetMembers().map((m) => { +export async function getUnknownDevicesForRoom(matrixClient, room) { + const roomMembers = await room.getEncryptionTargetMembers().map((m) => { return m.userId; }); - return matrixClient.downloadKeys(roomMembers, false).then((devices) => { - const unknownDevices = {}; - // This is all devices in this room, so find the unknown ones. - Object.keys(devices).forEach((userId) => { - Object.keys(devices[userId]).map((deviceId) => { - const device = devices[userId][deviceId]; + const devices = await matrixClient.downloadKeys(roomMembers, false); + const unknownDevices = {}; + // This is all devices in this room, so find the unknown ones. + Object.keys(devices).forEach((userId) => { + Object.keys(devices[userId]).map((deviceId) => { + const device = devices[userId][deviceId]; - if (device.isUnverified() && !device.isKnown()) { - if (unknownDevices[userId] === undefined) { - unknownDevices[userId] = {}; - } - unknownDevices[userId][deviceId] = device; + if (device.isUnverified() && !device.isKnown()) { + if (unknownDevices[userId] === undefined) { + unknownDevices[userId] = {}; } - }); + unknownDevices[userId][deviceId] = device; + } }); - return unknownDevices; }); + return unknownDevices; } function focusComposer() { diff --git a/src/i18n/strings/bg.json b/src/i18n/strings/bg.json index 2762cccd9c..8d340c3e6d 100644 --- a/src/i18n/strings/bg.json +++ b/src/i18n/strings/bg.json @@ -1211,5 +1211,50 @@ "Demote": "Понижение", "This event could not be displayed": "Това събитие не може да бъде показано", "A conference call could not be started because the intgrations server is not available": "Не може да бъде започнат конферентен разговор, защото сървърът с интеграции не е достъпен", - "Permission Required": "Необходимо е разрешение" + "Permission Required": "Необходимо е разрешение", + "A call is currently being placed!": "В момента се осъществява разговор!", + "You do not have permission to start a conference call in this room": "Нямате достъп да започнете конферентен разговор в тази стая", + "Show empty room list headings": "Показване на заглавия за празни стаи", + "deleted": "изтрито", + "underlined": "подчертано", + "inline-code": "код", + "block-quote": "цитат", + "bulleted-list": "списък (с тирета)", + "numbered-list": "номериран списък", + "Failed to remove widget": "Неуспешно премахване на приспособление", + "An error ocurred whilst trying to remove the widget from the room": "Възникна грешка при премахването на приспособлението от стаята", + "This homeserver has hit its Monthly Active User limit": "Този сървър достигна своя лимит за активни потребители на месец", + "Please contact your service administrator to continue using this service.": "Моля, свържете се с администратора на услугата за да продължите да я използвате.", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Този сървър достигна лимита си за активни потребители на месец. Моля, свържете се с администратора на услугата, за да продължите да я използвате.", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Съобщението Ви не бе изпратено, защото този сървър достигна лимита си за активни потребители на месец. Моля, свържете се с администратора на услугата, за да продължите да я използвате.", + "System Alerts": "Системни уведомления", + "Internal room ID: ": "Вътрешен идентификатор на стаята: ", + "Room version number: ": "Версия на стаята: ", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "Този сървър достигна лимита си за активни потребители на месец. Моля, <a>свържете се с администратора на услугата</a>, за да продължите да я използвате.", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "Този сървър достигна лимита си за активни потребители на месец и някои потребители няма да успеят да влязат в профила си. Моля, <a>свържете се с администратора на услугата</a> за да се увеличи този лимит.", + "There is a known vulnerability affecting this room.": "Има пропуск в сигурността засягащ тази стая.", + "This room version is vulnerable to malicious modification of room state.": "Тази версия на стаята е уязвима към злонамерена модификация на състоянието й.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Кликнете тук за да обновите стаята до последна версия и подсигурите сигурността й.", + "Only room administrators will see this warning": "Само администратори на стаята виждат това предупреждение", + "Please <a>contact your service administrator</a> to continue using the service.": "Моля, <a>свържете се с администратора на услугата</a> за да продължите да я използвате.", + "This homeserver has hit its Monthly Active User limit.": "Този сървър е достигнал лимита си за активни потребители на месец.", + "This homeserver has exceeded one of its resource limits.": "Този сървър е надвишил някой от лимитите си.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Моля, <a>свържете се с администратора на услугата</a> за да се увеличи този лимит.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Този сървър е достигнал своя лимит за потребители на месец, така че <b>някои потребители не биха успели да влязат</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Този сървър е достигнал някой от лимите си, така че <b>някои потребители не биха успели да влязат</b>.", + "Upgrade Room Version": "Обнови версията на стаята", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Обновяването на тази стая изисква затваряне на текущата и създаване на нова на нейно място. За да подсигурим най-доброто изживяване на потребителите, ще:", + "Create a new room with the same name, description and avatar": "Създадем нова стая със същото име, описание и снимка", + "Update any local room aliases to point to the new room": "Обновим всички локални адреси на стаята да сочат към новата", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Забраним комуникацията на потребителите в старата стая и публикуваме съобщение насочващо ги към новата", + "Put a link back to the old room at the start of the new room so people can see old messages": "Поставим връзка в новата стая, водещо обратно към старата, за да може хората да виждат старите съобщения", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Съобщението Ви не бе изпратено, защото този сървър е достигнал лимита си за потребители на месец. Моля, <a>свържете се с администратора на услугата</a> за да продължите да я използвате.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Съобщението Ви не бе изпратено, защото този сървър е някой от лимитите си. Моля, <a>свържете се с администратора на услугата</a> за да продължите да я използвате.", + "Please <a>contact your service administrator</a> to continue using this service.": "Моля, <a>свържете се с администратора на услугата</a> за да продължите да я използвате.", + "Increase performance by only loading room members on first view": "Повишаване на бързодействието чрез отложено зареждане на членовете в стаите", + "Lazy loading members not supported": "Отложеното зареждане на членове не се поддържа", + "Lazy loading is not supported by your current homeserver.": "Отложеното зареждане не се поддържа от текущия сървър.", + "Sorry, your homeserver is too old to participate in this room.": "Съжаляваме, вашият сървър е прекалено стар за да участва в тази стая.", + "Please contact your homeserver administrator.": "Моля, свържете се се със сървърния администратор.", + "Legal": "Юридически" } diff --git a/src/i18n/strings/cs.json b/src/i18n/strings/cs.json index 9ac753e285..04c22afcf0 100644 --- a/src/i18n/strings/cs.json +++ b/src/i18n/strings/cs.json @@ -1080,5 +1080,171 @@ "The platform you're on": "Platforma na které jsi", "The version of Riot.im": "Verze Riot.im", "Whether or not you're logged in (we don't record your user name)": "Jestli jsi, nebo nejsi přihlášen (tvou přezdívku neukládáme)", - "Your language of choice": "Tvá jazyková volba" + "Your language of choice": "Tvá jazyková volba", + "Which officially provided instance you are using, if any": "Přes kterou oficiální podporovanou instanci Riot.im jste pripojeni (jestli nehostujete Riot sami)", + "Whether or not you're using the Richtext mode of the Rich Text Editor": "Jestli při psaní zpráv používáte rozbalenou lištu formátování textu", + "Your homeserver's URL": "URL vámi používaného domovského serveru", + "Your identity server's URL": "URL Vámi používaného serveru totožností", + "e.g. %(exampleValue)s": "např. %(exampleValue)s", + "Every page you use in the app": "Každou stránku v aplikaci, kterou navštívíte", + "e.g. <CurrentPageURL>": "např. <CurrentPageURL>", + "Your User Agent": "Řetězec User Agent Vašeho zařízení", + "Your device resolution": "Rozlišení obrazovky Vašeho zařízení", + "The information being sent to us to help make Riot.im better includes:": "S cílem vylepšovat aplikaci Riot.im shromažďujeme následující údaje:", + "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "V případě, že se na stránce vyskytují identifikační údaje, jako například název místnosti, ID uživatele, místnosti a nebo skupiny, jsou tyto údaje před odesláním na server odstraněny.", + "A conference call could not be started because the intgrations server is not available": "Není možné uskutečnit konferenční hovor, integrační server není k dispozici", + "Call in Progress": "Probíhající hovor", + "A call is currently being placed!": "Právě probíhá jiný hovor!", + "A call is already in progress!": "Jeden hovor už probíhá!", + "Permission Required": "Vyžaduje oprávnění", + "You do not have permission to start a conference call in this room": "Nemáte oprávnění v této místnosti začít konferenční hovor", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s", + "Missing roomId.": "Chybějící ID místnosti.", + "Opens the Developer Tools dialog": "Otevře dialog nástrojů pro vývojáře", + "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s si změnil zobrazované jméno na %(displayName)s.", + "Always show encryption icons": "Vždy zobrazovat ikony stavu šifrovaní", + "Disable Community Filter Panel": "Zakázat panel Filtr komunity", + "Send analytics data": "Odesílat analytická data", + "Enable widget screenshots on supported widgets": "Povolit screenshot widgetu pro podporované widgety", + "Show empty room list headings": "Zobrazovat nadpisy prázdných seznamů místností", + "This event could not be displayed": "Tato událost nemohla být zobrazena", + "Your key share request has been sent - please check your other devices for key share requests.": "Žádost o sdílení klíče byla odeslána - prosím zkontrolujte si Vaše ostatí zařízení.", + "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "Žádost o sdílení klíčů je automaticky odesílaná na Vaše ostatní zařízení. Jestli jste žádost odmítly nebo zrušili dialogové okno se žádostí na ostatních zařízeních, kliknutím sem ji můžete opakovaně pro tuto relaci vyžádat.", + "If your other devices do not have the key for this message you will not be able to decrypt them.": "Pokud Vaše ostatní zařízení nemají klíč pro tyto zprávy, nebudete je moci dešifrovat.", + "Key request sent.": "Žádost o klíč poslána.", + "<requestLink>Re-request encryption keys</requestLink> from your other devices.": "<requestLink>Znovu vyžádat šifrovací klíče</requestLink> z vašich ostatních zařízení.", + "Encrypting": "Šifruje", + "Encrypted, not sent": "Zašifrováno, ale neodesláno", + "Demote yourself?": "Snížit Vaši vlastní hodnost?", + "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Tuto změnu nebudete moci vzít zpět, protože snižujete svoji vlastní hodnost, jste-li poslední privilegovaný uživatel v místnosti, bude nemožné vaši současnou hodnost získat zpět.", + "Demote": "Degradovat", + "Share Link to User": "Sdílet odkaz na uživatele", + "deleted": "smazáno", + "underlined": "podtrženo", + "inline-code": "vnořený kód", + "block-quote": "citace", + "bulleted-list": "seznam s odrážkami", + "numbered-list": "číselný seznam", + "At this time it is not possible to reply with a file so this will be sent without being a reply.": "V současné době nejde odpovědět se souborem, proto toto bude odesláno jako by to odpověď nebyla.", + "Send an encrypted reply…": "Odeslat šifrovanou odpověď …", + "Send a reply (unencrypted)…": "Odeslat odpověď (nešifrovaně) …", + "Send an encrypted message…": "Odeslat šifrovanou zprávu …", + "Send a message (unencrypted)…": "Odeslat zprávu (nešifrovaně) …", + "Unable to reply": "Není možné odpovědět", + "At this time it is not possible to reply with an emote.": "V odpovědi zatím nejde vyjádřit pocit.", + "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "%(displayName)s (%(userName)s) viděl %(dateTime)s", + "Replying": "Odpovídá", + "Share room": "Sdílet místnost", + "You have no historical rooms": "Nemáte žádné historické místnosti", + "System Alerts": "Systémová varování", + "To notify everyone in the room, you must be a": "Abyste mohli upozornit všechny v místnosti, musíte být", + "%(user)s is a %(userRole)s": "%(user)s je %(userRole)s", + "Muted Users": "Umlčení uživatelé", + "Internal room ID: ": "Vnitřní ID mistnosti: ", + "Room version number: ": "Číslo verze místnosti: ", + "There is a known vulnerability affecting this room.": "Pro tuto místnost existuje známa zranitelnost.", + "This room version is vulnerable to malicious modification of room state.": "Tato verze místnosti je zranitelná zlomyslnou modifikací stavu místnosti.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Pro zaručení integrity místnosti klikněte sem a upgradeujte místnost na nejnovější verzi.", + "Only room administrators will see this warning": "Jen administrátoři místnosti uvidí toto varování", + "You don't currently have any stickerpacks enabled": "Momentálně nemáte aktívní žádné balíčky s nálepkami", + "Add a stickerpack": "Přidat balíček s nálepkami", + "Stickerpack": "Balíček s nálepkami", + "Hide Stickers": "Skrýt nálepky", + "Show Stickers": "Zobrazit nálepky", + "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "V šifrovaných místnostech, jako je tato, jsou URL náhledy ve výchozím nastavení zakázané, aby bylo možné zajistit, že váš domácí server nemůže shromažďovat informace o odkazech, které v této místnosti vidíte.", + "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "Když někdo ve zprávě pošle URL adresu, může být zobrazen její náhled obsahující informace jako titulek, popis a obrázek z cílové stránky.", + "Code": "Kód", + "The email field must not be blank.": "E-mail nemůže být prázdný.", + "The user name field must not be blank.": "Uživatelské jméno nemůže být prázdné.", + "The phone number field must not be blank.": "Telefonní číslo nemůže být prázdné.", + "The password field must not be blank.": "Heslo nemůže být prázdné.", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie (please see our <PolicyLink>Cookie Policy</PolicyLink>).": "Prosím pomozte nám vylepšovat Riot.im odesíláním <UsageDataLink>anonymních údajů o používaní</UsageDataLink>. Na tento účel použijeme cookie (přečtěte si <PolicyLink>jak cookies používáme</PolicyLink>).", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie.": "Prosím pomozte nám vylepšovat Riot.im odesíláním <UsageDataLink>anonymních údajů o používaní</UsageDataLink>. Na tento účel použijeme cookie.", + "Yes, I want to help!": "Ano, chci pomoci!", + "Please <a>contact your service administrator</a> to continue using the service.": "Please <a>contact your service administrator</a> to continue using the service.\nProsím <a>kontaktujte Vašeho administratora</a> aby jste mohli pokračovat v používání Vašeho zařízení.", + "This homeserver has hit its Monthly Active User limit.": "Tento domovský server dosáhl svého měsíčního limitu pro aktivní uživatele.", + "This homeserver has exceeded one of its resource limits.": "Tento domovský server překročil některý z limitů.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Prosím <a>kontaktujte Vašeho administrátora</a> pro zvýšení tohoto limitu.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Tento domovský server dosáhl svého měsíčního limitu pro aktivní uživatele, proto se <b>někteří uživatelé nebudou moci přihlásit</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Tento domovský server překročil některý z limitů, proto se <b>někteří uživatelé nebudou moci přihlásit</b>.", + "Warning: This widget might use cookies.": "Varování: tento widget může používat cookies.", + "Failed to remove widget": "Nepovedlo se odstranit widget", + "An error ocurred whilst trying to remove the widget from the room": "Při odstraňování widgetu z místnosti nastala chyba", + "Minimize apps": "Minimalizovat aplikace", + "Reload widget": "Obnovit widget", + "Popout widget": "Otevřít widget v novém okně", + "Picture": "Fotografie", + "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Není možné načíst událost, na kterou se odpovídalo. Buď neexistuje, nebo nemáte oprávnění ji zobrazit.", + "<a>In reply to</a> <pill>": "<a>V odpovědi na</a> <pill>", + "Preparing to send logs": "Příprava na odeslání záznamů", + "Logs sent": "Záznamy odeslány", + "Failed to send logs: ": "Nepodařilo se odeslat záznamy: ", + "Submit debug logs": "Odeslat ladící záznamy", + "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Ladící záznamy obsahují data o používání aplikace včetně Vašeho uživatelského jména, ID nebo aliasy navštívených místností a skupin a uživatelská jména jiných uživatelů. Neobsahují zprávy.", + "Riot bugs are tracked on GitHub: <a>create a GitHub issue</a>.": "Bugy Riotu jsou na Githubu: <a>vytvořit bug na Githubu</a>.", + "GitHub issue link:": "Odkaz na hlášení na GitHubu:", + "Notes:": "Poznámky:", + "Community IDs cannot be empty.": "ID komunity nemůže být prázdné.", + "Failed to indicate account erasure": "Nepovedlo se potvrdit výmaz účtu", + "This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible.</b>": "Toto učiní účet permanentně nepoužitelný. Nebudete se moci přihlásit a nikdo se nebude moci se stejným uživatelskym ID znovu zaregistrovat. Účet bude odstraněn ze všech místnosti a bude vymazán ze servru identity.<b>Tato akce je nevratná.</b>", + "Deactivating your account <b>does not by default cause us to forget messages you have sent.</b> If you would like us to forget your messages, please tick the box below.": "Deaktivace účtu <b>automaticky nesmaže zprávy, které jste poslali.</b> Chcete-li je smazat, zaškrtněte prosím odpovídající pole níže.", + "Message visibility in Matrix is similar to email. Our forgetting your messages means that messages you have sent will not be shared with any new or unregistered users, but registered users who already have access to these messages will still have access to their copy.": "Viditelnost zpráv v Matrixu je podobná e-mailu. Výmaz Vašich zpráv znamené, že už nebudou sdíleny s žádným novým nebo neregistrovaným uživatelem, ale registrovaní uživatelé, kteří už přístup ke zprávám mají, budou stále mít přístup k jejich kopii.", + "Please forget all messages I have sent when my account is deactivated (<b>Warning:</b> this will cause future users to see an incomplete view of conversations)": "S deaktivací účtu si přeji smazat všechny mnou odeslané zprávy (<b>Pozor:</b> způsobí, že noví uživatelé uvidí nekompletní konverzace)", + "To continue, please enter your password:": "Pro pokračování, zadejte Vaše heslo:", + "password": "heslo", + "Upgrade Room Version": "Upgradeovat verzi místnosti", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Upgradování této místnosti vyžaduje uzavření současné instance místnosti a vytvoření místností nové. Pro co možná nejhladší průběh:", + "Create a new room with the same name, description and avatar": "Vytvoříme místnost se stejným jménem, popisem a avatarem", + "Update any local room aliases to point to the new room": "Aktualizujeme všechny lokální aliasy místnosti tak, aby ukazovaly na novou místnost", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Přerušíme konverzace ve staré verzi místnosti a pošleme uživatelům zprávu o přechodu do nové mistnosti", + "Put a link back to the old room at the start of the new room so people can see old messages": "Na začátek nové místnosti umístíme odkaz na starou místnost tak, aby uživatelé mohli vidět staré zprávy", + "Log out and remove encryption keys?": "Odhlásit se a odstranit šifrovací klíče?", + "Clear Storage and Sign Out": "Vymazat uložiště a odhlásit se", + "Send Logs": "Odeslat záznamy", + "Refresh": "Obnovit", + "We encountered an error trying to restore your previous session.": "V průběhu obnovování Vaší minulé relace nastala chyba.", + "Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Vymazání uložiště prohlížeče možna opraví Váš problem, zároveň se tím ale odhlásíte a historie Vašich šifrovaných konverzací se pro Vás může stát nečitelnou.", + "Share Room": "Sdílet místnost", + "Link to most recent message": "Odkaz na nejnovější zprávu", + "Share User": "Sdílet uživatele", + "Share Community": "Sdílet komunitu", + "Share Room Message": "Sdílet zprávu z místnosti", + "Link to selected message": "Odkaz na vybranou zprávu", + "COPY": "Kopírovat", + "Share Message": "Sdílet zprávu", + "Collapse Reply Thread": "Sbalit vlákno odpovědi", + "Unable to join community": "Není možné vstoupit do komunity", + "Unable to leave community": "Není možné opustit komunitu", + "Changes made to your community <bold1>name</bold1> and <bold2>avatar</bold2> might not be seen by other users for up to 30 minutes.": "Změny ve Vaší komunitě <bold1>název</bold1> a <bold2>avatar</bold2> možná nebudou viditelné pro ostatní uživatele po dobu až 30 minut.", + "Join this community": "Vstoupit do komunity", + "Leave this community": "Opustit komunitu", + "Who can join this community?": "Kdo může vstoupit do této komunity?", + "Everyone": "Všichni", + "This room is not public. You will not be able to rejoin without an invite.": "Tato místnost není veřejná. Bez pozvánky nebudete moci znovu vstoupit.", + "Can't leave Server Notices room": "Z místnosti \"Server Notices\" nejde odejit", + "This room is used for important messages from the Homeserver, so you cannot leave it.": "Tato místnost je určena pro důležité zprávy od domácího servru, a proto z ní nemůžete odejít.", + "Terms and Conditions": "Smluvní podmínky", + "To continue using the %(homeserverDomain)s homeserver you must review and agree to our terms and conditions.": "Chcete-li nadále používat domovský server %(homeserverDomain)s, měli byste si přečíst a odsouhlasit naše smluvní podmínky.", + "Review terms and conditions": "Přečíst smluvní podmínky", + "Did you know: you can use communities to filter your Riot.im experience!": "Věděli jste, že: práci s Riot.im si můžete zpříjemnit s použitím komunit!", + "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "Pro nastavení filtru, přetáhněte obrázek komunity na pantel foltrování na leve straně obrazovky. Potom můžete kdykoliv kliknout na obrazek komunity na tomto panelu a Riot.im Vám bude zobrazovat jen místnosti a lidi z dané komunity.", + "<showDevicesText>Show devices</showDevicesText>, <sendAnywayText>send anyway</sendAnywayText> or <cancelText>cancel</cancelText>.": "<showDevicesText>Zobrazit zařízení</showDevicesText>, <sendAnywayText>i tak odeslat</sendAnywayText> a nebo <cancelText>zrušit</cancelText>.", + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Dokud si nepřečtete a neodsouhlasíte <consentLink>naše smluvní podmínky</consentLink>, nebudete moci posílat žádné zprávy.", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Vaše zpráva nebyla odeslána, protože tento domácí server dosáhl svého měsíčního limitu pro aktivní uživatele. Prosím <a>kontaktujte Vašeho administratora</a> pro další využívání služby.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Vaše zpráva nebyla odeslána, protože tento domácí server dosáhl limitu. Prosím <a>kontaktujte Vašeho administratora</a> pro další využívání služby.", + "%(count)s of your messages have not been sent.|one": "Vaše zpráva nebyla odeslána.", + "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|other": "<resendText>Znovu poslat všechny</resendText> nebo <cancelText>zrušit všechny</cancelText>. Můžete též vybrat jednotlivé zprávy pro znovu odeslání nebo zrušení.", + "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|one": "<resendText>Znovu poslat zprávu</resendText> nebo <cancelText>zrušit zprávu</cancelText>.", + "Clear filter": "Zrušit filtr", + "Debug Logs Submission": "Odeslání ladících záznamů", + "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Jestli jste odeslali hlášení o chybě na GitHub, ladící záznamy nám pomohou problém najít. Ladicí záznamy obsahuji data o používání aplikate, která obsahují uživatelské jmeno, ID nebo aliasy navštívených místnosti a uživatelská jména dalších uživatelů. Neobsahují zprávy.", + "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Soukromí je pro nás důležité a proto neshromažďujeme osobní udaje ani udaje na zakladě, kterých by Vás bylo možne identifikovat.", + "Learn more about how we use analytics.": "Dozvědět se více o tom, jak zpracováváme analytické údaje.", + "No Audio Outputs detected": "Nebyly rozpoznány žádné zvukové výstupy", + "Audio Output": "Zvukový výstup", + "Please <a>contact your service administrator</a> to continue using this service.": "Pro pokračování využívání této služby prosím <a>kontaktujte Vašeho administrátora</a>.", + "Try the app first": "Zkuste aplikaci", + "Increase performance by only loading room members on first view": "Zvýšit výkon nahráváním členů místnosti jen poprvé", + "Lazy loading members not supported": "Líné nahrávání členů není podporováno", + "Lazy loading is not supported by your current homeserver.": "Líné nahrávání není podporováno současným domácím serverem." } diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index 380769935b..9c4ec3519b 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -260,7 +260,7 @@ "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s hat den zukünftigen Chatverlauf sichtbar gemacht für alle Raum-Mitglieder (ab dem Zeitpunkt, an dem sie beigetreten sind).", "%(senderName)s made future room history visible to all room members.": "%(senderName)s hat den zukünftigen Chatverlauf sichtbar gemacht für: Alle Raum-Mitglieder.", "%(senderName)s made future room history visible to anyone.": "%(senderName)s hat den zukünftigen Chatverlauf sichtbar gemacht für Alle.", - "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s hat den zukünftigen Chatverlauf sichtbar gemacht für unbekannt (%(visibility)s).", + "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s hat den zukünftigen Chatverlauf für Unbekannte sichtbar gemacht (%(visibility)s).", "Missing room_id in request": "Fehlende room_id in Anfrage", "Missing user_id in request": "Fehlende user_id in Anfrage", "(not supported by this browser)": "(wird von diesem Browser nicht unterstützt)", @@ -442,7 +442,7 @@ "You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "Du kannst auch einen angepassten Idantitätsserver angeben aber dies wird typischerweise Interaktionen mit anderen Nutzern auf Basis der E-Mail-Adresse verhindern.", "Please check your email to continue registration.": "Bitte prüfe deine E-Mails, um mit der Registrierung fortzufahren.", "Token incorrect": "Token fehlerhaft", - "Please enter the code it contains:": "Bitte gebe den Code ein, den sie enthält:", + "Please enter the code it contains:": "Bitte gib den darin enthaltenen Code ein:", "powered by Matrix": "betrieben mit Matrix", "If you don't specify an email address, you won't be able to reset your password. Are you sure?": "Wenn du keine E-Mail-Adresse angibst, wirst du nicht in der Lage sein, dein Passwort zurückzusetzen. Bist du sicher?", "You are registering with %(SelectedTeamName)s": "Du registrierst dich mit %(SelectedTeamName)s", @@ -748,7 +748,7 @@ "No rooms to show": "Keine anzeigbaren Räume", "Community Settings": "Community-Einstellungen", "Who would you like to add to this community?": "Wen möchtest du zu dieser Community hinzufügen?", - "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Warnung: Jede Person die du einer Community hinzufügst, wird für alle die die Community-ID kennen öffentlich sichtbar sein", + "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Warnung: Jede Person, die du einer Community hinzufügst, wird für alle, die die Community-ID kennen, öffentlich sichtbar sein", "Invite new community members": "Neue Community-Mitglieder einladen", "Invite to Community": "In die Community einladen", "Which rooms would you like to add to this community?": "Welche Räume möchtest du zu dieser Community hinzufügen?", @@ -839,7 +839,7 @@ "%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)shaben das Profilbild geändert", "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)shat das Profilbild %(count)s-mal geändert", "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)shat das Profilbild geändert", - "%(names)s and %(count)s others are typing|one": "%(names)s und eine weitere Person schreiben", + "%(names)s and %(count)s others are typing|one": "%(names)s und noch jemand schreiben", "Disinvite this user?": "Einladung für diesen Benutzer zurückziehen?", "Kick this user?": "Diesen Benutzer kicken?", "Unban this user?": "Verbannung für diesen Benutzer aufheben?", @@ -915,7 +915,7 @@ "Display your community flair in rooms configured to show it.": "Zeige deinen Community-Flair in den Räumen, die es erlauben.", "This homeserver doesn't offer any login flows which are supported by this client.": "Dieser Heimserver verfügt über keinen, von diesem Client unterstütztes Anmeldeverfahren.", "Call Failed": "Anruf fehlgeschlagen", - "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "In diesem Raum befinden sich nicht verifizierte Geräte. Wenn du ohne sie zu verifizieren fortfährst, könnten Angreifer den Anruf mithören.", + "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "In diesem Raum befinden sich nicht-verifizierte Geräte. Wenn du fortfährst ohne sie zu verifizieren, könnten Angreifer den Anruf mithören.", "Review Devices": "Geräte ansehen", "Call Anyway": "Trotzdem anrufen", "Answer Anyway": "Trotzdem annehmen", @@ -929,9 +929,9 @@ "Warning": "Warnung", "Data from an older version of Riot has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.": "Es wurden Daten von einer älteren Version von Riot entdeckt. Dies wird zu Fehlern in der Ende-zu-Ende-Verschlüsselung der älteren Version geführt haben. Ende-zu-Ende verschlüsselte Nachrichten, die ausgetauscht wruden, während die ältere Version genutzt wurde, werden in dieser Version nicht entschlüsselbar sein. Es kann auch zu Fehlern mit Nachrichten führen, die mit dieser Version versendet werden. Wenn du Probleme feststellst, melde dich ab und wieder an. Um die Historie zu behalten, ex- und reimportiere deine Schlüssel.", "Send an encrypted reply…": "Verschlüsselte Antwort senden…", - "Send a reply (unencrypted)…": "Antwort senden (unverschlüsselt)…", + "Send a reply (unencrypted)…": "Unverschlüsselte Antwort senden…", "Send an encrypted message…": "Verschlüsselte Nachricht senden…", - "Send a message (unencrypted)…": "Nachricht senden (unverschlüsselt)…", + "Send a message (unencrypted)…": "Unverschlüsselte Nachricht senden…", "Replying": "Antwortet", "Minimize apps": "Apps minimieren", "%(count)s of your messages have not been sent.|one": "Deine Nachricht wurde nicht gesendet.", @@ -950,7 +950,7 @@ "Community IDs cannot be empty.": "Community-IDs können nicht leer sein.", "<showDevicesText>Show devices</showDevicesText>, <sendAnywayText>send anyway</sendAnywayText> or <cancelText>cancel</cancelText>.": "<showDevicesText>Geräte anzeigen</showDevicesText>, <sendAnywayText>trotzdem senden</sendAnywayText> oder <cancelText>abbrechen</cancelText>.", "Learn more about how we use analytics.": "Lerne mehr darüber, wie wir die Analysedaten nutzen.", - "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Wenn diese Seite identifizierbare Informationen sowie Raum, Nutzer oder Gruppen-ID enthalten, werden diese Daten entfernt bevor sie an den Server gesendet werden.", + "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Wenn diese Seite identifizierbare Informationen wie Raum, Nutzer oder Gruppen-ID enthalten, werden diese Daten entfernt bevor sie an den Server gesendet werden.", "Whether or not you're logged in (we don't record your user name)": "Ob oder ob du nicht angemeldet bist (wir zeichnen deinen Benutzernamen nicht auf)", "Which officially provided instance you are using, if any": "Welche offiziell angebotene Instanz du nutzt, wenn es der Fall ist", "<a>In reply to</a> <pill>": "<a>Als Antwort auf</a> <pill>", @@ -1149,7 +1149,7 @@ "Always show encryption icons": "Immer Verschlüsselungssymbole zeigen", "At this time it is not possible to reply with a file so this will be sent without being a reply.": "Aktuell ist es nicht möglich mit einer Datei zu antworten, sodass diese gesendet wird ohne eine Antwort zu sein.", "Unable to reply": "Antworten nicht möglich", - "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Das Ereignis auf das geantwortet wurde könnte nicht geladen werden, da es entweder nicht existiert oder du keine Berechtigung hast, dieses anzusehen.", + "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Das Ereignis auf das geantwortet wurde konnte nicht geladen werden. Entweder es existiert nicht oder du hast keine Berechtigung, dieses anzusehen.", "Riot bugs are tracked on GitHub: <a>create a GitHub issue</a>.": "Riot-Fehler werden auf GitHub festgehalten: <a>Erzeuge ein GitHub-Issue</a>.", "Log out and remove encryption keys?": "Abmelden und alle Verschlüsselungs-Schlüssel löschen?", "Send Logs": "Sende Protokoll", @@ -1165,8 +1165,8 @@ "Reload widget": "Widget neu laden", "To notify everyone in the room, you must be a": "Notwendiges Berechtigungslevel, um jeden im Raum zu benachrichten:", "Muted Users": "Stummgeschaltete Benutzer", - "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie (please see our <PolicyLink>Cookie Policy</PolicyLink>).": "Bitte helfe uns Riot.im zu verbessern, in dem du <UsageDataLink>anonyme Nutzungsdaten</UsageDataLink> schickst. Dies wird ein Cookie benutzen (bitte beachte auch unsere <PolicyLink>Cookie-Richtlinie</PolicyLink>).", - "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie.": "Bitte helfe uns Riot.im zu verbessern, in dem du <UsageDataLink>anonyme Nutzungsdaten</UsageDataLink> schickst. Dies wird ein Cookie benutzen.", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie (please see our <PolicyLink>Cookie Policy</PolicyLink>).": "Bitte hilf uns Riot.im zu verbessern, in dem du <UsageDataLink>anonyme Nutzungsdaten</UsageDataLink> schickst. Dies wird ein Cookie benutzen (bitte beachte auch unsere <PolicyLink>Cookie-Richtlinie</PolicyLink>).", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie.": "Bitte hilf uns Riot.im zu verbessern, in dem du <UsageDataLink>anonyme Nutzungsdaten</UsageDataLink> schickst. Dies wird ein Cookie benutzen.", "Yes, I want to help!": "Ja, ich möchte helfen!", "Warning: This widget might use cookies.": "Warnung: Diese Widget mag Cookies verwenden.", "Failed to indicate account erasure": "Fehler beim Signalisieren der Account-Löschung", @@ -1207,8 +1207,64 @@ "A call is already in progress!": "Ein Gespräch läuft bereits!", "You have no historical rooms": "Du hast keine historischen Räume", "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Du kannst keine Nachrichten senden bis du die <consentLink>unsere Geschläftsbedingungen</consentLink> gelesen und akzeptiert hast.", - "Show empty room list headings": "Zeite leere Raumlist-Köpfe", + "Show empty room list headings": "Zeige leere Raumlist-Köpfe", "Demote yourself?": "Selbst zurückstufen?", "Demote": "Zurückstufen", - "This event could not be displayed": "Dieses Ereignis konnte nicht angezeigt werden" + "This event could not be displayed": "Dieses Ereignis konnte nicht angezeigt werden", + "A conference call could not be started because the intgrations server is not available": "Ein Konferenzgespräch konnte nicht gestartet werden, da der Integrations-Server nicht verfügbar ist", + "A call is currently being placed!": "Ein Anruf wurde schon gestartet!", + "Permission Required": "Berechtigung benötigt", + "You do not have permission to start a conference call in this room": "Du hast keine Berechtigung um ein Konferenzgespräch in diesem Raum zu starten", + "deleted": "gelöscht", + "underlined": "unterstrichen", + "bulleted-list": "Liste mit Punkten", + "numbered-list": "Liste mit Nummern", + "Failed to remove widget": "Widget konnte nicht entfernt werden", + "An error ocurred whilst trying to remove the widget from the room": "Ein Fehler trat auf, während versucht wurde das Widget aus diesem Raum zu entfernen", + "inline-code": "Quellcode in der Zeile", + "block-quote": "Quellcode im Block", + "This homeserver has hit its Monthly Active User limit": "Dieser Heimserver hat sein Limit für monatlich aktive Nutzer erreicht", + "Please contact your service administrator to continue using this service.": "Bitte kontaktiere deinen Administrator um diesen Dienst weiter zu nutzen.", + "System Alerts": "System-Benachrichtigung", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Der Server hat sein monatliches Nutzerlimit erreicht. Bitte kontaktiere deinen Administrator, um den Service weiter nutzen zu können.", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Deine Nachricht konnte nicht verschickt werden, weil der Homeserver sein monatliches Nutzerlimit erreicht hat. Bitte kontaktiere deine Administrator, um den Service weiter nutzen zu können.", + "Internal room ID: ": "Interne Raum-ID: ", + "Room version number: ": "Raum-Versionsnummer: ", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "Dieser Heimserver hat sein monatliches Limit an aktiven Benutzern erreicht. Bitte <a>kontaktiere deinen Systemadministrator</a> um mit der Nutzung dieses Services fortzufahren.", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "Dieser Heimserver hat sein monatliches Limit an aktiven Benutzern erreicht. Bitte <a>kontaktiere deinen Systemadministrator</a> um dieses Limit zu erhöhen.", + "There is a known vulnerability affecting this room.": "Es gibt eine bekannte Schwachstelle, die diesen Raum betrifft.", + "This room version is vulnerable to malicious modification of room state.": "Dieser Raum ist verwundbar gegenüber bösartiger Veränderung des Raum-Status.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Klicke hier um den Raum zur letzten Raum-Version aufzurüsten und sicherzustellen, dass die Raum-Integrität gewahrt bleibt.", + "Only room administrators will see this warning": "Nur Raum-Administratoren werden diese Nachricht sehen", + "Please <a>contact your service administrator</a> to continue using the service.": "Bitte <a>kontaktiere deinen Systemadministrator</a> um diesen Dienst weiter zu nutzen.", + "This homeserver has hit its Monthly Active User limit.": "Dieser Heimserver hat sein Limit an monatlich aktiven Nutzern erreicht.", + "This homeserver has exceeded one of its resource limits.": "Dieser Heimserver hat einen seiner Ressourcen-Limits überschritten.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Bitte <a>kontaktiere deinen Systemadministrator</a> um dieses Limit zu erhöht zu bekommen.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Dieser Heimserver hat sein Limit an monatlich aktiven Nutzern erreicht, sodass <b>einige Nutzer sich nicht anmelden können</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Dieser Heimserver hat einen seiner Ressourcen-Limits überschritten, sodass <b>einige Benutzer nicht in der Lage sind sich anzumelden</b>.", + "Upgrade Room Version": "Raum-Version aufrüsten", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Um diesen Raum aufzurüsten, wird der aktuelle geschlossen und ein neuer an seiner Stelle erstellt. Um den Raum-Mitgliedern die bestmögliche Erfahrung zu bieten, werden wir:", + "Create a new room with the same name, description and avatar": "Einen neuen Raum mit demselben Namen, Beschreibung und Profilbild erstellen", + "Update any local room aliases to point to the new room": "Alle lokalen Raum-Aliase aktualisieren, damit sie auf den neuen Raum zeigen", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Nutzern verbieten in dem Raum mit der alten Version zu schreiben und eine Nachricht senden, die den Nutzern rät in den neuen Raum zu wechseln", + "Put a link back to the old room at the start of the new room so people can see old messages": "Zu Beginn des neuen Raumes einen Link zum alten Raum setzen, damit Personen die alten Nachrichten sehen können", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Deine Nachricht wurde nicht gesendet, weil dieser Heimserver sein Limit an monatlich aktiven Benutzern erreicht hat. Bitte <a>kontaktiere deinen Systemadministrator</a> um diesen Dienst weiter zu nutzen.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Deine Nachricht wurde nicht gesendet, weil dieser Heimserver ein Ressourcen-Limit erreicht hat. Bitte <a>kontaktiere deinen Systemadministrator</a> um diesen Dienst weiter zu nutzen.", + "Please <a>contact your service administrator</a> to continue using this service.": "Bitte <a>kontaktiere deinen Systemadministrator</a> um diesen Dienst weiter zu nutzen.", + "Increase performance by only loading room members on first view": "Verbessere Performanz, indem Raum-Mitglieder erst beim ersten Ansehen geladen werden", + "Lazy loading members not supported": "Verzögertes Laden von Mitgliedern nicht unterstützt", + "Lazy loading is not supported by your current homeserver.": "Verzögertes Laden wird von deinem aktuellen Heimserver.", + "Sorry, your homeserver is too old to participate in this room.": "Sorry, dein Homeserver ist zu alt, um an diesem Raum teilzunehmen.", + "Please contact your homeserver administrator.": "Bitte setze dich mit dem Administrator deines Homeservers in Verbindung.", + "Legal": "Rechtliches", + "This room has been replaced and is no longer active.": "Dieser Raum wurde ersetzt und ist nicht länger aktiv.", + "The conversation continues here.": "Die Konversation wird hier fortgesetzt.", + "Upgrade room to version %(ver)s": "Den Raum zur Version %(ver)s aufrüsten", + "This room is a continuation of another conversation.": "Dieser Raum ist eine Fortsetzung einer anderen Konversation.", + "Click here to see older messages.": "Klicke hier um ältere Nachrichten zu sehen.", + "Failed to upgrade room": "Konnte Raum nicht aufrüsten", + "The room upgrade could not be completed": "Die Raum-Aufrüstung konnte nicht fertiggestellt werden", + "Upgrade this room to version %(version)s": "Diesen Raum zur Version %(version)s aufrüsten", + "Forces the current outbound group session in an encrypted room to be discarded": "Erzwingt, dass die aktuell ausgehende Gruppen-Sitzung in einem verschlüsseltem Raum verworfen wird", + "Error Discarding Session": "Sitzung konnte nicht verworfen werden" } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 28d2bbe7e1..f6cd95ab74 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -87,6 +87,9 @@ "Unable to enable Notifications": "Unable to enable Notifications", "This email address was not found": "This email address was not found", "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Your email address does not appear to be associated with a Matrix ID on this Homeserver.", + "Registration Required": "Registration Required", + "You need to register to do this. Would you like to register now?": "You need to register to do this. Would you like to register now?", + "Register": "Register", "Default": "Default", "Restricted": "Restricted", "Moderator": "Moderator", @@ -145,6 +148,7 @@ "Verified key": "Verified key", "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.", "Displays action": "Displays action", + "Forces the current outbound group session in an encrypted room to be discarded": "Forces the current outbound group session in an encrypted room to be discarded", "Unrecognised command:": "Unrecognised command:", "Reason": "Reason", "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s accepted the invitation for %(displayName)s.", @@ -200,11 +204,18 @@ "Send anyway": "Send anyway", "Send": "Send", "Unnamed Room": "Unnamed Room", + "This homeserver has hit its Monthly Active User limit.": "This homeserver has hit its Monthly Active User limit.", + "This homeserver has exceeded one of its resource limits.": "This homeserver has exceeded one of its resource limits.", + "Please <a>contact your service administrator</a> to continue using the service.": "Please <a>contact your service administrator</a> to continue using the service.", + "Unable to connect to Homeserver. Retrying...": "Unable to connect to Homeserver. Retrying...", "Your browser does not support the required cryptography extensions": "Your browser does not support the required cryptography extensions", "Not a valid Riot keyfile": "Not a valid Riot keyfile", "Authentication check failed: incorrect password?": "Authentication check failed: incorrect password?", + "Sorry, your homeserver is too old to participate in this room.": "Sorry, your homeserver is too old to participate in this room.", + "Please contact your homeserver administrator.": "Please contact your homeserver administrator.", "Failed to join room": "Failed to join room", "Message Pinning": "Message Pinning", + "Increase performance by only loading room members on first view": "Increase performance by only loading room members on first view", "Disable Emoji suggestions while typing": "Disable Emoji suggestions while typing", "Use compact timeline layout": "Use compact timeline layout", "Hide removed messages": "Hide removed messages", @@ -404,6 +415,8 @@ "Send a reply (unencrypted)…": "Send a reply (unencrypted)…", "Send an encrypted message…": "Send an encrypted message…", "Send a message (unencrypted)…": "Send a message (unencrypted)…", + "This room has been replaced and is no longer active.": "This room has been replaced and is no longer active.", + "The conversation continues here.": "The conversation continues here.", "You do not have permission to post to this room": "You do not have permission to post to this room", "Turn Markdown on": "Turn Markdown on", "Turn Markdown off": "Turn Markdown off", @@ -466,6 +479,7 @@ "Low priority": "Low priority", "You have no historical rooms": "You have no historical rooms", "Historical": "Historical", + "System Alerts": "System Alerts", "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "Unable to ascertain that the address this invite was sent to matches one associated with your account.", "This invitation was sent to an email address which is not associated with this account:": "This invitation was sent to an email address which is not associated with this account:", "You may wish to login with a different account, or add this email to this account.": "You may wish to login with a different account, or add this email to this account.", @@ -527,6 +541,7 @@ "Guests cannot join this room even if explicitly invited.": "Guests cannot join this room even if explicitly invited.", "Click here to fix": "Click here to fix", "To send events of type <eventType/>, you must be a": "To send events of type <eventType/>, you must be a", + "Upgrade room to version %(ver)s": "Upgrade room to version %(ver)s", "Who can access this room?": "Who can access this room?", "Only people who have been invited": "Only people who have been invited", "Anyone who knows the room's link, apart from guests": "Anyone who knows the room's link, apart from guests", @@ -539,8 +554,13 @@ "Members only (since they joined)": "Members only (since they joined)", "Permissions": "Permissions", "Advanced": "Advanced", - "This room's internal ID is": "This room's internal ID is", + "Internal room ID: ": "Internal room ID: ", + "Room version number: ": "Room version number: ", "Add a topic": "Add a topic", + "There is a known vulnerability affecting this room.": "There is a known vulnerability affecting this room.", + "This room version is vulnerable to malicious modification of room state.": "This room version is vulnerable to malicious modification of room state.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Click here to upgrade to the latest room version and ensure room integrity is protected.", + "Only room administrators will see this warning": "Only room administrators will see this warning", "Search…": "Search…", "This Room": "This Room", "All Rooms": "All Rooms", @@ -597,6 +617,8 @@ "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s changed the room avatar to <img/>": "%(senderDisplayName)s changed the room avatar to <img/>", + "This room is a continuation of another conversation.": "This room is a continuation of another conversation.", + "Click here to see older messages.": "Click here to see older messages.", "Copied!": "Copied!", "Failed to copy": "Failed to copy", "Add an Integration": "Add an Integration", @@ -638,7 +660,6 @@ "Email address (optional)": "Email address (optional)", "You are registering with %(SelectedTeamName)s": "You are registering with %(SelectedTeamName)s", "Mobile phone number (optional)": "Mobile phone number (optional)", - "Register": "Register", "Default server": "Default server", "Custom server": "Custom server", "Home server URL": "Home server URL", @@ -677,7 +698,9 @@ "A new version of Riot is available.": "A new version of Riot is available.", "To return to your account in future you need to <u>set a password</u>": "To return to your account in future you need to <u>set a password</u>", "Set Password": "Set Password", - "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Please <a>contact your service administrator</a> to get this limit increased.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.", "Error encountered (%(errorDetail)s).": "Error encountered (%(errorDetail)s).", "Checking for an update...": "Checking for an update...", "No update available.": "No update available.", @@ -854,6 +877,15 @@ "Ignore request": "Ignore request", "Loading device info...": "Loading device info...", "Encryption key request": "Encryption key request", + "Failed to upgrade room": "Failed to upgrade room", + "The room upgrade could not be completed": "The room upgrade could not be completed", + "Upgrade this room to version %(version)s": "Upgrade this room to version %(version)s", + "Upgrade Room Version": "Upgrade Room Version", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:", + "Create a new room with the same name, description and avatar": "Create a new room with the same name, description and avatar", + "Update any local room aliases to point to the new room": "Update any local room aliases to point to the new room", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room", + "Put a link back to the old room at the start of the new room so people can see old messages": "Put a link back to the old room at the start of the new room so people can see old messages", "Sign out": "Sign out", "Log out and remove encryption keys?": "Log out and remove encryption keys?", "Clear Storage and Sign Out": "Clear Storage and Sign Out", @@ -1036,7 +1068,8 @@ "Message not sent due to unknown devices being present": "Message not sent due to unknown devices being present", "<showDevicesText>Show devices</showDevicesText>, <sendAnywayText>send anyway</sendAnywayText> or <cancelText>cancel</cancelText>.": "<showDevicesText>Show devices</showDevicesText>, <sendAnywayText>send anyway</sendAnywayText> or <cancelText>cancel</cancelText>.", "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.", - "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.", "%(count)s of your messages have not been sent.|other": "Some of your messages have not been sent.", "%(count)s of your messages have not been sent.|one": "Your message was not sent.", "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|other": "<resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.", @@ -1104,7 +1137,10 @@ "Labs": "Labs", "These are experimental features that may break in unexpected ways": "These are experimental features that may break in unexpected ways", "Use with caution": "Use with caution", + "Lazy loading members not supported": "Lazy loading members not supported", + "Lazy loading is not supported by your current homeserver.": "Lazy loading is not supported by your current homeserver.", "Deactivate my account": "Deactivate my account", + "Legal": "Legal", "Clear Cache": "Clear Cache", "Clear Cache and Reload": "Clear Cache and Reload", "Updates": "Updates", @@ -1154,8 +1190,7 @@ "Send Reset Email": "Send Reset Email", "Create an account": "Create an account", "This Home Server does not support login using email address.": "This Home Server does not support login using email address.", - "This homeserver has hit its Monthly Active User limit": "This homeserver has hit its Monthly Active User limit", - "Please contact your service administrator to continue using this service.": "Please contact your service administrator to continue using this service.", + "Please <a>contact your service administrator</a> to continue using this service.": "Please <a>contact your service administrator</a> to continue using this service.", "Incorrect username and/or password.": "Incorrect username and/or password.", "Please note you are logging into the %(hs)s server, not matrix.org.": "Please note you are logging into the %(hs)s server, not matrix.org.", "Guest access is disabled on this Home Server.": "Guest access is disabled on this Home Server.", @@ -1169,6 +1204,7 @@ "Failed to fetch avatar URL": "Failed to fetch avatar URL", "Set a display name:": "Set a display name:", "Upload an avatar:": "Upload an avatar:", + "Unable to query for supported registration methods": "Unable to query for supported registration methods", "This server does not support authentication with a phone number.": "This server does not support authentication with a phone number.", "Missing password.": "Missing password.", "Passwords don't match.": "Passwords don't match.", @@ -1211,6 +1247,13 @@ "Import room keys": "Import room keys", "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.", "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.", + "%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.|one": "%(senderName)s added %(addedAddresses)s as an address for this room.", + "%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.|other": "%(senderName)s added %(addedAddresses)s as addresses for this room.", + "%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|one": "%(senderName)s removed %(removedAddresses)s as an address for this room.", + "%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|other": "%(senderName)s removed %(removedAddresses)s as addresses for this room.", + "%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.": "%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.", + "%(senderName)s set the main address for this room to %(address)s.": "%(senderName)s set the main address for this room to %(address)s.", + "%(senderName)s removed the main address for this room.": "%(senderName)s removed the main address for this room.", "File to import": "File to import", "Import": "Import", "Failed to set direct chat tag": "Failed to set direct chat tag", diff --git a/src/i18n/strings/es.json b/src/i18n/strings/es.json index 121d5bed3d..24044b5c74 100644 --- a/src/i18n/strings/es.json +++ b/src/i18n/strings/es.json @@ -1,10 +1,10 @@ { "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Un mensaje de texto ha sido enviado a +%(msisdn)s. Por favor ingrese el código de verificación que lo contiene", - "%(targetName)s accepted an invitation.": "%(targetName)s ha aceptado una invitación.", - "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s ha aceptado la invitación para %(displayName)s.", + "%(targetName)s accepted an invitation.": "%(targetName)s aceptó una invitación.", + "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s aceptó la invitación para %(displayName)s.", "Account": "Cuenta", "Access Token:": "Token de Acceso:", - "Add email address": "Agregar correo eléctronico", + "Add email address": "Añadir dirección de correo electrónico", "Add phone number": "Agregar número telefónico", "Admin": "Administrador", "Advanced": "Avanzado", @@ -15,8 +15,8 @@ "and %(count)s others...|other": "y %(count)s otros...", "and %(count)s others...|one": "y otro...", "%(names)s and %(lastPerson)s are typing": "%(names)s y %(lastPerson)s están escribiendo", - "A new password must be entered.": "Una nueva clave debe ser ingresada.", - "%(senderName)s answered the call.": "%(senderName)s atendió la llamada.", + "A new password must be entered.": "Debes ingresar una nueva contraseña.", + "%(senderName)s answered the call.": "%(senderName)s contestó la llamada.", "An error has occurred.": "Un error ha ocurrido.", "Anyone who knows the room's link, apart from guests": "Cualquiera que sepa el enlace de la sala, salvo invitados", "Anyone who knows the room's link, including guests": "Cualquiera que sepa del enlace de la sala, incluyendo los invitados", @@ -24,26 +24,26 @@ "Are you sure you want to reject the invitation?": "¿Estás seguro que quieres rechazar la invitación?", "Attachment": "Adjunto", "Autoplay GIFs and videos": "Reproducir automáticamente GIFs y videos", - "%(senderName)s banned %(targetName)s.": "%(senderName)s ha bloqueado a %(targetName)s.", - "Ban": "Bloquear", - "Banned users": "Usuarios bloqueados", - "Bans user with given id": "Bloquear usuario por ID", + "%(senderName)s banned %(targetName)s.": "%(senderName)s vetó a %(targetName)s.", + "Ban": "Vetar", + "Banned users": "Usuarios vetados", + "Bans user with given id": "Veta al usuario con la ID dada", "Blacklisted": "En lista negra", "Bulk Options": "Opciones masivas", "Call Timeout": "Tiempo de espera de la llamada", "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or <a>enable unsafe scripts</a>.": "No se puede conectar al servidor via HTTP, cuando es necesario un enlace HTTPS en la barra de direcciones de tu navegador. Ya sea usando HTTPS o <a>habilitando los scripts inseguros</a>.", "Can't load user settings": "No se puede cargar las configuraciones del usuario", - "Change Password": "Cambiar clave", + "Change Password": "Cambiar Contraseña", "%(senderName)s changed their profile picture.": "%(senderName)s ha cambiado su foto de perfil.", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s ha cambiado el nivel de acceso de %(powerLevelDiffText)s.", - "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s ha cambiado el nombre de la sala a %(roomName)s.", - "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s ha cambiado el tema de la sala a \"%(topic)s\".", + "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s cambió el nombre de la sala a %(roomName)s.", + "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s cambió el tema a \"%(topic)s\".", "Changes to who can read history will only apply to future messages in this room": "Cambios para quien pueda leer el historial solo serán aplicados a futuros mensajes en la sala", "Changes your display nickname": "Cambia la visualización de tu apodo", "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "El cambio de contraseña restablecerá actualmente todas las claves de cifrado de extremo a extremo de todos los dispositivos, haciendo que el historial de chat cifrado sea ilegible, a menos que primero exporte las claves de la habitación y vuelva a importarlas después. En el futuro esto será mejorado.", "Claimed Ed25519 fingerprint key": "Clave Ed25519 es necesaria", - "Clear Cache and Reload": "Borrar caché y recargar", - "Clear Cache": "Borrar caché", + "Clear Cache and Reload": "Borrar Caché y Recargar", + "Clear Cache": "Borrar Caché", "Click here to fix": "Haz clic aquí para arreglar", "Click to mute audio": "Haz clic para silenciar audio", "Click to mute video": "Haz clic para silenciar video", @@ -53,11 +53,11 @@ "Command error": "Error de comando", "Commands": "Comandos", "Conference call failed.": "La llamada de conferencia falló.", - "Conference calling is in development and may not be reliable.": "La llamada en conferencia esta en desarrollo y no podría ser segura.", - "Conference calls are not supported in encrypted rooms": "Las llamadas en conferencia no son soportadas en salas encriptadas", - "Conference calls are not supported in this client": "Las llamadas en conferencia no son soportadas en este navegador", - "Confirm password": "Confirmar clave", - "Confirm your new password": "Confirma tu nueva clave", + "Conference calling is in development and may not be reliable.": "La llamada en conferencia está en desarrollo y puede no ser fiable.", + "Conference calls are not supported in encrypted rooms": "Las llamadas en conferencia no son soportadas en salas cifradas", + "Conference calls are not supported in this client": "Las llamadas en conferencia no están soportadas en este cliente", + "Confirm password": "Confirmar contraseña", + "Confirm your new password": "Confirma tu contraseña nueva", "Continue": "Continuar", "Could not connect to the integration server": "No se pudo conectar al servidor de integración", "Create an account": "Crear una cuenta", @@ -75,7 +75,7 @@ "Default": "Por defecto", "Device ID": "ID del dispositivo", "Devices": "Dispositivos", - "Devices will not yet be able to decrypt history from before they joined the room": "Los dispositivos aun no serán capaces de descifrar el historial antes de haberse unido a la sala", + "Devices will not yet be able to decrypt history from before they joined the room": "Los dispositivos todavía no podrán descifrar el historial desde antes de unirse a la sala", "Direct chats": "Conversaciones directas", "Disinvite": "Deshacer invitación", "Display name": "Nombre para mostrar", @@ -88,12 +88,12 @@ "Email address": "Dirección de correo electrónico", "Email, name or matrix ID": "Correo electrónico, nombre o Matrix ID", "Emoji": "Emoticones", - "Enable encryption": "Habilitar encriptación", - "Encrypted messages will not be visible on clients that do not yet implement encryption": "Los mensajes encriptados no serán visibles en navegadores que no han implementado aun la encriptación", + "Enable encryption": "Habilitar cifrado", + "Encrypted messages will not be visible on clients that do not yet implement encryption": "Los mensajes cifrados no serán visibles en los clientes que aún no implementen el cifrado", "Encrypted room": "Sala encriptada", - "%(senderName)s ended the call.": "%(senderName)s terminó la llamada.", + "%(senderName)s ended the call.": "%(senderName)s finalizó la llamada.", "End-to-end encryption information": "Información de encriptación de extremo a extremo", - "End-to-end encryption is in beta and may not be reliable": "El cifrado de extremo a extremo está en pruebas, podría no ser fiable", + "End-to-end encryption is in beta and may not be reliable": "El cifrado de extremo a extremo está en beta y puede no ser confiable", "Enter Code": "Ingresar Código", "Error": "Error", "Error decrypting attachment": "Error al descifrar adjunto", @@ -104,9 +104,9 @@ "Failed to change password. Is your password correct?": "No se pudo cambiar la contraseña. ¿Está usando la correcta?", "Failed to change power level": "Falló al cambiar de nivel de acceso", "Failed to forget room %(errCode)s": "Falló al olvidar la sala %(errCode)s", - "Failed to join room": "Falló al unirse a la sala", + "Failed to join room": "No se pudo unir a la sala", "Failed to kick": "Falló al expulsar", - "Failed to leave room": "Falló al dejar la sala", + "Failed to leave room": "No se pudo salir de la sala", "Failed to load timeline position": "Falló al cargar el historico", "Failed to mute user": "Falló al silenciar el usuario", "Failed to reject invite": "Falló al rechazar invitación", @@ -120,7 +120,7 @@ "Failed to toggle moderator status": "Falló al cambiar estatus de moderador", "Failed to unban": "Falló al desbloquear", "Failed to upload file": "Error en el envío del fichero", - "Failed to verify email address: make sure you clicked the link in the email": "Falló al verificar el correo electrónico: Asegúrese hacer clic en el enlace del correo", + "Failed to verify email address: make sure you clicked the link in the email": "No se pudo verificar la dirección de correo electrónico: asegúrate de hacer clic en el enlace del correo electrónico", "Failure to create room": "Fallo al crear la sala", "Favourite": "Favorito", "Favourites": "Favoritos", @@ -137,36 +137,36 @@ "Hide Text Formatting Toolbar": "Ocultar barra de herramientas de formato de texto", "Historical": "Histórico", "Homeserver is": "El servidor es", - "Identity Server is": "La identidad del servidor es", + "Identity Server is": "El Servidor de Identidad es", "I have verified my email address": "He verificado mi dirección de correo electrónico", "Import E2E room keys": "Importar claves E2E de la sala", "Incorrect verification code": "Verificación de código incorrecta", "Interface Language": "Idioma de la interfaz", "Invalid alias format": "Formato de alias inválido", "Invalid address format": "Formato de dirección inválida", - "Invalid Email Address": "Dirección de correo electrónico inválida", + "Invalid Email Address": "Dirección de Correo Electrónico Inválida", "Invalid file%(extra)s": "Archivo inválido %(extra)s", - "%(senderName)s invited %(targetName)s.": "%(senderName)s ha invitado a %(targetName)s.", + "%(senderName)s invited %(targetName)s.": "%(senderName)s invitó a %(targetName)s.", "Invite new room members": "Invitar nuevos miembros a la sala", - "Invites": "Invitar", + "Invites": "Invitaciones", "Invites user with given id to current room": "Invitar a usuario con ID dado a esta sala", "'%(alias)s' is not a valid format for an address": "'%(alias)s' no es un formato válido para una dirección", "'%(alias)s' is not a valid format for an alias": "'%(alias)s' no es un formato válido para un alias", "%(displayName)s is typing": "%(displayName)s está escribiendo", "Sign in with": "Quiero iniciar sesión con", - "Join Room": "Unirte a la sala", - "%(targetName)s joined the room.": "%(targetName)s se ha unido a la sala.", + "Join Room": "Unirse a la Sala", + "%(targetName)s joined the room.": "%(targetName)s se unió a la sala.", "Joins room with given alias": "Unirse a la sala con el alias dado", - "%(senderName)s kicked %(targetName)s.": "%(senderName)s ha expulsado a %(targetName)s.", + "%(senderName)s kicked %(targetName)s.": "%(senderName)s expulsó a %(targetName)s.", "Kick": "Expulsar", "Kicks user with given id": "Expulsar usuario con ID dado", "Labs": "Laboratorios", - "Leave room": "Dejar sala", - "%(targetName)s left the room.": "%(targetName)s ha dejado la sala.", + "Leave room": "Salir de la sala", + "%(targetName)s left the room.": "%(targetName)s salió de la sala.", "Local addresses for this room:": "Direcciones locales para esta sala:", "Logged in as:": "Sesión iniciada como:", "Logout": "Cerrar Sesión", - "Low priority": "Baja prioridad", + "Low priority": "Prioridad baja", "Accept": "Aceptar", "Add": "Añadir", "Admin Tools": "Herramientas de administración", @@ -176,10 +176,10 @@ "Default Device": "Dispositivo por defecto", "Microphone": "Micrófono", "Camera": "Cámara", - "Hide removed messages": "Ocultar mensajes borrados", + "Hide removed messages": "Ocultar mensajes eliminados", "Alias (optional)": "Alias (opcional)", "Anyone": "Cualquiera", - "<a>Click here</a> to join the discussion!": "¡<a>Pulse aquí</a> para unirse a la conversación!", + "<a>Click here</a> to join the discussion!": "¡<a>Haz clic aquí</a> para unirte a la discusión!", "Close": "Cerrar", "%(count)s new messages|one": "%(count)s mensaje nuevo", "%(count)s new messages|other": "%(count)s mensajes nuevos", @@ -190,13 +190,13 @@ "Device already verified!": "¡El dispositivo ya ha sido verificado!", "Device ID:": "ID del dispositivo:", "device id: ": "id del dispositvo: ", - "Disable Notifications": "Desactivar notificaciones", - "Email address (optional)": "Dirección e-mail (opcional)", + "Disable Notifications": "Deshabilitar Notificaciones", + "Email address (optional)": "Dirección de correo electrónico (opcional)", "Enable Notifications": "Activar notificaciones", "Encrypted by a verified device": "Cifrado por un dispositivo verificado", "Encrypted by an unverified device": "Cifrado por un dispositivo sin verificar", - "Encryption is enabled in this room": "Cifrado activo en esta sala", - "Encryption is not enabled in this room": "Cifrado desactivado en esta sala", + "Encryption is enabled in this room": "El cifrado está habilitado en esta sala", + "Encryption is not enabled in this room": "El cifrado no está habilitado en esta sala", "Enter passphrase": "Introduzca contraseña", "Error: Problem communicating with the given homeserver.": "Error: No es posible comunicar con el servidor indicado.", "Export": "Exportar", @@ -204,24 +204,24 @@ "Failed to upload profile picture!": "¡Fallo al enviar la foto de perfil!", "Home": "Inicio", "Import": "Importar", - "Incoming call from %(name)s": "Llamada de %(name)s", - "Incoming video call from %(name)s": "Video-llamada de %(name)s", - "Incoming voice call from %(name)s": "Llamada telefónica de %(name)s", - "Incorrect username and/or password.": "Usuario o contraseña incorrectos.", + "Incoming call from %(name)s": "Llamada entrante de %(name)s", + "Incoming video call from %(name)s": "Llamada de vídeo entrante de %(name)s", + "Incoming voice call from %(name)s": "Llamada de voz entrante de %(name)s", + "Incorrect username and/or password.": "Nombre de usuario y/o contraseña incorrectos.", "Invited": "Invitado", - "Jump to first unread message.": "Ir al primer mensaje sin leer.", + "Jump to first unread message.": "Ir al primer mensaje no leído.", "Last seen": "Visto por última vez", "Level:": "Nivel:", - "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s ha configurado el historial de la sala visible para Todos los miembros de la sala, desde el momento en que son invitados.", - "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s ha configurado el historial de la sala visible para Todos los miembros de la sala, desde el momento en que se han unido.", - "%(senderName)s made future room history visible to all room members.": "%(senderName)s ha configurado el historial de la sala visible para Todos los miembros de la sala.", - "%(senderName)s made future room history visible to anyone.": "%(senderName)s ha configurado el historial de la sala visible para nadie.", - "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s ha configurado el historial de la sala visible para desconocido (%(visibility)s).", + "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s hizo visible el historial futuro de la sala para todos los miembros de la sala, desde el momento en que son invitados.", + "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s hizo visible el historial futuro de la sala para todos los miembros de la sala, desde el momento en que se unieron.", + "%(senderName)s made future room history visible to all room members.": "%(senderName)s hizo visible el historial futuro de la sala para todos los miembros de la sala.", + "%(senderName)s made future room history visible to anyone.": "%(senderName)s hizo visible el historial futuro de la sala para cualquier persona.", + "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s hizo visible el historial futuro de la sala para desconocido (%(visibility)s).", "Something went wrong!": "¡Algo ha fallado!", "Please select the destination room for this message": "Por favor, seleccione la sala destino para este mensaje", "Create new room": "Crear nueva sala", "Start chat": "Comenzar chat", - "New Password": "Nueva contraseña", + "New Password": "Nueva Contraseña", "Analytics": "Analíticas", "Options": "Opciones", "Passphrases must match": "Las contraseñas deben coincidir", @@ -232,7 +232,7 @@ "File to import": "Fichero a importar", "You must join the room to see its files": "Debe unirse a la sala para ver los ficheros", "Reject all %(invitedRooms)s invites": "Rechazar todas las invitaciones a %(invitedRooms)s", - "Start new chat": "Iniciar una nueva conversación", + "Start new chat": "Iniciar nueva conversación", "Failed to invite": "Fallo en la invitación", "Failed to invite user": "No se pudo invitar al usuario", "Failed to invite the following users to the %(roomName)s room:": "No se pudo invitar a los siguientes usuarios a la sala %(roomName)s:", @@ -255,13 +255,13 @@ "Save": "Guardar", "Scroll to bottom of page": "Bajar al final de la página", "Scroll to unread messages": "Ir al primer mensaje sin leer", - "Search": "Búsqueda", + "Search": "Buscar", "Search failed": "Falló la búsqueda", "Seen by %(userName)s at %(dateTime)s": "Visto por %(userName)s el %(dateTime)s", - "Send anyway": "Enviar igualmente", - "Sender device information": "Información del dispositivo del remitente", - "Send Invites": "Enviar invitaciones", - "Send Reset Email": "Enviar e-mail de reinicio", + "Send anyway": "Enviar de todos modos", + "Sender device information": "Información del dispositivo emisor", + "Send Invites": "Enviar Invitaciones", + "Send Reset Email": "Enviar Correo Electrónico de Restauración", "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s envió una imagen.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s invitó a %(targetDisplayName)s a unirse a la sala.", "Server error": "Error del servidor", @@ -271,13 +271,13 @@ "Server unavailable, overloaded, or something else went wrong.": "Servidor saturado, desconectado, o alguien ha roto algo.", "Session ID": "ID de sesión", "%(senderName)s set a profile picture.": "%(senderName)s puso una foto de perfil.", - "%(senderName)s set their display name to %(displayName)s.": "%(senderName)s cambió su nombre a %(displayName)s.", - "Settings": "Configuración", + "%(senderName)s set their display name to %(displayName)s.": "%(senderName)s estableció %(displayName)s como su nombre público.", + "Settings": "Ajustes", "Show panel": "Mostrar panel", "Show Text Formatting Toolbar": "Mostrar la barra de formato de texto", "Signed Out": "Desconectado", "Sign in": "Conectar", - "Sign out": "Desconectar", + "Sign out": "Cerrar sesión", "%(count)s of your messages have not been sent.|other": "Algunos de sus mensajes no han sido enviados.", "Someone": "Alguien", "Start a chat": "Iniciar una conversación", @@ -297,20 +297,20 @@ "Are you sure you want to leave the room '%(roomName)s'?": "¿Está seguro de que desea abandonar la sala '%(roomName)s'?", "Are you sure you want to upload the following files?": "¿Está seguro que desea enviar los siguientes archivos?", "Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.": "No se puede conectar al servidor - compruebe su conexión, asegúrese de que el <a>certificado SSL del servidor</a> es de confiaza, y compruebe que no hay extensiones del navegador bloqueando las peticiones.", - "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s ha quitado el nombre de la sala.", + "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s eliminó el nombre de la sala.", "Device key:": "Clave del dispositivo:", "Drop File Here": "Deje el fichero aquí", - "Guest access is disabled on this Home Server.": "El acceso de invitados está desactivado en este servidor.", - "Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Conecte con <voiceText>voz</voiceText> o <videoText>vídeo</videoText>.", + "Guest access is disabled on this Home Server.": "El acceso de invitados está desactivado en este Servidor Doméstico.", + "Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Unirse con <voiceText>voz</voiceText> o <videoText>vídeo</videoText>.", "Manage Integrations": "Gestionar integraciones", - "Markdown is disabled": "Markdown está desactivado", + "Markdown is disabled": "Markdown está deshabilitado", "Markdown is enabled": "Markdown está activado", "matrix-react-sdk version:": "Versión de matrix-react-sdk:", "Message not sent due to unknown devices being present": "Mensaje no enviado debido a la presencia de dispositivos desconocidos", "Missing room_id in request": "Falta el ID de sala en la petición", "Missing user_id in request": "Falta el ID de usuario en la petición", - "Mobile phone number": "Número de teléfono móvil", - "Mobile phone number (optional)": "Número de teléfono móvil (opcional)", + "Mobile phone number": "Número telefónico de móvil", + "Mobile phone number (optional)": "Número telefónico de móvil (opcional)", "Moderator": "Moderador", "Mute": "Silenciar", "%(serverName)s Matrix ID": "%(serverName)s ID de Matrix", @@ -331,23 +331,23 @@ "No devices with registered encryption keys": "No hay dispositivos con claves de cifrado registradas", "No display name": "Sin nombre para mostrar", "No more results": "No hay más resultados", - "No results": "Sin resultados", + "No results": "No hay resultados", "No users have specific privileges in this room": "Ningún usuario tiene permisos específicos en esta sala", "OK": "Correcto", "olm version:": "versión de olm:", - "Once encryption is enabled for a room it cannot be turned off again (for now)": "Una vez se active el cifrado en esta sala, no podrá ser desactivado (por ahora)", - "Only people who have been invited": "Sólo usuarios que han sido invitados", + "Once encryption is enabled for a room it cannot be turned off again (for now)": "Una vez que se habilita el cifrado en una sala no se puede volver a desactivar (por ahora)", + "Only people who have been invited": "Solo personas que han sido invitadas", "Operation failed": "Falló la operación", "Password": "Contraseña", "Password:": "Contraseña:", "Passwords can't be empty": "Las contraseñas no pueden estar en blanco", - "People": "Gente", + "People": "Personas", "Permissions": "Permisos", "Phone": "Teléfono", "%(senderName)s placed a %(callType)s call.": "%(senderName)s ha hecho una llamada de tipo %(callType)s.", "Please check your email and click on the link it contains. Once this is done, click continue.": "Por favor, compruebe su e-mail y pulse el enlace que contiene. Una vez esté hecho, pulse continuar.", "Power level must be positive integer.": "El nivel debe ser un entero positivo.", - "Privacy warning": "Alerta de privacidad", + "Privacy warning": "Advertencia de privacidad", "Private Chat": "Conversación privada", "Privileged Users": "Usuarios con privilegios", "Profile": "Perfil", @@ -356,20 +356,20 @@ "Reason: %(reasonText)s": "Razón: %(reasonText)s", "Revoke Moderator": "Eliminar Moderador", "Refer a friend to Riot:": "Informar a un amigo sobre Riot:", - "Register": "Registro", - "%(targetName)s rejected the invitation.": "%(targetName)s ha rechazado la invitación.", + "Register": "Registrar", + "%(targetName)s rejected the invitation.": "%(targetName)s rechazó la invitación.", "Reject invitation": "Rechazar invitación", "Rejoin": "Volver a unirse", "Remote addresses for this room:": "Dirección remota de esta sala:", "Remove Contact Information?": "¿Eliminar información del contacto?", - "%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s ha suprimido su nombre para mostar (%(oldDisplayName)s).", + "%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s eliminó su nombre público (%(oldDisplayName)s).", "%(senderName)s removed their profile picture.": "%(senderName)s ha eliminado su foto de perfil.", "Remove": "Eliminar", "Remove %(threePid)s?": "¿Eliminar %(threePid)s?", - "%(senderName)s requested a VoIP conference.": "%(senderName)s ha solicitado una conferencia Voz-IP.", + "%(senderName)s requested a VoIP conference.": "%(senderName)s solicitó una conferencia de vozIP.", "Resetting password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Reiniciar la contraseña también reiniciará las claves de cifrado extremo-a-extremo, haciendo ilegible el historial de las conversaciones, salvo que exporte previamente las claves de sala, y las importe posteriormente. Esto será mejorado en futuras versiones.", "Results from DuckDuckGo": "Resultados desde DuckDuckGo", - "Return to login screen": "Volver a la pantalla de inicio de sesión", + "Return to login screen": "Regresar a la pantalla de inicio de sesión", "Riot does not have permission to send you notifications - please check your browser settings": "Riot no tiene permisos para enviarle notificaciones - por favor, revise la configuración del navegador", "Riot was not given permission to send notifications - please try again": "Riot no pudo obtener permisos para enviar notificaciones - por favor, inténtelo de nuevo", "riot-web version:": "versión riot-web:", @@ -378,26 +378,26 @@ "Server may be unavailable or overloaded": "El servidor podría estar saturado o desconectado", "Show timestamps in 12 hour format (e.g. 2:30pm)": "Mostrar el tiempo en formato 12h (am/pm)", "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "La clave de firma que usted ha proporcionado coincide con la recibida del dispositivo %(deviceId)s de %(userId)s. Dispositivo verificado.", - "This email address is already in use": "Dirección e-mail en uso", - "This email address was not found": "Dirección e-mail no encontrada", - "The email address linked to your account must be entered.": "Debe introducir el e-mail asociado a su cuenta.", - "The file '%(fileName)s' exceeds this home server's size limit for uploads": "El fichero '%(fileName)s' excede el tamaño máximo permitido en este servidor", - "The file '%(fileName)s' failed to upload": "Se produjo un fallo al enviar '%(fileName)s'", - "The remote side failed to pick up": "El sitio remoto falló al sincronizar", - "This Home Server does not support login using email address.": "Este servidor no permite identificarse con direcciones e-mail.", - "This invitation was sent to an email address which is not associated with this account:": "Se envió la invitación a un e-mail no asociado con esta cuenta:", + "This email address is already in use": "Esta dirección de correo electrónico ya está en uso", + "This email address was not found": "Esta dirección de correo electrónico no se encontró", + "The email address linked to your account must be entered.": "Debes ingresar la dirección de correo electrónico vinculada a tu cuenta.", + "The file '%(fileName)s' exceeds this home server's size limit for uploads": "El fichero '%(fileName)s' supera el tamaño máximo permitido en este servidor doméstico", + "The file '%(fileName)s' failed to upload": "No se pudo subir '%(fileName)s'", + "The remote side failed to pick up": "El lado remoto no contestó", + "This Home Server does not support login using email address.": "Este Servidor Doméstico no permite identificarse con direcciones e-mail.", + "This invitation was sent to an email address which is not associated with this account:": "Esta invitación fue enviada a una dirección de correo electrónico que no está asociada a esta cuenta:", "This room has no local addresses": "Esta sala no tiene direcciones locales", "This room is not recognised.": "Esta sala no se reconoce.", "These are experimental features that may break in unexpected ways": "Estas son funcionalidades experimentales, podrían fallar de formas imprevistas", "The visibility of existing history will be unchanged": "La visibilidad del historial previo no se verá afectada", "This doesn't appear to be a valid email address": "Esto no parece un e-mail váido", - "This is a preview of this room. Room interactions have been disabled": "Esto es una vista previa de la sala. Las interacciones con la sala están desactivadas", + "This is a preview of this room. Room interactions have been disabled": "Esta es una vista previa de esta sala. Las interacciones dentro de la sala se han deshabilitado", "This phone number is already in use": "Este número de teléfono ya se está usando", "This room": "Esta sala", "This room is not accessible by remote Matrix servers": "Esta sala no es accesible por otros servidores Matrix", "This room's internal ID is": "El ID interno de la sala es", "To link to a room it must have <a>an address</a>.": "Para enlazar una sala, debe tener <a>una dirección</a>.", - "To reset your password, enter the email address linked to your account": "Para reiniciar su contraseña, introduzca el e-mail asociado a su cuenta", + "To reset your password, enter the email address linked to your account": "Para restablecer tu contraseña, ingresa la dirección de correo electrónico vinculada a tu cuenta", "Cancel": "Cancelar", "Dismiss": "Omitir", "powered by Matrix": "con el poder de Matrix", @@ -405,7 +405,7 @@ "Custom Server Options": "Opciones de Servidor Personalizado", "unknown error code": "Código de error desconocido", "Start verification": "Comenzar la verificación", - "Skip": "Saltar", + "Skip": "Omitir", "To return to your account in future you need to set a password": "Para volver a usar su cuenta en el futuro es necesario que establezca una contraseña", "Share without verifying": "Compartir sin verificar", "Ignore request": "Ignorar la solicitud", @@ -427,13 +427,13 @@ "Tried to load a specific point in this room's timeline, but was unable to find it.": "Se ha intentado cargar cierto punto en la cronología de esta sala, pero no se ha podido encontrarlo.", "Turn Markdown off": "Desactivar markdown", "Turn Markdown on": "Activar markdown", - "%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s ha activado el cifrado de extremo-a-extremo (algorithm %(algorithm)s).", - "Unable to add email address": "No se ha podido añadir la dirección de correo electrónico", + "%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s activó el cifrado de extremo a extremo (algoritmo %(algorithm)s).", + "Unable to add email address": "No es posible añadir la dirección de correo electrónico", "Unable to create widget.": "No se ha podido crear el widget.", "Unable to remove contact information": "No se ha podido eliminar la información de contacto", - "Unable to verify email address.": "No se ha podido verificar la dirección de correo electrónico.", - "Unban": "Revocar bloqueo", - "Unbans user with given id": "Revoca el bloqueo del usuario con la identificación dada", + "Unable to verify email address.": "No es posible verificar la dirección de correo electrónico.", + "Unban": "Quitar Veto", + "Unbans user with given id": "Quita el veto al usuario con la ID dada", "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "No se ha podido asegurar que la dirección a la que se envió esta invitación, coincide con una asociada a su cuenta.", "Unable to capture screen": "No se ha podido capturar la pantalla", "Unable to enable Notifications": "No se ha podido activar las notificaciones", @@ -470,67 +470,67 @@ "Verified key": "Clave verificada", "Video call": "Llamada de vídeo", "Voice call": "Llamada de voz", - "VoIP conference finished.": "Conferencia VoIP terminada.", - "VoIP conference started.": "Conferencia de VoIP iniciada.", + "VoIP conference finished.": "conferencia de vozIP finalizada.", + "VoIP conference started.": "conferencia de vozIP iniciada.", "VoIP is unsupported": "No hay soporte para VoIP", "(could not connect media)": "(no se ha podido conectar medio)", "(no answer)": "(sin respuesta)", "(unknown failure: %(reason)s)": "(error desconocido: %(reason)s)", - "(warning: cannot be disabled again!)": "(aviso: ¡no se puede volver a desactivar!)", + "(warning: cannot be disabled again!)": "(advertencia: ¡no se puede volver a deshabilitar!)", "Warning!": "¡Advertencia!", - "WARNING: Device already verified, but keys do NOT MATCH!": "AVISO: Dispositivo ya verificado, ¡pero las claves NO COINCIDEN!", + "WARNING: Device already verified, but keys do NOT MATCH!": "ADVERTENCIA: Dispositivo ya verificado, ¡pero las claves NO COINCIDEN!", "Who can access this room?": "¿Quién puede acceder a esta sala?", "Who can read history?": "¿Quién puede leer el historial?", "Who would you like to add to this room?": "¿A quién quiere añadir a esta sala?", - "Who would you like to communicate with?": "¿Con quién quiere comunicar?", - "%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s ha retirado la invitación de %(targetName)s.", + "Who would you like to communicate with?": "¿Con quién quiere comunicarse?", + "%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s retiró la invitación de %(targetName)s.", "Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "¿Quiere <acceptText>aceptar</acceptText> o <declineText>rechazar</declineText> esta invitación?", - "You already have existing direct chats with this user:": "Ya tiene chats directos con este usuario:", + "You already have existing direct chats with this user:": "Ya tiene conversaciones directas con este usuario:", "You are already in a call.": "Ya está participando en una llamada.", "You are not in this room.": "Usted no está en esta sala.", "You do not have permission to do that in this room.": "No tiene permiso para hacer esto en esta sala.", "You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "¡Todavía no participa en ninguna sala! Pulsa <CreateRoomButton> para crear una sala o <RoomDirectoryButton> para explorar el directorio", - "You are trying to access %(roomName)s.": "Está tratando de acceder a %(roomName)s.", + "You are trying to access %(roomName)s.": "Estás intentando acceder a %(roomName)s.", "You cannot place a call with yourself.": "No puede iniciar una llamada con usted mismo.", "Cannot add any more widgets": "no es posible agregar mas widgets", "Do you want to load widget from URL:": "desea cargar widget desde URL:", "Integrations Error": "error de integracion", - "Publish this room to the public in %(domain)s's room directory?": "Desea publicar esta sala al publico en el directorio de sala de %(domain)s?", + "Publish this room to the public in %(domain)s's room directory?": "Desea publicar esta sala al publico en el directorio de salas de %(domain)s?", "AM": "AM", "PM": "PM", "NOTE: Apps are not end-to-end encrypted": "NOTA: Las Apps no son cifradas de extremo a extremo", "Revoke widget access": "Revocar acceso del widget", "The maximum permitted number of widgets have already been added to this room.": "La cantidad máxima de widgets permitida ha sido alcanzada en esta sala.", "To use it, just wait for autocomplete results to load and tab through them.": "Para usar, solo espere a que carguen los resultados de auto-completar y navegue entre ellos.", - "%(senderName)s unbanned %(targetName)s.": "%(senderName)s levanto la suspensión de %(targetName)s.", + "%(senderName)s unbanned %(targetName)s.": "%(senderName)s le quitó el veto a %(targetName)s.", "unencrypted": "no cifrado", "Unmute": "desactivar el silencio", "Unrecognised command:": "comando no reconocido:", "Unrecognised room alias:": "alias de sala no reconocido:", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (nivel de permisos %(powerLevelNumber)s)", - "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and device %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "Atención: VERIFICACIÓN DE CLAVE FALLO\" La clave de firma para %(userId)s y el dispositivo %(deviceId)s es \"%(fprint)s\" la cual no concuerda con la clave provista por \"%(fingerprint)s\". Esto puede significar que sus comunicaciones están siendo interceptadas!", - "You cannot place VoIP calls in this browser.": "no puede realizar llamadas de voz en este navegador.", + "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and device %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "ADVERTENCIA: VERIFICACIÓN DE CLAVE FALLO\" La clave de firma para %(userId)s y el dispositivo %(deviceId)s es \"%(fprint)s\" la cual no concuerda con la clave provista por \"%(fingerprint)s\". Esto puede significar que sus comunicaciones están siendo interceptadas!", + "You cannot place VoIP calls in this browser.": "No puede realizar llamadas VoIP en este navegador.", "You do not have permission to post to this room": "no tiene permiso para publicar en esta sala", "You have been banned from %(roomName)s by %(userName)s.": "Ha sido expulsado de %(roomName)s por %(userName)s.", - "You have been invited to join this room by %(inviterName)s": "Ha sido invitado a entrar a esta sala por %(inviterName)s", + "You have been invited to join this room by %(inviterName)s": "Ha sido invitado por %(inviterName)s a unirte a esta sala", "You have been kicked from %(roomName)s by %(userName)s.": "Ha sido removido de %(roomName)s por %(userName)s.", - "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device": "Ha sido desconectado de todos los dispositivos y no continuara recibiendo notificaciones. Para volver a habilitar las notificaciones, vuelva a conectarse en cada dispositivo", + "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device": "Se ha cerrado sesión en todos tus dispositivos y ya no recibirás notificaciones push. Para volver a habilitar las notificaciones, vuelve a iniciar sesión en cada dispositivo", "You have <a>disabled</a> URL previews by default.": "Ha <a>deshabilitado</a> la vista previa de URL por defecto.", "You have <a>enabled</a> URL previews by default.": "Ha <a>habilitado</a> vista previa de URL por defecto.", "You have no visible notifications": "No tiene notificaciones visibles", - "You may wish to login with a different account, or add this email to this account.": "Puede ingresar con una cuenta diferente, o agregar este e-mail a esta cuenta.", + "You may wish to login with a different account, or add this email to this account.": "Quizás quieras iniciar sesión con otra cuenta, o añadir este correo electrónico a esta cuenta.", "You must <a>register</a> to use this functionality": "Usted debe ser un <a>registrar</a> para usar esta funcionalidad", "You need to be able to invite users to do that.": "Usted debe ser capaz de invitar usuarios para hacer eso.", "You need to be logged in.": "Necesita estar autenticado.", "You need to enter a user name.": "Tiene que ingresar un nombre de usuario.", - "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Su e-mail parece no estar asociado con una Id Matrix en este Homeserver.", - "Your password has been reset": "Su contraseña ha sido restablecida", + "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Su correo electrónico parece no estar asociado con una ID de Matrix en este Homeserver.", + "Your password has been reset": "Tu contraseña fue restablecida", "Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them": "Su contraseña a sido cambiada exitosamente. No recibirá notificaciones en otros dispositivos hasta que ingrese de nuevo en ellos", "You seem to be in a call, are you sure you want to quit?": "Parece estar en medio de una llamada, ¿esta seguro que desea salir?", "You seem to be uploading files, are you sure you want to quit?": "Parece estar cargando archivos, ¿esta seguro que desea salir?", - "You should not yet trust it to secure data": "No debería confiarle aun para asegurar su información", + "You should not yet trust it to secure data": "Aún no deberías confiar en él para proteger tus datos", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "No podrá revertir este cambio ya que esta promoviendo al usuario para tener el mismo nivel de autoridad que usted.", - "Your home server does not support device management.": "Su servidor privado no suporta la gestión de dispositivos.", + "Your home server does not support device management.": "Tu servidor doméstico no suporta la gestión de dispositivos.", "Sun": "Dom", "Mon": "Lun", "Tue": "Mar", @@ -545,7 +545,7 @@ "May": "May", "Jun": "Jun", "Jul": "Jul", - "Aug": "August", + "Aug": "Ago", "Add rooms to this community": "Agregar salas a esta comunidad", "Call Failed": "La llamada falló", "Review Devices": "Revisar Dispositivos", @@ -559,20 +559,20 @@ "Dec": "Dic", "Warning": "Advertencia", "Unpin Message": "Desmarcar Mensaje", - "Online": "Conectado", + "Online": "En línea", "Submit debug logs": "Enviar registros de depuración", "The platform you're on": "La plataforma en la que te encuentras", "The version of Riot.im": "La versión de Riot.im", "Whether or not you're logged in (we don't record your user name)": "Estés identificado o no (no almacenamos tu nombre de usuario)", "Your language of choice": "El idioma que has elegido", - "Your homeserver's URL": "La URL de tu homeserver", + "Your homeserver's URL": "La URL de tu servidor", "Your identity server's URL": "La URL de tu servidor de identidad", "The information being sent to us to help make Riot.im better includes:": "La información remitida a nosotros para ayudar a mejorar Riot.im incluye:", "Drop here to demote": "Suelta aquí para degradar", "Whether or not you're using the Richtext mode of the Rich Text Editor": "Estés o no usando el modo Richtext del Editor de Texto Enriquecido", "Who would you like to add to this community?": "¿A quién deseas añadir a esta comunidad?", - "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Aviso: cualquier persona que añadas a una comunidad será públicamente visible a cualquiera que conozca el ID de la comunidad", - "Invite new community members": "Invita nuevos miembros de la comunidad", + "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Advertencia: cualquier persona que añadas a una comunidad será públicamente visible a cualquiera que conozca el ID de la comunidad", + "Invite new community members": "Invita nuevos miembros a la comunidad", "Name or matrix ID": "Nombre o ID de matrix", "Invite to Community": "Invitar a la comunidad", "Which rooms would you like to add to this community?": "¿Qué salas deseas añadir a esta comunidad?", @@ -604,9 +604,9 @@ "Leave": "Salir", "Uploaded on %(date)s by %(user)s": "Subido el %(date)s por %(user)s", "Send Custom Event": "Enviar Evento Personalizado", - "All notifications are currently disabled for all targets.": "Las notificaciones estan desactivadas para todos los objetivos.", + "All notifications are currently disabled for all targets.": "Las notificaciones están deshabilitadas para todos los objetivos.", "Failed to send logs: ": "Error al enviar registros: ", - "delete the alias.": "borrar el alias.", + "delete the alias.": "eliminar el alias.", "To return to your account in future you need to <u>set a password</u>": "Para regresar a tu cuenta en el futuro debes <u>establecer una contraseña</u>", "Forget": "Olvidar", "World readable": "Legible por todo el mundo", @@ -614,7 +614,7 @@ "You cannot delete this image. (%(code)s)": "No puedes eliminar esta imagen. (%(code)s)", "Cancel Sending": "Cancelar envío", "This Room": "Esta sala", - "The Home Server may be too old to support third party networks": "El Home Server puede ser demasiado antiguo para soportar redes de terceros", + "The Home Server may be too old to support third party networks": "El Servidor Doméstico puede ser demasiado antiguo para soportar redes de terceros", "Resend": "Reenviar", "Room not found": "Sala no encontrada", "Messages containing my display name": "Mensajes que contienen mi nombre", @@ -623,7 +623,7 @@ "View Decrypted Source": "Ver Fuente Descifrada", "Failed to update keywords": "Error al actualizar las palabras clave", "Notes:": "Notas:", - "remove %(name)s from the directory.": "retirar %(name)s del directorio.", + "remove %(name)s from the directory.": "eliminar a %(name)s del directorio.", "Notifications on the following keywords follow rules which can’t be displayed here:": "Las notificaciones de las siguientes palabras clave siguen reglas que no se pueden mostrar aquí:", "<safariLink>Safari</safariLink> and <operaLink>Opera</operaLink> work too.": "<safariLink>Safari</safariLink> y <operaLink>Opera</operaLink> también funcionan.", "Please set a password!": "¡Por favor establece una contraseña!", @@ -636,7 +636,7 @@ "Members": "Miembros", "No update available.": "No hay actualizaciones disponibles.", "Noisy": "Ruidoso", - "Failed to get protocol list from Home Server": "Error al obtener la lista de protocolos desde el Home Server", + "Failed to get protocol list from Home Server": "Error al obtener la lista de protocolos desde el Servidor Doméstico", "Collecting app version information": "Recolectando información de la versión de la aplicación", "Delete the room alias %(alias)s and remove %(name)s from the directory?": "¿Borrar el alias de la sala %(alias)s y eliminar %(name)s del directorio?", "This will allow you to return to your account after signing out, and sign in on other devices.": "Esto te permitirá regresar a tu cuenta después de cerrar sesión, así como iniciar sesión en otros dispositivos.", @@ -644,21 +644,21 @@ "Enable notifications for this account": "Habilitar notificaciones para esta cuenta", "Directory": "Directorio", "Invite to this community": "Invitar a esta comunidad", - "Search for a room": "Buscar sala", + "Search for a room": "Buscar una sala", "Messages containing <span>keywords</span>": "Mensajes que contienen <span>palabras clave</span>", "Error saving email notification preferences": "Error al guardar las preferencias de notificación por email", "Tuesday": "Martes", "Enter keywords separated by a comma:": "Introduzca palabras clave separadas por una coma:", "Search…": "Buscar…", "You have successfully set a password and an email address!": "¡Has establecido una nueva contraseña y dirección de correo electrónico!", - "Remove %(name)s from the directory?": "¿Retirar %(name)s del directorio?", + "Remove %(name)s from the directory?": "¿Eliminar a %(name)s del directorio?", "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riot usa muchas características avanzadas del navegador, algunas de las cuales no están disponibles en su navegador actual.", "Event sent!": "Evento enviado!", "Preparing to send logs": "Preparando para enviar registros", "Enable desktop notifications": "Habilitar notificaciones de escritorio", "Unnamed room": "Sala sin nombre", "Explore Account Data": "Explorar Datos de la Cuenta", - "Remove from Directory": "Retirar del Directorio", + "Remove from Directory": "Eliminar del Directorio", "Saturday": "Sábado", "Remember, you can always set an email address in user settings if you change your mind.": "Recuerda que si es necesario puedes establecer una dirección de email en las preferencias de usuario.", "Direct Chat": "Conversación directa", @@ -693,10 +693,10 @@ "Notify for all other messages/rooms": "Notificar para todos los demás mensajes/salas", "Unable to look up room ID from server": "No se puede buscar el ID de la sala desde el servidor", "Couldn't find a matching Matrix room": "No se encontró una sala Matrix que coincida", - "All Rooms": "Todas las salas", + "All Rooms": "Todas las Salas", "You cannot delete this message. (%(code)s)": "No puedes eliminar este mensaje. (%(code)s)", "Thursday": "Jueves", - "Forward Message": "Reenviar mensaje", + "Forward Message": "Reenviar Mensaje", "Logs sent": "Registros enviados", "Back": "Atrás", "Reply": "Responder", @@ -710,7 +710,7 @@ "Yesterday": "Ayer", "Error encountered (%(errorDetail)s).": "Error encontrado (%(errorDetail)s).", "Login": "Iniciar sesión", - "Low Priority": "Baja Prioridad", + "Low Priority": "Prioridad Baja", "Riot does not know how to join a room on this network": "Riot no sabe cómo unirse a una sala en esta red", "Set Password": "Establecer contraseña", "Enable audible notifications in web client": "Habilitar notificaciones audibles en el cliente web", @@ -722,7 +722,7 @@ "You can now return to your account after signing out, and sign in on other devices.": "Ahora puedes regresar a tu cuenta después de cerrar tu sesión, e iniciar sesión en otros dispositivos.", "Enable email notifications": "Habilitar notificaciones por email", "Event Type": "Tipo de Evento", - "No rooms to show": "Sin salas para mostrar", + "No rooms to show": "No hay salas para mostrar", "Download this file": "Descargar este archivo", "Pin Message": "Marcar Mensaje", "Failed to change settings": "Error al cambiar la configuración", @@ -737,8 +737,522 @@ "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "En su navegador actual, la apariencia y comportamiento de la aplicación puede ser completamente incorrecta, y algunas de las características podrían no funcionar. Si aún desea probarlo puede continuar, pero ¡no podremos ofrecer soporte por cualquier problema que pudiese tener!", "Checking for an update...": "Comprobando actualizaciones...", "There are advanced notifications which are not shown here": "Hay notificaciones avanzadas que no se muestran aquí", - "Every page you use in the app": "Cada página que usas en la aplicación", + "Every page you use in the app": "Todas las páginas que usas en la aplicación", "Your User Agent": "Tu Agente de Usuario", "Your device resolution": "La resolución de tu dispositivo", - "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "Hay dispositivos desconocidos en esta sala: si procedes sin verificarlos, será posible que alguien escuche tu llamada." + "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "Hay dispositivos desconocidos en esta sala: si procede sin verificarlos, será posible que alguien escuche su llamada.", + "Which officially provided instance you are using, if any": "Cuál instancia ofrecida oficialmente está usando, si existe", + "e.g. %(exampleValue)s": "e.g %(exampleValue)s", + "e.g. <CurrentPageURL>": "e.g. <CurrentPageURL>", + "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Donde esta página incluye información identificable, como sala, usuario o ID del grupo, esa información se elimina antes de enviarla al servidor.", + "A conference call could not be started because the intgrations server is not available": "No se pudo iniciar una llamada de conferencia porque el servidor de integraciones no está disponible", + "Call in Progress": "Llamada en Curso", + "A call is currently being placed!": "¡Se está realizando una llamada en este momento!", + "A call is already in progress!": "¡Ya hay una llamada en curso!", + "Permission Required": "Permiso Requerido", + "You do not have permission to start a conference call in this room": "No tiene permiso para comenzar una llamada de conferencia en esta sala", + "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", + "Show these rooms to non-members on the community page and room list?": "¿Mostrar estas salas a personas no registradas en la página de la comunidad y la lista de salas?", + "Add rooms to the community": "Agregar salas a la comunidad", + "Room name or alias": "Nombre o alias de la sala", + "Add to community": "Agregar a comunidad", + "Failed to invite the following users to %(groupId)s:": "No se pudo invitar a los usuarios siguientes a %(groupId)s:", + "Failed to invite users to community": "Falló la invitación de usuarios a la comunidad", + "Failed to invite users to %(groupId)s": "Falló la invitación de usuarios a %(groupId)s", + "Failed to add the following rooms to %(groupId)s:": "Falló la a agregación de las salas siguientes a %(groupId)s:", + "Restricted": "Restringido", + "Missing roomId.": "Id de sala ausente.", + "Ignores a user, hiding their messages from you": "Ignora a un usuario, ocultando sus mensajes", + "Ignored user": "Usuario ignorado", + "You are now ignoring %(userId)s": "Ahora está ignorando a %(userId)s", + "Stops ignoring a user, showing their messages going forward": "Deja de ignorar a un usuario, mostrando en adelante sus mensajes", + "Unignored user": "Usuario no ignorado", + "You are no longer ignoring %(userId)s": "Ya no está ignorando a %(userId)s", + "Opens the Developer Tools dialog": "Abre el diálogo de Herramientas de Desarrollador", + "Verifies a user, device, and pubkey tuple": "Verifica a un usuario, dispositivo, y tupla de clave pública", + "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s cambió su nombre público a %(displayName)s.", + "%(senderName)s changed the pinned messages for the room.": "%(senderName)s cambió los mensajes con chincheta en la sala.", + "%(widgetName)s widget modified by %(senderName)s": "el widget %(widgetName)s fue modificado por %(senderName)s", + "%(widgetName)s widget added by %(senderName)s": "el widget %(widgetName)s fue agregado por %(senderName)s", + "%(widgetName)s widget removed by %(senderName)s": "el %(widgetName)s fue eliminado por %(senderName)s", + "%(names)s and %(count)s others are typing|other": "%(names)s y otros %(count)s están escribiendo", + "%(names)s and %(count)s others are typing|one": "%(names)s y uno más están escribiendo", + "Your browser does not support the required cryptography extensions": "Su navegador no soporta las extensiones de criptografía requeridas", + "Not a valid Riot keyfile": "No es un archivo de claves de Riot válido", + "Message Pinning": "Mensajes con chincheta", + "Jitsi Conference Calling": "Llamadas de conferencia Jitsi", + "Disable Emoji suggestions while typing": "Deshabilitar sugerencias de Emoji mientras escribe", + "Hide avatar changes": "Ocultar cambios del avatar", + "Hide display name changes": "Ocultar cambios del nombre visible", + "Always show encryption icons": "Mostrar siempre iconos de cifrado", + "Hide avatars in user and room mentions": "Ocultar avatares en las menciones de usuarios y salas", + "Disable big emoji in chat": "Deshabilitar emoji grande en la conversación", + "Automatically replace plain text Emoji": "Sustituir automáticamente Emojis de texto", + "Mirror local video feed": "Clonar transmisión de video local", + "Disable Community Filter Panel": "Deshabilitar Panel de Filtro de la Comunidad", + "Disable Peer-to-Peer for 1:1 calls": "Deshabilitar pares para llamadas 1:1", + "Send analytics data": "Enviar información de estadísticas", + "Enable inline URL previews by default": "Activar vistas previas de las URLs por defecto", + "Enable URL previews for this room (only affects you)": "Activar vista previa de URL en esta sala (sólo le afecta a ud.)", + "Enable URL previews by default for participants in this room": "Activar vista previa de URL por defecto para los participantes en esta sala", + "Enable widget screenshots on supported widgets": "Activar capturas de pantalla de widget en los widgets soportados", + "Show empty room list headings": "Mostrar encabezados de listas de sala vacíos", + "Delete %(count)s devices|other": "Eliminar %(count)s dispositivos", + "Delete %(count)s devices|one": "Eliminar dispositivo", + "Select devices": "Seleccionar dispositivos", + "Drop file here to upload": "Soltar aquí el fichero a subir", + " (unsupported)": " (no soportado)", + "Ongoing conference call%(supportedText)s.": "Llamada de conferencia en curso%(supportedText)s.", + "This event could not be displayed": "No se pudo mostrar este evento", + "%(senderName)s sent an image": "%(senderName)s envió una imagen", + "%(senderName)s sent a video": "%(senderName)s envió un vídeo", + "%(senderName)s uploaded a file": "%(senderName)s subió un fichero", + "Your key share request has been sent - please check your other devices for key share requests.": "Se envió su solicitud para compartir la clave - por favor, compruebe sus otros dispositivos para solicitudes de compartir clave.", + "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "Las solicitudes para compartir la clave se envían a sus otros dispositivos automáticamente. Si rechazó o descartó la solicitud en sus otros dispositivos, pulse aquí para solicitar otra vez las claves durante esta sesión.", + "If your other devices do not have the key for this message you will not be able to decrypt them.": "Si sus otros dispositivos no tienen la clave para este mensaje no podrá descifrarlos.", + "Key request sent.": "Solicitud de clave enviada.", + "<requestLink>Re-request encryption keys</requestLink> from your other devices.": "<requestLink>Volver a solicitar las claves de cifrado</requestLink> de tus otros dispositivos.", + "Encrypting": "Cifrando", + "Encrypted, not sent": "Cifrado, no enviado", + "Disinvite this user?": "¿Dejar de invitar a este usuario?", + "Kick this user?": "¿Echar a este usuario?", + "Unban this user?": "¿Dejar de bloquear a este usuario?", + "Ban this user?": "¿Vetar a este usuario?", + "Demote yourself?": "¿Degradarse a ud mismo?", + "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "No podrá deshacer este cambio ya que está degradándose a usted mismo, si es el usuario con menos privilegios de la sala le resultará imposible recuperarlos.", + "Demote": "Degradar", + "Unignore": "Dejar de ignorar", + "Ignore": "Ignorar", + "Jump to read receipt": "Saltar a recibo leído", + "Mention": "Mención", + "Invite": "Invitar", + "Share Link to User": "Compartir Enlace con Usuario", + "User Options": "Opciones de Usuario", + "Make Moderator": "Convertir en Moderador", + "bold": "negrita", + "italic": "cursiva", + "deleted": "eliminado", + "underlined": "subrayado", + "inline-code": "código en línea", + "block-quote": "cita extensa", + "bulleted-list": "lista con viñetas", + "numbered-list": "lista numerada", + "At this time it is not possible to reply with a file so this will be sent without being a reply.": "En este momento no es posible responder con un fichero así que esto se enviará sin que sea una respuesta.", + "Send an encrypted reply…": "Enviar una respuesta cifrada…", + "Send a reply (unencrypted)…": "Enviar una respuesta (sin cifrar)…", + "Send an encrypted message…": "Enviar un mensaje cifrado…", + "Send a message (unencrypted)…": "Enviar un mensaje (sin cifrar)…", + "Unable to reply": "No se pudo responder", + "At this time it is not possible to reply with an emote.": "En este momento no es posible responder con un emoticono.", + "Jump to message": "Ir a mensaje", + "No pinned messages.": "No hay mensajes con chincheta.", + "Loading...": "Cargando...", + "Pinned Messages": "Mensajes con chincheta", + "%(duration)ss": "%(duration)ss", + "%(duration)sm": "%(duration)sm", + "%(duration)sh": "%(duration)sh", + "%(duration)sd": "%(duration)sd", + "Online for %(duration)s": "En línea durante %(duration)s", + "Idle for %(duration)s": "En reposo durante %(duration)s", + "Offline for %(duration)s": "Desconectado durante %(duration)s", + "Unknown for %(duration)s": "Desconocido durante %(duration)s", + "Idle": "En reposo", + "Offline": "Desconectado", + "Unknown": "Desconocido", + "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "Visto por %(displayName)s %(userName)s a las %(dateTime)s", + "Replying": "Respondiendo", + "(~%(count)s results)|other": "(~%(count)s resultados)", + "(~%(count)s results)|one": "(~%(count)s resultado)", + "Remove avatar": "Eliminar avatar", + "Share room": "Compartir sala", + "Drop here to favourite": "Soltar aquí para agregar a favoritos", + "Drop here to tag direct chat": "Soltar aquí para etiquetar la conversación", + "Drop here to restore": "Soltar aquí para restaurar", + "Community Invites": "Invitaciones a comunidades", + "You have no historical rooms": "No tienes salas históricas", + "You have been kicked from this room by %(userName)s.": "Ha sido echado de esta sala por %(userName)s.", + "You have been banned from this room by %(userName)s.": "Ha sido proscrito de esta sala por %(userName)s.", + "You are trying to access a room.": "Estás intentando acceder a una sala.", + "To change the room's avatar, you must be a": "Para cambiar el avatar de la sala, debe ser un", + "To change the room's name, you must be a": "Para cambiar el nombre de la sala, debe ser un", + "To change the room's main address, you must be a": "Para cambiar la dirección principal de la sala, debe ser un", + "To change the room's history visibility, you must be a": "Para cambiar la visibilidad del historial de la sala, debe ser un", + "To change the permissions in the room, you must be a": "Para cambiar los permisos de la sala, debe ser un", + "To change the topic, you must be a": "Para cambiar el tema, debe ser un", + "To modify widgets in the room, you must be a": "Para modificar los widgets de la sala, debe ser un", + "Banned by %(displayName)s": "Vetado por %(displayName)s", + "To send messages, you must be a": "Para cambiar mensajes, debe ser un", + "To invite users into the room, you must be a": "Para cambiar usuarios a la sala, debe ser un", + "To configure the room, you must be a": "Para configurar la sala, debe ser un", + "To kick users, you must be a": "Para echar a usuarios, debe ser un", + "To ban users, you must be a": "Para proscribir a usuarios, debe ser un", + "To remove other users' messages, you must be a": "Para eliminar los mensajes de otros usuarios, debe ser un", + "To notify everyone in the room, you must be a": "Para notificar a todos en la sala, debe ser un", + "%(user)s is a %(userRole)s": "%(user)s es un %(userRole)s", + "Muted Users": "Usuarios Silenciados", + "To send events of type <eventType/>, you must be a": "Para enviar eventos del tipo <eventType/>, debe ser un", + "Members only (since the point in time of selecting this option)": "Sólo miembros (desde el instante desde que se selecciona esta opción)", + "Members only (since they were invited)": "Sólo miembros (desde que fueron invitados)", + "Members only (since they joined)": "Sólo miembros (desde que se unieron)", + "You don't currently have any stickerpacks enabled": "Actualmente no tienes ningún paquete de pegatinas habilitado", + "Add a stickerpack": "Añadir un paquete de pegatinas", + "Stickerpack": "Paquete de pegatinas", + "Hide Stickers": "Ocultar Pegatinas", + "Show Stickers": "Mostrar Pegatinas", + "Addresses": "Direcciones", + "Invalid community ID": "ID de comunidad no válido", + "'%(groupId)s' is not a valid community ID": "'%(groupId)s' no es un ID de comunidad válido", + "Flair": "Insignia", + "Showing flair for these communities:": "Mostrar insignias de estas comunidades:", + "This room is not showing flair for any communities": "Esta sala no está mostrando las insignias de las comunidades", + "New community ID (e.g. +foo:%(localDomain)s)": "Nuevo ID de comunidad (e.g. +foo:%(localDomain)s)", + "URL previews are enabled by default for participants in this room.": "La vista previa de URL se activa por defecto en los participantes de esta sala.", + "URL previews are disabled by default for participants in this room.": "La vista previa se desactiva por defecto para los participantes de esta sala.", + "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "En salas cifradas, como ésta, la vista previa de la URL se desactivan por defecto para asegurar que el homeserver (donde se generan) no puede recopilar información de los enlaces que vea en esta sala.", + "URL Previews": "Vista previa de URL", + "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "Cuando alguien pone una URL en su mensaje, una vista previa se mostrará para ofrecer información sobre el enlace, tal como título, descripción, y una imagen del sitio Web.", + "Error decrypting audio": "Error al descifrar el sonido", + "Error decrypting image": "Error al descifrar imagen", + "Error decrypting video": "Error al descifrar video", + "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s cambió el avatar para %(roomName)s", + "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s eliminó el avatar de la sala.", + "%(senderDisplayName)s changed the room avatar to <img/>": "%(senderDisplayName)s cambió el avatar de la sala a <img/>", + "Copied!": "¡Copiado!", + "Failed to copy": "Falló la copia", + "Add an Integration": "Añadir una Integración", + "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Está a punto de ir a un sitio de terceros de modo que pueda autenticar su cuenta para usarla con %(integrationsUrl)s. ¿Desea continuar?", + "Removed or unknown message type": "Tipo de mensaje desconocido o eliminado", + "Message removed by %(userId)s": "Mensaje eliminado por %(userId)s", + "Message removed": "Mensaje eliminado", + "Robot check is currently unavailable on desktop - please use a <a>web browser</a>": "La comprobación de robot no está actualmente disponible en escritorio - por favor, use un <a>navegador Web</a>", + "This Home Server would like to make sure you are not a robot": "Este Servidor Doméstico quiere asegurarse de que no eres un robot", + "Sign in with CAS": "Ingresar con CAS", + "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "Puede usar las opciones personalizadas del servidor para ingresar en otros servidores de Matrix especificando una URL del Servidor Doméstico diferente.", + "This allows you to use this app with an existing Matrix account on a different home server.": "Esto le permite usar esta aplicación con una cuenta de Matrix ya existente en un servidor doméstico diferente.", + "You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "Puede también usar un servidor de identidad personalizado, pero esto habitualmente evitará la interacción con usuarios mediante dirección de correo electrónico.", + "An email has been sent to %(emailAddress)s": "Se envió un correo electrónico a %(emailAddress)s", + "Please check your email to continue registration.": "Por favor consulta tu correo electrónico para continuar con el registro.", + "Token incorrect": "Token incorrecto", + "A text message has been sent to %(msisdn)s": "Se envió un mensaje de texto a %(msisdn)s", + "Please enter the code it contains:": "Por favor introduzca el código que contiene:", + "Code": "Código", + "The email field must not be blank.": "El campo de correo electrónico no debe estar en blanco.", + "The user name field must not be blank.": "El campo de nombre de usuario no debe estar en blanco.", + "The phone number field must not be blank.": "El campo de número de teléfono no debe estar en blanco.", + "The password field must not be blank.": "El campo de contraseña no debe estar en blanco.", + "Username on %(hs)s": "Nombre de usuario en %(hs)s", + "If you don't specify an email address, you won't be able to reset your password. Are you sure?": "Si no indica una dirección de correo electrónico, no podrá reiniciar su contraseña. ¿Está seguro?", + "You are registering with %(SelectedTeamName)s": "Está registrándose con %(SelectedTeamName)s", + "Default server": "Servidor por defecto", + "Custom server": "Servidor personalizado", + "Home server URL": "URL del servidor doméstico", + "Identity server URL": "URL del servidor de identidad", + "What does this mean?": "¿Qué significa esto?", + "Remove from community": "Eliminar de la comunidad", + "Disinvite this user from community?": "¿Quitar como invitado a este usuario de la comunidad?", + "Remove this user from community?": "¿Eliminar a este usuario de la comunidad?", + "Failed to withdraw invitation": "Falló la retirada de la invitación", + "Failed to remove user from community": "Falló la eliminación de este usuario de la comunidad", + "Filter community members": "Filtrar miembros de la comunidad", + "Flair will appear if enabled in room settings": "La insignia aparecerá si se activa en la configuración de la sala", + "Flair will not appear": "La insignia no aparecerá", + "Are you sure you want to remove '%(roomName)s' from %(groupId)s?": "¿Seguro que quieres eliminar a '%(roomName)s' de %(groupId)s?", + "Removing a room from the community will also remove it from the community page.": "Al eliminar una sala de la comunidad también se eliminará de su página.", + "Failed to remove room from community": "Falló la eliminación de la sala de la comunidad", + "Failed to remove '%(roomName)s' from %(groupId)s": "Falló la eliminación de '%(roomName)s' de %(groupId)s", + "The visibility of '%(roomName)s' in %(groupId)s could not be updated.": "La visibilidad de '%(roomName)s' en %(groupId)s no se pudo actualizar.", + "Visibility in Room List": "Visibilidad en la Lista de Salas", + "Visible to everyone": "Visible a todo el mundo", + "Only visible to community members": "Sólo visible a los miembros de la comunidad", + "Filter community rooms": "Filtrar salas de la comunidad", + "Something went wrong when trying to get your communities.": "Algo fue mal cuando se intentó obtener sus comunidades.", + "Display your community flair in rooms configured to show it.": "Muestra la insignia de su comunidad en las salas configuradas a tal efecto.", + "You're not currently a member of any communities.": "Actualmente no es miembro de una comunidad.", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie (please see our <PolicyLink>Cookie Policy</PolicyLink>).": "Por favor, ayude a mejorar Riot.im enviando <UsageDataLink>información anónima de uso</UsageDataLink>. Esto usará una cookie (por favor, vea nuestra <PolicyLink>Política de cookies</PolicyLink>).", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie.": "Por favor, ayude a mejorar Riot.im enviando <UsageDataLink>información anónima de uso</UsageDataLink>. Esto usará una cookie.", + "Yes, I want to help!": "¡Sí, quiero ayudar!", + "Unknown Address": "Dirección desconocida", + "Warning: This widget might use cookies.": "Advertencia: Este widget puede usar cookies.", + "Delete Widget": "Eliminar Componente", + "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Al borrar un widget se elimina para todos usuarios de la sala. ¿Está seguro?", + "Failed to remove widget": "Falló la eliminación del widget", + "An error ocurred whilst trying to remove the widget from the room": "Ocurrió un error mientras se intentaba eliminar el widget de la sala", + "Minimize apps": "Minimizar apps", + "Reload widget": "Recargar widget", + "Popout widget": "Widget en ventana externa", + "Picture": "Fotografía", + "Unblacklist": "Lista de no bloqueados", + "Blacklist": "Lista negra", + "Unverify": "No verificar", + "Verify...": "Verificar...", + "Communities": "Comunidades", + "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", + "%(severalUsers)sjoined %(count)s times|other": "%(severalUsers)s se unieron %(count)s veces", + "%(severalUsers)sjoined %(count)s times|one": "%(severalUsers)s se unieron", + "%(oneUser)sjoined %(count)s times|other": "%(oneUser)s se unió %(count)s veces", + "%(oneUser)sjoined %(count)s times|one": "%(oneUser)s se unió", + "%(severalUsers)sleft %(count)s times|other": "%(severalUsers)s se fueron %(count)s veces", + "%(severalUsers)sleft %(count)s times|one": "%(severalUsers)s se fueron", + "%(oneUser)sleft %(count)s times|other": "%(oneUser)s se fue %(count)s veces", + "%(oneUser)sleft %(count)s times|one": "%(oneUser)s salió", + "%(severalUsers)sjoined and left %(count)s times|other": "%(severalUsers)s se unieron y fueron %(count)s veces", + "%(severalUsers)sjoined and left %(count)s times|one": "%(severalUsers)s se unieron y fueron", + "%(oneUser)sjoined and left %(count)s times|other": "%(oneUser)s se unió y fue %(count)s veces", + "%(oneUser)sjoined and left %(count)s times|one": "%(oneUser)s se unió y fue", + "%(severalUsers)sleft and rejoined %(count)s times|other": "%(severalUsers)s se fue y volvió a unirse %(count)s veces", + "%(severalUsers)sleft and rejoined %(count)s times|one": "%(severalUsers)s se fue y volvió a unirse", + "%(oneUser)sleft and rejoined %(count)s times|other": "%(oneUser)s se fue y volvió a unirse %(count)s veces", + "%(oneUser)sleft and rejoined %(count)s times|one": "%(oneUser)s se fue y volvió a unirse", + "%(severalUsers)srejected their invitations %(count)s times|other": "%(severalUsers)s rechazó sus invitaciones %(count)s veces", + "%(severalUsers)srejected their invitations %(count)s times|one": "%(severalUsers)s rechazó sus invitaciones", + "%(oneUser)srejected their invitation %(count)s times|other": "%(oneUser)s rechazó su invitación %(count)s veces", + "%(oneUser)srejected their invitation %(count)s times|one": "%(oneUser)s rechazó su invitación", + "%(severalUsers)shad their invitations withdrawn %(count)s times|other": "%(severalUsers)s se les retiraron sus invitaciones %(count)s veces", + "%(severalUsers)shad their invitations withdrawn %(count)s times|one": "%(severalUsers)s se les retiraron sus invitaciones", + "%(oneUser)shad their invitation withdrawn %(count)s times|other": "%(oneUser)s se le retiró su invitación %(count)s veces", + "%(oneUser)shad their invitation withdrawn %(count)s times|one": "%(oneUser)s se les retiraron sus invitaciones", + "were invited %(count)s times|other": "se les invitó %(count)s veces", + "were invited %(count)s times|one": "se les invitó", + "was invited %(count)s times|other": "fue invitado %(count)s veces", + "was invited %(count)s times|one": "fue invitado", + "were banned %(count)s times|other": "fue proscrito %(count)s veces", + "were banned %(count)s times|one": "fueron vetados", + "was banned %(count)s times|other": "fue vetado %(count)s veces", + "was banned %(count)s times|one": "fue vetado", + "were unbanned %(count)s times|other": "les quitaron el veto %(count)s veces", + "were unbanned %(count)s times|one": "les quitaron el veto", + "was unbanned %(count)s times|other": "se le quitó el veto %(count)s veces", + "was unbanned %(count)s times|one": "se le quitó el veto", + "were kicked %(count)s times|other": "fueron echados %(count)s veces", + "were kicked %(count)s times|one": "fueron echados", + "was kicked %(count)s times|other": "fue echado %(count)s veces", + "was kicked %(count)s times|one": "fue echado", + "%(severalUsers)schanged their name %(count)s times|other": "%(severalUsers)s cambiaron su nombre %(count)s veces", + "%(severalUsers)schanged their name %(count)s times|one": "%(severalUsers)s cambiaron su nombre", + "%(oneUser)schanged their name %(count)s times|other": "%(oneUser)s cambió su nombre %(count)s veces", + "%(oneUser)schanged their name %(count)s times|one": "%(oneUser)s cambió su nombre", + "%(severalUsers)schanged their avatar %(count)s times|other": "%(severalUsers)s cambió su avatar %(count)s veces", + "%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)s cambiaron su avatar", + "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)s cambió su avatar %(count)s veces", + "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)s cambió su avatar", + "%(items)s and %(count)s others|other": "%(items)s y otros %(count)s", + "%(items)s and %(count)s others|one": "%(items)s y otro más", + "collapse": "colapsar", + "expand": "expandir", + "Custom of %(powerLevel)s": "Personalizado de %(powerLevel)s", + "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "No se pudo cargar el evento al que se respondió, bien porque no existe o no tiene permiso para verlo.", + "<a>In reply to</a> <pill>": "<a>En respuesta a </a> <pill>", + "And %(count)s more...|other": "Y %(count)s más...", + "ex. @bob:example.com": "ej. @bob:ejemplo.com", + "Add User": "Agregar Usuario", + "Matrix ID": "ID de Matrix", + "Matrix Room ID": "ID de Sala de Matrix", + "email address": "dirección de correo electrónico", + "You have entered an invalid address.": "No ha introducido una dirección correcta.", + "Try using one of the following valid address types: %(validTypesList)s.": "Intente usar uno de los tipos de direcciones válidos: %(validTypesList)s.", + "Riot bugs are tracked on GitHub: <a>create a GitHub issue</a>.": "Los fallos de Riot se rastrean en GitHun: <a>crear un suceso en GitHub</a>.", + "Start chatting": "Comenzar conversación", + "Click on the button below to start chatting!": "Pulsar en el botón inferior para comenzar a conversar", + "Start Chatting": "Comenzar Conversación", + "Confirm Removal": "Confirmar Eliminación", + "Are you sure you wish to remove (delete) this event? Note that if you delete a room name or topic change, it could undo the change.": "¿Está seguro de querer eliminar (borrar) este evento? Tenga en cuenta que si borra el nombre de una sala o cambia el tema, podría deshacer el cambio.", + "Community IDs cannot be empty.": "Los IDs de comunidad no pueden estar vacíos.", + "Community IDs may only contain characters a-z, 0-9, or '=_-./'": "Los IDs de comunidad sólo pueden contener caracteres a-z, 0-9, ó '=_-./'", + "Something went wrong whilst creating your community": "Algo fue mal mientras se creaba la comunidad", + "Create Community": "Crear Comunidad", + "Community Name": "Nombre de la Comunidad", + "Example": "Ejemplo", + "Community ID": "ID de la Comunidad", + "example": "ejemplo", + "Create": "Crear", + "Advanced options": "Opciones avanzadas", + "Block users on other matrix homeservers from joining this room": "Impedir que usuarios de otros homeservers se unan a esta sala", + "This setting cannot be changed later!": "¡Este ajuste no se puede cambiar más tarde!", + "Failed to indicate account erasure": "Falló la indicación de eliminado de la cuenta", + "This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible.</b>": "Una vez realizada esta acción, la cuenta no será posible utilizarla de forma permanente. No podrá ingresar con ella, y nadie será capaz de volver a registrar el mismo ID de usuario. También abandonará todas las salas en las que participaba,y eliminará los detalles del servidor de identidad. <b>Esta acción es irreversible.</b>", + "Deactivating your account <b>does not by default cause us to forget messages you have sent.</b> If you would like us to forget your messages, please tick the box below.": "La desactivación de su cuenta <b>no supone por defecto que los mensajes enviados se olviden.</b> Si así lo desea, por favor, active la caja de selección inferior.", + "Message visibility in Matrix is similar to email. Our forgetting your messages means that messages you have sent will not be shared with any new or unregistered users, but registered users who already have access to these messages will still have access to their copy.": "La visibilidad de los mensajes en la red es similar al correo electrónico. El olvido de los mismos implica que los mensajes que haya enviado no se compartirán con ningún usuario nuevo o no registrado, pero aquellos usuarios registrados que ya tenían acceso a los mensajes seguirán teniendo acceso a su copia.", + "Please forget all messages I have sent when my account is deactivated (<b>Warning:</b> this will cause future users to see an incomplete view of conversations)": "Por favor, olvide todos los mensajes enviados cuando se desactive mi cuenta. (<b>Advertencia:</b> esto provocará que los usuarios futuros vean conversaciones incompletas)", + "To continue, please enter your password:": "Para continuar, por favor introduzca su contraseña:", + "password": "contraseña", + "To verify that this device can be trusted, please contact its owner using some other means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings for this device matches the key below:": "Para verificar que este dispositivo es de confianza, por favor, contacte con su propietario usando otros medios (e.g. en persona o por llamada telefónica) y pregúnteles si la clave que ven su Configuración de Usuario para este dispositivo concuerda con la inferior:", + "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "Si son la misma, presione el botón inferior de verificar. Si no lo son, entonces alguien más está interceptando este dispositivo y probablemente quiera presionar el botón de lista negra en su lugar.", + "You added a new device '%(displayName)s', which is requesting encryption keys.": "Agregó un dispositivo nuevo '%(displayName)s', el cual está solicitando claves de cifrado.", + "Your unverified device '%(displayName)s' is requesting encryption keys.": "Su dispositivo sin verificar '%(displayName)s' está solicitando claves de cifrado.", + "Loading device info...": "Cargando información del dispositivo...", + "Encryption key request": "Solicitud de clave de cifrado", + "Log out and remove encryption keys?": "¿Cerrar sesión y eliminar claves de cifrado?", + "Clear Storage and Sign Out": "Borrar Almacenamiento y Cerrar Sesión", + "Send Logs": "Enviar Registros", + "Refresh": "Refrescar", + "We encountered an error trying to restore your previous session.": "Encontramos un error al intentar restaurar su sesión anterior.", + "If you have previously used a more recent version of Riot, your session may be incompatible with this version. Close this window and return to the more recent version.": "Si ha usado anteriormente una versión más reciente de Riot, su sesión puede ser incompatible con ésta. Cierre la ventana y vuelva a la versión más reciente.", + "Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Limpiando el almacenamiento del navegador puede arreglar el problema, pero le desconectará y cualquier historial de conversación cifrado se volverá ilegible.", + "User names may only contain letters, numbers, dots, hyphens and underscores.": "Los nombres de usuario solo pueden contener letras, números, puntos, guiones y guiones bajos.", + "Username not available": "Nombre de usuario no disponible", + "An error occurred: %(error_string)s": "Ocurrió un error: %(error_string)s", + "Username available": "Nombre de usuario disponible", + "This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "Este será el nombre de su cuenta en el <span></span> homeserver, o puede elegir un <a>servidor diferente</a>.", + "If you already have a Matrix account you can <a>log in</a> instead.": "Si ya tiene una cuenta de Matrix puede conectarse: <a>log in</a>.", + "Share Room": "Compartir Sala", + "Link to most recent message": "Enlazar a mensaje más reciente", + "Share User": "Compartir Usuario", + "Share Community": "Compartir Comunidad", + "Share Room Message": "Compartir Mensaje de Sala", + "Link to selected message": "Enlazar a mensaje seleccionado", + "COPY": "COPIAR", + "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "Está actualmente poniendo en lista negra dispositivos no verificados; para enviar mensajes a los mismos deber verificarlos.", + "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "Le recomendamos que efectúe el proceso de verificación con cada dispositivo para confirmar que pertenecen a su propietario legítimo, pero si lo prefiere puede reenviar el mensaje sin verificar.", + "\"%(RoomName)s\" contains devices that you haven't seen before.": "\"%(RoomName)s\" contiene dispositivos que no ha visto antes.", + "Unknown devices": "Dispositivos desconocidos", + "Unable to reject invite": "No se pudo rechazar la invitación", + "Share Message": "Compartir mensaje", + "Collapse Reply Thread": "Colapsar Hilo de Respuestas", + "Topic": "Tema", + "Make this room private": "Hacer privada esta sala", + "Share message history with new users": "Compartir historial de mensajes con nuevos usuarios", + "Encrypt room": "Cifrar sala", + "There are no visible files in this room": "No hay archivos visibles en esta sala", + "<h1>HTML for your community's page</h1>\n<p>\n Use the long description to introduce new members to the community, or distribute\n some important <a href=\"foo\">links</a>\n</p>\n<p>\n You can even use 'img' tags\n</p>\n": "HTML para la página de tu comunidad. Usa la descripción larga para su presentación, o distribuir enlaces de interés. Puedes incluso usar etiquetas 'img'\n", + "Add rooms to the community summary": "Agregar salas al resumen de la comunidad", + "Which rooms would you like to add to this summary?": "¿Cuáles salas desea agregar a este resumen?", + "Add to summary": "Agregar a resumen", + "Failed to add the following rooms to the summary of %(groupId)s:": "Falló la agregación de las salas siguientes al resumen de %(groupId)s:", + "Add a Room": "Agregar una Sala", + "Failed to remove the room from the summary of %(groupId)s": "Falló la eliminación de la sala del resumen de %(groupId)s", + "The room '%(roomName)s' could not be removed from the summary.": "La sala '%(roomName)s' no se pudo eliminar del resumen.", + "Add users to the community summary": "Agregar usuario al resumen de la comunidad", + "Who would you like to add to this summary?": "¿A quién le gustaría agregar a este resumen?", + "Failed to add the following users to the summary of %(groupId)s:": "Falló la adición de los usuarios siguientes al resumen de %(groupId)s:", + "Add a User": "Agregar un usuario", + "Failed to remove a user from the summary of %(groupId)s": "Falló la eliminación de un usuario del resumen de %(groupId)s", + "The user '%(displayName)s' could not be removed from the summary.": "No se pudo eliminar al usuario '%(displayName)s' del resumen.", + "Failed to upload image": "No se pudo cargar la imagen", + "Failed to update community": "Falló la actualización de la comunidad", + "Unable to accept invite": "No se pudo aceptar la invitación", + "Unable to join community": "No se pudo unir a comunidad", + "Leave Community": "Salir de la Comunidad", + "Leave %(groupName)s?": "¿Salir de %(groupName)s?", + "Unable to leave community": "No se pudo abandonar la comunidad", + "Community Settings": "Ajustes de Comunidad", + "Changes made to your community <bold1>name</bold1> and <bold2>avatar</bold2> might not be seen by other users for up to 30 minutes.": "Las modificaciones realizadas al <bold1>nombre</bold1> y <bold2>avatar</bold2> de la comunidad pueden no mostrarse a otros usuarios hasta dentro de 30 minutos.", + "These rooms are displayed to community members on the community page. Community members can join the rooms by clicking on them.": "Estas salas se muestran a los miembros de la comunidad en la página de la misma. Los miembros pueden unirse a las salas pulsando sobre ellas.", + "Featured Rooms:": "Salas destacadas:", + "Featured Users:": "Usuarios destacados:", + "%(inviter)s has invited you to join this community": "%(inviter)s te invitó a unirte a esta comunidad", + "Join this community": "Unirse a esta comunidad", + "Leave this community": "Salir de esta comunidad", + "You are an administrator of this community": "Usted es un administrador de esta comunidad", + "You are a member of this community": "Usted es un miembro de esta comunidad", + "Who can join this community?": "¿Quién puede unirse a esta comunidad?", + "Everyone": "Todo el mundo", + "Your community hasn't got a Long Description, a HTML page to show to community members.<br />Click here to open settings and give it one!": "Su comunidad no tiene una descripción larga, una página HTML para mostrar a sus miembros.<br />Pulse aquí para abrir los ajustes y definirla", + "Long Description (HTML)": "Descripción Larga (HTML)", + "Description": "Descripción", + "Community %(groupId)s not found": "No se encontraron %(groupId)s de la comunidad", + "This Home server does not support communities": "Este Servidor Doméstico no soporta comunidades", + "Failed to load %(groupId)s": "Falló la carga de %(groupId)s", + "This room is not public. You will not be able to rejoin without an invite.": "Esta sala no es pública. No podrá volver a unirse sin una invitación.", + "Can't leave Server Notices room": "No puede abandonar la sala Avisos del Servidor", + "This room is used for important messages from the Homeserver, so you cannot leave it.": "La sala se usa para mensajes importantes del Homeserver, así que no puede abandonarla.", + "Terms and Conditions": "Términos y condiciones", + "To continue using the %(homeserverDomain)s homeserver you must review and agree to our terms and conditions.": "Para continuar usando el homeserver %(homeserverDomain)s debe revisar y estar de acuerdo con nuestros términos y condiciones.", + "Review terms and conditions": "Revisar términos y condiciones", + "Old cryptography data detected": "Se detectó información criptográfica antigua", + "Data from an older version of Riot has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.": "Se detectó una versión más antigua de Riot. Esto habrá provocado que la criptografía de extremo a extremo funcione incorrectamente en la versión más antigua. Los mensajes cifrados de extremo a extremo intercambiados recientemente mientras usaba la versión más antigua puede que no sean descifrables con esta versión. Esto también puede hacer que fallen con la más reciente. Si experimenta problemas, desconecte y vuelva a ingresar. Para conservar el historial de mensajes, exporte y vuelva a importar sus claves.", + "Your Communities": "Sus Comunidades", + "Did you know: you can use communities to filter your Riot.im experience!": "Sabía que: puede usar comunidades para filtrar su experiencia con Riot.im", + "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "Para configurar un filtro, arrastre un avatar de comunidad sobre el panel de filtro en la parte izquierda de la pantalla. Puede pulsar sobre un avatar en el panel de filtro en cualquier momento para ver solo las salas y personas asociadas con esa comunidad.", + "Error whilst fetching joined communities": "Se produjo un error al recuperar las comunidades suscritas", + "Create a new community": "Crear una comunidad nueva", + "Create a community to group together users and rooms! Build a custom homepage to mark out your space in the Matrix universe.": "Crear una comunidad para agrupar usuarios y salas. Construye una página de inicio personalizada para destacarla.", + "<showDevicesText>Show devices</showDevicesText>, <sendAnywayText>send anyway</sendAnywayText> or <cancelText>cancel</cancelText>.": "<showDevicesText>Mostrar dispositivos</showDevicesText>, <sendAnywayText>enviar de todos modos</sendAnywayText> o <cancelText>cancelar</cancelText>.", + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "No puede enviar ningún mensaje hasta que revise y esté de acuerdo con <consentLink>nuestros términos y condiciones</consentLink>.", + "%(count)s of your messages have not been sent.|one": "No se envió su mensaje.", + "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|other": "<resendText>Reenviar todo</resendText> o <cancelText>cancelar todo</cancelText> ahora. También puede seleccionar mensajes sueltos o reenviar o cancelar.", + "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|one": "<resendText>Reenviar mensaje</resendText> o <cancelText>cancelar mensaje</cancelText> ahora.", + "Connectivity to the server has been lost.": "Se perdió la conexión con el servidor.", + "Sent messages will be stored until your connection has returned.": "Los mensajes enviados se almacenarán hasta que vuelva su conexión.", + "Active call": "Llamada activa", + "There's no one else here! Would you like to <inviteText>invite others</inviteText> or <nowarnText>stop warning about the empty room</nowarnText>?": "¡No hay nadie aquí! ¿Le gustaría <inviteText>invitar a otros</inviteText> o <nowarnText>dejar de avisar de la sala vacía</nowarnText>?", + "Room": "Sala", + "Clear filter": "Borrar filtro", + "Light theme": "Tema claro", + "Dark theme": "Tema oscuro", + "Status.im theme": "Tema Status.im", + "Autocomplete Delay (ms):": "Retraso del completado automático (en ms):", + "Ignored Users": "Usuarios ignorados", + "Debug Logs Submission": "Envío de registros para depuración", + "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Si ha envíado un error a GitHub, estos registros pueden ayudar a localizar el problema. Contienen información de uso de la aplicación, incluido el nombre de usuario, IDs o alias de las salas o grupos visitados y los nombres de otros usuarios. No contienen mensajes.", + "Riot collects anonymous analytics to allow us to improve the application.": "El programa recopila estadísticas de forma anónima para mejorarlo.", + "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "La privacidad es importante, por lo que no se recopila información personal o identificable en las estadísticas.", + "Learn more about how we use analytics.": "Más información sobre el uso de las estadísticas.", + "Updates": "Actualizaciones", + "Check for update": "Comprobar actualizaciones", + "Desktop specific": "Específico del escritorio", + "Start automatically after system login": "Iniciar automáticamente después de ingresar en el sistema", + "No Audio Outputs detected": "No se detectaron Salidas de Sonido", + "Audio Output": "Salida de Sonido", + "An email has been sent to %(emailAddress)s. Once you've followed the link it contains, click below.": "Se envió un correo electrónico a %(emailAddress)s. Una vez hayas seguido el enlace que contiene, haz clic a continuación.", + "Please note you are logging into the %(hs)s server, not matrix.org.": "Por favor, tenga en cuenta que está ingresando en el servidor %(hs)s, no en matrix.org.", + "This homeserver doesn't offer any login flows which are supported by this client.": "Este homeserver no ofrece flujos de ingreso soportados por este cliente.", + "Try the app first": "Probar primero la app", + "Sign in to get started": "Ingresar para comenzar", + "Set a display name:": "Ajuste un nombre en pantalla:", + "Upload an avatar:": "Subir un avatar:", + "This server does not support authentication with a phone number.": "Este servidor no soporta autenticación mediante número de teléfono.", + "Missing password.": "Falta la contraseña.", + "Passwords don't match.": "Las contraseñas no coinciden.", + "Password too short (min %(MIN_PASSWORD_LENGTH)s).": "Contraseña demasiado corta (mínimo %(MIN_PASSWORD_LENGTH)s).", + "This doesn't look like a valid email address.": "Esto no parece ser una dirección de correo electrónico válida.", + "This doesn't look like a valid phone number.": "Esto no parece ser un número telefónico válido.", + "An unknown error occurred.": "Ocurrió un error desconocido.", + "I already have an account": "Ya tengo una cuenta", + "Notify the whole room": "Notificar a toda la sala", + "Room Notification": "Notificación de Salas", + "This process allows you to export the keys for messages you have received in encrypted rooms to a local file. You will then be able to import the file into another Matrix client in the future, so that client will also be able to decrypt these messages.": "Este proceso le permite exportar las claves para los mensajes que haya recibido en salas cifradas a un fichero local. Entonces podrá importar el fichero en otro cliente de Matrix en el futuro, de modo que dicho cliente será capaz de descifrar dichos mensajes.", + "The exported file will allow anyone who can read it to decrypt any encrypted messages that you can see, so you should be careful to keep it secure. To help with this, you should enter a passphrase below, which will be used to encrypt the exported data. It will only be possible to import the data by using the same passphrase.": "El fichero exportado permitirá a cualquiera que pueda leerlo la tarea de descifrar todo mensaje cifrado que usted pueda ver, así que debe ser cuidadoso en mantenerlo seguro. Para ayudarle, debería introducir una contraseña debajo, la cual usará para cifrar la información exportada. Sólo será posible importar dicha información usando la misma contraseña.", + "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "Este proceso permite importar claves de cifrado que había exportado previamente desde otro cliente de Matrix. Entonces será capaz de descifrar todos los mensajes que el otro cliente así hacía.", + "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "El fichero de exportación se protegerá con una contraseña. Debería introducir aquí la contraseña para descifrar el fichero.", + "Internal room ID: ": "ID interno de la sala: ", + "Room version number: ": "Número de versión de la sala: ", + "There is a known vulnerability affecting this room.": "Hay una vulnerabilidad conocida que afecta a esta sala.", + "This room version is vulnerable to malicious modification of room state.": "La versión de esta sala es vulnerable a la modificación maliciosa de su estado.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Pulse aquí para actualizar a la última versión de la sala y garantizar que se protege su integridad.", + "Only room administrators will see this warning": "Sólo los administradores de la sala verán esta advertencia", + "Please <a>contact your service administrator</a> to continue using the service.": "Por favor <a>contacte con su administrador del servicio</a> para continuar usándolo.", + "This homeserver has hit its Monthly Active User limit.": "Este servidor doméstico ha alcanzado su límite de Usuarios Activos Mensual.", + "This homeserver has exceeded one of its resource limits.": "Este servidor doméstico ha superado uno de sus límites de recursos.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Por favor, <a>contacte con su administrador del servicio</a> para incrementar este límite.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Este servidor doméstico ha alcanzado su límite de Usuarios Activos Mensual por lo que <b>algunos usuarios no podrán ingresar</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Este servidor doméstico ha excedido uno de sus límites de recursos por lo que <b>algunos usuarios no podrán ingresar</b>.", + "Upgrade Room Version": "Actualizar Versión de la Sala", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "La actualización esta sala requiere cerrar la instancia actual de la misma y crear una nueva en su lugar. Para ofrecer a los miembros de la sala la mejor experiencia posible, haremos:", + "Create a new room with the same name, description and avatar": "Crear una sala nueva con el mismo nombre, descripción y avatar", + "Update any local room aliases to point to the new room": "Actualizar los alias locales de la sala para que apunten a la nueva", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Impedir a los usuarios que conversen en la versión antigua de la sala, y publicar un mensaje aconsejándoles que se muden a la nueva", + "Put a link back to the old room at the start of the new room so people can see old messages": "Poner un enlace de retorno a la sala antigua al principio de la nueva de modo que se puedan ver los mensajes viejos", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Su mensaje no se pudo enviar porque el servidor doméstico ha alcanzado el Límite Mensual de Usuarios Activos. Por favor <a>contacte con su administrador del servicio</a> para continuar usando el servicio.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Su mensaje no se envió porque este servidor doméstico ha excedido un límite de recursos. Por favor <a>contacte con su administrador del servicio</a> para continuar usando el servicio.", + "Please <a>contact your service administrator</a> to continue using this service.": "Por favor <a>contacte con su administrador del servicio</a> para continuar usando este servicio.", + "Increase performance by only loading room members on first view": "Incrementar el rendimiento cargando sólo los miembros de la sala en la primera vista", + "Lazy loading members not supported": "No se admite la carga diferida de miembros", + "Lazy loading is not supported by your current homeserver.": "La carga lenta no está soportada por su servidor doméstico actual.", + "System Alerts": "Alertas de Sistema", + "Forces the current outbound group session in an encrypted room to be discarded": "Obliga a que la sesión de salida grupal actual en una sala cifrada se descarte", + "Error Discarding Session": "Error al Descartar la Sesión", + "Sorry, your homeserver is too old to participate in this room.": "Lo sentimos, tu servidor doméstico es demasiado antiguo para participar en esta sala.", + "Please contact your homeserver administrator.": "Por favor contacta al administrador de tu servidor doméstico.", + "This room has been replaced and is no longer active.": "Esta sala ha sido reemplazada y ya no está activa.", + "The conversation continues here.": "La conversación continúa aquí.", + "Upgrade room to version %(ver)s": "Actualiza la sala a la versión %(ver)s", + "This room is a continuation of another conversation.": "Esta sala es la continuación de otra conversación.", + "Click here to see older messages.": "Haz clic aquí para ver mensajes más antiguos.", + "Failed to upgrade room": "No se pudo actualizar la sala", + "The room upgrade could not be completed": "La actualización de la sala no pudo ser completada", + "Upgrade this room to version %(version)s": "Actualiza esta sala a la versión %(version)s", + "Legal": "Legal" } diff --git a/src/i18n/strings/eu.json b/src/i18n/strings/eu.json index 9277b0b0be..888cf66e62 100644 --- a/src/i18n/strings/eu.json +++ b/src/i18n/strings/eu.json @@ -1209,5 +1209,62 @@ "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Ezin duzu mezurik bidali <consentLink>gure termino eta baldintzak</consentLink> irakurri eta onartu arte.", "Show empty room list headings": "Erakutsi gela hutsen zerrenda-goiburuak", "Demote yourself?": "Jaitsi zure burua mailaz?", - "Demote": "Jaitzi mailaz" + "Demote": "Jaitzi mailaz", + "A conference call could not be started because the intgrations server is not available": "Ezin izan da konferentzia dei bat hasi integrazio zerbitzaria ez dagoelako eskuragarri", + "A call is currently being placed!": "Dei bat ezartzen ari da orain!", + "Permission Required": "Baimena beharrezkoa", + "You do not have permission to start a conference call in this room": "Ez duzu baimenik konferentzia dei bat hasteko gela honetan", + "This event could not be displayed": "Ezin izan da gertakari hau bistaratu", + "deleted": "ezabatuta", + "underlined": "azpimarratuta", + "inline-code": "lineako kodea", + "block-quote": "aipamen blokea", + "bulleted-list": "buletdun zerrenda", + "numbered-list": "zenbakidun zerrenda", + "Failed to remove widget": "Huts egin du trepeta kentzean", + "An error ocurred whilst trying to remove the widget from the room": "Trepeta gelatik kentzen saiatzean errore bat gertatu da", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Hasiera zerbitzari honek bere hilabeteko erabiltzaile aktiboen muga jo du. Jarri kontaktuan zerbitzuaren administratzailearekin zerbitzua erabiltzen jarraitzeko.", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Zure mezua ez da bidali hasiera zerbitzari honek bere hilabeteko erabiltzaile aktiboen muga jo duelako. Jarri kontaktuan zerbitzuaren administratzailearekin zerbitzua erabiltzen jarraitzeko.", + "This homeserver has hit its Monthly Active User limit": "Hasiera zerbitzari honek bere hilabeteko erabiltzaile aktiboen muga jo du", + "Please contact your service administrator to continue using this service.": "Jarri kontaktuan zerbitzuaren administratzailearekin zerbitzua erabiltzen jarraitzeko.", + "System Alerts": "Sistemaren alertak", + "Internal room ID: ": "Gelaren barne IDa: ", + "Room version number: ": "Gelaren bertsio zenbakia: ", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "Hasiera zerbitzari honek hileko erabiltzaile aktiboen muga jo du. <a>Jarri zerbitzuaren administratzailearekin kontaktuan</a> zerbitzua erabiltzen jarraitzeko.", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "Hasiera zerbitzari honek hileko erabiltzaile aktiboen muga jo du eta ezin izango duzu saioa hasi. <a>Jarri zerbitzuaren administratzailearekin kontaktuan</a> muga hau handitu dezan.", + "Sorry, your homeserver is too old to participate in this room.": "Zure hasiera-zerbitzaria zaharregia da gela honetan parte hartzeko.", + "Please contact your homeserver administrator.": "Jarri zure hasiera-zerbitzariaren administratzailearekin kontaktuan.", + "Increase performance by only loading room members on first view": "Hobetu errendimendua gelako kideak lehen ikustaldian besterik ez kargatuz", + "This room has been replaced and is no longer active.": "Gela hau ordeztu da eta ez dago aktibo jada.", + "The conversation continues here.": "Elkarrizketak hemen darrai.", + "Upgrade room to version %(ver)s": "Eguneratu gela %(ver)s bertsiora", + "There is a known vulnerability affecting this room.": "Gela honi eragiten dion ahulezia ezagun bat dago.", + "This room version is vulnerable to malicious modification of room state.": "Gela bertsio honek gelaren egoera gaiztoki aldatzea baimentzen duen ahulezia bat du.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Sakatu hemen gela azken bertsiora eguneratzeko eta gelaren osotasuna babestuta dagoela egiaztatzeko.", + "Only room administrators will see this warning": "Gelaren administratzaileek besterik ez dute abisu hau ikusiko", + "This room is a continuation of another conversation.": "Gela hau aurreko elkarrizketa baten jarraipena da.", + "Click here to see older messages.": "Egin klik hemen mezu zaharrak ikusteko.", + "Please <a>contact your service administrator</a> to continue using the service.": "<a>Jarri kontaktuan zerbitzuaren administratzailearekin</a> zerbitzu hau erabiltzen jarraitzeko.", + "This homeserver has hit its Monthly Active User limit.": "Hasiera zerbitzari honek bere hilabeteko erabiltzaile aktiboen muga gainditu du.", + "This homeserver has exceeded one of its resource limits.": "Hasiera zerbitzari honek bere baliabide mugetako bat gainditu du.", + "Please <a>contact your service administrator</a> to get this limit increased.": "<a>Jarri kontaktuan zerbitzuaren administratzailearekin</a> muga hau areagotzeko.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Hasiera zerbitzari honek hilabeteko erabiltzaile aktiboen muga jo du <b>erabiltzaile batzuk ezin izango dute saioa hasi</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Hasiera zerbitzari honek bere baliabide mugetako bat jo du <b>erabiltzaile batzuk ezin izango dute saioa hasi</b>.", + "Failed to upgrade room": "Huts egin du gela eguneratzea", + "The room upgrade could not be completed": "Ezin izan da gelaren eguneraketa osatu", + "Upgrade this room to version %(version)s": "Eguneratu gela hau %(version)s bertsiora", + "Upgrade Room Version": "Eguneratu gelaren bertsioa", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Gela hau eguneratzeak instantzian uneko gela itxi eta berri bat sortzea dakar. Erabiltzaileei ahalik eta esperientzia onena emateko hau egingo dugu:", + "Create a new room with the same name, description and avatar": "Izen, deskripzio eta abatar bereko beste gela bat sortu", + "Update any local room aliases to point to the new room": "Tokiko gelaren ezizen guztiak gela berrira apuntatu ditzaten eguneratu", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Erabiltzaileei gelaren bertsio zaharrean hitz egiten jarraitzea eragotzi, eta erabiltzaileei gela berrira mugitzea aholkatzeko mezu bat bidali", + "Put a link back to the old room at the start of the new room so people can see old messages": "Gela berriaren hasieran gela zaharrera esteka bat jarri jendeak mezu zaharrak ikus ditzan", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Zure mezua ez da bidali zure hasiera zerbitzariak hilabeteko erabiltzaile aktiboen muga jo duelako. <a>Jarri kontaktuan zerbitzuaren administratzailearekin</a> zerbitzua erabiltzen jarraitzeko.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Zure mezua ez da bidali zure hasiera zerbitzariak baliabide mugaren bat jo duelako. <a>Jarri kontaktuan zerbitzuaren administratzailearekin</a> zerbitzua erabiltzen jarraitzeko.", + "Lazy loading members not supported": "Kideen karga alferrerako euskarririk ez", + "Lazy loading is not supported by your current homeserver.": "Zure hasiera zerbitzariak ez du onartzen karga alferra.", + "Legal": "Legezkoa", + "Please <a>contact your service administrator</a> to continue using this service.": "<a>Jarri kontaktuan zerbitzuaren administratzailearekin</a> zerbitzu hau erabiltzen jarraitzeko.", + "Forces the current outbound group session in an encrypted room to be discarded": "Uneko irteerako talde saioa zifratutako gela batean baztertzera behartzen du", + "Error Discarding Session": "Errorea saioa baztertzean" } diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json index 854422297f..9d950f2ef1 100644 --- a/src/i18n/strings/fr.json +++ b/src/i18n/strings/fr.json @@ -1087,7 +1087,7 @@ "Downloading update...": "Mise à jour en cours de téléchargement...", "State Key": "Clé d'état", "Failed to send custom event.": "Échec de l'envoi de l'événement personnalisé.", - "What's new?": "Nouveautés ?", + "What's new?": "Nouveautés", "Notify me for anything else": "Me notifier pour tout le reste", "View Source": "Voir la source", "Can't update user notification settings": "Impossible de mettre à jour les paramètres de notification de l'utilisateur", @@ -1158,7 +1158,7 @@ "Unable to reply": "Impossible de répondre", "At this time it is not possible to reply with an emote.": "Pour le moment il n'est pas possible de répondre avec un émoji.", "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Impossible de charger l'événement auquel il a été répondu, soit il n'existe pas, soit vous n'avez pas l'autorisation de le voir.", - "Collapse Reply Thread": "Dévoiler le fil de réponse", + "Collapse Reply Thread": "Masquer le fil de réponse", "Enable widget screenshots on supported widgets": "Activer les captures d'écran des widgets pris en charge", "Send analytics data": "Envoyer les données analytiques", "Muted Users": "Utilisateurs ignorés", @@ -1222,5 +1222,52 @@ "You do not have permission to start a conference call in this room": "Vous n'avez pas la permission de lancer un appel en téléconférence dans ce salon", "A call is currently being placed!": "Un appel est en cours !", "Failed to remove widget": "Échec de la suppression du widget", - "An error ocurred whilst trying to remove the widget from the room": "Une erreur est survenue lors de la suppression du widget du salon" + "An error ocurred whilst trying to remove the widget from the room": "Une erreur est survenue lors de la suppression du widget du salon", + "This homeserver has hit its Monthly Active User limit": "Ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs", + "Please contact your service administrator to continue using this service.": "Veuillez contacter l'administrateur de votre service pour continuer à l'utiliser.", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Votre message n'a pas été envoyé car ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs. Veuillez contacter l'administrateur de votre service pour continuer à l'utiliser.", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs. Veuillez contacter l'administrateur de votre service pour continuer à l'utiliser.", + "System Alerts": "Alertes système", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "Ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs. Veuillez <a>contacter l'administrateur de votre service</a> pour continuer à l'utiliser.", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "Ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs donc certains utilisateurs ne pourront pas se connecter. Veuillez <a>contacter l'administrateur de votre service</a> pour augmenter cette limite.", + "Internal room ID: ": "Identifiant interne du salon : ", + "Room version number: ": "Numéro de version du salon : ", + "There is a known vulnerability affecting this room.": "Ce salon est touché par une faille de sécurité connue.", + "This room version is vulnerable to malicious modification of room state.": "Ce salon est vulnérable à la modification malveillante de l'état du salon.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Cliquer ici pour mettre le salon à niveau vers la dernière version et s'assurer que l'intégrité du salon est protégée.", + "Only room administrators will see this warning": "Seuls les administrateurs du salon verront cet avertissement", + "Please <a>contact your service administrator</a> to continue using the service.": "Veuillez <a>contacter l'administrateur de votre service</a> pour continuer à l'utiliser.", + "This homeserver has hit its Monthly Active User limit.": "Ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs.", + "This homeserver has exceeded one of its resource limits.": "Ce serveur d'accueil a dépassé une de ses limites de ressources.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Veuillez <a>contacter l'administrateur de votre service</a> pour augmenter cette limite.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Ce serveur d'accueil a atteint sa limite mensuelle d'utilisateurs actifs donc <b>certains utilisateurs ne pourront pas se connecter</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Ce serveur d'accueil a atteint une de ses limites de ressources donc <b>certains utilisateurs ne pourront pas se connecter</b>.", + "Upgrade Room Version": "Mettre à niveau la version du salon", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "La mise à niveau de ce salon nécessite la clôture de l'instance en cours du salon et la création d'un nouveau salon à la place. Pour donner la meilleure expérience possible aux participants, nous allons :", + "Create a new room with the same name, description and avatar": "Créer un salon avec le même nom, la même description et le même avatar", + "Update any local room aliases to point to the new room": "Mettre à jour tous les alias du salon locaux pour qu'ils dirigent vers le nouveau salon", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Empêcher les utilisateurs de discuter dans l'ancienne version du salon et envoyer un message conseillant aux nouveaux utilisateurs d'aller dans le nouveau salon", + "Put a link back to the old room at the start of the new room so people can see old messages": "Fournir un lien vers l'ancien salon au début du nouveau salon pour que l'on puisse voir les vieux messages", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Votre message n'a pas été envoyé car le serveur d'accueil a atteint sa limite mensuelle d'utilisateurs. Veuillez <a>contacter l'administrateur de votre service</a> pour continuer à l'utiliser.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Votre message n'a pas été envoyé car ce serveur d'accueil a dépassé une de ses limites de ressources. Veuillez <a>contacter l'administrateur de votre service</a> pour continuer à l'utiliser.", + "Please <a>contact your service administrator</a> to continue using this service.": "Veuillez <a>contacter l'administrateur de votre service</a> pour continuer à l'utiliser.", + "Increase performance by only loading room members on first view": "Améliorer les performances en ne chargeant les participants des salons qu'au premier affichage", + "Lazy loading members not supported": "La chargement différé des participants n'est pas pris en charge", + "Lazy loading is not supported by your current homeserver.": "Le chargement différé n'est pas pris en charge par votre serveur d'accueil actuel.", + "Sorry, your homeserver is too old to participate in this room.": "Désolé, votre serveur d'accueil est trop vieux pour participer à ce salon.", + "Please contact your homeserver administrator.": "Veuillez contacter l'administrateur de votre serveur d'accueil.", + "Legal": "Légal", + "This room has been replaced and is no longer active.": "Ce salon a été remplacé et n'est plus actif.", + "The conversation continues here.": "La discussion continue ici.", + "Upgrade room to version %(ver)s": "Mettre à niveau le salon vers la version %(ver)s", + "This room is a continuation of another conversation.": "Ce salon est la suite d'une autre discussion.", + "Click here to see older messages.": "Cliquer ici pour voir les vieux messages.", + "Failed to upgrade room": "Échec de la mise à niveau du salon", + "The room upgrade could not be completed": "La mise à niveau du salon n'a pas pu être effectuée", + "Upgrade this room to version %(version)s": "Mettre à niveau ce salon vers la version %(version)s", + "Forces the current outbound group session in an encrypted room to be discarded": "Force la session de groupe sortante actuelle dans un salon chiffré à être rejetée", + "Error Discarding Session": "Erreur lors du rejet de la session", + "Registration Required": "Enregistrement nécessaire", + "You need to register to do this. Would you like to register now?": "Vous devez vous enregistrer pour faire cela. Voulez-vous créer un compte maintenant ?", + "Unable to query for supported registration methods": "Impossible de demander les méthodes d'enregistrement prises en charge" } diff --git a/src/i18n/strings/gl.json b/src/i18n/strings/gl.json index 41ab6a54d0..932ca95ca9 100644 --- a/src/i18n/strings/gl.json +++ b/src/i18n/strings/gl.json @@ -1219,5 +1219,26 @@ "The user name field must not be blank.": "O campo de nome de usuario non pode quedar en branco.", "The phone number field must not be blank.": "O número de teléfono non pode quedar en branco.", "The password field must not be blank.": "O campo do contrasinal non pode quedar en branco.", - "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Non vai poder enviar mensaxes ata que revise e acepte <consentLink>os nosos termos e condicións</consentLink>." + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Non vai poder enviar mensaxes ata que revise e acepte <consentLink>os nosos termos e condicións</consentLink>.", + "A call is currently being placed!": "Xa se estableceu a chamada!", + "Sorry, your homeserver is too old to participate in this room.": "Lametámolo, o seu servidor de inicio é vello de máis para participar en esta sala.", + "Please contact your homeserver administrator.": "Por favor, contacte coa administración do seu servidor.", + "Increase performance by only loading room members on first view": "Aumente o rendemento cargando só membros da sala na vista inicial", + "System Alerts": "Alertas do Sistema", + "Internal room ID: ": "ID interno da sala: ", + "Room version number: ": "Número de versión da sala: ", + "Please <a>contact your service administrator</a> to continue using the service.": "Por favor <a>contacte coa administración do servizo</a> para seguir utilizando o servizo.", + "This homeserver has hit its Monthly Active User limit.": "Este servidor acadou o límite mensual de usuarias activas.", + "This homeserver has exceeded one of its resource limits.": "Este servidor excedeu un dos seus límites de recursos.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Por favor <a>contacte coa administración do servizo</a> para incrementar este límite.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Este servidor acadou o Límite Mensual de usuarias activas polo que <b>algunhas usuarias non poderán conectar</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Este servidor excedeu un dos límites de recursos polo que <b>algunhas usuarias no poderán conectar</b>.", + "Failed to remove widget": "Fallo ao eliminar o widget", + "An error ocurred whilst trying to remove the widget from the room": "Algo fallou mentras se intentaba eliminar o widget da sala", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "A súa mensaxe non foi enviada porque este servidor acadou o Límite Mensual de Usuaria Activa. Por favor <a>contacte coa administración do servizo</a> para continuar utilizando o servizo.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "A súa mensaxe non foi enviada porque o servidor superou o límite de recursos. Por favor <a>contacte coa administración do servizo</a> para continuar utilizando o servizo.", + "Lazy loading members not supported": "A cargar preguiceira de membros non está soportada", + "Lazy loading is not supported by your current homeserver.": "A carga preguiceira non está soportada polo servidor actual.", + "Legal": "Legal", + "Please <a>contact your service administrator</a> to continue using this service.": "Por favor <a>contacte coa administración do servizo</a> para continuar utilizando o servizo." } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index 9c8be3fe15..a88dc6cc28 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -71,8 +71,8 @@ "Blacklisted": "Fekete listára téve", "Bulk Options": "Tömeges beállítások", "Call Timeout": "Hívás időtúllépés", - "Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.": "Nem lehet kapcsolódni a saját szerverhez - ellenőrizd a kapcsolatot, biztosítsd, hogy a <a>saját szerver tanúsítványa</a> hiteles legyen, és a böngésző kiterjesztések ne blokkolják a kéréseket.", - "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or <a>enable unsafe scripts</a>.": "Nem lehet csatlakozni a saját szerverhez HTTP-n keresztül ha HTTPS van a böngésző címsorában. Vagy használj HTTPS-t vagy <a>engedélyezd a nem biztonságos script-et</a>.", + "Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.": "Nem lehet kapcsolódni a Matrix szerverhez - ellenőrizd a kapcsolatot, biztosítsd, hogy a <a>Matrix szerver tanúsítványa</a> hiteles legyen, és a böngésző kiterjesztések ne blokkolják a kéréseket.", + "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or <a>enable unsafe scripts</a>.": "Nem lehet csatlakozni a Matrix szerverhez HTTP-n keresztül ha HTTPS van a böngésző címsorában. Vagy használj HTTPS-t vagy <a>engedélyezd a nem biztonságos script-et</a>.", "Can't load user settings": "A felhasználói beállítások nem tölthetők be", "Change Password": "Jelszó megváltoztatása", "%(senderName)s changed their profile picture.": "%(senderName)s megváltoztatta a profil képét.", @@ -156,7 +156,7 @@ "Enter Code": "Kód megadása", "Enter passphrase": "Jelmondat megadása", "Error decrypting attachment": "Csatolmány visszafejtése sikertelen", - "Error: Problem communicating with the given homeserver.": "Hiba: Probléma van az saját szerverrel való kommunikációval.", + "Error: Problem communicating with the given homeserver.": "Hiba: Probléma van a Matrix szerverrel való kommunikációval.", "Event information": "Esemény információ", "Existing Call": "Hívás folyamatban", "Export": "Mentés", @@ -191,14 +191,14 @@ "For security, this session has been signed out. Please sign in again.": "A biztonság érdekében ez a kapcsolat le lesz bontva. Légy szíves jelentkezz be újra.", "For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping.": "A biztonság érdekében a kilépéskor a ponttól pontig való (E2E) titkosításhoz szükséges kulcsok törlésre kerülnek a böngészőből. Ha a régi üzeneteket továbbra is el szeretnéd olvasni, kérlek mentsed ki a szobákhoz tartozó kulcsot.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s : %(fromPowerLevel)s -> %(toPowerLevel)s", - "Guest access is disabled on this Home Server.": "Vendég belépés tiltva van a Saját szerveren.", + "Guest access is disabled on this Home Server.": "Vendég belépés tiltva van a Matrix szerveren.", "Guests cannot join this room even if explicitly invited.": "Vendégek akkor sem csatlakozhatnak ehhez a szobához ha külön meghívók kaptak.", "Hangup": "Megszakít", "Hide read receipts": "Olvasási visszajelzés elrejtése", "Hide Text Formatting Toolbar": "Szövegformázási menü elrejtése", "Historical": "Archív", "Home": "Kezdőlap", - "Homeserver is": "Saját szerver:", + "Homeserver is": "Matrix szerver:", "Identity Server is": "Azonosítási szerver:", "I have verified my email address": "Ellenőriztem az e-mail címemet", "Import": "Betöltés", @@ -359,10 +359,10 @@ "The email address linked to your account must be entered.": "A fiókodhoz kötött e-mail címet add meg.", "Press <StartChatButton> to start a chat with someone": "Nyomd meg a <StartChatButton> gombot ha szeretnél csevegni valakivel", "Privacy warning": "Adatvédelmi figyelmeztetés", - "The file '%(fileName)s' exceeds this home server's size limit for uploads": "'%(fileName)s' fájl túllépte a Saját szerverben beállított feltöltési méret határt", + "The file '%(fileName)s' exceeds this home server's size limit for uploads": "'%(fileName)s' fájl túllépte a Matrix szerverben beállított feltöltési méret határt", "The file '%(fileName)s' failed to upload": "'%(fileName)s' fájl feltöltése sikertelen", "The remote side failed to pick up": "A hívott fél nem vette fel", - "This Home Server does not support login using email address.": "A Saját szerver nem támogatja a belépést e-mail címmel.", + "This Home Server does not support login using email address.": "A Matrix szerver nem támogatja a belépést e-mail címmel.", "This invitation was sent to an email address which is not associated with this account:": "A meghívó olyan e-mail címre lett küldve ami nincs összekötve ezzel a fiókkal:", "This room has no local addresses": "Ennek a szobának nincs helyi címe", "This room is not recognised.": "Ez a szoba nem ismerős.", @@ -461,7 +461,7 @@ "You need to be able to invite users to do that.": "Hogy ezt csinálhasd meg kell tudnod hívni felhasználókat.", "You need to be logged in.": "Be kell jelentkezz.", "You need to enter a user name.": "Be kell írnod a felhasználói nevet.", - "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Ez az e-mail cím, úgy néz ki, nincs összekötve a Matrix azonosítóval ezen a saját szerveren.", + "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Ez az e-mail cím, úgy néz ki, nincs összekötve a Matrix azonosítóval ezen a Matrix szerveren.", "Your password has been reset": "A jelszavad visszaállítottuk", "Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them": "A jelszavadat sikeresen megváltoztattuk. Nem kapsz \"push\" értesítéseket amíg a többi eszközön vissza nem jelentkezel", "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "A címről amire a meghívót elküldtük nem állapítható meg, hogy a fiókoddal összeköttetésben áll-e.", @@ -469,7 +469,7 @@ "You seem to be uploading files, are you sure you want to quit?": "Úgy tűnik fájlokat töltesz fel, biztosan kilépsz?", "You should not yet trust it to secure data": "Még ne bízz meg a titkosításban", "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Nem leszel képes visszavonni ezt a változtatást mivel a felhasználót ugyanarra a szintre emeled amin te vagy.", - "Your home server does not support device management.": "A Saját szervered nem támogatja az eszközök kezelését.", + "Your home server does not support device management.": "A Matrix szervered nem támogatja az eszközök kezelését.", "Sun": "Vas", "Mon": "Hé", "Tue": "K", @@ -564,7 +564,7 @@ "Verify...": "Ellenőrzés...", "ex. @bob:example.com": "pl.: @bob:example.com", "Add User": "Felhasználó hozzáadás", - "This Home Server would like to make sure you are not a robot": "A Saját szerver meg szeretne győződni arról, hogy nem vagy robot", + "This Home Server would like to make sure you are not a robot": "A Matrix szerver meg szeretne győződni arról, hogy nem vagy robot", "Sign in with CAS": "Belépés CAS-sal", "Please check your email to continue registration.": "Ellenőrizd az e-mailedet a regisztráció folytatásához.", "Token incorrect": "Helytelen token", @@ -572,7 +572,7 @@ "You are registering with %(SelectedTeamName)s": "%(SelectedTeamName)s névvel regisztrálsz", "Default server": "Alapértelmezett szerver", "Custom server": "Egyedi szerver", - "Home server URL": "Saját szerver URL", + "Home server URL": "Matrix szerver URL", "Identity server URL": "Azonosítási szerver URL", "What does this mean?": "Ez mit jelent?", "Error decrypting audio": "Hiba a hang visszafejtésénél", @@ -614,12 +614,12 @@ "If you have previously used a more recent version of Riot, your session may be incompatible with this version. Close this window and return to the more recent version.": "Ha egy újabb Riot verziót használtál valószínűleg ez kapcsolat nem lesz kompatibilis vele. Zárd be az ablakot és térj vissza az újabb verzióhoz.", "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "Jelenleg fekete listára teszel minden ismeretlen eszközt. Ha üzenetet szeretnél küldeni ezekre az eszközökre először ellenőrizned kell őket.", "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "Azt javasoljuk, hogy menj végig ellenőrző folyamaton minden eszköznél, hogy meg megerősítsd minden eszköz a jogos tulajdonosához tartozik, de újraküldheted az üzenetet ellenőrzés nélkül, ha úgy szeretnéd.", - "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "Használhatod az Otthoni szerver opciót, hogy más Matrix szerverre csatlakozz Saját szerver URL megadásával.", - "This allows you to use this app with an existing Matrix account on a different home server.": "Ezzel használhatod ezt az alkalmazást a meglévő Matrix fiókoddal és másik Saját szerveren.", + "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "Használhatod az Matrix szerver opciót, hogy más Matrix szerverre csatlakozz Matrix szerver URL megadásával.", + "This allows you to use this app with an existing Matrix account on a different home server.": "Ezzel használhatod ezt az alkalmazást a meglévő Matrix fiókoddal és másik Matrix szerveren.", "You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "Beállíthatsz egy egyedi azonosító szervert is de ez tulajdonképpen meggátolja az együttműködést e-mail címmel azonosított felhasználókkal.", "If you don't specify an email address, you won't be able to reset your password. Are you sure?": "Ha nem állítasz be e-mail címet nem fogod tudni a jelszavadat alaphelyzetbe állítani. Biztos vagy benne?", "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Azonosítás céljából egy harmadik félhez leszel irányítva (%(integrationsUrl)s). Folytatod?", - "This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "Ez lesz a felhasználói neved a <span></span> saját szerveren, vagy választhatsz egy <a>másik szervert</a>.", + "This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "Ez lesz a felhasználói neved a <span></span> Matrix szerveren, vagy választhatsz egy <a>másik szervert</a>.", "Disable Peer-to-Peer for 1:1 calls": "Közvetlen kapcsolat tiltása az 1:1 hívásoknál", "To return to your account in future you need to set a password": "Ahhoz hogy később visszatérj a fiókodba be kell állítanod egy jelszót", "Skip": "Kihagy", @@ -777,7 +777,7 @@ "Long Description (HTML)": "Hosszú leírás (HTML)", "Community Settings": "Közösségi beállítások", "Community %(groupId)s not found": "%(groupId)s közösség nem található", - "This Home server does not support communities": "Ez a saját szerver nem támogatja a közösségeket", + "This Home server does not support communities": "Ez a Matrix szerver nem támogatja a közösségeket", "Error whilst fetching joined communities": "Hiba a csatlakozott közösségek betöltésénél", "Create a new community": "Új közösség létrehozása", "example": "példa", @@ -913,7 +913,7 @@ "Flair will not appear": "Jelvények nem jelennek meg", "Something went wrong when trying to get your communities.": "Valami nem sikerült a közösségeid elérésénél.", "Display your community flair in rooms configured to show it.": "Közösségi jelvényeid megjelenítése azokban a szobákban ahol ez engedélyezett.", - "This homeserver doesn't offer any login flows which are supported by this client.": "Ez a saját szerver egyetlen bejelentkezési metódust sem támogat amit ez a kliens ismer.", + "This homeserver doesn't offer any login flows which are supported by this client.": "Ez a Matrix szerver egyetlen bejelentkezési metódust sem támogat amit ez a kliens ismer.", "Addresses": "Címek", "collapse": "becsuk", "expand": "kinyit", @@ -948,7 +948,7 @@ "Your language of choice": "A használt nyelv", "Which officially provided instance you are using, if any": "Milyen hivatalosan nyújtott verziót használsz", "Whether or not you're using the Richtext mode of the Rich Text Editor": "Használod-e a Richtext módot a szerkesztőben vagy nem", - "Your homeserver's URL": "Az egyedi szerver URL-t", + "Your homeserver's URL": "A Matrix szerver URL-t", "Your identity server's URL": "Az azonosítási szerver URL-t", "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(fullYear)s. %(monthName)s %(day)s, %(weekDayName)s", "This room is not public. You will not be able to rejoin without an invite.": "Ez a szoba nem nyilvános. Kilépés után csak újabb meghívóval tudsz újra belépni a szobába.", @@ -1019,7 +1019,7 @@ "You cannot delete this image. (%(code)s)": "Nem törölheted ezt a képet. (%(code)s)", "Cancel Sending": "Küldés megszakítása", "This Room": "Ebben a szobában", - "The Home Server may be too old to support third party networks": "Lehet, hogy a saját szerver túl régi és nem támogatja a csatlakozást más hálózatokhoz", + "The Home Server may be too old to support third party networks": "Lehet, hogy a Matrix szerver túl régi és nem támogatja a csatlakozást más hálózatokhoz", "Resend": "Küldés újra", "Room not found": "A szoba nem található", "Messages containing my display name": "A profilnevemet tartalmazó üzenetek", @@ -1041,7 +1041,7 @@ "Members": "Résztvevők", "No update available.": "Nincs elérhető frissítés.", "Noisy": "Hangos", - "Failed to get protocol list from Home Server": "Nem sikerült a protokoll listát lekérni a saját szerverről", + "Failed to get protocol list from Home Server": "Nem sikerült a protokoll listát lekérni a Matrix szerverről", "Collecting app version information": "Alkalmazás verzió információk összegyűjtése", "Delete the room alias %(alias)s and remove %(name)s from the directory?": "Törlöd a szoba nevét (%(alias)s) és eltávolítod a listából ezt: %(name)s?", "This will allow you to return to your account after signing out, and sign in on other devices.": "Így kijelentkezés után is vissza tudsz lépni a fiókodba, illetve más készülékekről is be tudsz lépni.", @@ -1222,5 +1222,52 @@ "You do not have permission to start a conference call in this room": "Nincs jogosultságod konferencia hívást kezdeményezni ebben a szobában", "A call is currently being placed!": "A hívás indítás alatt!", "Failed to remove widget": "A kisalkalmazás törlése sikertelen", - "An error ocurred whilst trying to remove the widget from the room": "A kisalkalmazás szobából való törlése közben hiba történt" + "An error ocurred whilst trying to remove the widget from the room": "A kisalkalmazás szobából való törlése közben hiba történt", + "System Alerts": "Rendszer figyelmeztetések", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Ez a matrix szerver elérte a havi aktív felhasználói korlátot. Kérlek vedd fel a kapcsolatot a szolgáltatás adminisztrátorával ha a továbbiakban is igénybe szeretnéd venni a szolgáltatást.", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Az üzeneted nem lett elküldve mert a Matrix szerver elérte a havi aktív felhasználói korlátot. Kérlek vedd fel a kapcsolatot a szolgáltatás adminisztrátorával ha a továbbiakban is igénybe szeretnéd venni a szolgáltatást.", + "This homeserver has hit its Monthly Active User limit": "Ez a Matrix szerver elérte a havi aktív felhasználói korlátot", + "Please contact your service administrator to continue using this service.": "Kérlek vedd fel a kapcsolatot a szolgáltatás adminisztrátorával ha a továbbiakban is igénybe szeretnéd venni a szolgáltatást.", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "Ez a Matrix szerver elérte a havi aktív felhasználói korlátot. Kérlek <a>vedd fel a kapcsolatot a szolgáltatás adminisztrátorával</a> a szolgáltatás további használatához.", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "Ez a Matrix szerver elérte a havi aktív felhasználói korlátot, így néhány felhasználó nem fog tudni bejelentkezni. Kérlek <a>vedd fel a kapcsolatot a szolgáltatás adminisztrátorával</a>, hogy a korlátot felemeljék.", + "Internal room ID: ": "Belső szoba azonosító: ", + "Room version number: ": "Szoba verziószáma: ", + "There is a known vulnerability affecting this room.": "Ez a szoba ismert sérülékenységgel rendelkezik.", + "This room version is vulnerable to malicious modification of room state.": "A szoba ezen verziójában a szoba állapota ártó szándékkal módosítható.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Kattints ide a szoba legújabb verziójára való frissítéshez, hogy a szoba integritása védve legyen.", + "Only room administrators will see this warning": "Csak a szoba adminisztrátorai látják ezt a figyelmeztetést", + "Please <a>contact your service administrator</a> to continue using the service.": "A szolgáltatás további használata érdekében kérlek <a>vedd fel a kapcsolatot a szolgáltatás adminisztrátorával</a>.", + "This homeserver has hit its Monthly Active User limit.": "A Matrix szerver elérte a havi aktív felhasználói korlátot.", + "This homeserver has exceeded one of its resource limits.": "A Matrix szerver túllépte valamelyik erőforrás korlátját.", + "Please <a>contact your service administrator</a> to get this limit increased.": "A korlát emelése érdekében kérlek <a>vedd fel a kapcsolatot a szolgáltatás adminisztrátorával</a>.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Ez a Matrix szerver elérte a havi aktív felhasználói korlátját <b>néhány felhasználó nem fog tudni bejelentkezni</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Ez a Matrix szerver túllépte valamelyik erőforrás korlátját így <b>néhány felhasználó nem tud majd bejelentkezni</b>.", + "Upgrade Room Version": "Szoba verziójának frissítése", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "A szoba frissítése miatt ezt a szobát be kell zárni és egy új szobát kell nyitni a helyében. Hogy a felhasználóknak ne legyen rossz tapasztalata ezért ezt fogjuk tenni:", + "Create a new room with the same name, description and avatar": "Készíts egy új szobát ugyanazzal a névvel, leírással és profilképpel", + "Update any local room aliases to point to the new room": "Állíts át minden helyi alternatív nevet erre a szobára", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "A felhasználóknak tiltsd meg, hogy a régi szobában beszélgessenek. Küldj egy üzenetet amiben megkéred a felhasználókat, hogy menjenek át az új szobába", + "Put a link back to the old room at the start of the new room so people can see old messages": "Tegyél egy linket az új szoba elejére ami visszamutat a régi szobára, hogy az emberek lássák a régi üzeneteket", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Az üzeneted nincs elküldve, mert ez a Matrix szerver elérte a havi aktív felhasználói korlátot. A szolgáltatás további igénybevétele végett kérlek <a>vedd fel a kapcsolatot a szolgáltatás adminisztrátorával</a>.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Az üzeneted nem került elküldésre mert ez a Matrix szerver túllépte valamelyik erőforrás korlátját. A szolgáltatás további igénybevétele végett kérlek <a>vedd fel a kapcsolatot a szolgáltatás adminisztrátorával</a>.", + "Please <a>contact your service administrator</a> to continue using this service.": "A szolgáltatás további használatához kérlek <a>vedd fel a kapcsolatot a szolgáltatás adminisztrátorával</a>.", + "Increase performance by only loading room members on first view": "A teljesítmény növelése érdekében a szoba tagsága csak az első megtekintéskor töltődik be", + "Lazy loading members not supported": "A tagok késleltetett betöltése nem támogatott", + "Lazy loading is not supported by your current homeserver.": "A késleltetett betöltés nem támogatott ennél a Matrix szervernél.", + "Sorry, your homeserver is too old to participate in this room.": "Sajnáljuk, a Matrix szervered nem elég friss ahhoz, hogy részt vegyen ebben a szobában.", + "Please contact your homeserver administrator.": "Kérlek vedd fel a kapcsolatot a Matrix szerver adminisztrátorával.", + "Legal": "Jogi", + "This room has been replaced and is no longer active.": "Ezt a szobát lecseréltük és nem aktív többé.", + "The conversation continues here.": "A beszélgetés itt folytatódik.", + "Upgrade room to version %(ver)s": "A szoba frissítése %(ver)s verzióra", + "This room is a continuation of another conversation.": "Ebben a szobában folytatódik egy másik beszélgetés.", + "Click here to see older messages.": "Ide kattintva megnézheted a régi üzeneteket.", + "Failed to upgrade room": "A szoba frissítése sikertelen", + "The room upgrade could not be completed": "A szoba frissítését nem sikerült befejezni", + "Upgrade this room to version %(version)s": "A szoba frissítése %(version)s verzióra", + "Error Discarding Session": "Hiba a munkamenet törlésénél", + "Forces the current outbound group session in an encrypted room to be discarded": "A jelenlegi csoport munkamenet törlését kikényszeríti a titkosított szobában", + "Registration Required": "Regisztrációt igényel", + "You need to register to do this. Would you like to register now?": "Hogy ezt megtedd regisztrálnod kell. Szeretnél regisztrálni?", + "Unable to query for supported registration methods": "A támogatott regisztrációs folyamatok listáját nem sikerült lekérdezni" } diff --git a/src/i18n/strings/id.json b/src/i18n/strings/id.json index 86605c1d41..0c6ee2afe7 100644 --- a/src/i18n/strings/id.json +++ b/src/i18n/strings/id.json @@ -151,7 +151,7 @@ "Access Token:": "Token Akses:", "Active call (%(roomName)s)": "Panggilan aktif (%(roomName)s)", "Admin": "Admin", - "Admin Tools": "Alat admin", + "Admin Tools": "Peralatan Admin", "VoIP": "VoIP", "Missing Media Permissions, click here to request.": "Tidak ada Izin Media, klik disini untuk meminta.", "No Webcams detected": "Tidak ada Webcam terdeteksi", diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 5ded20b727..919d6794eb 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -14,7 +14,7 @@ "Close": "Chiudi", "Create new room": "Crea una nuova stanza", "Custom Server Options": "Opzioni Server Personalizzate", - "Dismiss": "Scarta", + "Dismiss": "Chiudi", "Error": "Errore", "Favourite": "Preferito", "OK": "OK", @@ -1111,7 +1111,7 @@ "Messages in group chats": "Messaggi nelle chat di gruppo", "Yesterday": "Ieri", "Error encountered (%(errorDetail)s).": "Errore riscontrato (%(errorDetail)s).", - "Login": "Entra", + "Login": "Accedi", "Low Priority": "Priorità bassa", "What's New": "Novità", "Set Password": "Imposta Password", @@ -1219,5 +1219,51 @@ "The user name field must not be blank.": "Il campo nome utente non deve essere vuoto.", "The phone number field must not be blank.": "Il campo telefono non deve essere vuoto.", "The password field must not be blank.": "Il campo passwordl non deve essere vuoto.", - "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Non è possibile inviare alcun messaggio fino a quando non si esaminano e si accettano <consentLink> i nostri termini e condizioni </ permissionLink>." + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Non è possibile inviare alcun messaggio fino a quando non si esaminano e si accettano <consentLink> i nostri termini e condizioni </ permissionLink>.", + "A call is currently being placed!": "Attualmente è in corso una chiamata!", + "System Alerts": "Avvisi di sistema", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "L'homeserver ha raggiunto il suo limite di utenti attivi mensili. <a>Contatta l'amministratore del servizio</a> per continuare ad usarlo.", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "Questo homeserver ha raggiunto il suo limite di utenti attivi mensili, perciò alcuni utenti non potranno accedere. <a>Contatta l'amministratore del servizio</a> per fare aumentare questo limite.", + "Failed to remove widget": "Rimozione del widget fallita", + "An error ocurred whilst trying to remove the widget from the room": "Si è verificato un errore tentando di rimuovere il widget dalla stanza", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Il tuo messaggio non è stato inviato perchè questo homeserver ha raggiunto il suo limite di utenti attivi mensili. Contatta l'amministratore del servizio per continuare ad usarlo.", + "This homeserver has hit its Monthly Active User limit": "Questo homeserver ha raggiunto il suo limite di utenti attivi mensili", + "Please contact your service administrator to continue using this service.": "Contatta l'amministratore del servizio per continuare ad usarlo.", + "Internal room ID: ": "ID interno della stanza: ", + "Room version number: ": "Numero di versione della stanza: ", + "There is a known vulnerability affecting this room.": "C'è una vulnerabilità nota che affligge questa stanza.", + "This room version is vulnerable to malicious modification of room state.": "La versione di questa stanza è vulnerabile a modifiche malevole dello stato della stanza.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Clicca qui per aggiornare all'ultima versione ed assicurare che l'integrità della stanza sia protetta.", + "Only room administrators will see this warning": "Solo gli amministratori della stanza vedranno questo avviso", + "Please <a>contact your service administrator</a> to continue using the service.": "<a>Contatta l'amministratore del servizio</a> per continuare ad usarlo.", + "This homeserver has hit its Monthly Active User limit.": "Questo homeserver ha raggiunto il suo limite di utenti attivi mensili.", + "This homeserver has exceeded one of its resource limits.": "Questo homeserver ha oltrepassato uno dei suoi limiti di risorse.", + "Please <a>contact your service administrator</a> to get this limit increased.": "<a>Contatta l'amministratore del servizio</a> per fare aumentare questo limite.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Questo homeserver ha raggiunto il suo limite di utenti attivi mensili, perciò <b>alcuni utenti non potranno accedere</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Questo homeserver ha oltrepassato uno dei suoi limiti di risorse, perciò <b>alcuni utenti non potranno accedere</b>.", + "Upgrade Room Version": "Aggiorna versione stanza", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "L'aggiornamento di questa stanza richiede la chiusura dell'istanza attuale e la creazione di una nuova stanza al suo posto. Per offrire la migliore esperienza possibile ai membri della stanza, noi:", + "Create a new room with the same name, description and avatar": "Creeremo una nuova stanza con lo stesso nome, descrizione e avatar", + "Update any local room aliases to point to the new room": "Aggiorneremo qualsiasi alias di stanza in modo che punti a quella nuova", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Eviteremo che gli utenti parlino nella vecchia versione della stanza e posteremo un messaggio avvisando gli utenti di spostarsi in quella nuova", + "Put a link back to the old room at the start of the new room so people can see old messages": "Inseriremo un link alla vecchia stanza all'inizio della di quella nuova in modo che la gente possa vedere i messaggi precedenti", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Il tuo messaggio non è stato inviato perchè questo homeserver ha raggiunto il suo limite di utenti attivi mensili. <a>Contatta l'amministratore del servizio</a> per continuare ad usarlo.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Il tuo messaggio non è stato inviato perchè questo homeserver ha oltrepassato un limite di risorse. <a>Contatta l'amministratore del servizio</a> per continuare ad usarlo.", + "Please <a>contact your service administrator</a> to continue using this service.": "<a>Contatta l'amministratore del servizio</a> per continuare ad usarlo.", + "Increase performance by only loading room members on first view": "Aumenta le prestazioni caricando solo i membri della stanza alla prima occhiata", + "Sorry, your homeserver is too old to participate in this room.": "Spiacenti, il tuo homeserver è troppo vecchio per partecipare a questa stanza.", + "Please contact your homeserver administrator.": "Contatta l'amministratore del tuo homeserver.", + "Lazy loading members not supported": "Il caricamento lento dei membri non è supportato", + "Lazy loading is not supported by your current homeserver.": "Il caricamento lento non è supportato dal tuo attuale homeserver.", + "Legal": "Informazioni legali", + "Forces the current outbound group session in an encrypted room to be discarded": "Forza l'eliminazione dell'attuale sessione di gruppo in uscita in una stanza criptata", + "Error Discarding Session": "Errore nell'eliminazione della sessione", + "This room has been replaced and is no longer active.": "Questa stanza è stata sostituita e non è più attiva.", + "The conversation continues here.": "La conversazione continua qui.", + "Upgrade room to version %(ver)s": "Aggiorna la stanza alla versione %(ver)s", + "This room is a continuation of another conversation.": "Questa stanza è la continuazione di un'altra conversazione.", + "Click here to see older messages.": "Clicca qui per vedere i messaggi precedenti.", + "Failed to upgrade room": "Aggiornamento stanza fallito", + "The room upgrade could not be completed": "Non è stato possibile completare l'aggiornamento della stanza", + "Upgrade this room to version %(version)s": "Aggiorna questa stanza alla versione %(version)s" } diff --git a/src/i18n/strings/ka.json b/src/i18n/strings/ka.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/src/i18n/strings/ka.json @@ -0,0 +1 @@ +{} diff --git a/src/i18n/strings/ko.json b/src/i18n/strings/ko.json index 1be837261b..cad2a0b441 100644 --- a/src/i18n/strings/ko.json +++ b/src/i18n/strings/ko.json @@ -5,14 +5,14 @@ "Custom Server Options": "사용자 지정 서버 설정", "Dismiss": "없애기", "Error": "오류", - "Mute": "알림 끄기", + "Mute": "음소거", "Notifications": "알림", - "powered by Matrix": "Matrix의 지원을 받고 있어요", - "Remove": "삭제", + "powered by Matrix": "Matrix의 지원을 받고 있습니다", + "Remove": "제거", "Room directory": "방 목록", "Search": "찾기", "Settings": "설정", - "Start chat": "이야기하기", + "Start chat": "대화하기", "unknown error code": "알 수 없는 오류 코드", "OK": "네", "Continue": "게속하기", @@ -24,20 +24,20 @@ "Admin": "관리자", "Admin Tools": "관리 도구", "VoIP": "VoIP", - "No Microphones detected": "마이크를 찾지 못했어요", - "No Webcams detected": "카메라를 찾지 못했어요", - "No media permissions": "미디어 권한이 없어요", + "No Microphones detected": "마이크를 찾지 못했습니다.", + "No Webcams detected": "카메라를 찾지 못했습니다.", + "No media permissions": "미디어 권한이 없습니다.", "Default Device": "기본 기기", "Microphone": "마이크", "Camera": "카메라", "Advanced": "고급", "Algorithm": "알고리즘", - "Hide removed messages": "삭제된 메시지 숨기기", + "Hide removed messages": "제거된 메시지 숨기기", "Always show message timestamps": "항상 메시지의 시간을 보여주기", "Authentication": "인증", "Alias (optional)": "별명 (선택)", "A new password must be entered.": "새 비밀번호를 입력해주세요.", - "An error has occurred.": "오류가 일어났어요.", + "An error has occurred.": "오류가 일어났습니다.", "Anyone": "누구나", "Are you sure?": "정말이세요?", "Are you sure you want to leave the room '%(roomName)s'?": "정말로 '%(roomName)s'를 떠나시겠어요?", @@ -46,8 +46,8 @@ "Autoplay GIFs and videos": "GIF와 동영상을 자동으로 재생하기", "Ban": "차단하기", "Banned users": "차단된 사용자", - "Blacklisted": "요주의", - "Can't load user settings": "사용사 설정을 불러올 수 없어요", + "Blacklisted": "블랙리스트에 올려짐", + "Can't load user settings": "사용사 설정을 불러올 수 없습니다.", "Change Password": "비밀번호 바꾸기", "Changes your display nickname": "별명 바꾸기", "Clear Cache and Reload": "캐시 지우고 다시 시작하기", @@ -59,25 +59,25 @@ "Custom": "사용자 지정", "Device ID": "기기 ID", "Default": "기본", - "Device already verified!": "기기를 이미 확인했어요!", + "Device already verified!": "이미 인증한 기기입니다!", "device id: ": "기기 id: ", "Devices": "기기", - "Direct chats": "직접 여러 명에게 이야기하기", + "Direct chats": "직접 대화하기", "Disable Notifications": "알림 끄기", "Display name": "별명", "Don't send typing notifications": "입력 중이라는 알림 보내지 않기", "Email": "이메일", "Email address": "이메일 주소", "Email, name or matrix ID": "이메일, 이름 혹은 매트릭스 ID", - "Failed to forget room %(errCode)s": "방 %(errCode)s를 잊지 못했어요", + "Failed to forget room %(errCode)s": "%(errCode)s 방을 지우지 못했습니다.", "Favourite": "즐겨찾기", "Operation failed": "작업 실패", - "Failed to change password. Is your password correct?": "비밀번호를 바꾸지 못했어요. 이 비밀번호가 정말 맞으세요?", - "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "+%(msisdn)s로 문자 메시지를 보냈어요. 인증 번호를 입력해주세요", - "%(targetName)s accepted an invitation.": "%(targetName)s님이 초대를 수락했어요.", + "Failed to change password. Is your password correct?": "비밀번호를 바꾸지 못했습니다. 이 비밀번호가 맞나요?", + "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "+%(msisdn)s로 문자 메시지를 보냈습니다. 인증 번호를 입력해주세요.", + "%(targetName)s accepted an invitation.": "%(targetName)s님이 초대를 수락했습니다.", "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s님이 %(displayName)s 초대를 수락했습니다.", "Access Token:": "접근 토큰:", - "Active call (%(roomName)s)": "(%(roomName)s)에서 전화를 걸고 받을 수 있어요", + "Active call (%(roomName)s)": "(%(roomName)s)에서 전화를 걸고 받을 수 있습니다.", "Add a topic": "주제 추가", "Missing Media Permissions, click here to request.": "미디어 권한이 없습니다. 여기를 눌러 다시 요청해주세요.", "You may need to manually permit Riot to access your microphone/webcam": "수동으로 Riot에 마이크와 카메라를 허용할 수도 있습니다", @@ -93,33 +93,33 @@ "Bans user with given id": "받은 ID로 사용자 차단하기", "Bulk Options": "대규모 설정", "Call Timeout": "전화 대기 시간 초과", - "Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.": "홈 서버에 연결할 수 없어요 - 연결을 확인해주시고, <a>홈 서버의 SSL 인증서</a>가 믿을 수 있는지 확인하시고, 브라우저 확장기능이 요청을 차단하고 있는지 확인해주세요.", - "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or <a>enable unsafe scripts</a>.": "주소창에 HTTPS URL이 있을 때는 HTTP로 홈 서버를 연결할 수 없어요. HTTPS를 쓰거나 <a>안전하지 않은 스크립트를 허용해주세요</a>.", + "Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.": "홈 서버에 연결할 수 없으니 연결을 확인하고, <a>홈 서버의 SSL 인증서</a>가 믿을 수 있는지 확인하고, 브라우저 확장기능이 요청을 차단하고 있는지 확인해 주세요.", + "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or <a>enable unsafe scripts</a>.": "주소창에 HTTPS URL이 있을 때는 HTTP로 홈 서버를 연결할 수 없습니다. HTTPS를 쓰거나 <a>안전하지 않은 스크립트를 허용해주세요</a>.", "%(senderName)s changed their profile picture.": "%(senderName)s님이 프로필 사진을 바꿨습니다.", "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s님이 %(powerLevelDiffText)s의 권한 등급을 바꿨습니다.", "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s님이 방 이름을 %(roomName)s(으)로 바꿨습니다.", - "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s님이 방 이름을 삭제했습니다.", + "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s님이 방 이름을 제거했습니다.", "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s님이 주제를 \"%(topic)s\"로 바꿨습니다.", "Changes to who can read history will only apply to future messages in this room": "이제부터의 메시지에만 이 방에서 누가 기록을 읽을 수 있는지에 대한 변경 내역이 적용됩니다", - "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "비밀번호를 바꾸면 현재 모든 기기의 종단간 암호화 키가 다시 설정되고, 먼저 방의 키를 내보내고 나중에 다시 불러오지 않는 한, 암호화한 이야기 기록을 읽을 수 없게 되어요. 앞으로는 이 부분은 발전할 겁니다.", + "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "비밀번호를 바꾸면 현재 모든 기기의 종단 간 암호화 키가 다시 설정되고, 먼저 방의 키를 내보내고 나중에 다시 불러오지 않는 한, 암호화한 대화 기록을 읽을 수 없게 됩니다. 이 부분은 향상시키겠습니다.", "Claimed Ed25519 fingerprint key": "Ed25519 지문 키가 필요", "<a>Click here</a> to join the discussion!": "<a>여기</a>를 눌러서 같이 논의해요!", "Click here to fix": "해결하려면 여기를 누르세요", - "Click to mute audio": "소리를 끄려면 누르세요", - "Click to mute video": "동영상 소리를 끄려면 누르세요", + "Click to mute audio": "음소거하려면 누르세요", + "Click to mute video": "동영상을 음소거하려면 누르세요", "click to reveal": "누르면 나타나요", - "Click to unmute video": "동영상 소리를 켜려면 누르세요", - "Click to unmute audio": "소리를 켜려면 누르세요", + "Click to unmute video": "동영상 음소거를 끄려면 누르세요", + "Click to unmute audio": "음소거를 끄려면 누르세요", "Command error": "명령 오류", "Commands": "명령", - "Conference call failed.": "전화 회의를 실패했어요.", - "Conference calling is in development and may not be reliable.": "전화 회의는 개발 중이며 신뢰하기 힘들 수 있습니다.", + "Conference call failed.": "전화 회의를 실패했습니다.", + "Conference calling is in development and may not be reliable.": "전화 회의는 개발 중이고, 따라서 신뢰하기 힘들 수 있습니다.", "Conference calls are not supported in encrypted rooms": "암호화된 방에서는 전화 회의가 지원되지 않습니다", "Conference calls are not supported in this client": "이 클라이언트에서는 전화 회의가 지원되지 않습니다", - "Could not connect to the integration server": "통합 서버에 연결할 수 없어요", + "Could not connect to the integration server": "통합 서버에 연결할 수 없습니다.", "%(count)s new messages|one": "%(count)s 새 메시지", "%(count)s new messages|other": "%(count)s 새 메시지", - "Create a new chat or reuse an existing one": "새 이야기를 시작하거나 기존에 하던 이야기를 이어하세요", + "Create a new chat or reuse an existing one": "새 대화를 시작하거나 전에 하던 대화를 계속하세요.", "Cryptography": "암호화", "Current password": "현재 비밀번호", "Curve25519 identity key": "Curve25519 신원 키", @@ -133,81 +133,81 @@ "Delete": "지우기", "Deops user with given id": "받은 ID로 사용자의 등급을 낮추기", "Device ID:": "기기 ID:", - "Device key:": "기기 키:", - "Devices will not yet be able to decrypt history from before they joined the room": "방에 들어가기 전에는 기기에서 기록을 해독할 수 없어요", + "Device key:": "기기 열쇠:", + "Devices will not yet be able to decrypt history from before they joined the room": "아직 방에 들어가기 전의 기록은 복호화 하지 못 합니다", "Disinvite": "초대 취소", "Displays action": "활동 보이기", "Download %(text)s": "%(text)s 받기", "Drop File Here": "여기에 파일을 놓아주세요", - "Drop here to tag %(section)s": "%(section)s 지정하려면 여기에 놓아주세요", + "Drop here to tag %(section)s": "%(section)s를(을) 태그하려면 여기에 놓아주세요.", "Ed25519 fingerprint": "Ed25519 지문", "Email address (optional)": "이메일 주소 (선택)", "Emoji": "이모지", - "Enable encryption": "암호화 켜기", - "Enable Notifications": "알림 켜기", - "Encrypted by a verified device": "인증한 기기로 암호화했어요", - "Encrypted by an unverified device": "인증하지 않은 기기로 암호화했어요", - "Encrypted messages will not be visible on clients that do not yet implement encryption": "암호화한 메시지는 아직 암호화를 구현하지 않은 클라이언트에서는 볼 수 없어요", + "Enable encryption": "암호화 사용하기", + "Enable Notifications": "알림 사용하기", + "Encrypted by a verified device": "인증된 기기에서 암호화 됐습니다.", + "Encrypted by an unverified device": "인증하지 않은 기기에서 암호화 됐습니다.", + "Encrypted messages will not be visible on clients that do not yet implement encryption": "암호화 한 메시지는 아직 암호화를 구현하지 않은 클라이언트에서는 볼 수 없습니다.", "Encrypted room": "암호화한 방", - "Encryption is enabled in this room": "이 방은 암호화중이에요", - "Encryption is not enabled in this room": "이 방은 암호화하고 있지 않아요", + "Encryption is enabled in this room": "이 방에서는 암호화 사용 중입니다.", + "Encryption is not enabled in this room": "이 방에서는 암호화를 사용하고 있지 않습니다.", "%(senderName)s ended the call.": "%(senderName)s님이 전화를 끊었습니다.", "End-to-end encryption information": "종단간 암호화 정보", - "End-to-end encryption is in beta and may not be reliable": "종단간 암호화는 시험중이며 믿을 수 없어요", + "End-to-end encryption is in beta and may not be reliable": "종단 간 암호화는 베타 테스트 중이며 신뢰하기 힘들 수 있습니다.", "Enter Code": "코드를 입력하세요", "Enter passphrase": "암호를 입력하세요", - "Error decrypting attachment": "첨부 파일 해독중 문제가 일어났어요", - "Error: Problem communicating with the given homeserver.": "오류: 지정한 홈 서버와 통신에 문제가 있어요.", - "Event information": "사건 정보", + "Error decrypting attachment": "첨부 파일 해독중 문제가 일어났습니다", + "Error: Problem communicating with the given homeserver.": "오류: 지정한 홈 서버와 통신에 문제가 있습니다.", + "Event information": "이벤트 정보", "Existing Call": "기존 전화", "Export": "내보내기", - "Export E2E room keys": "종단간 암호화 방 키 내보내기", + "Export E2E room keys": "종단 간 암호화 방 열쇠 내보내기", "Failed to ban user": "사용자를 차단하지 못했습니다", - "Failed to change power level": "권한 등급을 바꾸지 못했어요", - "Failed to fetch avatar URL": "아바타 URL을 불러오지 못했어요", + "Failed to change power level": "권한 등급을 바꾸지 못했습니다", + "Failed to fetch avatar URL": "아바타 URL을 불러오지 못했습니다.", "Failed to join room": "방에 들어가지 못했습니다", - "Failed to kick": "내쫓지 못했어요", + "Failed to kick": "추방하지 못했습니다.", "Failed to leave room": "방을 떠나지 못했습니다", - "Failed to load timeline position": "타임라인 위치를 불러오지 못했어요", - "Failed to mute user": "사용자의 알림을 끄지 못했어요", - "Failed to reject invite": "초대를 거절하지 못했어요", - "Failed to reject invitation": "초대를 거절하지 못했어요", - "Failed to save settings": "설정을 저장하지 못했어요", - "Failed to send email": "이메일을 보내지 못했어요", - "Failed to send request.": "요청을 보내지 못했어요.", - "Failed to set avatar.": "아바타를 설정하지 못했어요.", + "Failed to load timeline position": "타임라인 위치를 불러오지 못했습니다.", + "Failed to mute user": "사용자를 음소거하지 못했습니다.", + "Failed to reject invite": "초대를 거절하지 못했습니다.", + "Failed to reject invitation": "초대를 거절하지 못했습니다", + "Failed to save settings": "설정을 저장하지 못했습니다.", + "Failed to send email": "이메일을 보내지 못했습니다.", + "Failed to send request.": "요청을 보내지 못했습니다.", + "Failed to set avatar.": "아바타를 설정하지 못했습니다.", "Failed to set display name": "별명을 설정하지 못했습니다", - "Failed to set up conference call": "전화 회의를 시작하지 못했어요", - "Failed to toggle moderator status": "조정자 상태를 설정하지 못했어요", - "Failed to unban": "차단을 해제하지 못했습니다", - "Failed to upload file": "파일을 올리지 못했어요", + "Failed to set up conference call": "전화 회의를 시작하지 못했습니다.", + "Failed to toggle moderator status": "조정자 상태를 설정하지 못했습니다", + "Failed to unban": "차단을 해제하지 못했습니다.", + "Failed to upload file": "파일을 올리지 못했습니다.", "Failed to upload profile picture!": "프로필 사진을 올리지 못했어요!", "Failed to verify email address: make sure you clicked the link in the email": "이메일 주소를 인증하지 못했습니다. 메일에 나온 주소를 눌렀는지 확인해 보세요", "Failure to create room": "방을 만들지 못했습니다", "Favourites": "즐겨찾기", "Fill screen": "화면 채우기", "Filter room members": "방 구성원 찾기", - "Forget room": "방 잊기", + "Forget room": "방 지우기", "Forgot your password?": "비밀번호를 잊어버리셨어요?", - "For security, this session has been signed out. Please sign in again.": "보안을 위해서, 이 세션에서 로그아웃했어요. 다시 로그인해주세요.", - "For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping.": "보안을 위해서, 로그아웃하면 이 브라우저에서 모든 종단간 암호화 키를 없앨 거에요. 이후 라이엇에서 이야기를 해독하고 싶으시면, 방 키를 내보내서 안전하게 보관하세요.", + "For security, this session has been signed out. Please sign in again.": "안전을 위해서 이 세션에서 로그아웃했습니다. 다시 로그인해주세요.", + "For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping.": "로그아웃하시면 보안을 위해 이 브라우저에 저장된 모든 종단 간 암호화 열쇠가 삭제됩니다. 다음에 Riot을 사용할 때 대화 기록을 복호화할 수 있길 원한다면, 방 열쇠를 내보내서 안전하게 보관하세요.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s를 %(fromPowerLevel)s에서 %(toPowerLevel)s로", - "Guest access is disabled on this Home Server.": "손님은 이 홈 서버에 접근하실 수 없어요.", - "Guests cannot join this room even if explicitly invited.": "손님은 분명하게 초대받았어도 이 방에 들어가실 수 없어요.", + "Guest access is disabled on this Home Server.": "이 홈 서버는 손님으로서 접근하실 수 없습니다.", + "Guests cannot join this room even if explicitly invited.": "명시적으로 초대 받은 손님이라도 이 방에는 들어가실 수 없습니다.", "Hangup": "전화 끊기", "Hide read receipts": "읽음 확인 표시 숨기기", "Hide Text Formatting Toolbar": "문자 서식 도구 숨기기", - "Historical": "보관", + "Historical": "보관한 방", "Home": "홈", "Homeserver is": "홈 서버:", "Identity Server is": "ID 서버:", - "I have verified my email address": "제 이메일 주소를 확인했어요", + "I have verified my email address": "제 이메일 주소를 확인했습니다.", "Import": "불러오기", - "Import E2E room keys": "종단간 암호화 방 키 불러오기", + "Import E2E room keys": "종단 간 암호화 방 키 불러오기", "Import room keys": "방 키 불러오기", - "Incoming call from %(name)s": "%(name)s님이 전화를 걸어왔어요", - "Incoming video call from %(name)s": "%(name)s님이 영상 통화를 걸어왔어요", - "Incoming voice call from %(name)s": "%(name)s님이 음성 통화를 걸어왔어요", + "Incoming call from %(name)s": "%(name)s님에게서 전화가 왔습니다.", + "Incoming video call from %(name)s": "%(name)s님으로부터 영상 통화가 왔습니다.", + "Incoming voice call from %(name)s": "%(name)s님으로부터 음성 통화가 왔습니다.", "Incorrect username and/or password.": "사용자 이름 혹은 비밀번호가 맞지 않아요.", "Incorrect verification code": "인증 번호가 맞지 않아요", "Interface Language": "인터페이스 언어", @@ -215,10 +215,10 @@ "Invalid address format": "잘못된 주소 형식입니다", "Invalid Email Address": "잘못된 이메일 주소입니다", "Invalid file%(extra)s": "잘못된 %(extra)s 파일입니다.", - "%(senderName)s invited %(targetName)s.": "%(senderName)s님이 %(targetName)s님을 초대하셨어요.", + "%(senderName)s invited %(targetName)s.": "%(senderName)s님이 %(targetName)s님을 초대했습니다.", "Invite new room members": "새 구성원 초대하기", "Invited": "초대받기", - "Invites": "초대하기", + "Invites": "초대", "Invites user with given id to current room": "받은 ID로 사용자를 현재 방에 초대하기", "'%(alias)s' is not a valid format for an address": "'%(alias)s'는 주소에 맞는 형식이 아니에요", "'%(alias)s' is not a valid format for an alias": "'%(alias)s'는 가명에 맞는 형식이 아니에요", @@ -226,33 +226,33 @@ "Sign in with": "로그인", "Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "<voiceText>음성</voiceText> 또는 <videoText>영상</videoText>으로 참여하세요.", "Join Room": "방에 들어가기", - "%(targetName)s joined the room.": "%(targetName)s님이 방에 들어오셨습니다.", + "%(targetName)s joined the room.": "%(targetName)s님이 방에 들어왔습니다.", "Joins room with given alias": "받은 별칭으로 방에 들어가기", - "Jump to first unread message.": "읽지 않은 첫 메시지로 이동할래요.", - "%(senderName)s kicked %(targetName)s.": "%(senderName)s님이 %(targetName)s님을 내쫓았습니다.", - "Kick": "내쫓기", - "Kicks user with given id": "받은 ID로 사용자 내쫓기", + "Jump to first unread message.": "읽지 않은 첫 메시지로 이동하려면 누르세요.", + "%(senderName)s kicked %(targetName)s.": "%(senderName)s님이 %(targetName)s님을 추방했습니다.", + "Kick": "추방", + "Kicks user with given id": "받은 ID로 사용자 추방하기", "Labs": "실험실", - "Last seen": "마지막으로 본 곳", + "Last seen": "마지막 위치", "Leave room": "방 떠나기", "%(targetName)s left the room.": "%(targetName)s님이 방을 떠났습니다.", "Level:": "등급:", "Local addresses for this room:": "이 방의 로컬 주소:", "Logged in as:": "아이디:", "Logout": "로그아웃", - "Low priority": "낮은 우선순위", + "Low priority": "숨긴 방", "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s님이 이후 방 구성원 모두, 초대받은 시점부터 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s님이 이후 방 구성원 모두, 들어온 시점부터 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to all room members.": "%(senderName)s님이 이후 방 구성원 모두 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to anyone.": "%(senderName)s님이 이후 누구나 방의 기록을 볼 수 있게 했습니다.", "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s님이 이후 알 수 없음(%(visibility)s)이 방의 기록을 볼 수 있게 했습니다.", "Manage Integrations": "통합 관리", - "Markdown is disabled": "마크다운이 꺼져있어요", - "Markdown is enabled": "마크다운이 켜져있어요", + "Markdown is disabled": "마크다운이 꺼져 있습니다.", + "Markdown is enabled": "마크다운이 켜져 있습니다.", "matrix-react-sdk version:": "matrix-react-sdk 버전:", - "Message not sent due to unknown devices being present": "알 수 없는 기기가 있어 메시지를 보내지 못했어요", - "Missing room_id in request": "요청에서 방_id가 빠졌어요", - "Missing user_id in request": "요청에서 사용자_id가 빠졌어요", + "Message not sent due to unknown devices being present": "알 수 없는 기기가 있어 메시지를 보내지 못했습니다.", + "Missing room_id in request": "요청에서 room_id가 빠졌습니다.", + "Missing user_id in request": "요청에서 user_id가 빠졌습니다", "Mobile phone number": "휴대 전화번호", "Mobile phone number (optional)": "휴대 전화번호 (선택)", "Moderator": "조정자", @@ -264,20 +264,20 @@ "New passwords don't match": "새 비밀번호가 맞지 않아요", "New passwords must match each other.": "새 비밀번호는 서로 같아야 해요.", "none": "없음", - "not set": "설정하지 않았어요", - "not specified": "지정하지 않았어요", + "not set": "설정하지 않았습니다.", + "not specified": "지정하지 않았습니다.", "(not supported by this browser)": "(이 브라우저에서 지원하지 않습니다.)", "<not supported>": "<지원하지 않아요>", "NOT verified": "확인하지 않음", - "No devices with registered encryption keys": "등록한 암호화 키가 있는 기기가 없어요", - "No display name": "별명이 없어요", - "No more results": "더 이상 결과가 없어요", + "No devices with registered encryption keys": "등록된 암호화 열쇠가 있는 기기가 없습니다.", + "No display name": "별명이 없습니다.", + "No more results": "더 이상 결과가 없습니다.", "No results": "결과 없음", - "No users have specific privileges in this room": "이 방에 지정한 권한의 사용자가 없어요", + "No users have specific privileges in this room": "이 방에 지정한 권한의 사용자가 없습니다.", "olm version:": "olm 버전:", "Password": "비밀번호", "Password:": "비밀번호:", - "Passwords can't be empty": "비밀번호는 비울 수 없어요", + "Passwords can't be empty": "비밀번호를 입력해 주세요.", "Permissions": "권한", "People": "사람들", "Phone": "전화", @@ -287,28 +287,28 @@ "Please check your email and click on the link it contains. Once this is done, click continue.": "이메일을 확인하시고 그 안에 있는 주소를 누르세요. 이 일을 하고 나서, 계속하기를 누르세요.", "Power level must be positive integer.": "권한 등급은 양의 정수여야만 해요.", "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (권한 %(powerLevelNumber)s)", - "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "사용자를 자신과 같은 권한 등급으로 승급시키면 되돌릴 수 없어요.", + "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "사용자를 자신과 같은 권한 등급으로 승급시는 것이기에 되돌릴 수 없습니다.", "Privacy warning": "개인정보 경고", - "Private Chat": "비공개 이야기", + "Private Chat": "비공개 대화", "Privileged Users": "권한 있는 사용자", "Profile": "프로필", - "%(senderName)s removed their profile picture.": "%(senderName)s님이 프로필 사진을 삭제했습니다.", + "%(senderName)s removed their profile picture.": "%(senderName)s님이 프로필 사진을 제거했습니다.", "%(senderName)s set a profile picture.": "%(senderName)s님이 프로필 사진을 설정했습니다.", - "Public Chat": "공개 이야기", + "Public Chat": "공개 대화", "Reason": "이유", "Reason: %(reasonText)s": "이유: %(reasonText)s", "Revoke Moderator": "조정자 철회", - "Refer a friend to Riot:": "라이엇을 친구에게 추천해주세요:", + "Refer a friend to Riot:": "Riot을 친구에게 추천해주세요:", "Register": "등록", - "%(targetName)s rejected the invitation.": "%(targetName)s님이 초대를 거절하셨어요.", + "%(targetName)s rejected the invitation.": "%(targetName)s님이 초대를 거절했습니다.", "Reject invitation": "초대 거절", "Rejoin": "다시 들어가기", "Remote addresses for this room:": "이 방의 원격 주소:", - "Remove Contact Information?": "연락처를 지우시겠어요?", - "%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s님이 별명(%(oldDisplayName)s)을 삭제했습니다.", - "Remove %(threePid)s?": "%(threePid)s 지우시겠어요?", + "Remove Contact Information?": "연락처 정보를 제거하시겠어요?", + "%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s님이 별명(%(oldDisplayName)s)을 제거했습니다.", + "Remove %(threePid)s?": "%(threePid)s를(을) 제거하시겠어요?", "%(senderName)s requested a VoIP conference.": "%(senderName)s님이 VoIP 회의를 요청했습니다.", - "Resetting password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "비밀번호를 다시 설정하면 현재 모든 기기의 종단간 암호화 키가 다시 설정되고, 먼저 방의 키를 내보내고 나중에 다시 불러오지 않는 한, 암호화한 이야기 기록을 읽을 수 없게 되어요. 앞으로는 이 기능을 더 좋게 만들 거에요.", + "Resetting password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "비밀번호를 다시 설정하면 현재 모든 기기의 종단 간 암호화 키가 다시 설정되고, 먼저 방의 키를 내보내고 나중에 다시 불러오지 않는 한, 암호화한 대화 기록을 읽을 수 없게 됩니다. 이 부분은 향상시키겠습니다.", "Results from DuckDuckGo": "덕덕고에서 검색한 결과", "Return to login screen": "로그인 화면으로 돌아가기", "Riot does not have permission to send you notifications - please check your browser settings": "Riot은 알림을 보낼 권한을 가지고 있지 않습니다. 브라우저 설정을 확인해주세요", @@ -316,10 +316,10 @@ "riot-web version:": "Riot 웹 버전:", "Room %(roomId)s not visible": "방 %(roomId)s은 보이지 않아요", "Room Colour": "방 색", - "Room contains unknown devices": "방에 알 수 없는 기기가 있어요", + "Room contains unknown devices": "방에 알 수 없는 기기가 있습니다.", "Room name (optional)": "방 이름 (선택)", "%(roomName)s does not exist.": "%(roomName)s은 없는 방이에요.", - "%(roomName)s is not accessible at this time.": "현재는 %(roomName)s에 들어갈 수 없어요.", + "%(roomName)s is not accessible at this time.": "현재는 %(roomName)s에 들어갈 수 없습니다.", "Rooms": "방", "Save": "저장", "Scroll to bottom of page": "화면 맨 아래로 이동", @@ -334,11 +334,11 @@ "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s님이 사진을 보냈습니다.", "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "방에 들어오라고 %(senderName)s님이 %(targetDisplayName)s님에게 초대를 보냈습니다.", "Server error": "서버 오류", - "Server may be unavailable or overloaded": "서버를 쓸 수 없거나 과부하일 수 있어요", + "Server may be unavailable or overloaded": "서버가 사용 불가하거나 과부하가 걸렸을 수 있습니다.", "Server may be unavailable, overloaded, or search timed out :(": "서버를 쓸 수 없거나 과부하거나, 검색 시간을 초과했어요 :(", "Server may be unavailable, overloaded, or the file too big": "서버를 쓸 수 없거나 과부하거나, 파일이 너무 커요", "Server may be unavailable, overloaded, or you hit a bug.": "서버를 쓸 수 없거나 과부하거나, 오류입니다.", - "Server unavailable, overloaded, or something else went wrong.": "서버를 쓸 수 없거나 과부하거나, 다른 문제가 있어요.", + "Server unavailable, overloaded, or something else went wrong.": "서버를 쓸 수 없거나 과부하거나, 다른 문제가 있습니다.", "Session ID": "세션 ID", "%(senderName)s set their display name to %(displayName)s.": "%(senderName)s님이 별명을 %(displayName)s로 설정했습니다.", "Show panel": "패널 보이기", @@ -347,53 +347,53 @@ "Signed Out": "로그아웃함", "Sign in": "로그인", "Sign out": "로그아웃", - "%(count)s of your messages have not been sent.|other": "일부 메시지는 보내지 못했어요.", + "%(count)s of your messages have not been sent.|other": "일부 메시지는 보내지 못했습니다.", "Someone": "다른 사람", - "Start a chat": "이야기하기", + "Start a chat": "대화 시작하기", "Start authentication": "인증하기", - "Start Chat": "이야기하기", + "Start Chat": "대화하기", "Submit": "보내기", "Success": "성공", - "Tagged as: ": "지정함: ", + "Tagged as: ": "태그: ", "The default role for new room members is": "방 새 구성원의 기본 역할", "The main address for this room is": "이 방의 주요 주소", "The phone number entered looks invalid": "입력된 전화번호가 잘못된 것 같습니다", "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "입력한 서명 키는 %(userId)s님의 기기 %(deviceId)s에서 받은 서명 키와 일치하네요. 인증한 기기라고 표시했습니다.", "This email address is already in use": "이 이메일 주소는 이미 사용 중입니다", - "This email address was not found": "이 이메일 주소를 찾지 못했어요", + "This email address was not found": "이 이메일 주소를 찾지 못했습니다.", "The email address linked to your account must be entered.": "계정에 연결한 이메일 주소를 입력해야 해요.", - "The file '%(fileName)s' exceeds this home server's size limit for uploads": "'%(fileName)s' 파일이 홈 서버에 올릴 수 있는 한계 크기를 초과했어요", - "The file '%(fileName)s' failed to upload": "'%(fileName)s' 파일을 올리지 못했어요", + "The file '%(fileName)s' exceeds this home server's size limit for uploads": "'%(fileName)s' 파일이 홈 서버에 올릴 수 있는 한계 크기를 초과했습니다.", + "The file '%(fileName)s' failed to upload": "'%(fileName)s' 파일을 올리지 못했습니다.", "The remote side failed to pick up": "상대방이 받지 못했습니다", "This Home Server does not support login using email address.": "이 홈 서버는 이메일 주소 로그인을 지원하지 않아요.", - "This invitation was sent to an email address which is not associated with this account:": "이 초대는 이 계정과 연결되지 않은 이메일 주소로 보냈어요:", - "This room has no local addresses": "이 방은 로컬 주소가 없어요", + "This invitation was sent to an email address which is not associated with this account:": "이 초대는 이 계정과 연결되지 않은 이메일 주소로 보냈습니다:", + "This room has no local addresses": "이 방은 로컬 주소가 없습니다.", "This room is not recognised.": "이 방은 드러나지 않아요.", "These are experimental features that may break in unexpected ways": "예상치 못하게 망가질 수 있는 실험적인 기능입니다", "The visibility of existing history will be unchanged": "기존 기록은 이전처럼 계속 볼 수 있습니다", "This doesn't appear to be a valid email address": "올바르지 않은 이메일 주소로 보여요", - "This is a preview of this room. Room interactions have been disabled": "방 미리보기입니다. 아직 아무것도 할 수 없습니다", + "This is a preview of this room. Room interactions have been disabled": "방을 미리 보고 있습니다. 방에 들어가셔야 방 구성원들과 소통하실 수 있습니다.", "This phone number is already in use": "이 전화번호는 이미 사용 중입니다", "This room": "이 방", - "This room is not accessible by remote Matrix servers": "이 방은 원격 매트릭스 서버에 접근할 수 없어요", + "This room is not accessible by remote Matrix servers": "이 방은 원격 매트릭스 서버에 접근할 수 없습니다.", "This room's internal ID is": "방의 내부 ID", "To link to a room it must have <a>an address</a>.": "방에 연결하려면 <a>주소</a>가 있어야 해요.", "To reset your password, enter the email address linked to your account": "비밀번호을 다시 설정하려면, 계정과 연결한 이메일 주소를 입력해주세요", "To use it, just wait for autocomplete results to load and tab through them.": "이 기능을 사용하시려면, 자동완성 결과가 나오길 기다리신 뒤에 탭으로 움직여주세요.", - "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "이 방의 타임라인에서 특정 시점을 불러오려고 했지만, 문제의 메시지를 볼 수 있는 권한이 없어요.", - "Tried to load a specific point in this room's timeline, but was unable to find it.": "이 방의 타임라인에서 특정 시점을 불러오려고 했지만, 찾을 수 없었어요.", + "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "이 방의 타임라인에서 특정 시점을 불러오려고 했지만, 문제의 메시지를 볼 수 있는 권한이 없습니다.", + "Tried to load a specific point in this room's timeline, but was unable to find it.": "이 방의 타임라인에서 특정 시점을 불러오려고 했지만, 찾을 수 없었습니다.", "Turn Markdown off": "마크다운 끄기", "Turn Markdown on": "마크다운 켜기", "%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s님이 종단 간 암호화를 켰습니다(%(algorithm)s 알고리즘).", - "Unable to add email address": "이메일 주소를 추가할 수 없어요", - "Unable to remove contact information": "연락처를 지울 수 없어요", - "Unable to verify email address.": "이메일 주소를 인증할 수 없어요.", + "Unable to add email address": "이메일 주소를 추가할 수 없습니다.", + "Unable to remove contact information": "연락처 정보를 제거할 수 없습니다.", + "Unable to verify email address.": "이메일 주소를 인증할 수 없습니다.", "Unban": "차단 해제", "%(senderName)s unbanned %(targetName)s.": "%(senderName)s님이 %(targetName)s님에 대한 차단을 해제했습니다.", - "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "이 이매알 주소가 초대를 받은 계정과 연결된 주소가 맞는지 확인할 수 없어요.", + "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "이 이매알 주소가 초대를 받은 계정과 연결된 주소가 맞는지 확인할 수 없습니다.", "Unable to capture screen": "화면을 찍을 수 없습니다", - "Unable to enable Notifications": "알림을 켤 수 없어요", - "Unable to load device list": "기기 목록을 불러올 수 없어요", + "Unable to enable Notifications": "알림을 사용할 수 없습니다.", + "Unable to load device list": "기기 목록을 불러올 수 없습니다.", "Undecryptable": "해독할 수 없는", "Unencrypted room": "암호화하지 않은 방", "unencrypted": "암호화하지 않음", @@ -402,7 +402,7 @@ "unknown device": "알 수 없는 기기", "Unknown room %(roomId)s": "알 수 없는 방 %(roomId)s", "Unknown (user, device) pair:": "알 수 없는 (사용자, 기기) 연결:", - "Unmute": "소리 켜기", + "Unmute": "음소거 끄기", "Unnamed Room": "이름 없는 방", "Unrecognised command:": "인식 할 수 없는 명령:", "Unrecognised room alias:": "인식할 수 없는 방 별칭:", @@ -411,7 +411,7 @@ "Uploading %(filename)s and %(count)s others|one": "%(filename)s 외 %(count)s 올리는 중", "Uploading %(filename)s and %(count)s others|other": "%(filename)s 외 %(count)s 올리는 중", "Upload avatar": "아바타 올리기", - "Upload Failed": "파일을 올리지 못했어요", + "Upload Failed": "파일을 올리지 못했습니다.", "Upload Files": "파일 올리기", "Upload file": "파일 올리기", "Upload new:": "새로 올리기:", @@ -427,10 +427,10 @@ "Verification": "인증", "verified": "인증함", "Verified": "인증함", - "Verified key": "인증한 키", - "Video call": "영상통화", - "Voice call": "음성통화", - "VoIP conference finished.": "VoIP 회의를 마쳤어요.", + "Verified key": "인증한 열쇠", + "Video call": "영상 통화하기", + "Voice call": "음성 통화하기", + "VoIP conference finished.": "VoIP 회의를 마쳤습니다.", "VoIP conference started.": "VoIP 회의를 시작했습니다.", "VoIP is unsupported": "VoIP는 지원하지 않습니다", "(could not connect media)": "(미디어에 연결할 수 없었습니다.)", @@ -438,41 +438,41 @@ "(unknown failure: %(reason)s)": "(알 수 없는 오류: %(reason)s)", "(warning: cannot be disabled again!)": "(주의: 다시 끌 수 없어요!)", "Warning!": "주의!", - "WARNING: Device already verified, but keys do NOT MATCH!": "주의: 기기는 이미 인증했지만, 키가 맞지 않아요!", + "WARNING: Device already verified, but keys do NOT MATCH!": "주의: 기기는 이미 인증했지만, 열쇠가 맞지 않아요!", "Who can access this room?": "누가 이 방에 들어올 수 있나요?", "Who can read history?": "누가 기록을 읽을 수 있나요?", "Who would you like to add to this room?": "이 방에 누구를 초대하고 싶으세요?", - "Who would you like to communicate with?": "누구와 이야기하고 싶으세요?", + "Who would you like to communicate with?": "누구와 대화하고 싶으세요?", "%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s님이 %(targetName)s님의 초대를 거절했습니다.", "Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "초대를 <acceptText>받아들이거나</acceptText> <declineText>거절</declineText>하시겠어요?", - "You already have existing direct chats with this user:": "이미 이 사용자와 직접 이야기하는 중이에요:", - "You are already in a call.": "통화 이미 하고 계시잖아요.", - "Press <StartChatButton> to start a chat with someone": "다른 사람과 이야기하려면 <StartChatButton>을 누르세요", - "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and device %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "주의: 키 확인 실패! %(userId)s와 %(deviceId)s 기기의 서명 키 \"%(fprint)s\"는 주어진 키 \"%(fingerprint)s\"와 맞지 않아요. 누가 이야기를 가로채는 중일 수도 있어요!", + "You already have existing direct chats with this user:": "이미 직접 대화 중인 사용자:", + "You are already in a call.": "이미 통화하고 계시잖아요.", + "Press <StartChatButton> to start a chat with someone": "다른 사람과 대화하려면 <StartChatButton>을 누르세요.", + "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and device %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "주의: 열쇠 확인에 실패했습니다! %(userId)s와 %(deviceId)s 기기의 서명 키 \"%(fprint)s\"는 주어진 키 \"%(fingerprint)s\"와 맞지 않습니다. 누군가 대화를 엿듣는 중일 수도 있습니다!", "You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "아직 어떤 방에도 들어가 있지 않아요! <CreateRoomButton>을 눌러서 방을 만들거나 <RoomDirectoryButton>을 눌러 목록에서 방을 찾아보세요", "You are trying to access %(roomName)s.": "%(roomName)s에 들어가려고 하는 중입니다.", "You cannot place a call with yourself.": "자기 자신에게는 전화를 걸 수 없습니다.", "You cannot place VoIP calls in this browser.": "이 브라우저에서는 VoIP 전화를 걸 수 없습니다.", - "You do not have permission to post to this room": "이 방에서 글을 올릴 권한이 없어요", - "You have been banned from %(roomName)s by %(userName)s.": "%(userName)s님이 %(roomName)s에서 차단하셨어요.", - "You have been invited to join this room by %(inviterName)s": "%(inviterName)s님이 이 방에 초대하셨어요", - "You have been kicked from %(roomName)s by %(userName)s.": "%(userName)s님이 %(roomName)s에서 추방하셨어요.", - "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device": "모든 기기에서 로그아웃되었고 더 이상 알림을 받지 않으실 거에요. 다시 알림을 받으시려면, 각 기기에 로그인해주세요", - "You have <a>disabled</a> URL previews by default.": "URL 미리보기 <a>쓰지 않기</a>를 기본으로 하셨어요.", - "You have <a>enabled</a> URL previews by default.": "URL 미리보기 <a>쓰기</a>를 기본으로 하셨어요.", - "You have no visible notifications": "보여드릴 알림이 없어요", - "You may wish to login with a different account, or add this email to this account.": "다른 계정으로 로그인하거나, 이 이메일을 이 계정에 추가할 수도 있어요.", + "You do not have permission to post to this room": "이 방에서 글을 올릴 권한이 없습니다.", + "You have been banned from %(roomName)s by %(userName)s.": "%(userName)s님에 의해 %(roomName)s에서 차단당했습니다.", + "You have been invited to join this room by %(inviterName)s": "%(inviterName)s님이 이 방에 초대하셨습니다.", + "You have been kicked from %(roomName)s by %(userName)s.": "%(userName)s님에 의해 %(roomName)s에서 추방당했습니다.", + "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device": "모든 기기에서 로그아웃되었고 더 이상 알림을 받지 않으실 거에요. 다시 알림을 받으시려면, 각 기기에 로그인해주세요.", + "You have <a>disabled</a> URL previews by default.": "기본으로 URL 미리보기를 <a>사용 중지</a>했습니다.", + "You have <a>enabled</a> URL previews by default.": "URL 미리보기를 기본으로 <a>사용</a>했습니다.", + "You have no visible notifications": "보여줄 수 있는 알림이 없습니다.", + "You may wish to login with a different account, or add this email to this account.": "다른 계정으로 로그인하거나, 이 이메일을 이 계정에 추가할 수도 있습니다.", "You must <a>register</a> to use this functionality": "이 기능을 쓰시려면 <a>계정을 등록</a>하셔야 해요", "You need to be able to invite users to do that.": "그러려면 사용자를 초대하실 수 있어야 해요.", "You need to be logged in.": "로그인하셔야 해요.", "You need to enter a user name.": "사용자 이름을 입력하셔야 해요.", - "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "이메일 주소가 이 홈 서버의 매트릭스 ID와 관련이 없어요.", - "Your password has been reset": "비밀번호를 다시 설정했어요", + "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "이메일 주소가 이 홈 서버의 매트릭스 ID와 관련이 없는 것 같습니다.", + "Your password has been reset": "비밀번호를 다시 설정했습니다.", "Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them": "비밀번호를 바꿨습니다. 다른 기기에서는 다시 로그인할 때까지 푸시 알림을 받지 않을 겁니다", "You seem to be in a call, are you sure you want to quit?": "전화 중인데, 끊으시겠어요?", "You seem to be uploading files, are you sure you want to quit?": "파일을 올리는 중인데, 그만두시겠어요?", "You should not yet trust it to secure data": "안전한 자료를 위해서는 아직 믿으시면 안돼요", - "Your home server does not support device management.": "홈 서버가 기기 관리를 지원하지 않아요.", + "Your home server does not support device management.": "홈 서버가 기기 관리를 지원하지 않습니다.", "Sun": "일", "Mon": "월", "Tue": "화", @@ -492,29 +492,29 @@ "Oct": "10월", "Nov": "11월", "Dec": "12월", - "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s일 %(time)s", - "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s일 %(fullYear)s년 %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(monthName)s %(day)s일 %(weekDayName)s요일 %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(fullYear)s년 %(monthName)s %(day)s일 %(weekDayName)s요일 %(time)s", "%(weekDayName)s %(time)s": "%(weekDayName)s, %(time)s", "Set a display name:": "별명 설정하기:", "Upload an avatar:": "아바타 올리기:", - "This server does not support authentication with a phone number.": "이 서버는 전화번호 인증을 지원하지 않아요.", - "Missing password.": "비밀번호를 틀렸어요.", + "This server does not support authentication with a phone number.": "이 서버는 전화번호 인증을 지원하지 않습니다.", + "Missing password.": "비밀번호가 없습니다.", "Passwords don't match.": "비밀번호가 맞지 않아요.", "Password too short (min %(MIN_PASSWORD_LENGTH)s).": "비밀번호가 너무 짧아요 (min %(MIN_PASSWORD_LENGTH)s).", "This doesn't look like a valid email address.": "유효한 이메일 주소가 아니에요.", "This doesn't look like a valid phone number.": "유효한 전화번호가 아니에요.", - "User names may only contain letters, numbers, dots, hyphens and underscores.": "사용자 이름은 문자, 숫자, 점, -(붙임표), _(밑줄 문자)만 쓸 수 있어요.", - "An unknown error occurred.": "알 수 없는 오류가 일어났어요.", - "I already have an account": "이미 계정이 있어요", - "An error occurred: %(error_string)s": "오류가 일어났어요: %(error_string)s", + "User names may only contain letters, numbers, dots, hyphens and underscores.": "사용자 이름은 문자, 숫자, 점, -(붙임표), _(밑줄 문자)만 쓸 수 있습니다.", + "An unknown error occurred.": "알 수 없는 오류가 일어났습니다.", + "I already have an account": "이미 계정이 있습니다.", + "An error occurred: %(error_string)s": "%(error_string)s 오류가 일어났습니다.", "Topic": "주제", "Make Moderator": "조정자 임명하기", "Make this room private": "이 방을 비공개로 만들기", "Share message history with new users": "메시지 기록을 새 사용자와 공유하기", "Encrypt room": "암호화한 방", - "There are no visible files in this room": "이 방에서 보여드릴 파일이 없어요", + "There are no visible files in this room": "이 방에는 보여줄 수 있는 파일이 없습니다.", "Room": "방", - "Connectivity to the server has been lost.": "서버 연결이 끊어졌어요.", + "Connectivity to the server has been lost.": "서버 연결이 끊어졌습니다.", "Sent messages will be stored until your connection has returned.": "보내신 메시지는 다시 연결될 때까지 저장할 거에요.", "(~%(count)s results)|one": "(~%(count)s 결과)", "(~%(count)s results)|other": "(~%(count)s 결과)", @@ -535,57 +535,57 @@ "Options": "선택권", "Riot collects anonymous analytics to allow us to improve the application.": "Riot은 이 앱을 발전시키기 위해 익명으로 정보 분석을 수집합니다.", "Passphrases must match": "암호가 일치해야 해요", - "Passphrase must not be empty": "암호를 비우시면 안돼요", + "Passphrase must not be empty": "암호를 입력해 주세요.", "Export room keys": "방 키를 내보내기", "Confirm passphrase": "암호 확인", "File to import": "가져올 파일", "You must join the room to see its files": "파일을 보려면 방에 들어가야만 해요", "Reject all %(invitedRooms)s invites": "모든 %(invitedRooms)s의 초대를 거절하기", - "Start new chat": "새로 이야기하기", - "Failed to invite": "초대하지 못했어요", - "Failed to invite user": "사용자를 초대하지 못했어요", - "Failed to invite the following users to the %(roomName)s room:": "다음 사용자들을 %(roomName)s 방으로 초대하지 못했어요:", + "Start new chat": "새로 대화하기", + "Failed to invite": "초대하지 못했습니다.", + "Failed to invite user": "사용자를 초대하지 못했습니다.", + "Failed to invite the following users to the %(roomName)s room:": "다음 사용자들을 %(roomName)s 방으로 초대하지 못했습니다:", "Confirm Removal": "삭제 확인", "Unknown error": "알 수 없는 오류", "Incorrect password": "맞지 않는 비밀번호", "To continue, please enter your password.": "계속하시려면, 비밀번호를 입력해주세요.", - "This process allows you to export the keys for messages you have received in encrypted rooms to a local file. You will then be able to import the file into another Matrix client in the future, so that client will also be able to decrypt these messages.": "이 과정으로 암호화한 방에서 받은 메시지의 키를 로컬 파일로 내보낼 수 있어요. 너중에 다른 매트릭스 클라이언트로 파일을 불러올 수 있기 때문에, 그 클라이언트에서 메시지를 해독할 수도 있지요.", - "The exported file will allow anyone who can read it to decrypt any encrypted messages that you can see, so you should be careful to keep it secure. To help with this, you should enter a passphrase below, which will be used to encrypt the exported data. It will only be possible to import the data by using the same passphrase.": "내보낸 파일은 누구든지 암호화한 메시지를 해독해서 읽을 수 있게 하므로, 보안에 신경 써 주세요. 이를 위해, 내보낸 파일을 암호화하려하니, 아래에 암호를 입력해주세요. 같은 암호를 쓰셔야만 자료를 불러올 수 있어요.", - "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "이 과정으로 전에 다른 매트릭스 클라이언트에서 내보낸 암호화 키를 불러올 수 있어요. 그 다음에는 다른 클라이언트에서 해독할 수 있던 어떤 메시지라도 해독할 수 있을 거에요.", - "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "내보낸 파일은 암호로 보호하고 있어요. 파일을 해독하려면, 여기에 암호를 입력해주세요.", - "Are you sure you wish to remove (delete) this event? Note that if you delete a room name or topic change, it could undo the change.": "이 사건을 지우길 (없애길) 원하세요? 방 이름을 지우거나 주제를 바꾸시면, 되돌릴 수 없다는 걸 명심해주세요.", - "To verify that this device can be trusted, please contact its owner using some other means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings for this device matches the key below:": "이 기기를 믿을 수 있는지 인증하시려면, 몇 가지 방법(예를 들자면 직접 만나거나 전화를 걸어서)으로 소유자에게 연락하시고 그들이 사용자 설정에서 보는 키와 아래 키가 같은지 물어보세요:", + "This process allows you to export the keys for messages you have received in encrypted rooms to a local file. You will then be able to import the file into another Matrix client in the future, so that client will also be able to decrypt these messages.": "이 과정으로 암호화한 방에서 받은 메시지의 키를 로컬 파일로 내보낼 수 있습니다. 너중에 다른 매트릭스 클라이언트로 파일을 불러올 수 있기 때문에, 그 클라이언트에서 메시지를 해독할 수도 있죠.", + "The exported file will allow anyone who can read it to decrypt any encrypted messages that you can see, so you should be careful to keep it secure. To help with this, you should enter a passphrase below, which will be used to encrypt the exported data. It will only be possible to import the data by using the same passphrase.": "내보낸 파일이 있으면 누구든 암호화한 메시지를 해독해서 읽을 수 있으므로, 보안에 신경 써 주세요. 이런 이유로 인해, 아래에 암호를 입력해 내보낸 파일을 암호화하는 걸 추천합니다. 같은 암호를 사용해야만 자료를 불러올 수 있습니다.", + "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "이 과정으로 전에 다른 매트릭스 클라이언트에서 내보낸 암호화 키를 불러올 수 있습니다. 그 다음에는 다른 클라이언트에서 해독할 수 있던 어떤 메시지라도 해독할 수 있습니다.", + "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "내보낸 파일은 암호로 보호하고 있습니다. 파일을 해독하려면, 여기에 암호를 입력해주세요.", + "Are you sure you wish to remove (delete) this event? Note that if you delete a room name or topic change, it could undo the change.": "이 이벤트를 제거(삭제)하길 원하세요? 방 이름을 삭제하거나 주제를 바꾸면, 다시 복귀될 수도 있습니다.", + "To verify that this device can be trusted, please contact its owner using some other means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings for this device matches the key below:": "이 기기를 믿을 수 있는지 인증하시려면, 다른 방법(예를 들자면 직접 만나거나 전화를 걸어서)으로 소유자 분에게 연락해, 사용자 설정에 있는 키가 아래 키와 같은지 물어보세요:", "Device name": "기기 이름", "Device Name": "기기 이름", - "Device key": "기기 키", - "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "맞다면, 아래 인증 버튼을 누르세요. 맞지 않다면, 다른 사람이 이 기기를 가로채고 있으니 요주의 버튼을 누르시고 싶으실 거 같네요.", - "In future this verification process will be more sophisticated.": "앞으로는 이 확인 과정이 더 정교해질 거에요.", - "Verify device": "인증한 기기", - "I verify that the keys match": "키가 맞다는 걸 인증했어요", - "Unable to restore session": "세션을 복구할 수 없어요", - "If you have previously used a more recent version of Riot, your session may be incompatible with this version. Close this window and return to the more recent version.": "이전에 더 최근 버전의 라이엇을 쓰셨다면, 이 버전과 맞지 않을 거에요. 창을 닫고 더 최근 버전으로 돌아가세요.", - "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "현재 인증하지 않은 기기를 요주의로 지정하셨어요. 이 기기들에 메시지를 보내려면 인증을 해야 해요.", - "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "각 기기가 알맞은 소유자에게 속해 있는지 인증 과정을 거치길 추천하지만, 원하신다면 그러지 않고 메시지를 다시 보내실 수 있어요.", - "\"%(RoomName)s\" contains devices that you haven't seen before.": "\"%(RoomName)s\"에 본 적 없는 기기가 있어요.", + "Device key": "기기 열쇠", + "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "키가 동일하다면, 아래의 인증하기 버튼을 누르세요. 혹시 키가 다르다면, 이 기기가 중간자 공격을 받고 있는 중인 것이므로 블랙리스트에 올려야 합니다.", + "In future this verification process will be more sophisticated.": "이 인증 과정은 앞으로 더 정교하게 개선시키겠습니다.", + "Verify device": "기기 인증하기", + "I verify that the keys match": "열쇠가 맞는지 인증합니다", + "Unable to restore session": "세션을 복구할 수 없습니다.", + "If you have previously used a more recent version of Riot, your session may be incompatible with this version. Close this window and return to the more recent version.": "이전에 더 최근 버전의 Riot을 쓰셨다면, 이 버전과 맞지 않을 거에요. 창을 닫고 더 최근 버전으로 돌아가세요.", + "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "인증되지 않은 기기를 블랙리스트에 올리고 있습니다. 메시지를 보내려면 인증해야 합니다.", + "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "각 기기가 알맞은 소유자에게 속해 있는지 인증 과정을 거치길 추천하지만, 원하신다면 그러지 않고도 메시지를 다시 보내실 수 있습니다.", + "\"%(RoomName)s\" contains devices that you haven't seen before.": "\"%(RoomName)s\"에 본 적이 없는 기기가 있습니다.", "Unknown devices": "알 수 없는 기기", "Unknown Address": "알 수 없는 주소", - "Unblacklist": "요주의 취소", - "Blacklist": "요주의", + "Unblacklist": "블랙리스트에서 빼기", + "Blacklist": "블랙리스트에 올리기", "Unverify": "인증 취소", - "Verify...": "인증...", + "Verify...": "인증하기...", "ex. @bob:example.com": "예. @bob:example.com", "Add User": "사용자 추가", - "This Home Server would like to make sure you are not a robot": "이 홈 서버는 당신이 로봇이 아닌지 확인하고 싶다네요", + "This Home Server would like to make sure you are not a robot": "이 홈 서버는 당신이 로봇이 아닌지 확인하고 싶다고 합니다.", "Sign in with CAS": "CAS로 로그인 하기", "Please check your email to continue registration.": "등록하시려면 이메일을 확인해주세요.", "Token incorrect": "토큰이 안 맞아요", "Please enter the code it contains:": "들어있던 코드를 입력해주세요:", - "If you don't specify an email address, you won't be able to reset your password. Are you sure?": "이메일 주소를 정하지 않으시면, 비밀번호를 다시 설정하실 수 없어요. 괜찮으신가요?", + "If you don't specify an email address, you won't be able to reset your password. Are you sure?": "이메일 주소를 정하지 않으면, 비밀번호를 다시 설정할 수 없습니다. 괜찮으신가요?", "You are registering with %(SelectedTeamName)s": "%(SelectedTeamName)s로 등록할게요", "Default server": "기본 서버", "What does this mean?": "무슨 뜻인가요?", - "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "사용자 지정 서버 설정에서 다른 홈 서버 URL을 지정해 다른 매트릭스 서버에 로그인 할 수 있어요.", - "This allows you to use this app with an existing Matrix account on a different home server.": "이를 통해 이 앱과 다른 홈 서버의 기존 매트릭스 계정을 함께 쓸 수 있죠.", + "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "사용자 지정 서버 설정에서 다른 홈 서버 URL을 지정해 다른 매트릭스 서버에 로그인 할 수 있습니다.", + "This allows you to use this app with an existing Matrix account on a different home server.": "이를 통해 이 앱과 다른 홈 서버의 기존 매트릭스 계정을 함께 쓸 수 있습니다.", "You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "사용자 지정 ID 서버를 설정할 수도 있지만 보통 그런 경우엔 이메일 주소를 기반으로 한 사용자와 상호작용이 막힐 거에요.", "Custom server": "사용자 지정 서버", "Home server URL": "홈 서버 URL", @@ -594,8 +594,8 @@ "Error decrypting image": "사진 해독 오류", "Error decrypting video": "영상 해독 오류", "Add an Integration": "통합 추가", - "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "타사 사이트로 이동하는데 %(integrationsUrl)s에서 쓰도록 계정을 인증할 수 있어요. 계속하시겠어요?", - "Removed or unknown message type": "삭제했거나 알 수 없는 메시지 유형", + "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "%(integrationsUrl)s에서 쓸 수 있도록 계정을 인증하려고 다른 사이트로 이동하고 있습니다. 계속하시겠어요?", + "Removed or unknown message type": "제거했거나 알 수 없는 메시지 유형", "URL Previews": "URL 미리보기", "Drop file here to upload": "올릴 파일을 여기에 놓으세요", " (unsupported)": " (지원하지 않음)", @@ -605,11 +605,11 @@ "Offline": "미접속", "Updates": "업데이트", "Check for update": "업데이트 확인", - "Start chatting": "이야기하기", - "Start Chatting": "이야기하기", - "Click on the button below to start chatting!": "이야기하려면 아래 버튼을 누르세요!", + "Start chatting": "대화하기", + "Start Chatting": "대화하기", + "Click on the button below to start chatting!": "대화하려면 아래 버튼을 누르세요!", "%(senderDisplayName)s changed the room avatar to <img/>": "%(senderDisplayName)s님이 방 아바타를 <img/>로 바꿨습니다", - "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s님이 방 아바타를 삭제했습니다.", + "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s님이 방 아바타를 제거했습니다.", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s님이 %(roomName)s의 아바타를 바꿨습니다", "Username available": "쓸 수 있는 사용자 이름", "Username not available": "쓸 수 없는 사용자 이름", @@ -617,33 +617,33 @@ "This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "이건 <span></span> 홈 서버의 계정 이름이에요, <a>다른 서버</a>를 고를 수도 있다는 거죠.", "If you already have a Matrix account you can <a>log in</a> instead.": "매트릭스 계정을 가지고 계시면 <a>로그인</a>하실 수도 있죠.", "Your browser does not support the required cryptography extensions": "필요한 암호화 확장 기능을 브라우저가 지원하지 않습니다", - "Not a valid Riot keyfile": "올바른 Riot 키 파일이 아닙니다", + "Not a valid Riot keyfile": "올바른 Riot 열쇠 파일이 아닙니다", "Authentication check failed: incorrect password?": "검증 확인 실패: 비밀번호를 틀리셨나요?", "Disable Peer-to-Peer for 1:1 calls": "1:1 통화할 때는 P2P 비활성화하기", "Do you want to set an email address?": "이메일 주소를 설정하시겠어요?", - "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받으실 수 있어요.", + "This will allow you to reset your password and receive notifications.": "이렇게 하면 비밀번호를 다시 설정하고 알림을 받으실 수 있습니다.", "To return to your account in future you need to set a password": "나중에 계정으로 돌아가려면 비밀번호를 설정하셔야 해요", "Skip": "건너뛰기", "Start verification": "인증 시작", "Share without verifying": "인증하지 않고 공유하기", "Ignore request": "요청 무시하기", - "You added a new device '%(displayName)s', which is requesting encryption keys.": "새 기기 '%(displayName)s'를 추가했고, 이 기기는 암호화 키를 요청하고 있습니다.", - "Your unverified device '%(displayName)s' is requesting encryption keys.": "인증되지 않은 기기 '%(displayName)s'이(가) 암호화 키를 요청하고 있습니다.", + "You added a new device '%(displayName)s', which is requesting encryption keys.": "암호화 열쇠를 요청하고 있는 새 기기 '%(displayName)s'를(을) 추가했습니다.", + "Your unverified device '%(displayName)s' is requesting encryption keys.": "인증되지 않은 기기 '%(displayName)s'가(이) 암호화 키를 요청하고 있습니다.", "Encryption key request": "암호화 키 요청", "Edit": "수정하기", - "Fetching third party location failed": "타사 위치를 불러오지 못했어요", - "A new version of Riot is available.": "라이엇의 새 버전을 사용하실 수 있어요.", + "Fetching third party location failed": "타사 위치를 불러오지 못했습니다.", + "A new version of Riot is available.": "Riot의 새 버전을 사용하실 수 있습니다.", "Couldn't load home page": "홈 페이지를 불러올 수 없었습니다", - "All notifications are currently disabled for all targets.": "현재 모든 알림이 모든 상대에게서 꺼졌어요.", + "All notifications are currently disabled for all targets.": "현재 모든 알림이 모든 대상에 대해 비활성화 돼 있습니다.", "Uploading report": "보고를 올리는 중", "Sunday": "일요일", - "Guests can join": "손님이 들어올 수 있어요", + "Guests can join": "손님이 들어올 수 있습니다", "Messages sent by bot": "봇이 보낸 메시지를 받을 때", "Notification targets": "알림 대상", - "Failed to set direct chat tag": "직접 이야기 지정을 설정하지 못했어요", + "Failed to set direct chat tag": "직접 대화 태그를 설정하지 못했습니다.", "Today": "오늘", - "Failed to get protocol list from Home Server": "홈 서버에서 프로토콜 목록을 얻지 못했어요", - "You are not receiving desktop notifications": "컴퓨터 알림을 받지 않고 있어요", + "Failed to get protocol list from Home Server": "홈 서버에서 프로토콜 목록을 얻지 못했습니다.", + "You are not receiving desktop notifications": "컴퓨터 알림을 받지 않고 있습니다", "Friday": "금요일", "Update": "업데이트", "What's New": "새로운 점", @@ -657,36 +657,36 @@ "Advanced notification settings": "고급 알림 설정", "delete the alias.": "가명을 지울게요.", "To return to your account in future you need to <u>set a password</u>": "나중에 계정으로 돌아가려면 <u>비밀번호 설정</u>을 해야만 해요", - "Forget": "잊기", + "Forget": "지우기", "World readable": "세계에 보이기", "Hide panel": "패널 숨기기", - "You cannot delete this image. (%(code)s)": "이 사진을 지우실 수 없어요. (%(code)s)", + "You cannot delete this image. (%(code)s)": "이 사진을 삭제하실 수 없습니다. (%(code)s)", "Cancel Sending": "보내기 취소", "Warning": "주의", "This Room": "방", - "The Home Server may be too old to support third party networks": "타사 네트워크를 지원하기에는 홈 서버가 너무 오래된 걸 수 있어요", + "The Home Server may be too old to support third party networks": "타사 네트워크를 지원하기에는 홈 서버가 너무 오래된 걸 수 있어요.", "Resend": "다시 보내기", - "Error saving email notification preferences": "이메일 알림을 설정하는데 오류가 일어났어요", + "Error saving email notification preferences": "이메일 알림을 설정하는 중에 오류가 났습니다.", "Messages containing my display name": "내 별명이 포함된 메시지를 받을 때", "Messages in one-to-one chats": "1:1 대화 메시지 받을 때", "Unavailable": "이용할 수 없음", "View Decrypted Source": "해독된 출처 보기", "Send": "보내기", - "remove %(name)s from the directory.": "목록에서 %(name)s을 지웠어요.", + "remove %(name)s from the directory.": "목록에서 %(name)s를(을) 제거했습니다.", "Notifications on the following keywords follow rules which can’t be displayed here:": "여기에 표시될 수 없는 규칙에 따르는 다음 키워드에 대한 알림:", "Please set a password!": "비밀번호를 설정해주세요!", - "You have successfully set a password!": "비밀번호를 설정했어요!", - "An error occurred whilst saving your email notification preferences.": "이메일 알림을 설정하다가 오류가 일어났어요.", + "You have successfully set a password!": "비밀번호를 설정하셨어요!", + "An error occurred whilst saving your email notification preferences.": "이메일 알림 설정을 저장하는 중에 오류가 났습니다.", "Source URL": "출처 URL", - "Failed to add tag %(tagName)s to room": "방에 %(tagName)s로 지정하지 못했어요", + "Failed to add tag %(tagName)s to room": "방에 %(tagName)s 태그를 달지 못했습니다.", "Members": "구성원", - "No update available.": "업데이트가 없어요.", + "No update available.": "업데이트가 없습니다.", "Noisy": "소리", "Files": "파일", "Collecting app version information": "앱 버전 정보를 수집하는 중", - "Delete the room alias %(alias)s and remove %(name)s from the directory?": "방 가명 %(alias)s 을 지우고 목록에서 %(name)s를 지우시겠어요?", - "This will allow you to return to your account after signing out, and sign in on other devices.": "이런 식으로 로그아웃한 뒤 계정으로 돌아가, 다른 기기에서 로그인하실 수 있어요.", - "Enable notifications for this account": "이 계정의 알림 받기", + "Delete the room alias %(alias)s and remove %(name)s from the directory?": "방 별칭 %(alias)s를(을) 삭제하고 목록에서 %(name)s를(을) 제거하시겠어요?", + "This will allow you to return to your account after signing out, and sign in on other devices.": "이런 식으로 로그아웃한 뒤 계정으로 돌아가, 다른 기기에서 로그인하실 수 있습니다.", + "Enable notifications for this account": "이 계정의 알림 사용하기", "Directory": "목록", "Search for a room": "방에서 찾기", "Messages containing <span>keywords</span>": "<span>키워드</span>가 적힌 메시지", @@ -694,18 +694,18 @@ "Tuesday": "화요일", "Enter keywords separated by a comma:": "키워드를 쉼표로 구분해 입력해주세요:", "Search…": "찾기…", - "Remove %(name)s from the directory?": "목록에서 %(name)s을 지우시겠어요?", - "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "라이엇은 많은 고급 브라우저 기능을 사용해요. 일부는 현재 브라우저에서 쓸 수 없거나 실험적이에요.", + "Remove %(name)s from the directory?": "목록에서 %(name)s를(을) 제거하시겠어요?", + "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riot은 많은 고급 브라우저 기능을 사용해요. 일부는 현재 브라우저에서 쓸 수 없거나 실험적이에요.", "Developer Tools": "개발자 도구", - "Enable desktop notifications": "컴퓨터에서 알림 받기", + "Enable desktop notifications": "컴퓨터에서 알림 사용하기", "Unnamed room": "이름없는 방", - "Remove from Directory": "목록에서 지우기", + "Remove from Directory": "목록에서 제거하기", "Saturday": "토요일", "Remember, you can always set an email address in user settings if you change your mind.": "잊지마세요, 마음이 바뀌면 언제라도 사용자 설정에서 이메일 주소를 바꾸실 수 있다는 걸요.", - "Direct Chat": "직접 이야기하기", - "The server may be unavailable or overloaded": "서버를 쓸 수 없거나 과부하일 수 있어요", + "Direct Chat": "직접 대화하기", + "The server may be unavailable or overloaded": "서버가 사용 불가하거나 과부하가 걸렸을 수 있습니다.", "Reject": "거절하기", - "Failed to set Direct Message status of room": "방의 쪽지 상태를 설정하지 못했어요", + "Failed to set Direct Message status of room": "방의 쪽지 상태를 설정하지 못했습니다.", "Monday": "월요일", "All messages (noisy)": "모든 메시지 (크게)", "Enable them now": "지금 켜기", @@ -716,58 +716,58 @@ "more": "더 보기", "(HTTP status %(httpStatus)s)": "(HTTP 상태 %(httpStatus)s)", "All Rooms": "모든 방", - "Failed to get public room list": "공개한 방 목록을 얻지 못했어요", + "Failed to get public room list": "공개한 방 목록을 얻지 못했습니다.", "Quote": "인용하기", - "Failed to update keywords": "키워드를 갱신하지 못했어요", + "Failed to update keywords": "키워드를 갱신하지 못했습니다.", "Send logs": "로그 보내기", "All messages": "모든 메시지", "Call invitation": "전화가 올 때", "Downloading update...": "업데이트를 받는 중...", - "You have successfully set a password and an email address!": "비밀번호와 이메일 주소를 설정했어요!", + "You have successfully set a password and an email address!": "비밀번호와 이메일 주소를 설정하셨어요!", "What's new?": "새로운 점은?", "Notify me for anything else": "모든 걸 알리기", "When I'm invited to a room": "방에 초대받았을 때", "Keywords": "키워드", - "Can't update user notification settings": "사용자 알림 설정을 갱신할 수 없어요", + "Can't update user notification settings": "사용자 알림 설정을 갱신할 수 없습니다.", "Notify for all other messages/rooms": "다른 모든 메시지/방 알리기", - "Unable to look up room ID from server": "서버에서 방 ID를 찾아볼 수 없어요", + "Unable to look up room ID from server": "서버에서 방 ID를 찾아볼 수 없습니다.", "Couldn't find a matching Matrix room": "일치하는 매트릭스 방을 찾을 수 없었습니다", "Invite to this room": "이 방에 초대하기", - "You cannot delete this message. (%(code)s)": "이 메시지를 지우실 수 없어요. (%(code)s)", + "You cannot delete this message. (%(code)s)": "이 메시지를 삭제하실 수 없습니다. (%(code)s)", "Thursday": "목요일", "I understand the risks and wish to continue": "위험할 수 있는 걸 알고 계속하기를 바라요", "Back": "돌아가기", - "Failed to change settings": "설정을 바꾸지 못했어요", + "Failed to change settings": "설정을 바꾸지 못했습니다.", "Show message in desktop notification": "컴퓨터 알림에서 내용 보이기", "Unhide Preview": "미리보기를 숨기지 않기", - "Unable to join network": "네트워크에 들어갈 수 없어요", - "You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply": "라이엇이 아닌 다른 클라이언트에서 구성하셨을 수도 있어요. 라이엇에서 조정할 수는 없지만 여전히 적용되있을 거에요", - "Sorry, your browser is <b>not</b> able to run Riot.": "죄송해요. 브라우저에서 라이엇을 켤 수가 <b>없어요</b>.", + "Unable to join network": "네트워크에 들어갈 수 없습니다.", + "You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply": "Riot이 아닌 다른 클라이언트에서 설정하셨을 수도 있습니다. Riot에서 바꿀 수는 없지만, 여전히 적용돼 있습니다.", + "Sorry, your browser is <b>not</b> able to run Riot.": "죄송합니다. 쓰고 계신 브라우저에서는 Riot를 사용할 수 <b>없습니다</b>.", "Uploaded on %(date)s by %(user)s": "by %(user)s가 %(date)s에 올림", "Messages in group chats": "그룹 대화 메시지를 받을 때", "Yesterday": "어제", - "Error encountered (%(errorDetail)s).": "오류가 일어났어요 (%(errorDetail)s).", + "Error encountered (%(errorDetail)s).": "오류가 일어났습니다 (%(errorDetail)s).", "Low Priority": "낮은 우선순위", - "Riot does not know how to join a room on this network": "라이엇이 이 네트워크에서 방에 들어가는 법을 알 수 없어요", + "Riot does not know how to join a room on this network": "Riot이 이 네트워크에서 방에 들어가는 법을 알 수 없습니다.", "Set Password": "비밀번호 설정", - "Enable audible notifications in web client": "웹 클라이언트에서 알림 소리 켜기", + "Enable audible notifications in web client": "웹 클라이언트에서 알림 소리 사용하기", "Off": "끄기", "#example": "#예", "Mentions only": "답만 하기", - "Failed to remove tag %(tagName)s from room": "방에서 %(tagName)s 지정을 지우지 못했어요", + "Failed to remove tag %(tagName)s from room": "방에서 %(tagName)s 태그를 제거하지 못했습니다.", "Wednesday": "수요일", - "You can now return to your account after signing out, and sign in on other devices.": "계정을 로그아웃하신 뒤에 계정으로 돌아가, 다른 기기에서 로그인하실 수 있어요.", - "Enable email notifications": "이메일로 알림 받기", + "You can now return to your account after signing out, and sign in on other devices.": "이제 계정을 로그아웃하신 뒤에 계정으로 돌아가, 다른 기기에서 로그인할 수 있습니다.", + "Enable email notifications": "이메일로 알림 사용하기", "Login": "로그인", - "No rooms to show": "보여드릴 방이 없어요", + "No rooms to show": "보여줄 수 있는 방이 없습니다.", "Download this file": "이 파일 받기", "Thank you!": "감사합니다!", "View Source": "출처 보기", - "Unable to fetch notification target list": "알림 대상 목록을 불러올 수 없어요", + "Unable to fetch notification target list": "알림 대상 목록을 불러올 수 없습니다.", "Collapse panel": "패널 접기", - "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "현재 브라우저에서는, 응용 프로그램의 모양과 기능이 완벽하게 맞지 않거나, 일부 혹은 모든 기능이 작동하지 않을 수 있어요. 계속할 수는 있지만, 맞닥뜨리는 모든 문제는 직접 해결하셔야해요!", + "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "현재 쓰고 계신 브라우저에서는, 보고 느끼기에 응용 프로그램이 완전히 맞지 않거나, 일부 혹은 모든 기능이 작동하지 않을 수 있습니다. 어쨋든 사용하고 싶으시다면 계속할 수는 있지만, 부딛치는 모든 문제는 직접 해결하셔야 해요!", "Checking for an update...": "업데이트를 확인하는 중...", - "There are advanced notifications which are not shown here": "여기 보이지 않는 고급 알림이 있어요", + "There are advanced notifications which are not shown here": "여기에는 보여지지 않는 고급 알림이 있습니다.", "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s님이 별명을 %(displayName)s(으)로 바꿨습니다.", "%(senderName)s changed the pinned messages for the room.": "%(senderName)s가 방의 고정된 메시지를 바꿨습니다.", "%(severalUsers)schanged their name %(count)s times|other": "%(severalUsers)s님이 이름을 %(count)s번 바꿨습니다", @@ -781,18 +781,18 @@ "This setting cannot be changed later!": "이 설정은 나중에 바꿀 수 없습니다!", "Data from an older version of Riot has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.": "이전 버전 Riot의 데이터가 발견됐습니다. 이전 버전에서는 종단 간 암호화에 오작동을 일으켰을 겁니다. 이전 버전을 사용한 최근의 종단 간 암호화된 메시지는 이 버전에서 복호화가 불가능할 수 있습니다. 이 버전과 메시지를 주고받지 못할 수도 있습니다. 문제가 생긴다면 로그아웃하고 다시 로그인 해 보세요. 메시지 기록을 유지하고 싶다면 키를 내보냈다가 다시 불러오세요.", "Hide display name changes": "별명 변경 내역 숨기기", - "This event could not be displayed": "이 이벤트는 표시될 수 없었습니다", + "This event could not be displayed": "이 이벤트는 표시될 수 없었습니다.", "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "%(displayName)s(%(userName)s)님이 %(dateTime)s에 봄", "Banned by %(displayName)s": "%(displayName)s님이 차단함", "Display your community flair in rooms configured to show it.": "커뮤니티 재능이 보이도록 설정된 방에서 커뮤니티 재능을 표시할 수 있습니다.", - "The user '%(displayName)s' could not be removed from the summary.": "사용자 %(displayName)s님이 요약에서 제거되지 못했습니다.", + "The user '%(displayName)s' could not be removed from the summary.": "사용자 %(displayName)s님을 요약에서 제거하지 못했습니다.", "These rooms are displayed to community members on the community page. Community members can join the rooms by clicking on them.": "이 방들은 커뮤니티 페이지에서 커뮤니티 구성원에게 보여집니다. 커뮤니티 구성원은 방을 클릭해 들어갈 수 있습니다.", "Pinned Messages": "고정된 메시지", "You're not currently a member of any communities.": "지금은 어떤 커뮤니티에도 속해 있지 않습니다.", "Flair": "재능", "Showing flair for these communities:": "이 커뮤니티에 재능을 공개 중:", "This room is not showing flair for any communities": "이 방은 어떤 커뮤니티에도 재능을 보여주지 않습니다", - "Flair will appear if enabled in room settings": "재능은 방 설정에서 활성화하면 나타날 겁니다", + "Flair will appear if enabled in room settings": "방 설정에서 사용하면 재능이 나타날 겁니다.", "Flair will not appear": "재능은 나타나지 않을 겁니다", "The platform you're on": "당신이 사용 중인 플랫폼", "The version of Riot.im": "Riot 버전", @@ -808,7 +808,7 @@ "Your User Agent": "사용자 에이전트", "Your device resolution": "기기 해상도", "The information being sent to us to help make Riot.im better includes:": "Riot을 발전시키기 위해 저희에게 보내는 정보는 다음을 포함합니다:", - "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "이 페이지에서 방, 사용자, 혹은 그룹 ID와 같은 식별 가능한 정보를 포함하는 부분이 있는 데이터는 서버에 보내지기 전에 삭제됩니다.", + "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "이 페이지에서 방, 사용자, 혹은 그룹 ID와 같은 식별 가능한 정보를 포함하는 부분이 있는 데이터는 서버에 보내지기 전에 제거됩니다.", "Call Failed": "전화할 수 없었습니다", "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "이 방에는 모르는 기기가 있습니다. 인증하지 않고 계속하면 전화를 도청할 수도 있을 겁니다.", "Review Devices": "기기 검증하기", @@ -820,7 +820,7 @@ "A call is already in progress!": "이미 전화 걸고 계세요!", "PM": "오후", "AM": "오전", - "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(fullYear)s %(monthName)s %(day)s (%(weekDayName)s)", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(fullYear)s년 %(monthName)s %(day)s일 (%(weekDayName)s)", "Who would you like to add to this community?": "이 커뮤니티에 누구를 추가하고 싶으세요?", "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "경고: 커뮤니티에 추가한 사람은 커뮤니티 ID를 아는 누구에게나 공개됩니다", "Invite new community members": "새 커뮤니티 구성원 초대하기", @@ -854,18 +854,18 @@ "Verifies a user, device, and pubkey tuple": "사용자, 기기, 그리고 공개키 튜플 인증하기", "%(widgetName)s widget modified by %(senderName)s": "%(senderName)s님이 수정한 %(widgetName)s 위젯", "%(widgetName)s widget added by %(senderName)s": "%(senderName)s님이 추가한 %(widgetName)s 위젯", - "%(widgetName)s widget removed by %(senderName)s": "%(senderName)s님이 삭제한 %(widgetName)s 위젯", - "Remove avatar": "아바타 삭제하기", - "To remove other users' messages, you must be a": "다른 사용자의 메시지를 삭제하기 위해서, 당신은 -가 돼야 한다", - "Message removed by %(userId)s": "%(userId)s님에 의해 삭제된 메시지", - "Message removed": "메시지가 삭제됐습니다", - "Remove from community": "커뮤니티에서 삭제하기", - "Remove this user from community?": "이 사용자를 커뮤니티에서 삭제하시겠어요?", - "Failed to remove user from community": "유저를 커뮤니티에서 삭제하지 못했습니다", - "Are you sure you want to remove '%(roomName)s' from %(groupId)s?": "확실히 %(roomName)s를(을) %(groupId)s로부터 삭제하고 싶으세요?", - "Removing a room from the community will also remove it from the community page.": "방을 커뮤니티로부터 삭제하면 커뮤니티 페이지에서도 삭제됩니다.", - "Failed to remove room from community": "방을 커뮤니티로부터 삭제하지 못했습니다", - "Failed to remove '%(roomName)s' from %(groupId)s": "%(roomName)s를(을) %(groupId)s로부터 삭제하지 못했습니다", + "%(widgetName)s widget removed by %(senderName)s": "%(senderName)s님이 제거한 %(widgetName)s 위젯", + "Remove avatar": "아바타 제거하기", + "To remove other users' messages, you must be a": "다른 사용자의 메시지를 제거하기 위해서는, 당신은 -가 돼야 한다", + "Message removed by %(userId)s": "%(userId)s님에 의해 제거된 메시지", + "Message removed": "메시지가 제거됐습니다", + "Remove from community": "커뮤니티에서 제거하기", + "Remove this user from community?": "이 사용자를 커뮤니티에서 제거하시겠어요?", + "Failed to remove user from community": "유저를 커뮤니티에서 제거하지 못했습니다", + "Are you sure you want to remove '%(roomName)s' from %(groupId)s?": "확실히 %(roomName)s를(을) %(groupId)s로부터 제거하고 싶으세요?", + "Removing a room from the community will also remove it from the community page.": "방을 커뮤니티로부터 삭제하면 커뮤니티 페이지에서도 제거됩니다.", + "Failed to remove room from community": "커뮤니티로부터 방을 제거하지 못했습니다", + "Failed to remove '%(roomName)s' from %(groupId)s": "%(roomName)s를(을) %(groupId)s(으)로부터 제거하지 못했습니다.", "%(names)s and %(count)s others are typing|other": "%(names)s님과 %(count)s명 더 입력하는 중", "%(names)s and %(count)s others are typing|one": "%(names)s님 외 1명이 입력하는 중", "Message Pinning": "메시지 고정", @@ -878,9 +878,9 @@ "Debug Logs Submission": "디버그 로그 제출", "Submit debug logs": "디버그 로그 전송하기", "Select devices": "기기 선택하기", - "Enable inline URL previews by default": "기본으로 바로 URL 미리보기", + "Enable inline URL previews by default": "기본으로 바로 URL 미리보기 사용하기", "Always show encryption icons": "암호화 아이콘을 언제나 보여주기", - "Enable automatic language detection for syntax highlighting": "구문 강조를 위해 자동 언어 감지하기", + "Enable automatic language detection for syntax highlighting": "구문 강조를 위해 자동 언어 감지 사용하기", "Hide avatars in user and room mentions": "사용자와 방 언급할 때 아바타 숨기기", "Disable big emoji in chat": "대화에서 큰 이모지 비활성화하기", "Automatically replace plain text Emoji": "일반 텍스트로 된 이모지 자동으로 변환하기", @@ -906,7 +906,7 @@ "Encrypting": "암호화 중", "Encrypted, not sent": "암호화 됨, 보내지지 않음", "Disinvite this user?": "이 사용자에 대한 초대를 취소할까요?", - "Kick this user?": "이 사용자를 내쫒을까요?", + "Kick this user?": "이 사용자를 추방할까요?", "Unban this user?": "이 사용자를 차단 해제할까요?", "%(duration)ss": "%(duration)s초", "%(duration)sm": "%(duration)s분", @@ -922,11 +922,11 @@ "Unpin Message": "메시지 고정 해제하기", "No pinned messages.": "고정된 메시지가 없습니다.", "At this time it is not possible to reply with an emote.": "지금은 이모트로 답장할 수 없습니다.", - "Send a message (unencrypted)…": "(암호화 안 된)메시지를 보내세요…", + "Send a message (unencrypted)…": "(암호화 안 된) 메시지를 보내세요…", "Send an encrypted message…": "메시지를 보내세요…", "Unable to reply": "답장할 수 없습니다", "Send an encrypted reply…": "답장을 보내세요…", - "Send a reply (unencrypted)…": "(암호화 안 된)답장을 보내세요…", + "Send a reply (unencrypted)…": "(암호화 안 된) 답장을 보내세요…", "User Options": "사용자 옵션", "Share Link to User": "사용자에게 링크 공유하기", "Invite": "초대하기", @@ -937,7 +937,7 @@ "Demote": "강등하기", "Demote yourself?": "자신을 강등하시겠어요?", "Ban this user?": "이 사용자를 차단할까요?", - "To ban users, you must be a": "사용자를 차단하기 위해서, 당신은 -가 돼야 한다", + "To ban users, you must be a": "사용자를 차단하기 위해서 필요한 권한:", "were banned %(count)s times|other": "님은 %(count)s번 차단됐습니다", "were banned %(count)s times|one": "님은 차단됐습니다", "was banned %(count)s times|other": "님은 %(count)s번 차단됐습니다", @@ -948,17 +948,17 @@ "was unbanned %(count)s times|one": "는 차단 해제됐습니다", "Delete %(count)s devices|other": "%(count)s개 기기 지우기", "Drop here to restore": "복원하려면 여기에 떨어뜨리세요", - "Drop here to favourite": "즐겨찾기 하려면 여기에 떨어뜨리세요", - "Drop here to tag direct chat": "직접 대화를 태그하려면 여기에 떨어뜨리세요", + "Drop here to favourite": "즐겨찾으시려면 여기에 떨어뜨리세요.", + "Drop here to tag direct chat": "직접 대화를 태그하려면 여기에 떨어뜨리세요.", "You have entered an invalid address.": "잘못된 주소를 입력했습니다.", "This room is not public. You will not be able to rejoin without an invite.": "이 방은 공개되지 않았습니다. 초대 없이는 다시 들어올 수 없습니다.", - "Enable URL previews for this room (only affects you)": "이 방에 대해 URL 미리보기", - "Enable URL previews by default for participants in this room": "이 방에 참여한 모두에게 기본으로 URL 미리보기 적용하기", - "Enable widget screenshots on supported widgets": "지원되는 위젯에 대해 위젯 스크린샷 허용하기", + "Enable URL previews for this room (only affects you)": "이 방에 대해 URL 미리보기 사용하기", + "Enable URL previews by default for participants in this room": "이 방에 참여한 모두에게 기본으로 URL 미리보기 사용하기", + "Enable widget screenshots on supported widgets": "지원되는 위젯에 대해 위젯 스크린샷 사용하기", "Hide join/leave messages (invites/kicks/bans unaffected)": "들어오거나 떠나는 메시지 숨기기(초대/추방/차단은 그대로)", "Show empty room list headings": "빈 방 목록 표제 보이게 하기", "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "누군가 메시지에 URL을 넣으면 URL 미리보기가 보여져 웹사이트에서 온 제목, 설명, 그리고 이미지 등 그 링크에 대해 더 알 수 있습니다.", - "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "지금 이 방처럼, 암호화된 방에서는 홈서버(미리보기가 만들어지는 곳)에서 이 방에서 보여지는 링크에 대해 알 수 없도록 URL 미리보기가 기본적으로 비활성화돼 있습니다.", + "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "지금 이 방처럼, 암호화된 방에서는 홈 서버(미리보기가 만들어지는 곳)에서 이 방에서 보여지는 링크에 대해 알 수 없도록 URL 미리보기가 기본적으로 비활성화돼 있습니다.", "Your key share request has been sent - please check your other devices for key share requests.": "키 공유 요청이 보내졌습니다. 키 공유 요청을 다른 기기에서 받아주세요.", "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "자동으로 다른 기기에 키 공유 요청을 보냈습니다. 다른 기기에서 키 공유 요청을 거절하거나 묵살하셨으면, 여기를 눌러 이번 세션에 다시 키를 요청하세요.", "<requestLink>Re-request encryption keys</requestLink> from your other devices.": "다른 기기로부터 <requestLink>암호화 키 재요청</requestLink>", @@ -969,11 +969,221 @@ "Share room": "방 공유하기", "Drop here to demote": "강등하려면 여기에 떨어뜨리세요", "Community Invites": "커뮤니티 초대", - "You have no historical rooms": "오래된 방이 없습니다", - "You have been kicked from this room by %(userName)s.": "%(userName)s님에 의해", - "You have been banned from this room by %(userName)s.": "%(userName)s님이 이 방에서 내쫒았습니다.", + "You have no historical rooms": "보관하고 있는 방이 없습니다", + "You have been kicked from this room by %(userName)s.": "%(userName)s님에 의해 추방당했습니다.", + "You have been banned from this room by %(userName)s.": "%(userName)s님에 의해 이 방에서 차단당했습니다.", "You are trying to access a room.": "방에 접근하고 있습니다.", "To change the room's avatar, you must be a": "방의 아바타를 바꾸려면, -여야 합니다", "To change the room's name, you must be a": "방 이름을 바꾸려면, -여야 합니다.", - "To change the room's main address, you must be a": "방의 매인 주소를 바꾸려면, -여야 합니다." + "To change the room's main address, you must be a": "방의 매인 주소를 바꾸려면, -여야 합니다.", + "Members only (since they joined)": "구성원만(??한 시점부터)", + "%(severalUsers)sjoined %(count)s times|one": "%(severalUsers)s님이 들어왔습니다", + "%(severalUsers)sjoined %(count)s times|other": "%(severalUsers)s님이 %(count)s번 들어왔습니다", + "%(oneUser)sjoined %(count)s times|other": "%(oneUser)s님이 %(count)s번 들어왔습니다", + "%(oneUser)sjoined %(count)s times|one": "%(oneUser)s님이 들어왔습니다", + "%(severalUsers)sjoined and left %(count)s times|other": "%(severalUsers)s님이 %(count)s번 들어왔다가 나갔습니다", + "%(severalUsers)sjoined and left %(count)s times|one": "%(severalUsers)s님이 들어왔다가 나갔습니다", + "%(oneUser)sjoined and left %(count)s times|other": "%(oneUser)님이 %(count)s번 들어왔다가 나갔습니다", + "%(oneUser)sjoined and left %(count)s times|one": "%(oneUser)s님이 들어왔다가 나갔습니다", + "%(severalUsers)sleft and rejoined %(count)s times|one": "%(severalUsers)s님이 나갔다가 다시 들어왔습니다", + "%(oneUser)sleft and rejoined %(count)s times|other": "%(oneUser)s님이 %(count)s번 나갔다가 다시 들어왔습니다", + "%(oneUser)sleft and rejoined %(count)s times|one": "%(oneUser)s님이 나갔다가 다시 들어왔습니다", + "%(severalUsers)sleft %(count)s times|other": "%(severalUsers)s님이 %(count)s번 나갔습니다", + "%(severalUsers)sleft %(count)s times|one": "%(severalUsers)s님이 나갔습니다", + "%(oneUser)sleft %(count)s times|other": "%(oneUser)s님이 %(count)s번 나갔다가 들어왔습니다", + "%(oneUser)sleft %(count)s times|one": "%(oneUser)s님이 나갔습니다", + "%(items)s and %(count)s others|one": "%(items)s, 그리고 하나 더.", + "A call is currently being placed!": "전화 걸고 있습니다.", + "Permission Required": "권한이 필요합니다.", + "A conference call could not be started because the intgrations server is not available": "서버가 연결되지 않아 전화 회의를 시작하지 못했습니다.", + "You do not have permission to start a conference call in this room": "이 방에서는 전화 회의를 시작할 권한이 없습니다.", + "deleted": "삭제됐습니다.", + "underlined": "밑줄 쳤습니다.", + "<h1>HTML for your community's page</h1>\n<p>\n Use the long description to introduce new members to the community, or distribute\n some important <a href=\"foo\">links</a>\n</p>\n<p>\n You can even use 'img' tags\n</p>\n": "<h1>커뮤니티 페이지를 위한 HTML</h1>\n<p>\n 커뮤니티에 새 구성원을 소개할 때 길게 설명하거나\n 좀 중요한 <a href=\"foo\">링크</a>로 배포할 수 있습니다.\n</p>\n<p>\n 'img' 태그를 사용할 수도 있습니다.\n</p>\n", + "Copied!": "복사했습니다!", + "Failed to copy": "복사하지 못했습니다.", + "Show Stickers": "스티커 보내기", + "Hide Stickers": "스티커 숨기기", + "Stickerpack": "스티커 팩", + "Add a stickerpack": "스티커 팩 추가하기", + "You don't currently have any stickerpacks enabled": "사용하고 있는 스티커 팩이 없습니다.", + "An email has been sent to %(emailAddress)s": "%(emailAddress)s에 이메일을 보냈습니다.", + "Code": "코드", + "The email field must not be blank.": "이메일을 써 주십시오.", + "The user name field must not be blank.": "사용자 이름을 써 주십시오.", + "The phone number field must not be blank.": "전화번호를 써 주십시오.", + "The password field must not be blank.": "비밀번호를 써 주십시오.", + "Username on %(hs)s": "%(hs)s 사용자 이름", + "%(serverName)s Matrix ID": "%(serverName)s의 Matrix ID", + "Disinvite this user from community?": "이 사용자에게 보낸 커뮤니티 초대를 취소할까요?", + "Failed to withdraw invitation": "초대를 취소하지 못했습니다.", + "Filter community members": "커뮤니티 구성원 찾기", + "Filter results": "검색 결과", + "Filter community rooms": "커뮤니티 방 찾기", + "Clear filter": "검색 초기화하기", + "Did you know: you can use communities to filter your Riot.im experience!": "모르고 계셨다면: Riot에서의 경험을 커뮤니티 별로 정리할 수 있어요!", + "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "필터를 사용하고 싶으시다면, 커뮤니티 아바타를 스크린 왼쪽의 필터판에 끌어다 놓으면 됩니다. 언제든지, 필터판에 있는 아바타를 누르면 그 커뮤니티와 괸련된 방과 사람만 볼 수 있습니다.", + "Muted Users": "음소거된 사용자", + "Delete Widget": "위젯 지우기", + "An error ocurred whilst trying to remove the widget from the room": "방에서 위젯을 제거하는 동안 에러가 났습니다.", + "Failed to remove widget": "위젯을 제거하지 못했습니다.", + "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "위젯을 삭제하면 이 방의 모든 사용자에게도 제거됩니다. 정말 이 위젯을 삭제하고 싶으세요?", + "The room '%(roomName)s' could not be removed from the summary.": "'%(roomName)s' 방을 요약에서 제거하지 못했습니다.", + "Failed to remove the room from the summary of %(groupId)s": "방을 %(groupId)s의 요약에서 제거하지 못했습니다.", + "Log out and remove encryption keys?": "로그아웃하고 암호화 열쇠를 제거하시겠어요?", + "Failed to remove a user from the summary of %(groupId)s": "한 사용자를 %(groupId)s의 요약에서 제거하지 못했습니다.", + "This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible.</b>": "계정을 일시적으로 사용할 수 없게 됩니다. 로그인할 수 없고, 누구도 같은 사용자 ID를 다시 등록할 수 없습니다. 들어가 있던 모든 방에서 나오게 되고, ID 서버에서 계정 상세 정보도 제거됩니다. <b>이 결정은 돌이킬 수 없습니다.</b>", + "Yes, I want to help!": "네, 돕고 싶어요!", + "NOTE: Apps are not end-to-end encrypted": "참고: 앱은 종단 간 암호화가 돼 있지 않습니다.", + "Integrations Error": "통합 에러", + "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Github를 통해 버그를 신고하셨다면, 디버그 로그가 문제를 해결하는데 도움을 줍니다. 디버그 로그에는 사용자 이름과 방문했던 방이나 그룹의 ID와 별칭, 그리고 다른 사용자의 사용자 이름이 포함됩니다. 대화 내용은 포함되지 않습니다.", + "Warning: This widget might use cookies.": "경고: 이 위젯은 쿠키를 사용할 수도 있습니다.", + "Delete widget": "위젯 삭제하기", + "Minimize apps": "앱 최소화하기", + "Reload widget": "위젯 다시 시작하기", + "Popout widget": "위젯 팝업", + "Picture": "사진", + "Communities": "커뮤니티", + "%(severalUsers)srejected their invitations %(count)s times|one": "%(severalUsers)s님이 초대를 거절했습니다.", + "%(oneUser)srejected their invitation %(count)s times|other": "%(oneUser)s님이 초대를 %(count)s번 거절했습니다.", + "%(oneUser)srejected their invitation %(count)s times|one": "%(oneUser)s님이 초대를 거절했습니다.", + "were invited %(count)s times|other": "님이 %(count)s번 초대받았습니다.", + "were invited %(count)s times|one": "님이 초대받았습니다.", + "%(user)s is a %(userRole)s": "%(user)s님은 %(userRole)s입니다.", + "To notify everyone in the room, you must be a": "방의 모두에게 알림을 보내기 위한 권한:", + "To kick users, you must be a": "사용자를 추방하기 위한 권한:", + "To configure the room, you must be a": "방을 설정하기 위한 권한:", + "To invite users into the room, you must be a": "사용자를 방에 초대하기 위한 권한:", + "To send messages, you must be a": "메시지를 보내기 위한 권한:", + "To modify widgets in the room, you must be a": "방의 위젯을 변경하기 위한 권한:", + "To change the topic, you must be a": "주제를 바꾸기 위한 권한:", + "To change the permissions in the room, you must be a": "방에서의 권한을 바꾸기 위한 권한:", + "To change the room's history visibility, you must be a": "방의 기록을 보이게 하기 위한 권한:", + "inline-code": "인라인 코드", + "block-quote": "인용 블록", + "bulleted-list": "글머리 기호 목록", + "numbered-list": "숫자 목록", + "To send events of type <eventType/>, you must be a": "<eventType/> 종류의 이벤트를 보내기 위한 권한:", + "Event Content": "이벤트 내용", + "Event Type": "이벤트 종류", + "Failed to send custom event.": "맞춤 이벤트를 보내지 못했습니다.", + "Event sent!": "이벤트를 보냈어요!", + "You must specify an event type!": "이벤트 종류를 명시해야 해요!", + "Send Custom Event": "맞춤 이벤트 보내기", + "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "답장 온 이벤트를 가져오지 못했습니다. 이벤트가 아예 없거나, 이벤트를 볼 권한이 없으신 것 같습니다.", + "Autocomplete Delay (ms):": "자동입력 지연 시간(ms):", + "Light theme": "밝은 테마", + "Dark theme": "어두운 테마", + "Status.im theme": "Status.im식 테마", + "A text message has been sent to %(msisdn)s": "%(msisdn)s님에게 문자 메시지를 보냈습니다.", + "Something went wrong when trying to get your communities.": "커뮤니티를 받는 중에 뭔가 잘못됐습니다.", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie.": "<UsageDataLink>익명으로 사용 데이터</UsageDataLink>를 보내 Riot의 발전을 도와주세요. 이 과정에서 쿠키를 사용합니다.", + "Allow": "허가하기", + "Visible to everyone": "모두에게 보여짐", + "Only visible to community members": "커뮤니티 구성원에게만 보여짐", + "Visibility in Room List": "방 목록에서의 가시성", + "The visibility of '%(roomName)s' in %(groupId)s could not be updated.": "%(groupId)s에 있는 %(roomName)s 방에서의 가시성이 업데이트 되지 않았습니다.", + "was invited %(count)s times|one": "님이 초대됐습니다.", + "was invited %(count)s times|other": "님이 %(count)s번 초대됐습니다.", + "collapse": "줄이기", + "expand": "늘이기", + "Matrix ID": "Matrix ID", + "email address": "이메일 주소", + "Matrix Room ID": "Matrix 방 ID", + "Preparing to send logs": "로그 보내려고 준비 중", + "Logs sent": "로그 보냈습니다.", + "Failed to send logs: ": "다음 로그를 보내지 못했습니다: ", + "GitHub issue link:": "GitHub 이슈 링크:", + "Riot bugs are tracked on GitHub: <a>create a GitHub issue</a>.": "Riot의 버그는 Github에서 트랙됩니다. <a>Github 이슈 만들기</a>", + "Notes:": "참고:", + "Community IDs cannot be empty.": "커뮤니티 ID를 입력해 주세요.", + "Community IDs may only contain characters a-z, 0-9, or '=_-./'": "커뮤니티 ID에는 a-z, 0-9, 혹은 '=_-.'만 사용할 수 있습니다.", + "Something went wrong whilst creating your community": "커뮤니티를 생성하는 동안 뭔가 잘못됐습니다.", + "Create Community": "커뮤니티 만들기", + "Community Name": "커뮤니티 이름", + "Example": "예시", + "Community ID": "커뮤니티 ID", + "example": "예시", + "Create": "만들기", + "Advanced options": "고급 설정", + "Block users on other matrix homeservers from joining this room": "다른 Matrix 홈 서버에서 이 방에 들어오려는 사용자 막기", + "Failed to indicate account erasure": "계정이 지워졌다는 것을 표시하지 못했습니다.", + "Deactivating your account <b>does not by default cause us to forget messages you have sent.</b> If you would like us to forget your messages, please tick the box below.": "계정을 비활성화한다고 해서 <b>보내셨던 메시지가 기본으로 지워지는 건 아닙니다.</b> 저희가 갖고 있는 메시지를 지우시려면 밑의 박스를 눌러주세요.", + "There's no one else here! Would you like to <inviteText>invite others</inviteText> or <nowarnText>stop warning about the empty room</nowarnText>?": "다른 사람이 아무도 없군요! <inviteText>다른 사람을 초대하거나</inviteText> <nowarnText>방이 비었다는 걸 그만 알려드릴까요</nowarnText>?", + "To continue, please enter your password:": "계속하려면 비밀번호를 입력해 주세요:", + "password": "비밀번호", + "Refresh": "새로고침", + "To get started, please pick a username!": "시작하시려면, 사용자 이름을 골라주세요!", + "Share Room": "방 공유하기", + "Share User": "사용자 공유하기", + "Share Community": "커뮤니티 공유하기", + "Share Room Message": "방 메시지 공유하기", + "Link to selected message": "선택한 메시지로 연결하기", + "COPY": "복사", + "Unable to reject invite": "초대를 거절하지 못했습니다.", + "Reply": "답장", + "Pin Message": "메시지 고정하기", + "Share Message": "메시지 공유하기", + "Collapse Reply Thread": "이어지는 답장 줄이기", + "View Community": "커뮤니티 보기", + "Please install <chromeLink>Chrome</chromeLink> or <firefoxLink>Firefox</firefoxLink> for the best experience.": "<chromeLink>크롬</chromeLink>이나 <firefoxLink>파이어폭스</firefoxLink>를 설치하면 가장 좋은 경험을 하실 수 있습니다.", + "<safariLink>Safari</safariLink> and <operaLink>Opera</operaLink> work too.": "<safariLink>사파리</safariLink>나 <operaLink>오페라</operaLink>도 가능합니다.", + "Add rooms to the community summary": "커뮤니티 요약에 방 추가하기", + "Everyone": "모두", + "were kicked %(count)s times|other": "님은 %(count)s번 추방당했습니다.", + "were kicked %(count)s times|one": "님은 추방당했습니다.", + "was kicked %(count)s times|other": "님은 %(count)s번 추방당했습니다.", + "was kicked %(count)s times|one": "님은 추방당했습니다.", + "Custom of %(powerLevel)s": "", + "And %(count)s more...|other": "%(count)s개 더...", + "Add a User": "사용자 추가하기", + "Failed to upload image": "이미지를 업로드하지 못했습니다.", + "Failed to update community": "커뮤니티를 업데이트하지 못했습니다.", + "Unable to accept invite": "초대를 승락하지 못했습니다.", + "Unable to join community": "커뮤니티에 들어갈 수 없습니다.", + "Leave Community": "커뮤니티 나가기", + "Leave %(groupName)s?": "%(groupName)s를(을) 나가시겠어요?", + "Unable to leave community": "커뮤니티를 나갈 수 없습니다.", + "Community Settings": "커뮤니티 설정", + "Add rooms to this community": "이 커뮤니티에 방 추가하기", + "Featured Rooms:": "추천하는 방:", + "Featured Users:": "추천하는 사용자:", + "Join this community": "이 커뮤니티에 들어가기", + "Leave this community": "이 커뮤니티에서 나오기", + "%(inviter)s has invited you to join this community": "%(inviter)s님이 이 커뮤니티에 초대했습니다.", + "You are an administrator of this community": "이 커뮤니티의 관리자이십니다.", + "You are a member of this community": "이 커뮤니티의 구성원이십니다.", + "Who can join this community?": "누가 이 커뮤니티에 들어올 수 있나요?", + "Your community hasn't got a Long Description, a HTML page to show to community members.<br />Click here to open settings and give it one!": "커뮤니티에 긴 설명, 즉 커뮤니티 구성원에게 보여줄 HTML 페이지가 없습니다. <br />여기를 눌러 설정을 열고 설명을 부여하세요!", + "Long Description (HTML)": "긴 설명(HTML)", + "Description": "설명", + "Community %(groupId)s not found": "%(groupId)s 커뮤니티를 찾지 못했습니다.", + "This Home server does not support communities": "이 홈 서버는 커뮤니티를 지원하지 않습니다.", + "Failed to load %(groupId)s": "%(groupId)s를 받지 못했습니다.", + "Can't leave Server Notices room": "서버 알림 방을 떠날 수 없습니다.", + "This room is used for important messages from the Homeserver, so you cannot leave it.": "이 방은 홈 서버로부터 중요한 메시지를 받는 데 쓰이므로 떠나실 수 없습니다.", + "Terms and Conditions": "이용 약관", + "Review terms and conditions": "이용 약관 읽기", + "Old cryptography data detected": "오래된 암호 데이터를 발견했습니다.", + "Your Communities": "속한 커뮤니티", + "Create a new community": "새 커뮤니티 만들기", + "Error whilst fetching joined communities": "속한 커뮤니티를 받는 중, 에러가 났습니다.", + "Room Notification": "방 알림", + "Notify the whole room": "방 모두에게 알리기", + "Sign in to get started": "시작하시려면 로그인하세요.", + "Try the app first": "앱을 먼저 써 보세요.", + "This homeserver doesn't offer any login flows which are supported by this client.": "이 홈 서버는 이 클라이언트에서 지원되는 로그인 방식을 지원하지 않습니다.", + "To continue using the %(homeserverDomain)s homeserver you must review and agree to our terms and conditions.": "홈 서버 %(homeserverDomain)s를(을) 계속 사용하기 위해서는 저희 이용 약관을 읽어보시고 동의하셔야 합니다.", + "State Key": "상태 키", + "Send Account Data": "계정 정보 보내기", + "Loading device info...": "기기 정보 받는 중...", + "Clear Storage and Sign Out": "저장소 지우고 로그아웃하기", + "Send Logs": "로그 보내기", + "We encountered an error trying to restore your previous session.": "저번 활동을 복구하던 중 에러가 났습니다.", + "Add to summary": "요약에 추가하기", + "Which rooms would you like to add to this summary?": "이 요약에 어떤 방을 추가하시겠어요?", + "Add a Room": "방 추가하기", + "Add users to the community summary": "커뮤니티 요약에 사용자 추가하기", + "Who would you like to add to this summary?": "이 요약에 누구를 추가하고 싶으세요?", + "Link to most recent message": "가장 최근 메시지로 링크 걸기" } diff --git a/src/i18n/strings/lt.json b/src/i18n/strings/lt.json index e1525f7af1..b911458438 100644 --- a/src/i18n/strings/lt.json +++ b/src/i18n/strings/lt.json @@ -13,7 +13,7 @@ "Analytics": "Statistika", "The information being sent to us to help make Riot.im better includes:": "Informacijoje, kuri yra siunčiama Riot.im tobulinimui yra:", "Fetching third party location failed": "Nepavyko gauti trečios šalies vietos", - "A new version of Riot is available.": "Yra nauja Riot versija.", + "A new version of Riot is available.": "Yra prieinama nauja Riot versija.", "I understand the risks and wish to continue": "Aš suprantu riziką ir noriu tęsti", "Couldn't load home page": "Nepavyksta užkrauti namų puslapio", "Send Account Data": "Siųsti paskyros duomenis", @@ -43,10 +43,10 @@ "All notifications are currently disabled for all targets.": "Šiuo metu visi pranešimai visiems objektams yra išjungti.", "Operation failed": "Operacija nepavyko", "delete the alias.": "ištrinti slapyvardį.", - "To return to your account in future you need to <u>set a password</u>": "Ateityje norėdami prisijungti prie savo paskyros turite <u>susigalvoti slaptažodį</u>", + "To return to your account in future you need to <u>set a password</u>": "Ateityje, norėdami grįžti prie savo paskyros turite <u>nusistatyti slaptažodį</u>", "Forget": "Pamiršti", "World readable": "Visiems skaitomas", - "Mute": "Užtildyti", + "Mute": "Nutildyti", "Hide panel": "Slėpti skydelį", "You cannot delete this image. (%(code)s)": "Jūs negalite ištrinti šio paveikslėlio. (%(code)s)", "Cancel Sending": "Atšaukti siuntimą", @@ -64,7 +64,7 @@ "Notifications on the following keywords follow rules which can’t be displayed here:": "Pranešimai šiems raktažodžiams yra uždrausti taisyklėmis:", "<safariLink>Safari</safariLink> and <operaLink>Opera</operaLink> work too.": "Naudojant <safariLink>Safari</safariLink> ir <operaLink>Opera</operaLink> taip pat gerai veikia.", "Please set a password!": "Prašau įrašykite slaptažodį!", - "powered by Matrix": "palaikomas Matrix", + "powered by Matrix": "veikia su Matrix", "You have successfully set a password!": "Jūs sėkmingai įrašėte slaptažodį!", "Favourite": "Svarbūs", "All Rooms": "Visi pokalbių kambariai", @@ -97,7 +97,7 @@ "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riot naudoja daug išplėstinių naršyklės funkcionalumų, kai kurie iš jų yra neprieinami ar eksperimentinei Jūsų naršyklėje.", "Event sent!": "Įvykis išsiųstas!", "Unnamed room": "Kambarys be pavadinimo", - "Dismiss": "Nutraukti", + "Dismiss": "Atmesti", "Explore Account Data": "Peržiūrėti paskyros duomenis", "Remove from Directory": "Šalinti iš katalogo", "Download this file": "Atsisiųsti šį failą", @@ -109,7 +109,7 @@ "Failed to set Direct Message status of room": "Nepavyko nustatyti tiesioginio pranešimo kambario būklės", "Monday": "Pirmadienis", "All messages (noisy)": "Visos žinutės (triukšmingas)", - "Enable them now": "Įgalinti juos dabar", + "Enable them now": "Įjungti juos dabar", "Enable audible notifications in web client": "Įgalinti garsinius pranešimus internetinėje aplinkoje", "Messages containing my user name": "Žinutės, kuriose paminėtas mano naudotojo vardas", "Toolbox": "Įrankinė", @@ -154,7 +154,7 @@ "Quote": "Citata", "Messages in group chats": "Žinutės grupės pokalbiuose", "Yesterday": "Vakar", - "Error encountered (%(errorDetail)s).": "Gauta klaida (%(errorDetail)s).", + "Error encountered (%(errorDetail)s).": "Susidurta su klaida (%(errorDetail)s).", "Login": "Prisijungti", "Low Priority": "Nesvarbūs", "Riot does not know how to join a room on this network": "Riot nežino kaip prisijungti prie kambario šiame tinkle", @@ -181,11 +181,606 @@ "%(count)s Members|one": "%(count)s narys", "Developer Tools": "Programuotojo įrankiai", "Unhide Preview": "Rodyti paržiūrą", - "Custom Server Options": "Pasirinktiniai serverio nustatymai", + "Custom Server Options": "Tinkinto serverio parametrai", "Event Content": "Įvykio turinys", "Thank you!": "Ačiū!", "Collapse panel": "Suskleisti skydelį", "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "Naudojant šią naršyklę aplikacija gali atrodyti ir reaguoti neteisingai. Kai kurios arba visos funkcijos gali neveikti. Jei vis tiek norite pabandyti gali tęsti, tačiau iškilusios problemos yra jūsų pačių reikalas!", "Checking for an update...": "Tikrinama ar yra atnaujinimų...", - "There are advanced notifications which are not shown here": "Yra išplėstinių pranešimų, kurie nėra čia rodomi" + "There are advanced notifications which are not shown here": "Yra išplėstinių pranešimų, kurie nėra čia rodomi", + "e.g. %(exampleValue)s": "pvz., %(exampleValue)s", + "e.g. <CurrentPageURL>": "pvz., <CurrentPageURL>", + "Your device resolution": "Jūsų įrenginio raiška", + "Call Failed": "Skambutis nepavyko", + "Call Anyway": "Vis tiek skambinti", + "Answer Anyway": "Vis tiek atsiliepti", + "Call": "Skambinti", + "Answer": "Atsiliepti", + "Unable to capture screen": "Nepavyko nufotografuoti ekraną", + "You are already in a call.": "Jūs jau dalyvaujate skambutyje.", + "VoIP is unsupported": "VoIP yra nepalaikoma", + "Could not connect to the integration server": "Nepavyko prisijungti prie integracijos serverio", + "Permission Required": "Reikalingas leidimas", + "The file '%(fileName)s' failed to upload": "Nepavyko įkelti failo \"%(fileName)s\"", + "Upload Failed": "Įkėlimas nepavyko", + "Sun": "Sek", + "Mon": "Pir", + "Tue": "Ant", + "Wed": "Tre", + "Thu": "Ket", + "Fri": "Pen", + "Sat": "Šeš", + "Jan": "Sau", + "Feb": "Vas", + "Mar": "Kov", + "Apr": "Bal", + "May": "Geg", + "Jun": "Bir", + "Jul": "Lie", + "Aug": "Rgp", + "Sep": "Rgs", + "Oct": "Spa", + "Nov": "Lap", + "Dec": "Gru", + "PM": "PM", + "AM": "AM", + "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(fullYear)s %(monthName)s %(day)s", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(fullYear)s %(monthName)s %(day)s %(time)s", + "Who would you like to add to this community?": "Ką norėtumėte pridėti į šią bendruomenę?", + "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Įspėjimas: bet kuris pridėtas asmuo bus matomas visiems, žinantiems bendruomenės ID", + "Name or matrix ID": "Vardas ar matrix ID", + "Invite to Community": "Pakviesti į bendruomenę", + "Which rooms would you like to add to this community?": "Kuriuos kambarius norėtumėte pridėti į šią bendruomenę?", + "Add rooms to the community": "Pridėti kambarius į bendruomenę", + "Add to community": "Pridėti į bendruomenę", + "Failed to invite the following users to %(groupId)s:": "Nepavyko pakviesti šių naudotojų į %(groupId)s:", + "Failed to invite users to community": "Nepavyko pakviesti naudotojus į bendruomenę", + "Failed to invite users to %(groupId)s": "Nepavyko pakviesti naudotojų į %(groupId)s", + "Failed to add the following rooms to %(groupId)s:": "Nepavyko pridėti šiuos kambarius į %(groupId)s:", + "Riot does not have permission to send you notifications - please check your browser settings": "Riot neturi leidimo siųsti jums pranešimus - patikrinkite savo naršyklės nustatymus", + "Riot was not given permission to send notifications - please try again": "Riot nebuvo suteiktas leidimas siųsti pranešimus - bandykite dar kartą", + "Unable to enable Notifications": "Nepavyko įjungti Pranešimus", + "This email address was not found": "Šis el. pašto adresas nebuvo rastas", + "Admin": "Administratorius", + "Start a chat": "Pradėti pokalbį", + "Email, name or matrix ID": "El. paštas, vardas ar matrix ID", + "Start Chat": "Pradėti pokalbį", + "Who would you like to add to this room?": "Ką norėtumėte pridėti į šį kambarį?", + "Send Invites": "Siųsti pakvietimus", + "Failed to invite user": "Nepavyko pakviesti naudotojo", + "Failed to invite": "Nepavyko pakviesti", + "Failed to invite the following users to the %(roomName)s room:": "Nepavyko pakviesti šių naudotojų į kambarį %(roomName)s :", + "You need to be logged in.": "Turite būti prisijungę.", + "Unable to create widget.": "Nepavyko sukurti valdiklio.", + "Failed to send request.": "Nepavyko išsiųsti užklausos.", + "This room is not recognised.": "Šis kambarys neatpažintas.", + "You are not in this room.": "Jūs nesate šiame kambaryje.", + "You do not have permission to do that in this room.": "Jūs neturite leidimo tai atlikti šiame kambaryje.", + "Room %(roomId)s not visible": "Kambarys %(roomId)s nematomas", + "/ddg is not a command": "/ddg nėra komanda", + "Changes your display nickname": "Pakeičia jūsų rodomą slapyvardį", + "Sets the room topic": "Nustato kambario temą", + "Invites user with given id to current room": "Pakviečia naudotoją su nurodytu id į esamą kambarį", + "You are now ignoring %(userId)s": "Dabar nepaisote %(userId)s", + "Opens the Developer Tools dialog": "Atveria kūrėjo įrankių dialogą", + "Unknown (user, device) pair:": "Nežinoma pora (naudotojas, įrenginys):", + "Device already verified!": "Įrenginys jau patvirtintas!", + "WARNING: Device already verified, but keys do NOT MATCH!": "ĮSPĖJIMAS: Įrenginys jau patvirtintas, tačiau raktai NESUTAMPA!", + "Verified key": "Patvirtintas raktas", + "Displays action": "Rodo veiksmą", + "Unrecognised command:": "Neatpažinta komanda:", + "Reason": "Priežastis", + "%(targetName)s accepted an invitation.": "%(targetName)s priėmė pakvietimą.", + "%(senderName)s invited %(targetName)s.": "%(senderName)s pakvietė naudotoją %(targetName)s.", + "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s pasikeitė savo rodomą vardą į %(displayName)s.", + "%(senderName)s set their display name to %(displayName)s.": "%(senderName)s nusistatė savo rodomą vardą į %(displayName)s.", + "%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s pašalino savo rodomą vardą (%(oldDisplayName)s).", + "%(senderName)s removed their profile picture.": "%(senderName)s pašalino savo profilio paveikslą.", + "%(senderName)s changed their profile picture.": "%(senderName)s pasikeitė savo profilio paveikslą.", + "%(senderName)s set a profile picture.": "%(senderName)s nusistatė profilio paveikslą.", + "%(targetName)s rejected the invitation.": "%(targetName)s atmetė pakvietimą.", + "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s pakeitė temą į \"%(topic)s\".", + "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s pakeitė kambario pavadinimą į %(roomName)s.", + "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s išsiuntė paveikslą.", + "Someone": "Kažkas", + "%(senderName)s answered the call.": "%(senderName)s atsiliepė į skambutį.", + "(unknown failure: %(reason)s)": "(nežinoma lemtingoji klaida: %(reason)s)", + "%(senderName)s ended the call.": "%(senderName)s užbaigė skambutį.", + "%(displayName)s is typing": "%(displayName)s rašo", + "%(names)s and %(count)s others are typing|other": "%(names)s ir dar kiti %(count)s rašo", + "%(names)s and %(lastPerson)s are typing": "%(names)s ir %(lastPerson)s rašo", + "Send anyway": "Vis tiek siųsti", + "Unnamed Room": "Kambarys be pavadinimo", + "Hide removed messages": "Slėpti pašalintas žinutes", + "Hide display name changes": "Slėpti rodomo vardo pakeitimus", + "Show timestamps in 12 hour format (e.g. 2:30pm)": "Rodyti laiko žymas 12 valandų formatu (pvz., 2:30pm)", + "Always show message timestamps": "Visada rodyti žinučių laiko žymas", + "Always show encryption icons": "Visada rodyti šifravimo piktogramas", + "Room Colour": "Kambario spalva", + "Decline": "Atmesti", + "Accept": "Priimti", + "Incorrect verification code": "Neteisingas patvirtinimo kodas", + "Submit": "Pateikti", + "Phone": "Telefonas", + "Add phone number": "Pridėti telefono numerį", + "Add": "Pridėti", + "Failed to upload profile picture!": "Nepavyko įkelti profilio paveikslą!", + "Upload new:": "Įkelti naują:", + "No display name": "Nėra rodomo vardo", + "New passwords don't match": "Nauji slaptažodžiai nesutampa", + "Passwords can't be empty": "Slaptažodžiai negali būti tušti", + "Warning!": "Įspėjimas!", + "Do you want to set an email address?": "Ar norite nustatyti el. pašto adresą?", + "Current password": "Dabartinis slaptažodis", + "Password": "Slaptažodis", + "New Password": "Naujas slaptažodis", + "Unable to load device list": "Nepavyko įkelti įrenginių sąrašo", + "Delete %(count)s devices|one": "Ištrinti įrenginį", + "Device ID": "Įrenginio ID", + "Device Name": "Įrenginio pavadinimas", + "Failed to set display name": "Nepavyko nustatyti rodomą vardą", + "Disable Notifications": "Išjungti pranešimus", + "Enable Notifications": "Įjungti pranešimus", + "Cannot add any more widgets": "Nepavyksta pridėti daugiau valdiklių", + "Add a widget": "Pridėti valdiklį", + "Drop File Here": "Vilkite failą čia", + "Drop file here to upload": "Norėdami įkelti, vilkite failą čia", + " (unsupported)": " (nepalaikoma)", + "%(senderName)s sent an image": "%(senderName)s išsiuntė paveikslą", + "%(senderName)s sent a video": "%(senderName)s išsiuntė vaizdo įrašą", + "%(senderName)s uploaded a file": "%(senderName)s įkėlė failą", + "Options": "Parametrai", + "Key request sent.": "Rakto užklausa išsiųsta.", + "Unencrypted message": "Nešifruota žinutė", + "device id: ": "įrenginio id: ", + "Failed to mute user": "Nepavyko nutildyti naudotoją", + "Are you sure?": "Ar tikrai?", + "Devices": "Įrenginiai", + "Ignore": "Nepaisyti", + "Invite": "Pakviesti", + "User Options": "Naudotojo parametrai", + "Admin Tools": "Administratoriaus įrankiai", + "bold": "pusjuodis", + "italic": "kursyvas", + "Attachment": "Priedas", + "Upload Files": "Įkelti failus", + "Are you sure you want to upload the following files?": "Ar tikrai norite įkelti šiuos failus?", + "Encrypted room": "Šifruotas kambarys", + "Unencrypted room": "Nešifruotas kambarys", + "Voice call": "Balso skambutis", + "Video call": "Vaizdo skambutis", + "Upload file": "Įkelti failą", + "Show Text Formatting Toolbar": "Rodyti teksto formatavimo įrankių juostą", + "Send an encrypted reply…": "Siųsti šifruotą atsakymą…", + "Send a reply (unencrypted)…": "Siųsti atsakymą (nešifruotą)…", + "Send an encrypted message…": "Siųsti šifruotą žinutę…", + "Send a message (unencrypted)…": "Siųsti žinutę (nešifruotą)…", + "Hide Text Formatting Toolbar": "Slėpti teksto formatavimo įrankių juostą", + "Server error": "Serverio klaida", + "Command error": "Komandos klaida", + "Unable to reply": "Nepavyko atsakyti", + "Loading...": "Įkeliama...", + "Pinned Messages": "Prisegtos žinutės", + "Unknown": "Nežinoma", + "Save": "Įrašyti", + "(~%(count)s results)|other": "(~%(count)s rezultatų(-ai))", + "(~%(count)s results)|one": "(~%(count)s rezultatas)", + "Upload avatar": "Įkelti avatarą", + "Remove avatar": "Šalinti avatarą", + "Settings": "Nustatymai", + "Show panel": "Rodyti skydelį", + "Press <StartChatButton> to start a chat with someone": "Norėdami pradėti su kuo nors pokalbį, paspauskite <StartChatButton>", + "Community Invites": "", + "People": "Žmonės", + "Reason: %(reasonText)s": "Priežastis: %(reasonText)s", + "%(roomName)s does not exist.": "%(roomName)s nėra.", + "%(roomName)s is not accessible at this time.": "%(roomName)s šiuo metu nėra pasiekiamas.", + "<a>Click here</a> to join the discussion!": "<a>Spustelėkite čia</a>, norėdami prisijungti prie diskusijos!", + "To change the topic, you must be a": "Norėdami pakeisti temą, privalote būti", + "Enable encryption": "Įjungti šifravimą", + "To send messages, you must be a": "Norėdami siųsti žinutes, privalote būti", + "To invite users into the room, you must be a": "Norėdami pakviesti naudotojus į kambarį, privalote būti", + "To configure the room, you must be a": "Norėdami konfigūruoti kambarį, privalote būti", + "To remove other users' messages, you must be a": "Norėdami šalinti kitų naudotojų žinutes, privalote būti", + "%(user)s is a %(userRole)s": "%(user)s yra %(userRole)s", + "Muted Users": "Nutildyti naudotojai", + "Click here to fix": "Spustelėkite čia, norėdami pataisyti", + "To send events of type <eventType/>, you must be a": "Norėdami siųsti <eventType/> tipo įvykius, privalote būti", + "Only people who have been invited": "Tik žmonės, kurie buvo pakviesti", + "Anyone who knows the room's link, apart from guests": "Bet kas, žinantis kambario nuorodą, išskyrus svečius", + "Anyone who knows the room's link, including guests": "Bet kas, žinantis kambario nuorodą, įskaitant svečius", + "Anyone": "Bet kas", + "Permissions": "Leidimai", + "Advanced": "Išplėstiniai", + "This room's internal ID is": "Šio kambario vidinis ID yra", + "Add a topic": "Pridėti temą", + "Invalid address format": "Neteisingas adreso formatas", + "Addresses": "Adresai", + "The main address for this room is": "Pagrindinis šio kambario adresas yra", + "Local addresses for this room:": "Vietiniai šio kambario adresai:", + "This room has no local addresses": "Šis kambarys neturi jokių vietinių adresų", + "New address (e.g. #foo:%(localDomain)s)": "Naujas adresas (pvz., #betkoks:%(localDomain)s)", + "Invalid community ID": "Neteisingas bendruomenės ID", + "'%(groupId)s' is not a valid community ID": "\"%(groupId)s\" nėra teisingas bendruomenės ID", + "New community ID (e.g. +foo:%(localDomain)s)": "Naujas bendruomenės ID (pvz., +betkoks:%(localDomain)s)", + "URL Previews": "URL nuorodų peržiūros", + "Error decrypting audio": "Klaida iššifruojant garsą", + "Error decrypting attachment": "Klaida iššifruojant priedą", + "Decrypt %(text)s": "Iššifruoti %(text)s", + "Download %(text)s": "Atsisiųsti %(text)s", + "Error decrypting image": "Klaida iššifruojant paveikslą", + "Error decrypting video": "Klaida iššifruojant vaizdo įrašą", + "Copied!": "Nukopijuota!", + "Failed to copy": "Nepavyko nukopijuoti", + "Message removed by %(userId)s": "Žinutę pašalino %(userId)s", + "Message removed": "Žinutė pašalinta", + "To continue, please enter your password.": "Norėdami tęsti, įveskite savo slaptažodį.", + "Password:": "Slaptažodis:", + "An email has been sent to %(emailAddress)s": "El. laiškas buvo išsiųstas į %(emailAddress)s", + "Please check your email to continue registration.": "Norėdami tęsti registraciją, patikrinkite savo el. paštą.", + "A text message has been sent to %(msisdn)s": "Tekstinė žinutė buvo išsiųsta į %(msisdn)s", + "Please enter the code it contains:": "Įveskite joje esantį kodą:", + "Code": "Kodas", + "The email field must not be blank.": "El. pašto laukas negali būti tuščias.", + "The user name field must not be blank.": "Naudotojo vardo laukas negali būti tuščias.", + "The phone number field must not be blank.": "Telefono numerio laukas negali būti tuščias.", + "The password field must not be blank.": "Slaptažodžio laukas negali būti tuščias.", + "User name": "Naudotojo vardas", + "Mobile phone number": "Mobiliojo telefono numeris", + "Forgot your password?": "Pamiršote slaptažodį?", + "Email address": "El. pašto adresas", + "Email address (optional)": "El. pašto adresas (nebūtinas)", + "Mobile phone number (optional)": "Mobiliojo telefono numeris (nebūtinas)", + "Default server": "Numatytasis serveris", + "Custom server": "Tinkintas serveris", + "What does this mean?": "Ką tai reiškia?", + "Remove from community": "Šalinti iš bendruomenės", + "Remove this user from community?": "Šalinti šį naudotoją iš bendruomenės?", + "Failed to remove user from community": "Nepavyko pašalinti naudotoją iš bendruomenės", + "Are you sure you want to remove '%(roomName)s' from %(groupId)s?": "Ar tikrai norite pašalinti \"%(roomName)s\" iš %(groupId)s?", + "Failed to remove room from community": "Nepavyko pašalinti kambarį iš bendruomenės", + "Failed to remove '%(roomName)s' from %(groupId)s": "Nepavyko pašalinti \"%(roomName)s\" iš %(groupId)s", + "Something went wrong!": "Kažkas nutiko!", + "Visibility in Room List": "Matomumas kambarių sąraše", + "Visible to everyone": "Matomas visiems", + "Yes, I want to help!": "Taip, aš noriu padėti!", + "Unknown Address": "Nežinomas adresas", + "Warning: This widget might use cookies.": "Įspėjimas: Šis valdiklis gali naudoti slapukus.", + "Do you want to load widget from URL:": "Ar norite įkelti valdiklį iš URL:", + "Allow": "Leisti", + "Delete Widget": "Ištrinti valdiklį", + "Delete widget": "Ištrinti valdiklį", + "Failed to remove widget": "Nepavyko pašalinti valdiklį", + "Scroll to bottom of page": "Slinkti į puslapio apačią", + "<showDevicesText>Show devices</showDevicesText>, <sendAnywayText>send anyway</sendAnywayText> or <cancelText>cancel</cancelText>.": "<showDevicesText>Rodyti įrenginius</showDevicesText>, <sendAnywayText>vis tiek siųsti</sendAnywayText> ar <cancelText>atsisakyti</cancelText>.", + "%(count)s of your messages have not been sent.|other": "Kai kurios iš jūsų žinučių nebuvo išsiųstos.", + "%(count)s of your messages have not been sent.|one": "Jūsų žinutė nebuvo išsiųsta.", + "Connectivity to the server has been lost.": "Jungiamumas su šiuo serveriu buvo prarastas.", + "Sent messages will be stored until your connection has returned.": "Išsiųstos žinutės bus saugomos tol, kol atsiras ryšys.", + "%(count)s new messages|other": "%(count)s naujų žinučių", + "%(count)s new messages|one": "%(count)s nauja žinutė", + "Active call": "Aktyvus skambutis", + "There's no one else here! Would you like to <inviteText>invite others</inviteText> or <nowarnText>stop warning about the empty room</nowarnText>?": "Čia daugiau nieko nėra! Ar norėtumėte <inviteText>pakviesti kitus</inviteText> ar <nowarnText>išjungti įspėjimą apie tuščią kambarį</nowarnText>?", + "You seem to be uploading files, are you sure you want to quit?": "Atrodo, kad jūs įkelinėjate failus, ar tikrai norite išeiti?", + "You seem to be in a call, are you sure you want to quit?": "Atrodo, kad dalyvaujate skambutyje, ar tikrai norite išeiti?", + "Failed to upload file": "Nepavyko įkelti failo", + "Server may be unavailable, overloaded, or the file too big": "Gali būti, kad serveris neprieinamas, perkrautas arba failas yra per didelis", + "Search failed": "Paieška nepavyko", + "Server may be unavailable, overloaded, or search timed out :(": "Gali būti, kad serveris neprieinamas, perkrautas arba pasibaigė paieškai skirtas laikas :(", + "No more results": "Daugiau nėra jokių rezultatų", + "Unknown room %(roomId)s": "Nežinomas kambarys %(roomId)s", + "Room": "Kambarys", + "Failed to save settings": "Nepavyko įrašyti nustatymų", + "Failed to reject invite": "Nepavyko atmesti pakvietimo", + "Fill screen": "Užpildyti ekraną", + "Click to unmute video": "Spustelėkite, norėdami įjungti vaizdą", + "Click to mute video": "Spustelėkite, norėdami išjungti vaizdą", + "Click to unmute audio": "Spustelėkite, norėdami įjungti garsą", + "Click to mute audio": "Spustelėkite, norėdami nutildyti garsą", + "Clear filter": "Išvalyti filtrą", + "Uploading %(filename)s and %(count)s others|other": "Įkeliamas %(filename)s ir dar %(count)s failai", + "Uploading %(filename)s and %(count)s others|zero": "Įkeliamas %(filename)s", + "Uploading %(filename)s and %(count)s others|one": "Įkeliamas %(filename)s ir dar %(count)s failas", + "Light theme": "Šviesi tema", + "Dark theme": "Tamsi tema", + "Status.im theme": "Status.im tema", + "Can't load user settings": "Nepavyksta įkelti naudotojo nustatymų", + "Server may be unavailable or overloaded": "Gali būti, kad serveris neprieinamas arba perkrautas", + "Success": "Pavyko", + "Remove Contact Information?": "Šalinti kontaktinę informaciją?", + "Remove %(threePid)s?": "Šalinti %(threePid)s?", + "Unable to remove contact information": "Nepavyko pašalinti kontaktinę informaciją", + "Interface Language": "Sąsajos kalba", + "User Interface": "Naudotojo sąsaja", + "<not supported>": "<nepalaikoma>", + "Device ID:": "Įrenginio ID:", + "Device key:": "Įrenginio raktas:", + "Ignored Users": "Nepaisomi naudotojai", + "Debug Logs Submission": "Derinimo žurnalų pateikimas", + "These are experimental features that may break in unexpected ways": "Šios yra eksperimentinės ypatybės, kurios veikti netikėtais būdais", + "Deactivate my account": "Pasyvinti mano paskyrą", + "Clear Cache": "Išvalyti podėlį", + "Clear Cache and Reload": "Išvalyti podėlį ir įkelti iš naujo", + "Updates": "Atnaujinimai", + "Check for update": "Tikrinti, ar yra atnaujinimų", + "Reject all %(invitedRooms)s invites": "Atmesti visus %(invitedRooms)s pakvietimus", + "Bulk Options": "Masiniai parametrai", + "You may need to manually permit Riot to access your microphone/webcam": "Jums gali tekti rankiniu būdu leisti Riot prieigą prie savo mikrofono/kameros", + "Missing Media Permissions, click here to request.": "Trūksta medijos leidimų, spustelėkite čia, norėdami užklausti.", + "No Audio Outputs detected": "Neaptikta jokių garso išvesčių", + "No Microphones detected": "Neaptikta jokių mikrofonų", + "No Webcams detected": "Neaptikta jokių kamerų", + "Default Device": "Numatytasis įrenginys", + "Audio Output": "Garso išvestis", + "Microphone": "Mikrofonas", + "Camera": "Kamera", + "VoIP": "VoIP", + "Email": "El. paštas", + "Add email address": "Pridėti el. pašto adresą", + "Profile": "Profilis", + "Account": "Paskyra", + "To return to your account in future you need to set a password": "Norėdami ateityje sugrįžti į savo paskyrą, turite nusistatyti slaptažodį", + "Logged in as:": "Esate prisijungę kaip:", + "click to reveal": "spustelėkite, norėdami atskleisti", + "matrix-react-sdk version:": "matrix-react-sdk versija:", + "riot-web version:": "riot-web versija:", + "olm version:": "olm versija:", + "Failed to send email": "Nepavyko išsiųsti el. laiško", + "The email address linked to your account must be entered.": "Privalo būti įvestas su jūsų paskyra susietas el. pašto adresas.", + "A new password must be entered.": "Privalo būti įvestas naujas slaptažodis.", + "New passwords must match each other.": "Nauji slaptažodžiai privalo sutapti.", + "I have verified my email address": "Aš patvirtinau savo el. pašto adresą", + "Your password has been reset": "Jūsų slaptažodis buvo atstatytas", + "Return to login screen": "Grįžti į prisijungimo ekraną", + "To reset your password, enter the email address linked to your account": "Norėdami atstatyti slaptažodį, įveskite su jūsų paskyra susietą el. pašto adresą", + "New password": "Naujas slaptažodis", + "Confirm your new password": "Patvirtinkite savo naują slaptažodį", + "Send Reset Email": "Siųsti atstatymo el. laišką", + "Create an account": "Sukurti paskyrą", + "Incorrect username and/or password.": "Neteisingas naudotojo vardas ir/ar slaptažodis.", + "Please note you are logging into the %(hs)s server, not matrix.org.": "Turėkite omenyje, kad jūs prisijungiate prie %(hs)s serverio, o ne matrix.org.", + "Sign in to get started": "Norėdami pradėti, prisijunkite", + "Failed to fetch avatar URL": "Nepavyko gauti avataro URL", + "Missing password.": "Trūksta slaptažodžio.", + "Passwords don't match.": "Slaptažodžiai nesutampa.", + "Password too short (min %(MIN_PASSWORD_LENGTH)s).": "Slaptažodis per trumpas (mažiausiai, %(MIN_PASSWORD_LENGTH)s).", + "This doesn't look like a valid email address.": "Tai nepanašu į teisingą el. pašto adresą.", + "This doesn't look like a valid phone number.": "Tai nepanašu į teisingą telefono numerį.", + "You need to enter a user name.": "Turite įvesti naudotojo vardą.", + "An unknown error occurred.": "Įvyko nežinoma klaida.", + "I already have an account": "Aš jau turiu paskyrą", + "Commands": "Komandos", + "Results from DuckDuckGo": "Rezultatai iš DuckDuckGo", + "Notify the whole room": "Pranešti visam kambariui", + "Users": "Naudotojai", + "unknown device": "nežinomas įrenginys", + "Ed25519 fingerprint": "Ed25519 kontrolinis kodas", + "User ID": "Naudotojo ID", + "Curve25519 identity key": "Curve25519 tapatybės raktas", + "none": "nėra", + "Algorithm": "Algoritmas", + "Decryption error": "Iššifravimo klaida", + "Session ID": "Seanso ID", + "End-to-end encryption information": "Ištisinio šifravimo informacija", + "Event information": "Įvykio informacija", + "Sender device information": "Siuntėjo įrenginio informacija", + "Passphrases must match": "Slaptafrazės privalo sutapti", + "Passphrase must not be empty": "Slaptafrazė negali būti tuščia", + "Export room keys": "Eksportuoti kambario raktus", + "Enter passphrase": "Įveskite slaptafrazę", + "Confirm passphrase": "Patvirtinkite slaptafrazę", + "Export": "Eksportuoti", + "Import room keys": "Importuoti kambario raktus", + "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "Eksportavimo failas bus apsaugotas slaptafraze. Norėdami iššifruoti failą, čia turėtumėte įvesti slaptafrazę.", + "File to import": "Failas, kurį importuoti", + "Import": "Importuoti", + "Your User Agent": "Jūsų naudotojo agentas", + "Review Devices": "Peržiūrėti įrenginius", + "You do not have permission to start a conference call in this room": "Jūs neturite leidimo šiame kambaryje pradėti konferencinį pokalbį", + "The file '%(fileName)s' exceeds this home server's size limit for uploads": "Failas \"%(fileName)s\" viršija šio namų serverio įkeliamų failų dydžio apribojimą", + "Room name or alias": "Kambario pavadinimas ar slapyvardis", + "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Neatrodo, kad jūsų el. pašto adresas šiame namų serveryje būtų susietas su Matrix ID.", + "Who would you like to communicate with?": "Su kuo norėtumėte susisiekti?", + "Missing room_id in request": "Užklausoje trūksta room_id", + "Missing user_id in request": "Užklausoje trūksta user_id", + "Unrecognised room alias:": "Neatpažintas kambario slapyvardis:", + "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and device %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "ĮSPĖJIMAS: RAKTO PATVIRTINIMAS NEPAVYKO! Pasirašymo raktas, skirtas %(userId)s ir įrenginiui %(deviceId)s yra \"%(fprint)s\", o tai nesutampa su pateiktu raktu \"%(fingerprint)s\". Tai gali reikšti, kad kažkas perima jūsų komunikavimą!", + "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "Jūsų pateiktas pasirašymo raktas sutampa su pasirašymo raktus, kuris gautas iš naudotojo %(userId)s įrenginio %(deviceId)s. Įrenginys pažymėtas kaip patvirtintas.", + "VoIP conference started.": "VoIP konferencija pradėta.", + "VoIP conference finished.": "VoIP konferencija užbaigta.", + "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s pašalino kambario pavadinimą.", + "%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s įjungė ištisinį šifravimą (%(algorithm)s algoritmas).", + "%(widgetName)s widget modified by %(senderName)s": "%(senderName)s modifikavo %(widgetName)s valdiklį", + "%(widgetName)s widget added by %(senderName)s": "%(senderName)s pridėjo %(widgetName)s valdiklį", + "%(widgetName)s widget removed by %(senderName)s": "%(senderName)s pašalino %(widgetName)s valdiklį", + "Failure to create room": "Nepavyko sukurti kambarį", + "Server may be unavailable, overloaded, or you hit a bug.": "Gali būti, kad serveris neprieinamas, perkrautas arba susidūrėte su klaida.", + "Use compact timeline layout": "Naudoti kompaktišką laiko juostos išdėstymą", + "Autoplay GIFs and videos": "Automatiškai atkurti GIF ir vaizdo įrašus", + "Never send encrypted messages to unverified devices from this device": "Niekada nesiųsti iš šio įrenginio šifruotų žinučių į nepatvirtintus įrenginius", + "Never send encrypted messages to unverified devices in this room from this device": "Niekada nesiųsti iš šio įrenginio šifruotas žinutes į nepatvirtintus įrenginius šiame kambaryje", + "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Tekstinė žinutė išsiųsta į +%(msisdn)s. Įveskite žinutėje esantį patvirtinimo kodą", + "Enter Code": "Įvesti kodą", + "Your home server does not support device management.": "Jūsų namų serveris nepalaiko įrenginių tvarkymą.", + "Delete %(count)s devices|other": "Ištrinti %(count)s įrenginius", + "This event could not be displayed": "Nepavyko parodyti šio įvykio", + "If your other devices do not have the key for this message you will not be able to decrypt them.": "Jeigu jūsų kituose įrenginiuose nėra rakto šiai žinutei, tuomet jūs negalėsite jos iššifruoti.", + "<requestLink>Re-request encryption keys</requestLink> from your other devices.": "<requestLink>Iš naujo užklausti šifravimo raktus</requestLink> iš jūsų kitų įrenginių.", + "Undecryptable": "Neiššifruojama", + "Encrypted, not sent": "Šifruota, neišsiųsta", + "Encrypted by a verified device": "Šifruota patvirtintu įrenginiu", + "Encrypted by an unverified device": "Šifruota nepatvirtintu įrenginiu", + "Kick": "Išmesti", + "Kick this user?": "Išmesti šį naudotoją?", + "Failed to kick": "Nepavyko išmesti", + "Unban": "Atblokuoti", + "Ban": "Užblokuoti", + "Unban this user?": "Atblokuoti šį naudotoją?", + "Ban this user?": "Užblokuoti šį naudotoją?", + "Failed to ban user": "Nepavyko užblokuoti naudotoją", + "Failed to toggle moderator status": "Nepavyko perjungti moderatoriaus būseną", + "Invited": "Pakviestas", + "Filter room members": "Filtruoti kambario dalyvius", + "Server unavailable, overloaded, or something else went wrong.": "Serveris neprieinamas, perkrautas arba nutiko kažkas kito.", + "%(duration)ss": "%(duration)s sek.", + "%(duration)sm": "%(duration)s min.", + "%(duration)sh": "%(duration)s val.", + "%(duration)sd": "%(duration)s d.", + "Seen by %(userName)s at %(dateTime)s": "%(userName)s matė ties %(dateTime)s", + "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "%(displayName)s (%(userName)s) matė ties %(dateTime)s", + "Show these rooms to non-members on the community page and room list?": "Ar rodyti šiuos kambarius ne dalyviams bendruomenės puslapyje ir kambarių sąraše?", + "Invite new room members": "Pakviesti naujus kambario dalyvius", + "Changes colour scheme of current room": "Pakeičia esamo kambario spalvų rinkinį", + "Kicks user with given id": "Išmeta naudotoją su nurodytu id", + "Bans user with given id": "Užblokuoja naudotoja su nurodytu id", + "Unbans user with given id": "Atblokuoja naudotoją su nurodytu id", + "%(senderName)s banned %(targetName)s.": "%(senderName)s užblokavo naudotoją %(targetName)s.", + "%(senderName)s unbanned %(targetName)s.": "%(senderName)s atblokavo naudotoją %(targetName)s.", + "%(senderName)s kicked %(targetName)s.": "%(senderName)s išmetė naudotoją %(targetName)s.", + "(not supported by this browser)": "(nėra palaikoma šios naršyklės)", + "(no answer)": "(nėra atsakymo)", + "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s padarė kambario ateities istoriją matomą visiems kambario dalyviams nuo to laiko, kai jie buvo pakviesti.", + "%(senderName)s made future room history visible to all room members.": "%(senderName)s padarė kambario ateities istoriją matomą visiems kambario dalyviams.", + "%(senderName)s made future room history visible to anyone.": "%(senderName)s padarė kambario ateities istoriją matomą bet kam.", + "%(names)s and %(count)s others are typing|one": "%(names)s ir dar vienas naudotojas rašo", + "Your browser does not support the required cryptography extensions": "Jūsų naršyklė nepalaiko reikalingų kriptografijos plėtinių", + "Not a valid Riot keyfile": "Negaliojantis Riot rakto failas", + "Authentication check failed: incorrect password?": "Tapatybės nustatymo patikrinimas patyrė nesėkmę: neteisingas slaptažodis?", + "Send analytics data": "Siųsti analitinius duomenis", + "Incoming voice call from %(name)s": "Gaunamasis balso skambutis nuo %(name)s", + "Incoming video call from %(name)s": "Gaunamasis vaizdo skambutis nuo %(name)s", + "Incoming call from %(name)s": "Gaunamasis skambutis nuo %(name)s", + "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Šiuo metu slaptažodžio pakeitimas atstatys bet kokius ištisinio šifravimo raktus visuose įrenginiuose ir tokiu būdu pavers šifruotą pokalbių istoriją neperskaitoma, nebent, iš pradžių, savo kambario raktus eksportuosite, o po to, juos importuosite iš naujo. Ateityje tai bus patobulinta.", + "Change Password": "Keisti slaptažodį", + "Authentication": "Tapatybės nustatymas", + "The maximum permitted number of widgets have already been added to this room.": "Į šį kambarį jau yra pridėtas didžiausias leidžiamas valdiklių skaičius.", + "Your key share request has been sent - please check your other devices for key share requests.": "Jūsų rakto bendrinimo užklausa išsiųsta - patikrinkite kitus savo įrenginius, ar juose nėra rakto bendrinimo užklausų.", + "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "Rakto bendrinimo užklausos yra išsiunčiamos į jūsų kitus įrenginius automatiškai. Jeigu savo kitame įrenginyje atmetėte ar nepaisėte rakto užklausos, spustelėkite čia, norėdami dar kartą užklausti raktų šiam seansui.", + "Please select the destination room for this message": "Pasirinkite šiai žinutei paskirties kambarį", + "No devices with registered encryption keys": "Nėra jokių įrenginių su registruotais šifravimo raktais", + "Make Moderator": "Padaryti moderatoriumi", + "Level:": "Lygis:", + "Hangup": "Padėti ragelį", + "No pinned messages.": "Nėra jokių prisegtų žinučių.", + "Online for %(duration)s": "Prisijungęs %(duration)s", + "Idle for %(duration)s": "Neveiklus %(duration)s", + "Offline for %(duration)s": "Atsijungęs %(duration)s", + "Idle": "Neveiklus", + "Offline": "Atsijungęs", + "Failed to set avatar.": "Nepavyko nustatyti avataro.", + "Forget room": "Pamiršti kambarį", + "Share room": "Bendrinti kambarį", + "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "Šiame kambaryje yra nepatvirtintų įrenginių: jeigu tęsite jų nepatvirtinę, tuomet kas nors galės slapta klausytis jūsų skambučio.", + "Usage": "Naudojimas", + "Searches DuckDuckGo for results": "Atlieka rezultatų paiešką sistemoje DuckDuckGo", + "To use it, just wait for autocomplete results to load and tab through them.": "Norėdami tai naudoti, tiesiog, palaukite, kol bus įkelti automatiškai užbaigti rezultatai, o tuomet, pereikite per juos naudodami Tab klavišą.", + "%(targetName)s left the room.": "%(targetName)s išėjo iš kambario.", + "%(senderName)s changed the pinned messages for the room.": "%(senderName)s pakeitė prisegtas kambario žinutes.", + "Sorry, your homeserver is too old to participate in this room.": "Atleiskite, jūsų namų serveris yra per senas dalyvauti šiame kambaryje.", + "Please contact your homeserver administrator.": "Prašome susisiekti su savo namų serverio administratoriumi.", + "Enable inline URL previews by default": "Įjungti tiesiogines URL nuorodų peržiūras pagal numatymą", + "Enable URL previews for this room (only affects you)": "Įjungti URL nuorodų peržiūras šiame kambaryje (įtakoja tik jus)", + "Enable URL previews by default for participants in this room": "Įjungti URL nuorodų peržiūras pagal numatymą dalyviams šiame kambaryje", + "Confirm password": "Pakartokite slaptažodį", + "Demote yourself?": "Pažeminti save?", + "Demote": "Pažeminti", + "Share Link to User": "Bendrinti nuorodą su naudotoju", + "Direct chats": "Tiesioginiai pokalbiai", + "The conversation continues here.": "Pokalbis tęsiasi čia.", + "Jump to message": "Pereiti prie žinutės", + "Drop here to demote": "Vilkite čia, norėdami pažeminti", + "Favourites": "Mėgstami", + "This invitation was sent to an email address which is not associated with this account:": "Šis pakvietimas buvo išsiųstas į el. pašto adresą, kuris nėra susietas su šia paskyra:", + "You may wish to login with a different account, or add this email to this account.": "Jūs galite pageidauti prisijungti, naudojant kitą paskyrą, arba pridėti šį el. paštą į šią paskyrą.", + "You have been kicked from %(roomName)s by %(userName)s.": "%(userName)s išmetė jus iš %(roomName)s.", + "You have been kicked from this room by %(userName)s.": "%(userName)s išmetė jus iš šio kambario.", + "You have been banned from %(roomName)s by %(userName)s.": "%(userName)s užblokavo jus kambaryje %(roomName)s.", + "You have been banned from this room by %(userName)s.": "%(userName)s užblokavo jus šiame kambaryje.", + "To change the room's name, you must be a": "Norėdami pakeisti kambario pavadinimą, privalote būti", + "To change the room's main address, you must be a": "Norėdami pakeisti pagrindinį kambario adresą, privalote būti", + "To change the room's history visibility, you must be a": "Norėdami pakeisti kambario istorijos matomumą, privalote būti", + "To change the permissions in the room, you must be a": "Norėdami pakeisti leidimus kambaryje, privalote būti", + "To modify widgets in the room, you must be a": "Norėdami modifikuoti valdiklius šiame kambaryje, privalote būti", + "The visibility of existing history will be unchanged": "Esamos istorijos matomumas išliks nepakeistas", + "End-to-end encryption is in beta and may not be reliable": "Ištisinis šifravimas yra beta versijoje ir gali būti nepatikimas", + "You should not yet trust it to secure data": "Kol kas neturėtumėte pasitikėti, kad jis apsaugos jūsų duomenis", + "Encryption is enabled in this room": "Šifravimas šiame kambaryje yra įjungtas", + "Encryption is not enabled in this room": "Šifravimas šiame kambaryje nėra įjungtas", + "To kick users, you must be a": "Norėdami išmesti naudotojus, privalote būti", + "To ban users, you must be a": "Norėdami užblokuoti naudotojus, privalote būti", + "Banned users": "Užblokuoti naudotojai", + "This room is not accessible by remote Matrix servers": "Šis kambarys nėra pasiekiamas nuotoliniams Matrix serveriams", + "Who can read history?": "Kas gali skaityti istoriją?", + "Room version number: ": "Kambario versijos numeris: ", + "There is a known vulnerability affecting this room.": "Yra žinomas pažeidžiamumas, kuris paveikia šį kambarį.", + "Only room administrators will see this warning": "Šį įspėjimą matys tik kambario administratoriai", + "Remote addresses for this room:": "Nuotoliniai šio kambario adresai:", + "You have <a>enabled</a> URL previews by default.": "Jūs esate <a>įjungę</a> URL nuorodų peržiūras pagal numatymą.", + "You have <a>disabled</a> URL previews by default.": "Jūs esate <a>išjungę</a> URL nuorodų peržiūras pagal numatymą.", + "URL previews are enabled by default for participants in this room.": "URL nuorodų peržiūros yra įjungtos pagal numatymą šio kambario dalyviams.", + "URL previews are disabled by default for participants in this room.": "URL nuorodų peržiūros yra išjungtos pagal numatymą šio kambario dalyviams.", + "Invalid file%(extra)s": "Neteisingas failas %(extra)s", + "This room is a continuation of another conversation.": "Šis kambarys yra kito pokalbio pratęsimas.", + "Click here to see older messages.": "Spustelėkite čia, norėdami matyti senesnes žinutes.", + "This Home Server would like to make sure you are not a robot": "Šis namų serveris norėtų įsitikinti, kad nesate robotas", + "Token incorrect": "Neteisingas prieigos raktas", + "Sign in with": "Prisijungti naudojant", + "Sign in": "Prisijungti", + "If you don't specify an email address, you won't be able to reset your password. Are you sure?": "Jeigu nenurodysite savo el. pašto adreso, negalėsite atstatyti savo slaptažodį. Ar esate tikri?", + "Home server URL": "Namų serverio URL", + "Identity server URL": "Tapatybės serverio URL", + "Please <a>contact your service administrator</a> to continue using the service.": "Norėdami tęsti naudotis paslauga, <a>susisiekite su savo paslaugos administratoriumi</a>.", + "Reload widget": "Įkelti valdiklį iš naujo", + "Picture": "Paveikslas", + "Create new room": "Sukurti naują kambarį", + "No results": "Jokių rezultatų", + "Delete": "Ištrinti", + "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", + "%(oneUser)schanged their name %(count)s times|one": "%(oneUser)s pasikeitė savo vardą", + "%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)s pasikeitė savo avatarą", + "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)s pasikeitė savo avatarą", + "collapse": "suskleisti", + "expand": "išskleisti", + "Room directory": "Kambarių katalogas", + "Start chat": "Pradėti pokalbį", + "ex. @bob:example.com": "pvz., @jonas:example.com", + "Add User": "Pridėti naudotoją", + "Matrix ID": "Matrix ID", + "email address": "el. pašto adresas", + "You have entered an invalid address.": "Įvedėte neteisingą adresą.", + "Try using one of the following valid address types: %(validTypesList)s.": "Pabandykite naudoti vieną iš šių teisingų adreso tipų: %(validTypesList)s.", + "Logs sent": "Žurnalai išsiųsti", + "Failed to send logs: ": "Nepavyko išsiųsti žurnalų: ", + "Submit debug logs": "Pateikti derinimo žurnalus", + "Start new chat": "Pradėti naują pokalbį", + "Click on the button below to start chatting!": "Norėdami pradėti bendravimą, paspauskite ant žemiau esančio mygtuko!", + "Create Community": "Sukurti bendruomenę", + "Community Name": "Bendruomenės pavadinimas", + "Example": "Pavyzdys", + "Community ID": "Bendruomenės ID", + "example": "pavyzdys", + "Create": "Sukurti", + "Create Room": "Sukurti kambarį", + "Room name (optional)": "Kambario pavadinimas (nebūtina)", + "Advanced options": "Išplėstiniai parametrai", + "This setting cannot be changed later!": "Šio nustatymo vėliau nebeįmanoma bus pakeisti!", + "Unknown error": "Nežinoma klaida", + "Incorrect password": "Neteisingas slaptažodis", + "To continue, please enter your password:": "Norėdami tęsti, įveskite savo slaptažodį:", + "password": "slaptažodis", + "Device name": "Įrenginio pavadinimas", + "Device key": "Įrenginio raktas", + "An error has occurred.": "Įvyko klaida.", + "Ignore request": "Nepaisyti užklausos", + "Loading device info...": "Įkeliama įrenginio informacija...", + "Failed to upgrade room": "Nepavyko atnaujinti kambarį", + "The room upgrade could not be completed": "Nepavyko užbaigti kambario naujinimo", + "Sign out": "Atsijungti", + "Log out and remove encryption keys?": "Atsijungti ir pašalinti šifravimo raktus?", + "Send Logs": "Siųsti žurnalus", + "Refresh": "Įkelti iš naujo", + "Unable to restore session": "Nepavyko atkurti seanso", + "Invalid Email Address": "Neteisingas el. pašto adresas" } diff --git a/src/i18n/strings/nb_NO.json b/src/i18n/strings/nb_NO.json index 9a2b859854..5641880501 100644 --- a/src/i18n/strings/nb_NO.json +++ b/src/i18n/strings/nb_NO.json @@ -112,5 +112,6 @@ "Quote": "Sitat", "Collapse panel": "Skjul panel", "Saturday": "Lørdag", - "There are advanced notifications which are not shown here": "Det er avanserte varsler som ikke vises her" + "There are advanced notifications which are not shown here": "Det er avanserte varsler som ikke vises her", + "Dismiss": "Avvis" } diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 2c3771cafd..cfe67273f0 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -1180,5 +1180,51 @@ "This room is used for important messages from the Homeserver, so you cannot leave it.": "Deze ruimte wordt gebruikt voor belangrijke berichten van de thuisserver, dus je kan het niet verlaten.", "Terms and Conditions": "Voorwaarden", "To continue using the %(homeserverDomain)s homeserver you must review and agree to our terms and conditions.": "Om de %(homeserverDomain)s thuisserver te blijven gebruiken zal je de voorwaarden moeten lezen en ermee akkoord moeten gaan.", - "Review terms and conditions": "Voorwaarden lezen" + "Review terms and conditions": "Voorwaarden lezen", + "A conference call could not be started because the intgrations server is not available": "Een groepsgesprek kon niet worden gestart omdat de integratieserver niet beschikbaar is", + "Call in Progress": "Lopend gesprek", + "A call is currently being placed!": "Een gesprek wordt gestart!", + "A call is already in progress!": "Er loopt al een gesprek!", + "Permission Required": "Toestemming benodigd", + "You do not have permission to start a conference call in this room": "Je hebt niet de toestemming om in deze ruimte een groepsgesprek te starten", + "Show empty room list headings": "Lege koppen in ruimtelijst weergeven", + "This event could not be displayed": "Deze gebeurtenis kon niet worden weergegeven", + "Encrypting": "Versleutelen", + "Encrypted, not sent": "Versleuteld, niet verstuurd", + "Demote yourself?": "Jezelf degraderen?", + "Demote": "Degraderen", + "Share Link to User": "Link met gebruiker delen", + "deleted": "verwijderd", + "underlined": "onderstreept", + "inline-code": "code in de regel", + "block-quote": "citaat", + "bulleted-list": "lijst met opsommingstekens", + "numbered-list": "genummerde lijst", + "Share room": "Ruimte delen", + "System Alerts": "Systeemmeldingen", + "You have no historical rooms": "Je hebt geen historische ruimtes", + "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "In versleutelde ruimtes, zoals deze, zijn URL-voorvertoningen standaard uitgeschakeld om ervoor te zorgen dat jouw thuisserver (waar de voorvertoningen worden gemaakt) geen informatie kan verzamelen over de links die je in deze ruimte ziet.", + "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "Als iemand een URL in zijn of haar bericht zet, kan er een URL-voorvertoning weergegeven worden om meer informatie over de link te geven, zoals de titel, omschrijving en een afbeelding van de website.", + "The email field must not be blank.": "Het e-mailveld mag niet leeg zijn.", + "The user name field must not be blank.": "Het gebruikersnaamveld mag niet leeg zijn.", + "The phone number field must not be blank.": "Het telefoonnummerveld mag niet leeg zijn.", + "The password field must not be blank.": "Het wachtwoordveld mag niet leeg zijn.", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Deze thuisserver heeft zijn maandelijkse gebruikerslimiet bereikt. Neem contact op met de beheerder van je thuisserver om de dienst weer te kunnen gebruiken.", + "Failed to remove widget": "Widget kon niet worden verwijderd", + "An error ocurred whilst trying to remove the widget from the room": "Er is een fout opgetreden tijdens het verwijderen van de widget uit deze ruimte", + "Share Room": "Ruimte delen", + "Link to most recent message": "Link naar meest recente bericht", + "Share User": "Gebruiker delen", + "Share Community": "Gemeenschap delen", + "Share Room Message": "Bericht uit ruimte delen", + "Link to selected message": "Link naar geselecteerde bericht", + "COPY": "KOPIËREN", + "Share Message": "Bericht delen", + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Je kunt geen berichten sturen totdat je <consentLink>onze algemene voorwaarden</consentLink> hebt gelezen en geaccepteerd.", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Je bericht is niet verstuurd omdat deze thuisserver zijn maandelijkse gebruikerslimiet heeft bereikt. Neem contact op met de beheerder van je thuisserver om de dienst te kunnen blijven gebruiken.", + "No Audio Outputs detected": "Geen geluidsuitgangen gedetecteerd", + "Audio Output": "Geluidsuitgang", + "This homeserver has hit its Monthly Active User limit": "Deze thuisserver heeft zijn maandelijkse gebruikerslimiet bereikt", + "Please contact your service administrator to continue using this service.": "Neem contact op met de beheerder van je thuisserver om de dienst te kunnen blijven gebruiken.", + "Try the app first": "De app eerst proberen" } diff --git a/src/i18n/strings/nn.json b/src/i18n/strings/nn.json new file mode 100644 index 0000000000..dcbdb9977c --- /dev/null +++ b/src/i18n/strings/nn.json @@ -0,0 +1,1229 @@ +{ + "This phone number is already in use": "Dette telefonnummeret er allereie i bruk", + "The version of Riot.im": "Utgåva av Riot.im", + "Whether or not you're logged in (we don't record your user name)": "Om du er logga inn eller ikkje (vi sparer ikkje på brukarnamnet ditt)", + "Your homeserver's URL": "Heimtenaren din si nettadresse", + "Your device resolution": "Eininga di sin oppløysing", + "The information being sent to us to help make Riot.im better includes:": "Informasjonen som vert send til oss for å gjera Riot.im betre er mellom anna:", + "Where this page includes identifiable information, such as a room, user or group ID, that data is removed before being sent to the server.": "Der denne sida inneheld gjenkjenneleg informasjon, slik som ein rom-, brukar- eller gruppeID, vert denne informasjonen sletta før han sendast til tenar.", + "Call Failed": "Oppringjing Mislukkast", + "There are unknown devices in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "Det finst ukjende einingar i dette rommet: viss du gjeng frama utan å godkjenna dei, kan nokon mogelegvis tjuvlytta på samtala.", + "Review Devices": "Sjå Over Einingar", + "Call Anyway": "Ring Likevel", + "Answer Anyway": "Svar Likevel", + "Call": "Ring", + "Answer": "Svar", + "You are already in a call.": "Du er allereie i ei samtale.", + "VoIP is unsupported": "VoIP er ikkje støtta", + "You cannot place VoIP calls in this browser.": "Du kan ikkje samtala med VoIP i denne nettlesaren.", + "You cannot place a call with yourself.": "Du kan ikkje samtala med deg sjølv.", + "Could not connect to the integration server": "Kunne ikkje kopla til integreringstenaren", + "A conference call could not be started because the intgrations server is not available": "Ei gruppesamtale lét seg ikkje få i gang fordi integreringstenaren ikkje er tilgjengeleg", + "Call in Progress": "Ei Samtale er i Gang", + "A call is currently being placed!": "Ei samtale held allereie på å starta!", + "A call is already in progress!": "Ei samtale er i gang allereie!", + "Permission Required": "Tillating er Naudsynt", + "You do not have permission to start a conference call in this room": "Du har ikkje tillating til å starta ei gruppesamtale i dette rommet", + "The file '%(fileName)s' failed to upload": "Fila '%(fileName)s' vart ikkje lasta opp", + "The file '%(fileName)s' exceeds this home server's size limit for uploads": "Fila '%(fileName)s' gjeng denne heimtenaren si storleiksgrense for opplastningar", + "Upload Failed": "Opplasting Mislukkast", + "Sun": "sø", + "Mon": "må", + "Tue": "ty", + "Wed": "on", + "Thu": "to", + "Fri": "fr", + "Sat": "la", + "Jan": "jan", + "Feb": "feb", + "Mar": "mar", + "Apr": "apr", + "May": "mai", + "Jun": "jun", + "Jul": "jul", + "Aug": "aug", + "Sep": "sep", + "Oct": "okt", + "Nov": "nov", + "Dec": "des", + "PM": "PM", + "AM": "AM", + "%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(time)s", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s", + "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s", + "Who would you like to add to this community?": "Kven vil du leggja til i dette samfunnet?", + "Warning: any person you add to a community will be publicly visible to anyone who knows the community ID": "Åtvaring: alle du legg til i eit samfunn vert offentleg synleg til alle som kan samfunns-IDen", + "Invite new community members": "Byd nye samfunnsmedlemer inn", + "Name or matrix ID": "Namn eller matrix-ID", + "Invite to Community": "Byd inn til Samfunn", + "Which rooms would you like to add to this community?": "Kva rom vil du leggja til i dette samfunnet?", + "Show these rooms to non-members on the community page and room list?": "Vis desse romma til ikkje-medlemer på samfunnssida og romlista?", + "Add rooms to the community": "Legg til rom i samfunnet", + "Room name or alias": "Romnamn eller alias", + "Add to community": "Legg til i samfunn", + "Failed to invite the following users to %(groupId)s:": "Fylgjande brukarar lét seg ikkje byda inn i %(groupId)s:", + "Failed to invite users to community": "Fekk ikkje til å byda brukarar inn til samfunnet", + "Failed to invite users to %(groupId)s": "Fekk ikkje til å byda brukarar inn til %(groupId)s", + "Failed to add the following rooms to %(groupId)s:": "Fylgjande rom lét seg ikkje leggja til i %(groupId)s:", + "Riot does not have permission to send you notifications - please check your browser settings": "Riot har ikkje tillating til å senda deg varsel - ver venleg og sjekk nettlesarinnstillingane dine", + "Riot was not given permission to send notifications - please try again": "Riot fekk ikkje tillating til å senda varsel - ver venleg og prøv igjen", + "Unable to enable Notifications": "Klarte ikkje å skru på Varsel", + "This email address was not found": "Denne epostadressa var ikkje funnen", + "Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Epostadressa di ser ikkje ut til å vera tilknytta ein Matrix-ID på denne heimtenaren.", + "Default": "Utgangspunktinnstilling", + "Restricted": "Avgrensa", + "Moderator": "Moderator", + "Admin": "Administrator", + "Start a chat": "Start ei samtale", + "Who would you like to communicate with?": "Kven vil du koma i kontakt med?", + "Email, name or matrix ID": "Epost, namn eller Matrix-ID", + "Start Chat": "Start ei Samtale", + "Invite new room members": "Byd nye rommedlemer inn", + "Who would you like to add to this room?": "Kven vil du leggja til i rommet?", + "Send Invites": "Send Innbydingar", + "Failed to invite user": "Fekk ikkje til å byda brukar inn", + "Operation failed": "Handling mislukkast", + "Failed to invite": "Fekk ikkje til å byda inn", + "Failed to invite the following users to the %(roomName)s room:": "Dei fylgjande brukarane lét seg ikkje byda inn til %(roomName)s:", + "You need to be logged in.": "Du må vera logga inn.", + "You need to be able to invite users to do that.": "Du må kunna byda brukarar inn for å gjera det.", + "Unable to create widget.": "Klarte ikkje å laga widget.", + "Missing roomId.": "Manglande roomId.", + "Failed to send request.": "Fekk ikkje til å senda førespurnad.", + "This room is not recognised.": "Rommet er ikkje attkjend.", + "Power level must be positive integer.": "Makthøgda må vera eit positivt heiltal.", + "You are not in this room.": "Du er ikkje i dette rommet.", + "You do not have permission to do that in this room.": "Du har ikkje lov til å gjera det i dette rommet.", + "Missing room_id in request": "Manglande room_Id i førespurnad", + "Room %(roomId)s not visible": "Rommet %(roomId)s er ikkje synleg", + "Missing user_id in request": "Manglande user_id i førespurnad", + "Usage": "Bruk", + "Searches DuckDuckGo for results": "Røkjer DuckDuckGo etter resultat", + "Your language of choice": "Ditt valde mål", + "e.g. %(exampleValue)s": "t.d. %(exampleValue)s", + "/ddg is not a command": "/ddg er ikkje eit påbod", + "Changes your display nickname": "Forandrar kallenamnet ditt", + "Changes colour scheme of current room": "Forandrar fargevala i ditt noverande rom", + "Sets the room topic": "Set romemnet", + "Invites user with given id to current room": "Byd brukarar med den gjevne IDen inn til det noverande rommet", + "Joins room with given alias": "Gjeng inn i eit rom med det gjevne aliaset", + "Leave room": "Far frå rommet", + "Unrecognised room alias:": "Ukjend romalias:", + "Kicks user with given id": "Sparkar brukarar med gjeven ID", + "Bans user with given id": "Stengjer brukarar med den gjevne IDen ute", + "Unbans user with given id": "Slepp utestengde brukarar med den gjevne IDen inn at", + "Ignores a user, hiding their messages from you": "Overser ein brukar, slik at meldingane deira ikkje synast for deg", + "Ignored user": "Oversedd brukar", + "You are now ignoring %(userId)s": "Du overser no %(userId)s", + "Stops ignoring a user, showing their messages going forward": "Sluttar å oversjå ein brukar, slik at meldingane deira no kan sjåast", + "Unignored user": "Avoversedd brukar", + "You are no longer ignoring %(userId)s": "Du overser ikkje %(userId)s no lenger", + "Define the power level of a user": "Set ein brukar si makthøgd", + "This email address is already in use": "Denne epostadressa er allereie i bruk", + "The platform you're on": "Platformen du er på", + "Failed to verify email address: make sure you clicked the link in the email": "Fekk ikkje til å stadfesta epostadressa: sjå til at du klikka på den rette lenkja i eposten", + "Your identity server's URL": "Din identitetstenar si nettadresse", + "Every page you use in the app": "Alle sider du brukar i æppen", + "e.g. <CurrentPageURL>": "t.d. <CurrentPageURL>", + "Your User Agent": "Din Brukaragent", + "Analytics": "Statistikk", + "Unable to capture screen": "Kunne ikkje visa skjerm", + "Existing Call": "Samtale er i gang", + "To use it, just wait for autocomplete results to load and tab through them.": "For å bruka han, vent på at resultata fyller seg ut og tab gjennom dei.", + "Deops user with given id": "AvOPar brukarar med den gjevne IDen", + "Opens the Developer Tools dialog": "Opnar Utviklarverktøy-tekstboksen", + "Verifies a user, device, and pubkey tuple": "Godkjenner ein brukar, eining og offentleg-nykeltuppel", + "Unverify": "Fjern godkjenning", + "Verify...": "Godkjenn...", + "Which officially provided instance you are using, if any": "Kva offisielt gjevne instanse du brukar, viss nokon", + "The remote side failed to pick up": "Den andre sida tok ikkje røret", + "Unknown (user, device) pair:": "Ukjend (brukar, eining)-par:", + "Device already verified!": "Eininga er allereie godkjend!", + "WARNING: Device already verified, but keys do NOT MATCH!": "ÅTVARING: Eininga er allereie godkjend, men nyklane SAMSVARER IKKJE!", + "Verified key": "Godkjend nykel", + "Displays action": "Visar handlingar", + "Unrecognised command:": "Ukjend påbod:", + "Reason": "Grunnlag", + "%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s sa ja til innbydinga frå %(displayName)s.", + "%(targetName)s accepted an invitation.": "%(targetName)s sa ja til ei innbyding.", + "%(senderName)s requested a VoIP conference.": "%(senderName)s bad om ei VoIP-gruppesamtale.", + "%(senderName)s invited %(targetName)s.": "%(senderName)s baud %(targetName)s inn.", + "%(senderName)s banned %(targetName)s.": "%(senderName)s stengde %(targetName)s ute.", + "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s endra visingsnamnet sitt til %(displayName)s.", + "%(senderName)s set their display name to %(displayName)s.": "%(senderName)s sette visingsnamnet sitt som %(displayName)s.", + "%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s fjerna visingsnamnet sitt (%(oldDisplayName)s).", + "%(senderName)s removed their profile picture.": "%(senderName)s fjerna profilbiletet sitt.", + "%(senderName)s changed their profile picture.": "%(senderName)s endra profilbiletet sitt.", + "%(senderName)s set a profile picture.": "%(senderName)s sette seg eit profilbilete.", + "VoIP conference started.": "Ei VoIP-gruppesamtale starta.", + "%(targetName)s joined the room.": "%(targetName)s kom inn i rommet.", + "VoIP conference finished.": "VoIP-gruppesamtale enda.", + "%(targetName)s rejected the invitation.": "%(targetName)s sa nei til innbydinga.", + "%(targetName)s left the room.": "%(targetName)s fór frå rommet.", + "%(senderName)s unbanned %(targetName)s.": "%(senderName)s fjerna utestenginga til %(targetName)s.", + "%(senderName)s kicked %(targetName)s.": "%(senderName)s sparka %(targetName)s ut.", + "%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s tok attende %(targetName)s si innbyding.", + "%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s gjorde emnet om til \"%(topic)s\".", + "%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s fjerna romnamnet.", + "%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s gjorde romnamnet om til %(roomName)s.", + "%(senderDisplayName)s sent an image.": "%(senderDisplayName)s sende eit bilete.", + "Someone": "Nokon", + "(not supported by this browser)": "(ikkje støtta av denne nettlesaren)", + "%(senderName)s answered the call.": "%(senderName)s tok røret.", + "(could not connect media)": "(klarte ikkje å kopla media saman)", + "(no answer)": "(inkje svar)", + "(unknown failure: %(reason)s)": "(ukjend mislukking: %(reason)s)", + "%(senderName)s ended the call.": "%(senderName)s enda samtala.", + "%(senderName)s placed a %(callType)s call.": "%(senderName)s starta ei %(callType)s-samtale.", + "%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s baud %(targetDisplayName)s inn til rommet.", + "%(senderName)s made future room history visible to all room members, from the point they are invited.": "%(senderName)s gjorde slik at den framtidige romhistoria er tilgjengeleg for alle rommedlemer frå då dei vart innbodne.", + "%(senderName)s made future room history visible to all room members, from the point they joined.": "%(senderName)s gjorde slik at den framtidige romhistoria er tilgjengeleg for alle rommedlemer frå då dei kom inn.", + "%(senderName)s made future room history visible to all room members.": "%(senderName)s gjorde den framtidige romhistoria tilgjengeleg for alle rommedlemer.", + "%(senderName)s made future room history visible to anyone.": "%(senderName)s gjorde den framtidige romhistoria tilgjengelg for kven som helst.", + "%(senderName)s made future room history visible to unknown (%(visibility)s).": "%(senderName)s gjorde den framtidige romhistoria tilgjengeleg til ukjende (%(visibility)s).", + "%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s skrudde ende-til-ende-kryptering på (%(algorithm)s-algoritmen).", + "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s frå %(fromPowerLevel)s til %(toPowerLevel)s", + "%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s endra makthøgda til %(powerLevelDiffText)s.", + "%(senderName)s changed the pinned messages for the room.": "%(senderName)s endra dei festa meldingane i rommet.", + "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s-widget endra av %(senderName)s", + "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s-widget lagt til av %(senderName)s", + "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s widget fjerna av %(senderName)s", + "%(displayName)s is typing": "%(displayName)s skriv", + "%(names)s and %(count)s others are typing|other": "%(names)s og %(count)s til skriv", + "%(names)s and %(count)s others are typing|one": "%(names)s og ein til skriv", + "%(names)s and %(lastPerson)s are typing": "%(names)s og %(lastPerson)s skriv", + "Failure to create room": "Klarte ikkje å laga rommet", + "Server may be unavailable, overloaded, or you hit a bug.": "tenaren er kanskje utilgjengeleg, overlasta elles so traff du ein bøgg.", + "Send anyway": "Send likevel", + "Send": "Send", + "Unnamed Room": "Rom utan Namn", + "Your browser does not support the required cryptography extensions": "Nettlesaren din støttar ikkje dei naudsynte kryptografiske utvidingane", + "Not a valid Riot keyfile": "Ikkje ei gyldig Riot-nykelfil", + "Authentication check failed: incorrect password?": "Godkjenningssjekk mislukkast: urett passord?", + "Failed to join room": "Fekk ikkje til å gå inn i rom", + "Message Pinning": "Meldingsfesting", + "Disable Emoji suggestions while typing": "Skru emojiframlegg av mens ein skriv", + "Use compact timeline layout": "Bruk smal tidslinjeutforming", + "Hide removed messages": "Gøym fjerna meldingar", + "Hide join/leave messages (invites/kicks/bans unaffected)": "Gøym kom inn/fór ut-meldingar (innbydingar, utspark, utestengingar påverkast ikkje)", + "Hide avatar changes": "Gøym avatarendringar", + "Hide display name changes": "Gøym visingsnamn-endringar", + "Show timestamps in 12 hour format (e.g. 2:30pm)": "Vis tidspunkt i 12-timarsform (t.d. 2:30pm)", + "Always show message timestamps": "Vis alltid meldingstidspunkt", + "Autoplay GIFs and videos": "Spel av GIFar og videoar med ein gong", + "Always show encryption icons": "Vis alltid krypteringsikon", + "Hide avatars in user and room mentions": "Gøym avatarar i brukar- og romnemningar", + "Disable big emoji in chat": "Skru store emojiar i samtaler av", + "Don't send typing notifications": "Ikkje send skrivevarsel", + "Disable Notifications": "Skru Varsel av", + "Enable Notifications": "Skru Varsel på", + "Automatically replace plain text Emoji": "Erstatt Emojiar i plaintekst av seg sjølv", + "Mirror local video feed": "Spegl den lokale videofeeden", + "Disable Community Filter Panel": "Skru Samfunnsfilterpanel av", + "Disable Peer-to-Peer for 1:1 calls": "Skru Peer-til-Peer for 1:1-samtaler av", + "Send analytics data": "Send statistikkdata", + "Never send encrypted messages to unverified devices from this device": "Send aldri krypterte meldingar til ikkje-godkjende einingar frå denne eininga", + "Never send encrypted messages to unverified devices in this room from this device": "Send aldri krypterte meldingar til ikkje-godkjende einingar i dette rommet frå denne eininga", + "Enable URL previews for this room (only affects you)": "Skru URL-førehandsvisingar på for dette rommet (påverkar deg åleine)", + "Enable URL previews by default for participants in this room": "Skru URL-førehandsvisingar på som utgangspunkt for deltakarar i dette rommet", + "Room Colour": "Romfarge", + "Enable widget screenshots on supported widgets": "Skru widget-skjermbilete på for støtta widgetar", + "Collecting app version information": "Samlar æppversjoninfo", + "Collecting logs": "Samlar loggar", + "Uploading report": "Lastar rapport opp", + "Waiting for response from server": "Ventar på svar frå tenaren", + "Messages containing my display name": "Meldingar som inneheld visingsnamnet mitt", + "Messages containing my user name": "Meldingar som inneheld brukarnamnet mitt", + "Messages in one-to-one chats": "Meldingar i ein-til-ein-samtaler", + "Messages in group chats": "Meldingar i gruppesamtaler", + "When I'm invited to a room": "Når eg er boden inn til eit rom", + "Call invitation": "Samtaleinnbydingar", + "Messages sent by bot": "Meldingar sendt frå ein bot", + "Active call (%(roomName)s)": "Pågåande samtale (%(roomName)s)", + "unknown caller": "ukjend ringar", + "Incoming voice call from %(name)s": "%(name)s ynskjer ei røystsamtale", + "Incoming video call from %(name)s": "%(name)s ynskjer ei videosamtale", + "Incoming call from %(name)s": "%(name)s ynskjer ei samtale", + "Decline": "Sei nei", + "Accept": "Sei ja", + "Error": "Noko gjekk gale", + "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Ei tekstmelding vart send til +%(msisdn)s. Ver venleg og skriv inn stadfestingskoden ho inneheld", + "Incorrect verification code": "Urett stadfestingskode", + "Enter Code": "Skriv inn Koden", + "Submit": "Send inn", + "Phone": "Telefon", + "Add phone number": "Legg telefonnummer til", + "Add": "Legg til", + "Failed to upload profile picture!": "Fekk ikkje til å lasta opp profilbilete!", + "Upload new:": "Last opp ny:", + "No display name": "Inkje visingsnamn", + "New passwords don't match": "Dei nye passorda samsvarar ikkje", + "Passwords can't be empty": "Passordsfelta kan ikkje vera tomme", + "Warning!": "Åtvaring!", + "Continue": "Gå fram", + "Do you want to set an email address?": "Vil du setja ei epostadresse?", + "Current password": "Noverande passord", + "Password": "Passord", + "New Password": "Nytt Passord", + "Confirm password": "Stadfest passord", + "Change Password": "Endra Passord", + "Your home server does not support device management.": "Heimtenaren din støttar ikkje einingshandsaming.", + "Unable to load device list": "Klarte ikkje å lasta einingslista", + "Authentication": "Godkjenning", + "Delete %(count)s devices|other": "Slett %(count)s einingar", + "Delete %(count)s devices|one": "Slett eining", + "Device ID": "EiningsID", + "Device Name": "Einingsnamn", + "Last seen": "Sist sedd", + "Select devices": "Vel einingar", + "Failed to set display name": "Fekk ikkje til å setja visingsnamn", + "Error saving email notification preferences": "Klarte ikkje å lagra foretrukne epostvarselinnstillingar", + "An error occurred whilst saving your email notification preferences.": "Noko gjekk gale med lagringa av dine foretrukne epostvarselinstillingar.", + "Keywords": "Nykelord", + "Enter keywords separated by a comma:": "Skriv inn nykelord med komma imellom:", + "OK": "Greitt", + "Failed to change settings": "Klarte ikkje å endra innstillingar", + "Can't update user notification settings": "Kan ikkje oppdatera brukarvarselinstillingar", + "Failed to update keywords": "Fekk ikkje til å oppdatera nykelord", + "Messages containing <span>keywords</span>": "Meldingar som inneheld <span>nykelord</span>", + "Notify for all other messages/rooms": "Varsl for alle andre meldingar/rom", + "Notify me for anything else": "Varsl meg for kva som helst anna", + "Enable notifications for this account": "Skru varsel på for denne brukaren", + "All notifications are currently disabled for all targets.": "Alle varsel er for augeblunket skrudd av for alle mål.", + "Add an email address above to configure email notifications": "Legg til ein epostadresse i feltet over for å endra epostvarselinnstillingar", + "Enable email notifications": "Skru epostvarsel på", + "Notifications on the following keywords follow rules which can’t be displayed here:": "Varsel på fylgjande nykelord følgjer reglar som ikkje kan visast her:", + "Unable to fetch notification target list": "Klarte ikkje å henta varselmållista", + "Notification targets": "Varselmål", + "Advanced notification settings": "Omfattande varselinnstillingar", + "There are advanced notifications which are not shown here": "Det er omfattande varsel som ikkje er vist her", + "Enable desktop notifications": "Skru skrivebordsvarsel på", + "Show message in desktop notification": "Vis meldinga i eit skriverbordsvarsel", + "Enable audible notifications in web client": "Skru høyrlege varsel i nettklienten på", + "Off": "Av", + "On": "På", + "Noisy": "Bråket", + "Cannot add any more widgets": "Kan ikkje leggja fleire widgets til", + "Add a widget": "Legg til ein widget", + "Drop File Here": "Slepp Fila Her", + "Drop file here to upload": "Slipp ein fil her for å lasta opp", + " (unsupported)": " (ustøtta)", + "Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Gå inn som <voiceText>røyst</voiceText> eller <videoText>video</videoText>.", + "Ongoing conference call%(supportedText)s.": "Ein gruppesamtale er i gang%(supportedText)s.", + "This event could not be displayed": "Denne hendingen kunne ikkje visast", + "%(senderName)s sent an image": "%(senderName)s sende eit bilete", + "%(senderName)s sent a video": "%(senderName)s sende ein video", + "%(senderName)s uploaded a file": "%(senderName)s lasta ei fil opp", + "Options": "Innstillingar", + "Your key share request has been sent - please check your other devices for key share requests.": "Nykeldelingsforespurnaden din vart send - ver venleg og sjekk dei andre einingane dine for nykeldelingsforespurnadar.", + "If your other devices do not have the key for this message you will not be able to decrypt them.": "Viss dei andre einingane dine ikkje har nykelen til denne meldinga kan du ikkje dekryptera ho.", + "Key request sent.": "Nykelforespurnad er send.", + "<requestLink>Re-request encryption keys</requestLink> from your other devices.": "<requestLink>Spør på nytt om krypteringsnyklar</requestLink> frå dei andre einingane dine.", + "Undecryptable": "Kan ikkje dekrypterast", + "Encrypting": "Krypteringa er i gang", + "Encrypted, not sent": "Kryptert, men ikkje sendt", + "Encrypted by a verified device": "Kryptert av ei godkjent eining", + "Encrypted by an unverified device": "Kryptert av ei ikkje-godkjent eining", + "Unencrypted message": "Ikkje-kryptert melding", + "Please select the destination room for this message": "Ver venleg og vel målrommet for denne meldinga", + "Blacklisted": "Svartelista", + "Verified": "Godkjend", + "Unverified": "Ikkje-godkjend", + "device id: ": "einingsID: ", + "Disinvite": "Fjern innbyding", + "Kick": "Spark ut", + "Disinvite this user?": "Fjern innbydinga til denne brukaren?", + "Kick this user?": "Spark denne brukaren ut?", + "Failed to kick": "Fekk ikkje til å sparka ut", + "Unban": "Slepp inn att", + "Ban": "Steng ute", + "Unban this user?": "Slepp denne brukaren inn att?", + "Ban this user?": "Steng denne brukaren ute?", + "Failed to ban user": "Fekk ikkje til å utestenga brukar", + "Demote yourself?": "Senk høgda di?", + "You will not be able to undo this change as you are demoting yourself, if you are the last privileged user in the room it will be impossible to regain privileges.": "Du kan ikkje gjera om på denne endringa sidan du senkar høgda di. Viss du er den siste opphøgda brukaren i rommet vert det umogeleg å få høgda att.", + "Demote": "Senk høgda", + "Failed to mute user": "Fekk ikkje til å stilne brukar", + "Failed to toggle moderator status": "Fekk ikkje til å veksla moderatorhøgd", + "Failed to change power level": "Fekk ikkje til å endra makthøgda", + "You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Du kjem ikkje til å kunna gjera om på denne endringa sidan du set brukaren si høgd opp til di eiga.", + "Are you sure?": "Er du sikker?", + "No devices with registered encryption keys": "Ingen einingar med oppskrivne krypteringsnykler", + "Devices": "Einingar", + "Unignore": "Slutt å oversjå", + "Ignore": "Oversjå", + "Mention": "Nemn", + "Invite": "Byd inn", + "Enable inline URL previews by default": "Skru URL-førehandsvisingar i tekstfeltet på", + "Share Link to User": "Del Brukarlenkje", + "User Options": "Brukarinnstillingar", + "Direct chats": "Direktesamtaler", + "Unmute": "Fjern stilning", + "Mute": "Stiln", + "Revoke Moderator": "Fjern Moderatorrett", + "Make Moderator": "Gjer til Moderator", + "Admin Tools": "Administratorverktøy", + "Level:": "Høgd:", + "and %(count)s others...|other": "og %(count)s til...", + "and %(count)s others...|one": "og ein til...", + "Invited": "Innboden", + "%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (makthøgd %(powerLevelNumber)s)", + "bold": "feit", + "italic": "skeiv", + "deleted": "sletta", + "underlined": "understreka", + "bulleted-list": "punktliste", + "numbered-list": "talliste", + "Attachment": "Vedlegg", + "At this time it is not possible to reply with a file so this will be sent without being a reply.": "Det er førebels ikkje mogeleg å svara med ei fil, so dette vil verta send utan å vera eit svar.", + "Upload Files": "Last opp Filer", + "Are you sure you want to upload the following files?": "Er du sikker på at du vil lasta opp dei fylgjande filene?", + "Encrypted room": "Kryptert rom", + "Unencrypted room": "Ikkje-enkrypert rom", + "Hangup": "Legg på", + "Voice call": "Røystesamtale", + "Video call": "Videosamtale", + "Upload file": "Last ei fil opp", + "Show Text Formatting Toolbar": "Vis Tekstformverktøylinje", + "Send an encrypted reply…": "Send eit kryptert svar…", + "Send a reply (unencrypted)…": "Send eit svar (ikkje-kryptert)…", + "Send an encrypted message…": "Send ei kryptert melding…", + "Send a message (unencrypted)…": "Send ei melding (ikkje-kryptert)…", + "You do not have permission to post to this room": "Du har ikkje tillating til å sende meldingar i dette rommet", + "Turn Markdown on": "Skru Mardown på", + "Turn Markdown off": "Skru Markdown av", + "Hide Text Formatting Toolbar": "Gøym Tekstformverktøylinje", + "Server error": "Noko gjekk gale med tenaren", + "Server unavailable, overloaded, or something else went wrong.": "tenaren var utilgjengeleg, overlasta, elles so gjekk noko anna galt.", + "Command error": "Noko gjekk gale med påbodet", + "The maximum permitted number of widgets have already been added to this room.": "Det største mogelege talet widgets finst allereie på dette rommet.", + "Unable to reply": "Klarte ikkje å svara", + "At this time it is not possible to reply with an emote.": "Det er førebels ikkje mogeleg å svara med ein emote.", + "Markdown is disabled": "Markdown er skrudd av", + "Markdown is enabled": "Markdown er skrudd på", + "Unpin Message": "Tak ned festa Melding", + "Jump to message": "Hopp til melding", + "No pinned messages.": "Inga festa meldingar.", + "Loading...": "Lastar...", + "Pinned Messages": "Festa Meldingar", + "%(duration)ss": "%(duration)ss", + "%(duration)sm": "%(duration)sm", + "%(duration)sh": "%(duration)st", + "%(duration)sd": "%(duration)sd", + "Online for %(duration)s": "tilkopla i %(duration)s", + "Idle for %(duration)s": "Fråverande i %(duration)s", + "Offline for %(duration)s": "Fråkopla i %(duration)s", + "Unknown for %(duration)s": "Ukjend i %(duration)s", + "Online": "Tilkopla", + "Idle": "Fråverande", + "Offline": "Fråkopla", + "Unknown": "Ukjend", + "Seen by %(userName)s at %(dateTime)s": "%(userName)s såg dette %(dateTime)s", + "Seen by %(displayName)s (%(userName)s) at %(dateTime)s": "%(displayName)s %(userName)s såg dette %(dateTime)s", + "Replying": "Svarar", + "No rooms to show": "Inkje rom å visa", + "Unnamed room": "Rom utan namn", + "Guests can join": "Gjester kan koma inn", + "Failed to set avatar.": "Fekk ikkje til å setja avatar.", + "Save": "Lagr", + "(~%(count)s results)|other": "(~%(count)s resultat)", + "(~%(count)s results)|one": "(~%(count)s resultat)", + "Join Room": "Far inn i Rom", + "Upload avatar": "Last avatar opp", + "Remove avatar": "Fjern avatar", + "Settings": "Innstillingar", + "Forget room": "Gløym rom", + "Search": "Søk", + "Share room": "Del rom", + "Drop here to favourite": "Slepp her for å gjera til yndling", + "Drop here to restore": "Slepp her for å gjenoppretta", + "Drop here to demote": "Slepp her for å senke i høgd", + "Press <StartChatButton> to start a chat with someone": "Trykk på <StartChatButton> for å starta ei samtale med nokon", + "You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "Du er enno ikkje i eit rom! Trykk på <CreateRoomButton> for å laga eit rom eller <RoomDirectoryButton> for å sjå gjennom utvalet", + "Community Invites": "Samfunnsinnbydingar", + "Invites": "Innbydingar", + "Favourites": "Yndlingar", + "People": "Folk", + "Rooms": "Rom", + "Low priority": "Lågrett", + "System Alerts": "Systemvarsel", + "You have no historical rooms": "Du har inkje historiske rom", + "Historical": "Historiske", + "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "Klarte ikkje å forsikra at adressa som denne innbydinga er send til samsvarar med den som er tilknytta brukaren din.", + "This invitation was sent to an email address which is not associated with this account:": "Denne invitasjonen er send til ei epostadressa som ikkje er tilknytta denne brukaren:", + "You may wish to login with a different account, or add this email to this account.": "Kanskje du ynskjer å logga inn med ein annan brukar, eller leggja til denne eposten til denne brukaren.", + "You have been invited to join this room by %(inviterName)s": "Du vart boden inn i dette rommet av %(inviterName)s", + "Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Vil du seia <acceptText>ja</acceptText> eller <declineText>nei</declineText> til denne innbydinga?", + "Reason: %(reasonText)s": "Grunnlag: %(reasonText)s", + "Rejoin": "Far inn att", + "You have been kicked from %(roomName)s by %(userName)s.": "Du vart sparka ut frå %(roomName)s av %(userName)s.", + "You have been kicked from this room by %(userName)s.": "Du vart sparka ut frå dette rommet av %(userName)s.", + "You have been banned from %(roomName)s by %(userName)s.": "Du vart stengd ute frå %(roomName)s av %(userName)s.", + "You have been banned from this room by %(userName)s.": "Du vart stengd ute frå dette rommet av %(userName)s.", + "This room": "Dette rommet", + "%(roomName)s does not exist.": "%(roomName)s finst ikkje.", + "%(roomName)s is not accessible at this time.": "%(roomName)s er ikkje tilgjengeleg no.", + "You are trying to access %(roomName)s.": "Du prøver å gå inn i %(roomName)s.", + "You are trying to access a room.": "Du prøver å gå inn i eit rom.", + "<a>Click here</a> to join the discussion!": "<a>Klikk her</a> for å verta med i meiningsutvekslinga!", + "This is a preview of this room. Room interactions have been disabled": "Dette er ei førehandsvising av dette rommet. Romhandlingar er skrudd av", + "To change the room's avatar, you must be a": "For å endra rommet sin avatar må du vera ein", + "To change the room's name, you must be a": "For å endra rommet sitt namn må du vera ein", + "To change the room's main address, you must be a": "For å endra rommet si hovudadresse må du vera ein", + "To change the room's history visibility, you must be a": "For å endra synlegheita på romhistoria må du vera ein", + "To change the permissions in the room, you must be a": "For å endra tillatingane i rommet må du vera ein", + "To change the topic, you must be a": "For å endra emnet må du vera ein", + "To modify widgets in the room, you must be a": "For å endra widgetar i rommet må du vera ein", + "Failed to unban": "Fekk ikkje til å lata inn att", + "Banned by %(displayName)s": "Stengd ute av %(displayName)s", + "Privacy warning": "Personvernsåtvaring", + "Changes to who can read history will only apply to future messages in this room": "Endringar i kven som kan lesa historia gjeld berre for framtidige meldingar i dette rommet", + "The visibility of existing history will be unchanged": "Synlegheita på den noverande historia vert ikkje endra", + "unknown error code": "ukjend errorkode", + "Failed to forget room %(errCode)s": "Fekk ikkje til å gløyma rommet %(errCode)s", + "End-to-end encryption is in beta and may not be reliable": "Ende-til-ende-kryptering vert betatesta og er kanskje ikkje påliteleg", + "You should not yet trust it to secure data": "Du bør førebels ikkje stole på at ho kan sikra data", + "Devices will not yet be able to decrypt history from before they joined the room": "Einingar kan førebels ikkje dekryptera historia frå før dei kom inn i rommet", + "Once encryption is enabled for a room it cannot be turned off again (for now)": "Når kryptering er skrudd på i eit rom kan ho (førebels) ikkje skruast av att", + "Encrypted messages will not be visible on clients that do not yet implement encryption": "Krypterte meldingar visast ikkje hjå klientar som førebels ikkje implementerer kryptering", + "Enable encryption": "Skru kryptering på", + "(warning: cannot be disabled again!)": "(åtvaring: kan ikkje skruast av att!)", + "Encryption is enabled in this room": "Kryptering er skrudd på i dette rommet", + "Encryption is not enabled in this room": "Kryptering er ikkje skrudd på i dette rommet", + "The default role for new room members is": "Rolla nye medlemer har i utgangspunktet er", + "To send messages, you must be a": "For å senda meldingar må du vera ein", + "To invite users into the room, you must be a": "For å byda brukarar inn til rommet må du vera ein", + "To configure the room, you must be a": "For å stille rommet inn må du vera ein", + "To kick users, you must be a": "For å sparka brukarar ut må du vera ein", + "To ban users, you must be a": "For å stengja brukarar ute må du vera ein", + "To remove other users' messages, you must be a": "For å fjerna andre brukarar sine meldingar må du vera ein", + "To notify everyone in the room, you must be a": "For å varsla alle i rommet må du vera ein", + "No users have specific privileges in this room": "Ingen brukarar har særeigne rettar i dette rommet", + "%(user)s is a %(userRole)s": "%(user)s er %(userRole)s", + "Privileged Users": "Brukarar med Særrett", + "Muted Users": "Stilna Brukarar", + "Banned users": "Utestengde Brukarar", + "Favourite": "Yndling", + "Tagged as: ": "Merka som: ", + "To link to a room it must have <a>an address</a>.": "For å lenkja til eit rom må det ha <a>ei adresse</a>.", + "Guests cannot join this room even if explicitly invited.": "Gjester kan ikkje koma inn i dette rommet sjølv viss dei er tydeleg innbodne.", + "Click here to fix": "Klikk her for å retta opp i det", + "To send events of type <eventType/>, you must be a": "For å senda hendingar av sorten <evenType/> må du vera ein", + "Who can access this room?": "Kven har tilgang til rommet?", + "Only people who have been invited": "Berre dei som er bodne inn", + "Anyone who knows the room's link, apart from guests": "Dei som kjenner lenkja til rommet, sett vekk frå gjester", + "Anyone who knows the room's link, including guests": "Dei som kjenner lenkja til rommet, gjester òg", + "Publish this room to the public in %(domain)s's room directory?": "Gjer dette rommet offentleg i %(domain)s sitt romutval?", + "Who can read history?": "Kven kan lesa historia?", + "Anyone": "Kven som helst", + "Members only (since the point in time of selecting this option)": "Berre medlemer (frå då denne innstillinga vert skrudd på)", + "Members only (since they were invited)": "Berre medlemmer (frå då dei vart bodne inn)", + "Members only (since they joined)": "Berre medlemer (frå då dei kom inn)", + "Permissions": "Tillatinger", + "Advanced": "Omfattande", + "This room's internal ID is": "Dette rommets innvendes ID er", + "Add a topic": "Legg eit emne til", + "Search…": "Søk…", + "This Room": "Dette Rommet", + "All Rooms": "Alle Rom", + "Cancel": "Bryt av", + "You don't currently have any stickerpacks enabled": "Du har for tida ikkje skrudd nokre klistremerkepakkar på", + "Add a stickerpack": "Legg ei klistremerkepakke til", + "Stickerpack": "Klistremerkepakke", + "Hide Stickers": "Gøym Klistremerkar", + "Show Stickers": "Vis Klistremerkar", + "Scroll to unread messages": "Blad til ulesne meldingar", + "Jump to first unread message.": "Hopp til den fyrste ulesne meldinga.", + "Close": "Lukk", + "Invalid alias format": "Ugangbar aliasform", + "'%(alias)s' is not a valid format for an alias": "'%(alias)s' er ikkje ei gangbar aliasform", + "Invalid address format": "Ugangbar adresseform", + "'%(alias)s' is not a valid format for an address": "'%(alias)s' er ikkje ei gangbar adresseform", + "not set": "ikkje sett", + "Remote addresses for this room:": "Fjernadresser for dette rommet:", + "Addresses": "Adresser", + "The main address for this room is": "Hovudadressa for dette rommet er", + "Local addresses for this room:": "Lokaladresser for dette rommet:", + "This room has no local addresses": "Dette rommer har ingen lokaladresser", + "New address (e.g. #foo:%(localDomain)s)": "Ny adresse (t.d. #foo:%(localDomain)s)", + "Invalid community ID": "Ugangbar samfunnsID", + "'%(groupId)s' is not a valid community ID": "'%(groupId)s' er ikkje ein gangbar samfunnsID", + "Flair": "Særpreg", + "Showing flair for these communities:": "Viser særpreg for desse samfunna:", + "This room is not showing flair for any communities": "Dette rommet viser ikkje særpreg for nokre samfunn", + "New community ID (e.g. +foo:%(localDomain)s)": "Ny samfunnsID (t.d. +foo:%(localDomain)s)", + "You have <a>enabled</a> URL previews by default.": "Du har <a>skrudd URL-førehandsvisingar på</a> i utgangspunktet.", + "You have <a>disabled</a> URL previews by default.": "Du har <a>skrudd URL-førehandsvisingar av</a> i utgangspunktet.", + "URL previews are enabled by default for participants in this room.": "URL-førehandsvisingar er skrudd på i utgangspunktet for dette rommet.", + "URL previews are disabled by default for participants in this room.": "URL-førehandsvisingar er skrudd av i utgangspunktet for dette rommet.", + "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "I krypterte rom, slik som denne, er URL-førehandsvisingar skrudd av i utgangspunktet for å forsikra at heimtenaren din (der førehandsvisinger lagast) ikkje kan samla informasjon om lenkjer som du ser i dette rommet.", + "URL Previews": "URL-førehandsvisingar", + "Sunday": "søndag", + "Monday": "måndag", + "Tuesday": "tysdag", + "Wednesday": "onsdag", + "Thursday": "torsdag", + "Friday": "fredag", + "Saturday": "laurdag", + "Today": "i dag", + "Yesterday": "i går", + "Error decrypting audio": "Noko gjekk gale med ljoddekrypteringa", + "Error decrypting attachment": "Noko gjekk gale med vedleggsdekrypteringa", + "Decrypt %(text)s": "Dekrypter %(text)s", + "Download %(text)s": "Last %(text)s ned", + "Invalid file%(extra)s": "Ugangbar fil%(extra)s", + "Error decrypting image": "Noko gjekk gale med biletedekrypteringa", + "Error decrypting video": "Noko gjekk gale med videodekrypteringa", + "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s endra avataren til %(roomName)s", + "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s fjerna romavataren.", + "%(senderDisplayName)s changed the room avatar to <img/>": "%(senderDisplayName)s endra romavataren til <img/>", + "Copied!": "Kopiert!", + "Failed to copy": "Noko gjekk gale med kopieringa", + "Removed or unknown message type": "Fjerna eller ukjend meldingssort", + "Message removed by %(userId)s": "Meldinga vart fjerna av %(userId)s", + "Message removed": "Meldinga vart fjerna", + "Robot check is currently unavailable on desktop - please use a <a>web browser</a>": "Robotsjekk er førebels ikkje tilgjengeleg på skrivebordet - ver venleg og bruk ein <a>nettlesar</a>", + "This Home Server would like to make sure you are not a robot": "Denne heimtenaren ynskjer å forsikra seg om at du ikkje er ein robot", + "Sign in with CAS": "Logg inn med CAS", + "This allows you to use this app with an existing Matrix account on a different home server.": "Dette tillèt deg å bruka denne æppen med ein Matrixbrukar som allereie finst på ein annan heimtenar.", + "You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "Du kan i tillegg setja ein eigen identitetstenar, men dette hindrar som regel samhandling med brukarar som brukar epostadresse.", + "Dismiss": "Avvis", + "To continue, please enter your password.": "For å gå fram, ver venleg og skriv passordet ditt inn.", + "Password:": "Passord:", + "An email has been sent to %(emailAddress)s": "En epost vart send til %(emailAddress)s", + "Please check your email to continue registration.": "Ver venleg og sjekk eposten din for å gå vidare med påmeldinga.", + "A text message has been sent to %(msisdn)s": "Ei tekstmelding vart send til %(msisdn)s", + "Please enter the code it contains:": "Ver venleg og skriv koden den inneheld inn:", + "Code": "Kode", + "Start authentication": "Byrj godkjenning", + "powered by Matrix": "Matrixdriven", + "The email field must not be blank.": "Epostfeltet kan ikkje vera tomt.", + "The user name field must not be blank.": "Brukarnamnfeltet kan ikkje vera tomt.", + "The phone number field must not be blank.": "Telefonnummerfeltet kan ikkje vera tomt.", + "The password field must not be blank.": "Passordfeltet kan ikkje vera tomt.", + "Username on %(hs)s": "Brukarnamn på %(hs)s", + "User name": "Brukarnamn", + "Mobile phone number": "Mobiltelefonnummer", + "Forgot your password?": "Gløymt passordet ditt?", + "%(serverName)s Matrix ID": "%(serverName)s Matrix-ID", + "Sign in with": "Logg inn med", + "Email address": "Epostadresse", + "Sign in": "Logg inn", + "If you don't specify an email address, you won't be able to reset your password. Are you sure?": "Viss du ikkje seier kva epostadresse du vil bruka vil du ikkje kunna attendestille passordet ditt. Er du sikker?", + "Email address (optional)": "Epostadresse (valfritt)", + "You are registering with %(SelectedTeamName)s": "Du melder deg inn med %(SelectedTeamName)s", + "Mobile phone number (optional)": "Mobiltelefonnummer (valfritt)", + "Register": "Meld deg inn", + "Default server": "Vanleg tenar", + "Home server URL": "Heimtenar-URL", + "Identity server URL": "Identitetstenar-URL", + "What does this mean?": "Kva tyder dette?", + "Remove from community": "Fjern frå samfunnet", + "Disinvite this user from community?": "Fjern denne brukaren si innbyding til samfunnet?", + "Remove this user from community?": "Fjern denne brukaren frå samfunnet?", + "Failed to withdraw invitation": "Fekk ikkje til å taka innbydinga att", + "Failed to remove user from community": "Fekk ikkje til å fjerna brukaren frå samfunnet", + "Flair will appear if enabled in room settings": "Særpreg dukkar opp viss det er skrudd på i rominnstillingar", + "Flair will not appear": "Særpreg dukkar ikkje opp", + "Are you sure you want to remove '%(roomName)s' from %(groupId)s?": "Er du sikker på at du vil fjerna '%(roomName)s' frå %(groupId)s?", + "Removing a room from the community will also remove it from the community page.": "Å fjerna eit rom frå samfunnet fjernar det frå samfunnssida òg.", + "Remove": "Fjern", + "Failed to remove room from community": "Fekk ikkje til å fjerna rommet frå samfunnet", + "Failed to remove '%(roomName)s' from %(groupId)s": "Fekk ikkje til å fjerna '%(roomName)s' frå %(groupId)s", + "Something went wrong!": "Noko gjekk gale!", + "The visibility of '%(roomName)s' in %(groupId)s could not be updated.": "Kunne ikkje oppdatera synligheita til '%(roomName)s' i %(groupId)s.", + "Visibility in Room List": "Synligheit i Romlista", + "Visible to everyone": "Synleg for alle", + "Only visible to community members": "Berre synleg for samfunnsmedlemer", + "Something went wrong when trying to get your communities.": "Noko gjekk gale med framhentinga av samfunna dine.", + "Display your community flair in rooms configured to show it.": "Vis samfunnssærpreget ditt i rom som er stilt inn til å visa det.", + "You're not currently a member of any communities.": "Du er for augeblunket ikkje medlem i nokre samfunn.", + "Yes, I want to help!": "Ja, eg vil vera til nytte!", + "You are not receiving desktop notifications": "Du fær ikkje nokre skrivebordsvarsel", + "Enable them now": "Skru dei på no", + "What's New": "Kva er nytt", + "Update": "Oppdatering", + "What's new?": "Kva er nytt?", + "A new version of Riot is available.": "Ei ny utgåve av Riot er tilgjengeleg.", + "To return to your account in future you need to <u>set a password</u>": "For å gå tilbake til brukaren din i framtida må du <u>setja eit passord</u>", + "Set Password": "Set Passord", + "Error encountered (%(errorDetail)s).": "Noko gjekk gale (%(errorDetail)s).", + "Checking for an update...": "Ser etter oppdateringar...", + "No update available.": "Inga oppdatering er tilgjengeleg.", + "Downloading update...": "Lastar oppdatering ned...", + "Warning": "Åtvaring", + "Unknown Address": "Ukjend Adresse", + "NOTE: Apps are not end-to-end encrypted": "MERK DEG: Æppar er ikkje ende-til-ende-krypterte", + "Warning: This widget might use cookies.": "Åtvaring: Denne widgeten brukar kanskje datakaker.", + "Do you want to load widget from URL:": "Vil du lasta widgeten frå URL:", + "Allow": "Tillat", + "Delete Widget": "Slett Widgeten", + "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "Å sletta ein widget fjernar den for alle brukarane i rommet. Er du sikker på at du vil sletta denne widgeten?", + "Delete widget": "Slett widgeten", + "Failed to remove widget": "Fekk ikkje til å fjerna widgeten", + "An error ocurred whilst trying to remove the widget from the room": "Noko gjekk gale med fjerninga av widgeten frå rommet", + "Revoke widget access": "Tak widgeten sin tilgang att", + "Reload widget": "Last inn widget på nytt", + "Picture": "Bilete", + "Edit": "Gjer om", + "Create new room": "Lag nytt rom", + "Unblacklist": "Fjern frå svartelista", + "Blacklist": "Legg til i svartelista", + "No results": "Ingen resultat", + "Delete": "Slett", + "Communities": "Samfunn", + "Home": "Heim", + "You cannot delete this image. (%(code)s)": "Du kan ikkje sletta dette biletet. (%(code)s)", + "Uploaded on %(date)s by %(user)s": "Lasta opp %(date)s av %(user)s", + "Download this file": "Last denne fila ned", + "%(severalUsers)sjoined %(count)s times|other": "%(severalUsers)s har kome inn %(count)s gonger", + "%(severalUsers)sjoined %(count)s times|one": "%(severalUsers)s kom inn", + "%(oneUser)sjoined %(count)s times|other": "%(oneUser)s har kome inn %(count)s gonger", + "%(oneUser)sjoined %(count)s times|one": "%(oneUser)s kom inn", + "%(severalUsers)sleft %(count)s times|other": "%(severalUsers)s har fare %(count)s gonger", + "%(severalUsers)sleft %(count)s times|one": "%(severalUsers)s fór", + "%(oneUser)sleft %(count)s times|other": "%(oneUser)s har fare %(count)s gonger", + "%(oneUser)sleft %(count)s times|one": "%(oneUser)s fór", + "%(severalUsers)sjoined and left %(count)s times|other": "%(severalUsers)s har kome inn og fare att %(count)s gonger", + "%(severalUsers)sjoined and left %(count)s times|one": "%(severalUsers)s kom inn og fór", + "%(oneUser)sjoined and left %(count)s times|other": "%(oneUser)s har kome inn og fare att %(count)s gonger", + "%(oneUser)sjoined and left %(count)s times|one": "%(oneUser)s kom inn og fór", + "%(severalUsers)sleft and rejoined %(count)s times|other": "%(severalUsers)s har fare og kome inn att %(count)s gonger", + "%(severalUsers)sleft and rejoined %(count)s times|one": "%(severalUsers)s fór og kom inn att", + "%(oneUser)sleft and rejoined %(count)s times|other": "%(oneUser)s har fare og kome inn att %(count)s gonger", + "%(oneUser)sleft and rejoined %(count)s times|one": "%(oneUser)s fór og kom inn att", + "%(severalUsers)srejected their invitations %(count)s times|other": "%(severalUsers)s sa nei til innbydingane %(count)s gonger", + "%(severalUsers)srejected their invitations %(count)s times|one": "%(severalUsers)s sa nei til innbydingane", + "%(oneUser)srejected their invitation %(count)s times|other": "%(oneUser)s sa nei til innbydinga %(count)s gonger", + "%(oneUser)srejected their invitation %(count)s times|one": "%(oneUser)s sa nei til innbydinga", + "%(severalUsers)shad their invitations withdrawn %(count)s times|other": "%(severalUsers)s fekk innbydingane sine attekne %(count)s gonger", + "%(severalUsers)shad their invitations withdrawn %(count)s times|one": "%(severalUsers)s fekk innbydinga si attteke", + "%(oneUser)shad their invitation withdrawn %(count)s times|other": "%(oneUser)s fekk innbydinga si atteke %(count)s gonger", + "%(oneUser)shad their invitation withdrawn %(count)s times|one": "%(oneUser)s fekk innbydinga si atteke", + "were invited %(count)s times|other": "vart boden inn %(count)s gonger", + "were invited %(count)s times|one": "vart boden inn", + "was invited %(count)s times|other": "vart boden inn %(count)s gonger", + "was invited %(count)s times|one": "vart boden inn", + "were banned %(count)s times|other": "har vore stengd ute %(count)s gonger", + "were banned %(count)s times|one": "vart stengd ute", + "was banned %(count)s times|other": "har vore stengd ute %(count)s gonger", + "was banned %(count)s times|one": "vart stengd ute", + "were unbanned %(count)s times|other": "har vorta sloppe inn att %(count)s gonger", + "were unbanned %(count)s times|one": "vart sloppe inn att", + "was unbanned %(count)s times|other": "har vorte sloppe inn att %(count)s gonger", + "was unbanned %(count)s times|one": "vart sloppe inn att", + "were kicked %(count)s times|other": "har vorte sparka ut %(count)s gonger", + "were kicked %(count)s times|one": "vart sparka ut", + "was kicked %(count)s times|other": "har vorte sparka ut %(count)s gonger", + "was kicked %(count)s times|one": "vart sparka ut", + "%(severalUsers)schanged their name %(count)s times|other": "%(severalUsers)s har endra namna sine %(count)s gonger", + "%(severalUsers)schanged their name %(count)s times|one": "%(severalUsers)s endra namna sine", + "%(oneUser)schanged their name %(count)s times|other": "%(oneUser)s har endra namnet sitt %(count)s gonger", + "%(oneUser)schanged their name %(count)s times|one": "%(oneUser)s endra namnet sitt", + "%(severalUsers)schanged their avatar %(count)s times|other": "%(severalUsers)s har endra avatarane sine %(count)s gonger", + "%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)s endra avatarane sine", + "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)s har endra avataren sin %(count)s gonger", + "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)s endra avataren sin", + "%(items)s and %(count)s others|other": "%(items)s og %(count)s til", + "%(items)s and %(count)s others|one": "%(items)s og ein til", + "%(items)s and %(lastItem)s": "%(items)s og %(lastItem)s", + "collapse": "Slå saman", + "expand": "Utvid", + "<a>In reply to</a> <pill>": "<a>Som svar til</a> <pill>", + "Room directory": "Romutval", + "Start chat": "Byrj samtale", + "And %(count)s more...|other": "Og %(count)s til...", + "ex. @bob:example.com": "t.d. @ivar:eksempel.no", + "Add User": "Legg Brukar til", + "Matrix ID": "Matrix-ID", + "Matrix Room ID": "Matrixrom-ID", + "email address": "epostadresse", + "You have entered an invalid address.": "Du har skrive ei ugangbar adresse inn.", + "Try using one of the following valid address types: %(validTypesList)s.": "Prøv å bruka ein av dei fylgjande gangbare adressesortane: %(validTypesList)s.", + "Preparing to send logs": "Førebur loggsending", + "Logs sent": "Loggar sende", + "Thank you!": "Takk skal du ha!", + "Failed to send logs: ": "Fekk ikkje til å senda loggar: ", + "Submit debug logs": "Send debøgg-loggar inn", + "Riot bugs are tracked on GitHub: <a>create a GitHub issue</a>.": "Riot-bøggar fylgjast på GitHub: <a>lag eit GitHub-issue</a>.", + "GitHub issue link:": "lenkje til GitHub-issue:", + "Notes:": "Saker å merka seg:", + "Send logs": "Send loggar inn", + "Unavailable": "Utilgjengeleg", + "Changelog": "Endringslogg", + "Create a new chat or reuse an existing one": "Lag ei ny samtale eller bruk ei gamal opp att", + "Start new chat": "Byrj ny samtale", + "You already have existing direct chats with this user:": "Du har allereie pågåande direktesamtaler med denne brukaren:", + "Start chatting": "Byrj å prata", + "Click on the button below to start chatting!": "Klikk på knappen under for å byrja å prata!", + "Start Chatting": "Byrj å Prata", + "Something went wrong whilst creating your community": "Noko gjekk gale med laginga av samfunnet ditt", + "Create Community": "Lag Samfunn", + "Community Name": "Samfunnsnamn", + "Example": "Døme", + "Community ID": "Samfunns-ID", + "example": "døme", + "Create": "Lag", + "Create Room": "Lag eit Rom", + "Room name (optional)": "Romnamn (valfritt)", + "Advanced options": "Omfattande innstillingar", + "World readable": "Kan lesast av alle", + "not specified": "Ikkje oppgjeven", + "Minimize apps": "Legg æppar ned", + "Confirm Removal": "Godkjenn Fjerning", + "Are you sure you wish to remove (delete) this event? Note that if you delete a room name or topic change, it could undo the change.": "Er du sikker på at du vil fjerna (sletta) denne hendingen? Merk deg at vis du slettar eit romnamn eller ei emneendring kan det gjera om på endringa.", + "Community IDs cannot be empty.": "Samfunns-IDfeltet kan ikkje vera tomt.", + "Community IDs may only contain characters a-z, 0-9, or '=_-./'": "Samfunns-IDar kan berre innehalda teikna a-z, 0-9, eller '=_-./'", + "This setting cannot be changed later!": "Denne innstillinga kan ikkje gjerast om på seinare!", + "Unknown error": "Noko ukjend gjekk galt", + "Incorrect password": "Urett passord", + "This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible.</b>": "Dette gjer at brukaren din vert ubrukeleg til evig tid. Du kjem ikkje til å kunna logga inn, og ingen andre kjem til å kunna melde seg inn med den gamle brukar-IDen din. Brukaren din forlét òg alle rom han er i, og brukardetaljane dine vil verta fjerna frå identitetstenaren. <b>Denne handlinga kan ikkje gjerast om.</b>", + "Deactivate Account": "Avliv Brukaren", + "Deactivating your account <b>does not by default cause us to forget messages you have sent.</b> If you would like us to forget your messages, please tick the box below.": "Å avliva brukaren din <b>gjer i utgangspunktet ikkje at vi gløymer meldingane du har send.</b> Viss du vil at vi skal gløyma meldingane dine, ver venleg og kryss av i firkanten under.", + "Message visibility in Matrix is similar to email. Our forgetting your messages means that messages you have sent will not be shared with any new or unregistered users, but registered users who already have access to these messages will still have access to their copy.": "Meldingssynlegheit på Matrix liknar på epost. At vi gløymer meldingane dine tyder at meldingar du har send ikkje vil verta delt med nye, ikkje-innmeldte brukarar, men brukare som er meldt på som allereie har tilgang til desse meldingane vil fortsatt kunne sjå kopien deira.", + "Please forget all messages I have sent when my account is deactivated (<b>Warning:</b> this will cause future users to see an incomplete view of conversations)": "Ver venleg og gløym alle meldingane eg har send når brukaren min vert avliven (<b>Åtvaring:</b> dette gjer at framtidige brukarar ikkje fær eit fullstendig oversyn av samtalene)", + "To continue, please enter your password:": "For å gå fram, ver venleg og skriv passordet ditt inn:", + "password": "passord", + "To verify that this device can be trusted, please contact its owner using some other means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings for this device matches the key below:": "For å godkjenna at denne eininga er til å stola på, ver venleg og snakk med eiaren på ei anna måte (t.d. ansikt til ansikt eller på telefon) og spør dei om nykelen dei ser i Brukarinnstillingane for denne eininga samsvarar med nykelen under:", + "Device name": "Einingsnamn", + "Device key": "Einingsnykel", + "In future this verification process will be more sophisticated.": "I framtida kjem denne godkjenningsprosessen til å vera betre utvikla.", + "Verify device": "Godkjenn eining", + "I verify that the keys match": "Eg stadfestar at nyklane samsvarar", + "Back": "Attende", + "Event sent!": "Hending send!", + "Event Type": "Hendingsort", + "Event Content": "Hendingsinnhald", + "Send Account Data": "Send Brukardata", + "Explore Room State": "Undersøk Romtilstanden", + "Explore Account Data": "Undersøk Brukardata", + "Toolbox": "Verktøykasse", + "Developer Tools": "Utviklarverktøy", + "An error has occurred.": "Noko gjekk gale.", + "You added a new device '%(displayName)s', which is requesting encryption keys.": "Du la til den nye eininga '%(displayName)s', som spør om krypteringsnyklar.", + "Your unverified device '%(displayName)s' is requesting encryption keys.": "Den ikkje-godkjende eininga di '%(displayName)s' spør om krypteringsnyklar.", + "Start verification": "Byrj godkjenning", + "Share without verifying": "Del utan å godkjenna", + "Ignore request": "Oversjå førespurnad", + "Loading device info...": "Lastar einingsinfo inn...", + "Encryption key request": "Krypteringsnykel-førespurnad", + "Sign out": "Logg ut", + "Log out and remove encryption keys?": "Logg ut og fjern krypteringsnyklar?", + "Clear Storage and Sign Out": "Tøm Lager og Logg Ut", + "Send Logs": "Send Loggar", + "Refresh": "Hent fram på nytt", + "Unable to restore session": "Kunne ikkje henta øykta fram att", + "We encountered an error trying to restore your previous session.": "Noko gjekk gale med framhentinga av den førre øykta di.", + "If you have previously used a more recent version of Riot, your session may be incompatible with this version. Close this window and return to the more recent version.": "Viss du har bruka ei nyare utgåve av Riot før, kan det henda at øykta di ikkje passar inn i denne utgåva. Lukk dette vindauget og gå attende til den nyare utgåva.", + "Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Det kan henda at å tømma nettlesarlageret rettar opp i det, men det loggar deg ut og kan gjera den krypterte pratehistoria uleseleg.", + "Invalid Email Address": "Ugangbar Epostadresse", + "This doesn't appear to be a valid email address": "Det ser ikkje ut til at epostadressa er gangbar", + "Verification Pending": "Ventar på Godkjenning", + "Please check your email and click on the link it contains. Once this is done, click continue.": "Ver venleg og sjekk eposten din og klikk på lenkja du har fått. Når det er gjort, klikk gå fram.", + "Unable to add email address": "Klarte ikkje å leggja epostadressa til", + "Unable to verify email address.": "Klarte ikkje å stadfesta epostadressa.", + "This will allow you to reset your password and receive notifications.": "Dette tillèt deg å attendestilla passordet ditt og å få varsel.", + "Skip": "Hopp over", + "User names may only contain letters, numbers, dots, hyphens and underscores.": "Brukarnamn kan berre innehalda bokstavar, tal, prikkar, bindestrek og understrek.", + "Username not available": "Brukarnamnet er ikkje tilgjengeleg", + "Username invalid: %(errMessage)s": "Brukarnamnet er ugangbart: %(errMessage)s", + "An error occurred: %(error_string)s": "Noko gjekk gale: %(error_string)s", + "Username available": "Brukarnamnet er tilgjengeleg", + "To get started, please pick a username!": "For å koma i gang, ver venleg og vel eit brukarnman!", + "This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "Dette vert brukarnamnet ditt på <span></span> heimtenaren, elles so kan du velja ein <a>annan tenar</a>.", + "If you already have a Matrix account you can <a>log in</a> instead.": "Viss du har ein Matrixbrukar allereie kan du <a>logga på</a> i staden.", + "You have successfully set a password!": "Du sette passordet ditt!", + "You have successfully set a password and an email address!": "Du sette passordet og epostadressa di!", + "You can now return to your account after signing out, and sign in on other devices.": "Du kan no gå attende til brukaren din etter å ha logga ut, og logga inn på andre einingar.", + "Remember, you can always set an email address in user settings if you change your mind.": "Hugs at du alltid kan setja ei epostadresse i brukarinnstillingar viss du skiftar meining.", + "Failed to change password. Is your password correct?": "Fekk ikkje til å skifta passord. Er passordet rett?", + "(HTTP status %(httpStatus)s)": "(HTTP-tilstand %(httpStatus)s)", + "Please set a password!": "Ver venleg og set eit passord!", + "This will allow you to return to your account after signing out, and sign in on other devices.": "Dette tillèt deg å fara attende til brukaren din etter å ha logga ut, og å logga inn på andre einingar.", + "Share Room": "Del Rom", + "Link to most recent message": "Lenk til den nyaste meldinga", + "Share User": "Del Brukar", + "Share Community": "Del Samfunn", + "Share Room Message": "Del Rommelding", + "Link to selected message": "Lenk til den valde meldinga", + "COPY": "KOPIER", + "You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "Du set for augeblunket ikkje-godkjende einingar på svartelista; for å senda meldingar til desse einingane må du godkjenna dei.", + "We recommend you go through the verification process for each device to confirm they belong to their legitimate owner, but you can resend the message without verifying if you prefer.": "Vi tilrår deg å gå gjennom godkjenninga for kvar av einingane for å vera sikker på at dei tilhøyrer sine rettmessige eigarar, men du kan senda meldinga på nytt utan å godkjenna viss du vil.", + "Room contains unknown devices": "Rommet inneheld ukjende einingar", + "\"%(RoomName)s\" contains devices that you haven't seen before.": "\"%(RoomName)s\" inneheld einingar som du ikkje har sett før.", + "Unknown devices": "Ukjende einingar", + "Private Chat": "Lukka Samtale", + "Public Chat": "Offentleg Samtale", + "Alias (optional)": "Alias (valfritt)", + "Reject invitation": "Sei nei til innbyding", + "Are you sure you want to reject the invitation?": "Er du sikker på at du vil seia nei til innbydinga?", + "Unable to reject invite": "Klarte ikkje å seia nei til innbydinga", + "Reject": "Sei nei", + "You cannot delete this message. (%(code)s)": "Du kan ikkje sletta meldinga. (%(code)s)", + "Resend": "Send på nytt", + "Cancel Sending": "Bryt Sending av", + "Forward Message": "Vidaresend Melding", + "Reply": "Svar", + "Pin Message": "Fest Meldinga", + "View Source": "Sjå Kjelda", + "View Decrypted Source": "Sjå den Dekrypterte Kjelda", + "Unhide Preview": "Slutt å Gøyma Førehandsvising", + "Share Message": "Del Melding", + "Quote": "Sitat", + "Source URL": "Kjelde-URL", + "Collapse Reply Thread": "Slå Svartråden saman", + "All messages (noisy)": "Alle meldingar (bråket)", + "All messages": "Alle meldingar", + "Mentions only": "Berre når eg vert nemnd", + "Leave": "Far frå", + "Forget": "Gløym", + "Low Priority": "Lågrett", + "Direct Chat": "Direktesamtale", + "View Community": "Sjå Samfunn", + "Sorry, your browser is <b>not</b> able to run Riot.": "Orsak, nettlesaren din klarer <b>ikkje</b> å køyra Riot.", + "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Riot brukar mange omfattande nettlesarfunksjonar, og nokre av dei er ikkje tilgjengelege eller i utprøving i nettlesaren din.", + "Please install <chromeLink>Chrome</chromeLink> or <firefoxLink>Firefox</firefoxLink> for the best experience.": "Ver venleg og legg <chromeLink>Chrome</chromeLink> eller <firefoxLink>Firefox</firefoxLink> inn på datamaskina for den beste opplevinga.", + "<safariLink>Safari</safariLink> and <operaLink>Opera</operaLink> work too.": "<safariLink>Safari</safariLink> og <operaLink>Opera</operaLink> verkar òg.", + "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "Med denne nettlesaren, er det mogleg at synet og kjensla av applikasjonen er fullstendig gale, og nokre eller alle funksjonar verkar kanskje ikkje. Viss du vil prøva likevel kan du gå fram, men då du må sjølv handtera alle vanskar du møter på!", + "I understand the risks and wish to continue": "Eg forstår farane og vil gå fram", + "Name": "Namn", + "Topic": "Emne", + "Make this room private": "Gjer dette rommet privat", + "Share message history with new users": "Del meldingshistoria med nye brukarar", + "Encrypt room": "Krypter rommet", + "You must <a>register</a> to use this functionality": "Du må <a>melda deg inn</a> for å bruka denne funksjonen", + "You must join the room to see its files": "Du må fare inn i rommet for å sjå filene dets", + "There are no visible files in this room": "Det er ingen synlege filer i dette rommet", + "<h1>HTML for your community's page</h1>\n<p>\n Use the long description to introduce new members to the community, or distribute\n some important <a href=\"foo\">links</a>\n</p>\n<p>\n You can even use 'img' tags\n</p>\n": "<h1>HTML for samfunnssida di</h1>\n<p>\n Bruk den Lange Skildringa for å ynskja nye medlemer velkomen, eller gje ut viktige <a href=\"foo\">lenkjer</a>\n</p>\n<p>\n Du kan til og med bruka 'img'-merkelappar!\n</p>\n", + "Add rooms to the community summary": "Legg rom til i samfunnsoppsamanfattinga", + "Which rooms would you like to add to this summary?": "Kva rom ynskjer du å leggja til i samanfattinga?", + "Add to summary": "Legg til i samanfattinga", + "Failed to add the following rooms to the summary of %(groupId)s:": "Fekk ikkje til å leggja dei fylgjande romma til i samanfattinga av %(groupId)s:", + "Add a Room": "Legg eit Rom til", + "Failed to remove the room from the summary of %(groupId)s": "Fekk ikkje til å fjerna rommet frå samanfattinga av %(groupId)s", + "The room '%(roomName)s' could not be removed from the summary.": "Rommet '%(roomName)s' lét seg ikkje fjerna frå samanfattinga.", + "Add users to the community summary": "Legg brukarar til i samfunnsamanfattinga", + "Who would you like to add to this summary?": "Kven vil du leggja til i samanfattinga?", + "Failed to add the following users to the summary of %(groupId)s:": "Fekk ikkje til å leggja fylgjande brukarar til i samanfattinga av %(groupId)s:", + "Add a User": "Legg ein Brukar til", + "Failed to remove a user from the summary of %(groupId)s": "Fekk ikkje til å fjerna brukaren frå samanfattinga av %(groupId)s", + "The user '%(displayName)s' could not be removed from the summary.": "Brukaren '%(displayName)s' lét seg ikkje fjerna frå samanfattinga.", + "Failed to upload image": "Fekk ikkje til å lasta biletet opp", + "Failed to update community": "Fekk ikkje til å oppdatera samfunnet", + "Unable to accept invite": "Fekk ikkje til å seia ja til innbydinga", + "Unable to join community": "Fekk ikkje til å fara inn i samfunnet", + "Leave Community": "Far frå Samfunnet", + "Leave %(groupName)s?": "Far frå %(groupName)s?", + "Unable to leave community": "Fekk ikkje til å fara frå samfunnet", + "Community Settings": "Samfunninnstillingar", + "Changes made to your community <bold1>name</bold1> and <bold2>avatar</bold2> might not be seen by other users for up to 30 minutes.": "Endringar gjort på <bold1>samfunnsnamnet</bold1> og <bold2>samfunnsavataren</bold2> vert kanskje ikkje synleg forandre før opp til 30 minutt har gått.", + "These rooms are displayed to community members on the community page. Community members can join the rooms by clicking on them.": "Desse romma vert viste for samfunnsmedlemer på samfunnsida. Samfunnsmedlemer kan fara inn i romma ved å klikka på dei.", + "Add rooms to this community": "Legg rom til i samfunnet", + "Featured Rooms:": "Utvalde Rom:", + "Featured Users:": "Utvalde Brukarar:", + "%(inviter)s has invited you to join this community": "%(inviter)s baud deg inn til dette samfunnet", + "Join this community": "Far inn i samfunnet", + "Leave this community": "Far frå samfunnet", + "You are an administrator of this community": "Du er administrator i dette samfunnet", + "You are a member of this community": "Du er eit medlem av dette samfunnet", + "Who can join this community?": "Kven kan verta med i samfunnet?", + "Everyone": "Alle", + "Your community hasn't got a Long Description, a HTML page to show to community members.<br />Click here to open settings and give it one!": "Samfunnet ditt har ikkje ei Lang Skilrding (ei HTML-side for å visa til samfunnsmedlem.) <br/>Klikk her for å opna innstillingar og gje det ei!", + "Long Description (HTML)": "Lang Skildring (HTML)", + "Description": "Skildring", + "Community %(groupId)s not found": "Fann ikkje samfunnet %(groupId)s", + "This Home server does not support communities": "Denne heimtenaren støttar ikkje støttesamfunn", + "Failed to load %(groupId)s": "Fekk ikkje til å lasta %(groupId)s", + "Couldn't load home page": "Kunne ikkje lasta heimesida", + "Login": "Innlogging", + "Failed to reject invitation": "Fekk ikkje til å seia nei til innbyding", + "This room is not public. You will not be able to rejoin without an invite.": "Dette rommet er ikkje offentleg. Du kjem ikkje til å kunna koma inn att utan ei innbyding.", + "Are you sure you want to leave the room '%(roomName)s'?": "Er du sikker på at du vil fara frå rommet '%(roomName)s'?", + "Failed to leave room": "Fekk ikkje til å fara frå rommet", + "Can't leave Server Notices room": "Kan ikkje fara frå Tenarvarsel-rommet", + "This room is used for important messages from the Homeserver, so you cannot leave it.": "Dette rommet er for viktige meldingar frå Heimtenaren, so du kan ikkje fara frå det.", + "Signed Out": "Logga Ut", + "For security, this session has been signed out. Please sign in again.": "Av sikkerheitsgrunnar har denne øykta vorte logga ut. Ver venleg og logg inn att.", + "Terms and Conditions": "Vilkår og Føresetnader", + "To continue using the %(homeserverDomain)s homeserver you must review and agree to our terms and conditions.": "For å framleis bruka %(homeserverDomain)s sin heimtenar må du sjå over og seia deg einig i våre Vilkår og Føresetnader.", + "Review terms and conditions": "Sjå over Vilkår og Føresetnader", + "Old cryptography data detected": "Gamal kryptografidata vart oppdagen", + "Data from an older version of Riot has been detected. This will have caused end-to-end cryptography to malfunction in the older version. End-to-end encrypted messages exchanged recently whilst using the older version may not be decryptable in this version. This may also cause messages exchanged with this version to fail. If you experience problems, log out and back in again. To retain message history, export and re-import your keys.": "Data frå ei eldre utgåve av Riot vart oppdagen. I den eldre utgåva hadde dette gjort at ende-til-ende-kryptografi ikkje verkar som det skal. Ende-til-ende-krypterte meldingar som vert utveksla nyleg med den gamle utgåva er det kanskje ikkje mogeleg å dekryptera i denne utgåva. Dette fører kanskje òg til at meldingar som vart utveksla med denne utgåva ikkje verkar. Viss du opplever vansker, logg ut og inn att. For å spara på meldingshistoria, hent nyklane dine ut og inn at.", + "Logout": "Loggar ut", + "Your Communities": "Dine Samfunn", + "Error whilst fetching joined communities": "Noko gjekk gale med innhentinga av samfunna du er i", + "Create a new community": "Lag eit nytt samfunn", + "You have no visible notifications": "Du har ingen synlege varsel", + "Members": "Medlemer", + "%(count)s Members|other": "%(count)s Medlemer", + "%(count)s Members|one": "%(count)s Medlem", + "Invite to this room": "Byd inn til rommet", + "Files": "Filer", + "Notifications": "Varsel", + "Invite to this community": "Byd inn til samfunnet", + "Failed to get protocol list from Home Server": "Fekk ikkje til å henta protokollista frå heimtenaren", + "The Home Server may be too old to support third party networks": "Heimtenaren er kanskje for gamal til å støtta tredjepartinettverk", + "Failed to get public room list": "Fekk ikkje til å henta den offentlege romlista", + "The server may be unavailable or overloaded": "Tenaren er kanskje utilgjengeleg eller overlasta", + "Delete the room alias %(alias)s and remove %(name)s from the directory?": "Slett rommaliaset %(alias)s og fjern %(name)s frå utvalet?", + "Remove %(name)s from the directory?": "Fjern %(name)s frå utvalet?", + "Remove from Directory": "Fjern frå Utvalet", + "remove %(name)s from the directory.": "fjern %(name)s frå utvalet.", + "delete the alias.": "slett aliaset.", + "Unable to join network": "Klarte ikkje å verta med i nettverket", + "Riot does not know how to join a room on this network": "Riot veit ikkje korleis ein fer inn i eit rom på dette nettverket", + "Room not found": "Fann ikkje rommet", + "Couldn't find a matching Matrix room": "Kunne ikkje finna eit samsvarande Matrixrom", + "Fetching third party location failed": "Noko gjekk gale med hentinga tredjepartiplasseringa", + "Directory": "Utval", + "Search for a room": "Søk etter eit rom", + "#example": "#døme", + "Scroll to bottom of page": "Blad til botnen", + "Message not sent due to unknown devices being present": "Meldinga vart ikkje send fordi ukjende einingar er til stades", + "<showDevicesText>Show devices</showDevicesText>, <sendAnywayText>send anyway</sendAnywayText> or <cancelText>cancel</cancelText>.": "<showDevicesText>Vis einingar</showDevicesText>, <sendAnywayText>Send likevel</sendAnywayText> eller <cancelText>Bryt av</cancelText>.", + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Du kan ikkje senda meldingar før du ser over og seier deg einig i våre <consentLink>Vilkår og Føresetnader</consentLink>.", + "%(count)s of your messages have not been sent.|other": "Nokre av meldingane dine vart ikkje sende.", + "%(count)s of your messages have not been sent.|one": "Meldinga di vart ikkje send.", + "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|other": "<resendText>Send alle på nytt</resendText> eller <cancelText>avbryt alle</cancelText>. Du kan ogso velja enkelte meldingar til sending på nytt eller avbryting.", + "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|one": "<resendText>Send melding på nytt</resendText> eller <cancelText>bryt av</cancelText>.", + "Connectivity to the server has been lost.": "Tilkoplinga til tenaren vart tapt.", + "Sent messages will be stored until your connection has returned.": "Sende meldingar lagrast ikkje før tilkoplinga di er attende.", + "%(count)s new messages|other": "%(count)s nye meldingar", + "%(count)s new messages|one": "%(count)s ny melding", + "Active call": "Pågåande samtale", + "There's no one else here! Would you like to <inviteText>invite others</inviteText> or <nowarnText>stop warning about the empty room</nowarnText>?": "Det er ingen andre her! Vil du <inviteText>byda andre inn</inviteText> eller <nowarnText>enda åtvaringa om det tomme rommet?</nowarnText>?", + "more": "meir", + "You seem to be uploading files, are you sure you want to quit?": "Det ser ut til at du lastar filer opp, er du sikker på at du vil slutta?", + "You seem to be in a call, are you sure you want to quit?": "Det ser ut til at du er i ei samtale, er du sikker på at du vil slutta?", + "Failed to upload file": "Fekk ikkje til å lasta fila opp", + "Server may be unavailable, overloaded, or the file too big": "Tenaren er kanskje utilgjengeleg, overlasta, elles so er fila for stor", + "Search failed": "Søket gjekk gale", + "No more results": "Ingen fleire resultat", + "Unknown room %(roomId)s": "Ukjend rom %(roomId)s", + "Room": "Rom", + "Failed to save settings": "Fekk ikkje til å lagra innstillingar", + "Failed to reject invite": "Fekk ikkje til å seia nei til innbydinga", + "Fill screen": "Fyll skjermen", + "Click to unmute video": "Klikk for å avstilna videoen", + "Click to mute video": "Klikk for å stilna videoen", + "Click to unmute audio": "Klikk for å avstilna ljoden", + "Click to mute audio": "Klikk for å stilna ljoden", + "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Freista å lasta eit gjeve punkt i rommet si tidslinje, men du har ikkje lov til å sjå den sistnemnde meldinga.", + "Tried to load a specific point in this room's timeline, but was unable to find it.": "Freista å lasta eit gjeve punkt i rommet si tidslinje, men klarte ikkje å finna det.", + "Failed to load timeline position": "Fekk ikkje til å lasta tidslinjestillinga", + "Uploading %(filename)s and %(count)s others|other": "Lastar %(filename)s og %(count)s til opp", + "Uploading %(filename)s and %(count)s others|zero": "Lastar %(filename)s opp", + "Uploading %(filename)s and %(count)s others|one": "Lastar %(filename)s og %(count)s til opp", + "Light theme": "Ljost preg", + "Dark theme": "Dimt preg", + "Status.im theme": "Status.im-preg", + "Can't load user settings": "Kan ikkje lasta brukarinnstillingar", + "Server may be unavailable or overloaded": "Tenaren er kanskje utilgjengeleg eller overlasta", + "Success": "Det gjekk", + "Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them": "Passordet ditt vert endra. Du får ikkje push-varsel på andre einingar før du loggar inn att på dei", + "Remove Contact Information?": "Fjern Kontaktinfo?", + "Remove %(threePid)s?": "Fjern %(threePid)s?", + "Unable to remove contact information": "Klarte ikkje å fjerna kontaktinfo", + "Refer a friend to Riot:": "Vis ein ven til Riot:", + "Interface Language": "Grensesnitts-mål", + "User Interface": "Brukargrensesnitt", + "<not supported>": "<ikkje støtta>", + "Import E2E room keys": "Hent E2E-romnyklar inn", + "Cryptography": "Kryptografi", + "Device ID:": "Einings-ID:", + "Device key:": "Einingsnykel:", + "Ignored Users": "Oversedde Brukarar", + "Debug Logs Submission": "Innsending av Debøgg-loggar", + "If you've submitted a bug via GitHub, debug logs can help us track down the problem. Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Viss du har sendt inn ein bøgg gjennom GitHub, kan debøgg-loggar hjelpa oss med å finna problemet. Debøgg-loggar inneheld data om æpp-bruk, b.a. Brukarnamnet ditt, IDane eller aliasa på romma eller gruppene du har vitja og brukarnamna til andre brukarar. Dei inneheld ikkje meldingar.", + "Riot collects anonymous analytics to allow us to improve the application.": "Riot samlar anonym statistikk inn slik at vi kan forbetre æppen.", + "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Personvern er viktig for oss, so vi samlar ikkje på personleg eller attkjenneleg data for statistikken vår.", + "Learn more about how we use analytics.": "Finn ut meir om korleis vi brukar statistikk.", + "Labs": "Labar", + "These are experimental features that may break in unexpected ways": "Desse funksjonane er i utprøving og uventa vanskar kan dukka opp", + "Use with caution": "Bruk med omhug", + "Deactivate my account": "Avliv brukaren min", + "Updates": "Oppdateringar", + "Check for update": "Sjå etter oppdateringar", + "Reject all %(invitedRooms)s invites": "Sei nei til alle innbydingar frå %(invitedRooms)s", + "Desktop specific": "Berre for skrivebord", + "Start automatically after system login": "Byrj av seg sjølv etter systeminnlogging", + "No media permissions": "Ingen mediatilgang", + "You may need to manually permit Riot to access your microphone/webcam": "Det kan henda at du må gje Riot tilgang til mikrofonen/nettkameraet for hand", + "Missing Media Permissions, click here to request.": "Vantande Mediatilgang, klikk her for å beda om det.", + "No Audio Outputs detected": "Ingen ljodavspelingseiningar funne", + "No Microphones detected": "Ingen opptakseiningar funne", + "No Webcams detected": "Ingen Nettkamera funne", + "Default Device": "Eininga som brukast i utgangspunktet", + "Audio Output": "Ljodavspeling", + "Microphone": "Ljodopptaking", + "Camera": "Kamera", + "VoIP": "VoIP", + "Email": "Epost", + "Add email address": "Legg epostadresse til", + "Display name": "Visingsnamn", + "Account": "Brukar", + "To return to your account in future you need to set a password": "For å kunna koma attende til brukaren din i framtida må du setja eit passord", + "Logged in as:": "Logga inn som:", + "click to reveal": "klikk for å visa", + "Homeserver is": "Heimtenaren er", + "Identity Server is": "Identitetstenaren er", + "matrix-react-sdk version:": "matrix-react-sdk-utgåve:", + "riot-web version:": "riot-web-utgåve:", + "olm version:": "olm-utgåve:", + "Failed to send email": "Fekk ikkje til å senda eposten", + "The email address linked to your account must be entered.": "Du må skriva epostadressa som er tilknytta brukaren din inn.", + "A new password must be entered.": "Du må skriva eit nytt passord inn.", + "New passwords must match each other.": "Dei nye passorda må vera like.", + "An email has been sent to %(emailAddress)s. Once you've followed the link it contains, click below.": "Ein epost vart send til %(emailAddress)s. Når du har far fylgd lenkja i den, klikk under.", + "I have verified my email address": "Eg har godkjend epostadressa mi", + "Your password has been reset": "Passordet ditt vart attendesett", + "You have been logged out of all devices and will no longer receive push notifications. To re-enable notifications, sign in again on each device": "Du vart logga av alle einingar og får ikkje lenger pushvarsel. For å skru varsel på att, logg inn igjen på kvar eining", + "Return to login screen": "Gå attende til innlogging", + "To reset your password, enter the email address linked to your account": "For å attendestilla passordet ditt, skriv epostadressa som er lenkja til brukaren din inn", + "New password": "Nytt passord", + "Confirm your new password": "Stadfest det nye passordet ditt", + "Send Reset Email": "Send attendestillingsepost", + "Create an account": "Lag ein brukar", + "This Home Server does not support login using email address.": "Denne Heimtenaren støttar ikkje innlogging med epost.", + "Please contact your service administrator to continue using this service.": "Ver venleg og kontakt din tenesteadministrator for å halda fram med å bruka tenesten.", + "Incorrect username and/or password.": "Urett brukarnamn og/eller passord.", + "Please note you are logging into the %(hs)s server, not matrix.org.": "Merk deg at du loggar inn på %(hs)s-tenaren, ikkje matrix.org.", + "Guest access is disabled on this Home Server.": "Gjestetilgang er skrudd av på denne Heimtenaren.", + "The phone number entered looks invalid": "Det innskrivne telefonnummeret ser ugangbart ut", + "Error: Problem communicating with the given homeserver.": "Noko gjekk gale: fekk ikkje samband med den gjevne heimtenaren.", + "Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or <a>enable unsafe scripts</a>.": "Kan ikkje kopla til heimtenaren gjennom HTTP når ein HTTPS-URL er i nettlesarsøkjafeltet ditt. Bruk anten HTTPS eller <a>skru utrygge skript på</a>.", + "Can't connect to homeserver - please check your connectivity, ensure your <a>homeserver's SSL certificate</a> is trusted, and that a browser extension is not blocking requests.": "Kan ikkje kopla til heimtenaren - ver venleg og sjekk tilkoplinga di, og sjå til at <a>heimtenaren din sitt CCL-sertifikat</a> er stolt på og at ein nettlesarutviding ikkje hindrar førespurnader.", + "Try the app first": "Prøv æppen fyrst", + "Sign in to get started": "Logg inn for å koma i gang", + "Failed to fetch avatar URL": "Klarte ikkje å henta avatar-URLen", + "Set a display name:": "Set eit visingsnamn:", + "Upload an avatar:": "Last ein avatar opp:", + "This server does not support authentication with a phone number.": "Denne tenaren støttar ikkje stadfesting gjennom telefonnummer.", + "Missing password.": "Vantande passord.", + "Passwords don't match.": "Passorda er ikkje like.", + "Password too short (min %(MIN_PASSWORD_LENGTH)s).": "Passordet er for kort (i det minste %(MIN_PASSWORD_LENGTH)s).", + "This doesn't look like a valid email address.": "Dette ser ikkje ut som ei gangbar epostadresse.", + "This doesn't look like a valid phone number.": "Dette ser ikkje ut som eit gangbart telefonnummer.", + "You need to enter a user name.": "Du må skriva eit brukarnamn inn.", + "An unknown error occurred.": "Noko ukjend gjekk gale.", + "I already have an account": "Eg har ein brukar allereie", + "Commands": "Påbod", + "Results from DuckDuckGo": "Resultat frå DuckDuckGo", + "Emoji": "Emoji", + "Notify the whole room": "Varsl heile rommet", + "Room Notification": "Romvarsel", + "Users": "Brukarar", + "unknown device": "ukjend eining", + "NOT verified": "IKKJE godkjend", + "verified": "godkjend", + "Verification": "Godkjenning", + "Ed25519 fingerprint": "Ed25519-fingeravtrykk", + "User ID": "Brukar-ID", + "Curve25519 identity key": "Curve25519-identitetsnykel", + "none": "ingen", + "Algorithm": "Algoritme", + "unencrypted": "ikkje-kryptert", + "Decryption error": "Noko gjekk gale med dekrypteringa", + "Session ID": "Økt-ID", + "End-to-end encryption information": "Ende-til-ende-krypteringsinfo", + "Event information": "Hendingsinfo", + "Sender device information": "Info om avsendareininga", + "Passphrases must match": "Passetningane må vera like", + "Passphrase must not be empty": "Passetningsfeltet kan ikkje vera tomt", + "Enter passphrase": "Skriv passetning inn", + "Confirm passphrase": "Stadfest passetning", + "You must specify an event type!": "Du må oppgje ein handlingssort!", + "Call Timeout": "Tidsavbrot i Samtala", + "Enable automatic language detection for syntax highlighting": "Skru automatisk måloppdaging på for syntax-understreking", + "Show empty room list headings": "Vis overskrift på tomme romlister", + "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Å endra passordet ditt attendestiller førebelst alle ende-til-ende-krypteringsnyklar på alle einingar, slik at kryptert pratehistorie vert uleseleg, med mindre du fyrst hentar romnyklane dine ut og hentar dei inn att etterpå. I framtida vil denne prosessen vera betre.", + "Export E2E room keys": "Hent E2E-romnyklar ut", + "You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply": "Det kan henda at du stilte dei inn på ein annan klient enn Riot. Du kan ikkje stilla på dei i Riot men dei gjeld framleis", + "Key share requests are sent to your other devices automatically. If you rejected or dismissed the key share request on your other devices, click here to request the keys for this session again.": "Nykeldelingsførespurnader vert sende til dei andre einingane dine av seg sjølv. Viss du sa nei til eller avviste førespurnadene på dei andre einingane, klikk her for å beda om nyklane for denne øykta på nytt.", + "Jump to read receipt": "Hopp til lest-lappen", + "Filter room members": "Filtrer rommedlemer", + "inline-code": "kode-i-tekst", + "block-quote": "blokk-sitat", + "Show panel": "Vis panel", + "Drop here to tag direct chat": "Slepp her for å merka ei direktesamtale", + "Drop here to tag %(section)s": "Slepp her for å merka %(section)s", + "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "Når nokon legg ein URL med i meldinga si, kan ei URL-førehandsvising visast for å gje meir info om lenkja slik som tittelen, skildringa, og eit bilete frå nettsida.", + "You are about to be taken to a third-party site so you can authenticate your account for use with %(integrationsUrl)s. Do you wish to continue?": "Du held på å verta teken til ei tredje-partisside so du kan godkjenna brukaren din til bruk med %(integrationsUrl)s. Vil du gå fram?", + "Token incorrect": "Teiknet er gale", + "Filter community members": "Filtrer samfunnsmedlemer", + "Custom Server Options": "Eigentenar-innstillingar", + "Filter community rooms": "Filtrer samfunnsrom", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie (please see our <PolicyLink>Cookie Policy</PolicyLink>).": "Ver venleg og hjelp oss å forbetra Riot.im ved å senda <UsageDataLink>anonym brukardata</UsageDataLink>. Dette brukar ei datakake (ver venleg og sjå på <PolicyLink>Datakakeretningslinene våre</PolicyLink>).", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie.": "Ver venleg og hjelp oss å forbetra Riot.im ved å senda <UsageDataLink>anonym brukardata</UsageDataLink>. Dette brukar ei datakake.", + "Whether or not you're using the Richtext mode of the Rich Text Editor": "Om du brukar Riktekst-innstillinga på Riktekstfeltet", + "WARNING: KEY VERIFICATION FAILED! The signing key for %(userId)s and device %(deviceId)s is \"%(fprint)s\" which does not match the provided key \"%(fingerprint)s\". This could mean your communications are being intercepted!": "ÅTVARING: NOKO GJEKK GALT MED NYKELGODKJENNINGA! Signeringsnykelen til %(userId)s og eininga %(deviceId)s er \"%(fprint)s\", som ikkje er lik den gjevne nykelen \"%(fingerprint)s\". Dette kan tyda at nokon tjuvlyttar på kommuniseringa!", + "The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "Signeringsnykelen du oppgav er lik signeringsnykelen du fekk frå %(userId)s si eining %(deviceId)s. Eininga merkast som godkjend.", + "This room is not accessible by remote Matrix servers": "Rommet er ikkje tilgjengeleg for andre Matrix-heimtenarar", + "Add an Integration": "Legg tillegg til", + "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "Du kan bruka eigentenarinnstillingane for å logga på andre Matrixtenarar gjennom å oppgje ein annan Heimtenar-URL.", + "Custom server": "Eigentenar", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Heimtenaren har truffe den Månadlege Grensa for Aktive Brukarar. Ver venleg og kontakt tenesteadministratoren din for å halda fram med å bruka tenesten.", + "Popout widget": "Popp widget ut", + "Integrations Error": "Noko gjekk gale med med Tillegga", + "Manage Integrations": "Sjå over Innlegg", + "%(nameList)s %(transitionList)s": "%(nameList)s %(transitionList)s", + "Custom of %(powerLevel)s": "Sjølvsett namn på %(powerLevel)s", + "Custom level": "Sjølvsett høgd", + "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Klarte ikkje å lasta handlinga som vert svara til. Anten finst ho ikkje elles har du ikkje tilgang til å sjå ho.", + "Debug logs contain application usage data including your username, the IDs or aliases of the rooms or groups you have visited and the usernames of other users. They do not contain messages.": "Debøgg-loggar inneheld æppbrukdata slik som brukarnamnet ditt, IDane eller aliasane på romma eller gruppene du har vore i og brukarnamna til andre brukarar. Dei inneheld ikkje meldingar.", + "Block users on other matrix homeservers from joining this room": "Hindr brukare frå andre matrix-heimtenarar frå å koma inn i rommet", + "Failed to indicate account erasure": "Fekk ikkje til å visa brukarsletting", + "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "Vis dei er like, trykk på godkjenn-knappen under. Viss dei ikkje gjer det, tjuvlyttar nokon på eininga og du bør sannsynlegvis trykkja på svartelisting-knappen i staden.", + "Send Custom Event": "Send Sjølvsett Hending", + "Failed to send custom event.": "Fekk ikkje til å senda sjølvsett hending.", + "State Key": "Tilstandsnykel", + "Filter results": "Filtrer resultat", + "Custom": "Sjølvsett", + "Failed to set Direct Message status of room": "Fekk ikkje til å setja Direktemelding-tilstanden til rommet", + "Did you know: you can use communities to filter your Riot.im experience!": "Visste du at: du kan bruka samfunn for å filtrera Riot.im-opplevinga di!", + "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "For å setja opp eit filter, drag ein samfunnsavatar bort til filterpanelet til venstre på skjermen. Du kan klikka på ein avatar i filterpanelet når som helst for å sjå berre romma og folka tilknytta det samfunnet.", + "Create a community to group together users and rooms! Build a custom homepage to mark out your space in the Matrix universe.": "Lag eit samfunn for å føra saman brukarar og rom! Bygg di eiga heimeside for å kreva din del av Matrix-verda.", + "Hide panel": "Gøym panel", + "Unable to look up room ID from server": "Klarte ikkje å henta rom-ID frå tenaren", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Meldinga di vart ikkje send fordi heimtenaren har truffe si Månadlege Grense for Aktive Brukarar. Ver venleg og tak kontakt med tenesteadministratoren din for å halda frama med å bruka tenesten.", + "Server may be unavailable, overloaded, or search timed out :(": "Tenaren er kanskje utilgjengeleg, overlasta, elles so vart søket tidsavbroten :(", + "Expand panel": "Utvid panel", + "Collapse panel": "Slå panel saman", + "Filter room names": "Filtrer romnamn", + "Clear filter": "Tøm filter", + "Autocomplete Delay (ms):": "Fullfør-av-seg-sjølv-Forseinking (ms):", + "Clear Cache": "Tøm Buffar", + "Clear Cache and Reload": "Tøm Buffar og Last inn att", + "Profile": "Brukar", + "Access Token:": "Tilgangs-Teikn:", + "Resetting password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Å attendestilla passordet vil førebels attendestilla alle ende-til-ende-krypteringsnyklar på alle einingar, slik at krypterte samtaler vert uleselege, med mindre du fyrst hentar romnyklane ut og hentar dei inn att etterpå. Dette vil forbetrast i framtida.", + "This homeserver has hit its Monthly Active User limit": "Heimtenaren har truffe den Månadlege Grensa si for Aktive Brukarar", + "This homeserver doesn't offer any login flows which are supported by this client.": "Heimtenaren tilbyd ingen nye innloggingsstraumar som støttast av denne klienten.", + "Claimed Ed25519 fingerprint key": "Gjorde krav på Ed25519-fingeravtrykksnykel", + "Export room keys": "Hent romnyklar ut", + "Bulk Options": "Innverknadsrike Innstillingar", + "Export": "Hent ut", + "Import room keys": "Hent romnyklar inn", + "File to import": "Fil til innhenting", + "Import": "Hent inn", + "Failed to set direct chat tag": "Fekk ikkje til å setja direktesamtale-merke", + "Failed to remove tag %(tagName)s from room": "Fekk ikkje til å fjerna merket %(tagName)s frå rommet", + "Failed to add tag %(tagName)s to room": "Fekk ikkje til å leggja merket %(tagName)s til i rommet", + "Hide read receipts": "Gøym lest-lappar", + "For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping.": "Av sikkerheitsmessige grunnar vil det å logga ut sletta alle ende-til-ende-krypteringsnyklar frå nettlesaren. Viss du vil kunna dekryptera samtalehistoria di på framtidige Riot-øykter, ver venleg og hent ut romnyklande dine og tak vare på dei.", + "This process allows you to export the keys for messages you have received in encrypted rooms to a local file. You will then be able to import the file into another Matrix client in the future, so that client will also be able to decrypt these messages.": "Dette tillèt deg å henta nyklane for meldingar du har sendt i krypterte rom ut til ei lokal fil. Då kan du henta fila inn til ein annan Matrix-klient i framtida, slik at den klienten òg kan dekryptera meldingane.", + "The exported file will allow anyone who can read it to decrypt any encrypted messages that you can see, so you should be careful to keep it secure. To help with this, you should enter a passphrase below, which will be used to encrypt the exported data. It will only be possible to import the data by using the same passphrase.": "Å henta filen ut tillèt kven som helst som kan lesa ho å dekryptera alle krypterte meldingar du kan sjå, so du bør passa på å halda ho trygg. For å hjelpa til med dette bør du skriva ei passetning inn i feltet under, som vil brukast til å kryptere den uthenta dataen. Det vil berre vera mogeleg å henta dataen inn med den same passetninga.", + "This process allows you to import encryption keys that you had previously exported from another Matrix client. You will then be able to decrypt any messages that the other client could decrypt.": "Dette tillèt deg å henta krypteringsnyklar som du tidlegare henta ut frå ein annan Matrix-klient inn. Du vil so kunna dekryptera alle meldingane som den andre klienten kunne dekryptera.", + "The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "Uthentingsfila vil verta verna med ei passetning. Du bør skriva passetninga inn her for å dekryptera fila.", + "Internal room ID: ": "Indre rom-ID: ", + "Room version number: ": "Romutgåvenummer: ", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "Heimtenaren har truffe si Månadlege Grense for Aktive Brukarar. Ver venleg og <a>tak kontakt med tenesteadministratoren din</a> for å halda fram med å bruka tenesten.", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "Heimtenaren har truffe si Månadlege Grense for Aktive Brukarar, so nokre brukarar vil ikkje kunna logga inn. Ver venleg og <a> tak kontakt med tenesteadministratoren din </a> for å auka grensa.", + "There is a known vulnerability affecting this room.": "Ein kjend sårbarheit påverkar dette rommet.", + "This room version is vulnerable to malicious modification of room state.": "Denne romutgåva er sårbar til vondsinna endring på romtilstanden.", + "Only room administrators will see this warning": "Berre romadministratorar vil sjå denne åtvaringa", + "Please <a>contact your service administrator</a> to continue using the service.": "Ver venleg og <a>tak kontakt med tenesteadministratoren</a> for å halda fram med å bruka tenesten.", + "This homeserver has hit its Monthly Active User limit.": "Heimtenaren har truffe den Månadlege Grensa si for Aktive Brukarar.", + "This homeserver has exceeded one of its resource limits.": "Heimtenaren har gått over ei av ressursgrensene sine." +} diff --git a/src/i18n/strings/pl.json b/src/i18n/strings/pl.json index dd95e2b6dd..3bbc9b1d73 100644 --- a/src/i18n/strings/pl.json +++ b/src/i18n/strings/pl.json @@ -151,7 +151,7 @@ "Changes to who can read history will only apply to future messages in this room": "Zmiany w dostępie do historii będą dotyczyć tylko przyszłych wiadomości w tym pokoju", "Changes your display nickname": "Zmień swój pseudonim", "Changes colour scheme of current room": "Zmień schemat kolorystyczny bieżącego pokoju", - "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Zmiana hasła zresetuje klucze szyfrowania końcówka-do-końcówki na wszystkich urządzeniach, co spowoduje, że nie będzie się dało odczytać zaszyfrowanej historii czatu, chyba że najpierw wyeksportujesz swoje klucze i ponownie je zaimportujesz. W przyszłości będzie to poprawione.", + "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Zmiana hasła zresetuje klucze szyfrowania end-to-end na wszystkich urządzeniach, co spowoduje, że nie będzie się dało odczytać zaszyfrowanej historii czatu, chyba że najpierw wyeksportujesz swoje klucze i ponownie je zaimportujesz. W przyszłości będzie to poprawione.", "Claimed Ed25519 fingerprint key": "Zażądano odcisk klucza Ed25519", "Clear Cache and Reload": "Wyczyść pamięć podręczną i przeładuj", "Clear Cache": "Wyczyść pamięć podręczną", @@ -215,8 +215,8 @@ "Encryption is enabled in this room": "Szyfrowanie jest włączone w tym pokoju", "Encryption is not enabled in this room": "Szyfrowanie nie jest włączone w tym pokoju", "%(senderName)s ended the call.": "%(senderName)s zakończył połączenie.", - "End-to-end encryption information": "Informacje o szyfrowaniu końcówka-do-końcówki", - "End-to-end encryption is in beta and may not be reliable": "Szyfrowanie końcówka-do-końcówki jest w fazie beta i może nie być dopracowane", + "End-to-end encryption information": "Informacje o szyfrowaniu end-to-end", + "End-to-end encryption is in beta and may not be reliable": "Szyfrowanie end-to-end jest w fazie beta i może nie być dopracowane", "Enter Code": "Wpisz kod", "Enter passphrase": "Wpisz frazę", "Error decrypting attachment": "Błąd odszyfrowywania załącznika", @@ -253,7 +253,7 @@ "Forget room": "Zapomnij pokój", "Forgot your password?": "Zapomniałeś hasła?", "For security, this session has been signed out. Please sign in again.": "Ze względów bezpieczeństwa ta sesja została wylogowana. Zaloguj się jeszcze raz.", - "For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping.": "Ze względów bezpieczeństwa, wylogowanie skasuje z tej przeglądarki wszystkie klucze szyfrowania końcówka-do-końcówki. Jeśli chcesz móc odszyfrować swoje historie konwersacji z przyszłych sesji Riot-a, proszę wyeksportuj swoje klucze pokojów do bezpiecznego miejsca.", + "For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping.": "Ze względów bezpieczeństwa, wylogowanie skasuje z tej przeglądarki wszystkie klucze szyfrowania end-to-end. Jeśli chcesz móc odszyfrować swoje historie konwersacji z przyszłych sesji Riot-a, proszę wyeksportuj swoje klucze pokojów do bezpiecznego miejsca.", "%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s z %(fromPowerLevel)s na %(toPowerLevel)s", "Guest access is disabled on this Home Server.": "Dostęp dla gości jest wyłączony na tym serwerze.", "Deops user with given id": "Usuwa prawa administratora użytkownikowi o danym ID", @@ -380,7 +380,7 @@ "Hide join/leave messages (invites/kicks/bans unaffected)": "Ukryj wiadomości o dołączeniu/opuszczeniu (nie obejmuje zaproszeń/wyrzuceń/banów)", "Hide read receipts": "Ukryj potwierdzenia odczytu", "Historical": "Historyczne", - "Resetting password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Resetowanie hasła zresetuje klucze szyfrowania końcówka-do-końcówki na wszystkich urządzeniach, co spowoduje, że nie będzie się dało odczytać zaszyfrowanej historii czatu, chyba że najpierw wyeksportujesz swoje klucze i ponownie je zaimportujesz. W przyszłości będzie to poprawione.", + "Resetting password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Resetowanie hasła zresetuje klucze szyfrowania end-to-end na wszystkich urządzeniach, co spowoduje, że nie będzie się dało odczytać zaszyfrowanej historii czatu, chyba że najpierw wyeksportujesz swoje klucze i ponownie je zaimportujesz. W przyszłości będzie to poprawione.", "Riot was not given permission to send notifications - please try again": "Riot nie otrzymał uprawnień do wysyłania powiadomień - proszę spróbuj ponownie", "riot-web version:": "wersja riot-web:", "Room %(roomId)s not visible": "Pokój %(roomId)s nie jest widoczny", @@ -1132,5 +1132,19 @@ "The email field must not be blank.": "Pole email nie może być puste.", "The user name field must not be blank.": "Pole nazwy użytkownika nie może być puste.", "The phone number field must not be blank.": "Pole numeru telefonu nie może być puste.", - "The password field must not be blank.": "Pole hasła nie może być puste." + "The password field must not be blank.": "Pole hasła nie może być puste.", + "Call Failed": "Nieudane połączenie", + "You have no historical rooms": "Nie masz żadnych historycznych pokoi", + "Flair": "Wyróżnik społeczności", + "Showing flair for these communities:": "Wyświetlanie wyróżników dla tych społeczności:", + "This room is not showing flair for any communities": "Ten pokój nie wyświetla wyróżników dla żadnych społeczności", + "Flair will appear if enabled in room settings": "Wyróżnik pojawi się, jeśli został włączony w ustawieniach pokoju", + "Flair will not appear": "Wyróżnik nie wyświetli się", + "%(severalUsers)sjoined %(count)s times|one": "%(severalUsers)sdołączył", + "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|one": "<resendText>Wyślij ponownie wiadomość</resendText> lub <cancelText>anuluj wiadomość</cancelText>.", + "was invited %(count)s times|other": "został zaproszony %(count)s razy", + "was invited %(count)s times|one": "został zaproszony", + "was banned %(count)s times|one": "został zablokowany", + "was kicked %(count)s times|one": "został wyrzucony", + "Whether or not you're using the Richtext mode of the Rich Text Editor": "" } diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index ab18358f8b..25e0d0b78d 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -861,7 +861,7 @@ "An email has been sent to %(emailAddress)s. Once you've followed the link it contains, click below.": "Сообщение отправлено на %(emailAddress)s. После перехода по ссылке в отправленном вам письме, щелкните ниже.", "Room Notification": "Уведомления комнаты", "Drop here to tag direct chat": "Перетащите сюда, чтобы пометить как личный чат", - "Drop here to restore": "Перетащиет сюда, чтобы вернуть", + "Drop here to restore": "Перетащите сюда, чтобы вернуть", "Drop here to demote": "Перетащите сюда, чтобы понизить", "Community Invites": "Приглашения в сообщества", "Notify the whole room": "Уведомить всю комнату", @@ -1155,7 +1155,7 @@ "We encountered an error trying to restore your previous session.": "Произошла ошибка при попытке восстановить предыдущий сеанс.", "Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "Очистка хранилища вашего браузера может устранить проблему, но при этом ваша сессия будет завершена и зашифрованная история чата станет нечитаемой.", "Unable to reply": "Не удается ответить", - "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Не удается загрузить событие, на которое был дан ответ, либо оно не существует, либо у вас нет разрешения на его просмотр.", + "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "Не удается загрузить событие, на которое был дан ответ. Либо оно не существует, либо у вас нет разрешения на его просмотр.", "Enable widget screenshots on supported widgets": "Включить скриншоты виджета в поддерживаемых виджетах", "Collapse Reply Thread": "Ответить с цитированием", "Send analytics data": "Отправить данные аналитики", @@ -1209,8 +1209,30 @@ "Demote yourself?": "Понизить самого себя?", "This event could not be displayed": "Это событие отобразить невозможно", "deleted": "удален", - "underlined": "подчеркнут", + "underlined": "подчеркнутый", "A conference call could not be started because the intgrations server is not available": "Запуск конференции невозможен из-за недоступности сервера интеграции", "Permission Required": "Требуется разрешение", - "You do not have permission to start a conference call in this room": "У вас нет разрешения на запуск конференции в этой комнате" + "You do not have permission to start a conference call in this room": "У вас нет разрешения на запуск конференции в этой комнате", + "A call is currently being placed!": "Есть активный вызов!", + "Failed to remove widget": "Не удалось удалить виджет", + "An error ocurred whilst trying to remove the widget from the room": "Произошла ошибка при удалении виджета из комнаты", + "System Alerts": "Системные оповещения", + "Please contact your service administrator to continue using this service.": "Для продолжения использования этого сервиса обратитесь к администратору.", + "Room version number: ": "Номер версии комнаты: ", + "Internal room ID: ": "Внутренний ID комнаты: ", + "There is a known vulnerability affecting this room.": "В этой комнате есть известная уязвимость.", + "This room version is vulnerable to malicious modification of room state.": "Эта версия комнаты уязвима для злонамеренной модификации состояния.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Нажмите здесь, чтобы перейти к последней версии комнаты и обеспечить ее целостность.", + "Only room administrators will see this warning": "Только администраторы комнат увидят это предупреждение", + "Please <a>contact your service administrator</a> to continue using the service.": "Пожалуйста, <a>обратитесь к вашему администратору</a>, чтобы продолжить использование сервиса.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Пожалуйста, <a>обратитесь к вашему администратору</a>, чтобы увеличить этот лимит.", + "Upgrade Room Version": "Обновление версии комнаты", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Обновление этой комнаты требует закрытия текущей комнаты и создания новой. Чтобы предоставить участникам комнаты наилучший опыт, мы:", + "Create a new room with the same name, description and avatar": "Создадим новую комнату с тем же именем, описанием и аватаром", + "Update any local room aliases to point to the new room": "Обновим локальные псевдонимы комнат", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Остановим общение пользователей в старой версии комнаты и опубликуем сообщение, в котором пользователям рекомендуется перейти в новую комнату", + "Put a link back to the old room at the start of the new room so people can see old messages": "Разместим ссылку на старую комнату, чтобы люди могли видеть старые сообщения", + "Please <a>contact your service administrator</a> to continue using this service.": "Пожалуйста, <a>обратитесь к вашему администратору</a>, чтобы продолжить использовать этот сервис.", + "Increase performance by only loading room members on first view": "Увеличьте производительность, загрузив только список участников комнаты", + "Lazy loading members not supported": "Задержка загрузки элементов не поддерживается" } diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index a343c44066..05c102d516 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -1222,5 +1222,40 @@ "numbered-list": "Číselný zoznam", "Failed to remove widget": "Nepodarilo sa odstrániť widget", "An error ocurred whilst trying to remove the widget from the room": "Pri odstraňovaní widgetu z miestnosti sa vyskytla chyba", - "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Nemôžete posielať žiadne správy, kým si neprečítate a neodsúhlasíte <consentLink>naše zmluvné podmienky</consentLink>." + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Nemôžete posielať žiadne správy, kým si neprečítate a neodsúhlasíte <consentLink>naše zmluvné podmienky</consentLink>.", + "Sorry, your homeserver is too old to participate in this room.": "Prepáčte, nie je možné prijímať a odosielať do tejto miestnosti, pretože váš domovský server je zastaralý.", + "Please contact your homeserver administrator.": "Prosím, kontaktujte správcu domovského servera.", + "Increase performance by only loading room members on first view": "Zvýšiť výkon načítaním zoznamu členov pri prvom zobrazení", + "System Alerts": "Systémové upozornenia", + "Internal room ID: ": "Interné ID miestnosti: ", + "Room version number: ": "Číslo verzie miestnosti: ", + "Please <a>contact your service administrator</a> to continue using the service.": "Prosím, <a>kontaktujte správcu služieb</a> aby ste službu mohli naďalej používať.", + "This homeserver has hit its Monthly Active User limit.": "Bol dosiahnutý mesačný limit počtu aktívnych používateľov tohoto domovského servera.", + "This homeserver has exceeded one of its resource limits.": "Bol prekročený limit využitia prostriedkov pre tento domovský server.", + "Please <a>contact your service administrator</a> to get this limit increased.": "Prosím, <a>kontaktujte správcu služieb</a> a pokúste sa tento limit navýšiť.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Bol dosiahnutý mesačný limit počtu aktívnych používateľov a <b>niektorí používatelia sa nebudú môcť prihlásiť</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Bol prekročený limit využitia prostriedkov pre tento domovský server a <b>niektorí používatelia sa nebudú môcť prihlásiť</b>.", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Vaša správa nebola odoslaná, pretože bol dosiahnutý mesačný limit počtu aktívnych používateľov tohoto domovského servera. Prosím, <a>kontaktujte správcu služieb</a> aby ste službu mohli naďalej používať.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Vaša správa nebola odoslaná, pretože bol prekročený limit prostriedkov tohoto domovského servera. Prosím, <a>kontaktujte správcu služieb</a> aby ste službu mohli naďalej používať.", + "Lazy loading members not supported": "Načítanie zoznamu členov pri prvom zobrazení nie je podporované", + "Lazy loading is not supported by your current homeserver.": "Oneskorené načítanie nepodporuje váš domovský server.", + "Please <a>contact your service administrator</a> to continue using this service.": "Prosím, <a>kontaktujte správcu služieb</a> aby ste mohli službu ďalej používať.", + "This room has been replaced and is no longer active.": "Táto miestnosť bola nahradená a nie je viac aktívna.", + "The conversation continues here.": "Konverzácia pokračuje tu.", + "Upgrade room to version %(ver)s": "Aktualizácia miestnosti na verziu %(ver)s", + "There is a known vulnerability affecting this room.": "Existuje známa zraniteľnosť, ktorú je možné zneužiť v tejto miestnosti.", + "This room version is vulnerable to malicious modification of room state.": "Táto verzia miestnosti je zraniteľná proti zlomyseľným zmenám jej stavu.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Kliknutím sem aktualizujete miestnosť na najnovšiu verziu a uistíte sa, že jej integrita je bezpečne zachovaná.", + "Only room administrators will see this warning": "Toto upozornenie sa zobrazuje len správcom miestnosti", + "This room is a continuation of another conversation.": "Táto miestnosť je pokračovaním staršej konverzácii.", + "Click here to see older messages.": "Kliknutím sem zobrazíte staršie správy.", + "Failed to upgrade room": "Nepodarilo sa aktualizovať miestnosť", + "The room upgrade could not be completed": "Nie je možné dokončiť aktualizáciu miestnosti na jej najnovšiu verziu", + "Upgrade this room to version %(version)s": "Aktualizácia tejto miestnosti na verziu %(version)s", + "Upgrade Room Version": "Aktualizovať verziu miestnosti", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Aktualizácia verzii tejto miestnosti si vyžaduje jej uzatvorenie a vytvorenie novej miestnosti na jej pôvodnom mieste. Aby bol prechod pre členov miestnosti čo najplynulejší, nasledovné kroky sa vykonajú automaticky:", + "Create a new room with the same name, description and avatar": "Vznikne nová miestnosť s rovnakým názvom, témou a obrázkom", + "Update any local room aliases to point to the new room": "Všetky lokálne aliasy pôvodnej miestnosti sa aktualizujú tak, aby ukazovali na novú miestnosť", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "V pôvodnej miestnosti bude zverejnené odporúčanie prejsť do novej miestnosti a posielanie do pôvodnej miestnosti bude zakázané pre všetkých používateľov", + "Put a link back to the old room at the start of the new room so people can see old messages": "História novej miestnosti sa začne odkazom do pôvodnej miestnosti, aby si členovia vedeli zobraziť staršie správy" } diff --git a/src/i18n/strings/sr.json b/src/i18n/strings/sr.json index b9ccbe2089..3f842e4457 100644 --- a/src/i18n/strings/sr.json +++ b/src/i18n/strings/sr.json @@ -1196,5 +1196,18 @@ "COPY": "КОПИРАЈ", "Share Message": "Подели поруку", "No Audio Outputs detected": "Нема уочених излаза звука", - "Audio Output": "Излаз звука" + "Audio Output": "Излаз звука", + "A conference call could not be started because the intgrations server is not available": "Конференцијски позив не може почети зато што интеграцијски сервер није доступан", + "Call in Progress": "Позив је у току", + "A call is currently being placed!": "Успостављамо позив!", + "A call is already in progress!": "Позив је у току!", + "Permission Required": "Неопходна је дозвола", + "You do not have permission to start a conference call in this room": "Немате дозволу да започињете конференцијски позив у овој соби", + "Show empty room list headings": "Прикажи листу наслова празних соба", + "This event could not be displayed": "Овај догађај не може бити приказан", + "Demote yourself?": "Снизите чин себи?", + "Demote": "Снизите чин", + "deleted": "обрисано", + "underlined": "подвучено", + "You have no historical rooms": "Ваша историја соба је празна" } diff --git a/src/i18n/strings/sv.json b/src/i18n/strings/sv.json index 597c68c474..032a50cec6 100644 --- a/src/i18n/strings/sv.json +++ b/src/i18n/strings/sv.json @@ -58,7 +58,7 @@ "Clear Cache and Reload": "Töm cache och ladda om", "Clear Cache": "Töm cache", "Click here to fix": "Klicka här för att fixa", - "Click to mute audio": "Klicka för att dämpa ljud", + "Click to mute audio": "Klicka för att tysta ljud", "Click to mute video": "Klicka för att stänga av video", "click to reveal": "klicka för att avslöja", "Click to unmute video": "Klicka för att sätta på video", @@ -128,7 +128,7 @@ "Failed to kick": "Det gick inte att kicka", "Failed to leave room": "Det gick inte att lämna rummet", "Failed to load timeline position": "Det gick inte att hämta positionen på tidslinjen", - "Failed to mute user": "Det gick inte att dämpa användaren", + "Failed to mute user": "Det gick inte att tysta användaren", "Failed to reject invite": "Det gick inte att avböja inbjudan", "Failed to reject invitation": "Det gick inte att avböja inbjudan", "Failed to save settings": "Det gick inte att spara inställningarna", @@ -239,7 +239,7 @@ "Mobile phone number": "Telefonnummer", "Mobile phone number (optional)": "Telefonnummer (valfri)", "Moderator": "Moderator", - "Mute": "Dämpa", + "Mute": "Tysta", "%(serverName)s Matrix ID": "%(serverName)s Matrix-ID", "Name": "Namn", "Never send encrypted messages to unverified devices from this device": "Skicka aldrig krypterade meddelanden till overifierade enheter från den här enheten", @@ -1003,8 +1003,8 @@ "%(oneUser)schanged their name %(count)s times|one": "%(oneUser)sbytte namn", "%(severalUsers)schanged their avatar %(count)s times|other": "%(severalUsers)sändrade sin avatar %(count)s gånger", "%(severalUsers)schanged their avatar %(count)s times|one": "%(severalUsers)sändrade sin avatar", - "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)ssändrade sin avatar %(count)s gånger", - "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)ssändrade sin avatar", + "%(oneUser)schanged their avatar %(count)s times|other": "%(oneUser)sändrade sin avatar %(count)s gånger", + "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)sändrade sin avatar", "%(items)s and %(count)s others|other": "%(items)s och %(count)s andra", "%(items)s and %(count)s others|one": "%(items)s och en annan", "collapse": "fäll ihop", @@ -1196,5 +1196,71 @@ "Share Message": "Dela meddelande", "No Audio Outputs detected": "Inga ljudutgångar hittades", "Audio Output": "Ljudutgång", - "Try the app first": "Testa appen först" + "Try the app first": "Testa appen först", + "A conference call could not be started because the intgrations server is not available": "Konferenssamtal kunde inte startas för integrationsservern är otillgänglig", + "Call in Progress": "Samtal pågår", + "A call is currently being placed!": "Ett samtal håller på att upprättas!", + "A call is already in progress!": "Ett samtal pågår redan!", + "Permission Required": "Behörighet krävs", + "You do not have permission to start a conference call in this room": "Du har inte behörighet att starta ett konferenssamtal i detta rum", + "This event could not be displayed": "Den här händelsen kunde inte visas", + "deleted": "borttagen", + "underlined": "understruken", + "inline-code": "kod", + "block-quote": "citat", + "bulleted-list": "punktlista", + "numbered-list": "nummerlista", + "You have no historical rooms": "Du har inga historiska rum", + "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "I krypterade rum, som detta, är URL-förhandsvisning inaktiverad som standard för att säkerställa att din hemserver (där förhandsvisningar genereras) inte kan samla information om länkar du ser i rummet.", + "The email field must not be blank.": "Email-fältet får inte vara tomt.", + "The user name field must not be blank.": "Användarnamns-fältet får inte vara tomt.", + "The phone number field must not be blank.": "Telefonnummer-fältet får inte vara tomt.", + "The password field must not be blank.": "Lösenords-fältet får inte vara tomt.", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "Hemservern har nått sin månatliga gräns för användaraktivitet. Kontakta din serviceadministratör för att fortsätta använda servicen.", + "Failed to remove widget": "Det gick inte att ta bort widget", + "An error ocurred whilst trying to remove the widget from the room": "Ett fel uppstod vid borttagning av widget från rummet", + "Demote yourself?": "Sänk egen behörighetsnivå?", + "Demote": "Degradera", + "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "När någon postar en URL i sitt meddelande, kan URL-förhandsvisning ge mer information om länken, såsom titel, beskrivning, och en bild från webbplatsen.", + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "Du kan inte skicka några meddelanden innan du granskar och godkänner <consentLink>våra villkor</consentLink>.", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "Ditt meddelande skickades inte för hemservern har nått sin månatliga gräns för användaraktivitet. Kontakta din serviceadministratör för att fortsätta använda servicen.", + "This homeserver has hit its Monthly Active User limit": "Hemservern har nått sin månatliga gräns för användaraktivitet", + "Please contact your service administrator to continue using this service.": "Kontakta din serviceadministratör för att fortsätta använda servicen.", + "Show empty room list headings": "Visa tomma rumsrubriker", + "System Alerts": "Systemvarningar", + "Sorry, your homeserver is too old to participate in this room.": "Tyvärr, din hemserver är för gammal för att delta i detta rum.", + "Please contact your homeserver administrator.": "Vänligen kontakta din hemserver-administratör.", + "Increase performance by only loading room members on first view": "Öka prestanda genom att bara ladda rumsdeltagare vid första visning", + "Internal room ID: ": "Internt rums-ID: ", + "Room version number: ": "Rumsversionsnummer: ", + "Please <a>contact your service administrator</a> to continue using the service.": "<a>Kontakta din serviceadministratör</a> för att fortsätta använda tjänsten.", + "This homeserver has hit its Monthly Active User limit.": "Hemservern har nått sin månatliga gräns för användaraktivitet.", + "This homeserver has exceeded one of its resource limits.": "Hemservern har överskridit en av sina resursgränser.", + "Please <a>contact your service administrator</a> to get this limit increased.": "<a>Kontakta din serviceadministratör</a> för att få denna gräns ökad.", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "Hemservern har nått sin månatliga gräns för användaraktivitet så <b>vissa användare kommer inte kunna logga in</b>.", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "Hemservern har överskridit en av sina resursgränser så <b>vissa användare kommer inte kunna logga in</b>.", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "Ditt meddelande skickades inte för hemservern har nått sin månatliga gräns för användaraktivitet. <a>Kontakta din serviceadministratör</a> för att fortsätta använda servicen.", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "Ditt meddelande skickades inte för hemservern har överskridit en av sina resursgränser. <a>Kontakta din serviceadministratör</a> för att fortsätta använda servicen.", + "Lazy loading members not supported": "Behovsladdning av medlemmar stöds inte", + "Lazy loading is not supported by your current homeserver.": "Behovsladdning stöds inte av din nuvarande hemserver.", + "Legal": "Juridiskt", + "Please <a>contact your service administrator</a> to continue using this service.": "<a>Kontakta din serviceadministratör</a> för att fortsätta använda servicen.", + "This room has been replaced and is no longer active.": "Detta rum har ersatts och är inte längre aktivt.", + "The conversation continues here.": "Konversationen fortsätter här.", + "Upgrade room to version %(ver)s": "Uppgradera rummet till version %(ver)s", + "There is a known vulnerability affecting this room.": "Det finns en känd sårbarhet som påverkar detta rum.", + "This room version is vulnerable to malicious modification of room state.": "Denna rumsversion är sårbar för skadlig modifiering av rumstillstånd.", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "Klicka här för att uppgradera till senaste rumsversionen och se till att rumsintegriteten är skyddad.", + "Only room administrators will see this warning": "Endast rumsadministratörer kommer att se denna varning", + "This room is a continuation of another conversation.": "Detta rum är en fortsättning på en annan konversation.", + "Click here to see older messages.": "Klicka här för att se äldre meddelanden.", + "Failed to upgrade room": "Det gick inte att uppgradera rum", + "The room upgrade could not be completed": "Rumsuppgraderingen kunde inte slutföras", + "Upgrade this room to version %(version)s": "Uppgradera detta rum till version %(version)s", + "Upgrade Room Version": "Uppgradera rumsversion", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "Uppgradering av detta rum kräver att nuvarande rumsinstans stängs och ersätts av ett nytt rum. För att ge rumsmedlemmarna bästa möjliga upplevelse, kommer vi att:", + "Create a new room with the same name, description and avatar": "Skapa ett nytt rum med samma namn, beskrivning och avatar", + "Update any local room aliases to point to the new room": "Uppdatera lokala rumsalias att peka på det nya rummet", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "Hindra användare från att prata i den gamla rumsversionen och posta ett meddelande som rekommenderar användare att flytta till det nya rummet", + "Put a link back to the old room at the start of the new room so people can see old messages": "Sätta en länk tillbaka till det gamla rummet i början av det nya rummet så att folk kan se gamla meddelanden" } diff --git a/src/i18n/strings/tr.json b/src/i18n/strings/tr.json index 04f78dc1ee..851d556757 100644 --- a/src/i18n/strings/tr.json +++ b/src/i18n/strings/tr.json @@ -574,11 +574,11 @@ "Add User": "Kullanıcı Ekle", "This Home Server would like to make sure you are not a robot": "Bu Ana Sunucu robot olmadığınızdan emin olmak istiyor", "Sign in with CAS": "CAS ile oturum açın", - "Custom Server Options": "Özel Sunucu Seçenekleri", + "Custom Server Options": "Özelleştirilebilir Sunucu Seçenekleri", "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "Özel Sunucu Seçeneklerini diğer Matrix sunucularına giriş yapmak için farklı bir Ana Sunucu URL'si belirleyerek kullanabilirsiniz.", "This allows you to use this app with an existing Matrix account on a different home server.": "Bu, sizin bu uygulamayı varolan Matrix hesabınızla farklı Ana Sunucularda kullanmanıza izin verir.", "You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "Ayrıca özel bir kimlik sunucusu da ayarlayabilirsiniz ancak bu e-posta adresine dayalı olarak kullanıcılarla olan etkileşimi engeller.", - "Dismiss": "Uzaklaştır", + "Dismiss": "Kapat", "Please check your email to continue registration.": "Kayıt işlemine devam etmek için lütfen e-postanızı kontrol edin.", "Token incorrect": "Belirteç(Token) hatalı", "Please enter the code it contains:": "Lütfen içerdiği kodu girin:", @@ -751,5 +751,10 @@ "View Source": "Kaynağı Görüntüle", "Collapse panel": "Katlanır panel", "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "Geçerli tarayıcınız ile birlikte , uygulamanın görünüş ve kullanım hissi tamamen hatalı olabilir ve bazı ya da tüm özellikler çalışmayabilir. Yine de denemek isterseniz devam edebilirsiniz ancak karşılaşabileceğiniz sorunlar karşısında kendi başınasınız !", - "There are advanced notifications which are not shown here": "Burada gösterilmeyen gelişmiş bildirimler var" + "There are advanced notifications which are not shown here": "Burada gösterilmeyen gelişmiş bildirimler var", + "The platform you're on": "Bulunduğun platform", + "The version of Riot.im": "Riot.im'in sürümü", + "Whether or not you're logged in (we don't record your user name)": "Ne olursa olsun giriş yaptın (kullanıcı adınızı kaydetmeyiz)", + "Your language of choice": "Seçtiginiz diliniz", + "Which officially provided instance you are using, if any": "" } diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index b83873d207..e4de33223a 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -120,7 +120,7 @@ "Start Chat": "开始聊天", "Submit": "提交", "Success": "成功", - "The default role for new room members is": "此聊天室新成员的默认角色是", + "The default role for new room members is": "新成员默认是", "The main address for this room is": "此聊天室的主要地址是", "This email address is already in use": "此邮箱地址已被使用", "This email address was not found": "未找到此邮箱地址", @@ -137,7 +137,7 @@ "%(senderName)s answered the call.": "%(senderName)s 接了通话。.", "An error has occurred.": "一个错误出现了。", "Attachment": "附件", - "Autoplay GIFs and videos": "自动播放GIF和视频", + "Autoplay GIFs and videos": "自动播放 GIF 与视频", "%(senderName)s banned %(targetName)s.": "%(senderName)s 封禁了 %(targetName)s.", "Ban": "封禁", "Banned users": "被封禁的用户", @@ -286,7 +286,7 @@ "Add": "添加", "Allow": "允许", "Claimed Ed25519 fingerprint key": "声称的 Ed25519 指纹密钥", - "Could not connect to the integration server": "无法连接集成服务器", + "Could not connect to the integration server": "无法连接关联的服务器", "Curve25519 identity key": "Curve25519 认证密钥", "Edit": "编辑", "Joins room with given alias": "以指定的别名加入聊天室", @@ -381,14 +381,14 @@ "Example": "例子", "Create": "创建", "Failed to upload image": "上传图像失败", - "Add a widget": "添加一个小部件", + "Add a widget": "添加一个小挂件", "Accept": "接受", "Access Token:": "访问令牌:", - "Cannot add any more widgets": "无法添加更多小组件", - "Delete widget": "删除小组件", + "Cannot add any more widgets": "无法添加更多小挂件", + "Delete widget": "删除小挂件", "Define the power level of a user": "定义一个用户的特权级", "Drop here to tag %(section)s": "拖拽到这里标记 %(section)s", - "Enable automatic language detection for syntax highlighting": "启用自动语言检测用于语法高亮", + "Enable automatic language detection for syntax highlighting": "为语法高亮启用自动检测编程语言", "Failed to change power level": "修改特权级别失败", "Kick": "移除", "Kicks user with given id": "按照 ID 移除特定的用户", @@ -399,7 +399,7 @@ "Power level must be positive integer.": "权限级别必须是正整数。", "Reason: %(reasonText)s": "理由: %(reasonText)s", "Revoke Moderator": "撤销主持人", - "Revoke widget access": "撤销小部件的访问", + "Revoke widget access": "撤回小挂件的访问权", "Remote addresses for this room:": "此聊天室的远程地址:", "Remove Contact Information?": "移除联系人信息?", "Remove %(threePid)s?": "移除 %(threePid)s?", @@ -419,7 +419,7 @@ "This room's internal ID is": "此聊天室的内部 ID 为", "Turn Markdown off": "禁用 Markdown", "Turn Markdown on": "启用 Markdown", - "Unable to create widget.": "无法创建小部件。", + "Unable to create widget.": "无法创建小挂件。", "Unban": "解除封禁", "Unable to capture screen": "无法录制屏幕", "Unable to enable Notifications": "无法启用通知", @@ -446,7 +446,7 @@ "Unblacklist": "移出黑名单", "Not a valid Riot keyfile": "不是一个有效的 Riot 密钥文件", "%(targetName)s accepted an invitation.": "%(targetName)s 已接受邀请。", - "Do you want to load widget from URL:": "你想从此 URL 加载小组件吗:", + "Do you want to load widget from URL:": "你是否要从此 URL 中加载小挂件:", "Hide join/leave messages (invites/kicks/bans unaffected)": "隐藏加入/退出消息(邀请/踢出/封禁不受影响)", "Integrations Error": "集成错误", "Publish this room to the public in %(domain)s's room directory?": "是否将此聊天室发布至 %(domain)s 的聊天室目录中?", @@ -480,7 +480,7 @@ "Refer a friend to Riot:": "介绍朋友加入Riot:", "%(roomName)s is not accessible at this time.": "%(roomName)s 此时无法访问。", "Start authentication": "开始认证", - "The maximum permitted number of widgets have already been added to this room.": "此聊天室可拥有的小部件数量已达到上限。", + "The maximum permitted number of widgets have already been added to this room.": "此聊天室可拥有的小挂件数量已达到上限。", "The phone number entered looks invalid": "输入的手机号码看起来无效", "The remote side failed to pick up": "对方未能接听", "This Home Server does not support login using email address.": "HS不支持使用邮箱地址登陆。", @@ -619,9 +619,9 @@ "Your unverified device '%(displayName)s' is requesting encryption keys.": "你的未经验证的设备 '%(displayName)s' 正在请求加密密钥。", "Encryption key request": "加密密钥请求", "Autocomplete Delay (ms):": "自动补全延迟(毫秒):", - "%(widgetName)s widget added by %(senderName)s": "%(widgetName)s 小组建被 %(senderName)s 添加", - "%(widgetName)s widget removed by %(senderName)s": "%(widgetName)s 小组建被 %(senderName)s 移除", - "%(widgetName)s widget modified by %(senderName)s": "%(widgetName)s 小组建被 %(senderName)s 修改", + "%(widgetName)s widget added by %(senderName)s": "%(senderName)s 添加了 %(widgetName)s 小挂件", + "%(widgetName)s widget removed by %(senderName)s": "%(senderName)s 移除了 %(widgetName)s 小挂件", + "%(widgetName)s widget modified by %(senderName)s": "%(senderName)s 修改了 %(widgetName)s 小挂件", "Unpin Message": "取消置顶消息", "Add rooms to this community": "添加聊天室到此社区", "Call Failed": "呼叫失败", @@ -680,7 +680,7 @@ "A text message has been sent to %(msisdn)s": "一封短信已发送到 %(msisdn)s", "Username on %(hs)s": "在 %(hs)s 上的用户名", "Visible to everyone": "对所有人可见", - "Delete Widget": "删除小组件", + "Delete Widget": "删除小挂件", "were invited %(count)s times|other": "被邀请 %(count)s 次", "were invited %(count)s times|one": "被邀请", "was invited %(count)s times|other": "被邀请 %(count)s 次", @@ -755,14 +755,14 @@ "Community Invites": "社区邀请", "You are trying to access a room.": "你正在尝试访问一个聊天室。", "To change the topic, you must be a": "要修改主题,你必须是", - "To modify widgets in the room, you must be a": "要修改聊天室中的小组件,你必须是", + "To modify widgets in the room, you must be a": "要修改聊天室中的小挂件,你必须是", "Banned by %(displayName)s": "被 %(displayName)s 封禁", - "To send messages, you must be a": "要发送消息,你必须是", - "To invite users into the room, you must be a": "要邀请用户到聊天室,你必须是", - "To configure the room, you must be a": "要配置聊天室,你必须是", - "To kick users, you must be a": "要踢出用户,你必须是", - "To ban users, you must be a": "要封禁用户,你必须是", - "To remove other users' messages, you must be a": "要删除其他用户的消息,你必须是", + "To send messages, you must be a": "若要发送消息,您至少要是", + "To invite users into the room, you must be a": "若要邀请用户至本聊天室,您至少要是", + "To configure the room, you must be a": "若要修改聊天室设置,您至少要是", + "To kick users, you must be a": "若要移除用户,您至少要是", + "To ban users, you must be a": "若要封禁用户,您至少要是", + "To remove other users' messages, you must be a": "若要删除其他用户的消息,您至少要是", "%(user)s is a %(userRole)s": "%(user)s 是一个 %(userRole)s", "To link to a room it must have <a>an address</a>.": "要链接一个聊天室,它必须有一个<a>地址</a>。", "To send events of type <eventType/>, you must be a": "要发送类型为 <eventType/> 的事件,你必须是", @@ -774,7 +774,7 @@ "Community Name": "社区名", "Community ID": "社区 ID", "example": "例子", - "This setting cannot be changed later!": "此设置在未来将无法修改!", + "This setting cannot be changed later!": "未来此设置将无法修改!", "Add a Room": "添加一个聊天室", "Add a User": "添加一个用户", "Unable to accept invite": "无法接受邀请", @@ -826,7 +826,7 @@ "Drop here to tag direct chat": "拖动到这里以加入私聊", "Drop here to restore": "拖动到这里以还原", "Drop here to demote": "拖动到这里以加入低优先级", - "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "无法确定此邀请发送给的邮件地址是否和与您的帐户相关的邮件地址相匹配。", + "Unable to ascertain that the address this invite was sent to matches one associated with your account.": "无法确定此邀请发送给的邮件地址是否与您帐户所关联的邮件地址相匹配。", "You have been kicked from this room by %(userName)s.": "您已被 %(userName)s 从此聊天室中移除。", "'%(groupId)s' is not a valid community ID": "“%(groupId)s” 不是有效的社区 ID", "Flair": "Flair", @@ -917,8 +917,8 @@ "Featured Users:": "核心用户:", "Join this community": "加入此社区", "%(inviter)s has invited you to join this community": "%(inviter)s 邀请您加入此社区", - "Failed to add the following users to the summary of %(groupId)s:": "", - "Failed to remove a user from the summary of %(groupId)s": "", + "Failed to add the following users to the summary of %(groupId)s:": "将下列用户添加到 %(groupId)s 的简介中时失败", + "Failed to remove a user from the summary of %(groupId)s": "从 %(groupId)s 的简介中移除用户时失败", "You are an administrator of this community": "你是此社区的管理员", "You are a member of this community": "你是此社区的成员", "Who can join this community?": "谁可以加入此社区?", @@ -960,7 +960,7 @@ "%(count)s <resendText>Resend all</resendText> or <cancelText>cancel all</cancelText> now. You can also select individual messages to resend or cancel.|other": "現在 <resendText>重新发送消息</resendText> 或 <cancelText>取消发送</cancelText> 。你也可以单独选择消息以重新发送或取消。", "Visibility in Room List": "是否在聊天室目录中可见", "Something went wrong when trying to get your communities.": "获取你加入的社区时发生错误。", - "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "删除小部件时将为聊天室中的所有成员删除。您确定要删除此小部件吗?", + "Deleting a widget removes it for all users in this room. Are you sure you want to delete this widget?": "删除小挂件时将为聊天室中的所有成员删除。您确定要删除此小挂件吗?", "Fetching third party location failed": "获取第三方位置失败", "A new version of Riot is available.": "Riot 有更新可用。", "Couldn't load home page": "不能加载首页", @@ -974,7 +974,7 @@ "You are not receiving desktop notifications": "您将不会收到桌面通知", "Friday": "星期五", "Update": "更新", - "What's New": "新鲜事", + "What's New": "更新内容", "Add an email address above to configure email notifications": "请在上方输入邮箱地址以接收邮件通知", "Expand panel": "展开面板", "On": "打开", @@ -1065,7 +1065,7 @@ "Downloading update...": "正在下载更新…", "State Key": "状态密钥", "Failed to send custom event.": "自定义事件发送失败。", - "What's new?": "有什么新闻?", + "What's new?": "更新了什么?", "Notify me for anything else": "通知所有消息", "When I'm invited to a room": "当我被邀请进入聊天室", "Can't update user notification settings": "不能更新用户通知设置", @@ -1130,7 +1130,7 @@ "Robot check is currently unavailable on desktop - please use a <a>web browser</a>": "目前机器人检查(CAPTCHA)在桌面端不可用——请使用 <a>浏览器</a>", "The visibility of '%(roomName)s' in %(groupId)s could not be updated.": "无法更新聊天室 %(roomName)s 在社区 “%(groupId)s” 中的可见性。", "Minimize apps": "最小化小部件", - "Popout widget": "在弹出式窗口中打开小部件", + "Popout widget": "在弹出式窗口中打开小挂件", "Picture": "图片", "Unable to load event that was replied to, it either does not exist or you do not have permission to view it.": "无法加载被回复的事件,它可能不存在,也可能是您没有权限查看它。", "And %(count)s more...|other": "和 %(count)s 个其他…", @@ -1141,9 +1141,90 @@ "A call is already in progress!": "您已在通话中!", "Jitsi Conference Calling": "Jitsi 电话会议", "Send analytics data": "发送统计数据", - "Enable widget screenshots on supported widgets": "对支持的小部件启用小部件截图", + "Enable widget screenshots on supported widgets": "对支持的小挂件启用小挂件截图", "Encrypting": "正在加密", "Encrypted, not sent": "已加密,未发送", "Demote yourself?": "是否降低您自己的权限?", - "Demote": "降权" + "Demote": "降权", + "A conference call could not be started because the intgrations server is not available": "关联的会议服务器不可用,无法发起电话会议", + "A call is currently being placed!": "已发起一次通话!", + "Permission Required": "需要权限", + "You do not have permission to start a conference call in this room": "您没有在此聊天室发起通话会议的权限", + "Show empty room list headings": "为空的聊天室列表显示 heading", + "This event could not be displayed": "无法显示此事件", + "Share Link to User": "分享链接给其他用户", + "deleted": "删除线", + "underlined": "下划线", + "inline-code": "代码", + "block-quote": "引用", + "bulleted-list": "无序列表", + "numbered-list": "有序列表", + "Share room": "分享聊天室", + "You have no historical rooms": "没有历史聊天室", + "System Alerts": "系统警告", + "To notify everyone in the room, you must be a": "若要通知所有聊天室成员,您至少要是", + "Muted Users": "被禁言的用户", + "In encrypted rooms, like this one, URL previews are disabled by default to ensure that your homeserver (where the previews are generated) cannot gather information about links you see in this room.": "在启用加密的聊天室中,比如此聊天室,链接预览被默认禁用以确保主服务器(访问链接、生成预览的地方)无法获知聊天室中的链接及其信息。", + "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "当有人发送一条带有链接的消息后,可显示链接的预览,链接预览可包含此链接的网页标题、描述以及图片。", + "The email field must not be blank.": "必须输入电子邮箱。", + "The user name field must not be blank.": "必须输入用户名。", + "The phone number field must not be blank.": "必须输入手机号码。", + "The password field must not be blank.": "必须输入密码。", + "Display your community flair in rooms configured to show it.": "在启用“显示 Flair”的聊天室中显示本社区的 Flair。", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie (please see our <PolicyLink>Cookie Policy</PolicyLink>).": "请发送 <UsageDataLink>匿名使用数据</UsageDataLink> 以帮助我们改进 Riot.im。这将用到 Cookie(请看看我们的 <PolicyLink>Cookie 隐私政策</PolicyLink>)。", + "Please help improve Riot.im by sending <UsageDataLink>anonymous usage data</UsageDataLink>. This will use a cookie.": "请发送 <UsageDataLink>匿名使用数据</UsageDataLink> 以帮助我们改进 Riot.im。这将用到 Cookie。", + "Yes, I want to help!": "好啊,我要帮助你们!", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "此主服务器已达到其每月活跃用户数量限制。若要继续使用此服务,请 <a>联系您的服务提供者</a> 。", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "此主服务器已达到其每月活跃用户数量限制,所以,一些用户将无法登录。若要提高此数量限制,请 <a>联系您的服务提供者</a> 。", + "Warning: This widget might use cookies.": "警告:此小挂件可能会使用 cookies。", + "Failed to remove widget": "移除小挂件失败", + "An error ocurred whilst trying to remove the widget from the room": "尝试从聊天室中移除小部件时发生了一个错误", + "Reload widget": "刷新小挂件", + "Are you sure you wish to remove (delete) this event? Note that if you delete a room name or topic change, it could undo the change.": "您确定要移除(删除)此事件吗?注意,如果删除了聊天室名称或话题的变化,就会撤销此更改。", + "This will make your account permanently unusable. You will not be able to log in, and no one will be able to re-register the same user ID. This will cause your account to leave all rooms it is participating in, and it will remove your account details from your identity server. <b>This action is irreversible.</b>": "这将使您的账户永远不再可用。您将不能登录,或使用相同的用户 ID 重新注册。您的账户将退出所有已加入的聊天室,身份服务器上的账户信息也会被删除。<b>此操作是不可逆的。</b>", + "Deactivating your account <b>does not by default cause us to forget messages you have sent.</b> If you would like us to forget your messages, please tick the box below.": "停用您的账户<b>不会默认忘记您发送的消息</b>。如果您希望我们忘记您发送的消息,请勾选下面的选择框。", + "Message visibility in Matrix is similar to email. Our forgetting your messages means that messages you have sent will not be shared with any new or unregistered users, but registered users who already have access to these messages will still have access to their copy.": "Matrix 中的信息可见性类似于电子邮件。我们忘记您的消息意味着您发送的消息将不会被发至新注册或未注册的用户,但是已收到您的消息的注册用户依旧可以看到他们的副本。", + "Please forget all messages I have sent when my account is deactivated (<b>Warning:</b> this will cause future users to see an incomplete view of conversations)": "请在我停用账户的同时忘记我发送的所有消息(<b>警告</b>:这将导致未来的用户看到残缺的对话)", + "To continue, please enter your password:": "请输入您的密码以继续:", + "password": "密码", + "Log out and remove encryption keys?": "是否退出登录并清除加密密钥?", + "Clear Storage and Sign Out": "清除数据并退出登录", + "Send Logs": "发送日志", + "Refresh": "刷新", + "Unable to join community": "无法加入社区", + "The user '%(displayName)s' could not be removed from the summary.": "无法将用户“%(displayName)s”从简介中移除。", + "Who would you like to add to this summary?": "您想将谁添加到简介中?", + "Add users to the community summary": "添加用户至社区简介", + "Collapse Reply Thread": "收起回复", + "Share Message": "分享消息", + "COPY": "复制", + "Share Room Message": "分享聊天室消息", + "Share Community": "分享社区", + "Share User": "分享用户", + "Share Room": "分享聊天室", + "Clearing your browser's storage may fix the problem, but will sign you out and cause any encrypted chat history to become unreadable.": "清除本页储存在您浏览器上的数据或许能修复此问题,但也会导致您退出登录并无法读取任何已加密的聊天记录。", + "We encountered an error trying to restore your previous session.": "我们在尝试恢复您先前的会话时遇到了错误。", + "Link to most recent message": "最新消息的链接", + "Link to selected message": "选中消息的链接", + "Changes made to your community <bold1>name</bold1> and <bold2>avatar</bold2> might not be seen by other users for up to 30 minutes.": "至多半个小时内,其他用户可能看不到您社区的 <bold1>名称</bold1> 与 <bold2>头像</bold2> 的变化。", + "These rooms are displayed to community members on the community page. Community members can join the rooms by clicking on them.": "这些聊天室对社区成员可见。社区成员可通过点击来加入它们。", + "Your community hasn't got a Long Description, a HTML page to show to community members.<br />Click here to open settings and give it one!": "您的社区还没有详细介绍,一个展示给社区成员的 HTML 页面。<br>点击这里即可打开设置添加详细介绍!", + "Failed to load %(groupId)s": "%(groupId)s 加载失败", + "This room is not public. You will not be able to rejoin without an invite.": "此聊天室不是公开的。没有邀请的话,您将无法重新加入。", + "Can't leave Server Notices room": "无法退出服务器公告聊天室", + "This room is used for important messages from the Homeserver, so you cannot leave it.": "此聊天室是用于发布来自主服务器的重要讯息的,所以您不能退出它。", + "Terms and Conditions": "条款与要求", + "To continue using the %(homeserverDomain)s homeserver you must review and agree to our terms and conditions.": "若要继续使用主服务器 %(homeserverDomain)s,您必须浏览并同意我们的条款与要求。", + "Review terms and conditions": "浏览条款与要求", + "To set up a filter, drag a community avatar over to the filter panel on the far left hand side of the screen. You can click on an avatar in the filter panel at any time to see only the rooms and people associated with that community.": "若要设置社区过滤器,请将社区头像拖到屏幕最左侧的社区过滤器面板上。单击社区过滤器面板中的社区头像即可过滤出与该社区相关联的房间和人员。", + "You can't send any messages until you review and agree to <consentLink>our terms and conditions</consentLink>.": "在您查看并同意 <consentLink>我们的条款与要求</consentLink> 之前,您不能发送任何消息。", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "您的消息未被发出,因为此主服务器已达到其每月活跃用户数量上限。请联系您的服务提供者以继续使用此服务。", + "Clear filter": "清除过滤器", + "Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "尝试加载此聊天室时间轴上的某处,但您没有查看相关消息的权限。", + "No Audio Outputs detected": "未检测到可用的音频输出方式", + "Audio Output": "音频输出", + "An email has been sent to %(emailAddress)s. Once you've followed the link it contains, click below.": "已向 %(emailAddress)s 发送了一封电子邮件。点开邮件中的链接后,请点击下面。", + "This homeserver has hit its Monthly Active User limit": "此主服务器已达到其每月活跃用户数量上限", + "Please contact your service administrator to continue using this service.": "请联系您的服务提供者以继续使用此服务。", + "Try the app first": "先试试 Riot.im 应用吧" } diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index 5147b9a4a4..a80039de52 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -1222,5 +1222,53 @@ "numbered-list": "編號清單", "A call is currently being placed!": "目前正在撥打電話!", "Failed to remove widget": "移除小工具失敗", - "An error ocurred whilst trying to remove the widget from the room": "嘗試從聊天室移除小工具時發生錯誤" + "An error ocurred whilst trying to remove the widget from the room": "嘗試從聊天室移除小工具時發生錯誤", + "Your message wasn’t sent because this homeserver has hit its Monthly Active User Limit. Please contact your service administrator to continue using the service.": "您的訊息因為這個家伺服器到達了它的每月活躍使用者限制而沒有傳送出去。請聯絡您的服務管理員以繼續使用服務。", + "This homeserver has hit its Monthly Active User limit": "此家伺服器達到了其每月活躍使用者限制", + "Please contact your service administrator to continue using this service.": "請聯絡您的服務管理員以繼續使用此服務。", + "This homeserver has hit its Monthly Active User limit. Please contact your service administrator to continue using the service.": "您的訊息因為這個家伺服器到達了它的每月活躍使用者限制而沒有傳送出去。請聯絡您的服務管理員以繼續使用服務。", + "System Alerts": "系統警告", + "Internal room ID: ": "內部聊天室 ID: ", + "Room version number: ": "聊天室版本號: ", + "This homeserver has hit its Monthly Active User limit. Please <a>contact your service administrator</a> to continue using the service.": "這個家伺服器已經達到了其每月活躍使用者限制。請<a>聯絡您的服務管理員</a>以繼續使用服務。", + "This homeserver has hit its Monthly Active User limit so some users will not be able to log in. Please <a>contact your service administrator</a> to get this limit increased.": "此家伺服器已達到其每月活躍使用者限制,所以其部份使用者將會無法登入。請<a>聯絡您的服務管理員</a>以讓此限制增加。", + "There is a known vulnerability affecting this room.": "有一個已知的安全性漏洞影響此聊天室。", + "This room version is vulnerable to malicious modification of room state.": "此聊天室版本易受惡意修改聊天室狀態的影響。", + "Click here to upgrade to the latest room version and ensure room integrity is protected.": "點選這裡以升級到最新的聊天室版本並確保聊天室的完整性已被保護。", + "Only room administrators will see this warning": "僅聊天室管理員會看到此警告", + "Please <a>contact your service administrator</a> to continue using the service.": "請<a>聯絡您的服務管理員</a>以繼續使用服務。", + "This homeserver has hit its Monthly Active User limit.": "這個家伺服器已經到達其每月活躍使用者限制。", + "This homeserver has exceeded one of its resource limits.": "此家伺服器已經超過其中一項資源限制。", + "Please <a>contact your service administrator</a> to get this limit increased.": "請<a>聯絡您的服務管理員</a>以讓此限制增加。", + "This homeserver has hit its Monthly Active User limit so <b>some users will not be able to log in</b>.": "此家伺服器已經達到其每月活躍使用者限制所以<b>某些使用者將會無法登入</b>。", + "This homeserver has exceeded one of its resource limits so <b>some users will not be able to log in</b>.": "此家伺服器已超過其中一項資源限制所以<b>某些使用者可能會無法登入</b>。", + "Upgrade Room Version": "更新聊天室版本", + "Upgrading this room requires closing down the current instance of the room and creating a new room it its place. To give room members the best possible experience, we will:": "更新此聊天室需要關閉目前的聊天室實體並建立一個新的聊天室。為了給予聊天室成員最佳的體驗,我們將會:", + "Create a new room with the same name, description and avatar": "使用同樣的名稱、描述與大頭貼建立新聊天室", + "Update any local room aliases to point to the new room": "更新任何本地聊天室別名以指向新的聊天室", + "Stop users from speaking in the old version of the room, and post a message advising users to move to the new room": "讓使用者在舊版聊天室停止發言,並張貼訊息建議使用者移動到新的聊天室", + "Put a link back to the old room at the start of the new room so people can see old messages": "在新聊天室的開始處放置連回舊聊天室的連結,這樣夥伴們就可以看到舊的訊息", + "Your message wasn't sent because this homeserver has hit its Monthly Active User Limit. Please <a>contact your service administrator</a> to continue using the service.": "您的訊息未被傳送,因為其家伺服器已經達到了其每月活躍使用者限制。請<a>聯絡您的服務管理員</a>以繼續使用服務。", + "Your message wasn't sent because this homeserver has exceeded a resource limit. Please <a>contact your service administrator</a> to continue using the service.": "您的訊息未傳送,因為其家伺服器已超過一項資源限制。請<a>聯絡您的服務管理員</a>以繼序使用服務。", + "Please <a>contact your service administrator</a> to continue using this service.": "請<a>聯絡您的服務管理員</a>以繼續使用此服務。", + "Increase performance by only loading room members on first view": "透過僅在第一次檢視時載入聊天室成員來增加效能", + "Lazy loading members not supported": "不支援延遲載入成員", + "Lazy loading is not supported by your current homeserver.": "您目前的家伺服器不支援延遲載入。", + "Sorry, your homeserver is too old to participate in this room.": "抱歉,您的家伺服器太舊了,所以無法參與此聊天室。", + "Please contact your homeserver administrator.": "請聯絡您的家伺服器的管理員。", + "Legal": "法律", + "This room has been replaced and is no longer active.": "此已被取代的聊天室已不再活躍。", + "The conversation continues here.": "對話在此繼續。", + "Upgrade room to version %(ver)s": "將聊天室升級為版本 %(ver)s", + "This room is a continuation of another conversation.": "此聊天室是另一個對話的延續。", + "Click here to see older messages.": "點選這裡以檢視較舊的訊息。", + "Failed to upgrade room": "升級聊天室失敗", + "The room upgrade could not be completed": "聊天室升級可能不完整", + "Upgrade this room to version %(version)s": "升級此聊天室到版本 %(version)s", + "Forces the current outbound group session in an encrypted room to be discarded": "強制目前在已加密的聊天室中的外發群組工作階段丟棄", + "Error Discarding Session": "丟棄工作階段錯誤", + "Registration Required": "需要註冊", + "You need to register to do this. Would you like to register now?": "您必須註冊以繼續。您想要現在註冊嗎?", + "Unable to query for supported registration methods": "無法查詢支援的註冊方式", + "Unable to connect to Homeserver. Retrying...": "無法連線到家伺服器。正在重試……" } diff --git a/src/settings/Settings.js b/src/settings/Settings.js index e3f5855f0d..0594c63eb9 100644 --- a/src/settings/Settings.js +++ b/src/settings/Settings.js @@ -21,7 +21,7 @@ import { NotificationBodyEnabledController, NotificationsEnabledController, } from "./controllers/NotificationControllers"; - +import LazyLoadingController from "./controllers/LazyLoadingController"; // These are just a bunch of helper arrays to avoid copy/pasting a bunch of times const LEVELS_ROOM_SETTINGS = ['device', 'room-device', 'room-account', 'account', 'config']; @@ -83,6 +83,13 @@ export const SETTINGS = { supportedLevels: LEVELS_FEATURE, default: false, }, + "feature_lazyloading": { + isFeature: true, + displayName: _td("Increase performance by only loading room members on first view"), + supportedLevels: LEVELS_FEATURE, + controller: new LazyLoadingController(), + default: false, + }, "MessageComposerInput.dontSuggestEmoji": { supportedLevels: LEVELS_ACCOUNT_SETTINGS, displayName: _td('Disable Emoji suggestions while typing'), diff --git a/src/settings/SettingsStore.js b/src/settings/SettingsStore.js index a1b88fb0c2..cb6d83e884 100644 --- a/src/settings/SettingsStore.js +++ b/src/settings/SettingsStore.js @@ -248,7 +248,7 @@ export default class SettingsStore { if (actualValue !== undefined && actualValue !== null) return actualValue; return calculatedValue; } - + /* eslint-disable valid-jsdoc */ //https://github.com/eslint/eslint/issues/7307 /** * Sets the value for a setting. The room ID is optional if the setting is not being * set for a particular room, otherwise it should be supplied. The value may be null @@ -260,7 +260,8 @@ export default class SettingsStore { * @param {*} value The new value of the setting, may be null. * @return {Promise} Resolves when the setting has been changed. */ - static setValue(settingName, roomId, level, value) { + /* eslint-enable valid-jsdoc */ + static async setValue(settingName, roomId, level, value) { // Verify that the setting is actually a setting if (!SETTINGS[settingName]) { throw new Error("Setting '" + settingName + "' does not appear to be a setting."); @@ -275,11 +276,12 @@ export default class SettingsStore { throw new Error("User cannot set " + settingName + " at " + level + " in " + roomId); } - return handler.setValue(settingName, roomId, value).then(() => { - const controller = SETTINGS[settingName].controller; - if (!controller) return; + await handler.setValue(settingName, roomId, value); + + const controller = SETTINGS[settingName].controller; + if (controller) { controller.onChange(level, roomId, value); - }); + } } /** diff --git a/src/settings/controllers/LazyLoadingController.js b/src/settings/controllers/LazyLoadingController.js new file mode 100644 index 0000000000..90f095c9ca --- /dev/null +++ b/src/settings/controllers/LazyLoadingController.js @@ -0,0 +1,29 @@ +/* +Copyright 2018 New Vector + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import SettingController from "./SettingController"; +import MatrixClientPeg from "../../MatrixClientPeg"; +import PlatformPeg from "../../PlatformPeg"; + +export default class LazyLoadingController extends SettingController { + async onChange(level, roomId, newValue) { + if (!PlatformPeg.get()) return; + + MatrixClientPeg.get().stopClient(); + await MatrixClientPeg.get().store.deleteAllData(); + PlatformPeg.get().reload(); + } +} diff --git a/src/stores/ActiveWidgetStore.js b/src/stores/ActiveWidgetStore.js index cc27febaf9..89fa6e6936 100644 --- a/src/stores/ActiveWidgetStore.js +++ b/src/stores/ActiveWidgetStore.js @@ -17,7 +17,6 @@ limitations under the License. import EventEmitter from 'events'; import MatrixClientPeg from '../MatrixClientPeg'; -import sdk from '../index'; /** * Stores information about the widgets active in the app right now: @@ -75,8 +74,6 @@ class ActiveWidgetStore extends EventEmitter { destroyPersistentWidget() { const toDeleteId = this._persistentWidgetId; - const PersistedElement = sdk.getComponent("elements.PersistedElement"); - PersistedElement.destroyElement('widget_' + toDeleteId); this.setWidgetPersistence(toDeleteId, false); this.delWidgetMessaging(toDeleteId); this.delWidgetCapabilities(toDeleteId); diff --git a/src/stores/RoomListStore.js b/src/stores/RoomListStore.js index b6d0949dd3..67c0c13be7 100644 --- a/src/stores/RoomListStore.js +++ b/src/stores/RoomListStore.js @@ -45,6 +45,7 @@ class RoomListStore extends Store { // Initialise state this._state = { lists: { + "m.server_notice": [], "im.vector.fake.invite": [], "m.favourite": [], "im.vector.fake.recent": [], @@ -119,8 +120,7 @@ class RoomListStore extends Store { this._generateRoomLists(); } break; - case 'MatrixActions.RoomMember.membership': { - if (!this._matrixClient || payload.member.userId !== this._matrixClient.credentials.userId) break; + case 'MatrixActions.Room.myMembership': { this._generateRoomLists(); } break; @@ -158,6 +158,7 @@ class RoomListStore extends Store { _generateRoomLists(optimisticRequest) { const lists = { + "m.server_notice": [], "im.vector.fake.invite": [], "m.favourite": [], "im.vector.fake.recent": [], @@ -173,13 +174,13 @@ class RoomListStore extends Store { if (!this._matrixClient) return; this._matrixClient.getRooms().forEach((room, index) => { - const me = room.getMember(this._matrixClient.credentials.userId); - if (!me) return; + const myUserId = this._matrixClient.getUserId(); + const membership = room.getMyMembership(); + const me = room.getMember(myUserId); - if (me.membership == "invite") { + if (membership == "invite") { lists["im.vector.fake.invite"].push(room); - } else if (me.membership == "join" || me.membership === "ban" || - (me.membership === "leave" && me.events.member.getSender() !== me.events.member.getStateKey())) { + } else if (membership == "join" || membership === "ban" || (me && me.isKicked())) { // Used to split rooms via tags let tagNames = Object.keys(room.tags); @@ -194,6 +195,11 @@ class RoomListStore extends Store { } } + // ignore any m. tag names we don't know about + tagNames = tagNames.filter((t) => { + return !t.startsWith('m.') || lists[t] !== undefined; + }); + if (tagNames.length) { for (let i = 0; i < tagNames.length; i++) { const tagName = tagNames[i]; @@ -206,10 +212,8 @@ class RoomListStore extends Store { } else { lists["im.vector.fake.recent"].push(room); } - } else if (me.membership === "leave") { + } else if (membership === "leave") { lists["im.vector.fake.archived"].push(room); - } else { - console.error("unrecognised membership: " + me.membership + " - this should never happen"); } }); @@ -277,8 +281,8 @@ class RoomListStore extends Store { if (optimisticRequest && roomB === optimisticRequest.room) metaB = optimisticRequest.metaData; // Make sure the room tag has an order element, if not set it to be the bottom - const a = metaA.order; - const b = metaB.order; + const a = metaA ? metaA.order : undefined; + const b = metaB ? metaB.order : undefined; // Order undefined room tag orders to the bottom if (a === undefined && b !== undefined) { diff --git a/src/stores/RoomViewStore.js b/src/stores/RoomViewStore.js index fed0d7b4a1..f15925f480 100644 --- a/src/stores/RoomViewStore.js +++ b/src/stores/RoomViewStore.js @@ -223,7 +223,13 @@ class RoomViewStore extends Store { action: 'join_room_error', err: err, }); - const msg = err.message ? err.message : JSON.stringify(err); + let msg = err.message ? err.message : JSON.stringify(err); + if (err.errcode === 'M_INCOMPATIBLE_ROOM_VERSION') { + msg = <div> + {_t("Sorry, your homeserver is too old to participate in this room.")}<br /> + {_t("Please contact your homeserver administrator.")} + </div>; + } const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog"); Modal.createTrackedDialog('Failed to join room', '', ErrorDialog, { title: _t("Failed to join room"), diff --git a/src/utils/DMRoomMap.js b/src/utils/DMRoomMap.js index d6242719ba..bea6e702fa 100644 --- a/src/utils/DMRoomMap.js +++ b/src/utils/DMRoomMap.js @@ -15,6 +15,7 @@ limitations under the License. */ import MatrixClientPeg from '../MatrixClientPeg'; +import _uniq from 'lodash/uniq'; /** * Class that takes a Matrix Client and flips the m.direct map @@ -27,6 +28,8 @@ export default class DMRoomMap { constructor(matrixClient) { this.matrixClient = matrixClient; this.roomToUser = null; + // see _onAccountData + this._hasSentOutPatchDirectAccountDataPatch = false; // XXX: Force-bind the event handler method because it // doesn't call it with our object as the 'this' @@ -34,11 +37,8 @@ export default class DMRoomMap { this._onAccountData = this._onAccountData.bind(this); const mDirectEvent = matrixClient.getAccountData('m.direct'); - if (!mDirectEvent) { - this.userToRooms = {}; - } else { - this.userToRooms = mDirectEvent.getContent(); - } + this.mDirectEvent = mDirectEvent ? mDirectEvent.getContent() : {}; + this.userToRooms = null; } /** @@ -70,15 +70,56 @@ export default class DMRoomMap { _onAccountData(ev) { if (ev.getType() == 'm.direct') { - this.userToRooms = this.matrixClient.getAccountData('m.direct').getContent(); - this._populateRoomToUser(); + this.mDirectEvent = this.matrixClient.getAccountData('m.direct').getContent() || {}; + this.userToRooms = null; + this.roomToUser = null; + } + } + /** + * some client bug somewhere is causing some DMs to be marked + * with ourself, not the other user. Fix it by guessing the other user and + * modifying userToRooms + */ + _patchUpSelfDMs(userToRooms) { + const myUserId = this.matrixClient.getUserId(); + const selfRoomIds = userToRooms[myUserId]; + if (selfRoomIds) { + // any self-chats that should not be self-chats? + const guessedUserIdsThatChanged = selfRoomIds.map((roomId) => { + const room = this.matrixClient.getRoom(roomId); + if (room) { + const userId = room.guessDMUserId(); + if (userId && userId !== myUserId) { + return {userId, roomId}; + } + } + }).filter((ids) => !!ids); //filter out + // these are actually all legit self-chats + // bail out + if (!guessedUserIdsThatChanged.length) { + return false; + } + userToRooms[myUserId] = selfRoomIds.filter((roomId) => { + return !guessedUserIdsThatChanged + .some((ids) => ids.roomId === roomId); + }); + guessedUserIdsThatChanged.forEach(({userId, roomId}) => { + let roomIds = userToRooms[userId]; + if (!roomIds) { + userToRooms[userId] = [roomId]; + } else { + roomIds.push(roomId); + userToRooms[userId] = _uniq(roomIds); + } + }); + return true; } } getDMRoomsForUserId(userId) { // Here, we return the empty list if there are no rooms, // since the number of conversations you have with this user is zero. - return this.userToRooms[userId] || []; + return this._getUserToRooms()[userId] || []; } getUserIdForRoomId(roomId) { @@ -97,22 +138,37 @@ export default class DMRoomMap { // no entry? if the room is an invite, look for the is_direct hint. const room = this.matrixClient.getRoom(roomId); if (room) { - const me = room.getMember(this.matrixClient.credentials.userId); - if (me.membership == 'invite') { - // The 'direct' hihnt is there, so declare that this is a DM room for - // whoever invited us. - if (me.events.member.getContent().is_direct) { - return me.events.member.getSender(); - } - } + return room.getDMInviter(); } } return this.roomToUser[roomId]; } + _getUserToRooms() { + if (!this.userToRooms) { + const userToRooms = this.mDirectEvent; + const myUserId = this.matrixClient.getUserId(); + const selfDMs = userToRooms[myUserId]; + if (selfDMs && selfDMs.length) { + const neededPatching = this._patchUpSelfDMs(userToRooms); + // to avoid multiple devices fighting to correct + // the account data, only try to send the corrected + // version once. + console.warn(`Invalid m.direct account data detected ` + + `(self-chats that shouldn't be), patching it up.`); + if (neededPatching && !this._hasSentOutPatchDirectAccountDataPatch) { + this._hasSentOutPatchDirectAccountDataPatch = true; + this.matrixClient.setAccountData('m.direct', userToRooms); + } + } + this.userToRooms = userToRooms; + } + return this.userToRooms; + } + _populateRoomToUser() { this.roomToUser = {}; - for (const user of Object.keys(this.userToRooms)) { + for (const user of Object.keys(this._getUserToRooms())) { for (const roomId of this.userToRooms[user]) { this.roomToUser[roomId] = user; } diff --git a/src/utils/ErrorUtils.js b/src/utils/ErrorUtils.js new file mode 100644 index 0000000000..4a56d64ef1 --- /dev/null +++ b/src/utils/ErrorUtils.js @@ -0,0 +1,78 @@ +/* +Copyright 2018 New Vector Ltd + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +import { _t, _td } from '../languageHandler'; + +/** + * Produce a translated error message for a + * M_RESOURCE_LIMIT_EXCEEDED error + * + * @param {string} limitType The limit_type from the error + * @param {string} adminContact The admin_contact from the error + * @param {Object} strings Translateable string for different + * limit_type. Must include at least the empty string key + * which is the default. Strings may include an 'a' tag + * for the admin contact link. + * @param {Object} extraTranslations Extra translation substitution functions + * for any tags in the strings apart from 'a' + * @returns {*} Translated string or react component + */ +export function messageForResourceLimitError(limitType, adminContact, strings, extraTranslations) { + let errString = strings[limitType]; + if (errString === undefined) errString = strings['']; + + const linkSub = sub => { + if (adminContact) { + return <a href={adminContact} target="_blank" rel="noopener">{sub}</a>; + } else { + return sub; + } + }; + + if (errString.includes('<a>')) { + return _t(errString, {}, Object.assign({ 'a': linkSub }, extraTranslations)); + } else { + return _t(errString, {}, extraTranslations); + } +} + +export function messageForSyncError(err) { + if (err.errcode === 'M_RESOURCE_LIMIT_EXCEEDED') { + const limitError = messageForResourceLimitError( + err.data.limit_type, + err.data.admin_contact, + { + 'monthly_active_user': _td("This homeserver has hit its Monthly Active User limit."), + '': _td("This homeserver has exceeded one of its resource limits."), + }, + ); + const adminContact = messageForResourceLimitError( + err.data.limit_type, + err.data.admin_contact, + { + '': _td("Please <a>contact your service administrator</a> to continue using the service."), + }, + ); + return <div> + <div>{limitError}</div> + <div>{adminContact}</div> + </div>; + } else { + return <div> + {_t("Unable to connect to Homeserver. Retrying...")} + </div>; + } +} diff --git a/src/utils/WidgetUtils.js b/src/utils/WidgetUtils.js index 008bed1005..b5a2ae31fb 100644 --- a/src/utils/WidgetUtils.js +++ b/src/utils/WidgetUtils.js @@ -77,8 +77,7 @@ export default class WidgetUtils { return false; } - const member = room.getMember(me); - if (!member || member.membership !== "join") { + if (room.getMyMembership() !== "join") { console.warn(`User ${me} is not in room ${roomId}`); return false; } diff --git a/test/components/views/login/RegistrationForm-test.js b/test/components/views/login/RegistrationForm-test.js index 81db5b487b..14a5d036b4 100644 --- a/test/components/views/login/RegistrationForm-test.js +++ b/test/components/views/login/RegistrationForm-test.js @@ -37,6 +37,11 @@ function doInputEmail(inputEmail, onTeamSelected) { <RegistrationForm teamsConfig={TEAM_CONFIG} onTeamSelected={onTeamSelected} + flows={[ + { + stages: ['m.login.dummy'], + }, + ]} />, ); diff --git a/test/components/views/rooms/RoomList-test.js b/test/components/views/rooms/RoomList-test.js index f40a89777b..e512b96ba8 100644 --- a/test/components/views/rooms/RoomList-test.js +++ b/test/components/views/rooms/RoomList-test.js @@ -14,21 +14,22 @@ import dis from '../../../../src/dispatcher'; import DMRoomMap from '../../../../src/utils/DMRoomMap.js'; import GroupStore from '../../../../src/stores/GroupStore.js'; -import { Room, RoomMember } from 'matrix-js-sdk'; +import { MatrixClient, Room, RoomMember } from 'matrix-js-sdk'; function generateRoomId() { return '!' + Math.random().toString().slice(2, 10) + ':domain'; } -function createRoom(opts) { - const room = new Room(generateRoomId()); - if (opts) { - Object.assign(room, opts); - } - return room; -} describe('RoomList', () => { + function createRoom(opts) { + const room = new Room(generateRoomId(), null, client.getUserId()); + if (opts) { + Object.assign(room, opts); + } + return room; + } + let parentDiv = null; let sandbox = null; let client = null; @@ -48,6 +49,8 @@ describe('RoomList', () => { sandbox = TestUtils.stubClient(sandbox); client = MatrixClientPeg.get(); client.credentials = {userId: myUserId}; + //revert this to prototype method as the test-utils monkey-patches this to return a hardcoded value + client.getUserId = MatrixClient.prototype.getUserId; clock = lolex.install(); @@ -71,6 +74,7 @@ describe('RoomList', () => { // Mock joined member myMember = new RoomMember(movingRoomId, myUserId); myMember.membership = 'join'; + movingRoom.updateMyMembership('join'); movingRoom.getMember = (userId) => ({ [client.credentials.userId]: myMember, }[userId]); @@ -78,6 +82,7 @@ describe('RoomList', () => { otherRoom = createRoom({name: 'Other room'}); myOtherMember = new RoomMember(otherRoom.roomId, myUserId); myOtherMember.membership = 'join'; + otherRoom.updateMyMembership('join'); otherRoom.getMember = (userId) => ({ [client.credentials.userId]: myOtherMember, }[userId]); @@ -91,6 +96,7 @@ describe('RoomList', () => { createRoom({tags: {'m.lowpriority': {}}, name: 'Some unimportant room'}), createRoom({tags: {'custom.tag': {}}, name: 'Some room customly tagged'}), ]; + client.getVisibleRooms = client.getRooms; const roomMap = {}; client.getRooms().forEach((r) => { diff --git a/test/test-utils.js b/test/test-utils.js index 0e8fb1df79..bc4d29210e 100644 --- a/test/test-utils.js +++ b/test/test-utils.js @@ -74,6 +74,7 @@ export function createTestClient() { getPushActionsForEvent: sinon.stub(), getRoom: sinon.stub().returns(mkStubRoom()), getRooms: sinon.stub().returns([]), + getVisibleRooms: sinon.stub().returns([]), getGroups: sinon.stub().returns([]), loginFlows: sinon.stub(), on: sinon.stub(), @@ -255,6 +256,9 @@ export function mkStubRoom(roomId = null) { getUnfilteredTimelineSet: () => null, getAccountData: () => null, hasMembershipState: () => null, + getVersion: () => '1', + shouldUpgradeToVersion: () => null, + getMyMembership: () => "join", currentState: { getStateEvents: sinon.stub(), mayClientSendStateEvent: sinon.stub().returns(true),