Merge remote-tracking branch 'origin/develop' into t3chguy/updating_stuff
This commit is contained in:
commit
a2dc17256a
58 changed files with 4934 additions and 1050 deletions
|
@ -22,7 +22,6 @@ src/components/structures/login/ForgotPassword.js
|
|||
src/components/structures/login/Login.js
|
||||
src/components/structures/login/PostRegistration.js
|
||||
src/components/structures/login/Registration.js
|
||||
src/components/structures/MatrixChat.js
|
||||
src/components/structures/MessagePanel.js
|
||||
src/components/structures/NotificationPanel.js
|
||||
src/components/structures/RoomStatusBar.js
|
||||
|
@ -30,7 +29,6 @@ src/components/structures/RoomView.js
|
|||
src/components/structures/ScrollPanel.js
|
||||
src/components/structures/TimelinePanel.js
|
||||
src/components/structures/UploadBar.js
|
||||
src/components/structures/UserSettings.js
|
||||
src/components/views/avatars/BaseAvatar.js
|
||||
src/components/views/avatars/MemberAvatar.js
|
||||
src/components/views/avatars/RoomAvatar.js
|
||||
|
@ -148,7 +146,6 @@ src/Roles.js
|
|||
src/RoomListSorter.js
|
||||
src/RoomNotifs.js
|
||||
src/Rooms.js
|
||||
src/RtsClient.js
|
||||
src/ScalarAuthClient.js
|
||||
src/ScalarMessaging.js
|
||||
src/SdkConfig.js
|
||||
|
|
275
CHANGELOG.md
275
CHANGELOG.md
|
@ -1,3 +1,278 @@
|
|||
Changes in [0.9.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.6) (2017-06-20)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.5...v0.9.6)
|
||||
|
||||
* Fix infinite spinner on email registration
|
||||
[\#1120](https://github.com/matrix-org/matrix-react-sdk/pull/1120)
|
||||
* Translate help promots in room list
|
||||
[\#1121](https://github.com/matrix-org/matrix-react-sdk/pull/1121)
|
||||
* Internationalise the drop targets
|
||||
[\#1122](https://github.com/matrix-org/matrix-react-sdk/pull/1122)
|
||||
* Fix another infinite spin on register
|
||||
[\#1124](https://github.com/matrix-org/matrix-react-sdk/pull/1124)
|
||||
|
||||
|
||||
Changes in [0.9.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.5) (2017-06-19)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.5-rc.2...v0.9.5)
|
||||
|
||||
* Don't peek when creating a room
|
||||
[\#1113](https://github.com/matrix-org/matrix-react-sdk/pull/1113)
|
||||
* More translations & translation fixes
|
||||
|
||||
|
||||
Changes in [0.9.5-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.5-rc.2) (2017-06-16)
|
||||
=============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.5-rc.1...v0.9.5-rc.2)
|
||||
|
||||
* Avoid getting stuck in a loop in CAS login
|
||||
[\#1109](https://github.com/matrix-org/matrix-react-sdk/pull/1109)
|
||||
* Update from Weblate.
|
||||
[\#1101](https://github.com/matrix-org/matrix-react-sdk/pull/1101)
|
||||
* Correctly inspect state when rejecting invite
|
||||
[\#1108](https://github.com/matrix-org/matrix-react-sdk/pull/1108)
|
||||
* Make sure to pass the roomAlias to the preview header if we have it
|
||||
[\#1107](https://github.com/matrix-org/matrix-react-sdk/pull/1107)
|
||||
* Make sure captcha disappears when container does
|
||||
[\#1106](https://github.com/matrix-org/matrix-react-sdk/pull/1106)
|
||||
* Fix URL previews
|
||||
[\#1105](https://github.com/matrix-org/matrix-react-sdk/pull/1105)
|
||||
|
||||
Changes in [0.9.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.5-rc.1) (2017-06-15)
|
||||
=============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.4...v0.9.5-rc.1)
|
||||
|
||||
* Groundwork for tests including a teamserver login
|
||||
[\#1098](https://github.com/matrix-org/matrix-react-sdk/pull/1098)
|
||||
* Show a spinner when accepting an invite and waitingForRoom
|
||||
[\#1100](https://github.com/matrix-org/matrix-react-sdk/pull/1100)
|
||||
* Display a spinner until new room object after join success
|
||||
[\#1099](https://github.com/matrix-org/matrix-react-sdk/pull/1099)
|
||||
* Luke/attempt fix peeking regression
|
||||
[\#1097](https://github.com/matrix-org/matrix-react-sdk/pull/1097)
|
||||
* Show correct text in set email password dialog (2)
|
||||
[\#1096](https://github.com/matrix-org/matrix-react-sdk/pull/1096)
|
||||
* Don't create a guest login if user went to /login
|
||||
[\#1092](https://github.com/matrix-org/matrix-react-sdk/pull/1092)
|
||||
* Give password confirmation correct title, description
|
||||
[\#1095](https://github.com/matrix-org/matrix-react-sdk/pull/1095)
|
||||
* Make enter submit change password form
|
||||
[\#1094](https://github.com/matrix-org/matrix-react-sdk/pull/1094)
|
||||
* When not specified, remove roomAlias state in RoomViewStore
|
||||
[\#1093](https://github.com/matrix-org/matrix-react-sdk/pull/1093)
|
||||
* Update from Weblate.
|
||||
[\#1091](https://github.com/matrix-org/matrix-react-sdk/pull/1091)
|
||||
* Fixed pagination infinite loop caused by long messages
|
||||
[\#1045](https://github.com/matrix-org/matrix-react-sdk/pull/1045)
|
||||
* Clear persistent storage on login and logout
|
||||
[\#1085](https://github.com/matrix-org/matrix-react-sdk/pull/1085)
|
||||
* DM guessing: prefer oldest joined member
|
||||
[\#1087](https://github.com/matrix-org/matrix-react-sdk/pull/1087)
|
||||
* Ask for email address after setting password for the first time
|
||||
[\#1090](https://github.com/matrix-org/matrix-react-sdk/pull/1090)
|
||||
* i18n for setting password flow
|
||||
[\#1089](https://github.com/matrix-org/matrix-react-sdk/pull/1089)
|
||||
* remove mx_filterFlipColor from verified e2e icon so its not purple :/
|
||||
[\#1088](https://github.com/matrix-org/matrix-react-sdk/pull/1088)
|
||||
* width and height must be int otherwise synapse cries
|
||||
[\#1083](https://github.com/matrix-org/matrix-react-sdk/pull/1083)
|
||||
* remove RoomViewStore listener from MatrixChat on unmount
|
||||
[\#1084](https://github.com/matrix-org/matrix-react-sdk/pull/1084)
|
||||
* Add script to copy translations between files
|
||||
[\#1082](https://github.com/matrix-org/matrix-react-sdk/pull/1082)
|
||||
* Only process user_directory response if it's for the current query
|
||||
[\#1081](https://github.com/matrix-org/matrix-react-sdk/pull/1081)
|
||||
* Fix regressions with starting a 1-1.
|
||||
[\#1080](https://github.com/matrix-org/matrix-react-sdk/pull/1080)
|
||||
* allow forcing of TURN
|
||||
[\#1079](https://github.com/matrix-org/matrix-react-sdk/pull/1079)
|
||||
* Remove a bunch of dead code from react-sdk
|
||||
[\#1077](https://github.com/matrix-org/matrix-react-sdk/pull/1077)
|
||||
* Improve error logging/reporting in megolm import/export
|
||||
[\#1061](https://github.com/matrix-org/matrix-react-sdk/pull/1061)
|
||||
* Delinting
|
||||
[\#1064](https://github.com/matrix-org/matrix-react-sdk/pull/1064)
|
||||
* Show reason for a call hanging up unexpectedly.
|
||||
[\#1071](https://github.com/matrix-org/matrix-react-sdk/pull/1071)
|
||||
* Add reason for ban in room settings
|
||||
[\#1072](https://github.com/matrix-org/matrix-react-sdk/pull/1072)
|
||||
* adds mx_filterFlipColor so that the dark theme will invert this image
|
||||
[\#1070](https://github.com/matrix-org/matrix-react-sdk/pull/1070)
|
||||
|
||||
Changes in [0.9.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.4) (2017-06-14)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.3...v0.9.4)
|
||||
|
||||
* Ask for email address after setting password for the first time
|
||||
[\#1090](https://github.com/matrix-org/matrix-react-sdk/pull/1090)
|
||||
* DM guessing: prefer oldest joined member
|
||||
[\#1087](https://github.com/matrix-org/matrix-react-sdk/pull/1087)
|
||||
* More translations
|
||||
|
||||
Changes in [0.9.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.3) (2017-06-12)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.3-rc.2...v0.9.3)
|
||||
|
||||
* Add more translations & fix some existing ones
|
||||
|
||||
Changes in [0.9.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.3-rc.2) (2017-06-09)
|
||||
=============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.3-rc.1...v0.9.3-rc.2)
|
||||
|
||||
* Fix flux dependency
|
||||
* Fix translations on conference call bar
|
||||
|
||||
Changes in [0.9.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.3-rc.1) (2017-06-09)
|
||||
=============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.2...v0.9.3-rc.1)
|
||||
|
||||
* When ChatCreateOrReuseDialog is cancelled by a guest, go home
|
||||
[\#1069](https://github.com/matrix-org/matrix-react-sdk/pull/1069)
|
||||
* Update from Weblate.
|
||||
[\#1065](https://github.com/matrix-org/matrix-react-sdk/pull/1065)
|
||||
* Goto /home when forgetting the last room
|
||||
[\#1067](https://github.com/matrix-org/matrix-react-sdk/pull/1067)
|
||||
* Default to home page when settings is closed
|
||||
[\#1066](https://github.com/matrix-org/matrix-react-sdk/pull/1066)
|
||||
* Update from Weblate.
|
||||
[\#1063](https://github.com/matrix-org/matrix-react-sdk/pull/1063)
|
||||
* When joining, use a roomAlias if we have it
|
||||
[\#1062](https://github.com/matrix-org/matrix-react-sdk/pull/1062)
|
||||
* Control currently viewed event via RoomViewStore
|
||||
[\#1058](https://github.com/matrix-org/matrix-react-sdk/pull/1058)
|
||||
* Better error messages for login
|
||||
[\#1060](https://github.com/matrix-org/matrix-react-sdk/pull/1060)
|
||||
* Add remaining translations
|
||||
[\#1056](https://github.com/matrix-org/matrix-react-sdk/pull/1056)
|
||||
* Added button that copies code to clipboard
|
||||
[\#1040](https://github.com/matrix-org/matrix-react-sdk/pull/1040)
|
||||
* de-lint MegolmExportEncryption + test
|
||||
[\#1059](https://github.com/matrix-org/matrix-react-sdk/pull/1059)
|
||||
* Better RTL support
|
||||
[\#1021](https://github.com/matrix-org/matrix-react-sdk/pull/1021)
|
||||
* make mels emoji capable
|
||||
[\#1057](https://github.com/matrix-org/matrix-react-sdk/pull/1057)
|
||||
* Make travis check for lint on files which are clean to start with
|
||||
[\#1055](https://github.com/matrix-org/matrix-react-sdk/pull/1055)
|
||||
* Update from Weblate.
|
||||
[\#1053](https://github.com/matrix-org/matrix-react-sdk/pull/1053)
|
||||
* Add some logging around switching rooms
|
||||
[\#1054](https://github.com/matrix-org/matrix-react-sdk/pull/1054)
|
||||
* Update from Weblate.
|
||||
[\#1052](https://github.com/matrix-org/matrix-react-sdk/pull/1052)
|
||||
* Use user_directory endpoint to populate ChatInviteDialog
|
||||
[\#1050](https://github.com/matrix-org/matrix-react-sdk/pull/1050)
|
||||
* Various Analytics changes/fixes/improvements
|
||||
[\#1046](https://github.com/matrix-org/matrix-react-sdk/pull/1046)
|
||||
* Use an arrow function to allow `this`
|
||||
[\#1051](https://github.com/matrix-org/matrix-react-sdk/pull/1051)
|
||||
* New guest access
|
||||
[\#937](https://github.com/matrix-org/matrix-react-sdk/pull/937)
|
||||
* Translate src/components/structures
|
||||
[\#1048](https://github.com/matrix-org/matrix-react-sdk/pull/1048)
|
||||
* Cancel 'join room' action if 'log in' is clicked
|
||||
[\#1049](https://github.com/matrix-org/matrix-react-sdk/pull/1049)
|
||||
* fix copy and paste derp and rip out unused imports
|
||||
[\#1015](https://github.com/matrix-org/matrix-react-sdk/pull/1015)
|
||||
* Update from Weblate.
|
||||
[\#1042](https://github.com/matrix-org/matrix-react-sdk/pull/1042)
|
||||
* Reset 'first sync' flag / promise on log in
|
||||
[\#1041](https://github.com/matrix-org/matrix-react-sdk/pull/1041)
|
||||
* Remove DM-guessing code (again)
|
||||
[\#1036](https://github.com/matrix-org/matrix-react-sdk/pull/1036)
|
||||
* Cancel deferred actions
|
||||
[\#1039](https://github.com/matrix-org/matrix-react-sdk/pull/1039)
|
||||
* Merge develop, add i18n for SetMxIdDialog
|
||||
[\#1034](https://github.com/matrix-org/matrix-react-sdk/pull/1034)
|
||||
* Defer an intention for creating a room
|
||||
[\#1038](https://github.com/matrix-org/matrix-react-sdk/pull/1038)
|
||||
* Fix 'create room' button
|
||||
[\#1037](https://github.com/matrix-org/matrix-react-sdk/pull/1037)
|
||||
* Always show the spinner during the first sync
|
||||
[\#1033](https://github.com/matrix-org/matrix-react-sdk/pull/1033)
|
||||
* Only view welcome user if we are not looking at a room
|
||||
[\#1032](https://github.com/matrix-org/matrix-react-sdk/pull/1032)
|
||||
* Update from Weblate.
|
||||
[\#1030](https://github.com/matrix-org/matrix-react-sdk/pull/1030)
|
||||
* Keep deferred actions for view_user_settings and view_create_chat
|
||||
[\#1031](https://github.com/matrix-org/matrix-react-sdk/pull/1031)
|
||||
* Don't do a deferred start chat if user is welcome user
|
||||
[\#1029](https://github.com/matrix-org/matrix-react-sdk/pull/1029)
|
||||
* Introduce state `peekLoading` to avoid collision with `roomLoading`
|
||||
[\#1028](https://github.com/matrix-org/matrix-react-sdk/pull/1028)
|
||||
* Update from Weblate.
|
||||
[\#1016](https://github.com/matrix-org/matrix-react-sdk/pull/1016)
|
||||
* Fix accepting a 3pid invite
|
||||
[\#1013](https://github.com/matrix-org/matrix-react-sdk/pull/1013)
|
||||
* Propagate room join errors to the UI
|
||||
[\#1007](https://github.com/matrix-org/matrix-react-sdk/pull/1007)
|
||||
* Implement /user/@userid:domain?action=chat
|
||||
[\#1006](https://github.com/matrix-org/matrix-react-sdk/pull/1006)
|
||||
* Show People/Rooms emptySubListTip even when total rooms !== 0
|
||||
[\#967](https://github.com/matrix-org/matrix-react-sdk/pull/967)
|
||||
* Fix to show the correct room
|
||||
[\#995](https://github.com/matrix-org/matrix-react-sdk/pull/995)
|
||||
* Remove cachedPassword from localStorage on_logged_out
|
||||
[\#977](https://github.com/matrix-org/matrix-react-sdk/pull/977)
|
||||
* Add /start to show the setMxId above HomePage
|
||||
[\#964](https://github.com/matrix-org/matrix-react-sdk/pull/964)
|
||||
* Allow pressing Enter to submit setMxId
|
||||
[\#961](https://github.com/matrix-org/matrix-react-sdk/pull/961)
|
||||
* add login link to SetMxIdDialog
|
||||
[\#954](https://github.com/matrix-org/matrix-react-sdk/pull/954)
|
||||
* Block user settings with view_set_mxid
|
||||
[\#936](https://github.com/matrix-org/matrix-react-sdk/pull/936)
|
||||
* Show "Something went wrong!" when errcode undefined
|
||||
[\#935](https://github.com/matrix-org/matrix-react-sdk/pull/935)
|
||||
* Reset store state when logging out
|
||||
[\#930](https://github.com/matrix-org/matrix-react-sdk/pull/930)
|
||||
* Set the displayname to the mxid once PWLU
|
||||
[\#933](https://github.com/matrix-org/matrix-react-sdk/pull/933)
|
||||
* Fix view_next_room, view_previous_room and view_indexed_room
|
||||
[\#929](https://github.com/matrix-org/matrix-react-sdk/pull/929)
|
||||
* Use RVS to indicate "joining" when setting a mxid
|
||||
[\#928](https://github.com/matrix-org/matrix-react-sdk/pull/928)
|
||||
* Don't show notif nag bar if guest
|
||||
[\#932](https://github.com/matrix-org/matrix-react-sdk/pull/932)
|
||||
* Show "Password" instead of "New Password"
|
||||
[\#927](https://github.com/matrix-org/matrix-react-sdk/pull/927)
|
||||
* Remove warm-fuzzy after setting mxid
|
||||
[\#926](https://github.com/matrix-org/matrix-react-sdk/pull/926)
|
||||
* Allow teamServerConfig to be missing
|
||||
[\#925](https://github.com/matrix-org/matrix-react-sdk/pull/925)
|
||||
* Remove GuestWarningBar
|
||||
[\#923](https://github.com/matrix-org/matrix-react-sdk/pull/923)
|
||||
* Make left panel better for new users (mk III)
|
||||
[\#924](https://github.com/matrix-org/matrix-react-sdk/pull/924)
|
||||
* Implement default welcome page and allow custom URL /w config
|
||||
[\#922](https://github.com/matrix-org/matrix-react-sdk/pull/922)
|
||||
* Implement a store for RoomView
|
||||
[\#921](https://github.com/matrix-org/matrix-react-sdk/pull/921)
|
||||
* Add prop to toggle whether new password input is autoFocused
|
||||
[\#915](https://github.com/matrix-org/matrix-react-sdk/pull/915)
|
||||
* Implement warm-fuzzy success dialog for SetMxIdDialog
|
||||
[\#905](https://github.com/matrix-org/matrix-react-sdk/pull/905)
|
||||
* Write some tests for the RTS UI
|
||||
[\#893](https://github.com/matrix-org/matrix-react-sdk/pull/893)
|
||||
* Make confirmation optional on ChangePassword
|
||||
[\#890](https://github.com/matrix-org/matrix-react-sdk/pull/890)
|
||||
* Remove "Current Password" input if mx_pass exists
|
||||
[\#881](https://github.com/matrix-org/matrix-react-sdk/pull/881)
|
||||
* Replace NeedToRegisterDialog /w SetMxIdDialog
|
||||
[\#889](https://github.com/matrix-org/matrix-react-sdk/pull/889)
|
||||
* Invite the welcome user after registration if configured
|
||||
[\#882](https://github.com/matrix-org/matrix-react-sdk/pull/882)
|
||||
* Prevent ROUs from creating new chats/new rooms
|
||||
[\#879](https://github.com/matrix-org/matrix-react-sdk/pull/879)
|
||||
* Redesign mxID chooser, add availability checking
|
||||
[\#877](https://github.com/matrix-org/matrix-react-sdk/pull/877)
|
||||
* Show password nag bar when user is PWLU
|
||||
[\#864](https://github.com/matrix-org/matrix-react-sdk/pull/864)
|
||||
* fix typo
|
||||
[\#858](https://github.com/matrix-org/matrix-react-sdk/pull/858)
|
||||
* Initial implementation: SetDisplayName -> SetMxIdDialog
|
||||
[\#849](https://github.com/matrix-org/matrix-react-sdk/pull/849)
|
||||
|
||||
Changes in [0.9.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.9.2) (2017-06-06)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.9.1...v0.9.2)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "matrix-react-sdk",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.6",
|
||||
"description": "SDK for matrix.org using React",
|
||||
"author": "matrix.org",
|
||||
"repository": {
|
||||
|
@ -57,14 +57,14 @@
|
|||
"emojione": "2.2.3",
|
||||
"file-saver": "^1.3.3",
|
||||
"filesize": "3.5.6",
|
||||
"flux": "^2.0.3",
|
||||
"flux": "2.1.1",
|
||||
"fuse.js": "^2.2.0",
|
||||
"glob": "^5.0.14",
|
||||
"highlight.js": "^8.9.1",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"linkifyjs": "^2.1.3",
|
||||
"lodash": "^4.13.1",
|
||||
"matrix-js-sdk": "0.7.10",
|
||||
"matrix-js-sdk": "0.7.12",
|
||||
"optimist": "^0.6.1",
|
||||
"prop-types": "^15.5.8",
|
||||
"q": "^1.4.1",
|
||||
|
|
47
scripts/copy-i18n.py
Executable file
47
scripts/copy-i18n.py
Executable file
|
@ -0,0 +1,47 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import json
|
||||
import sys
|
||||
import os
|
||||
|
||||
if len(sys.argv) < 3:
|
||||
print "Usage: %s <source> <dest>" % (sys.argv[0],)
|
||||
print "eg. %s pt_BR.json pt.json" % (sys.argv[0],)
|
||||
print
|
||||
print "Adds any translations to <dest> that exist in <source> but not <dest>"
|
||||
sys.exit(1)
|
||||
|
||||
srcpath = sys.argv[1]
|
||||
dstpath = sys.argv[2]
|
||||
tmppath = dstpath + ".tmp"
|
||||
|
||||
with open(srcpath) as f:
|
||||
src = json.load(f)
|
||||
|
||||
with open(dstpath) as f:
|
||||
dst = json.load(f)
|
||||
|
||||
toAdd = {}
|
||||
for k,v in src.iteritems():
|
||||
if k not in dst:
|
||||
print "Adding %s" % (k,)
|
||||
toAdd[k] = v
|
||||
|
||||
# don't just json.dumps as we'll probably re-order all the keys (and they're
|
||||
# not in any given order so we can't just sort_keys). Append them to the end.
|
||||
with open(dstpath) as ifp:
|
||||
with open(tmppath, 'w') as ofp:
|
||||
for line in ifp:
|
||||
strippedline = line.strip()
|
||||
if strippedline in ('{', '}'):
|
||||
ofp.write(line)
|
||||
elif strippedline.endswith(','):
|
||||
ofp.write(line)
|
||||
else:
|
||||
ofp.write(' '+strippedline+',')
|
||||
toAddStr = json.dumps(toAdd, indent=4, separators=(',', ': '), ensure_ascii=False, encoding="utf8").strip("{}\n")
|
||||
ofp.write("\n")
|
||||
ofp.write(toAddStr.encode('utf8'))
|
||||
ofp.write("\n")
|
||||
|
||||
os.rename(tmppath, dstpath)
|
|
@ -51,13 +51,14 @@ limitations under the License.
|
|||
* }
|
||||
*/
|
||||
|
||||
var MatrixClientPeg = require('./MatrixClientPeg');
|
||||
var PlatformPeg = require("./PlatformPeg");
|
||||
var Modal = require('./Modal');
|
||||
var sdk = require('./index');
|
||||
import MatrixClientPeg from './MatrixClientPeg';
|
||||
import UserSettingsStore from './UserSettingsStore';
|
||||
import PlatformPeg from './PlatformPeg';
|
||||
import Modal from './Modal';
|
||||
import sdk from './index';
|
||||
import { _t } from './languageHandler';
|
||||
var Matrix = require("matrix-js-sdk");
|
||||
var dis = require("./dispatcher");
|
||||
import Matrix from 'matrix-js-sdk';
|
||||
import dis from './dispatcher';
|
||||
|
||||
global.mxCalls = {
|
||||
//room_id: MatrixCall
|
||||
|
@ -257,9 +258,9 @@ function _onAction(payload) {
|
|||
}
|
||||
else if (members.length === 2) {
|
||||
console.log("Place %s call in %s", payload.type, payload.room_id);
|
||||
var call = Matrix.createNewMatrixCall(
|
||||
MatrixClientPeg.get(), payload.room_id
|
||||
);
|
||||
const call = Matrix.createNewMatrixCall(MatrixClientPeg.get(), payload.room_id, {
|
||||
forceTURN: UserSettingsStore.getLocalSetting('webRtcForceTURN', false),
|
||||
});
|
||||
placeCall(call);
|
||||
}
|
||||
else { // > 2
|
||||
|
|
138
src/KeyRequestHandler.js
Normal file
138
src/KeyRequestHandler.js
Normal file
|
@ -0,0 +1,138 @@
|
|||
/*
|
||||
Copyright 2017 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.
|
||||
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 sdk from './index';
|
||||
import Modal from './Modal';
|
||||
|
||||
export default class KeyRequestHandler {
|
||||
constructor(matrixClient) {
|
||||
this._matrixClient = matrixClient;
|
||||
|
||||
// the user/device for which we currently have a dialog open
|
||||
this._currentUser = null;
|
||||
this._currentDevice = null;
|
||||
|
||||
// userId -> deviceId -> [keyRequest]
|
||||
this._pendingKeyRequests = Object.create(null);
|
||||
}
|
||||
|
||||
handleKeyRequest(keyRequest) {
|
||||
const userId = keyRequest.userId;
|
||||
const deviceId = keyRequest.deviceId;
|
||||
const requestId = keyRequest.requestId;
|
||||
|
||||
if (!this._pendingKeyRequests[userId]) {
|
||||
this._pendingKeyRequests[userId] = Object.create(null);
|
||||
}
|
||||
if (!this._pendingKeyRequests[userId][deviceId]) {
|
||||
this._pendingKeyRequests[userId][deviceId] = [];
|
||||
}
|
||||
|
||||
// check if we already have this request
|
||||
const requests = this._pendingKeyRequests[userId][deviceId];
|
||||
if (requests.find((r) => r.requestId === requestId)) {
|
||||
console.log("Already have this key request, ignoring");
|
||||
return;
|
||||
}
|
||||
|
||||
requests.push(keyRequest);
|
||||
|
||||
if (this._currentUser) {
|
||||
// ignore for now
|
||||
console.log("Key request, but we already have a dialog open");
|
||||
return;
|
||||
}
|
||||
|
||||
this._processNextRequest();
|
||||
}
|
||||
|
||||
handleKeyRequestCancellation(cancellation) {
|
||||
// see if we can find the request in the queue
|
||||
const userId = cancellation.userId;
|
||||
const deviceId = cancellation.deviceId;
|
||||
const requestId = cancellation.requestId;
|
||||
|
||||
if (userId === this._currentUser && deviceId === this._currentDevice) {
|
||||
console.log(
|
||||
"room key request cancellation for the user we currently have a"
|
||||
+ " dialog open for",
|
||||
);
|
||||
// TODO: update the dialog. For now, we just ignore the
|
||||
// cancellation.
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this._pendingKeyRequests[userId]) {
|
||||
return;
|
||||
}
|
||||
const requests = this._pendingKeyRequests[userId][deviceId];
|
||||
if (!requests) {
|
||||
return;
|
||||
}
|
||||
const idx = requests.findIndex((r) => r.requestId === requestId);
|
||||
if (idx < 0) {
|
||||
return;
|
||||
}
|
||||
console.log("Forgetting room key request");
|
||||
requests.splice(idx, 1);
|
||||
if (requests.length === 0) {
|
||||
delete this._pendingKeyRequests[userId][deviceId];
|
||||
if (Object.keys(this._pendingKeyRequests[userId]).length === 0) {
|
||||
delete this._pendingKeyRequests[userId];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
_processNextRequest() {
|
||||
const userId = Object.keys(this._pendingKeyRequests)[0];
|
||||
if (!userId) {
|
||||
return;
|
||||
}
|
||||
const deviceId = Object.keys(this._pendingKeyRequests[userId])[0];
|
||||
if (!deviceId) {
|
||||
return;
|
||||
}
|
||||
console.log(`Starting KeyShareDialog for ${userId}:${deviceId}`);
|
||||
|
||||
const finished = (r) => {
|
||||
this._currentUser = null;
|
||||
this._currentDevice = null;
|
||||
|
||||
if (r) {
|
||||
for (const req of this._pendingKeyRequests[userId][deviceId]) {
|
||||
req.share();
|
||||
}
|
||||
}
|
||||
delete this._pendingKeyRequests[userId][deviceId];
|
||||
if (Object.keys(this._pendingKeyRequests[userId]).length === 0) {
|
||||
delete this._pendingKeyRequests[userId];
|
||||
}
|
||||
|
||||
this._processNextRequest();
|
||||
};
|
||||
|
||||
const KeyShareDialog = sdk.getComponent("dialogs.KeyShareDialog");
|
||||
Modal.createDialog(KeyShareDialog, {
|
||||
matrixClient: this._matrixClient,
|
||||
userId: userId,
|
||||
deviceId: deviceId,
|
||||
onFinished: finished,
|
||||
});
|
||||
this._currentUser = userId;
|
||||
this._currentDevice = deviceId;
|
||||
}
|
||||
}
|
||||
|
229
src/Lifecycle.js
229
src/Lifecycle.js
|
@ -19,6 +19,7 @@ import q from 'q';
|
|||
import Matrix from 'matrix-js-sdk';
|
||||
|
||||
import MatrixClientPeg from './MatrixClientPeg';
|
||||
import createMatrixClient from './utils/createMatrixClient';
|
||||
import Analytics from './Analytics';
|
||||
import Notifier from './Notifier';
|
||||
import UserActivity from './UserActivity';
|
||||
|
@ -34,29 +35,20 @@ import { _t } from './languageHandler';
|
|||
* Called at startup, to attempt to build a logged-in Matrix session. It tries
|
||||
* a number of things:
|
||||
*
|
||||
* 0. if it looks like we are in the middle of a registration process, it does
|
||||
* nothing.
|
||||
*
|
||||
* 1. if we have a loginToken in the (real) query params, it uses that to log
|
||||
* in.
|
||||
*
|
||||
* 2. if we have a guest access token in the fragment query params, it uses
|
||||
* 1. if we have a guest access token in the fragment query params, it uses
|
||||
* that.
|
||||
*
|
||||
* 3. if an access token is stored in local storage (from a previous session),
|
||||
* 2. if an access token is stored in local storage (from a previous session),
|
||||
* it uses that.
|
||||
*
|
||||
* 4. it attempts to auto-register as a guest user.
|
||||
* 3. it attempts to auto-register as a guest user.
|
||||
*
|
||||
* If any of steps 1-4 are successful, it will call {setLoggedIn}, which in
|
||||
* If any of steps 1-4 are successful, it will call {_doSetLoggedIn}, which in
|
||||
* turn will raise on_logged_in and will_start_client events.
|
||||
*
|
||||
* @param {object} opts
|
||||
*
|
||||
* @param {object} opts.realQueryParams: string->string map of the
|
||||
* query-parameters extracted from the real query-string of the starting
|
||||
* URI.
|
||||
*
|
||||
* @param {object} opts.fragmentQueryParams: string->string map of the
|
||||
* query-parameters extracted from the #-fragment of the starting URI.
|
||||
*
|
||||
|
@ -70,54 +62,38 @@ import { _t } from './languageHandler';
|
|||
* true; defines the IS to use.
|
||||
*
|
||||
* @returns {Promise} a promise which resolves when the above process completes.
|
||||
* Resolves to `true` if we ended up starting a session, or `false` if we
|
||||
* failed.
|
||||
*/
|
||||
export function loadSession(opts) {
|
||||
const realQueryParams = opts.realQueryParams || {};
|
||||
const fragmentQueryParams = opts.fragmentQueryParams || {};
|
||||
let enableGuest = opts.enableGuest || false;
|
||||
const guestHsUrl = opts.guestHsUrl;
|
||||
const guestIsUrl = opts.guestIsUrl;
|
||||
const defaultDeviceDisplayName = opts.defaultDeviceDisplayName;
|
||||
|
||||
if (fragmentQueryParams.client_secret && fragmentQueryParams.sid) {
|
||||
// this happens during email validation: the email contains a link to the
|
||||
// IS, which in turn redirects back to vector. We let MatrixChat create a
|
||||
// Registration component which completes the next stage of registration.
|
||||
console.log("Not registering as guest: registration already in progress.");
|
||||
return q();
|
||||
}
|
||||
|
||||
if (!guestHsUrl) {
|
||||
console.warn("Cannot enable guest access: can't determine HS URL to use");
|
||||
enableGuest = false;
|
||||
}
|
||||
|
||||
if (realQueryParams.loginToken) {
|
||||
if (!realQueryParams.homeserver) {
|
||||
console.warn("Cannot log in with token: can't determine HS URL to use");
|
||||
} else {
|
||||
return _loginWithToken(realQueryParams, defaultDeviceDisplayName);
|
||||
}
|
||||
}
|
||||
|
||||
if (enableGuest &&
|
||||
fragmentQueryParams.guest_user_id &&
|
||||
fragmentQueryParams.guest_access_token
|
||||
) {
|
||||
console.log("Using guest access credentials");
|
||||
setLoggedIn({
|
||||
return _doSetLoggedIn({
|
||||
userId: fragmentQueryParams.guest_user_id,
|
||||
accessToken: fragmentQueryParams.guest_access_token,
|
||||
homeserverUrl: guestHsUrl,
|
||||
identityServerUrl: guestIsUrl,
|
||||
guest: true,
|
||||
});
|
||||
return q();
|
||||
}, true).then(() => true);
|
||||
}
|
||||
|
||||
return _restoreFromLocalStorage().then((success) => {
|
||||
if (success) {
|
||||
return;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (enableGuest) {
|
||||
|
@ -125,10 +101,30 @@ export function loadSession(opts) {
|
|||
}
|
||||
|
||||
// fall back to login screen
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
function _loginWithToken(queryParams, defaultDeviceDisplayName) {
|
||||
/**
|
||||
* @param {Object} queryParams string->string map of the
|
||||
* query-parameters extracted from the real query-string of the starting
|
||||
* URI.
|
||||
*
|
||||
* @param {String} defaultDeviceDisplayName
|
||||
*
|
||||
* @returns {Promise} promise which resolves to true if we completed the token
|
||||
* login, else false
|
||||
*/
|
||||
export function attemptTokenLogin(queryParams, defaultDeviceDisplayName) {
|
||||
if (!queryParams.loginToken) {
|
||||
return q(false);
|
||||
}
|
||||
|
||||
if (!queryParams.homeserver) {
|
||||
console.warn("Cannot log in with token: can't determine HS URL to use");
|
||||
return q(false);
|
||||
}
|
||||
|
||||
// create a temporary MatrixClient to do the login
|
||||
const client = Matrix.createClient({
|
||||
baseUrl: queryParams.homeserver,
|
||||
|
@ -141,17 +137,21 @@ function _loginWithToken(queryParams, defaultDeviceDisplayName) {
|
|||
},
|
||||
).then(function(data) {
|
||||
console.log("Logged in with token");
|
||||
setLoggedIn({
|
||||
userId: data.user_id,
|
||||
deviceId: data.device_id,
|
||||
accessToken: data.access_token,
|
||||
homeserverUrl: queryParams.homeserver,
|
||||
identityServerUrl: queryParams.identityServer,
|
||||
guest: false,
|
||||
return _clearStorage().then(() => {
|
||||
_persistCredentialsToLocalStorage({
|
||||
userId: data.user_id,
|
||||
deviceId: data.device_id,
|
||||
accessToken: data.access_token,
|
||||
homeserverUrl: queryParams.homeserver,
|
||||
identityServerUrl: queryParams.identityServer,
|
||||
guest: false,
|
||||
});
|
||||
return true;
|
||||
});
|
||||
}, (err) => {
|
||||
}).catch((err) => {
|
||||
console.error("Failed to log in with login token: " + err + " " +
|
||||
err.data);
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -172,16 +172,17 @@ function _registerAsGuest(hsUrl, isUrl, defaultDeviceDisplayName) {
|
|||
},
|
||||
}).then((creds) => {
|
||||
console.log("Registered as guest: %s", creds.user_id);
|
||||
setLoggedIn({
|
||||
return _doSetLoggedIn({
|
||||
userId: creds.user_id,
|
||||
deviceId: creds.device_id,
|
||||
accessToken: creds.access_token,
|
||||
homeserverUrl: hsUrl,
|
||||
identityServerUrl: isUrl,
|
||||
guest: true,
|
||||
});
|
||||
}, true).then(() => true);
|
||||
}, (err) => {
|
||||
console.error("Failed to register as guest: " + err + " " + err.data);
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -216,15 +217,14 @@ function _restoreFromLocalStorage() {
|
|||
if (accessToken && userId && hsUrl) {
|
||||
console.log("Restoring session for %s", userId);
|
||||
try {
|
||||
setLoggedIn({
|
||||
return _doSetLoggedIn({
|
||||
userId: userId,
|
||||
deviceId: deviceId,
|
||||
accessToken: accessToken,
|
||||
homeserverUrl: hsUrl,
|
||||
identityServerUrl: isUrl,
|
||||
guest: isGuest,
|
||||
});
|
||||
return q(true);
|
||||
}, false).then(() => true);
|
||||
} catch (e) {
|
||||
return _handleRestoreFailure(e);
|
||||
}
|
||||
|
@ -245,7 +245,7 @@ function _handleRestoreFailure(e) {
|
|||
+ ' This is a once off; sorry for the inconvenience.',
|
||||
);
|
||||
|
||||
_clearLocalStorage();
|
||||
_clearStorage();
|
||||
|
||||
return q.reject(new Error(
|
||||
_t('Unable to restore previous session') + ': ' + msg,
|
||||
|
@ -266,7 +266,7 @@ function _handleRestoreFailure(e) {
|
|||
return def.promise.then((success) => {
|
||||
if (success) {
|
||||
// user clicked continue.
|
||||
_clearLocalStorage();
|
||||
_clearStorage();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -277,17 +277,42 @@ function _handleRestoreFailure(e) {
|
|||
|
||||
let rtsClient = null;
|
||||
export function initRtsClient(url) {
|
||||
rtsClient = new RtsClient(url);
|
||||
if (url) {
|
||||
rtsClient = new RtsClient(url);
|
||||
} else {
|
||||
rtsClient = null;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Transitions to a logged-in state using the given credentials
|
||||
* Transitions to a logged-in state using the given credentials.
|
||||
*
|
||||
* Starts the matrix client and all other react-sdk services that
|
||||
* listen for events while a session is logged in.
|
||||
*
|
||||
* Also stops the old MatrixClient and clears old credentials/etc out of
|
||||
* storage before starting the new client.
|
||||
*
|
||||
* @param {MatrixClientCreds} credentials The credentials to use
|
||||
*
|
||||
* @returns {Promise} promise which resolves to the new MatrixClient once it has been started
|
||||
*/
|
||||
export function setLoggedIn(credentials) {
|
||||
credentials.guest = Boolean(credentials.guest);
|
||||
stopMatrixClient();
|
||||
return _doSetLoggedIn(credentials, true);
|
||||
}
|
||||
|
||||
Analytics.setGuest(credentials.guest);
|
||||
/**
|
||||
* fires on_logging_in, optionally clears localstorage, persists new credentials
|
||||
* to localstorage, starts the new client.
|
||||
*
|
||||
* @param {MatrixClientCreds} credentials
|
||||
* @param {Boolean} clearStorage
|
||||
*
|
||||
* @returns {Promise} promise which resolves to the new MatrixClient once it has been started
|
||||
*/
|
||||
async function _doSetLoggedIn(credentials, clearStorage) {
|
||||
credentials.guest = Boolean(credentials.guest);
|
||||
|
||||
console.log(
|
||||
"setLoggedIn: mxid:", credentials.userId,
|
||||
|
@ -295,32 +320,26 @@ export function setLoggedIn(credentials) {
|
|||
"guest:", credentials.guest,
|
||||
"hs:", credentials.homeserverUrl,
|
||||
);
|
||||
|
||||
// This is dispatched to indicate that the user is still in the process of logging in
|
||||
// because `teamPromise` may take some time to resolve, breaking the assumption that
|
||||
// `setLoggedIn` takes an "instant" to complete, and dispatch `on_logged_in` a few ms
|
||||
// later than MatrixChat might assume.
|
||||
dis.dispatch({action: 'on_logging_in'});
|
||||
|
||||
if (clearStorage) {
|
||||
await _clearStorage();
|
||||
}
|
||||
|
||||
Analytics.setGuest(credentials.guest);
|
||||
|
||||
// Resolves by default
|
||||
let teamPromise = Promise.resolve(null);
|
||||
|
||||
// persist the session
|
||||
|
||||
if (localStorage) {
|
||||
try {
|
||||
localStorage.setItem("mx_hs_url", credentials.homeserverUrl);
|
||||
localStorage.setItem("mx_is_url", credentials.identityServerUrl);
|
||||
localStorage.setItem("mx_user_id", credentials.userId);
|
||||
localStorage.setItem("mx_access_token", credentials.accessToken);
|
||||
localStorage.setItem("mx_is_guest", JSON.stringify(credentials.guest));
|
||||
|
||||
// if we didn't get a deviceId from the login, leave mx_device_id unset,
|
||||
// rather than setting it to "undefined".
|
||||
//
|
||||
// (in this case MatrixClient doesn't bother with the crypto stuff
|
||||
// - that's fine for us).
|
||||
if (credentials.deviceId) {
|
||||
localStorage.setItem("mx_device_id", credentials.deviceId);
|
||||
}
|
||||
_persistCredentialsToLocalStorage(credentials);
|
||||
|
||||
// The user registered as a PWLU (PassWord-Less User), the generated password
|
||||
// is cached here such that the user can change it at a later time.
|
||||
|
@ -331,8 +350,6 @@ export function setLoggedIn(credentials) {
|
|||
cachedPassword: credentials.password,
|
||||
});
|
||||
}
|
||||
|
||||
console.log("Session persisted for %s", credentials.userId);
|
||||
} catch (e) {
|
||||
console.warn("Error using local storage: can't persist session!", e);
|
||||
}
|
||||
|
@ -349,9 +366,6 @@ export function setLoggedIn(credentials) {
|
|||
console.warn("No local storage available: can't persist session!");
|
||||
}
|
||||
|
||||
// stop any running clients before we create a new one with these new credentials
|
||||
stopMatrixClient();
|
||||
|
||||
MatrixClientPeg.replaceUsingCreds(credentials);
|
||||
|
||||
teamPromise.then((teamToken) => {
|
||||
|
@ -362,6 +376,26 @@ export function setLoggedIn(credentials) {
|
|||
});
|
||||
|
||||
startMatrixClient();
|
||||
return MatrixClientPeg.get();
|
||||
}
|
||||
|
||||
function _persistCredentialsToLocalStorage(credentials) {
|
||||
localStorage.setItem("mx_hs_url", credentials.homeserverUrl);
|
||||
localStorage.setItem("mx_is_url", credentials.identityServerUrl);
|
||||
localStorage.setItem("mx_user_id", credentials.userId);
|
||||
localStorage.setItem("mx_access_token", credentials.accessToken);
|
||||
localStorage.setItem("mx_is_guest", JSON.stringify(credentials.guest));
|
||||
|
||||
// if we didn't get a deviceId from the login, leave mx_device_id unset,
|
||||
// rather than setting it to "undefined".
|
||||
//
|
||||
// (in this case MatrixClient doesn't bother with the crypto stuff
|
||||
// - that's fine for us).
|
||||
if (credentials.deviceId) {
|
||||
localStorage.setItem("mx_device_id", credentials.deviceId);
|
||||
}
|
||||
|
||||
console.log("Session persisted for %s", credentials.userId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -400,7 +434,7 @@ export function logout() {
|
|||
* Starts the matrix client and all other react-sdk services that
|
||||
* listen for events while a session is logged in.
|
||||
*/
|
||||
export function startMatrixClient() {
|
||||
function startMatrixClient() {
|
||||
// dispatch this before starting the matrix client: it's used
|
||||
// to add listeners for the 'sync' event so otherwise we'd have
|
||||
// a race condition (and we need to dispatch synchronously for this
|
||||
|
@ -416,34 +450,44 @@ export function startMatrixClient() {
|
|||
}
|
||||
|
||||
/*
|
||||
* Stops a running client and all related services, used after
|
||||
* a session has been logged out / ended.
|
||||
* Stops a running client and all related services, and clears persistent
|
||||
* storage. Used after a session has been logged out.
|
||||
*/
|
||||
export function onLoggedOut() {
|
||||
_clearLocalStorage();
|
||||
stopMatrixClient();
|
||||
_clearStorage().done();
|
||||
dis.dispatch({action: 'on_logged_out'});
|
||||
}
|
||||
|
||||
function _clearLocalStorage() {
|
||||
/**
|
||||
* @returns {Promise} promise which resolves once the stores have been cleared
|
||||
*/
|
||||
function _clearStorage() {
|
||||
Analytics.logout();
|
||||
if (!window.localStorage) {
|
||||
return;
|
||||
}
|
||||
const hsUrl = window.localStorage.getItem("mx_hs_url");
|
||||
const isUrl = window.localStorage.getItem("mx_is_url");
|
||||
window.localStorage.clear();
|
||||
|
||||
// preserve our HS & IS URLs for convenience
|
||||
// N.B. we cache them in hsUrl/isUrl and can't really inline them
|
||||
// as getCurrentHsUrl() may call through to localStorage.
|
||||
// NB. We do clear the device ID (as well as all the settings)
|
||||
if (hsUrl) window.localStorage.setItem("mx_hs_url", hsUrl);
|
||||
if (isUrl) window.localStorage.setItem("mx_is_url", isUrl);
|
||||
if (window.localStorage) {
|
||||
const hsUrl = window.localStorage.getItem("mx_hs_url");
|
||||
const isUrl = window.localStorage.getItem("mx_is_url");
|
||||
window.localStorage.clear();
|
||||
|
||||
// preserve our HS & IS URLs for convenience
|
||||
// N.B. we cache them in hsUrl/isUrl and can't really inline them
|
||||
// as getCurrentHsUrl() may call through to localStorage.
|
||||
// NB. We do clear the device ID (as well as all the settings)
|
||||
if (hsUrl) window.localStorage.setItem("mx_hs_url", hsUrl);
|
||||
if (isUrl) window.localStorage.setItem("mx_is_url", isUrl);
|
||||
}
|
||||
|
||||
// create a temporary client to clear out the persistent stores.
|
||||
const cli = createMatrixClient({
|
||||
// we'll never make any requests, so can pass a bogus HS URL
|
||||
baseUrl: "",
|
||||
});
|
||||
return cli.clearStores();
|
||||
}
|
||||
|
||||
/**
|
||||
* Stop all the background processes related to the current client
|
||||
* Stop all the background processes related to the current client.
|
||||
*/
|
||||
export function stopMatrixClient() {
|
||||
Notifier.stop();
|
||||
|
@ -454,7 +498,6 @@ export function stopMatrixClient() {
|
|||
if (cli) {
|
||||
cli.stopClient();
|
||||
cli.removeAllListeners();
|
||||
cli.store.deleteAllData();
|
||||
MatrixClientPeg.unset();
|
||||
}
|
||||
}
|
||||
|
|
13
src/Login.js
13
src/Login.js
|
@ -178,11 +178,18 @@ export default class Login {
|
|||
}
|
||||
|
||||
redirectToCas() {
|
||||
var client = this._createTemporaryClient();
|
||||
var parsedUrl = url.parse(window.location.href, true);
|
||||
const client = this._createTemporaryClient();
|
||||
const parsedUrl = url.parse(window.location.href, true);
|
||||
|
||||
// XXX: at this point, the fragment will always be #/login, which is no
|
||||
// use to anyone. Ideally, we would get the intended fragment from
|
||||
// MatrixChat.screenAfterLogin so that you could follow #/room links etc
|
||||
// through a CAS login.
|
||||
parsedUrl.hash = "";
|
||||
|
||||
parsedUrl.query["homeserver"] = client.getHomeserverUrl();
|
||||
parsedUrl.query["identityServer"] = client.getIdentityServerUrl();
|
||||
var casUrl = client.getCasLoginUrl(url.format(parsedUrl));
|
||||
const casUrl = client.getCasLoginUrl(url.format(parsedUrl));
|
||||
window.location.href = casUrl;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,12 +16,10 @@ limitations under the License.
|
|||
|
||||
'use strict';
|
||||
|
||||
import Matrix from 'matrix-js-sdk';
|
||||
import utils from 'matrix-js-sdk/lib/utils';
|
||||
import EventTimeline from 'matrix-js-sdk/lib/models/event-timeline';
|
||||
import EventTimelineSet from 'matrix-js-sdk/lib/models/event-timeline-set';
|
||||
|
||||
const localStorage = window.localStorage;
|
||||
import createMatrixClient from './utils/createMatrixClient';
|
||||
|
||||
interface MatrixClientCreds {
|
||||
homeserverUrl: string,
|
||||
|
@ -129,22 +127,7 @@ class MatrixClientPeg {
|
|||
timelineSupport: true,
|
||||
};
|
||||
|
||||
if (localStorage) {
|
||||
opts.sessionStore = new Matrix.WebStorageSessionStore(localStorage);
|
||||
}
|
||||
if (window.indexedDB && localStorage) {
|
||||
// FIXME: bodge to remove old database. Remove this after a few weeks.
|
||||
window.indexedDB.deleteDatabase("matrix-js-sdk:default");
|
||||
|
||||
opts.store = new Matrix.IndexedDBStore({
|
||||
indexedDB: window.indexedDB,
|
||||
dbName: "riot-web-sync",
|
||||
localStorage: localStorage,
|
||||
workerScript: this.indexedDbWorkerScript,
|
||||
});
|
||||
}
|
||||
|
||||
this.matrixClient = Matrix.createClient(opts);
|
||||
this.matrixClient = createMatrixClient(opts);
|
||||
|
||||
// we're going to add eventlisteners for each matrix event tile, so the
|
||||
// potential number of event listeners is quite high.
|
||||
|
|
|
@ -64,7 +64,6 @@ const AsyncWrapper = React.createClass({
|
|||
|
||||
render: function() {
|
||||
const {loader, ...otherProps} = this.props;
|
||||
|
||||
if (this.state.component) {
|
||||
const Component = this.state.component;
|
||||
return <Component {...otherProps} />;
|
||||
|
@ -199,4 +198,7 @@ class ModalManager {
|
|||
}
|
||||
}
|
||||
|
||||
export default new ModalManager();
|
||||
if (!global.singletonModalManager) {
|
||||
global.singletonModalManager = new ModalManager();
|
||||
}
|
||||
export default global.singletonModalManager;
|
||||
|
|
13
src/Rooms.js
13
src/Rooms.js
|
@ -144,7 +144,18 @@ export function guessDMRoomTarget(room, me) {
|
|||
let oldestTs;
|
||||
let oldestUser;
|
||||
|
||||
// Pick the user who's been here longest (and isn't us)
|
||||
// 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 (oldestTs === undefined || user.events.member.getTs() < oldestTs) {
|
||||
oldestUser = user;
|
||||
oldestTs = user.events.member.getTs();
|
||||
}
|
||||
}
|
||||
if (oldestUser) return oldestUser;
|
||||
|
||||
// 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;
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
import 'whatwg-fetch';
|
||||
|
||||
let fetchFunction = fetch;
|
||||
|
||||
function checkStatus(response) {
|
||||
if (!response.ok) {
|
||||
return response.text().then((text) => {
|
||||
|
@ -31,7 +33,7 @@ const request = (url, opts) => {
|
|||
opts.body = JSON.stringify(opts.body);
|
||||
opts.headers['Content-Type'] = 'application/json';
|
||||
}
|
||||
return fetch(url, opts)
|
||||
return fetchFunction(url, opts)
|
||||
.then(checkStatus)
|
||||
.then(parseJson);
|
||||
};
|
||||
|
@ -64,7 +66,7 @@ export default class RtsClient {
|
|||
client_secret: clientSecret,
|
||||
},
|
||||
method: 'POST',
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -74,7 +76,7 @@ export default class RtsClient {
|
|||
qs: {
|
||||
team_token: teamToken,
|
||||
},
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -91,7 +93,12 @@ export default class RtsClient {
|
|||
qs: {
|
||||
user_id: userId,
|
||||
},
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
// allow fetch to be replaced, for testing.
|
||||
static setFetch(fn) {
|
||||
fetchFunction = fn;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -81,11 +81,13 @@ export default React.createClass({
|
|||
FileSaver.saveAs(blob, 'riot-keys.txt');
|
||||
this.props.onFinished(true);
|
||||
}).catch((e) => {
|
||||
console.error("Error exporting e2e keys:", e);
|
||||
if (this._unmounted) {
|
||||
return;
|
||||
}
|
||||
const msg = e.friendlyText || _t('Unknown error');
|
||||
this.setState({
|
||||
errStr: e.message,
|
||||
errStr: msg,
|
||||
phase: PHASE_EDIT,
|
||||
});
|
||||
});
|
||||
|
|
|
@ -89,11 +89,13 @@ export default React.createClass({
|
|||
// TODO: it would probably be nice to give some feedback about what we've imported here.
|
||||
this.props.onFinished(true);
|
||||
}).catch((e) => {
|
||||
console.error("Error importing e2e keys:", e);
|
||||
if (this._unmounted) {
|
||||
return;
|
||||
}
|
||||
const msg = e.friendlyText || _t('Unknown error');
|
||||
this.setState({
|
||||
errStr: e.message,
|
||||
errStr: msg,
|
||||
phase: PHASE_EDIT,
|
||||
});
|
||||
});
|
||||
|
|
|
@ -240,7 +240,6 @@ export default React.createClass({
|
|||
page_element = <UserSettings
|
||||
onClose={this.props.onUserSettingsClose}
|
||||
brand={this.props.config.brand}
|
||||
collapsedRhs={this.props.collapse_rhs}
|
||||
enableLabs={this.props.config.enableLabs}
|
||||
referralBaseUrl={this.props.config.referralBaseUrl}
|
||||
teamToken={this.props.teamToken}
|
||||
|
@ -271,7 +270,6 @@ export default React.createClass({
|
|||
this.props.config.teamServerConfig.teamServerURL : null;
|
||||
|
||||
page_element = <HomePage
|
||||
collapsedRhs={this.props.collapse_rhs}
|
||||
teamServerUrl={teamServerUrl}
|
||||
teamToken={this.props.teamToken}
|
||||
homePageUrl={this.props.config.welcomePageUrl}
|
||||
|
|
|
@ -35,15 +35,50 @@ import * as Rooms from '../../Rooms';
|
|||
import linkifyMatrix from "../../linkify-matrix";
|
||||
import * as Lifecycle from '../../Lifecycle';
|
||||
// LifecycleStore is not used but does listen to and dispatch actions
|
||||
import LifecycleStore from '../../stores/LifecycleStore';
|
||||
require('../../stores/LifecycleStore');
|
||||
import RoomViewStore from '../../stores/RoomViewStore';
|
||||
import PageTypes from '../../PageTypes';
|
||||
|
||||
import createRoom from "../../createRoom";
|
||||
import * as UDEHandler from '../../UnknownDeviceErrorHandler';
|
||||
import KeyRequestHandler from '../../KeyRequestHandler';
|
||||
import { _t, getCurrentLanguage } from '../../languageHandler';
|
||||
|
||||
/** constants for MatrixChat.state.view */
|
||||
const VIEWS = {
|
||||
// a special initial state which is only used at startup, while we are
|
||||
// trying to re-animate a matrix client or register as a guest.
|
||||
LOADING: 0,
|
||||
|
||||
// we are showing the login view
|
||||
LOGIN: 1,
|
||||
|
||||
// we are showing the registration view
|
||||
REGISTER: 2,
|
||||
|
||||
// completeing the registration flow
|
||||
POST_REGISTRATION: 3,
|
||||
|
||||
// showing the 'forgot password' view
|
||||
FORGOT_PASSWORD: 4,
|
||||
|
||||
// we have valid matrix credentials (either via an explicit login, via the
|
||||
// initial re-animation/guest registration, or via a registration), and are
|
||||
// now setting up a matrixclient to talk to it. This isn't an instant
|
||||
// process because (a) we need to clear out indexeddb, and (b) we need to
|
||||
// talk to the team server; while it is going on we show a big spinner.
|
||||
LOGGING_IN: 5,
|
||||
|
||||
// we are logged in with an active matrix client.
|
||||
LOGGED_IN: 6,
|
||||
};
|
||||
|
||||
module.exports = React.createClass({
|
||||
// we export this so that the integration tests can use it :-S
|
||||
statics: {
|
||||
VIEWS: VIEWS,
|
||||
},
|
||||
|
||||
displayName: 'MatrixChat',
|
||||
|
||||
propTypes: {
|
||||
|
@ -59,8 +94,8 @@ module.exports = React.createClass({
|
|||
// the initial queryParams extracted from the hash-fragment of the URI
|
||||
startingFragmentQueryParams: React.PropTypes.object,
|
||||
|
||||
// called when the session load completes
|
||||
onLoadCompleted: React.PropTypes.func,
|
||||
// called when we have completed a token login
|
||||
onTokenLoginCompleted: React.PropTypes.func,
|
||||
|
||||
// Represents the screen to display as a result of parsing the initial
|
||||
// window.location
|
||||
|
@ -93,14 +128,11 @@ module.exports = React.createClass({
|
|||
|
||||
getInitialState: function() {
|
||||
const s = {
|
||||
loading: true,
|
||||
screen: undefined,
|
||||
screenAfterLogin: this.props.initialScreenAfterLogin,
|
||||
// the master view we are showing.
|
||||
view: VIEWS.LOADING,
|
||||
|
||||
// Stashed guest credentials if the user logs out
|
||||
// whilst logged in as a guest user (so they can change
|
||||
// their mind & log back in)
|
||||
guestCreds: null,
|
||||
// a thing to call showScreen with once login completes.
|
||||
screenAfterLogin: this.props.initialScreenAfterLogin,
|
||||
|
||||
// What the LoggedInView would be showing if visible
|
||||
page_type: null,
|
||||
|
@ -113,8 +145,6 @@ module.exports = React.createClass({
|
|||
// If we're trying to just view a user ID (i.e. /user URL), this is it
|
||||
viewUserId: null,
|
||||
|
||||
loggedIn: false,
|
||||
loggingIn: false,
|
||||
collapse_lhs: false,
|
||||
collapse_rhs: false,
|
||||
ready: false,
|
||||
|
@ -129,11 +159,6 @@ module.exports = React.createClass({
|
|||
newVersionReleaseNotes: null,
|
||||
checkingForUpdate: null,
|
||||
|
||||
// The username to default to when upgrading an account from a guest
|
||||
upgradeUsername: null,
|
||||
// The access token we had for our guest account, used when upgrading to a normal account
|
||||
guestAccessToken: null,
|
||||
|
||||
// Parameters used in the registration dance with the IS
|
||||
register_client_secret: null,
|
||||
register_session_id: null,
|
||||
|
@ -149,7 +174,7 @@ module.exports = React.createClass({
|
|||
realQueryParams: {},
|
||||
startingFragmentQueryParams: {},
|
||||
config: {},
|
||||
onLoadCompleted: () => {},
|
||||
onTokenLoginCompleted: () => {},
|
||||
};
|
||||
},
|
||||
|
||||
|
@ -192,7 +217,7 @@ module.exports = React.createClass({
|
|||
componentWillMount: function() {
|
||||
SdkConfig.put(this.props.config);
|
||||
|
||||
RoomViewStore.addListener(this._onRoomViewStoreUpdated);
|
||||
this._roomViewStoreToken = RoomViewStore.addListener(this._onRoomViewStoreUpdated);
|
||||
this._onRoomViewStoreUpdated();
|
||||
|
||||
if (!UserSettingsStore.getLocalSetting('analyticsOptOut', false)) Analytics.enable();
|
||||
|
@ -269,30 +294,52 @@ module.exports = React.createClass({
|
|||
window.addEventListener('resize', this.handleResize);
|
||||
this.handleResize();
|
||||
|
||||
if (this.props.config.teamServerConfig &&
|
||||
this.props.config.teamServerConfig.teamServerURL
|
||||
) {
|
||||
Lifecycle.initRtsClient(this.props.config.teamServerConfig.teamServerURL);
|
||||
}
|
||||
const teamServerConfig = this.props.config.teamServerConfig || {};
|
||||
Lifecycle.initRtsClient(teamServerConfig.teamServerURL);
|
||||
|
||||
// the extra q() ensures that synchronous exceptions hit the same codepath as
|
||||
// asynchronous ones.
|
||||
q().then(() => {
|
||||
return Lifecycle.loadSession({
|
||||
realQueryParams: this.props.realQueryParams,
|
||||
fragmentQueryParams: this.props.startingFragmentQueryParams,
|
||||
enableGuest: this.props.enableGuest,
|
||||
guestHsUrl: this.getCurrentHsUrl(),
|
||||
guestIsUrl: this.getCurrentIsUrl(),
|
||||
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
|
||||
// the first thing to do is to try the token params in the query-string
|
||||
Lifecycle.attemptTokenLogin(this.props.realQueryParams).then((loggedIn) => {
|
||||
if(loggedIn) {
|
||||
this.props.onTokenLoginCompleted();
|
||||
|
||||
// don't do anything else until the page reloads - just stay in
|
||||
// the 'loading' state.
|
||||
return;
|
||||
}
|
||||
|
||||
// if the user has followed a login or register link, don't reanimate
|
||||
// the old creds, but rather go straight to the relevant page
|
||||
const firstScreen = this.state.screenAfterLogin ?
|
||||
this.state.screenAfterLogin.screen : null;
|
||||
|
||||
if (firstScreen === 'login' ||
|
||||
firstScreen === 'register' ||
|
||||
firstScreen === 'forgot_password') {
|
||||
this.setState({loading: false});
|
||||
this._showScreenAfterLogin();
|
||||
return;
|
||||
}
|
||||
|
||||
// the extra q() ensures that synchronous exceptions hit the same codepath as
|
||||
// asynchronous ones.
|
||||
return q().then(() => {
|
||||
return Lifecycle.loadSession({
|
||||
fragmentQueryParams: this.props.startingFragmentQueryParams,
|
||||
enableGuest: this.props.enableGuest,
|
||||
guestHsUrl: this.getCurrentHsUrl(),
|
||||
guestIsUrl: this.getCurrentIsUrl(),
|
||||
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
|
||||
});
|
||||
}).catch((e) => {
|
||||
console.error("Unable to load session", e);
|
||||
return false;
|
||||
}).then((loadedSession) => {
|
||||
if (!loadedSession) {
|
||||
// fall back to showing the login screen
|
||||
dis.dispatch({action: "start_login"});
|
||||
}
|
||||
});
|
||||
}).catch((e) => {
|
||||
console.error("Unable to load session", e);
|
||||
}).done(()=>{
|
||||
// stuff this through the dispatcher so that it happens
|
||||
// after the on_logged_in action.
|
||||
dis.dispatch({action: 'load_completed'});
|
||||
});
|
||||
}).done();
|
||||
},
|
||||
|
||||
componentWillUnmount: function() {
|
||||
|
@ -301,6 +348,7 @@ module.exports = React.createClass({
|
|||
UDEHandler.stopListening();
|
||||
window.removeEventListener("focus", this.onFocus);
|
||||
window.removeEventListener('resize', this.handleResize);
|
||||
this._roomViewStoreToken.remove();
|
||||
},
|
||||
|
||||
componentDidUpdate: function() {
|
||||
|
@ -310,20 +358,19 @@ module.exports = React.createClass({
|
|||
}
|
||||
},
|
||||
|
||||
setStateForNewScreen: function(state) {
|
||||
setStateForNewView: function(state) {
|
||||
if (state.view === undefined) {
|
||||
throw new Error("setStateForNewView with no view!");
|
||||
}
|
||||
const newState = {
|
||||
screen: undefined,
|
||||
viewUserId: null,
|
||||
loggedIn: false,
|
||||
ready: false,
|
||||
upgradeUsername: null,
|
||||
guestAccessToken: null,
|
||||
};
|
||||
Object.assign(newState, state);
|
||||
this.setState(newState);
|
||||
},
|
||||
|
||||
onAction: function(payload) {
|
||||
// console.log(`MatrixClientPeg.onAction: ${payload.action}`);
|
||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
|
||||
|
@ -335,45 +382,19 @@ module.exports = React.createClass({
|
|||
this._startRegistration(payload.params || {});
|
||||
break;
|
||||
case 'start_login':
|
||||
if (MatrixClientPeg.get() &&
|
||||
MatrixClientPeg.get().isGuest()
|
||||
) {
|
||||
this.setState({
|
||||
guestCreds: MatrixClientPeg.getCredentials(),
|
||||
});
|
||||
}
|
||||
this.setStateForNewScreen({
|
||||
screen: 'login',
|
||||
this.setStateForNewView({
|
||||
view: VIEWS.LOGIN,
|
||||
});
|
||||
this.notifyNewScreen('login');
|
||||
break;
|
||||
case 'start_post_registration':
|
||||
this.setState({ // don't clobber loggedIn status
|
||||
screen: 'post_registration',
|
||||
this.setState({
|
||||
view: VIEWS.POST_REGISTRATION,
|
||||
});
|
||||
break;
|
||||
case 'start_upgrade_registration':
|
||||
// also stash our credentials, then if we restore the session,
|
||||
// we can just do it the same way whether we started upgrade
|
||||
// registration or explicitly logged out
|
||||
this.setStateForNewScreen({
|
||||
guestCreds: MatrixClientPeg.getCredentials(),
|
||||
screen: "register",
|
||||
upgradeUsername: MatrixClientPeg.get().getUserIdLocalpart(),
|
||||
guestAccessToken: MatrixClientPeg.get().getAccessToken(),
|
||||
});
|
||||
|
||||
// stop the client: if we are syncing whilst the registration
|
||||
// is completed in another browser, we'll be 401ed for using
|
||||
// a guest access token for a non-guest account.
|
||||
// It will be restarted in onReturnToGuestClick
|
||||
Lifecycle.stopMatrixClient();
|
||||
|
||||
this.notifyNewScreen('register');
|
||||
break;
|
||||
case 'start_password_recovery':
|
||||
this.setStateForNewScreen({
|
||||
screen: 'forgot_password',
|
||||
this.setStateForNewView({
|
||||
view: VIEWS.FORGOT_PASSWORD,
|
||||
});
|
||||
this.notifyNewScreen('forgot_password');
|
||||
break;
|
||||
|
@ -397,7 +418,7 @@ module.exports = React.createClass({
|
|||
|
||||
MatrixClientPeg.get().leave(payload.room_id).done(() => {
|
||||
modal.close();
|
||||
if (this.currentRoomId === payload.room_id) {
|
||||
if (this.state.currentRoomId === payload.room_id) {
|
||||
dis.dispatch({action: 'view_next_room'});
|
||||
}
|
||||
}, (err) => {
|
||||
|
@ -514,10 +535,11 @@ module.exports = React.createClass({
|
|||
break;
|
||||
case 'on_logging_in':
|
||||
// We are now logging in, so set the state to reflect that
|
||||
// and also that we're not ready (we'll be marked as logged
|
||||
// in once the login completes, then ready once the sync
|
||||
// completes).
|
||||
this.setState({loggingIn: true, ready: false});
|
||||
// NB. This does not touch 'ready' since if our dispatches
|
||||
// are delayed, the sync could already have completed
|
||||
this.setStateForNewView({
|
||||
view: VIEWS.LOGGING_IN,
|
||||
});
|
||||
break;
|
||||
case 'on_logged_in':
|
||||
this._onLoggedIn(payload.teamToken);
|
||||
|
@ -528,9 +550,6 @@ module.exports = React.createClass({
|
|||
case 'will_start_client':
|
||||
this._onWillStartClient();
|
||||
break;
|
||||
case 'load_completed':
|
||||
this._onLoadCompleted();
|
||||
break;
|
||||
case 'new_version':
|
||||
this.onVersion(
|
||||
payload.currentVersion, payload.newVersion,
|
||||
|
@ -540,6 +559,9 @@ module.exports = React.createClass({
|
|||
case 'check_updates':
|
||||
this.setState({ checkingForUpdate: payload.value });
|
||||
break;
|
||||
case 'send_event':
|
||||
this.onSendEvent(payload.room_id, payload.event);
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -554,8 +576,8 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_startRegistration: function(params) {
|
||||
this.setStateForNewScreen({
|
||||
screen: 'register',
|
||||
this.setStateForNewView({
|
||||
view: VIEWS.REGISTER,
|
||||
// these params may be undefined, but if they are,
|
||||
// unset them from our state: we don't want to
|
||||
// resume a previous registration session if the
|
||||
|
@ -749,8 +771,8 @@ module.exports = React.createClass({
|
|||
title: _t('Create Room'),
|
||||
description: _t('Room name (optional)'),
|
||||
button: _t('Create Room'),
|
||||
onFinished: (should_create, name) => {
|
||||
if (should_create) {
|
||||
onFinished: (shouldCreate, name) => {
|
||||
if (shouldCreate) {
|
||||
const createOpts = {};
|
||||
if (name) createOpts.name = name;
|
||||
createRoom({createOpts}).done();
|
||||
|
@ -863,22 +885,6 @@ module.exports = React.createClass({
|
|||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* Called when the sessionloader has finished
|
||||
*/
|
||||
_onLoadCompleted: function() {
|
||||
this.props.onLoadCompleted();
|
||||
this.setState({loading: false});
|
||||
|
||||
// Show screens (like 'register') that need to be shown without _onLoggedIn
|
||||
// being called. 'register' needs to be routed here when the email confirmation
|
||||
// link is clicked on.
|
||||
if (this.state.screenAfterLogin &&
|
||||
['register'].indexOf(this.state.screenAfterLogin.screen) !== -1) {
|
||||
this._showScreenAfterLogin();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Called whenever someone changes the theme
|
||||
*
|
||||
|
@ -931,9 +937,7 @@ module.exports = React.createClass({
|
|||
*/
|
||||
_onLoggedIn: function(teamToken) {
|
||||
this.setState({
|
||||
guestCreds: null,
|
||||
loggedIn: true,
|
||||
loggingIn: false,
|
||||
view: VIEWS.LOGGED_IN,
|
||||
});
|
||||
|
||||
if (teamToken) {
|
||||
|
@ -975,6 +979,7 @@ module.exports = React.createClass({
|
|||
this.state.screenAfterLogin.screen,
|
||||
this.state.screenAfterLogin.params,
|
||||
);
|
||||
// XXX: is this necessary? `showScreen` should do it for us.
|
||||
this.notifyNewScreen(this.state.screenAfterLogin.screen);
|
||||
this.setState({screenAfterLogin: null});
|
||||
} else if (localStorage && localStorage.getItem('mx_last_room_id')) {
|
||||
|
@ -993,8 +998,8 @@ module.exports = React.createClass({
|
|||
*/
|
||||
_onLoggedOut: function() {
|
||||
this.notifyNewScreen('login');
|
||||
this.setStateForNewScreen({
|
||||
loggedIn: false,
|
||||
this.setStateForNewView({
|
||||
view: VIEWS.LOGIN,
|
||||
ready: false,
|
||||
collapse_lhs: false,
|
||||
collapse_rhs: false,
|
||||
|
@ -1010,6 +1015,10 @@ module.exports = React.createClass({
|
|||
*/
|
||||
_onWillStartClient() {
|
||||
const self = this;
|
||||
// if the client is about to start, we are, by definition, not ready.
|
||||
// Set ready to false now, then it'll be set to true when the sync
|
||||
// listener we set below fires.
|
||||
this.setState({ready: false});
|
||||
const cli = MatrixClientPeg.get();
|
||||
|
||||
// Allow the JS SDK to reap timeline events. This reduces the amount of
|
||||
|
@ -1080,6 +1089,14 @@ module.exports = React.createClass({
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
const krh = new KeyRequestHandler(cli);
|
||||
cli.on("crypto.roomKeyRequest", (req) => {
|
||||
krh.handleKeyRequest(req);
|
||||
});
|
||||
cli.on("crypto.roomKeyRequestCancellation", (req) => {
|
||||
krh.handleKeyRequestCancellation(req);
|
||||
});
|
||||
},
|
||||
|
||||
showScreen: function(screen, params) {
|
||||
|
@ -1157,7 +1174,7 @@ module.exports = React.createClass({
|
|||
|
||||
// we can't view a room unless we're logged in
|
||||
// (a guest account is fine)
|
||||
if (this.state.loggedIn) {
|
||||
if (this.state.view === VIEWS.LOGGED_IN) {
|
||||
dis.dispatch(payload);
|
||||
}
|
||||
} else if (screen.indexOf('user/') == 0) {
|
||||
|
@ -1255,27 +1272,25 @@ module.exports = React.createClass({
|
|||
this.showScreen("forgot_password");
|
||||
},
|
||||
|
||||
onReturnToGuestClick: function() {
|
||||
// reanimate our guest login
|
||||
if (this.state.guestCreds) {
|
||||
Lifecycle.setLoggedIn(this.state.guestCreds);
|
||||
this.setState({guestCreds: null});
|
||||
}
|
||||
onReturnToAppClick: function() {
|
||||
// treat it the same as if the user had completed the login
|
||||
this._onLoggedIn(null);
|
||||
},
|
||||
|
||||
// returns a promise which resolves to the new MatrixClient
|
||||
onRegistered: function(credentials, teamToken) {
|
||||
// XXX: These both should be in state or ideally store(s) because we risk not
|
||||
// rendering the most up-to-date view of state otherwise.
|
||||
// teamToken may not be truthy
|
||||
this._teamToken = teamToken;
|
||||
this._is_registered = true;
|
||||
Lifecycle.setLoggedIn(credentials);
|
||||
return Lifecycle.setLoggedIn(credentials);
|
||||
},
|
||||
|
||||
onFinishPostRegistration: function() {
|
||||
// Don't confuse this with "PageType" which is the middle window to show
|
||||
this.setState({
|
||||
screen: undefined,
|
||||
view: VIEWS.LOGGED_IN,
|
||||
});
|
||||
this.showScreen("settings");
|
||||
},
|
||||
|
@ -1290,6 +1305,27 @@ module.exports = React.createClass({
|
|||
});
|
||||
},
|
||||
|
||||
onSendEvent: function(roomId, event) {
|
||||
const cli = MatrixClientPeg.get();
|
||||
if (!cli) {
|
||||
dis.dispatch({action: 'message_send_failed'});
|
||||
return;
|
||||
}
|
||||
|
||||
cli.sendEvent(roomId, event.getType(), event.getContent()).done(() => {
|
||||
dis.dispatch({action: 'message_sent'});
|
||||
}, (err) => {
|
||||
if (err.name === 'UnknownDeviceError') {
|
||||
dis.dispatch({
|
||||
action: 'unknown_device_error',
|
||||
err: err,
|
||||
room: cli.getRoom(roomId),
|
||||
});
|
||||
}
|
||||
dis.dispatch({action: 'message_send_failed'});
|
||||
});
|
||||
},
|
||||
|
||||
updateStatusIndicator: function(state, prevState) {
|
||||
let notifCount = 0;
|
||||
|
||||
|
@ -1344,11 +1380,9 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
render: function() {
|
||||
// `loading` might be set to false before `loggedIn = true`, causing the default
|
||||
// (`<Login>`) to be visible for a few MS (say, whilst a request is in-flight to
|
||||
// the RTS). So in the meantime, use `loggingIn`, which is true between
|
||||
// actions `on_logging_in` and `on_logged_in`.
|
||||
if (this.state.loading || this.state.loggingIn) {
|
||||
// console.log(`Rendering MatrixChat with view ${this.state.view}`);
|
||||
|
||||
if (this.state.view === VIEWS.LOADING || this.state.view === VIEWS.LOGGING_IN) {
|
||||
const Spinner = sdk.getComponent('elements.Spinner');
|
||||
return (
|
||||
<div className="mx_MatrixChat_splash">
|
||||
|
@ -1358,7 +1392,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
// needs to be before normal PageTypes as you are logged in technically
|
||||
if (this.state.screen == 'post_registration') {
|
||||
if (this.state.view === VIEWS.POST_REGISTRATION) {
|
||||
const PostRegistration = sdk.getComponent('structures.login.PostRegistration');
|
||||
return (
|
||||
<PostRegistration
|
||||
|
@ -1366,38 +1400,42 @@ module.exports = React.createClass({
|
|||
);
|
||||
}
|
||||
|
||||
// `ready` and `loggedIn` may be set before `page_type` (because the
|
||||
// latter is set via the dispatcher). If we don't yet have a `page_type`,
|
||||
// keep showing the spinner for now.
|
||||
if (this.state.loggedIn && this.state.ready && this.state.page_type) {
|
||||
/* for now, we stuff the entirety of our props and state into the LoggedInView.
|
||||
* we should go through and figure out what we actually need to pass down, as well
|
||||
* as using something like redux to avoid having a billion bits of state kicking around.
|
||||
*/
|
||||
const LoggedInView = sdk.getComponent('structures.LoggedInView');
|
||||
return (
|
||||
<LoggedInView ref="loggedInView" matrixClient={MatrixClientPeg.get()}
|
||||
onRoomCreated={this.onRoomCreated}
|
||||
onUserSettingsClose={this.onUserSettingsClose}
|
||||
onRegistered={this.onRegistered}
|
||||
currentRoomId={this.state.currentRoomId}
|
||||
teamToken={this._teamToken}
|
||||
{...this.props}
|
||||
{...this.state}
|
||||
/>
|
||||
);
|
||||
} else if (this.state.loggedIn) {
|
||||
// we think we are logged in, but are still waiting for the /sync to complete
|
||||
const Spinner = sdk.getComponent('elements.Spinner');
|
||||
return (
|
||||
<div className="mx_MatrixChat_splash">
|
||||
<Spinner />
|
||||
<a href="#" className="mx_MatrixChat_splashButtons" onClick={ this.onLogoutClick }>
|
||||
{ _t('Logout') }
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
} else if (this.state.screen == 'register') {
|
||||
if (this.state.view === VIEWS.LOGGED_IN) {
|
||||
// `ready` and `view==LOGGED_IN` may be set before `page_type` (because the
|
||||
// latter is set via the dispatcher). If we don't yet have a `page_type`,
|
||||
// keep showing the spinner for now.
|
||||
if (this.state.ready && this.state.page_type) {
|
||||
/* for now, we stuff the entirety of our props and state into the LoggedInView.
|
||||
* we should go through and figure out what we actually need to pass down, as well
|
||||
* as using something like redux to avoid having a billion bits of state kicking around.
|
||||
*/
|
||||
const LoggedInView = sdk.getComponent('structures.LoggedInView');
|
||||
return (
|
||||
<LoggedInView ref="loggedInView" matrixClient={MatrixClientPeg.get()}
|
||||
onRoomCreated={this.onRoomCreated}
|
||||
onUserSettingsClose={this.onUserSettingsClose}
|
||||
onRegistered={this.onRegistered}
|
||||
currentRoomId={this.state.currentRoomId}
|
||||
teamToken={this._teamToken}
|
||||
{...this.props}
|
||||
{...this.state}
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
// we think we are logged in, but are still waiting for the /sync to complete
|
||||
const Spinner = sdk.getComponent('elements.Spinner');
|
||||
return (
|
||||
<div className="mx_MatrixChat_splash">
|
||||
<Spinner />
|
||||
<a href="#" className="mx_MatrixChat_splashButtons" onClick={ this.onLogoutClick }>
|
||||
{ _t('Logout') }
|
||||
</a>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
if (this.state.view === VIEWS.REGISTER) {
|
||||
const Registration = sdk.getComponent('structures.login.Registration');
|
||||
return (
|
||||
<Registration
|
||||
|
@ -1406,8 +1444,6 @@ module.exports = React.createClass({
|
|||
idSid={this.state.register_id_sid}
|
||||
email={this.props.startingFragmentQueryParams.email}
|
||||
referrer={this.props.startingFragmentQueryParams.referrer}
|
||||
username={this.state.upgradeUsername}
|
||||
guestAccessToken={this.state.guestAccessToken}
|
||||
defaultHsUrl={this.getDefaultHsUrl()}
|
||||
defaultIsUrl={this.getDefaultIsUrl()}
|
||||
brand={this.props.config.brand}
|
||||
|
@ -1419,10 +1455,13 @@ module.exports = React.createClass({
|
|||
onLoggedIn={this.onRegistered}
|
||||
onLoginClick={this.onLoginClick}
|
||||
onRegisterClick={this.onRegisterClick}
|
||||
onCancelClick={this.state.guestCreds ? this.onReturnToGuestClick : null}
|
||||
onCancelClick={MatrixClientPeg.get() ? this.onReturnToAppClick : null}
|
||||
/>
|
||||
);
|
||||
} else if (this.state.screen == 'forgot_password') {
|
||||
}
|
||||
|
||||
|
||||
if (this.state.view === VIEWS.FORGOT_PASSWORD) {
|
||||
const ForgotPassword = sdk.getComponent('structures.login.ForgotPassword');
|
||||
return (
|
||||
<ForgotPassword
|
||||
|
@ -1434,7 +1473,9 @@ module.exports = React.createClass({
|
|||
onRegisterClick={this.onRegisterClick}
|
||||
onLoginClick={this.onLoginClick} />
|
||||
);
|
||||
} else {
|
||||
}
|
||||
|
||||
if (this.state.view === VIEWS.LOGIN) {
|
||||
const Login = sdk.getComponent('structures.login.Login');
|
||||
return (
|
||||
<Login
|
||||
|
@ -1448,9 +1489,11 @@ module.exports = React.createClass({
|
|||
defaultDeviceDisplayName={this.props.defaultDeviceDisplayName}
|
||||
onForgotPasswordClick={this.onForgotPasswordClick}
|
||||
enableGuest={this.props.enableGuest}
|
||||
onCancelClick={this.state.guestCreds ? this.onReturnToGuestClick : null}
|
||||
onCancelClick={MatrixClientPeg.get() ? this.onReturnToAppClick : null}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
console.error(`Unknown view ${this.state.view}`);
|
||||
},
|
||||
});
|
||||
|
|
|
@ -93,6 +93,7 @@ module.exports = React.createClass({
|
|||
roomId: null,
|
||||
roomLoading: true,
|
||||
peekLoading: false,
|
||||
shouldPeek: true,
|
||||
|
||||
// The event to be scrolled to initially
|
||||
initialEventId: null,
|
||||
|
@ -168,8 +169,32 @@ module.exports = React.createClass({
|
|||
initialEventId: RoomViewStore.getInitialEventId(),
|
||||
initialEventPixelOffset: RoomViewStore.getInitialEventPixelOffset(),
|
||||
isInitialEventHighlighted: RoomViewStore.isInitialEventHighlighted(),
|
||||
forwardingEvent: RoomViewStore.getForwardingEvent(),
|
||||
shouldPeek: RoomViewStore.shouldPeek(),
|
||||
};
|
||||
|
||||
// finished joining, start waiting for a room and show a spinner. See onRoom.
|
||||
newState.waitingForRoom = this.state.joining && !newState.joining &&
|
||||
!RoomViewStore.getJoinError();
|
||||
|
||||
// Temporary logging to diagnose https://github.com/vector-im/riot-web/issues/4307
|
||||
console.log(
|
||||
'RVS update:',
|
||||
newState.roomId,
|
||||
newState.roomAlias,
|
||||
'loading?', newState.roomLoading,
|
||||
'joining?', newState.joining,
|
||||
'initial?', initial,
|
||||
'waiting?', newState.waitingForRoom,
|
||||
'shouldPeek?', newState.shouldPeek,
|
||||
);
|
||||
|
||||
// NB: This does assume that the roomID will not change for the lifetime of
|
||||
// the RoomView instance
|
||||
if (initial) {
|
||||
newState.room = MatrixClientPeg.get().getRoom(newState.roomId);
|
||||
}
|
||||
|
||||
// Clear the search results when clicking a search result (which changes the
|
||||
// currently scrolled to event, this.state.initialEventId).
|
||||
if (this.state.initialEventId !== newState.initialEventId) {
|
||||
|
@ -185,8 +210,9 @@ module.exports = React.createClass({
|
|||
this.setState(newState, () => {
|
||||
// At this point, this.state.roomId could be null (e.g. the alias might not
|
||||
// have been resolved yet) so anything called here must handle this case.
|
||||
this._onHaveRoom();
|
||||
this.onRoom(MatrixClientPeg.get().getRoom(this.state.roomId));
|
||||
if (initial) {
|
||||
this._onHaveRoom();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -202,25 +228,24 @@ module.exports = React.createClass({
|
|||
// which must be by alias or invite wherever possible (peeking currently does
|
||||
// not work over federation).
|
||||
|
||||
// NB. We peek if we are not in the room, although if we try to peek into
|
||||
// a room in which we have a member event (ie. we've left) synapse will just
|
||||
// send us the same data as we get in the sync (ie. the last events we saw).
|
||||
const room = MatrixClientPeg.get().getRoom(this.state.roomId);
|
||||
let isUserJoined = null;
|
||||
// NB. We peek if we have never seen the room before (i.e. js-sdk does not know
|
||||
// about it). We don't peek in the historical case where we were joined but are
|
||||
// now not joined because the js-sdk peeking API will clobber our historical room,
|
||||
// making it impossible to indicate a newly joined room.
|
||||
const room = this.state.room;
|
||||
if (room) {
|
||||
isUserJoined = room.hasMembershipState(
|
||||
MatrixClientPeg.get().credentials.userId, 'join',
|
||||
);
|
||||
|
||||
this._updateAutoComplete(room);
|
||||
this.tabComplete.loadEntries(room);
|
||||
this.setState({
|
||||
unsentMessageError: this._getUnsentMessageError(room),
|
||||
});
|
||||
this._onRoomLoaded(room);
|
||||
}
|
||||
if (!isUserJoined && !this.state.joining && this.state.roomId) {
|
||||
if (!this.state.joining && this.state.roomId) {
|
||||
if (this.props.autoJoin) {
|
||||
this.onJoinButtonClicked();
|
||||
} else if (this.state.roomId) {
|
||||
} else if (!room && this.state.shouldPeek) {
|
||||
console.log("Attempting to peek into room %s", this.state.roomId);
|
||||
|
||||
this.setState({
|
||||
peekLoading: true,
|
||||
});
|
||||
|
@ -244,12 +269,9 @@ module.exports = React.createClass({
|
|||
}
|
||||
}).done();
|
||||
}
|
||||
} else if (isUserJoined) {
|
||||
} else if (room) {
|
||||
// Stop peeking because we have joined this room previously
|
||||
MatrixClientPeg.get().stopPeeking();
|
||||
this.setState({
|
||||
unsentMessageError: this._getUnsentMessageError(room),
|
||||
});
|
||||
this._onRoomLoaded(room);
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -436,11 +458,6 @@ module.exports = React.createClass({
|
|||
callState: callState
|
||||
});
|
||||
|
||||
break;
|
||||
case 'forward_event':
|
||||
this.setState({
|
||||
forwardingEvent: payload.content,
|
||||
});
|
||||
break;
|
||||
}
|
||||
},
|
||||
|
@ -607,6 +624,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
this.setState({
|
||||
room: room,
|
||||
waitingForRoom: false,
|
||||
}, () => {
|
||||
this._onRoomLoaded(room);
|
||||
});
|
||||
|
@ -662,7 +680,14 @@ module.exports = React.createClass({
|
|||
|
||||
onRoomMemberMembership: function(ev, member, oldMembership) {
|
||||
if (member.userId == MatrixClientPeg.get().credentials.userId) {
|
||||
this.forceUpdate();
|
||||
|
||||
if (member.membership === 'join') {
|
||||
this.setState({
|
||||
waitingForRoom: false,
|
||||
});
|
||||
} else {
|
||||
this.forceUpdate();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -1140,8 +1165,13 @@ module.exports = React.createClass({
|
|||
this.updateTint();
|
||||
this.setState({
|
||||
editingRoomSettings: false,
|
||||
forwardingEvent: null,
|
||||
});
|
||||
if (this.state.forwardingEvent) {
|
||||
dis.dispatch({
|
||||
action: 'forward_event',
|
||||
event: null,
|
||||
});
|
||||
}
|
||||
dis.dispatch({action: 'focus_composer'});
|
||||
},
|
||||
|
||||
|
@ -1416,6 +1446,10 @@ module.exports = React.createClass({
|
|||
const Loader = sdk.getComponent("elements.Spinner");
|
||||
const TimelinePanel = sdk.getComponent("structures.TimelinePanel");
|
||||
|
||||
// Whether the preview bar spinner should be shown. We do this when joining or
|
||||
// when waiting for a room to be returned by js-sdk when joining
|
||||
const previewBarSpinner = this.state.joining || this.state.waitingForRoom;
|
||||
|
||||
if (!this.state.room) {
|
||||
if (this.state.roomLoading || this.state.peekLoading) {
|
||||
return (
|
||||
|
@ -1435,7 +1469,7 @@ module.exports = React.createClass({
|
|||
|
||||
// We have no room object for this room, only the ID.
|
||||
// We've got to this room by following a link, possibly a third party invite.
|
||||
var room_alias = this.state.room_alias;
|
||||
const roomAlias = this.state.roomAlias;
|
||||
return (
|
||||
<div className="mx_RoomView">
|
||||
<RoomHeader ref="header"
|
||||
|
@ -1448,8 +1482,8 @@ module.exports = React.createClass({
|
|||
onForgetClick={ this.onForgetClick }
|
||||
onRejectClick={ this.onRejectThreepidInviteButtonClicked }
|
||||
canPreview={ false } error={ this.state.roomLoadError }
|
||||
roomAlias={room_alias}
|
||||
spinner={this.state.joining}
|
||||
roomAlias={roomAlias}
|
||||
spinner={previewBarSpinner}
|
||||
inviterName={inviterName}
|
||||
invitedEmail={invitedEmail}
|
||||
room={this.state.room}
|
||||
|
@ -1492,7 +1526,7 @@ module.exports = React.createClass({
|
|||
onRejectClick={ this.onRejectButtonClicked }
|
||||
inviterName={ inviterName }
|
||||
canPreview={ false }
|
||||
spinner={this.state.joining}
|
||||
spinner={previewBarSpinner}
|
||||
room={this.state.room}
|
||||
/>
|
||||
</div>
|
||||
|
@ -1548,7 +1582,7 @@ module.exports = React.createClass({
|
|||
} else if (this.state.uploadingRoomSettings) {
|
||||
aux = <Loader/>;
|
||||
} else if (this.state.forwardingEvent !== null) {
|
||||
aux = <ForwardMessage onCancelClick={this.onCancelClick} currentRoomId={this.state.room.roomId} mxEvent={this.state.forwardingEvent} />;
|
||||
aux = <ForwardMessage onCancelClick={this.onCancelClick} />;
|
||||
} 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}/>;
|
||||
|
@ -1568,7 +1602,7 @@ module.exports = React.createClass({
|
|||
<RoomPreviewBar onJoinClick={this.onJoinButtonClicked}
|
||||
onForgetClick={ this.onForgetClick }
|
||||
onRejectClick={this.onRejectThreepidInviteButtonClicked}
|
||||
spinner={this.state.joining}
|
||||
spinner={previewBarSpinner}
|
||||
inviterName={inviterName}
|
||||
invitedEmail={invitedEmail}
|
||||
canPreview={this.state.canPeek}
|
||||
|
|
|
@ -352,13 +352,14 @@ module.exports = React.createClass({
|
|||
const tile = tiles[backwards ? i : tiles.length - 1 - i];
|
||||
// Subtract height of tile as if it were unpaginated
|
||||
excessHeight -= tile.clientHeight;
|
||||
//If removing the tile would lead to future pagination, break before setting scroll token
|
||||
if (tile.clientHeight > excessHeight) {
|
||||
break;
|
||||
}
|
||||
// The tile may not have a scroll token, so guard it
|
||||
if (tile.dataset.scrollTokens) {
|
||||
markerScrollToken = tile.dataset.scrollTokens.split(',')[0];
|
||||
}
|
||||
if (tile.clientHeight > excessHeight) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (markerScrollToken) {
|
||||
|
|
|
@ -110,6 +110,13 @@ const ANALYTICS_SETTINGS_LABELS = [
|
|||
},
|
||||
];
|
||||
|
||||
const WEBRTC_SETTINGS_LABELS = [
|
||||
{
|
||||
id: 'webRtcForceTURN',
|
||||
label: 'Disable Peer-to-Peer for 1:1 calls',
|
||||
},
|
||||
];
|
||||
|
||||
// Warning: Each "label" string below must be added to i18n/strings/en_EN.json,
|
||||
// since they will be translated when rendered.
|
||||
const CRYPTO_SETTINGS_LABELS = [
|
||||
|
@ -162,9 +169,6 @@ module.exports = React.createClass({
|
|||
// The base URL to use in the referral link. Defaults to window.location.origin.
|
||||
referralBaseUrl: React.PropTypes.string,
|
||||
|
||||
// true if RightPanel is collapsed
|
||||
collapsedRhs: React.PropTypes.bool,
|
||||
|
||||
// Team token for the referral link. If falsy, the referral section will
|
||||
// not appear
|
||||
teamToken: React.PropTypes.string,
|
||||
|
@ -310,11 +314,6 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onAvatarPickerClick: function(ev) {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
dis.dispatch({action: 'view_set_mxid'});
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.refs.file_label) {
|
||||
this.refs.file_label.click();
|
||||
}
|
||||
|
@ -389,17 +388,14 @@ module.exports = React.createClass({
|
|||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t("Success"),
|
||||
description: _t("Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them") + ".",
|
||||
description: _t(
|
||||
"Your password was successfully changed. You will not receive " +
|
||||
"push notifications on other devices until you log back in to them",
|
||||
) + ".",
|
||||
});
|
||||
dis.dispatch({action: 'password_changed'});
|
||||
},
|
||||
|
||||
onUpgradeClicked: function() {
|
||||
dis.dispatch({
|
||||
action: "start_upgrade_registration",
|
||||
});
|
||||
},
|
||||
|
||||
onEnableNotificationsChange: function(event) {
|
||||
UserSettingsStore.setEnableNotifications(event.target.checked);
|
||||
},
|
||||
|
@ -427,7 +423,10 @@ module.exports = React.createClass({
|
|||
this._addThreepid.addEmailAddress(emailAddress, true).done(() => {
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Verification Pending"),
|
||||
description: _t("Please check your email and click on the link it contains. Once this is done, click continue."),
|
||||
description: _t(
|
||||
"Please check your email and click on the link it contains. Once this " +
|
||||
"is done, click continue.",
|
||||
),
|
||||
button: _t('Continue'),
|
||||
onFinished: this.onEmailDialogFinished,
|
||||
});
|
||||
|
@ -447,7 +446,7 @@ module.exports = React.createClass({
|
|||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Remove Contact Information?"),
|
||||
description: _t("Remove %(threePid)s?", { threePid : threepid.address }),
|
||||
description: _t("Remove %(threePid)s?", { threePid: threepid.address }),
|
||||
button: _t('Remove'),
|
||||
onFinished: (submit) => {
|
||||
if (submit) {
|
||||
|
@ -489,8 +488,8 @@ module.exports = React.createClass({
|
|||
this.setState({email_add_pending: false});
|
||||
if (err.errcode == 'M_THREEPID_AUTH_FAILED') {
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
let message = _t("Unable to verify email address.") + " " +
|
||||
_t("Please check your email and click on the link it contains. Once this is done, click continue.");
|
||||
const message = _t("Unable to verify email address.") + " " +
|
||||
_t("Please check your email and click on the link it contains. Once this is done, click continue.");
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Verification Pending"),
|
||||
description: message,
|
||||
|
@ -608,7 +607,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
},
|
||||
|
||||
_renderLanguageSetting: function () {
|
||||
_renderLanguageSetting: function() {
|
||||
const LanguageDropdown = sdk.getComponent('views.elements.LanguageDropdown');
|
||||
return <div>
|
||||
<label htmlFor="languageSelector">{_t('Interface Language')}</label>
|
||||
|
@ -639,7 +638,7 @@ module.exports = React.createClass({
|
|||
<input id="urlPreviewsDisabled"
|
||||
type="checkbox"
|
||||
defaultChecked={ UserSettingsStore.getUrlPreviewsDisabled() }
|
||||
onChange={ (e) => UserSettingsStore.setUrlPreviewsDisabled(e.target.checked) }
|
||||
onChange={ this._onPreviewsDisabledChanged }
|
||||
/>
|
||||
<label htmlFor="urlPreviewsDisabled">
|
||||
{ _t("Disable inline URL previews by default") }
|
||||
|
@ -647,17 +646,24 @@ module.exports = React.createClass({
|
|||
</div>;
|
||||
},
|
||||
|
||||
_onPreviewsDisabledChanged: function(e) {
|
||||
UserSettingsStore.setUrlPreviewsDisabled(e.target.checked);
|
||||
},
|
||||
|
||||
_renderSyncedSetting: function(setting) {
|
||||
// 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) => {
|
||||
UserSettingsStore.setSyncedSetting(setting.id, e.target.checked);
|
||||
if (setting.fn) setting.fn(e.target.checked);
|
||||
};
|
||||
|
||||
return <div className="mx_UserSettings_toggle" key={ setting.id }>
|
||||
<input id={ setting.id }
|
||||
type="checkbox"
|
||||
defaultChecked={ this._syncedSettings[setting.id] }
|
||||
onChange={
|
||||
(e) => {
|
||||
UserSettingsStore.setSyncedSetting(setting.id, e.target.checked);
|
||||
if (setting.fn) setting.fn(e.target.checked);
|
||||
}
|
||||
}
|
||||
onChange={ onChange }
|
||||
/>
|
||||
<label htmlFor={ setting.id }>
|
||||
{ _t(setting.label) }
|
||||
|
@ -666,22 +672,24 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_renderThemeSelector: function(setting) {
|
||||
// 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) => {
|
||||
if (e.target.checked) {
|
||||
UserSettingsStore.setSyncedSetting(setting.id, setting.value);
|
||||
}
|
||||
dis.dispatch({
|
||||
action: 'set_theme',
|
||||
value: setting.value,
|
||||
});
|
||||
};
|
||||
return <div className="mx_UserSettings_toggle" key={ setting.id + "_" + setting.value }>
|
||||
<input id={ setting.id + "_" + setting.value }
|
||||
type="radio"
|
||||
name={ setting.id }
|
||||
value={ setting.value }
|
||||
defaultChecked={ this._syncedSettings[setting.id] === setting.value }
|
||||
onChange={ (e) => {
|
||||
if (e.target.checked) {
|
||||
UserSettingsStore.setSyncedSetting(setting.id, setting.value);
|
||||
}
|
||||
dis.dispatch({
|
||||
action: 'set_theme',
|
||||
value: setting.value,
|
||||
});
|
||||
}
|
||||
}
|
||||
onChange={ onChange }
|
||||
/>
|
||||
<label htmlFor={ setting.id + "_" + setting.value }>
|
||||
{ setting.label }
|
||||
|
@ -720,8 +728,10 @@ module.exports = React.createClass({
|
|||
<h3>{ _t("Cryptography") }</h3>
|
||||
<div className="mx_UserSettings_section mx_UserSettings_cryptoSection">
|
||||
<ul>
|
||||
<li><label>{_t("Device ID:")}</label> <span><code>{deviceId}</code></span></li>
|
||||
<li><label>{_t("Device key:")}</label> <span><code><b>{identityKey}</b></code></span></li>
|
||||
<li><label>{_t("Device ID:")}</label>
|
||||
<span><code>{deviceId}</code></span></li>
|
||||
<li><label>{_t("Device key:")}</label>
|
||||
<span><code><b>{identityKey}</b></code></span></li>
|
||||
</ul>
|
||||
{ importExportButtons }
|
||||
</div>
|
||||
|
@ -733,16 +743,18 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_renderLocalSetting: function(setting) {
|
||||
// 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) => {
|
||||
UserSettingsStore.setLocalSetting(setting.id, e.target.checked);
|
||||
if (setting.fn) setting.fn(e.target.checked);
|
||||
};
|
||||
|
||||
return <div className="mx_UserSettings_toggle" key={ setting.id }>
|
||||
<input id={ setting.id }
|
||||
type="checkbox"
|
||||
defaultChecked={ this._localSettings[setting.id] }
|
||||
onChange={
|
||||
(e) => {
|
||||
UserSettingsStore.setLocalSetting(setting.id, e.target.checked);
|
||||
if (setting.fn) setting.fn(e.target.checked);
|
||||
}
|
||||
}
|
||||
onChange={ onChange }
|
||||
/>
|
||||
<label htmlFor={ setting.id }>
|
||||
{ _t(setting.label) }
|
||||
|
@ -794,26 +806,27 @@ module.exports = React.createClass({
|
|||
if (this.props.enableLabs === false) return null;
|
||||
UserSettingsStore.doTranslations();
|
||||
|
||||
const features = UserSettingsStore.LABS_FEATURES.map((feature) => (
|
||||
<div key={feature.id} className="mx_UserSettings_toggle">
|
||||
<input
|
||||
type="checkbox"
|
||||
id={feature.id}
|
||||
name={feature.id}
|
||||
defaultChecked={ UserSettingsStore.isFeatureEnabled(feature.id) }
|
||||
onChange={(e) => {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
e.target.checked = false;
|
||||
dis.dispatch({action: 'view_set_mxid'});
|
||||
return;
|
||||
}
|
||||
const features = UserSettingsStore.LABS_FEATURES.map((feature) => {
|
||||
// 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) => {
|
||||
UserSettingsStore.setFeatureEnabled(feature.id, e.target.checked);
|
||||
this.forceUpdate();
|
||||
};
|
||||
|
||||
UserSettingsStore.setFeatureEnabled(feature.id, e.target.checked);
|
||||
this.forceUpdate();
|
||||
}}/>
|
||||
<label htmlFor={feature.id}>{feature.name}</label>
|
||||
</div>
|
||||
));
|
||||
return (
|
||||
<div key={feature.id} className="mx_UserSettings_toggle">
|
||||
<input
|
||||
type="checkbox"
|
||||
id={feature.id}
|
||||
name={feature.id}
|
||||
defaultChecked={ UserSettingsStore.isFeatureEnabled(feature.id) }
|
||||
onChange={ onChange }
|
||||
/>
|
||||
<label htmlFor={feature.id}>{feature.name}</label>
|
||||
</div>
|
||||
);
|
||||
});
|
||||
return (
|
||||
<div>
|
||||
<h3>{ _t("Labs") }</h3>
|
||||
|
@ -826,9 +839,6 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_renderDeactivateAccount: function() {
|
||||
// We can't deactivate a guest account.
|
||||
if (MatrixClientPeg.get().isGuest()) return null;
|
||||
|
||||
return <div>
|
||||
<h3>{ _t("Deactivate Account") }</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
|
@ -880,9 +890,10 @@ module.exports = React.createClass({
|
|||
if (!this.state.rejectingInvites) {
|
||||
// bind() the invited rooms so any new invites that may come in as this button is clicked
|
||||
// don't inadvertently get rejected as well.
|
||||
const onClick = this._onRejectAllInvitesClicked.bind(this, invitedRooms);
|
||||
reject = (
|
||||
<AccessibleButton className="mx_UserSettings_button danger"
|
||||
onClick={this._onRejectAllInvitesClicked.bind(this, invitedRooms)}>
|
||||
onClick={onClick}>
|
||||
{_t("Reject all %(invitedRooms)s invites", {invitedRooms: invitedRooms.length})}
|
||||
</AccessibleButton>
|
||||
);
|
||||
|
@ -900,8 +911,6 @@ module.exports = React.createClass({
|
|||
const settings = this.state.electron_settings;
|
||||
if (!settings) return;
|
||||
|
||||
const {ipcRenderer} = require('electron');
|
||||
|
||||
return <div>
|
||||
<h3>{ _t('Desktop specific') }</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
|
@ -909,9 +918,7 @@ module.exports = React.createClass({
|
|||
<input type="checkbox"
|
||||
name="auto-launch"
|
||||
defaultChecked={settings['auto-launch']}
|
||||
onChange={(e) => {
|
||||
ipcRenderer.send('settings_set', 'auto-launch', e.target.checked);
|
||||
}}
|
||||
onChange={this._onAutoLaunchChanged}
|
||||
/>
|
||||
<label htmlFor="auto-launch">{_t('Start automatically after system login')}</label>
|
||||
</div>
|
||||
|
@ -919,6 +926,11 @@ module.exports = React.createClass({
|
|||
</div>;
|
||||
},
|
||||
|
||||
_onAutoLaunchChanged: function(e) {
|
||||
const {ipcRenderer} = require('electron');
|
||||
ipcRenderer.send('settings_set', 'auto-launch', e.target.checked);
|
||||
},
|
||||
|
||||
_mapWebRtcDevicesToSpans: function(devices) {
|
||||
return devices.map((device) => <span key={device.deviceId}>{device.label}</span>);
|
||||
},
|
||||
|
@ -952,16 +964,13 @@ module.exports = React.createClass({
|
|||
}
|
||||
},
|
||||
|
||||
_renderWebRtcSettings: function() {
|
||||
_renderWebRtcDeviceSettings: function() {
|
||||
if (this.state.mediaDevices === false) {
|
||||
return <div>
|
||||
<h3>{_t('VoIP')}</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
<p className="mx_UserSettings_link" onClick={this._requestMediaPermissions}>
|
||||
{_t('Missing Media Permissions, click here to request.')}
|
||||
</p>
|
||||
</div>
|
||||
</div>;
|
||||
return (
|
||||
<p className="mx_UserSettings_link" onClick={this._requestMediaPermissions}>
|
||||
{_t('Missing Media Permissions, click here to request.')}
|
||||
</p>
|
||||
);
|
||||
} else if (!this.state.mediaDevices) return;
|
||||
|
||||
const Dropdown = sdk.getComponent('elements.Dropdown');
|
||||
|
@ -1015,10 +1024,17 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
return <div>
|
||||
<h3>{_t('VoIP')}</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
{microphoneDropdown}
|
||||
{webcamDropdown}
|
||||
</div>;
|
||||
},
|
||||
|
||||
_renderWebRtcSettings: function() {
|
||||
return <div>
|
||||
<h3>{_t('VoIP')}</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
{ WEBRTC_SETTINGS_LABELS.map(this._renderLocalSetting) }
|
||||
{ this._renderWebRtcDeviceSettings() }
|
||||
</div>
|
||||
</div>;
|
||||
},
|
||||
|
@ -1075,6 +1091,9 @@ module.exports = React.createClass({
|
|||
|
||||
const threepidsSection = this.state.threepids.map((val, pidIndex) => {
|
||||
const id = "3pid-" + val.address;
|
||||
// TODO; make a separate component to avoid having to rebind onClick
|
||||
// each time we render
|
||||
const onRemoveClick = (e) => this.onRemoveThreepidClicked(val);
|
||||
return (
|
||||
<div className="mx_UserSettings_profileTableRow" key={pidIndex}>
|
||||
<div className="mx_UserSettings_profileLabelCell">
|
||||
|
@ -1086,7 +1105,8 @@ module.exports = React.createClass({
|
|||
/>
|
||||
</div>
|
||||
<div className="mx_UserSettings_threepidButton mx_filterFlipColor">
|
||||
<img src="img/cancel-small.svg" width="14" height="14" alt={ _t("Remove") } onClick={this.onRemoveThreepidClicked.bind(this, val)} />
|
||||
<img src="img/cancel-small.svg" width="14" height="14" alt={ _t("Remove") }
|
||||
onClick={onRemoveClick} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -1094,7 +1114,7 @@ module.exports = React.createClass({
|
|||
let addEmailSection;
|
||||
if (this.state.email_add_pending) {
|
||||
addEmailSection = <Loader key="_email_add_spinner" />;
|
||||
} else if (!MatrixClientPeg.get().isGuest()) {
|
||||
} else {
|
||||
addEmailSection = (
|
||||
<div className="mx_UserSettings_profileTableRow" key="_newEmail">
|
||||
<div className="mx_UserSettings_profileLabelCell">
|
||||
|
@ -1122,16 +1142,7 @@ module.exports = React.createClass({
|
|||
threepidsSection.push(addEmailSection);
|
||||
threepidsSection.push(addMsisdnSection);
|
||||
|
||||
let accountJsx;
|
||||
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
accountJsx = (
|
||||
<div className="mx_UserSettings_button" onClick={this.onUpgradeClicked}>
|
||||
{ _t("Create an account") }
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
accountJsx = (
|
||||
const accountJsx = (
|
||||
<ChangePassword
|
||||
className="mx_UserSettings_accountTable"
|
||||
rowClassName="mx_UserSettings_profileTableRow"
|
||||
|
@ -1140,10 +1151,10 @@ module.exports = React.createClass({
|
|||
buttonClassName="mx_UserSettings_button mx_UserSettings_changePasswordButton"
|
||||
onError={this.onPasswordChangeError}
|
||||
onFinished={this.onPasswordChanged} />
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
let notificationArea;
|
||||
if (!MatrixClientPeg.get().isGuest() && this.state.threepids !== undefined) {
|
||||
if (this.state.threepids !== undefined) {
|
||||
notificationArea = (<div>
|
||||
<h3>{ _t("Notifications") }</h3>
|
||||
|
||||
|
@ -1165,7 +1176,6 @@ module.exports = React.createClass({
|
|||
<div className="mx_UserSettings">
|
||||
<SimpleRoomHeader
|
||||
title={ _t("Settings") }
|
||||
collapsedRhs={ this.props.collapsedRhs }
|
||||
onCancelClick={ this.props.onClose }
|
||||
/>
|
||||
|
||||
|
@ -1237,7 +1247,12 @@ module.exports = React.createClass({
|
|||
{ _t("Logged in as:") } {this._me}
|
||||
</div>
|
||||
<div className="mx_UserSettings_advanced">
|
||||
{_t('Access Token:')} <span className="mx_UserSettings_advanced_spoiler" onClick={this._showSpoiler} data-spoiler={ MatrixClientPeg.get().getAccessToken() }><{ _t("click to reveal") }></span>
|
||||
{_t('Access Token:')}
|
||||
<span className="mx_UserSettings_advanced_spoiler"
|
||||
onClick={this._showSpoiler}
|
||||
data-spoiler={ MatrixClientPeg.get().getAccessToken() }>
|
||||
<{ _t("click to reveal") }>
|
||||
</span>
|
||||
</div>
|
||||
<div className="mx_UserSettings_advanced">
|
||||
{ _t("Homeserver is") } { MatrixClientPeg.get().getHomeserverUrl() }
|
||||
|
|
|
@ -45,8 +45,6 @@ module.exports = React.createClass({
|
|||
brand: React.PropTypes.string,
|
||||
email: React.PropTypes.string,
|
||||
referrer: React.PropTypes.string,
|
||||
username: React.PropTypes.string,
|
||||
guestAccessToken: React.PropTypes.string,
|
||||
teamServerConfig: React.PropTypes.shape({
|
||||
// Email address to request new teams
|
||||
supportEmail: React.PropTypes.string.isRequired,
|
||||
|
@ -220,29 +218,29 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
trackPromise.then((teamToken) => {
|
||||
this.props.onLoggedIn({
|
||||
return this.props.onLoggedIn({
|
||||
userId: response.user_id,
|
||||
deviceId: response.device_id,
|
||||
homeserverUrl: this._matrixClient.getHomeserverUrl(),
|
||||
identityServerUrl: this._matrixClient.getIdentityServerUrl(),
|
||||
accessToken: response.access_token
|
||||
}, teamToken);
|
||||
}).then(() => {
|
||||
return this._setupPushers();
|
||||
}).then((cli) => {
|
||||
return this._setupPushers(cli);
|
||||
});
|
||||
},
|
||||
|
||||
_setupPushers: function() {
|
||||
_setupPushers: function(matrixClient) {
|
||||
if (!this.props.brand) {
|
||||
return q();
|
||||
}
|
||||
return MatrixClientPeg.get().getPushers().then((resp)=>{
|
||||
return matrixClient.getPushers().then((resp)=>{
|
||||
const pushers = resp.pushers;
|
||||
for (let i = 0; i < pushers.length; ++i) {
|
||||
if (pushers[i].kind == 'email') {
|
||||
const emailPusher = pushers[i];
|
||||
emailPusher.data = { brand: this.props.brand };
|
||||
MatrixClientPeg.get().setPusher(emailPusher).done(() => {
|
||||
matrixClient.setPusher(emailPusher).done(() => {
|
||||
console.log("Set email branding to " + this.props.brand);
|
||||
}, (error) => {
|
||||
console.error("Couldn't set email branding: " + error);
|
||||
|
@ -295,17 +293,6 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
_makeRegisterRequest: function(auth) {
|
||||
let guestAccessToken = this.props.guestAccessToken;
|
||||
|
||||
if (
|
||||
this.state.formVals.username !== this.props.username ||
|
||||
this.state.hsUrl != this.props.defaultHsUrl
|
||||
) {
|
||||
// don't try to upgrade if we changed our username
|
||||
// or are registering on a different HS
|
||||
guestAccessToken = null;
|
||||
}
|
||||
|
||||
// Only send the bind params if we're sending username / pw params
|
||||
// (Since we need to send no params at all to use the ones saved in the
|
||||
// session).
|
||||
|
@ -320,7 +307,7 @@ module.exports = React.createClass({
|
|||
undefined, // session id: included in the auth dict already
|
||||
auth,
|
||||
bindThreepids,
|
||||
guestAccessToken,
|
||||
null,
|
||||
);
|
||||
},
|
||||
|
||||
|
@ -357,10 +344,6 @@ module.exports = React.createClass({
|
|||
} else if (this.state.busy || this.state.teamServerBusy) {
|
||||
registerBody = <Spinner />;
|
||||
} else {
|
||||
let guestUsername = this.props.username;
|
||||
if (this.state.hsUrl != this.props.defaultHsUrl) {
|
||||
guestUsername = null;
|
||||
}
|
||||
let errorSection;
|
||||
if (this.state.errorText) {
|
||||
errorSection = <div className="mx_Login_error">{this.state.errorText}</div>;
|
||||
|
@ -374,7 +357,6 @@ module.exports = React.createClass({
|
|||
defaultPhoneNumber={this.state.formVals.phoneNumber}
|
||||
defaultPassword={this.state.formVals.password}
|
||||
teamsConfig={this.state.teamsConfig}
|
||||
guestUsername={guestUsername}
|
||||
minPasswordLength={MIN_PASSWORD_LENGTH}
|
||||
onError={this.onFormValidationFailed}
|
||||
onRegisterClick={this.onFormSubmit}
|
||||
|
|
|
@ -24,6 +24,7 @@ import DMRoomMap from '../../../utils/DMRoomMap';
|
|||
import Modal from '../../../Modal';
|
||||
import AccessibleButton from '../elements/AccessibleButton';
|
||||
import q from 'q';
|
||||
import dis from '../../../dispatcher';
|
||||
|
||||
const TRUNCATE_QUERY_LIST = 40;
|
||||
const QUERY_USER_DIRECTORY_DEBOUNCE_MS = 200;
|
||||
|
@ -102,7 +103,7 @@ module.exports = React.createClass({
|
|||
const ChatCreateOrReuseDialog = sdk.getComponent(
|
||||
"views.dialogs.ChatCreateOrReuseDialog",
|
||||
);
|
||||
Modal.createDialog(ChatCreateOrReuseDialog, {
|
||||
const close = Modal.createDialog(ChatCreateOrReuseDialog, {
|
||||
userId: userId,
|
||||
onFinished: (success) => {
|
||||
this.props.onFinished(success);
|
||||
|
@ -112,14 +113,16 @@ module.exports = React.createClass({
|
|||
action: 'start_chat',
|
||||
user_id: userId,
|
||||
});
|
||||
close(true);
|
||||
},
|
||||
onExistingRoomSelected: (roomId) => {
|
||||
dis.dispatch({
|
||||
action: 'view_room',
|
||||
user_id: roomId,
|
||||
room_id: roomId,
|
||||
});
|
||||
close(true);
|
||||
},
|
||||
});
|
||||
}).close;
|
||||
} else {
|
||||
this._startChat(inviteList);
|
||||
}
|
||||
|
@ -238,6 +241,11 @@ module.exports = React.createClass({
|
|||
MatrixClientPeg.get().searchUserDirectory({
|
||||
term: query,
|
||||
}).then((resp) => {
|
||||
// The query might have changed since we sent the request, so ignore
|
||||
// responses for anything other than the latest query.
|
||||
if (this.state.query !== query) {
|
||||
return;
|
||||
}
|
||||
this._processResults(resp.results, query);
|
||||
}).catch((err) => {
|
||||
console.error('Error whilst searching user directory: ', err);
|
||||
|
|
172
src/components/views/dialogs/KeyShareDialog.js
Normal file
172
src/components/views/dialogs/KeyShareDialog.js
Normal file
|
@ -0,0 +1,172 @@
|
|||
/*
|
||||
Copyright 2017 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.
|
||||
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 Modal from '../../../Modal';
|
||||
import React from 'react';
|
||||
import sdk from '../../../index';
|
||||
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
||||
/**
|
||||
* Dialog which asks the user whether they want to share their keys with
|
||||
* an unverified device.
|
||||
*
|
||||
* onFinished is called with `true` if the key should be shared, `false` if it
|
||||
* should not, and `undefined` if the dialog is cancelled. (In other words:
|
||||
* truthy: do the key share. falsy: don't share the keys).
|
||||
*/
|
||||
export default React.createClass({
|
||||
propTypes: {
|
||||
matrixClient: React.PropTypes.object.isRequired,
|
||||
userId: React.PropTypes.string.isRequired,
|
||||
deviceId: React.PropTypes.string.isRequired,
|
||||
onFinished: React.PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
deviceInfo: null,
|
||||
wasNewDevice: false,
|
||||
};
|
||||
},
|
||||
|
||||
componentDidMount: function() {
|
||||
this._unmounted = false;
|
||||
const userId = this.props.userId;
|
||||
const deviceId = this.props.deviceId;
|
||||
|
||||
// give the client a chance to refresh the device list
|
||||
this.props.matrixClient.downloadKeys([userId], false).then((r) => {
|
||||
if (this._unmounted) { return; }
|
||||
|
||||
const deviceInfo = r[userId][deviceId];
|
||||
|
||||
if(!deviceInfo) {
|
||||
console.warn(`No details found for device ${userId}:${deviceId}`);
|
||||
|
||||
this.props.onFinished(false);
|
||||
return;
|
||||
}
|
||||
|
||||
const wasNewDevice = !deviceInfo.isKnown();
|
||||
|
||||
this.setState({
|
||||
deviceInfo: deviceInfo,
|
||||
wasNewDevice: wasNewDevice,
|
||||
});
|
||||
|
||||
// if the device was new before, it's not any more.
|
||||
if (wasNewDevice) {
|
||||
this.props.matrixClient.setDeviceKnown(
|
||||
userId,
|
||||
deviceId,
|
||||
true,
|
||||
);
|
||||
}
|
||||
}).done();
|
||||
},
|
||||
|
||||
componentWillUnmount: function() {
|
||||
this._unmounted = true;
|
||||
},
|
||||
|
||||
|
||||
_onVerifyClicked: function() {
|
||||
const DeviceVerifyDialog = sdk.getComponent('views.dialogs.DeviceVerifyDialog');
|
||||
|
||||
console.log("KeyShareDialog: Starting verify dialog");
|
||||
Modal.createDialog(DeviceVerifyDialog, {
|
||||
userId: this.props.userId,
|
||||
device: this.state.deviceInfo,
|
||||
onFinished: (verified) => {
|
||||
if (verified) {
|
||||
// can automatically share the keys now.
|
||||
this.props.onFinished(true);
|
||||
}
|
||||
},
|
||||
});
|
||||
},
|
||||
|
||||
_onShareClicked: function() {
|
||||
console.log("KeyShareDialog: User clicked 'share'");
|
||||
this.props.onFinished(true);
|
||||
},
|
||||
|
||||
_onIgnoreClicked: function() {
|
||||
console.log("KeyShareDialog: User clicked 'ignore'");
|
||||
this.props.onFinished(false);
|
||||
},
|
||||
|
||||
_renderContent: function() {
|
||||
const displayName = this.state.deviceInfo.getDisplayName() ||
|
||||
this.state.deviceInfo.deviceId;
|
||||
|
||||
let text;
|
||||
if (this.state.wasNewDevice) {
|
||||
text = "You added a new device '%(displayName)s', which is"
|
||||
+ " requesting encryption keys.";
|
||||
} else {
|
||||
text = "Your unverified device '%(displayName)s' is requesting"
|
||||
+ " encryption keys.";
|
||||
}
|
||||
text = _t(text, {displayName: displayName});
|
||||
|
||||
return (
|
||||
<div>
|
||||
<p>{text}</p>
|
||||
|
||||
<div className="mx_Dialog_buttons">
|
||||
<button onClick={this._onVerifyClicked}>
|
||||
{_t('Start verification')}
|
||||
</button>
|
||||
<button onClick={this._onShareClicked}>
|
||||
{_t('Share without verifying')}
|
||||
</button>
|
||||
<button onClick={this._onIgnoreClicked}>
|
||||
{_t('Ignore request')}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
render: function() {
|
||||
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
|
||||
const Spinner = sdk.getComponent('views.elements.Spinner');
|
||||
|
||||
let content;
|
||||
|
||||
if (this.state.deviceInfo) {
|
||||
content = this._renderContent();
|
||||
} else {
|
||||
content = (
|
||||
<div>
|
||||
<p>{_t('Loading device info...')}</p>
|
||||
<Spinner />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<BaseDialog className='mx_KeyShareRequestDialog'
|
||||
onFinished={this.props.onFinished}
|
||||
title={_t('Encryption key request')}
|
||||
>
|
||||
{content}
|
||||
</BaseDialog>
|
||||
);
|
||||
},
|
||||
});
|
|
@ -1,72 +0,0 @@
|
|||
/*
|
||||
Copyright 2016 OpenMarket 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.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Usage:
|
||||
* Modal.createDialog(NeedToRegisterDialog, {
|
||||
* title: "some text", (default: "Registration required")
|
||||
* description: "some more text",
|
||||
* onFinished: someFunction,
|
||||
* });
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import dis from '../../../dispatcher';
|
||||
import sdk from '../../../index';
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'NeedToRegisterDialog',
|
||||
propTypes: {
|
||||
title: React.PropTypes.string,
|
||||
description: React.PropTypes.oneOfType([
|
||||
React.PropTypes.element,
|
||||
React.PropTypes.string,
|
||||
]),
|
||||
onFinished: React.PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
onRegisterClicked: function() {
|
||||
dis.dispatch({
|
||||
action: "start_upgrade_registration",
|
||||
});
|
||||
if (this.props.onFinished) {
|
||||
this.props.onFinished();
|
||||
}
|
||||
},
|
||||
|
||||
render: function() {
|
||||
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
|
||||
return (
|
||||
<BaseDialog className="mx_NeedToRegisterDialog"
|
||||
onFinished={this.props.onFinished}
|
||||
title={this.props.title || _t('Registration required')}
|
||||
>
|
||||
<div className="mx_Dialog_content">
|
||||
{this.props.description || _t('A registered account is required for this action')}
|
||||
</div>
|
||||
<div className="mx_Dialog_buttons">
|
||||
<button className="mx_Dialog_primary" onClick={this.props.onFinished} autoFocus={true}>
|
||||
{_t("Cancel")}
|
||||
</button>
|
||||
<button onClick={this.onRegisterClicked}>
|
||||
{_t("Register")}
|
||||
</button>
|
||||
</div>
|
||||
</BaseDialog>
|
||||
);
|
||||
},
|
||||
});
|
164
src/components/views/dialogs/SetEmailDialog.js
Normal file
164
src/components/views/dialogs/SetEmailDialog.js
Normal file
|
@ -0,0 +1,164 @@
|
|||
/*
|
||||
Copyright 2017 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.
|
||||
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 sdk from '../../../index';
|
||||
import Email from '../../../email';
|
||||
import AddThreepid from '../../../AddThreepid';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import Modal from '../../../Modal';
|
||||
|
||||
|
||||
/**
|
||||
* Prompt the user to set an email address.
|
||||
*
|
||||
* On success, `onFinished(true)` is called.
|
||||
*/
|
||||
export default React.createClass({
|
||||
displayName: 'SetEmailDialog',
|
||||
propTypes: {
|
||||
onFinished: React.PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
emailAddress: null,
|
||||
emailBusy: false,
|
||||
};
|
||||
},
|
||||
|
||||
componentDidMount: function() {
|
||||
},
|
||||
|
||||
onEmailAddressChanged: function(value) {
|
||||
this.setState({
|
||||
emailAddress: value,
|
||||
});
|
||||
},
|
||||
|
||||
onSubmit: function() {
|
||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
|
||||
const emailAddress = this.state.emailAddress;
|
||||
if (!Email.looksValid(emailAddress)) {
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t("Invalid Email Address"),
|
||||
description: _t("This doesn't appear to be a valid email address"),
|
||||
});
|
||||
return;
|
||||
}
|
||||
this._addThreepid = new AddThreepid();
|
||||
// we always bind emails when registering, so let's do the
|
||||
// same here.
|
||||
this._addThreepid.addEmailAddress(emailAddress, true).done(() => {
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Verification Pending"),
|
||||
description: _t(
|
||||
"Please check your email and click on the link it contains. Once this " +
|
||||
"is done, click continue.",
|
||||
),
|
||||
button: _t('Continue'),
|
||||
onFinished: this.onEmailDialogFinished,
|
||||
});
|
||||
}, (err) => {
|
||||
this.setState({emailBusy: false});
|
||||
console.error("Unable to add email address " + emailAddress + " " + err);
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t("Unable to add email address"),
|
||||
description: ((err && err.message) ? err.message : _t("Operation failed")),
|
||||
});
|
||||
});
|
||||
this.setState({emailBusy: true});
|
||||
},
|
||||
|
||||
onCancelled: function() {
|
||||
this.props.onFinished(false);
|
||||
},
|
||||
|
||||
onEmailDialogFinished: function(ok) {
|
||||
if (ok) {
|
||||
this.verifyEmailAddress();
|
||||
} else {
|
||||
this.setState({emailBusy: false});
|
||||
}
|
||||
},
|
||||
|
||||
verifyEmailAddress: function() {
|
||||
this._addThreepid.checkEmailLinkClicked().done(() => {
|
||||
this.props.onFinished(true);
|
||||
}, (err) => {
|
||||
this.setState({emailBusy: false});
|
||||
if (err.errcode == 'M_THREEPID_AUTH_FAILED') {
|
||||
const QuestionDialog = sdk.getComponent("dialogs.QuestionDialog");
|
||||
const message = _t("Unable to verify email address.") + " " +
|
||||
_t("Please check your email and click on the link it contains. Once this is done, click continue.");
|
||||
Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Verification Pending"),
|
||||
description: message,
|
||||
button: _t('Continue'),
|
||||
onFinished: this.onEmailDialogFinished,
|
||||
});
|
||||
} else {
|
||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
console.error("Unable to verify email address: " + err);
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t("Unable to verify email address."),
|
||||
description: ((err && err.message) ? err.message : _t("Operation failed")),
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
render: function() {
|
||||
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
|
||||
const Spinner = sdk.getComponent('elements.Spinner');
|
||||
const EditableText = sdk.getComponent('elements.EditableText');
|
||||
|
||||
const emailInput = this.state.emailBusy ? <Spinner /> : <EditableText
|
||||
className="mx_SetEmailDialog_email_input"
|
||||
placeholder={ _t("Email address") }
|
||||
placeholderClassName="mx_SetEmailDialog_email_input_placeholder"
|
||||
blurToCancel={ false }
|
||||
onValueChanged={ this.onEmailAddressChanged } />;
|
||||
|
||||
return (
|
||||
<BaseDialog className="mx_SetEmailDialog"
|
||||
onFinished={this.onCancelled}
|
||||
title={this.props.title}
|
||||
>
|
||||
<div className="mx_Dialog_content">
|
||||
<p>
|
||||
{ _t('This will allow you to reset your password and receive notifications.') }
|
||||
</p>
|
||||
{ emailInput }
|
||||
</div>
|
||||
<div className="mx_Dialog_buttons">
|
||||
<input className="mx_Dialog_primary"
|
||||
type="submit"
|
||||
value={_t("Continue")}
|
||||
onClick={this.onSubmit}
|
||||
/>
|
||||
<input
|
||||
type="submit"
|
||||
value={_t("Skip")}
|
||||
onClick={this.onCancelled}
|
||||
/>
|
||||
</div>
|
||||
</BaseDialog>
|
||||
);
|
||||
},
|
||||
});
|
|
@ -46,6 +46,10 @@ module.exports = React.createClass({
|
|||
};
|
||||
},
|
||||
|
||||
componentWillMount: function() {
|
||||
this._captchaWidgetId = null;
|
||||
},
|
||||
|
||||
componentDidMount: function() {
|
||||
// Just putting a script tag into the returned jsx doesn't work, annoyingly,
|
||||
// so we do this instead.
|
||||
|
@ -75,6 +79,10 @@ module.exports = React.createClass({
|
|||
}
|
||||
},
|
||||
|
||||
componentWillUnmount: function() {
|
||||
this._resetRecaptcha();
|
||||
},
|
||||
|
||||
_renderRecaptcha: function(divId) {
|
||||
if (!global.grecaptcha) {
|
||||
console.error("grecaptcha not loaded!");
|
||||
|
@ -90,12 +98,18 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
console.log("Rendering to %s", divId);
|
||||
global.grecaptcha.render(divId, {
|
||||
this._captchaWidgetId = global.grecaptcha.render(divId, {
|
||||
sitekey: publicKey,
|
||||
callback: this.props.onCaptchaResponse,
|
||||
});
|
||||
},
|
||||
|
||||
_resetRecaptcha: function() {
|
||||
if (this._captchaWidgetId !== null) {
|
||||
global.grecaptcha.reset(this._captchaWidgetId);
|
||||
}
|
||||
},
|
||||
|
||||
_onCaptchaLoaded: function() {
|
||||
console.log("Loaded recaptcha script.");
|
||||
try {
|
||||
|
|
|
@ -54,11 +54,6 @@ module.exports = React.createClass({
|
|||
})).required,
|
||||
}),
|
||||
|
||||
// A username that will be used if no username is entered.
|
||||
// Specifying this param will also warn the user that entering
|
||||
// a different username will cause a fresh account to be generated.
|
||||
guestUsername: React.PropTypes.string,
|
||||
|
||||
minPasswordLength: React.PropTypes.number,
|
||||
onError: React.PropTypes.func,
|
||||
onRegisterClick: React.PropTypes.func.isRequired, // onRegisterClick(Object) => ?Promise
|
||||
|
@ -123,7 +118,7 @@ module.exports = React.createClass({
|
|||
_doSubmit: function(ev) {
|
||||
let email = this.refs.email.value.trim();
|
||||
var promise = this.props.onRegisterClick({
|
||||
username: this.refs.username.value.trim() || this.props.guestUsername,
|
||||
username: this.refs.username.value.trim(),
|
||||
password: this.refs.password.value.trim(),
|
||||
email: email,
|
||||
phoneCountry: this.state.phoneCountry,
|
||||
|
@ -191,7 +186,7 @@ module.exports = React.createClass({
|
|||
break;
|
||||
case FIELD_USERNAME:
|
||||
// XXX: SPEC-1
|
||||
var username = this.refs.username.value.trim() || this.props.guestUsername;
|
||||
var username = this.refs.username.value.trim();
|
||||
if (encodeURIComponent(username) != username) {
|
||||
this.markFieldValid(
|
||||
field_id,
|
||||
|
@ -339,9 +334,6 @@ module.exports = React.createClass({
|
|||
);
|
||||
|
||||
let placeholderUserName = _t("User name");
|
||||
if (this.props.guestUsername) {
|
||||
placeholderUserName += " " + _t("(default: %(userName)s)", {userName: this.props.guestUsername});
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
@ -354,9 +346,6 @@ module.exports = React.createClass({
|
|||
className={this._classForField(FIELD_USERNAME, 'mx_Login_field')}
|
||||
onBlur={function() {self.validateField(FIELD_USERNAME);}} />
|
||||
<br />
|
||||
{ this.props.guestUsername ?
|
||||
<div className="mx_Login_fieldLabel">{_t("Setting a user name will create a fresh account")}</div> : null
|
||||
}
|
||||
<input type="password" ref="password"
|
||||
className={this._classForField(FIELD_PASSWORD, 'mx_Login_field')}
|
||||
onBlur={function() {self.validateField(FIELD_PASSWORD);}}
|
||||
|
|
|
@ -62,8 +62,8 @@ module.exports = React.createClass({
|
|||
var url = ContentRepo.getHttpUriForMxc(
|
||||
MatrixClientPeg.get().getHomeserverUrl(),
|
||||
ev.getContent().url,
|
||||
14 * window.devicePixelRatio,
|
||||
14 * window.devicePixelRatio,
|
||||
Math.ceil(14 * window.devicePixelRatio),
|
||||
Math.ceil(14 * window.devicePixelRatio),
|
||||
'crop'
|
||||
);
|
||||
|
||||
|
|
|
@ -89,12 +89,13 @@ module.exports = React.createClass({
|
|||
|
||||
var conferenceCallNotification = null;
|
||||
if (this.props.displayConfCallNotification) {
|
||||
var supportedText, joinText;
|
||||
let supportedText = '';
|
||||
let joinNode;
|
||||
if (!MatrixClientPeg.get().supportsVoip()) {
|
||||
supportedText = _t(" (unsupported)");
|
||||
}
|
||||
else {
|
||||
joinText = (<span>
|
||||
joinNode = (<span>
|
||||
{_tJsx(
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.",
|
||||
[/<voiceText>(.*?)<\/voiceText>/, /<videoText>(.*?)<\/videoText>/],
|
||||
|
@ -106,9 +107,13 @@ module.exports = React.createClass({
|
|||
</span>);
|
||||
|
||||
}
|
||||
// XXX: the translation here isn't great: appending ' (unsupported)' is likely to not make sense in many languages,
|
||||
// but there are translations for this in the languages we do have so I'm leaving it for now.
|
||||
conferenceCallNotification = (
|
||||
<div className="mx_RoomView_ongoingConfCallNotification">
|
||||
{_t("Ongoing conference call%(supportedText)s. %(joinText)s", {supportedText: supportedText, joinText: joinText})}
|
||||
{_t("Ongoing conference call%(supportedText)s.", {supportedText: supportedText})}
|
||||
|
||||
{joinNode}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
import React from 'react';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import MatrixClientPeg from '../../../MatrixClientPeg';
|
||||
import dis from '../../../dispatcher';
|
||||
import KeyCode from '../../../KeyCode';
|
||||
|
||||
|
@ -26,11 +25,6 @@ module.exports = React.createClass({
|
|||
displayName: 'ForwardMessage',
|
||||
|
||||
propTypes: {
|
||||
currentRoomId: React.PropTypes.string.isRequired,
|
||||
|
||||
/* the MatrixEvent to be forwarded */
|
||||
mxEvent: React.PropTypes.object.isRequired,
|
||||
|
||||
onCancelClick: React.PropTypes.func.isRequired,
|
||||
},
|
||||
|
||||
|
@ -44,7 +38,6 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
componentDidMount: function() {
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
document.addEventListener('keydown', this._onKeyDown);
|
||||
},
|
||||
|
||||
|
@ -54,30 +47,9 @@ module.exports = React.createClass({
|
|||
sideOpacity: 1.0,
|
||||
middleOpacity: 1.0,
|
||||
});
|
||||
dis.unregister(this.dispatcherRef);
|
||||
document.removeEventListener('keydown', this._onKeyDown);
|
||||
},
|
||||
|
||||
onAction: function(payload) {
|
||||
if (payload.action === 'view_room') {
|
||||
const event = this.props.mxEvent;
|
||||
const Client = MatrixClientPeg.get();
|
||||
Client.sendEvent(payload.room_id, event.getType(), event.getContent()).done(() => {
|
||||
dis.dispatch({action: 'message_sent'});
|
||||
}, (err) => {
|
||||
if (err.name === "UnknownDeviceError") {
|
||||
dis.dispatch({
|
||||
action: 'unknown_device_error',
|
||||
err: err,
|
||||
room: Client.getRoom(payload.room_id),
|
||||
});
|
||||
}
|
||||
dis.dispatch({action: 'message_send_failed'});
|
||||
});
|
||||
if (this.props.currentRoomId === payload.room_id) this.props.onCancelClick();
|
||||
}
|
||||
},
|
||||
|
||||
_onKeyDown: function(ev) {
|
||||
switch (ev.keyCode) {
|
||||
case KeyCode.ESCAPE:
|
||||
|
|
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
'use strict';
|
||||
var React = require("react");
|
||||
var ReactDOM = require("react-dom");
|
||||
import { _t } from '../../../languageHandler';
|
||||
import { _t, _tJsx } from '../../../languageHandler';
|
||||
var GeminiScrollbar = require('react-gemini-scrollbar');
|
||||
var MatrixClientPeg = require("../../../MatrixClientPeg");
|
||||
var CallHandler = require('../../../CallHandler');
|
||||
|
@ -33,11 +33,28 @@ var Receipt = require('../../../utils/Receipt');
|
|||
|
||||
const HIDE_CONFERENCE_CHANS = true;
|
||||
|
||||
const VERBS = {
|
||||
'm.favourite': 'favourite',
|
||||
'im.vector.fake.direct': 'tag direct chat',
|
||||
'im.vector.fake.recent': 'restore',
|
||||
'm.lowpriority': 'demote',
|
||||
function phraseForSection(section) {
|
||||
// These would probably be better as individual strings,
|
||||
// but for some reason we have translations for these strings
|
||||
// as-is, so keeping it like this for now.
|
||||
let verb;
|
||||
switch (section) {
|
||||
case 'm.favourite':
|
||||
verb = _t('to favourite');
|
||||
break;
|
||||
case 'im.vector.fake.direct':
|
||||
verb = _t('to tag direct chat');
|
||||
break;
|
||||
case 'im.vector.fake.recent':
|
||||
verb = _t('to restore');
|
||||
break;
|
||||
case 'm.lowpriority':
|
||||
verb = _t('to demote');
|
||||
break;
|
||||
default:
|
||||
return _t('Drop here to tag %(section)s', {section: section});
|
||||
}
|
||||
return _t('Drop here %(toAction)s', {toAction: verb});
|
||||
};
|
||||
|
||||
module.exports = React.createClass({
|
||||
|
@ -478,17 +495,25 @@ module.exports = React.createClass({
|
|||
switch (section) {
|
||||
case 'im.vector.fake.direct':
|
||||
return <div className="mx_RoomList_emptySubListTip">
|
||||
Press
|
||||
<StartChatButton size="16" callout={true}/>
|
||||
to start a chat with someone
|
||||
{_tJsx(
|
||||
"Press <StartChatButton> to start a chat with someone",
|
||||
[/<StartChatButton>/],
|
||||
[
|
||||
(sub) => <StartChatButton size="16" callout={true}/>
|
||||
]
|
||||
)}
|
||||
</div>;
|
||||
case 'im.vector.fake.recent':
|
||||
return <div className="mx_RoomList_emptySubListTip">
|
||||
You're not in any rooms yet! Press
|
||||
<CreateRoomButton size="16" callout={true}/>
|
||||
to make a room or
|
||||
<RoomDirectoryButton size="16" callout={true}/>
|
||||
to browse the directory
|
||||
{_tJsx(
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or"+
|
||||
" <RoomDirectoryButton> to browse the directory",
|
||||
[/<CreateRoomButton>/, /<RoomDirectoryButton>/],
|
||||
[
|
||||
(sub) => <CreateRoomButton size="16" callout={true}/>,
|
||||
(sub) => <RoomDirectoryButton size="16" callout={true}/>
|
||||
]
|
||||
)}
|
||||
</div>;
|
||||
}
|
||||
|
||||
|
@ -497,7 +522,7 @@ module.exports = React.createClass({
|
|||
return null;
|
||||
}
|
||||
|
||||
const labelText = 'Drop here to ' + (VERBS[section] || 'tag ' + section);
|
||||
const labelText = phraseForSection(section);
|
||||
|
||||
return <RoomDropTarget label={labelText} />;
|
||||
},
|
||||
|
|
|
@ -594,7 +594,7 @@ module.exports = React.createClass({
|
|||
<div>
|
||||
<label>
|
||||
{ isEncrypted
|
||||
? <img className="mx_RoomSettings_e2eIcon mx_filterFlipColor" src="img/e2e-verified.svg" width="10" height="12" />
|
||||
? <img className="mx_RoomSettings_e2eIcon" src="img/e2e-verified.svg" width="10" height="12" />
|
||||
: <img className="mx_RoomSettings_e2eIcon mx_filterFlipColor" src="img/e2e-unencrypted.svg" width="12" height="12" />
|
||||
}
|
||||
{ isEncrypted ? _t("Encryption is enabled in this room") : _t("Encryption is not enabled in this room") }.
|
||||
|
|
|
@ -14,10 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import React from 'react';
|
||||
import dis from '../../../dispatcher';
|
||||
import AccessibleButton from '../elements/AccessibleButton';
|
||||
import sdk from '../../../index';
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
@ -45,17 +42,10 @@ export default React.createClass({
|
|||
title: React.PropTypes.string,
|
||||
onCancelClick: React.PropTypes.func,
|
||||
|
||||
// is the RightPanel collapsed?
|
||||
collapsedRhs: React.PropTypes.bool,
|
||||
|
||||
// `src` to a TintableSvg. Optional.
|
||||
icon: React.PropTypes.string,
|
||||
},
|
||||
|
||||
onShowRhsClick: function(ev) {
|
||||
dis.dispatch({ action: 'show_right_panel' });
|
||||
},
|
||||
|
||||
render: function() {
|
||||
let cancelButton;
|
||||
let icon;
|
||||
|
@ -70,25 +60,12 @@ export default React.createClass({
|
|||
/>;
|
||||
}
|
||||
|
||||
let showRhsButton;
|
||||
/* // don't bother cluttering things up with this for now.
|
||||
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
||||
|
||||
if (this.props.collapsedRhs) {
|
||||
showRhsButton =
|
||||
<div className="mx_RoomHeader_button" style={{ float: 'right' }} onClick={this.onShowRhsClick} title=">">
|
||||
<TintableSvg src="img/minimise.svg" width="10" height="16"/>
|
||||
</div>
|
||||
}
|
||||
*/
|
||||
|
||||
return (
|
||||
<div className="mx_RoomHeader" >
|
||||
<div className="mx_RoomHeader_wrapper">
|
||||
<div className="mx_RoomHeader_simpleHeader">
|
||||
{ icon }
|
||||
{ this.props.title }
|
||||
{ showRhsButton }
|
||||
{ cancelButton }
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -20,6 +20,8 @@ var React = require('react');
|
|||
var MatrixClientPeg = require("../../../MatrixClientPeg");
|
||||
var Modal = require("../../../Modal");
|
||||
var sdk = require("../../../index");
|
||||
|
||||
import q from 'q';
|
||||
import AccessibleButton from '../elements/AccessibleButton';
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
||||
|
@ -140,7 +142,15 @@ module.exports = React.createClass({
|
|||
});
|
||||
|
||||
cli.setPassword(authDict, newPassword).then(() => {
|
||||
this.props.onFinished();
|
||||
if (this.props.shouldAskForEmail) {
|
||||
return this._optionallySetEmail().then((confirmed) => {
|
||||
this.props.onFinished({
|
||||
didSetEmail: confirmed,
|
||||
});
|
||||
});
|
||||
} else {
|
||||
this.props.onFinished();
|
||||
}
|
||||
}, (err) => {
|
||||
this.props.onError(err);
|
||||
}).finally(() => {
|
||||
|
@ -150,6 +160,20 @@ module.exports = React.createClass({
|
|||
}).done();
|
||||
},
|
||||
|
||||
_optionallySetEmail: function() {
|
||||
const deferred = q.defer();
|
||||
// Ask for an email otherwise the user has no way to reset their password
|
||||
const SetEmailDialog = sdk.getComponent("dialogs.SetEmailDialog");
|
||||
Modal.createDialog(SetEmailDialog, {
|
||||
title: _t('Do you want to set an email address?'),
|
||||
onFinished: (confirmed) => {
|
||||
// ignore confirmed, setting an email is optional
|
||||
deferred.resolve(confirmed);
|
||||
},
|
||||
});
|
||||
return deferred.promise;
|
||||
},
|
||||
|
||||
_onExportE2eKeysClicked: function() {
|
||||
Modal.createDialogAsync(
|
||||
(cb) => {
|
||||
|
@ -199,7 +223,7 @@ module.exports = React.createClass({
|
|||
const passwordLabel = this.state.cachedPassword ?
|
||||
_t('Password') : _t('New Password');
|
||||
return (
|
||||
<div className={this.props.className}>
|
||||
<form className={this.props.className} onSubmit={this.onClickChange}>
|
||||
{ currentPassword }
|
||||
<div className={rowClassName}>
|
||||
<div className={rowLabelClassName}>
|
||||
|
@ -222,7 +246,7 @@ module.exports = React.createClass({
|
|||
element="button">
|
||||
{ _t('Change Password') }
|
||||
</AccessibleButton>
|
||||
</div>
|
||||
</form>
|
||||
);
|
||||
case this.Phases.Uploading:
|
||||
var Loader = sdk.getComponent("elements.Spinner");
|
||||
|
|
|
@ -76,14 +76,11 @@ function createRoom(opts) {
|
|||
}
|
||||
];
|
||||
|
||||
let modal;
|
||||
setTimeout(()=>{
|
||||
modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
|
||||
}, 0);
|
||||
const modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
|
||||
|
||||
let roomId;
|
||||
return client.createRoom(createOpts).finally(function() {
|
||||
if (modal) modal.close();
|
||||
modal.close();
|
||||
}).then(function(res) {
|
||||
roomId = res.room_id;
|
||||
if (opts.dmUserId) {
|
||||
|
@ -100,6 +97,7 @@ function createRoom(opts) {
|
|||
dis.dispatch({
|
||||
action: 'view_room',
|
||||
room_id: roomId,
|
||||
should_peek: false,
|
||||
});
|
||||
}
|
||||
return roomId;
|
||||
|
|
|
@ -41,9 +41,6 @@ class MatrixDispatcher extends flux.Dispatcher {
|
|||
}
|
||||
}
|
||||
|
||||
// XXX this is a big anti-pattern, and makes testing hard. Because dispatches
|
||||
// happen asynchronously, it is possible for actions dispatched in one thread
|
||||
// to arrive in another, with *hilarious* consequences.
|
||||
if (global.mxDispatcher === undefined) {
|
||||
global.mxDispatcher = new MatrixDispatcher();
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"Historical": "Archiv",
|
||||
"New passwords must match each other.": "Die neuen Passwörter müssen identisch sein.",
|
||||
"A new password must be entered.": "Es muss ein neues Passwort eingegeben werden.",
|
||||
"The email address linked to your account must be entered.": "Es muss die Email-Adresse eingeben werden, welche zum Account gehört.",
|
||||
"The email address linked to your account must be entered.": "Es muss die mit dem Benutzerkonto verbundene Email-Adresse eingegeben werden.",
|
||||
"Failed to send email: ": "Email konnte nicht versendet werden: ",
|
||||
"unknown device": "Unbekanntes Gerät",
|
||||
"NOT verified": "NICHT verifiziert",
|
||||
|
@ -28,14 +28,14 @@
|
|||
"Decryption error": "Entschlüsselungs Fehler",
|
||||
"Session ID": "Sitzungs-ID",
|
||||
"End-to-end encryption information": "Ende-zu-Ende-Verschlüsselungs-Informationen",
|
||||
"Event information": "Ereignis-Informationen",
|
||||
"Event information": "Ereignis-Information",
|
||||
"Sender device information": "Absender Geräte Informationen",
|
||||
"Displays action": "Zeigt Aktionen an",
|
||||
"Bans user with given id": "Sperrt Benutzer mit der angegebenen ID",
|
||||
"Bans user with given id": "Schließt den Benutzer mit der angegebenen ID dauerhaft aus dem Raum aus",
|
||||
"Deops user with given id": "Entfernt OP beim Benutzer mit der angegebenen ID",
|
||||
"Invites user with given id to current room": "Lädt den Benutzer mit der angegebenen ID in den aktuellen Raum ein",
|
||||
"Joins room with given alias": "Betrete Raum mit angegebenen Alias",
|
||||
"Kicks user with given id": "Kickt Benutzer mit angegebener ID",
|
||||
"Kicks user with given id": "Entfernt den Benutzer mit der angegebenen ID aus dem Raum",
|
||||
"Changes your display nickname": "Ändert deinen angezeigten Nicknamen",
|
||||
"Change Password": "Passwort ändern",
|
||||
"Searches DuckDuckGo for results": "Verwendet DuckDuckGo für Suchergebnisse",
|
||||
|
@ -63,10 +63,10 @@
|
|||
"Anyone who knows the room's link, apart from guests": "Alle, denen der Raum-Link bekannt ist, ausgenommen Gäste",
|
||||
"Anyone who knows the room's link, including guests": "Jeder der den Raum-Link kennt - auch Gäste",
|
||||
"Are you sure you want to leave the room?": "Bist du sicher, dass du den Raum verlassen willst?",
|
||||
"Are you sure you want to reject the invitation?": "Bist du sicher, dass die die Einladung ablehnen willst?",
|
||||
"Are you sure you want to reject the invitation?": "Bist du sicher, dass du die Einladung ablehnen willst?",
|
||||
"Are you sure you want to upload the following files?": "Bist du sicher, dass du die folgenden Dateien hochladen möchtest?",
|
||||
"banned": "gebannt",
|
||||
"Banned users": "Gebannte Nutzer",
|
||||
"Banned users": "Dauerhaft aus dem Raum ausgeschlossene Benutzer",
|
||||
"Bug Report": "Fehlerbericht",
|
||||
"changed avatar": "änderte Avatar",
|
||||
"changed their display name from": "änderte seinen Anzeigenamen von",
|
||||
|
@ -78,11 +78,11 @@
|
|||
"Click here": "Hier klicken,",
|
||||
"Confirm your new password": "Neues Passwort bestätigen",
|
||||
"Continue": "Fortfahren",
|
||||
"Create an account": "Erstelle einen Account",
|
||||
"Create an account": "Benutzerkonto erstellen",
|
||||
"Create Room": "Raum erstellen",
|
||||
"Cryptography": "Verschlüsselung",
|
||||
"Deactivate Account": "Account deaktivieren",
|
||||
"Deactivate my account": "Meinen Account deaktivieren",
|
||||
"Deactivate Account": "Benutzerkonto deaktivieren",
|
||||
"Deactivate my account": "Mein Benutzerkonto deaktivieren",
|
||||
"decline": "Ablehnen",
|
||||
"Devices will not yet be able to decrypt history from before they joined the room": "Geräte werden nicht in der Lage sein, den Chatverlauf vor dem Betreten des Raumes zu entschlüsseln",
|
||||
"Display name": "Anzeigename",
|
||||
|
@ -105,7 +105,7 @@
|
|||
"Can't load user settings": "Benutzereinstellungen können nicht geladen werden",
|
||||
"changed name": "änderte Namen",
|
||||
"changed the power level of": "änderte Berechtigungslevel von",
|
||||
"Clear Cache": "Leere Cache",
|
||||
"Clear Cache": "Cache leeren",
|
||||
"Click here to fix": "Zum reparieren hier klicken",
|
||||
"*️⃣ Commands": "*️⃣ Befehle",
|
||||
"Default": "Standard",
|
||||
|
@ -116,11 +116,11 @@
|
|||
"Failed to leave room": "Verlassen des Raums fehlgeschlagen",
|
||||
"Failed to reject invitation": "Einladung konnte nicht abgelehnt werden",
|
||||
"Failed to set avatar.": "Fehler beim Setzen des Profilbilds.",
|
||||
"Failed to unban": "Entbannen fehlgeschlagen",
|
||||
"Failed to unban": "Dauerhaftes Ausschließen aus dem Raum konnte nicht aufgehoben werden",
|
||||
"Failed to upload file": "Datei-Upload fehlgeschlagen",
|
||||
"Favourite": "Favorit",
|
||||
"favourite": "Als Favorit setzen",
|
||||
"Forget room": "Raum vergessen",
|
||||
"Forget room": "Raum entfernen",
|
||||
"Forgot your password?": "Passwort vergessen?",
|
||||
"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.": "Aus Sicherheitsgründen werden beim Ausloggen alle Ende-zu-Ende-Verschlüsselungs-Schlüssel in diesem Browser gelöscht. Wenn du in späteren Riot-Sitzungen den bisherigen Chatverlauf entschlüsseln möchtest, exportiere bitte deine Schlüssel zur sicheren Aufbewahrung.",
|
||||
"For security, this session has been signed out. Please sign in again.": "Aus Sicherheitsgründen wurde diese Sitzung beendet. Bitte melde dich erneut an.",
|
||||
|
@ -172,7 +172,7 @@
|
|||
"Permissions": "Berechtigungen",
|
||||
"Phone": "Telefon",
|
||||
"placed a": "plazierte einen",
|
||||
"Please check your email and click on the link it contains. Once this is done, click continue.": "Bitte prüfen sie ihre E-Mails und klicken sie auf den enthaltenden Link. Anschließend klicke auf \"Fortsetzen\".",
|
||||
"Please check your email and click on the link it contains. Once this is done, click continue.": "Bitte prüfe deinen E-Mail-Posteingang und klicke auf den in der E-Mail enthaltenen Link. Anschließend auf \"Fortsetzen\" klicken.",
|
||||
"Please Register": "Bitte registrieren",
|
||||
"Privacy warning": "Datenschutzwarnung",
|
||||
"Privileged Users": "Privilegierte Nutzer",
|
||||
|
@ -205,13 +205,13 @@
|
|||
"Sign out": "Abmelden",
|
||||
"since the point in time of selecting this option": "ab dem Zeitpunkt, an dem diese Option gewählt wird",
|
||||
"since they joined": "ab dem Zeitpunkt, an dem sie beigetreten sind",
|
||||
"since they were invited": "seitdem sie eingeladen wurden",
|
||||
"since they were invited": "ab dem Zeitpunkt, an dem sie eingeladen wurden",
|
||||
"Someone": "Jemand",
|
||||
"Start a chat": "Starte einen Chat",
|
||||
"Start a chat": "Chat starten",
|
||||
"Start Chat": "Chat beginnen",
|
||||
"Success": "Erfolg",
|
||||
"tag direct chat": "Zum kennzeichnen als direkten Chat",
|
||||
"The default role for new room members is": "Die Standard-Rolle für neue Raum-Mitglieder ist",
|
||||
"The default role for new room members is": "Das Standard-Berechtigungslevel für neue Raum-Mitglieder ist",
|
||||
"their invitations": "ihre Einladungen",
|
||||
"their invitation": "ihre Einladung",
|
||||
"These are experimental features that may break in unexpected ways. Use with caution": "Dies sind experimentelle Funktionen die in unerwarteter Weise Fehler verursachen können. Mit Vorsicht benutzen",
|
||||
|
@ -219,30 +219,30 @@
|
|||
"This doesn't appear to be a valid email address": "Dies scheint keine gültige E-Mail-Adresse zu sein",
|
||||
"this invitation?": "diese Einladung?",
|
||||
"This is a preview of this room. Room interactions have been disabled": "Dies ist eine Vorschau dieses Raumes. Raum-Interaktionen wurden deaktiviert",
|
||||
"This room is not accessible by remote Matrix servers": "Andere Matrix-Server können auf diesen Raum nicht zugreifen",
|
||||
"This room is not accessible by remote Matrix servers": "Remote-Matrix-Server können auf diesen Raum nicht zugreifen",
|
||||
"This room's internal ID is": "Die interne ID dieses Raumes ist",
|
||||
"To ban users": "Zum Nutzer bannen",
|
||||
"To ban users": "Um Benutzer dauerhaft aus dem Raum auszuschließen",
|
||||
"To configure the room": "Um den Raum zu konfigurieren",
|
||||
"To invite users into the room": "Um Nutzer in den Raum einzuladen",
|
||||
"to join the discussion": "um an der Diskussion teilzunehmen",
|
||||
"To kick users": "Um Nutzer zu entfernen",
|
||||
"To kick users": "Um Benutzer aus dem Raum zu entfernen",
|
||||
"Admin": "Administrator",
|
||||
"Server may be unavailable, overloaded, or you hit a bug.": "Server ist nicht verfügbar, überlastet oder du bist auf einen Fehler gestoßen.",
|
||||
"Could not connect to the integration server": "Konnte keine Verbindung zum Integrations-Server herstellen",
|
||||
"Disable inline URL previews by default": "URL-Vorschau im Chat standardmäßig deaktivieren",
|
||||
"Guests can't use labs features. Please register.": "Gäste können keine Labor-Funktionen nutzen. Bitte registrieren.",
|
||||
"Labs": "Labor",
|
||||
"Show panel": "Zeige Panel",
|
||||
"Show panel": "Panel anzeigen",
|
||||
"To redact messages": "Zum Nachrichten verbergen",
|
||||
"Can't connect to homeserver - please check your connectivity and ensure your": "Die Verbindung mit dem Homeserver ist fehlgeschlagen. Bitte überprüfe deine Verbindung und stelle sicher, dass dein(e) ",
|
||||
"tag as": "kennzeichne als",
|
||||
"To reset your password, enter the email address linked to your account": "Um dein Passwort zurückzusetzen, gib bitte die mit deinem Account verknüpfte E-Mail-Adresse ein",
|
||||
"To send messages": "Zum Nachrichten senden",
|
||||
"To send messages": "Um Nachrichten zu senden",
|
||||
"turned on end-to-end encryption (algorithm": "aktivierte Ende-zu-Ende-Verschlüsselung (Algorithmus",
|
||||
"Unable to add email address": "E-Mail-Adresse konnte nicht hinzugefügt werden",
|
||||
"Unable to remove contact information": "Unfähig die Kontakt-Informationen zu löschen",
|
||||
"Unable to remove contact information": "Die Kontakt-Informationen konnten nicht gelöscht werden",
|
||||
"Unable to verify email address.": "Unfähig die E-Mail-Adresse zu verifizieren.",
|
||||
"Unban": "Entbannen",
|
||||
"Unban": "Dauerhaftes Ausschließen aus dem Raum aufheben",
|
||||
"Unencrypted room": "Unverschlüsselter Raum",
|
||||
"unknown error code": "Unbekannter Fehlercode",
|
||||
"unknown": "unbekannt",
|
||||
|
@ -252,7 +252,7 @@
|
|||
"Upload file": "Datei hochladen",
|
||||
"User Interface": "Benutzeroberfläche",
|
||||
"User name": "Nutzername",
|
||||
"Users": "Nutzer",
|
||||
"Users": "Benutzer",
|
||||
"User": "Nutzer",
|
||||
"Verification Pending": "Verifizierung ausstehend",
|
||||
"Video call": "Video-Anruf",
|
||||
|
@ -260,10 +260,10 @@
|
|||
"VoIP conference finished.": "VoIP-Konferenz wurde beendet.",
|
||||
"VoIP conference started.": "VoIP-Konferenz gestartet.",
|
||||
"(warning: cannot be disabled again!)": "(Warnung: Kann nicht wieder deaktiviert werden!)",
|
||||
"was banned": "wurde aus dem Raum verbannt",
|
||||
"was banned": "wurde dauerhaft aus dem Raum ausgeschlossen",
|
||||
"was invited": "wurde eingeladen",
|
||||
"was kicked": "wurde gekickt",
|
||||
"was unbanned": "wurde entbannt",
|
||||
"was kicked": "wurde aus dem Raum entfernt",
|
||||
"was unbanned": "wurde vom dauerhaften Ausschluss aus dem Raum befreit",
|
||||
"was": "wurde",
|
||||
"Who can access this room?": "Wer hat Zugang zu diesem Raum?",
|
||||
"Who can read history?": "Wer kann die Chat-Historie lesen?",
|
||||
|
@ -289,8 +289,8 @@
|
|||
"Failed to verify email address: make sure you clicked the link in the email": "Verifizierung der E-Mail-Adresse fehlgeschlagen: Bitte stelle sicher, dass du den Link in der E-Mail angeklickt hast",
|
||||
"Failure to create room": "Raumerstellung fehlgeschlagen",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "Gastnutzer können keine neuen Räume erstellen. Bitte registriere dich um Räume zu erstellen und Chats zu starten.",
|
||||
"Riot does not have permission to send you notifications - please check your browser settings": "Riot hat keine Berechtigung Benachrichtigungen zu senden - bitte prüfe deine Browser-Einstellungen",
|
||||
"Riot was not given permission to send notifications - please try again": "Riot hat das Recht nicht bekommen Benachrichtigungen zu senden. Bitte erneut probieren",
|
||||
"Riot does not have permission to send you notifications - please check your browser settings": "Riot hat keine Berechtigung, um Benachrichtigungen zu senden - bitte Browser-Einstellungen überprüfen",
|
||||
"Riot was not given permission to send notifications - please try again": "Riot hat keine Berechtigung für das Senden von Benachrichtigungen erhalten - bitte erneut versuchen",
|
||||
"This email address is already in use": "Diese E-Mail-Adresse wird bereits verwendet",
|
||||
"This email address was not found": "Diese E-Mail-Adresse konnte nicht gefunden werden",
|
||||
"The file '%(fileName)s' exceeds this home server's size limit for uploads": "Die Datei '%(fileName)s' überschreitet das Größen-Limit für Uploads auf diesem Homeserver",
|
||||
|
@ -304,7 +304,7 @@
|
|||
"VoIP is unsupported": "VoIP wird nicht unterstützt",
|
||||
"You are already in a call.": "Du bist bereits in einem Gespräch.",
|
||||
"You cannot place a call with yourself.": "Du kannst keinen Anruf mit dir selbst starten.",
|
||||
"You cannot place VoIP calls in this browser.": "Du kannst keine VoIP-Gespräche in diesem Browser starten.",
|
||||
"You cannot place VoIP calls in this browser.": "VoIP-Gespräche werden von diesem Browser nicht unterstützt.",
|
||||
"You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.": "Du musst dich erneut anmelden, um Ende-zu-Ende-Verschlüsselungs-Schlüssel für dieses Gerät zu generieren und um den öffentlichen Schlüssel auf deinem Homeserver zu hinterlegen. Dies muss nur einmal durchgeführt werden, bitte entschuldige die Unannehmlichkeiten.",
|
||||
"Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Deine E-Mail-Adresse scheint nicht mit einer Matrix-ID auf diesem Heimserver verbunden zu sein.",
|
||||
"Sun": "So",
|
||||
|
@ -316,10 +316,10 @@
|
|||
"Sat": "Sa",
|
||||
"Jan": "Jan",
|
||||
"Feb": "Feb",
|
||||
"Mar": "März",
|
||||
"Mar": "Mrz",
|
||||
"Apr": "April",
|
||||
"May": "Mai",
|
||||
"Jun": "Juni",
|
||||
"Jun": "Jun",
|
||||
"Jul": "Juli",
|
||||
"Aug": "Aug",
|
||||
"Sep": "Sep",
|
||||
|
@ -339,7 +339,7 @@
|
|||
"User names may only contain letters, numbers, dots, hyphens and underscores.": "Benutzernamen dürfen nur Buchstaben, Nummern, Punkte, Binde- und Unterstriche enthalten.",
|
||||
"An unknown error occurred.": "Ein unbekannter Fehler ist aufgetreten.",
|
||||
"I already have an account": "Ich habe bereits einen Account",
|
||||
"An error occurred: %(error_string)s": "Ein Fehler trat auf: %(error_string)s",
|
||||
"An error occurred: %(error_string)s": "Ein Fehler ist aufgetreten: %(error_string)s",
|
||||
"Topic": "Thema",
|
||||
"Make this room private": "Mache diesen Raum privat",
|
||||
"Share message history with new users": "Bisherigen Chatverlauf mit neuen Nutzern teilen",
|
||||
|
@ -351,7 +351,7 @@
|
|||
"%(names)s and one other are typing": "%(names)s und eine weitere Person tippen",
|
||||
"%(names)s and %(count)s others are typing": "%(names)s und %(count)s weitere Personen schreiben",
|
||||
"%(senderName)s answered the call.": "%(senderName)s hat den Anruf angenommen.",
|
||||
"%(senderName)s banned %(targetName)s.": "%(senderName)s hat %(targetName)s aus dem Raum verbannt.",
|
||||
"%(senderName)s banned %(targetName)s.": "%(senderName)s hat %(targetName)s dauerhaft aus dem Raum ausgeschlossen.",
|
||||
"%(senderName)s changed their display name from %(oldDisplayName)s to %(displayName)s.": "%(senderName)s hat den Anzeigenamen von \"%(oldDisplayName)s\" auf \"%(displayName)s\" geändert.",
|
||||
"%(senderName)s changed their profile picture.": "%(senderName)s hat das Profilbild geändert.",
|
||||
"%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s hat das Berechtigungslevel von %(powerLevelDiffText)s geändert.",
|
||||
|
@ -365,7 +365,7 @@
|
|||
"%(senderName)s invited %(targetName)s.": "%(senderName)s hat %(targetName)s eingeladen.",
|
||||
"%(displayName)s is typing": "%(displayName)s schreibt",
|
||||
"%(targetName)s joined the room.": "%(targetName)s hat den Raum betreten.",
|
||||
"%(senderName)s kicked %(targetName)s.": "%(senderName)s kickte %(targetName)s.",
|
||||
"%(senderName)s kicked %(targetName)s.": "%(senderName)s hat %(targetName)s aus dem Raum entfernt.",
|
||||
"%(targetName)s left the room.": "%(targetName)s hat den Raum verlassen.",
|
||||
"%(senderName)s made future room history visible to": "%(senderName)s machte die zukünftige Raumhistorie sichtbar für",
|
||||
"Missing room_id in request": "Fehlende room_id in Anfrage",
|
||||
|
@ -389,7 +389,7 @@
|
|||
"These are experimental features that may break in unexpected ways": "Dies sind experimentelle Funktionen, die in unerwarteter Weise Fehler verursachen können",
|
||||
"To use it, just wait for autocomplete results to load and tab through them.": "Um diese Funktion zu nutzen, warte einfach auf die Autovervollständigungsergebnisse und benutze dann die TAB-Taste zum durchblättern.",
|
||||
"%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s hat die Ende-zu-Ende-Verschlüsselung aktiviert (Algorithmus: %(algorithm)s).",
|
||||
"%(senderName)s unbanned %(targetName)s.": "%(senderName)s zog Bann für %(targetName)s zurück.",
|
||||
"%(senderName)s unbanned %(targetName)s.": "%(senderName)s hat das dauerhafte Ausschließen von %(targetName)s aus dem Raum aufgehoben.",
|
||||
"Usage": "Verwendung",
|
||||
"Use with caution": "Mit Vorsicht zu verwenden",
|
||||
"%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s hat die Einladung für %(targetName)s zurückgezogen.",
|
||||
|
@ -416,16 +416,16 @@
|
|||
"Drop here %(toAction)s": "Hierher ziehen: %(toAction)s",
|
||||
"Drop here to tag %(section)s": "Hierher ziehen: %(section)s taggen",
|
||||
"Press": "Drücke",
|
||||
"tag as %(tagName)s": "als %(tagName)s taggen",
|
||||
"tag as %(tagName)s": "als %(tagName)s markieren",
|
||||
"to browse the directory": "um das Raum-Verzeichnis zu durchsuchen",
|
||||
"to demote": "um das Berechtigungslevel herabzusetzen",
|
||||
"to favourite": "zum Favorisieren",
|
||||
"to make a room or": "um einen Raum zu erstellen, oder",
|
||||
"to restore": "zum wiederherstellen",
|
||||
"to start a chat with someone": "um einen Chat mit jemandem zu starten",
|
||||
"to tag direct chat": "als direkten Chat markieren",
|
||||
"to tag direct chat": "als Direkt-Chat markieren",
|
||||
"You're not in any rooms yet! Press": "Du bist noch keinem Raum beigetreten! Drücke",
|
||||
"click to reveal": "Klicke zum anzeigen",
|
||||
"click to reveal": "anzeigen",
|
||||
"To remove other users' messages": "Um Nachrichten anderer Nutzer zu verbergen",
|
||||
"You are trying to access %(roomName)s.": "Du versuchst, auf den Raum \"%(roomName)s\" zuzugreifen.",
|
||||
"af": "Afrikaans",
|
||||
|
@ -550,16 +550,16 @@
|
|||
"Friday": "Freitag",
|
||||
"Saturday": "Samstag",
|
||||
"Sunday": "Sonntag",
|
||||
"Failed to forget room %(errCode)s": "Das Entfernen des Raums %(errCode)s aus deiner Liste ist fehlgeschlagen",
|
||||
"Failed to forget room %(errCode)s": "Das Entfernen des Raums ist fehlgeschlagen %(errCode)s",
|
||||
"Failed to join the room": "Fehler beim Betreten des Raumes",
|
||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Eine Textnachricht wurde an +%(msisdn)s gesendet. Bitte gebe den Verifikationscode ein, den er beinhaltet",
|
||||
"and %(overflowCount)s others...": "und %(overflowCount)s weitere...",
|
||||
"and one other...": "und ein(e) weitere(r)...",
|
||||
"Are you sure?": "Bist du sicher?",
|
||||
"Attachment": "Anhang",
|
||||
"Ban": "Verbannen",
|
||||
"Ban": "Dauerhaft aus dem Raum ausschließen",
|
||||
"Can't connect to homeserver - please check your connectivity and ensure your <a>homeserver's SSL certificate</a> is trusted.": "Verbindungsaufbau zum Heimserver nicht möglich - bitte Internetverbindung überprüfen und sicherstellen, ob das <a>SSL-Zertifikat des Heimservers</a> vertrauenswürdig ist.",
|
||||
"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>.": "Kann nicht zum Heimserver via HTTP verbinden, wenn eine HTTPS-Url in deiner Adresszeile steht. Nutzer HTTPS oder <a>aktiviere unsichere Skripte</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>.": "Es kann keine Verbindung zum Heimserver via HTTP aufgebaut werden, wenn die Adresszeile des Browsers eine HTTPS-URL enthält. Entweder HTTPS verwenden oder alternativ <a>unsichere Skripte erlauben</a>.",
|
||||
"changing room on a RoomView is not supported": "Das Ändern eines Raumes in einer RaumAnsicht wird nicht unterstützt",
|
||||
"Click to mute audio": "Klicke um den Ton stumm zu stellen",
|
||||
"Click to mute video": "Klicken, um das Video stummzuschalten",
|
||||
|
@ -571,7 +571,7 @@
|
|||
"Disinvite": "Einladung zurückziehen",
|
||||
"Download %(text)s": "%(text)s herunterladen",
|
||||
"Enter Code": "Code eingeben",
|
||||
"Failed to ban user": "Bannen des Nutzers fehlgeschlagen",
|
||||
"Failed to ban user": "Dauerhaftes Ausschließen des Benutzers aus dem Raum fehlgeschlagen",
|
||||
"Failed to change power level": "Ändern des Berechtigungslevels fehlgeschlagen",
|
||||
"Failed to delete device": "Löschen des Geräts fehlgeschlagen",
|
||||
"Failed to join room": "Betreten des Raumes ist fehlgeschlagen",
|
||||
|
@ -581,14 +581,14 @@
|
|||
"Failed to save settings": "Einstellungen konnten nicht gespeichert werden",
|
||||
"Failed to set display name": "Anzeigename konnte nicht gesetzt werden",
|
||||
"Fill screen": "Fülle Bildschirm",
|
||||
"Hide Text Formatting Toolbar": "Verberge Text-Formatierungs-Toolbar",
|
||||
"Hide Text Formatting Toolbar": "Text-Formatierungs-Werkzeugleiste verbergen",
|
||||
"Incorrect verification code": "Falscher Verifizierungscode",
|
||||
"Invalid alias format": "Ungültiges Alias-Format",
|
||||
"Invalid address format": "Ungültiges Adressformat",
|
||||
"'%(alias)s' is not a valid format for an address": "'%(alias)s' ist kein gültiges Adressformat",
|
||||
"'%(alias)s' is not a valid format for an alias": "'%(alias)s' ist kein gültiges Alias-Format",
|
||||
"Join Room": "Dem Raum beitreten",
|
||||
"Kick": "Kicke",
|
||||
"Kick": "Aus dem Raum entfernen",
|
||||
"Level": "Berechtigungslevel",
|
||||
"Local addresses for this room:": "Lokale Adressen dieses Raumes:",
|
||||
"Markdown is disabled": "Markdown ist deaktiviert",
|
||||
|
@ -601,7 +601,7 @@
|
|||
"No more results": "Keine weiteren Ergebnisse",
|
||||
"No results": "Keine Ergebnisse",
|
||||
"OK": "OK",
|
||||
"Revoke Moderator": "Moderator zurückziehen",
|
||||
"Revoke Moderator": "Moderator-Status zurückziehen",
|
||||
"Search": "Suchen",
|
||||
"Search failed": "Suche ist fehlgeschlagen",
|
||||
"Server error": "Server-Fehler",
|
||||
|
@ -615,8 +615,8 @@
|
|||
"%(actionVerb)s this person?": "Diese Person %(actionVerb)s?",
|
||||
"This room has no local addresses": "Dieser Raum hat keine lokale Adresse",
|
||||
"This room is private or inaccessible to guests. You may be able to join if you register": "Dieser Raum ist privat oder für Gäste nicht zugänglich. Du kannst jedoch eventuell beitreten, wenn du dich registrierst",
|
||||
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Versuchte einen spezifischen Punkt in der Raum-Chronik zu laden, aber du hast keine Berechtigung die angeforderte Nachricht anzuzeigen.",
|
||||
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Der Versuch, einen spezifischen Punkt im Chatverlauf zu laden, ist fehlgeschlagen. Der Punkt konnte nicht gefunden werden.",
|
||||
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Es wurde versucht, einen bestimmten Punkt im Chatverlauf dieses Raumes zu laden. Dir fehlt jedoch die Berechtigung, die betreffende Nachricht zu sehen.",
|
||||
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Es wurde versucht, einen bestimmten Punkt im Chatverlauf dieses Raumes zu laden, der Punkt konnte jedoch nicht gefunden werden.",
|
||||
"Turn Markdown off": "Markdown deaktiveren",
|
||||
"Turn Markdown on": "Markdown einschalten",
|
||||
"Unable to load device list": "Geräteliste konnte nicht geladen werden",
|
||||
|
@ -656,9 +656,9 @@
|
|||
"%(severalUsers)sjoined": "%(severalUsers)shaben den Raum betreten",
|
||||
"%(oneUser)sjoined": "%(oneUser)shat den Raum betreten",
|
||||
"%(severalUsers)sleft %(repeats)s times": "%(severalUsers)shaben %(repeats)s mal den Raum verlassen",
|
||||
"%(oneUser)sleft %(repeats)s times": "%(oneUser)sging %(repeats)s mal",
|
||||
"%(oneUser)sleft %(repeats)s times": "%(oneUser)shat den Raum %(repeats)s mal verlassen",
|
||||
"%(severalUsers)sleft": "%(severalUsers)shaben den Raum verlassen",
|
||||
"%(oneUser)sleft": "%(oneUser)sging",
|
||||
"%(oneUser)sleft": "%(oneUser)shat den Raum verlassen",
|
||||
"%(severalUsers)sjoined and left %(repeats)s times": "%(severalUsers)shaben den Raum %(repeats)s mal betreten und wieder verlassen",
|
||||
"%(oneUser)sjoined and left %(repeats)s times": "%(oneUser)shat den Raum %(repeats)s mal betreten und wieder verlassen",
|
||||
"%(severalUsers)sjoined and left": "%(severalUsers)shaben den Raum betreten und wieder verlassen",
|
||||
|
@ -671,21 +671,21 @@
|
|||
"%(oneUser)srejected their invitation %(repeats)s times": "%(oneUser)shat die Einladung %(repeats)s mal abgelehnt",
|
||||
"%(severalUsers)srejected their invitations": "%(severalUsers)shaben ihre Einladung abgelehnt",
|
||||
"%(oneUser)srejected their invitation": "%(oneUser)shat die Einladung abgelehnt",
|
||||
"%(severalUsers)shad their invitations withdrawn %(repeats)s times": "%(severalUsers)szogen ihre Einladungen %(repeats)s mal zurück",
|
||||
"%(oneUser)shad their invitation withdrawn %(repeats)s times": "%(oneUser)szog seine/ihre Einladung %(repeats)s mal zurück",
|
||||
"%(severalUsers)shad their invitations withdrawn %(repeats)s times": "%(severalUsers)swurden die ursprünglichen Einladungen %(repeats)s mal wieder entzogen",
|
||||
"%(oneUser)shad their invitation withdrawn %(repeats)s times": "%(oneUser)swurde die Einladung %(repeats)s mal wieder entzogen",
|
||||
"%(severalUsers)shad their invitations withdrawn": "%(severalUsers)szogen ihre Einladungen zurück",
|
||||
"%(oneUser)shad their invitation withdrawn": "%(oneUser)swurde die ursprüngliche Einladung wieder entzogen",
|
||||
"were invited %(repeats)s times": "wurden %(repeats)s mal eingeladen",
|
||||
"was invited %(repeats)s times": "wurde %(repeats)s mal eingeladen",
|
||||
"were invited": "wurden eingeladen",
|
||||
"were banned %(repeats)s times": "wurden %(repeats)s mal aus dem Raum ausgeschlossen",
|
||||
"were banned %(repeats)s times": "wurden %(repeats)s mal dauerhaft aus dem Raum ausgeschlossen",
|
||||
"was banned %(repeats)s times": "wurde %(repeats)s mal aus dem Raum ausgeschlossen",
|
||||
"were banned": "wurden aus dem Raum ausgeschlossen",
|
||||
"were unbanned %(repeats)s times": "wurden %(repeats)s mal entbannt",
|
||||
"was unbanned %(repeats)s times": "wurde %(repeats)s mal entbannt",
|
||||
"were unbanned": "wurden entbannt",
|
||||
"were kicked %(repeats)s times": "wurden %(repeats)s mal gekickt",
|
||||
"was kicked %(repeats)s times": "wurde %(repeats)s mal gekickt",
|
||||
"were banned": "wurden dauerhaft aus dem Raum ausgeschlossen",
|
||||
"were unbanned %(repeats)s times": "wurden %(repeats)s mal vom dauerhaften Ausschluss aus dem Raum befreit",
|
||||
"was unbanned %(repeats)s times": "wurde %(repeats)s mal vom dauerhaften Ausschluss aus dem Raum befreit",
|
||||
"were unbanned": "wurden vom dauerhaften Ausschluss aus dem Raum befreit",
|
||||
"were kicked %(repeats)s times": "wurden %(repeats)s mal aus dem Raum entfernt",
|
||||
"was kicked %(repeats)s times": "wurde %(repeats)s mal aus dem Raum entfernt",
|
||||
"were kicked": "wurden aus dem Raum entfernt",
|
||||
"%(severalUsers)schanged their name %(repeats)s times": "%(severalUsers)shaben ihren Namen %(repeats)s mal geändert",
|
||||
"%(oneUser)schanged their name %(repeats)s times": "%(oneUser)shat den Namen %(repeats)s mal geändert",
|
||||
|
@ -697,7 +697,6 @@
|
|||
"%(oneUser)schanged their avatar": "%(oneUser)shat das Profilbild geändert",
|
||||
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s. %(monthName)s %(fullYear)s %(time)s",
|
||||
"%(oneUser)sleft and rejoined": "%(oneUser)shat den Raum verlassen und wieder neu betreten",
|
||||
"A registered account is required for this action": "Für diese Aktion ist ein registrierter Account notwendig",
|
||||
"Access Token:": "Zugangs-Token:",
|
||||
"Always show message timestamps": "Nachrichten-Zeitstempel immer anzeigen",
|
||||
"Authentication": "Authentifizierung",
|
||||
|
@ -711,8 +710,7 @@
|
|||
"New passwords don't match": "Die neuen Passwörter stimmen nicht überein",
|
||||
"olm version:": "Version von olm:",
|
||||
"Passwords can't be empty": "Passwortfelder dürfen nicht leer sein",
|
||||
"Registration required": "Registrierung erforderlich",
|
||||
"Report it": "Melde ihn",
|
||||
"Report it": "Melden",
|
||||
"riot-web version:": "Version von riot-web:",
|
||||
"Scroll to bottom of page": "Zum Ende der Seite springen",
|
||||
"Show timestamps in 12 hour format (e.g. 2:30pm)": "Zeitstempel im 12-Stunden-Format anzeigen (z. B. 2:30pm)",
|
||||
|
@ -728,7 +726,7 @@
|
|||
"Remove %(threePid)s?": "%(threePid)s entfernen?",
|
||||
"Please select the destination room for this message": "Bitte den Raum auswählen, an den diese Nachricht gesendet werden soll",
|
||||
"%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s hat den Raum-Namen gelöscht.",
|
||||
"Passphrases must match": "Passphrase muss übereinstimmen",
|
||||
"Passphrases must match": "Passphrases müssen übereinstimmen",
|
||||
"Passphrase must not be empty": "Passphrase darf nicht leer sein",
|
||||
"Export room keys": "Raum-Schlüssel exportieren",
|
||||
"Enter passphrase": "Passphrase eingeben",
|
||||
|
@ -737,12 +735,12 @@
|
|||
"You must join the room to see its files": "Du musst dem Raum beitreten, um die Raum-Dateien sehen zu können",
|
||||
"Reject all %(invitedRooms)s invites": "Alle %(invitedRooms)s Einladungen ablehnen",
|
||||
"Start new Chat": "Starte neuen Chat",
|
||||
"Guest users can't invite users. Please register.": "Gäste können keine Nutzer einladen. Bitte registrieren.",
|
||||
"Guest users can't invite users. Please register.": "Gäste können keine Benutzer einladen. Bitte registrieren.",
|
||||
"Failed to invite": "Einladen fehlgeschlagen",
|
||||
"Failed to invite user": "Einladen des Nutzers fehlgeschlagen",
|
||||
"Confirm Removal": "Entfernen bestätigen",
|
||||
"Unknown error": "Unbekannter Fehler",
|
||||
"Incorrect password": "Inkorrektes Passwort",
|
||||
"Incorrect password": "Ungültiges Passwort",
|
||||
"This action is irreversible.": "Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"To continue, please enter your password.": "Zum fortfahren bitte Passwort eingeben.",
|
||||
"Device name": "Geräte-Name",
|
||||
|
@ -753,7 +751,7 @@
|
|||
"Unable to restore session": "Sitzungswiederherstellung fehlgeschlagen",
|
||||
"Continue anyway": "Trotzdem fortfahren",
|
||||
"Your display name is how you'll appear to others when you speak in rooms. What would you like it to be?": "Dein Anzeigename ist der Name, der anderen Nutzern angezeigt wird, wenn du in Räumen kommunizierst. Welchen Anzeigenamen möchtest du wählen?",
|
||||
"You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "Do blockst aktuell unverifizierte Geräte. Um Nachrichten an diese Geräte zu senden musst du sie verifizieren.",
|
||||
"You are currently blacklisting unverified devices; to send messages to these devices you must verify them.": "Nicht verifizierte Geräte werden aktuell blockiert und auf die Sperrliste gesetzt. Um Nachrichten an diese Geräte senden zu können, müssen diese zunächst verifiziert werden.",
|
||||
"\"%(RoomName)s\" contains devices that you haven't seen before.": "\"%(RoomName)s\" enthält Geräte, die du bislang noch nicht gesehen hast.",
|
||||
"Unknown devices": "Unbekannte Geräte",
|
||||
"Unknown Address": "Unbekannte Adresse",
|
||||
|
@ -766,7 +764,7 @@
|
|||
"This allows you to use this app with an existing Matrix account on a different home server.": "Dies erlaubt dir diese App mit einem existierenden Matrix-Konto auf einem anderen Heimserver zu verwenden.",
|
||||
"Dismiss": "Ablehnen",
|
||||
"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-Mail um mit der Registrierung fortzufahren.",
|
||||
"Please check your email to continue registration.": "Bitte prüfe deine E-Mails, um mit der Registrierung fortzufahren.",
|
||||
"Token incorrect": "Token inkorrekt",
|
||||
"A text message has been sent to": "Eine Textnachricht wurde gesendet an",
|
||||
"Please enter the code it contains:": "Bitte gebe den Code ein, den sie enthält:",
|
||||
|
@ -783,7 +781,7 @@
|
|||
"Image '%(Body)s' cannot be displayed.": "Das Bild '%(Body)s' kann nicht angezeigt werden.",
|
||||
"This image cannot be displayed.": "Dieses Bild kann nicht angezeigt werden.",
|
||||
"Error decrypting video": "Video-Entschlüsselung fehlgeschlagen",
|
||||
"Import room keys": "Importiere Raum-Schlüssel",
|
||||
"Import room keys": "Raum-Schlüssel importieren",
|
||||
"File to import": "Zu importierende Datei",
|
||||
"Failed to invite the following users to the %(roomName)s room:": "Das Einladen der folgenden Nutzer in den Raum \"%(roomName)s\" ist fehlgeschlagen:",
|
||||
"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.": "Bist du sicher, dass du dieses Ereignis entfernen (löschen) möchtest? Wenn du die Änderung eines Raum-Namens oder eines Raum-Themas löscht, kann dies dazu führen, dass die ursprüngliche Änderung rückgängig gemacht wird.",
|
||||
|
@ -797,7 +795,7 @@
|
|||
"Disable URL previews by default for participants in this room": "URL-Vorschau für Teilnehmer dieses Raumes standardmäßig deaktivieren",
|
||||
"URL previews are %(globalDisableUrlPreview)s by default for participants in this room.": "URL-Vorschau ist standardmäßig %(globalDisableUrlPreview)s für Teilnehmer dieses Raumes.",
|
||||
"URL Previews": "URL-Vorschau",
|
||||
"Enable URL previews for this room (affects only you)": "Aktiviere die URL-Vorschau in diesem Raum (betrifft nur dich)",
|
||||
"Enable URL previews for this room (affects only you)": "URL-Vorschau in diesem Raum aktivieren (betrifft nur dich)",
|
||||
"Offline": "Offline",
|
||||
"Online": "Online",
|
||||
" (unsupported)": " (nicht unterstützt)",
|
||||
|
@ -814,17 +812,17 @@
|
|||
"Drop file here to upload": "Datei hier loslassen zum hochladen",
|
||||
"Idle": "Untätig",
|
||||
"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.": "Wir empfehlen dir für jedes Gerät durch den Verifizierungsprozess zu gehen um zu bestätigen, dass sie ihrem legitimierten Besitzer gehören, aber du kannst die Nachrichten ohne Verifizierung erneut senden, wenn du es vorziehst.",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Laufendes Konferenzgespräch%(supportedText)s. %(joinText)s",
|
||||
"Ongoing conference call%(supportedText)s.": "Laufendes Konferenzgespräch%(supportedText)s.",
|
||||
"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 wirst jetzt auf die Website eines Drittanbieters weitergeleitet, damit du dein Konto für die Verwendung von %(integrationsUrl)s authentifizieren kannst. Möchtest du fortfahren?",
|
||||
"Disable URL previews for this room (affects only you)": "URL-Vorschau für diesen Raum deaktivieren (betrifft nur dich)",
|
||||
"Start automatically after system login": "Starte automatisch nach System-Login",
|
||||
"Start automatically after system login": "Nach System-Login automatisch starten",
|
||||
"Desktop specific": "Desktopspezifisch",
|
||||
"Jump to first unread message.": "Zur ersten ungelesenen Nachricht springen.",
|
||||
"Options": "Optionen",
|
||||
"disabled": "deaktiviert",
|
||||
"enabled": "aktiviert",
|
||||
"Invited": "Eingeladen",
|
||||
"Set a Display Name": "Setze einen Anzeigenamen",
|
||||
"Set a Display Name": "Anzeigenamen festlegen",
|
||||
"for %(amount)ss": "für %(amount)ss",
|
||||
"for %(amount)sm": "seit %(amount)smin",
|
||||
"for %(amount)sh": "für %(amount)sh",
|
||||
|
@ -851,8 +849,7 @@
|
|||
"Anyone": "Jeder",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Bist du sicher, dass du den Raum '%(roomName)s' verlassen willst?",
|
||||
"Custom level": "Benutzerdefiniertes Berechtigungslevel",
|
||||
"(default: %(userName)s)": "(Standard: %(userName)s)",
|
||||
"Device ID:": "Geräte-ID:",
|
||||
"Device ID:": "Geräte-Kennung:",
|
||||
"device id: ": "Geräte-ID: ",
|
||||
"Device key:": "Geräte-Schlüssel:",
|
||||
"Email address (optional)": "E-Mail-Adresse (optional)",
|
||||
|
@ -864,9 +861,9 @@
|
|||
"Setting a user name will create a fresh account": "Die Eingabe eines Benutzernamens wird ein neues Konto erzeugen",
|
||||
"Tagged as: ": "Markiert als: ",
|
||||
"This Home Server does not support login using email address.": "Dieser Heimserver unterstützt den Login mittels E-Mail-Adresse nicht.",
|
||||
"There was a problem logging in.": "Es gab ein Problem beim anmelden.",
|
||||
"There was a problem logging in.": "Beim Anmelden ist ein Problem aufgetreten.",
|
||||
"Unknown (user, device) pair:": "Unbekanntes (Nutzer-/Gerät-)Paar:",
|
||||
"Remote addresses for this room:": "Entfernte Raum-Adressen für diesen Raum:",
|
||||
"Remote addresses for this room:": "Remote-Adressen für diesen Raum:",
|
||||
"Unrecognised command:": "Unbekannter Befehl:",
|
||||
"Unrecognised room alias:": "Unbekannter Raum-Alias:",
|
||||
"Use compact timeline layout": "Nutze kompaktes Zeitstrahl-Layout",
|
||||
|
@ -875,7 +872,7 @@
|
|||
"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!": "WARNUNG: SCHLÜSSEL-VERIFIZIERUNG FEHLGESCHLAGEN! Der Signatur-Schlüssel für %(userId)s und Gerät %(deviceId)s ist \"%(fprint)s\" welche nicht dem bereitgestellten Schlüssel \"%(fingerprint)s\" übereinstimmen. Dies kann bedeuten, dass deine Kommunikation abgefangen wird!",
|
||||
"You have <a>disabled</a> URL previews by default.": "Du hast die URL-Vorschau standardmäßig <a>deaktiviert</a>.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Du hast die URL-Vorschau standardmäßig <a>aktiviert</a>.",
|
||||
"You have entered an invalid contact. Try using their Matrix ID or email address.": "Du hast einen ungültigen Kontakt eingegeben. Versuche es mit der Matrix-ID oder der E-Mail-Adresse.",
|
||||
"You have entered an invalid contact. Try using their Matrix ID or email address.": "Du hast einen ungültigen Kontakt eingegeben. Versuche es mit der Matrix-Kennung oder der E-Mail-Adresse des Kontakts.",
|
||||
"$senderDisplayName changed the room avatar to <img/>": "$senderDisplayName hat das Raum-Bild geändert zu <img/>",
|
||||
"%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s hat das Raum-Bild für %(roomName)s geändert",
|
||||
"Hide removed messages": "Gelöschte Nachrichten verbergen",
|
||||
|
@ -888,8 +885,6 @@
|
|||
"Failed to fetch avatar URL": "Abrufen der Avatar-URL fehlgeschlagen",
|
||||
"The phone number entered looks invalid": "Die eingegebene Telefonnummer scheint ungültig zu sein",
|
||||
"This room is private or inaccessible to guests. You may be able to join if you register.": "Dieser Raum ist privat oder für Gäste nicht betretbar. Du kannst evtl. beitreten wenn du dich registrierst.",
|
||||
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Es wurde versucht, einen bestimmten Punkt im Chatverlauf dieses Raumes zu laden. Dir fehlt jedoch die Berechtigung, die betreffende Nachricht zu sehen.",
|
||||
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Es wurde versucht, einen bestimmten Punkt im Chatverlauf dieses Raumes zu laden, der Punkt konnte jedoch nicht gefunden werden.",
|
||||
"Uploading %(filename)s and %(count)s others.zero": "%(filename)s wird hochgeladen",
|
||||
"Uploading %(filename)s and %(count)s others.one": "%(filename)s und %(count)s weitere Dateien werden hochgeladen",
|
||||
"Uploading %(filename)s and %(count)s others.other": "%(filename)s und %(count)s weitere Dateien werden hochgeladen",
|
||||
|
@ -927,16 +922,16 @@
|
|||
"Drop File Here": "Lasse Datei hier los",
|
||||
"Enable Notifications": "Benachrichtigungen aktivieren",
|
||||
"Encrypted by a verified device": "Von einem vertrauten Gerät verschlüsselt",
|
||||
"Encrypted by an unverified device": "Von einem nicht vertrauten Gerät verschlüsselt",
|
||||
"Encrypted by an unverified device": "Von einem nicht verifizierten Gerät verschlüsselt",
|
||||
"Failed to upload profile picture!": "Hochladen des Profilbild's fehlgeschlagen!",
|
||||
"Incoming call from %(name)s": "Eingehender Anruf von %(name)s",
|
||||
"Incoming video call from %(name)s": "Eingehender Video-Anruf von %(name)s",
|
||||
"Incoming voice call from %(name)s": "Eingehender Sprach-Anruf von %(name)s",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Mit <voiceText>Sprache</voiceText> oder <videoText>Video</videoText> beitreten.",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Per <voiceText>Sprachanruf</voiceText> oder <videoText>Videoanruf</videoText> beitreten.",
|
||||
"Last seen": "Zuletzt gesehen",
|
||||
"Level:": "Level:",
|
||||
"No display name": "Kein Anzeigename",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Ansonsten <a>klicke hier</a> um einen Fehlerbericht zu senden.",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Alternativ <a>hier klicken</a>, um einen Fehlerbericht zu senden.",
|
||||
"Private Chat": "Privater Chat",
|
||||
"Public Chat": "Öffentlicher Chat",
|
||||
"Reason: %(reasonText)s": "Grund: %(reasonText)s",
|
||||
|
@ -948,8 +943,8 @@
|
|||
"Seen by %(userName)s at %(dateTime)s": "Gesehen von %(userName)s um %(dateTime)s",
|
||||
"Send anyway": "Trotzdem senden",
|
||||
"Set": "Setze",
|
||||
"Start authentication": "Starte Authentifizierung",
|
||||
"Show Text Formatting Toolbar": "Zeige text-formatierende Werkzeugleiste",
|
||||
"Start authentication": "Authentifizierung beginnen",
|
||||
"Show Text Formatting Toolbar": "Text-Formatierungs-Werkzeugleiste anzeigen",
|
||||
"This invitation was sent to an email address which is not associated with this account:": "Diese Einledung wurde an eine E-Mail-Adresse gesendet, die nicht mit diesem Konto verknüpft ist:",
|
||||
"This room": "Dieser Raum",
|
||||
"To link to a room it must have <a>an address</a>.": "Um einen Raum zu verlinken, muss er <a>eine Adresse</a> haben.",
|
||||
|
@ -964,11 +959,22 @@
|
|||
"%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (Berechtigungslevel %(powerLevelNumber)s)",
|
||||
"Verified": "Verifiziert",
|
||||
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Möchtest du diese Einladung <acceptText>akzeptieren</acceptText> oder <declineText>ablehnen</declineText>?",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "Du wurdest von %(userName)s aus dem Raum %(roomName)s ausgeschlossen.",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "Du wurdest von %(userName)s aus dem Raum %(roomName)s gekickt.",
|
||||
"You may wish to login with a different account, or add this email to this account.": "Du möchtest dich evtl. mit einem anderen Konto anmelden oder diese E-Mail-Adresse diesem Konto hinzufügen.",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "Du wurdest von %(userName)s dauerhaft aus dem Raum %(roomName)s ausgeschlossen.",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "Du wurdest von %(userName)s aus dem Raum %(roomName)s entfernt.",
|
||||
"You may wish to login with a different account, or add this email to this account.": "Du möchtest dich eventuell mit einem anderen Konto anmelden oder alternativ diese E-Mail-Adresse diesem Konto hinzufügen.",
|
||||
"Your home server does not support device management.": "Dein Heimserver unterstützt kein Geräte-Management.",
|
||||
"(~%(count)s results).one": "(~%(count)s Ergebnis)",
|
||||
"(~%(count)s results).other": "(~%(count)s Ergebnis)",
|
||||
"Device Name": "Geräte-Name"
|
||||
"Device Name": "Geräte-Name",
|
||||
"(could not connect media)": "(Medienverbindung nicht herstellbar)",
|
||||
"(no answer)": "(keine Antwort)",
|
||||
"(unknown failure: %(reason)s)": "(Unbekannter Fehler: %(reason)s)",
|
||||
"Your browser does not support the required cryptography extensions": "Dein Browser unterstützt die benötigten Kryptografie-Erweiterungen nicht",
|
||||
"Not a valid Riot keyfile": "Keine gültige Riot-Schlüsseldatei",
|
||||
"Authentication check failed: incorrect password?": "Authentifizierung fehlgeschlagen: Falsches Passwort?",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Peer-to-Peer-Verbindung für 1-zu-1-Anrufe deaktivieren",
|
||||
"Do you want to set an email address?": "Möchtest du eine E-Mail-Adresse setzen?",
|
||||
"This will allow you to reset your password and receive notifications.": "Dies erlaubt dir dein Passwort zurückzusetzen und Benachrichtigungen zu empfangen.",
|
||||
"Press <StartChatButton> to start a chat with someone": "Klicke auf <StartChatButton> um einen Chat mit jemanden zu starten",
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "Du bist bisher in keinem Raum! Klicke auf <CreateRoomButton> um einen Raum zu erstellen oder <RoomDirectoryButton> um das Verzeichnis zu durchsuchen"
|
||||
}
|
||||
|
|
|
@ -32,37 +32,37 @@
|
|||
"%(targetName)s accepted an invitation.": "%(targetName)s δέχτηκε την πρόσκληση.",
|
||||
"%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s δέχτηκες την πρόσκληση για %(displayName)s.",
|
||||
"Account": "Λογαριασμός",
|
||||
"Add a topic": "Πρόσθεσε μια περιγραφή",
|
||||
"Add email address": "Πρόσθεσε ένα email",
|
||||
"Add phone number": "Πρόσθεσε έναν αριθμό τηλεφώνου",
|
||||
"Add a topic": "Προσθήκη θέματος",
|
||||
"Add email address": "Προσθήκη διεύθυνσης ηλ. αλληλογραφίας",
|
||||
"Add phone number": "Προσθήκη αριθμού",
|
||||
"Admin": "Διαχειριστής",
|
||||
"VoIP": "VoIP",
|
||||
"No Microphones detected": "Δεν εντοπίστηκε μικρόφωνο",
|
||||
"No Webcams detected": "Δεν εντοπίστηκε κάμερα",
|
||||
"Default Device": "Προεπιλεγμένη Συσκευή",
|
||||
"Default Device": "Προεπιλεγμένη συσκευή",
|
||||
"Microphone": "Μικρόφωνο",
|
||||
"Camera": "Κάμερα",
|
||||
"Advanced": "Προχωρημένα",
|
||||
"Algorithm": "Αλγόριθμος",
|
||||
"Hide removed messages": "Κρύψε διαγραμμένα μηνύματα",
|
||||
"Hide removed messages": "Απόκρυψη διαγραμμένων μηνυμάτων",
|
||||
"Authentication": "Πιστοποίηση",
|
||||
"and": "και",
|
||||
"An email has been sent to": "Ένα email στάλθηκε σε",
|
||||
"A new password must be entered.": "Ο νέος κωδικός πρέπει να εισαχθεί.",
|
||||
"%(senderName)s answered the call.": "Ο χρήστης %(senderName)s απάντησε.",
|
||||
"An error has occurred.": "Ένα σφάλμα προέκυψε",
|
||||
"A new password must be entered.": "Ο νέος κωδικός πρόσβασης πρέπει να εισαχθεί.",
|
||||
"%(senderName)s answered the call.": "Ο χρήστης %(senderName)s απάντησε την κλήση.",
|
||||
"An error has occurred.": "Παρουσιάστηκε ένα σφάλμα.",
|
||||
"Anyone": "Oποιοσδήποτε",
|
||||
"Are you sure?": "Είσαι σίγουρος;",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Είσαι σίγουρος οτι θές να φύγεις από το δωμάτιο '%(roomName)s';",
|
||||
"Are you sure you want to reject the invitation?": "Είσαι σίγουρος οτι θες να απορρίψεις την πρόσκληση;",
|
||||
"Are you sure you want to upload the following files?": "Είσαι σίγουρος οτι θές να ανεβάσεις τα ακόλουθα αρχεία;",
|
||||
"Are you sure?": "Είστε σίγουροι;",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Είστε σίγουροι ότι θέλετε να αποχωρήσετε από το δωμάτιο '%(roomName)s';",
|
||||
"Are you sure you want to reject the invitation?": "Είστε σίγουροι ότι θέλετε να απορρίψετε την πρόσκληση;",
|
||||
"Are you sure you want to upload the following files?": "Είστε σίγουροι ότι θέλετε να αποστείλετε τα ακόλουθα αρχεία;",
|
||||
"Attachment": "Επισύναψη",
|
||||
"%(senderName)s banned %(targetName)s.": "Ο χρήστης %(senderName)s έδιωξε τον χρήστη %(targetName)s.",
|
||||
"Autoplay GIFs and videos": "Αυτόματη αναπαραγωγή GIFs και βίντεο",
|
||||
"Bug Report": "Αναφορά Σφάλματος",
|
||||
"Bug Report": "Αναφορά σφάλματος",
|
||||
"anyone": "οποιοσδήποτε",
|
||||
"Anyone who knows the room's link, apart from guests": "Oποιοσδήποτε",
|
||||
"all room members, from the point they joined": "όλα τα μέλη του δωματίου, από τη στιγμή που συνδέθηκαν",
|
||||
"all room members, from the point they joined": "όλα τα μέλη, από τη στιγμή που συνδέθηκαν",
|
||||
"%(items)s and %(lastItem)s": "%(items)s %(lastItem)s",
|
||||
"be": "Λευκορώσικα",
|
||||
"bg": "Βουλγάρικα",
|
||||
|
@ -106,7 +106,7 @@
|
|||
"es-uy": "Ισπανικά (Ουρουγουάη)",
|
||||
"es-ve": "Ισπανικά (Βενεζουέλα)",
|
||||
"et": "Εσθονικά",
|
||||
"eu": "Βασκική (βασκική)",
|
||||
"eu": "Βασκική (Βασκική)",
|
||||
"fa": "Φάρσι",
|
||||
"fi": "Φινλανδικά",
|
||||
"fo": "Φαρόε",
|
||||
|
@ -159,7 +159,7 @@
|
|||
"ur": "Ουρντού",
|
||||
"ve": "Venda",
|
||||
"vi": "Βιετναμέζικα",
|
||||
"xh": "Xhosa",
|
||||
"xh": "Ξόσα",
|
||||
"zh-cn": "Κινέζικα (ΛΔΚ)",
|
||||
"zh-hk": "Κινέζικα (ΕΔΠ Χονγκ Κονγκ)",
|
||||
"zh-sg": "Κινέζικα (Σιγκαπούρη)",
|
||||
|
@ -167,12 +167,11 @@
|
|||
"zu": "Ζουλού",
|
||||
"id": "Ινδονησιακά",
|
||||
"lv": "Λετονικά",
|
||||
"A registered account is required for this action": "Ένας εγγεγραμμένος λογαριασμός απαιτείται για αυτή την ενέργεια",
|
||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Ένα μήνυμα στάλθηκε στο +%(msisdn)s. Παρακαλώ γράψε τον κωδικό επαλήθευσης που περιέχει",
|
||||
"Access Token:": "Κωδικός Πρόσβασης:",
|
||||
"Always show message timestamps": "Δείχνε πάντα ένδειξη ώρας στα μηνύματα",
|
||||
"all room members": "όλα τα μέλη του δωματίου",
|
||||
"all room members, from the point they are invited": "όλα τα μέλη του δωματίου, από τη στιγμή που προσκλήθηκαν",
|
||||
"Access Token:": "Κωδικός πρόσβασης:",
|
||||
"Always show message timestamps": "Εμφάνιση πάντα της ένδειξης ώρας στα μηνύματα",
|
||||
"all room members": "όλα τα μέλη",
|
||||
"all room members, from the point they are invited": "όλα τα μέλη, από τη στιγμή που προσκλήθηκαν",
|
||||
"an address": "μία διεύθηνση",
|
||||
"%(items)s and %(remaining)s others": "%(items)s και %(remaining)s ακόμα",
|
||||
"%(items)s and one other": "%(items)s και ένας ακόμα",
|
||||
|
@ -181,69 +180,68 @@
|
|||
"%(names)s and %(lastPerson)s are typing": "%(names)s και %(lastPerson)s γράφουν",
|
||||
"%(names)s and one other are typing": "%(names)s και ένας ακόμα γράφουν",
|
||||
"%(names)s and %(count)s others are typing": "%(names)s και %(count)s άλλοι γράφουν",
|
||||
"Anyone who knows the room's link, including guests": "Οποιοσδήποτε γνωρίζει τον σύνδεδμο του δωματίου, συμπεριλαμβάνωντας τους επισκέπτες",
|
||||
"Anyone who knows the room's link, including guests": "Οποιοσδήποτε γνωρίζει τον σύνδεσμο του δωματίου, συμπεριλαμβανομένων των επισκεπτών",
|
||||
"Blacklisted": "Στη μαύρη λίστα",
|
||||
"Can't load user settings": "Δεν είναι δυνατή η φόρτωση των ρυθμίσεων χρήστη",
|
||||
"Change Password": "Αλλαγή Κωδικού",
|
||||
"%(senderName)s changed their display name from %(oldDisplayName)s to %(displayName)s.": "ο χρήστης %(senderName)s άλλαξε το όνομά του από %(oldDisplayName)s σε %(displayName)s.",
|
||||
"%(senderName)s changed their profile picture.": "ο χρήστης %(senderName)s άλλαξε τη φωτογραφία του προφίλ του.",
|
||||
"%(senderDisplayName)s changed the room name to %(roomName)s.": "Ο χρήστης %(senderDisplayName)s άλλαξε το όνομα του δωματίου σε %(roomName)s.",
|
||||
"%(senderDisplayName)s changed the topic to \"%(topic)s\".": "Ο χρήστης %(senderDisplayName)s άλλαξε το θέμα σε \"%(topic)s\".",
|
||||
"Clear Cache and Reload": "Καθάρισε την μνήμη και Ανανέωσε",
|
||||
"Clear Cache": "Καθάρισε την μνήμη",
|
||||
"Bans user with given id": "Διώχνει τον χρήστη με το συγκεκριμένο id",
|
||||
"%(senderDisplayName)s removed the room name.": "Ο χρήστης %(senderDisplayName)s διέγραψε το όνομα του δωματίου.",
|
||||
"Changes your display nickname": "Αλλάζει το όνομα χρήστη",
|
||||
"Change Password": "Αλλαγή κωδικού πρόσβασης",
|
||||
"%(senderName)s changed their display name from %(oldDisplayName)s to %(displayName)s.": "Ο %(senderName)s άλλαξε το όνομά του από %(oldDisplayName)s σε %(displayName)s.",
|
||||
"%(senderName)s changed their profile picture.": "Ο %(senderName)s άλλαξε τη φωτογραφία του προφίλ του.",
|
||||
"%(senderDisplayName)s changed the room name to %(roomName)s.": "Ο %(senderDisplayName)s άλλαξε το όνομα του δωματίου σε %(roomName)s.",
|
||||
"%(senderDisplayName)s changed the topic to \"%(topic)s\".": "Ο %(senderDisplayName)s άλλαξε το θέμα σε \"%(topic)s\".",
|
||||
"Clear Cache and Reload": "Εκκαθάριση μνήμης και ανανέωση",
|
||||
"Clear Cache": "Εκκαθάριση μνήμης",
|
||||
"Bans user with given id": "Αποκλεισμός χρήστη με το συγκεκριμένο αναγνωριστικό",
|
||||
"%(senderDisplayName)s removed the room name.": "Ο %(senderDisplayName)s διέγραψε το όνομα του δωματίου.",
|
||||
"Changes your display nickname": "Αλλάζει το ψευδώνυμο χρήστη",
|
||||
"Click here": "Κάνε κλικ εδώ",
|
||||
"Drop here %(toAction)s": "Απόθεση εδώ %(toAction)s",
|
||||
"Drop here %(toAction)s": "Αποθέστε εδώ %(toAction)s",
|
||||
"Conference call failed.": "Η κλήση συνδιάσκεψης απέτυχε.",
|
||||
"powered by Matrix": "βασισμένο στο πρωτόκολλο Matrix",
|
||||
"Confirm password": "Επιβεβαίωση κωδικού",
|
||||
"Confirm your new password": "Επιβεβαίωση του νέου κωδικού",
|
||||
"Confirm password": "Επιβεβαίωση κωδικού πρόσβασης",
|
||||
"Confirm your new password": "Επιβεβαίωση του νέου κωδικού πρόσβασης",
|
||||
"Continue": "Συνέχεια",
|
||||
"Create an account": "Δημιουργία λογαριασμού",
|
||||
"Create Room": "Δημιουργία Δωματίου",
|
||||
"Create Room": "Δημιουργία δωματίου",
|
||||
"Cryptography": "Κρυπτογραφία",
|
||||
"Current password": "Τωρινός κωδικός",
|
||||
"Current password": "Τωρινός κωδικός πρόσβασης",
|
||||
"Curve25519 identity key": "Κλειδί ταυτότητας Curve25519",
|
||||
"Custom level": "Προσαρμοσμένο επίπεδο",
|
||||
"/ddg is not a command": "/ddg δεν αναγνωρίζεται ως εντολή",
|
||||
"Deactivate Account": "Απενεργοποίηση Λογαριασμού",
|
||||
"Deactivate Account": "Απενεργοποίηση λογαριασμού",
|
||||
"Deactivate my account": "Απενεργοποίηση του λογαριασμού μου",
|
||||
"decline": "απόρριψη",
|
||||
"Decrypt %(text)s": "Αποκρυπτογράφησε %(text)s",
|
||||
"Decrypt %(text)s": "Αποκρυπτογράφηση %(text)s",
|
||||
"Decryption error": "Σφάλμα αποκρυπτογράφησης",
|
||||
"(default: %(userName)s)": "(προεπιλογή: %(userName)s)",
|
||||
"Delete": "Διαγραφή",
|
||||
"Default": "Προεπιλογή",
|
||||
"Device already verified!": "Η συσκευή έχει ήδη επαληθευτεί!",
|
||||
"Device ID": "ID Συσκευής",
|
||||
"Device ID:": "ID Συσκευής:",
|
||||
"device id: ": "id συσκευής: ",
|
||||
"Device key:": "Κλειδί Συσκευής:",
|
||||
"Device ID": "Αναγνωριστικό συσκευής",
|
||||
"Device ID:": "Αναγνωριστικό συσκευής:",
|
||||
"device id: ": "αναγνωριστικό συσκευής: ",
|
||||
"Device key:": "Κλειδί συσκευής:",
|
||||
"Devices": "Συσκευές",
|
||||
"Direct Chat": "Απευθείας συνομιλία",
|
||||
"Direct chats": "Απευθείας συνομιλίες",
|
||||
"disabled": "ανενεργό",
|
||||
"Disinvite": "Ανακάλεσε πρόσκληση",
|
||||
"Disinvite": "Ανάκληση πρόσκλησης",
|
||||
"Display name": "Όνομα χρήστη",
|
||||
"Download %(text)s": "Κατέβασε %(text)s",
|
||||
"Download %(text)s": "Λήψη %(text)s",
|
||||
"Ed25519 fingerprint": "Αποτύπωμα Ed25519",
|
||||
"Email": "Ηλ. Αλληλογραφία",
|
||||
"Email address": "Διεύθυνση email",
|
||||
"Email address (optional)": "Διεύθυνση email (προαιρετικό)",
|
||||
"Email, name or matrix ID": "Email, όνομα ή matrix ID",
|
||||
"Email": "Ηλεκτρονική διεύθυνση",
|
||||
"Email address": "Ηλεκτρονική διεύθυνση",
|
||||
"Email address (optional)": "Ηλεκτρονική διεύθυνση (προαιρετικό)",
|
||||
"Email, name or matrix ID": "Ηλεκτρονική διεύθυνση, όνομα ή matrix ID",
|
||||
"Emoji": "Εικονίδια",
|
||||
"enabled": "ενεργό",
|
||||
"enabled": "ενεργή",
|
||||
"Encrypted messages will not be visible on clients that do not yet implement encryption": "Τα κρυπτογραφημένα μηνύματα δεν θα είναι ορατά σε εφαρμογές που δεν παρέχουν τη δυνατότητα κρυπτογράφησης",
|
||||
"Encrypted room": "Κρυπτογραφημένο δωμάτιο",
|
||||
"%(senderName)s ended the call.": "%(senderName)s τερμάτισε την κλήση.",
|
||||
"End-to-end encryption information": "Πληροφορίες σχετικά με τη κρυπτογράφηση από άκρο σε άκρο (End-to-end encryption)",
|
||||
"Error decrypting attachment": "Σφάλμα κατά την αποκρυπτογράφηση της επισύναψης",
|
||||
"Event information": "Πληροφορίες μηνύματος",
|
||||
"Existing Call": "Υπάρχουσα Κλήση",
|
||||
"Event information": "Πληροφορίες συμβάντος",
|
||||
"Existing Call": "Υπάρχουσα κλήση",
|
||||
"Export": "Εξαγωγή",
|
||||
"Export E2E room keys": "Εξαγωγή κλειδιών κρυπτογραφίας για το δωμάτιο",
|
||||
"Export E2E room keys": "Εξαγωγή κλειδιών κρυπτογράφησης για το δωμάτιο",
|
||||
"Failed to change password. Is your password correct?": "Δεν ήταν δυνατή η αλλαγή του κωδικού πρόσβασης. Είναι σωστός ο κωδικός πρόσβασης;",
|
||||
"Failed to delete device": "Δεν ήταν δυνατή η διαγραφή της συσκευής",
|
||||
"Failed to join room": "Δεν ήταν δυνατή η σύνδεση στο δωμάτιο",
|
||||
|
@ -253,58 +251,58 @@
|
|||
"Failed to reject invite": "Δεν ήταν δυνατή η απόρριψη της πρόσκλησης",
|
||||
"Failed to reject invitation": "Δεν ήταν δυνατή η απόρριψη της πρόσκλησης",
|
||||
"Failed to save settings": "Δεν ήταν δυνατή η αποθήκευση των ρυθμίσεων",
|
||||
"Failed to send email": "Δεν ήταν δυνατή η απστολή email",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "Δεν ήταν δυνατή η επαλήθευση του email: βεβαιωθείτε οτι κάνατε κλικ στον σύνδεσμο που σας στάλθηκε",
|
||||
"Failed to send email": "Δεν ήταν δυνατή η αποστολή ηλ. αλληλογραφίας",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "Δεν ήταν δυνατή η επιβεβαίωση του μηνύματος ηλεκτρονικής αλληλογραφίας βεβαιωθείτε οτι κάνατε κλικ στον σύνδεσμο που σας στάλθηκε",
|
||||
"Favourite": "Αγαπημένο",
|
||||
"favourite": "αγαπημένο",
|
||||
"Favourites": "Αγαπημένα",
|
||||
"Fill screen": "Γέμισε την οθόνη",
|
||||
"Filter room members": "Φίλτραρε τα μέλη",
|
||||
"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.": "Για λόγους ασφαλείας, τα κλειδιά κρυπτογράφησης θα διαγράφονται από τον φυλλομετρητή κατά την αποσύνδεση σας. Εάν επιθυμείτε να αποκρυπτογραφήσετε τις συνομιλίες σας στο μέλλον, εξάγετε τα κλειδιά σας και κρατήστε τα ασφαλή.",
|
||||
"Filter room members": "Φιλτράρισμα μελών",
|
||||
"Forget room": "Αγνόηση δωματίου",
|
||||
"Forgot your password?": "Ξεχάσατε τoν κωδικό πρόσβασης σας;",
|
||||
"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.": "Για λόγους ασφαλείας, τα κλειδιά κρυπτογράφησης θα διαγράφονται από τον περιηγητή κατά την αποσύνδεση σας. Εάν επιθυμείτε να αποκρυπτογραφήσετε τις συνομιλίες σας στο μέλλον, εξάγετε τα κλειδιά σας και κρατήστε τα ασφαλή.",
|
||||
"Found a bug?": "Βρήκατε κάποιο πρόβλημα;",
|
||||
"Guest users can't upload files. Please register to upload.": "Οι επισκέπτες δεν μπορούν να ανεβάσουν αρχεία. Παρακαλώ εγγραφείτε πρώτα.",
|
||||
"had": "είχε",
|
||||
"Hangup": "Κλείσε",
|
||||
"Hangup": "Κλείσιμο",
|
||||
"Historical": "Ιστορικό",
|
||||
"Homeserver is": "Ο διακομιστής είναι",
|
||||
"Identity Server is": "Διακομιστής Ταυτοποίησης",
|
||||
"I have verified my email address": "Έχω επαληθεύσει το email μου",
|
||||
"Identity Server is": "Ο διακομιστής ταυτοποίησης είναι",
|
||||
"I have verified my email address": "Έχω επαληθεύσει την διεύθυνση ηλ. αλληλογραφίας",
|
||||
"Import": "Εισαγωγή",
|
||||
"Import E2E room keys": "Εισαγωγή κλειδιών κρυπτογράφησης",
|
||||
"Import E2E room keys": "Εισαγωγή κλειδιών E2E",
|
||||
"Incorrect username and/or password.": "Λανθασμένο όνομα χρήστη και/ή κωδικός.",
|
||||
"Incorrect verification code": "Λανθασμένος κωδικός επαλήθευσης",
|
||||
"Interface Language": "Γλώσσα Διεπαφής",
|
||||
"Invalid Email Address": "Μη έγκυρο email",
|
||||
"Invite new room members": "Προσκάλεσε νέα μέλη",
|
||||
"Interface Language": "Γλώσσα διεπαφής",
|
||||
"Invalid Email Address": "Μη έγκυρη διεύθυνση ηλεκτρονικής αλληλογραφίας",
|
||||
"Invite new room members": "Προσκαλέστε νέα μέλη",
|
||||
"Invited": "Προσκλήθηκε",
|
||||
"Invites": "Προσκλήσεις",
|
||||
"is a": "είναι ένα",
|
||||
"%(displayName)s is typing": "ο χρήστης %(displayName)s γράφει",
|
||||
"Sign in with": "Συνδέσου με",
|
||||
"joined and left": "μπήκε και βγήκε",
|
||||
"joined": "μπήκε",
|
||||
"%(targetName)s joined the room.": "ο χρήστης %(targetName)s συνδέθηκε στο δωμάτιο.",
|
||||
"Jump to first unread message.": "Πήγαινε στο πρώτο μη αναγνωσμένο μήνυμα.",
|
||||
"%(senderName)s kicked %(targetName)s.": "Ο χρήστης %(senderName)s έδιωξε τον χρήστη %(targetName)s.",
|
||||
"Kick": "Διώξε",
|
||||
"%(displayName)s is typing": "Ο χρήστης %(displayName)s γράφει",
|
||||
"Sign in with": "Συνδεθείτε με",
|
||||
"joined and left": "συνδέθηκε και έφυγε",
|
||||
"joined": "συνδέθηκε",
|
||||
"%(targetName)s joined the room.": "ο %(targetName)s συνδέθηκε στο δωμάτιο.",
|
||||
"Jump to first unread message.": "Πηγαίνετε στο πρώτο μη αναγνωσμένο μήνυμα.",
|
||||
"%(senderName)s kicked %(targetName)s.": "Ο %(senderName)s έδιωξε τον χρήστη %(targetName)s.",
|
||||
"Kick": "Απομάκρυνση",
|
||||
"Kicks user with given id": "Διώχνει χρήστες με το συγκεκριμένο id",
|
||||
"Labs": "Πειραματικά",
|
||||
"Leave room": "Φύγε από το δωμάτιο",
|
||||
"Leave room": "Αποχώρηση από το δωμάτιο",
|
||||
"left and rejoined": "έφυγε και ξανασυνδέθηκε",
|
||||
"left": "έφυγε",
|
||||
"%(targetName)s left the room.": "Ο χρήστης %(targetName)s έφυγε από το δωμάτιο.",
|
||||
"Level": "Επίπεδο",
|
||||
"List this room in %(domain)s's room directory?": "Να εμφανίζεται το δωμάτιο στο γενικό ευρετήριο του διακομιστή %(domain)s;",
|
||||
"Local addresses for this room:": "Τοπική διεύθυνση για το δωμάτιο:",
|
||||
"Logged in as:": "Συνδέθηκες ως:",
|
||||
"Login as guest": "Συνδέσου ως επισκέπτης",
|
||||
"Logged in as:": "Συνδεθήκατε ως:",
|
||||
"Login as guest": "Σύνδεση ως επισκέπτης",
|
||||
"Logout": "Αποσύνδεση",
|
||||
"Low priority": "Χαμηλής προτεραιότητας",
|
||||
"matrix-react-sdk version:": "έκδοση matrix-react-sdk:",
|
||||
"Members only": "Μέλη μόνο",
|
||||
"matrix-react-sdk version:": "Έκδοση matrix-react-sdk:",
|
||||
"Members only": "Μόνο μέλη",
|
||||
"Message not sent due to unknown devices being present": "Το μήνυμα δεν στάλθηκε γιατί υπάρχουν άγνωστες συσκευές",
|
||||
"Mobile phone number": "Αριθμός κινητού τηλεφώνου",
|
||||
"Click here to fix": "Κάνε κλικ εδώ για διόρθωση",
|
||||
|
@ -313,51 +311,51 @@
|
|||
"Conference calls are not supported in encrypted rooms": "Οι κλήσεις συνδιάσκεψης δεν είναι υποστηρίζονται σε κρυπτογραφημένα δωμάτια",
|
||||
"Conference calls are not supported in this client": "Οι κλήσεις συνδιάσκεψης δεν είναι υποστηρίζονται από την εφαρμογή",
|
||||
"Enable encryption": "Ενεργοποίηση κρυπτογραφίας",
|
||||
"Enter Code": "Κωδικός",
|
||||
"Enter Code": "Εισαγωγή κωδικού πρόσβασης",
|
||||
"Failed to send request.": "Δεν ήταν δυνατή η αποστολή αιτήματος.",
|
||||
"Failed to upload file": "Δεν ήταν δυνατό το ανέβασμα αρχείου",
|
||||
"Failed to upload file": "Δεν ήταν δυνατή η αποστολή του αρχείου",
|
||||
"Failure to create room": "Δεν ήταν δυνατή η δημιουργία δωματίου",
|
||||
"Join Room": "Συνδέσου",
|
||||
"Join Room": "Είσοδος σε δωμάτιο",
|
||||
"Moderator": "Συντονιστής",
|
||||
"my Matrix ID": "το Matrix ID μου",
|
||||
"Name": "Όνομα",
|
||||
"New address (e.g. #foo:%(localDomain)s)": "Νέα διεύθυνση (e.g. #όνομα:%(localDomain)s)",
|
||||
"New password": "Νέος κωδικός",
|
||||
"New passwords don't match": "Οι νέοι κωδικοί είναι διαφορετικοί",
|
||||
"New passwords must match each other.": "Οι νέοι κωδικόι πρέπει να ταιριάζουν.",
|
||||
"New password": "Νέος κωδικός πρόσβασης",
|
||||
"New passwords don't match": "Οι νέοι κωδικοί πρόσβασης είναι διαφορετικοί",
|
||||
"New passwords must match each other.": "Οι νέοι κωδικοί πρόσβασης πρέπει να ταιριάζουν.",
|
||||
"none": "κανένα",
|
||||
"(not supported by this browser)": "(δεν υποστηρίζεται από τον browser)",
|
||||
"(not supported by this browser)": "(δεν υποστηρίζεται από τον περιηγητή)",
|
||||
"<not supported>": "<δεν υποστηρίζεται>",
|
||||
"No more results": "Δεν υπάρχουν άλλα αποτελέσματα",
|
||||
"No more results": "Δεν υπάρχουν αποτελέσματα",
|
||||
"No results": "Κανένα αποτέλεσμα",
|
||||
"OK": "Εντάξει",
|
||||
"olm version:": "έκδοση olm:",
|
||||
"Password": "Κωδικός",
|
||||
"Password:": "Κωδικός:",
|
||||
"Passwords can't be empty": "",
|
||||
"olm version:": "Έκδοση olm:",
|
||||
"Password": "Κωδικός πρόσβασης",
|
||||
"Password:": "Κωδικός πρόσβασης:",
|
||||
"Passwords can't be empty": "Οι κωδικοί πρόσβασης δεν γίνετε να είναι κενοί",
|
||||
"People": "Άτομα",
|
||||
"Phone": "Τηλέφωνο",
|
||||
"Register": "Εγγραφή",
|
||||
"riot-web version:": "έκδοση riot-web:",
|
||||
"Room Colour": "Χρώμα Δωματίου",
|
||||
"Room name (optional)": "Όνομα Δωματίου (προαιρετικό)",
|
||||
"riot-web version:": "Έκδοση riot-web:",
|
||||
"Room Colour": "Χρώμα δωματίου",
|
||||
"Room name (optional)": "Όνομα δωματίου (προαιρετικό)",
|
||||
"Rooms": "Δωμάτια",
|
||||
"Save": "Αποθήκευση",
|
||||
"Search failed": "Η αναζήτηση απέτυχε",
|
||||
"Send an encrypted message": "Στείλε ένα κρυπτογραφημένο μήνυμα",
|
||||
"Send a message (unencrypted)": "Στείλε ένα μήνυμα (απλό)",
|
||||
"Send an encrypted message": "Στείλτε ένα κρυπτογραφημένο μήνυμα",
|
||||
"Send a message (unencrypted)": "Στείλτε ένα μήνυμα (μη κρυπτογραφημένο)",
|
||||
"sent an image": "έστειλε μια εικόνα",
|
||||
"sent a video": "έστειλε ένα βίντεο",
|
||||
"Server error": "Σφάλμα διακομιστή",
|
||||
"Signed Out": "Αποσυνδέθηκες",
|
||||
"Signed Out": "Αποσυνδέθηκε",
|
||||
"Sign in": "Συνδέση",
|
||||
"Sign out": "Αποσύνδεση",
|
||||
"since they joined": "από τη στιγμή που συνδέθηκαν",
|
||||
"since they were invited": "από τη στιγμή που προσκλήθηκαν",
|
||||
"Someone": "Κάποιος",
|
||||
"Start a chat": "Ξεκίνα μια συνομιλία",
|
||||
"This email address is already in use": "Το email χρησιμοποιείται",
|
||||
"This email address was not found": "Η διεύθηνση email δεν βρέθηκε",
|
||||
"Start a chat": "Έναρξη συνομιλίας",
|
||||
"This email address is already in use": "Η διεύθυνση ηλ. αλληλογραφίας χρησιμοποιείται ήδη",
|
||||
"This email address was not found": "Δεν βρέθηκε η διεύθυνση ηλ. αλληλογραφίας",
|
||||
"Success": "Επιτυχία",
|
||||
"Start Chat": "Συνομιλία",
|
||||
"Cancel": "Ακύρωση",
|
||||
|
@ -375,7 +373,7 @@
|
|||
"italic": "πλάγια",
|
||||
"underline": "υπογράμμιση",
|
||||
"code": "κώδικας",
|
||||
"quote": "αναφορά",
|
||||
"quote": "παράθεση",
|
||||
"%(oneUser)sleft %(repeats)s times": "%(oneUser)s έφυγε %(repeats)s φορές",
|
||||
"%(severalUsers)sleft": "%(severalUsers)s έφυγαν",
|
||||
"%(oneUser)sleft": "%(oneUser)s έφυγε",
|
||||
|
@ -387,5 +385,536 @@
|
|||
"Create new room": "Δημιουργία νέου δωματίου",
|
||||
"Room directory": "Ευρετήριο",
|
||||
"Start chat": "Έναρξη συνομιλίας",
|
||||
"Welcome page": "Αρχική σελίδα"
|
||||
"Welcome page": "Αρχική σελίδα",
|
||||
"a room": "ένα δωμάτιο",
|
||||
"Accept": "Αποδοχή",
|
||||
"Active call (%(roomName)s)": "Ενεργή κλήση (%(roomName)s)",
|
||||
"Add": "Προσθήκη",
|
||||
"Admin tools": "Εργαλεία διαχειριστή",
|
||||
"And %(count)s more...": "Και %(count)s περισσότερα...",
|
||||
"No media permissions": "Χωρίς δικαιώματα πολυμέσων",
|
||||
"Alias (optional)": "Ψευδώνυμο (προαιρετικό)",
|
||||
"Ban": "Αποκλεισμός",
|
||||
"Banned users": "Αποκλεισμένοι χρήστες",
|
||||
"Bulk Options": "Μαζικές επιλογές",
|
||||
"Call Timeout": "Λήξη χρόνου κλήσης",
|
||||
"<a>Click here</a> to join the discussion!": "<a>Κλικ εδώ</a> για να συμμετάσχετε στην συζήτηση!",
|
||||
"Click to mute audio": "Κάντε κλικ για σίγαση του ήχου",
|
||||
"Click to mute video": "Κάντε κλικ για σίγαση του βίντεο",
|
||||
"click to reveal": "κάντε κλικ για εμφάνιση",
|
||||
"Click to unmute video": "Κάντε κλικ για άρση σίγασης του βίντεο",
|
||||
"Click to unmute audio": "Κάντε κλικ για άρση σίγασης του ήχου",
|
||||
"%(count)s new messages.one": "%(count)s νέο μήνυμα",
|
||||
"%(count)s new messages.other": "%(count)s νέα μηνύματα",
|
||||
"Custom": "Προσαρμοσμένο",
|
||||
"Decline": "Απόρριψη",
|
||||
"Disable Notifications": "Απενεργοποίηση ειδοποιήσεων",
|
||||
"Disable markdown formatting": "Απενεργοποίηση μορφοποίησης markdown",
|
||||
"Drop File Here": "Αποθέστε εδώ το αρχείο",
|
||||
"Enable Notifications": "Ενεργοποίηση ειδοποιήσεων",
|
||||
"Encryption is enabled in this room": "Η κρυπτογράφηση είναι ενεργοποιημένη σε αυτό το δωμάτιο",
|
||||
"Encryption is not enabled in this room": "Η κρυπτογράφηση είναι απενεργοποιημένη σε αυτό το δωμάτιο",
|
||||
"Enter passphrase": "Εισαγωγή συνθηματικού",
|
||||
"Failed to set avatar.": "Δεν ήταν δυνατό ο ορισμός της προσωπικής εικόνας.",
|
||||
"Failed to set display name": "Δεν ήταν δυνατό ο ορισμός του ονόματος εμφάνισης",
|
||||
"Failed to set up conference call": "Δεν ήταν δυνατή η ρύθμιση κλήσης συνδιάσκεψης",
|
||||
"Failed to toggle moderator status": "Δεν ήταν δυνατή η εναλλαγή κατάστασης του συντονιστή",
|
||||
"Failed to upload profile picture!": "Δεν ήταν δυνατή η αποστολή της εικόνας προφίλ!",
|
||||
"Hide read receipts": "Απόκρυψη αποδείξεων ανάγνωσης",
|
||||
"Home": "Αρχική",
|
||||
"Last seen": "Τελευταία εμφάνιση",
|
||||
"Level:": "Επίπεδο:",
|
||||
"Manage Integrations": "Διαχείριση ενσωματώσεων",
|
||||
"Markdown is disabled": "Το Markdown είναι απενεργοποιημένο",
|
||||
"Markdown is enabled": "Το Markdown είναι ενεργοποιημένο",
|
||||
"Missing room_id in request": "Λείπει το room_id στο αίτημα",
|
||||
"Permissions": "Δικαιώματα",
|
||||
"Power level must be positive integer.": "Το επίπεδο δύναμης πρέπει να είναι ένας θετικός ακέραιος.",
|
||||
"Privacy warning": "Προειδοποίηση ιδιωτικότητας",
|
||||
"Private Chat": "Προσωπική συνομιλία",
|
||||
"Privileged Users": "Προνομιούχοι χρήστες",
|
||||
"Profile": "Προφίλ",
|
||||
"Public Chat": "Δημόσια συνομιλία",
|
||||
"Reason": "Αιτία",
|
||||
"Reason: %(reasonText)s": "Αιτία: %(reasonText)s",
|
||||
"Revoke Moderator": "Ανάκληση συντονιστή",
|
||||
"Registration required": "Απαιτείται εγγραφή",
|
||||
"rejected": "απορρίφθηκε",
|
||||
"%(targetName)s rejected the invitation.": "Ο %(targetName)s απέρριψε την πρόσκληση.",
|
||||
"Reject invitation": "Απόρριψη πρόσκλησης",
|
||||
"Remote addresses for this room:": "Απομακρυσμένες διευθύνσεις για το δωμάτιο:",
|
||||
"Remove Contact Information?": "Αφαίρεση πληροφοριών επαφής;",
|
||||
"Remove %(threePid)s?": "Αφαίρεση %(threePid)s;",
|
||||
"Report it": "Αναφορά",
|
||||
"restore": "επαναφορά",
|
||||
"Results from DuckDuckGo": "Αποτελέσματα από DuckDuckGo",
|
||||
"Return to app": "Επιστροφή στην εφαρμογή",
|
||||
"Return to login screen": "Επιστροφή στην οθόνη σύνδεσης",
|
||||
"Room %(roomId)s not visible": "Το δωμάτιο %(roomId)s δεν είναι ορατό",
|
||||
"%(roomName)s does not exist.": "Το %(roomName)s δεν υπάρχει.",
|
||||
"Searches DuckDuckGo for results": "Γίνεται αναζήτηση στο DuckDuckGo για αποτελέσματα",
|
||||
"Searching known users": "Αναζήτηση γνωστών χρηστών",
|
||||
"Seen by %(userName)s at %(dateTime)s": "Διαβάστηκε από %(userName)s στις %(dateTime)s",
|
||||
"Send anyway": "Αποστολή ούτως ή άλλως",
|
||||
"Send Invites": "Αποστολή προσκλήσεων",
|
||||
"Send Reset Email": "Αποστολή μηνύματος επαναφοράς",
|
||||
"%(senderDisplayName)s sent an image.": "Ο %(senderDisplayName)s έστειλε μια φωτογραφία.",
|
||||
"Server may be unavailable or overloaded": "Ο διακομιστής μπορεί να είναι μη διαθέσιμος ή υπερφορτωμένος",
|
||||
"Session ID": "Αναγνωριστικό συνεδρίας",
|
||||
"%(senderName)s set a profile picture.": "Ο %(senderName)s όρισε τη φωτογραφία του προφίλ του.",
|
||||
"Set": "Ορισμός",
|
||||
"Start authentication": "Έναρξη πιστοποίησης",
|
||||
"Submit": "Υποβολή",
|
||||
"Tagged as: ": "Με ετικέτα: ",
|
||||
"The default role for new room members is": "Ο προεπιλεγμένος ρόλος για νέα μέλη είναι",
|
||||
"The main address for this room is": "Η κύρια διεύθυνση για το δωμάτιο είναι",
|
||||
"%(actionVerb)s this person?": "%(actionVerb)s αυτού του ατόμου;",
|
||||
"The file '%(fileName)s' failed to upload": "Απέτυχε η αποστολή του αρχείου '%(fileName)s'",
|
||||
"There was a problem logging in.": "Υπήρξε ένα πρόβλημα κατά την σύνδεση.",
|
||||
"This room has no local addresses": "Αυτό το δωμάτιο δεν έχει τοπικές διευθύνσεις",
|
||||
"This doesn't appear to be a valid email address": "Δεν μοιάζει με μια έγκυρη διεύθυνση ηλεκτρονικής αλληλογραφίας",
|
||||
"This phone number is already in use": "Αυτός ο αριθμός τηλεφώνου είναι ήδη σε χρήση",
|
||||
"This room": "Αυτό το δωμάτιο",
|
||||
"This room's internal ID is": "Το εσωτερικό αναγνωριστικό του δωματίου είναι",
|
||||
"times": "φορές",
|
||||
"To ban users": "Για αποκλεισμό χρηστών",
|
||||
"to browse the directory": "για περιήγηση στο ευρετήριο",
|
||||
"To configure the room": "Για ρύθμιση του δωματίου",
|
||||
"To invite users into the room": "Για πρόσκληση χρηστών στο δωμάτιο",
|
||||
"To remove other users' messages": "Για αφαίρεση μηνυμάτων άλλων χρηστών",
|
||||
"to restore": "για επαναφορά",
|
||||
"To send events of type": "Για αποστολή συμβάντων τύπου",
|
||||
"To send messages": "Για αποστολή μηνυμάτων",
|
||||
"Turn Markdown off": "Απενεργοποίηση Markdown",
|
||||
"Turn Markdown on": "Ενεργοποίηση Markdown",
|
||||
"Unable to add email address": "Αδυναμία προσθήκης διεύθυνσης ηλ. αλληλογραφίας",
|
||||
"Unable to remove contact information": "Αδυναμία αφαίρεσης πληροφοριών επαφής",
|
||||
"Unable to restore previous session": "Αδυναμία επαναφοράς της προηγούμενης συνεδρίας",
|
||||
"Unable to verify email address.": "Αδυναμία επιβεβαίωσης διεύθυνσης ηλεκτρονικής αλληλογραφίας.",
|
||||
"Unban": "Άρση αποκλεισμού",
|
||||
"%(senderName)s unbanned %(targetName)s.": "Ο χρήστης %(senderName)s έδιωξε τον χρήστη %(targetName)s.",
|
||||
"Unable to enable Notifications": "Αδυναμία ενεργοποίησης των ειδοποιήσεων",
|
||||
"Unable to load device list": "Αδυναμία φόρτωσης της λίστας συσκευών",
|
||||
"Unencrypted room": "Μη κρυπτογραφημένο δωμάτιο",
|
||||
"unencrypted": "μη κρυπτογραφημένο",
|
||||
"Unencrypted message": "Μη κρυπτογραφημένο μήνυμα",
|
||||
"unknown caller": "άγνωστος καλών",
|
||||
"Unknown command": "Άγνωστη εντολή",
|
||||
"unknown device": "άγνωστη συσκευή",
|
||||
"Unknown room %(roomId)s": "Άγνωστο δωμάτιο %(roomId)s",
|
||||
"unknown": "άγνωστο",
|
||||
"Unmute": "Άρση σίγασης",
|
||||
"Unnamed Room": "Ανώνυμο δωμάτιο",
|
||||
"Unrecognised command:": "Μη αναγνωρίσιμη εντολή:",
|
||||
"Unrecognised room alias:": "Μη αναγνωρίσιμο ψευδώνυμο:",
|
||||
"Unverified": "Ανεπιβεβαίωτο",
|
||||
"Upload avatar": "Αποστολή προσωπικής εικόνας",
|
||||
"Upload Failed": "Απέτυχε η αποστολή",
|
||||
"Upload Files": "Αποστολή αρχείων",
|
||||
"Upload file": "Αποστολή αρχείου",
|
||||
"Upload new:": "Αποστολή νέου:",
|
||||
"Usage": "Χρήση",
|
||||
"Use with caution": "Χρησιμοποιήστε τα με προσοχή",
|
||||
"User ID": "Αναγνωριστικό χρήστη",
|
||||
"User Interface": "Διεπαφή χρήστη",
|
||||
"%(user)s is a": "Ο %(user)s είναι",
|
||||
"User name": "Όνομα χρήστη",
|
||||
"Username invalid: %(errMessage)s": "Μη έγκυρο όνομα χρήστη: %(errMessage)s",
|
||||
"Users": "Χρήστες",
|
||||
"User": "Χρήστης",
|
||||
"Video call": "Βιντεοκλήση",
|
||||
"Voice call": "Φωνητική κλήση",
|
||||
"Warning!": "Προειδοποίηση!",
|
||||
"Who would you like to communicate with?": "Με ποιον θα θέλατε να επικοινωνήσετε;",
|
||||
"You are already in a call.": "Είστε ήδη σε μια κλήση.",
|
||||
"You have no visible notifications": "Δεν έχετε ορατές ειδοποιήσεις",
|
||||
"you must be a": "πρέπει να είστε",
|
||||
"You must <a>register</a> to use this functionality": "Πρέπει να <a>εγγραφείτε</a> για να χρησιμοποιήσετε αυτή την λειτουργία",
|
||||
"You need to be logged in.": "Πρέπει να είστε συνδεδεμένος.",
|
||||
"You need to enter a user name.": "Πρέπει να εισάγετε ένα όνομα χρήστη.",
|
||||
"Your password has been reset": "Ο κωδικός πρόσβασης σας έχει επαναφερθεί",
|
||||
"Sun": "Κυρ",
|
||||
"Mon": "Δευ",
|
||||
"Tue": "Τρί",
|
||||
"Wed": "Τετ",
|
||||
"Thu": "Πέμ",
|
||||
"Fri": "Παρ",
|
||||
"Sat": "Σάβ",
|
||||
"Jan": "Ιαν",
|
||||
"Feb": "Φεβ",
|
||||
"Mar": "Μαρ",
|
||||
"Apr": "Απρ",
|
||||
"May": "Μαϊ",
|
||||
"Jun": "Ιουν",
|
||||
"Jul": "Ιουλ",
|
||||
"Aug": "Αυγ",
|
||||
"Sep": "Σεπ",
|
||||
"Oct": "Οκτ",
|
||||
"Nov": "Νοε",
|
||||
"Dec": "Δεκ",
|
||||
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(time)s",
|
||||
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
|
||||
"Set a display name:": "Ορισμός ονόματος εμφάνισης:",
|
||||
"Set a Display Name": "Ορισμός ονόματος εμφάνισης",
|
||||
"Upload an avatar:": "Αποστολή προσωπικής εικόνας:",
|
||||
"This server does not support authentication with a phone number.": "Αυτός ο διακομιστής δεν υποστηρίζει πιστοποίηση με αριθμό τηλεφώνου.",
|
||||
"Missing password.": "Λείπει ο κωδικός πρόσβασης.",
|
||||
"Passwords don't match.": "Δεν ταιριάζουν οι κωδικοί πρόσβασης.",
|
||||
"This doesn't look like a valid email address.": "Δεν μοιάζει με μια έγκυρη διεύθυνση ηλ. αλληλογραφίας.",
|
||||
"An unknown error occurred.": "Προέκυψε ένα άγνωστο σφάλμα.",
|
||||
"I already have an account": "Έχω ήδη λογαριασμό",
|
||||
"An error occurred: %(error_string)s": "Προέκυψε ένα σφάλμα: %(error_string)s",
|
||||
"Topic": "Θέμα",
|
||||
"Make Moderator": "Ορισμός συντονιστή",
|
||||
"Encrypt room": "Κρυπτογράφηση δωματίου",
|
||||
"Room": "Δωμάτιο",
|
||||
"Auto-complete": "Αυτόματη συμπλήρωση",
|
||||
"(~%(count)s results).one": "(~%(count)s αποτέλεσμα)",
|
||||
"(~%(count)s results).other": "(~%(count)s αποτελέσματα)",
|
||||
"Active call": "Ενεργή κλήση",
|
||||
"strike": "επιγράμμιση",
|
||||
"bullet": "κουκκίδα",
|
||||
"%(severalUsers)sjoined %(repeats)s times": "%(severalUsers)s συνδέθηκαν %(repeats)s φορές",
|
||||
"%(oneUser)sjoined %(repeats)s times": "%(oneUser)s συνδέθηκε %(repeats)s φορές",
|
||||
"%(severalUsers)sjoined": "%(severalUsers)s συνδέθηκαν",
|
||||
"%(oneUser)sjoined": "%(oneUser)s συνδέθηκε",
|
||||
"were invited": "προσκλήθηκαν",
|
||||
"was invited": "προσκλήθηκε",
|
||||
"were banned": "αποκλείστηκαν",
|
||||
"was banned": "αποκλείστηκε",
|
||||
"were kicked": "διώχτηκαν",
|
||||
"was kicked": "διώχτηκε",
|
||||
"New Password": "Νέος κωδικός πρόσβασης",
|
||||
"Start automatically after system login": "Αυτόματη έναρξη μετά τη σύνδεση",
|
||||
"Options": "Επιλογές",
|
||||
"Passphrases must match": "Δεν ταιριάζουν τα συνθηματικά",
|
||||
"Passphrase must not be empty": "Το συνθηματικό δεν πρέπει να είναι κενό",
|
||||
"Export room keys": "Εξαγωγή κλειδιών δωματίου",
|
||||
"Confirm passphrase": "Επιβεβαίωση συνθηματικού",
|
||||
"Import room keys": "Εισαγωγή κλειδιών δωματίου",
|
||||
"File to import": "Αρχείο για εισαγωγή",
|
||||
"Start new chat": "Έναρξη νέας συνομιλίας",
|
||||
"Guest users can't invite users. Please register.": "Οι επισκέπτες δεν έχουν τη δυνατότητα να προσκαλέσουν άλλους χρήστες. Παρακαλούμε εγγραφείτε πρώτα.",
|
||||
"Confirm Removal": "Επιβεβαίωση αφαίρεσης",
|
||||
"Unknown error": "Άγνωστο σφάλμα",
|
||||
"Incorrect password": "Λανθασμένος κωδικός πρόσβασης",
|
||||
"To continue, please enter your password.": "Για να συνεχίσετε, παρακαλούμε πληκτρολογήστε τον κωδικό πρόσβασής σας.",
|
||||
"Device name": "Όνομα συσκευής",
|
||||
"Device Name": "Όνομα συσκευής",
|
||||
"Device key": "Κλειδί συσκευής",
|
||||
"Verify device": "Επιβεβαίωση συσκευής",
|
||||
"Unable to restore session": "Αδυναμία επαναφοράς συνεδρίας",
|
||||
"Continue anyway": "Συνέχεια οπωσδήποτε",
|
||||
"Unknown devices": "Άγνωστες συσκευές",
|
||||
"Unknown Address": "Άγνωστη διεύθυνση",
|
||||
"Blacklist": "Μαύρη λίστα",
|
||||
"Verify...": "Επιβεβαίωση...",
|
||||
"ex. @bob:example.com": "π.χ @bob:example.com",
|
||||
"Add User": "Προσθήκη χρήστη",
|
||||
"Sign in with CAS": "Σύνδεση με CAS",
|
||||
"You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.": "Μπορείτε να χρησιμοποιήσετε τις προσαρμοσμένες ρυθμίσεις για να εισέλθετε σε άλλους διακομιστές Matrix επιλέγοντας μια διαφορετική διεύθυνση για το διακομιστή.",
|
||||
"Token incorrect": "Εσφαλμένο διακριτικό",
|
||||
"A text message has been sent to": "Ένα μήνυμα στάλθηκε στο",
|
||||
"Please enter the code it contains:": "Παρακαλούμε εισάγετε τον κωδικό που περιέχει:",
|
||||
"Default server": "Προεπιλεγμένος διακομιστής",
|
||||
"Custom server": "Προσαρμοσμένος διακομιστής",
|
||||
"Home server URL": "Διεύθυνση διακομιστή",
|
||||
"Identity server URL": "Διεύθυνση διακομιστή ταυτοποίησης",
|
||||
"What does this mean?": "Τι σημαίνει αυτό;",
|
||||
"Error decrypting audio": "Σφάλμα κατά την αποκρυπτογράφηση του ήχου",
|
||||
"Error decrypting image": "Σφάλμα κατά την αποκρυπτογράφηση της εικόνας",
|
||||
"Image '%(Body)s' cannot be displayed.": "Η εικόνα '%(Body)s' δεν μπορεί να εμφανιστεί.",
|
||||
"This image cannot be displayed.": "Αυτή η εικόνα δεν μπορεί να εμφανιστεί.",
|
||||
"Error decrypting video": "Σφάλμα κατά την αποκρυπτογράφηση του βίντεο",
|
||||
"Add an Integration": "Προσθήκη ενσωμάτωσης",
|
||||
"URL Previews": "Προεπισκόπηση συνδέσμων",
|
||||
"Enable URL previews for this room (affects only you)": "Ενεργοποίηση της προεπισκόπησης συνδέσμων για αυτό το δωμάτιο (επηρεάζει μόνο εσάς)",
|
||||
"Drop file here to upload": "Αποθέστε εδώ για αποστολή",
|
||||
"for %(amount)ss": "για %(amount)ss",
|
||||
"for %(amount)sm": "για %(amount)sm",
|
||||
"for %(amount)sh": "για %(amount)sh",
|
||||
"for %(amount)sd": "για %(amount)sd",
|
||||
"Online": "Σε σύνδεση",
|
||||
"Idle": "Αδρανής",
|
||||
"Offline": "Εκτός σύνδεσης",
|
||||
"Start chatting": "Έναρξη συνομιλίας",
|
||||
"Start Chatting": "Έναρξη συνομιλίας",
|
||||
"Click on the button below to start chatting!": "Κάντε κλικ στο κουμπί παρακάτω για να ξεκινήσετε μια συνομιλία!",
|
||||
"%(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": "Μη διαθέσιμο όνομα χρήστη",
|
||||
"Something went wrong!": "Κάτι πήγε στραβά!",
|
||||
"Could not connect to the integration server": "Αδυναμία σύνδεσης στον διακομιστή ενσωμάτωσης",
|
||||
"Create a new chat or reuse an existing one": "Δημιουργία νέας συνομιλίας ή επαναχρησιμοποίηση μιας υπάρχουσας",
|
||||
"Don't send typing notifications": "Να μη γίνετε αποστολή ειδοποιήσεων πληκτρολόγησης",
|
||||
"Encrypted by a verified device": "Κρυπτογραφημένο από μια επιβεβαιωμένη συσκευή",
|
||||
"Encrypted by an unverified device": "Κρυπτογραφημένο από μια ανεπιβεβαίωτη συσκευή",
|
||||
"Error: Problem communicating with the given homeserver.": "Σφάλμα: πρόβλημα κατά την επικοινωνία με τον ορισμένο διακομιστή.",
|
||||
"Failed to ban user": "Δεν ήταν δυνατό ο αποκλεισμός του χρήστη",
|
||||
"Failed to change power level": "Δεν ήταν δυνατή η αλλαγή του επιπέδου δύναμης",
|
||||
"Failed to fetch avatar URL": "Δεν ήταν δυνατή η ανάκτηση της διεύθυνσης εικόνας",
|
||||
"Failed to lookup current room": "Δεν ήταν δυνατή η εύρεση του τρέχοντος δωματίου",
|
||||
"Failed to unban": "Δεν ήταν δυνατή η άρση του αποκλεισμού",
|
||||
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s από %(fromPowerLevel)s σε %(toPowerLevel)s",
|
||||
"Guest access is disabled on this Home Server.": "Έχει απενεργοποιηθεί η πρόσβαση στους επισκέπτες σε αυτόν τον διακομιστή.",
|
||||
"Guests can't set avatars. Please register.": "Οι επισκέπτες δεν μπορούν να ορίσουν προσωπικές εικόνες. Παρακαλούμε εγγραφείτε.",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "Οι επισκέπτες δεν μπορούν να δημιουργήσουν νέα δωμάτια. Παρακαλούμε εγγραφείτε για να δημιουργήσετε ένα δωμάτιο και να ξεκινήσετε μια συνομιλία.",
|
||||
"Guests can't use labs features. Please register.": "Οι επισκέπτες δεν μπορούν να χρησιμοποιήσουν τα πειραματικά χαρακτηριστικά. Παρακαλούμε εγγραφείτε.",
|
||||
"Guests cannot join this room even if explicitly invited.": "Οι επισκέπτες δεν μπορούν να συνδεθούν στο δωμάτιο ακόμη και αν έχουν καλεστεί.",
|
||||
"Hide Text Formatting Toolbar": "Απόκρυψη εργαλειοθήκης μορφοποίησης κειμένου",
|
||||
"Incoming call from %(name)s": "Εισερχόμενη κλήση από %(name)s",
|
||||
"Incoming video call from %(name)s": "Εισερχόμενη βιντεοκλήση από %(name)s",
|
||||
"Incoming voice call from %(name)s": "Εισερχόμενη φωνητική κλήση από %(name)s",
|
||||
"Invalid alias format": "Μη έγκυρη μορφή ψευδώνυμου",
|
||||
"Invalid address format": "Μη έγκυρη μορφή διεύθυνσης",
|
||||
"Invalid file%(extra)s": "Μη έγκυρο αρχείο %(extra)s",
|
||||
"%(senderName)s invited %(targetName)s.": "Ο %(senderName)s προσκάλεσε τον %(targetName)s.",
|
||||
"Invites user with given id to current room": "Προσκαλεί τον χρήστη με το δοσμένο αναγνωριστικό στο τρέχον δωμάτιο",
|
||||
"'%(alias)s' is not a valid format for an address": "Το '%(alias)s' δεν είναι μια έγκυρη μορφή διεύθυνσης",
|
||||
"'%(alias)s' is not a valid format for an alias": "Το '%(alias)s' δεν είναι μια έγκυρη μορφή ψευδώνυμου",
|
||||
"%(senderName)s made future room history visible to": "Ο %(senderName)s έκανε το μελλοντικό ιστορικό του δωματίου δημόσιο",
|
||||
"Missing user_id in request": "Λείπει το user_id στο αίτημα",
|
||||
"Mobile phone number (optional)": "Αριθμός κινητού τηλεφώνου (προαιρετικό)",
|
||||
"Must be viewing a room": "Πρέπει να βλέπετε ένα δωμάτιο",
|
||||
"Never send encrypted messages to unverified devices from this device": "Να μη γίνει ποτέ αποστολή κρυπτογραφημένων μηνυμάτων σε ανεπιβεβαίωτες συσκευές από αυτή τη συσκευή",
|
||||
"Never send encrypted messages to unverified devices in this room": "Να μη γίνει ποτέ αποστολή κρυπτογραφημένων μηνυμάτων σε ανεπιβεβαίωτες συσκευές σε αυτό το δωμάτιο",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "Να μη γίνει ποτέ αποστολή κρυπτογραφημένων μηνυμάτων σε ανεπιβεβαίωτες συσκευές, σε αυτό το δωμάτιο, από αυτή τη συσκευή",
|
||||
"New Composer & Autocomplete": "Νέος επεξεργαστής κειμένου και αυτόματη συμπλήρωση",
|
||||
"not set": "δεν έχει οριστεί",
|
||||
"not specified": "μη καθορισμένο",
|
||||
"NOT verified": "ΧΩΡΙΣ επαλήθευση",
|
||||
"No devices with registered encryption keys": "Καθόλου συσκευές με εγγεγραμένα κλειδιά κρυπτογράφησης",
|
||||
"No display name": "Χωρίς όνομα",
|
||||
"No users have specific privileges in this room": "Κανένας χρήστης δεν έχει συγκεκριμένα δικαιώματα σε αυτό το δωμάτιο",
|
||||
"Once encryption is enabled for a room it cannot be turned off again (for now)": "Μόλις ενεργοποιηθεί η κρυπτογράφηση για ένα δωμάτιο, δεν μπορεί να απενεργοποιηθεί ξανά (για τώρα)",
|
||||
"Once you've followed the link it contains, click below": "Μόλις ακολουθήσετε τον σύνδεσμο που περιέχει, κάντε κλικ παρακάτω",
|
||||
"Only people who have been invited": "Μόνο άτομα που έχουν προσκληθεί",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Διαφορετικά, κάντε <a>κλικ εδώ</a> για να αποστείλετε μια αναφορά σφάλματος.",
|
||||
"%(senderName)s placed a %(callType)s call.": "Ο %(senderName)s πραγματοποίησε μια %(callType)s κλήση.",
|
||||
"Please check your email and click on the link it contains. Once this is done, click continue.": "Παρακαλούμε ελέγξτε την ηλεκτρονική σας αλληλογραφία και κάντε κλικ στον σύνδεσμο που περιέχει. Μόλις γίνει αυτό, κάντε κλίκ στο κουμπί συνέχεια.",
|
||||
"Press": "Πατήστε",
|
||||
"Refer a friend to Riot:": "Πείτε για το Riot σε έναν φίλο σας:",
|
||||
"Rejoin": "Επανασύνδεση",
|
||||
"%(senderName)s removed their profile picture.": "Ο %(senderName)s αφαίρεσε τη φωτογραφία του προφίλ του.",
|
||||
"%(senderName)s requested a VoIP conference.": "Ο %(senderName)s αιτήθηκε μια συνδιάσκεψη VoIP.",
|
||||
"Riot does not have permission to send you notifications - please check your browser settings": "Το Riot δεν έχει δικαιώματα για αποστολή ειδοποιήσεων - παρακαλούμε ελέγξτε τις ρυθμίσεις του περιηγητή σας",
|
||||
"Riot was not given permission to send notifications - please try again": "Δεν δόθηκαν δικαιώματα στο Riot να αποστείλει ειδοποιήσεις - παρακαλούμε προσπαθήστε ξανά",
|
||||
"Room contains unknown devices": "Το δωμάτιο περιέχει άγνωστες συσκευές",
|
||||
"%(roomName)s is not accessible at this time.": "Το %(roomName)s δεν είναι προσβάσιμο αυτή τη στιγμή.",
|
||||
"Scroll to bottom of page": "Μετάβαση στο τέλος της σελίδας",
|
||||
"Scroll to unread messages": "Μεταβείτε στα μη αναγνωσμένα μηνύματα",
|
||||
"Sender device information": "Πληροφορίες συσκευής αποστολέα",
|
||||
"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.": "Ο διακομιστής μπορεί να είναι μη διαθέσιμος, υπερφορτωμένος, ή κάτι άλλο να πήγε στραβά.",
|
||||
"Show panel": "Εμφάνιση καρτέλας",
|
||||
"Show Text Formatting Toolbar": "Εμφάνιση της εργαλειοθήκης μορφοποίησης κειμένου",
|
||||
"Some of your messages have not been sent.": "Μερικά από τα μηνύματα σας δεν έχουν αποσταλεί.",
|
||||
"This room is not recognised.": "Αυτό το δωμάτιο δεν αναγνωρίζεται.",
|
||||
"to favourite": "στα αγαπημένα",
|
||||
"To kick users": "Για να διώξετε χρήστες",
|
||||
"to make a room or": "για δημιουργία ενός δωματίου ή",
|
||||
"to start a chat with someone": "για να ξεκινήσετε μια συνομιλία με κάποιον",
|
||||
"Unable to capture screen": "Αδυναμία σύλληψης οθόνης",
|
||||
"Unknown (user, device) pair:": "Άγνωστο ζεύγος (χρήστη, συσκευής):",
|
||||
"Uploading %(filename)s and %(count)s others.zero": "Γίνεται αποστολή του %(filename)s",
|
||||
"Uploading %(filename)s and %(count)s others.other": "Γίνεται αποστολή του %(filename)s και %(count)s υπολοίπων",
|
||||
"uploaded a file": "ανέβασε ένα αρχείο",
|
||||
"%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (δύναμη %(powerLevelNumber)s)",
|
||||
"Verification Pending": "Εκκρεμεί επιβεβαίωση",
|
||||
"Verification": "Επιβεβαίωση",
|
||||
"verified": "επαληθεύτηκε",
|
||||
"Verified": "Επαληθεύτηκε",
|
||||
"Verified key": "Επιβεβαιωμένο κλειδί",
|
||||
"VoIP conference finished.": "Ολοκληρώθηκε η συνδιάσκεψη VoIP.",
|
||||
"VoIP conference started.": "Ξεκίνησησε η συνδιάσκεψη VoIP.",
|
||||
"VoIP is unsupported": "Δεν υποστηρίζεται το VoIP",
|
||||
"(warning: cannot be disabled again!)": "(προειδοποίηση: δεν μπορεί να απενεργοποιηθεί ξανά)",
|
||||
"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?": "Ποιον θέλετε να προσθέσετε σε αυτό το δωμάτιο;",
|
||||
"%(senderName)s withdrew %(targetName)s's invitation.": "Ο %(senderName)s ανακάλεσε την πρόσκληση του %(targetName)s.",
|
||||
"You're not in any rooms yet! Press": "Δεν είστε ακόμη σε κάνενα δωμάτιο! Πατήστε",
|
||||
"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.": "Έχετε αποκλειστεί από το δωμάτιο %(roomName)s από τον %(userName)s.",
|
||||
"You have been invited to join this room by %(inviterName)s": "Έχετε προσκληθεί να συνδεθείτε στο δωμάτιο από τον %(inviterName)s",
|
||||
"You seem to be in a call, are you sure you want to quit?": "Φαίνεται ότι είστε σε μια κλήση, είστε βέβαιοι ότι θέλετε να αποχωρήσετε;",
|
||||
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
|
||||
"This doesn't look like a valid phone number.": "Δεν μοιάζει με έναν έγκυρο αριθμό τηλεφώνου.",
|
||||
"Make this room private": "Κάντε το δωμάτιο ιδιωτικό",
|
||||
"There are no visible files in this room": "Δεν υπάρχουν ορατά αρχεία σε αυτό το δωμάτιο",
|
||||
"Connectivity to the server has been lost.": "Χάθηκε η συνδεσιμότητα στον διακομιστή.",
|
||||
"%(severalUsers)sleft %(repeats)s times": "%(severalUsers)s έφυγαν %(repeats)s φορές",
|
||||
"%(severalUsers)srejected their invitations %(repeats)s times": "Οι %(severalUsers)s απέρριψαν τις προσκλήσεις τους %(repeats)s φορές",
|
||||
"%(oneUser)srejected their invitation %(repeats)s times": "Ο %(oneUser)s απέρριψε την πρόσκληση του %(repeats)s φορές",
|
||||
"%(severalUsers)srejected their invitations": "Οι %(severalUsers)s απέρριψαν τις προσκλήσεις τους",
|
||||
"%(oneUser)srejected their invitation": "Ο %(oneUser)s απέρριψε την πρόσκληση",
|
||||
"were invited %(repeats)s times": "προσκλήθηκαν %(repeats)s φορές",
|
||||
"was invited %(repeats)s times": "προσκλήθηκε %(repeats)s φορές",
|
||||
"were banned %(repeats)s times": "αποκλείστηκαν %(repeats)s φορές",
|
||||
"was banned %(repeats)s times": "αποκλείστηκε %(repeats)s φορές",
|
||||
"were kicked %(repeats)s times": "διώχθηκαν %(repeats)s φορές",
|
||||
"was kicked %(repeats)s times": "διώχθηκε %(repeats)s φορές",
|
||||
"%(severalUsers)schanged their name %(repeats)s times": "%(severalUsers)s άλλαξαν το όνομα τους %(repeats)s φορές",
|
||||
"%(oneUser)schanged their name %(repeats)s times": "Ο %(oneUser)s άλλαξε το όνομα του %(repeats)s φορές",
|
||||
"%(severalUsers)schanged their name": "Οι %(severalUsers)s άλλαξαν το όνομα τους",
|
||||
"%(oneUser)schanged their name": "Ο %(oneUser)s άλλαξε το όνομα του",
|
||||
"%(severalUsers)schanged their avatar %(repeats)s times": "Οι %(severalUsers)s άλλαξαν την προσωπική τους φωτογραφία %(repeats)s φορές",
|
||||
"%(oneUser)schanged their avatar %(repeats)s times": "Ο %(oneUser)s άλλαξε την προσωπική του εικόνα %(repeats)s φορές",
|
||||
"%(severalUsers)schanged their avatar": "Οι %(severalUsers)s άλλαξαν την προσωπική τους εικόνα",
|
||||
"%(oneUser)schanged their avatar": "Ο %(oneUser)s άλλαξε την προσωπική του εικόνα",
|
||||
"Please select the destination room for this message": "Παρακαλούμε επιλέξτε ένα δωμάτιο προορισμού για αυτό το μήνυμα",
|
||||
"Desktop specific": "Μόνο για επιφάνεια εργασίας",
|
||||
"Analytics": "Αναλυτικά δεδομένα",
|
||||
"Opt out of analytics": "Αποκλεισμός αναλυτικών δεδομένων",
|
||||
"Riot collects anonymous analytics to allow us to improve the application.": "Το Riot συλλέγει ανώνυμα δεδομένα επιτρέποντας μας να βελτιώσουμε την εφαρμογή.",
|
||||
"Failed to invite": "Δεν ήταν δυνατή η πρόσκληση",
|
||||
"Failed to invite user": "Δεν ήταν δυνατή η πρόσκληση του χρήστη",
|
||||
"This action is irreversible.": "Αυτή η ενέργεια είναι μη αναστρέψιμη.",
|
||||
"In future this verification process will be more sophisticated.": "Στο μέλλον η διαδικασία επαλήθευσης θα είναι πιο εξελιγμένη.",
|
||||
"I verify that the keys match": "Επιβεβαιώνω πως ταιριάζουν τα κλειδιά",
|
||||
"\"%(RoomName)s\" contains devices that you haven't seen before.": "Το \"%(RoomName)s\" περιέχει συσκευές που δεν έχετε ξαναδεί.",
|
||||
"This Home Server would like to make sure you are not a robot": "Ο διακομιστής θέλει να σιγουρευτεί ότι δεν είσαστε ρομπότ",
|
||||
"Please check your email to continue registration.": "Παρακαλούμε ελέγξτε την ηλεκτρονική σας αλληλογραφία για να συνεχίσετε με την εγγραφή.",
|
||||
"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",
|
||||
"Removed or unknown message type": "Αφαιρέθηκε ή άγνωστος τύπος μηνύματος",
|
||||
"Disable URL previews by default for participants in this room": "Απενεργοποίηση της προεπισκόπησης συνδέσμων για όλους τους συμμετέχοντες στο δωμάτιο",
|
||||
"Disable URL previews for this room (affects only you)": "Απενεργοποίηση της προεπισκόπησης συνδέσμων για αυτό το δωμάτιο (επηρεάζει μόνο εσάς)",
|
||||
" (unsupported)": " (μη υποστηριζόμενο)",
|
||||
"$senderDisplayName changed the room avatar to <img/>": "Ο $senderDisplayName άλλαξε την εικόνα του δωματίου σε <img/>",
|
||||
"Missing Media Permissions, click here to request.": "Λείπουν τα δικαιώματα πολύμεσων, κάντε κλικ για να ζητήσετε.",
|
||||
"You may need to manually permit Riot to access your microphone/webcam": "Μπορεί να χρειαστεί να ορίσετε χειροκίνητα την πρόσβαση του Riot στο μικρόφωνο/κάμερα",
|
||||
"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>.": "Δεν είναι δυνατή η σύνδεση στον διακομιστή μέσω HTTP όταν μια διεύθυνση HTTPS βρίσκεται στην μπάρα του περιηγητή. Είτε χρησιμοποιήστε HTTPS ή <a>ενεργοποιήστε τα μη ασφαλή σενάρια εντολών</a>.",
|
||||
"%(senderName)s changed the power level of %(powerLevelDiffText)s.": "Ο %(senderName)s άλλαξε το επίπεδο δύναμης του %(powerLevelDiffText)s.",
|
||||
"Changes to who can read history will only apply to future messages in this room": "Οι αλλαγές που αφορούν την ορατότητα του ιστορικού θα εφαρμοστούν μόνο στα μελλοντικά μηνύματα του δωματίου",
|
||||
"Conference calling is in development and may not be reliable.": "Η κλήση συνδιάσκεψης είναι υπό ανάπτυξη και μπορεί να μην είναι αξιόπιστη.",
|
||||
"Devices will not yet be able to decrypt history from before they joined the room": "Οι συσκευές δεν θα είναι σε θέση να αποκρυπτογραφήσουν το ιστορικό πριν από την είσοδο τους στο δωμάτιο",
|
||||
"End-to-end encryption is in beta and may not be reliable": "Η κρυπτογράφηση από άκρο σε άκρο είναι σε δοκιμαστικό στάδιο και μπορεί να μην είναι αξιόπιστη",
|
||||
"%(senderName)s removed their display name (%(oldDisplayName)s).": "Ο %(senderName)s αφαίρεσε το όνομα εμφάνισης του (%(oldDisplayName)s).",
|
||||
"%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "Ο %(senderName)s έστειλε μια πρόσκληση στον %(targetDisplayName)s για να συνδεθεί στο δωμάτιο.",
|
||||
"%(senderName)s set their display name to %(displayName)s.": "Ο %(senderName)s όρισε το όνομα του σε %(displayName)s.",
|
||||
"Sorry, this homeserver is using a login which is not recognised ": "Συγγνώμη, ο διακομιστής χρησιμοποιεί έναν τρόπο σύνδεσης που δεν αναγνωρίζεται ",
|
||||
"tag as %(tagName)s": "ετικέτα ως %(tagName)s",
|
||||
"tag direct chat": "προσθήκη ετικέτας στην απευθείας συνομιλία",
|
||||
"The phone number entered looks invalid": "Ο αριθμός που καταχωρίσατε δεν είναι έγκυρος",
|
||||
"This action cannot be performed by a guest user. Please register to be able to do this.": "Αυτή η ενέργεια δεν μπορεί να εκτελεστεί από έναν επισκέπτη. Παρακαλούμε εγγραφείτε για να μπορέσετε να το κάνετε.",
|
||||
"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 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:": "Η πρόσκληση στάλθηκε σε μια διεύθυνση που δεν έχει συσχετιστεί με αυτόν τον λογαριασμό:",
|
||||
"These are experimental features that may break in unexpected ways": "Αυτά είναι πειραματικά χαρακτηριστικά και μπορεί να καταρρεύσουν με απροσδόκητους τρόπους",
|
||||
"The visibility of existing history will be unchanged": "Η ορατότητα του υπάρχοντος ιστορικού θα παραμείνει αμετάβλητη",
|
||||
"This is a preview of this room. Room interactions have been disabled": "Αυτή είναι μια προεπισκόπηση του δωματίου. Οι αλληλεπιδράσεις δωματίου έχουν απενεργοποιηθεί",
|
||||
"This room is not accessible by remote Matrix servers": "Αυτό το δωμάτιο δεν είναι προσβάσιμο από απομακρυσμένους διακομιστές Matrix",
|
||||
"to demote": "για υποβίβαση",
|
||||
"To reset your password, enter the email address linked to your account": "Για να επαναφέρετε τον κωδικό πρόσβασης σας, πληκτρολογήστε τη διεύθυνση ηλ. αλληλογραφίας όπου είναι συνδεδεμένη με τον λογαριασμό σας",
|
||||
"to tag as %(tagName)s": "για να οριστεί ετικέτα ως %(tagName)s",
|
||||
"to tag direct chat": "για να οριστεί ετικέτα σε απευθείας συνομιλία",
|
||||
"%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "Ο %(senderName)s ενεργοποίησε την από άκρο σε άκρο κρυπτογράφηση (algorithm %(algorithm)s).",
|
||||
"Undecryptable": "Μη αποκρυπτογραφημένο",
|
||||
"Uploading %(filename)s and %(count)s others.one": "Γίνεται αποστολή του %(filename)s και %(count)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 trying to access %(roomName)s.": "Προσπαθείτε να έχετε πρόσβαση στο %(roomName)s.",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "Έχετε διωχθεί από το δωμάτιο %(roomName)s από τον %(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": "Έχετε αποσυνδεθεί από όλες τις συσκευές και δεν θα λαμβάνετε πλέον ειδοποιήσεις push. Για να ενεργοποιήσετε τις ειδοποιήσεις, συνδεθείτε ξανά σε κάθε συσκευή",
|
||||
"You have <a>disabled</a> URL previews by default.": "Έχετε <a>απενεργοποιημένη</a> από προεπιλογή την προεπισκόπηση συνδέσμων.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Έχετε <a>ενεργοποιημένη</a> από προεπιλογή την προεπισκόπηση συνδέσμων.",
|
||||
"You have entered an invalid contact. Try using their Matrix ID or email address.": "Έχετε πληκτρολογήσει μια άκυρη επαφή. Χρησιμοποιήστε το Matrix ID ή την ηλεκτρονική διεύθυνση αλληλογραφίας τους.",
|
||||
"You may wish to login with a different account, or add this email to this account.": "Μπορεί να θέλετε να συνδεθείτε με διαφορετικό λογαριασμό, ή να προσθέσετε αυτή τη διεύθυνση ηλεκτρονικής αλληλογραφίας σε αυτόν τον λογαριασμό.",
|
||||
"You need to be able to invite users to do that.": "Για να το κάνετε αυτό πρέπει να έχετε τη δυνατότητα να προσκαλέσετε χρήστες.",
|
||||
"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.": "Ο διακομιστής δεν υποστηρίζει διαχείριση συσκευών.",
|
||||
"Password too short (min %(MIN_PASSWORD_LENGTH)s).": "Ο κωδικός πρόσβασης είναι πολύ μικρός (ελ. %(MIN_PASSWORD_LENGTH)s).",
|
||||
"User names may only contain letters, numbers, dots, hyphens and underscores.": "Τα ονόματα μπορεί να περιέχουν μόνο γράμματα, αριθμούς, τελείες, πάνω και κάτω παύλα.",
|
||||
"Share message history with new users": "Διαμοιρασμός ιστορικού μηνυμάτων με τους νέους χρήστες",
|
||||
"numbullet": "απαρίθμηση",
|
||||
"%(severalUsers)sleft and rejoined %(repeats)s times": "%(severalUsers)s έφυγαν και ξανασυνδέθηκαν %(repeats)s φορές",
|
||||
"%(oneUser)sleft and rejoined %(repeats)s times": "%(oneUser)s έφυγε και ξανασυνδέθηκε %(repeats)s φορές",
|
||||
"%(severalUsers)sleft and rejoined": "%(severalUsers)s έφυγαν και ξανασυνδέθηκαν",
|
||||
"%(oneUser)sleft and rejoined": "%(oneUser)s έφυγε και ξανασυνδέθηκε",
|
||||
"%(severalUsers)shad their invitations withdrawn %(repeats)s times": "Οι %(severalUsers)s απέσυραν τις προσκλήσεις τους %(repeats)s φορές",
|
||||
"%(oneUser)shad their invitation withdrawn %(repeats)s times": "Ο %(oneUser)s απέσυρε την πρόσκληση του %(repeats)s φορές",
|
||||
"%(severalUsers)shad their invitations withdrawn": "Οι %(severalUsers)s απέσυραν τις προσκλήσεις τους",
|
||||
"%(oneUser)shad their invitation withdrawn": "Ο %(oneUser)s απέσυρε την πρόσκληση του",
|
||||
"You must join the room to see its files": "Πρέπει να συνδεθείτε στο δωμάτιο για να δείτε τα αρχεία του",
|
||||
"Reject all %(invitedRooms)s invites": "Απόρριψη όλων των προσκλήσεων %(invitedRooms)s",
|
||||
"Failed to invite the following users to the %(roomName)s room:": "Δεν ήταν δυνατή η πρόσκληση των χρηστών στο δωμάτιο %(roomName)s:",
|
||||
"changing room on a RoomView is not supported": "Δεν υποστηρίζεται η αλλαγή δωματίου σε RoomView",
|
||||
"demote": "υποβίβαση",
|
||||
"Deops user with given id": "Deop χρήστη με το συγκεκριμένο αναγνωριστικό",
|
||||
"Disable inline URL previews by default": "Απενεργοποίηση προεπισκόπησης συνδέσμων από προεπιλογή",
|
||||
"Drop here to tag %(section)s": "Απόθεση εδώ για ορισμό ετικέτας στο %(section)s",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Συμμετάσχετε με <voiceText>φωνή</voiceText> ή <videoText>βίντεο</videoText>.",
|
||||
"Joins room with given alias": "Συνδέεστε στο δωμάτιο με δοσμένο ψευδώνυμο",
|
||||
"Setting a user name will create a fresh account": "Ορίζοντας ένα όνομα χρήστη θα δημιουργήσει ένα νέο λογαριασμό",
|
||||
"Show timestamps in 12 hour format (e.g. 2:30pm)": "Εμφάνιση χρονικών σημάνσεων σε 12ωρη μορφή ώρας (π.χ. 2:30 μ.μ.)",
|
||||
"since the point in time of selecting this option": "από το χρονικό σημείο επιλογής αυτής της ρύθμισης",
|
||||
"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. Η συσκευή έχει επισημανθεί ως επιβεβαιωμένη.",
|
||||
"To link to a room it must have <a>an address</a>.": "Για να συνδεθείτε σε ένα δωμάτιο πρέπει να έχετε <a>μια διεύθυνση</a>.",
|
||||
"You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.": "Πρέπει να συνδεθείτε ξανά για να δημιουργήσετε τα κλειδιά κρυπτογράφησης από άκρο σε άκρο για αυτήν τη συσκευή και να υποβάλετε το δημόσιο κλειδί στον διακομιστή σας. Αυτό θα χρειαστεί να γίνει μόνο μια φορά.",
|
||||
"Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Η διεύθυνση ηλεκτρονικής αλληλογραφίας σας δεν φαίνεται να συσχετίζεται με Matrix ID σε αυτόν τον διακομιστή.",
|
||||
"Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them": "Ο κωδικός πρόσβασής σας άλλαξε επιτυχώς. Δεν θα λάβετε ειδοποιήσεις push σε άλλες συσκευές μέχρι να συνδεθείτε ξανά σε αυτές",
|
||||
"You will not be able to undo this change as you are promoting the user to have the same power level as yourself.": "Δεν θα μπορέσετε να αναιρέσετε αυτήν την αλλαγή καθώς προωθείτε τον χρήστη να έχει το ίδιο επίπεδο δύναμης με τον εαυτό σας.",
|
||||
"Sent messages will be stored until your connection has returned.": "Τα απεσταλμένα μηνύματα θα αποθηκευτούν μέχρι να αακτηθεί η σύνδεσή σας.",
|
||||
"<a>Resend all</a> or <a>cancel all</a> now. You can also select individual messages to resend or cancel.": "<a>Αποστολή ξανά όλων</a> ή <a>ακύρωση όλων</a> τώρα. Μπορείτε επίσης να επιλέξετε μεμονωμένα μηνύματα για να τα στείλετε ξανά ή να ακυρώσετε.",
|
||||
"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 allows you to use this app with an existing Matrix account on a different home server.": "Αυτό σας επιτρέπει να χρησιμοποιήσετε την εφαρμογή με έναν υπάρχον λογαριασμό Matrix σε έναν διαφορετικό διακομιστή.",
|
||||
"You can also set a custom identity server but this will typically prevent interaction with users based on email address.": "Μπορείτε επίσης να ορίσετε έναν προσαρμοσμένο διακομιστή ταυτοποίησης, αλλά αυτό συνήθως θα αποτρέψει την αλληλεπίδραση με τους χρήστες που βασίζονται στην ηλεκτρονική διεύθυνση αλληλογραφίας.",
|
||||
"URL previews are %(globalDisableUrlPreview)s by default for participants in this room.": "Η προεπισκόπηση συνδέσμων είναι %(globalDisableUrlPreview)s από προεπιλογή για τους συμμετέχοντες του δωματίου.",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Κλήση συνδιάσκεψης σε εξέλιξη %(supportedText)s. %(joinText)s",
|
||||
"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.": "Αν έχετε ήδη λογαριασμό Matrix μπορείτε να <a>συνδεθείτε</a>.",
|
||||
"Failed to load timeline position": "Δεν ήταν δυνατή η φόρτωση της θέσης του χρονολόγιου",
|
||||
"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.": "Προσπαθήσατε να φορτώσετε ένα συγκεκριμένο σημείο στο χρονολόγιο του δωματίου, αλλά δεν καταφέρατε να το βρείτε.",
|
||||
"Failed to kick": "Δεν ήταν δυνατή η απομάκρυνση",
|
||||
"(no answer)": "(χωρίς απάντηση)",
|
||||
"(unknown failure: %(reason)s)": "(άγνωστο σφάλμα: %(reason)s)",
|
||||
"Unblacklist": "Άρση αποκλεισμού",
|
||||
"Unverify": "Άρση επιβεβαίωσης",
|
||||
"Ongoing conference call%(supportedText)s.": "Κλήση συνδιάσκεψης σε εξέλιξη %(supportedText)s.",
|
||||
"Your browser does not support the required cryptography extensions": "Ο περιηγητής σας δεν υποστηρίζει τα απαιτούμενα πρόσθετα κρυπτογράφησης",
|
||||
"Not a valid Riot keyfile": "Μη έγκυρο αρχείο κλειδιού Riot",
|
||||
"Authentication check failed: incorrect password?": "Αποτυχία ελέγχου πιστοποίησης: λανθασμένος κωδικός πρόσβασης;",
|
||||
"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",
|
||||
"Displays action": "Εμφανίζει την ενέργεια",
|
||||
"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.": "Η επαναφορά του κωδικού πρόσβασης θα επαναφέρει τα κλειδιά κρυπτογράφησης από άκρο σε άκρο σε όλες τις συσκευές, καθιστώντας το κρυπτογραφημένο ιστορικό συζητήσεων μη αναγνώσιμο, εκτός και αν εξάγετε πρώτα τα κλειδιά και τα εισαγάγετε ξανά στο δωμάτιο. Στο μέλλον αυτή η διαδικασία θα βελτιωθεί.",
|
||||
"To use it, just wait for autocomplete results to load and tab through them.": "Για να το χρησιμοποιήσετε, απλά περιμένετε μέχρι να φορτωθούν τα αποτέλεσμα αυτόματης συμπλήρωσης. Έπειτα επιλέξτε ένα από αυτά χρησιμοποιώντας τον στηλοθέτη.",
|
||||
"Unable to ascertain that the address this invite was sent to matches one associated with your account.": "Δεν είναι δυνατό να εξακριβωθεί ότι η διεύθυνση αυτής της πρόσκλησης στάλθηκε σε αντιστοιχία με εκείνη που σχετίζεται με το λογαριασμό σας.",
|
||||
"Use compact timeline layout": "Χρήση συμπαγούς διάταξης χρονολογίου",
|
||||
"(could not connect media)": "(αδυναμία σύνδεσης με το πολυμέσο)",
|
||||
"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\". Αυτό σημαίνει ότι η επικοινωνία σας μπορεί να έχει υποκλαπεί!",
|
||||
"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.": "Αυτή η διαδικασία σας επιτρέπει να εξαγάγετε τα κλειδιά για τα μηνύματα που έχετε λάβει σε κρυπτογραφημένα δωμάτια σε ένα τοπικό αρχείο. Στη συνέχεια, θα μπορέσετε να εισάγετε το αρχείο σε άλλο πρόγραμμα του Matrix, έτσι ώστε το πρόγραμμα να είναι σε θέση να αποκρυπτογραφήσει αυτά τα μηνύματα.",
|
||||
"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.": "Αυτή η διαδικασία σας επιτρέπει να εισαγάγετε κλειδιά κρυπτογράφησης που έχετε προηγουμένως εξάγει από άλλο πρόγραμμα του Matrix. Στη συνέχεια, θα μπορέσετε να αποκρυπτογραφήσετε τυχόν μηνύματα που το άλλο πρόγραμμα θα μπορούσε να αποκρυπτογραφήσει.",
|
||||
"The export file will be protected with a passphrase. You should enter the passphrase here, to decrypt the file.": "Το αρχείο εξαγωγής θα είναι προστατευμένο με συνθηματικό. Θα χρειαστεί να πληκτρολογήσετε το συνθηματικό εδώ για να αποκρυπτογραφήσετε το αρχείο.",
|
||||
"This will make your account permanently unusable. You will not be able to re-register the same user ID.": "Με αυτόν τον τρόπο, ο λογαριασμός σας θα είναι μόνιμα αχρησιμοποίητος. Δεν θα μπορείτε να εγγραφείτε ξανά με το ίδιο αναγνωριστικό χρήστη.",
|
||||
"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:": "Για να βεβαιωθείτε ότι είναι αξιόπιστη αυτή η συσκευή, επικοινωνήστε με τον κάτοχο της χρησιμοποιώντας άλλα μέσα (π.χ. προσωπικά ή μέσω τηλεφώνου) και ρωτήστε εάν το κλειδί που βλέπετε στις ρυθμίσεις χρήστη για αυτήν τη συσκευή ταιριάζει με το παρακάτω κλειδί:",
|
||||
"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.": "Εάν ταιριάζει, πατήστε το κουμπί επιβεβαίωσης παρακάτω. Εάν όχι, τότε κάποιος άλλος παρακολουθεί αυτή τη συσκευή και ίσως θέλετε να πατήσετε το κουμπί της μαύρης λίστας.",
|
||||
"We encountered an error trying to restore your previous session. If you continue, you will need to log in again, and encrypted chat history will be unreadable.": "Παρουσιάστηκε ένα σφάλμα κατά την προσπάθεια επαναφοράς της προηγούμενης συνεδρίας. Αν συνεχίσετε, θα χρειαστεί να συνδεθείτε ξανά και το κρυπτογραφημένο ιστορικό συνομιλιών θα είναι μη αναγνώσιμο.",
|
||||
"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, η συνεδρία σας ίσως είναι μη συμβατή με αυτήν την έκδοση. Κλείστε αυτό το παράθυρο και επιστρέψτε στην πιο πρόσφατη έκδοση.",
|
||||
"Your display name is how you'll appear to others when you speak in rooms. What would you like it to be?": "Το εμφανιζόμενο όνομα είναι το πως θα εμφανιστείτε σε άλλους όταν μιλάτε σε δωμάτια. Τι θα θέλατε να είναι;",
|
||||
"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.": "Σας συνιστούμε να ολοκληρώσετε τη διαδικασία επαλήθευσης για κάθε συσκευή και να επιβεβαιώσετε ότι ανήκουν στον νόμιμο κάτοχό της, αλλά εάν προτιμάτε μπορείτε να στείλετε ξανά το μήνυμα χωρίς επαλήθευση.",
|
||||
"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. Θα θέλατε να συνεχίσετε;",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Απενεργοποίηση του ομότιμου (Peer-to-Peer) για κλήσεις έναν προς έναν",
|
||||
"Do you want to set an email address?": "Θέλετε να ορίσετε μια διεύθυνση ηλεκτρονικής αλληλογραφίας;",
|
||||
"This will allow you to reset your password and receive notifications.": "Αυτό θα σας επιτρέψει να επαναφέρετε τον κωδικό πρόσβαση σας και θα μπορείτε να λαμβάνετε ειδοποιήσεις.",
|
||||
"were unbanned %(repeats)s times": "ξεμπλοκαρίστηκαν %(repeats)s φορές",
|
||||
"was unbanned %(repeats)s times": "ξεμπλοκαρίστηκε %(repeats)s φορές",
|
||||
"were unbanned": "ξεμπλοκαρίστηκαν",
|
||||
"was unbanned": "ξεμπλοκαρίστηκε",
|
||||
"Press <StartChatButton> to start a chat with someone": "Πατήστε <StartChatButton> για να ξεκινήσετε μια συνομιλία",
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "Δεν είστε σε κανένα δωμάτιο! Πατήστε <CreateRoomButton> για να δημιουργήσετε ένα δωμάτιο ή <RoomDirectoryButton> για να δείτε το ευρετήριο"
|
||||
}
|
||||
|
|
|
@ -119,7 +119,6 @@
|
|||
"zh-sg":"Chinese (Singapore)",
|
||||
"zh-tw":"Chinese (Taiwan)",
|
||||
"zu":"Zulu",
|
||||
"A registered account is required for this action": "A registered account is required for this action",
|
||||
"a room": "a room",
|
||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains",
|
||||
"Accept": "Accept",
|
||||
|
@ -237,7 +236,6 @@
|
|||
"Decline": "Decline",
|
||||
"Decrypt %(text)s": "Decrypt %(text)s",
|
||||
"Decryption error": "Decryption error",
|
||||
"(default: %(userName)s)": "(default: %(userName)s)",
|
||||
"Delete": "Delete",
|
||||
"demote": "demote",
|
||||
"Deops user with given id": "Deops user with given id",
|
||||
|
@ -442,6 +440,7 @@
|
|||
"Please Register": "Please Register",
|
||||
"Power level must be positive integer.": "Power level must be positive integer.",
|
||||
"Press": "Press",
|
||||
"Press <StartChatButton> to start a chat with someone": "Press <StartChatButton> to start a chat with someone",
|
||||
"Privacy warning": "Privacy warning",
|
||||
"Private Chat": "Private Chat",
|
||||
"Privileged Users": "Privileged Users",
|
||||
|
@ -452,7 +451,6 @@
|
|||
"Revoke Moderator": "Revoke Moderator",
|
||||
"Refer a friend to Riot:": "Refer a friend to Riot:",
|
||||
"Register": "Register",
|
||||
"Registration required": "Registration required",
|
||||
"rejected": "rejected",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s rejected the invitation.",
|
||||
"Reject invitation": "Reject invitation",
|
||||
|
@ -508,7 +506,6 @@
|
|||
"%(senderName)s set a profile picture.": "%(senderName)s set a profile picture.",
|
||||
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s set their display name to %(displayName)s.",
|
||||
"Set": "Set",
|
||||
"Setting a user name will create a fresh account": "Setting a user name will create a fresh account",
|
||||
"Settings": "Settings",
|
||||
"Show panel": "Show panel",
|
||||
"Show Text Formatting Toolbar": "Show Text Formatting Toolbar",
|
||||
|
@ -652,7 +649,7 @@
|
|||
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?",
|
||||
"You already have existing direct chats with this user:": "You already have existing direct chats with this user:",
|
||||
"You are already in a call.": "You are already in a call.",
|
||||
"You're not in any rooms yet! Press": "You're not in any rooms yet! Press",
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory",
|
||||
"You are trying to access %(roomName)s.": "You are trying to access %(roomName)s.",
|
||||
"You cannot place a call with yourself.": "You cannot place a call with yourself.",
|
||||
"You cannot place VoIP calls in this browser.": "You cannot place VoIP calls in this browser.",
|
||||
|
@ -890,7 +887,7 @@
|
|||
"Enable URL previews for this room (affects only you)": "Enable URL previews for this room (affects only you)",
|
||||
"Drop file here to upload": "Drop file here to upload",
|
||||
" (unsupported)": " (unsupported)",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Ongoing conference call%(supportedText)s. %(joinText)s",
|
||||
"Ongoing conference call%(supportedText)s.": "Ongoing conference call%(supportedText)s.",
|
||||
"for %(amount)ss": "for %(amount)ss",
|
||||
"for %(amount)sm": "for %(amount)sm",
|
||||
"for %(amount)sh": "for %(amount)sh",
|
||||
|
@ -910,5 +907,18 @@
|
|||
"Username not available": "Username not available",
|
||||
"Something went wrong!": "Something went wrong!",
|
||||
"This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.",
|
||||
"If you already have a Matrix account you can <a>log in</a> instead.": "If you already have a Matrix account you can <a>log in</a> instead."
|
||||
"If you already have a Matrix account you can <a>log in</a> instead.": "If you already have a Matrix account you can <a>log in</a> instead.",
|
||||
"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?",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls",
|
||||
"Do you want to set an email address?": "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.",
|
||||
"Skip":"Skip",
|
||||
"Start verification": "Start verification",
|
||||
"Share without verifying": "Share without verifying",
|
||||
"Ignore request": "Ignore request",
|
||||
"You added a new device '%(displayName)s', which is requesting encryption keys.": "You added a new device '%(displayName)s', which is requesting encryption keys.",
|
||||
"Your unverified device '%(displayName)s' is requesting encryption keys.": "Your unverified device '%(displayName)s' is requesting encryption keys.",
|
||||
"Encryption key request": "Encryption key request"
|
||||
}
|
||||
|
|
|
@ -119,7 +119,6 @@
|
|||
"zh-sg": "Chinese (Singapore)",
|
||||
"zh-tw": "Chinese (Taiwan)",
|
||||
"zu": "Zulu",
|
||||
"A registered account is required for this action": "A registered account is required for this action",
|
||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "A text message has been sent to +%(msisdn)s. Please enter the verification code it contains",
|
||||
"accept": "accept",
|
||||
"%(targetName)s accepted an invitation.": "%(targetName)s accepted an invitation.",
|
||||
|
@ -225,7 +224,6 @@
|
|||
"decline": "decline",
|
||||
"Decrypt %(text)s": "Decrypt %(text)s",
|
||||
"Decryption error": "Decryption error",
|
||||
"(default: %(userName)s)": "(default: %(userName)s)",
|
||||
"Delete": "Delete",
|
||||
"demote": "demote",
|
||||
"Deops user with given id": "Deops user with given id",
|
||||
|
@ -418,7 +416,6 @@
|
|||
"Revoke Moderator": "Revoke Moderator",
|
||||
"Refer a friend to Riot:": "Refer a friend to Riot:",
|
||||
"Register": "Register",
|
||||
"Registration required": "Registration required",
|
||||
"rejected": "rejected",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s rejected the invitation.",
|
||||
"Reject invitation": "Reject invitation",
|
||||
|
@ -466,7 +463,6 @@
|
|||
"Session ID": "Session ID",
|
||||
"%(senderName)s set a profile picture.": "%(senderName)s set a profile picture.",
|
||||
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s set their display name to %(displayName)s.",
|
||||
"Setting a user name will create a fresh account": "Setting a user name will create a fresh account",
|
||||
"Settings": "Settings",
|
||||
"Show panel": "Show panel",
|
||||
"Show timestamps in 12 hour format (e.g. 2:30pm)": "Show timestamps in 12 hour format (e.g. 2:30pm)",
|
||||
|
@ -816,7 +812,7 @@
|
|||
"Enable URL previews for this room (affects only you)": "Enable URL previews for this room (affects only you)",
|
||||
"Drop file here to upload": "Drop file here to upload",
|
||||
" (unsupported)": " (unsupported)",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Ongoing conference call%(supportedText)s. %(joinText)s",
|
||||
"Ongoing conference call%(supportedText)s.": "Ongoing conference call%(supportedText)s.",
|
||||
"for %(amount)ss": "for %(amount)ss",
|
||||
"for %(amount)sm": "for %(amount)sm",
|
||||
"for %(amount)sh": "for %(amount)sh",
|
||||
|
@ -844,5 +840,84 @@
|
|||
"Decline": "Decline",
|
||||
"Disable markdown formatting": "Disable markdown formatting",
|
||||
"Disable Notifications": "Disable Notifications",
|
||||
"Enable Notifications": "Enable Notifications"
|
||||
"Enable Notifications": "Enable Notifications",
|
||||
"Create new room": "Create new room",
|
||||
"Room directory": "Room directory",
|
||||
"Start chat": "Start chat",
|
||||
"Welcome page": "Welcome page",
|
||||
"Create a new chat or reuse an existing one": "Create a new chat or reuse an existing one",
|
||||
"Drop File Here": "Drop File Here",
|
||||
"Encrypted by a verified device": "Encrypted by a verified device",
|
||||
"Encrypted by an unverified device": "Encrypted by an unverified device",
|
||||
"Encryption is enabled in this room": "Encryption is enabled in this room",
|
||||
"Encryption is not enabled in this room": "Encryption is not enabled in this room",
|
||||
"Error: Problem communicating with the given homeserver.": "Error: Problem communicating with the given homeserver.",
|
||||
"Failed to fetch avatar URL": "Failed to fetch avatar URL",
|
||||
"Failed to upload profile picture!": "Failed to upload profile picture!",
|
||||
"Home": "Home",
|
||||
"Incoming call from %(name)s": "Incoming call from %(name)s",
|
||||
"Incoming video call from %(name)s": "Incoming video call from %(name)s",
|
||||
"Incoming voice call from %(name)s": "Incoming voice call from %(name)s",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.",
|
||||
"Last seen": "Last seen",
|
||||
"Level:": "Level:",
|
||||
"No display name": "No display name",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Otherwise, <a>click here</a> to send a bug report.",
|
||||
"Private Chat": "Private Chat",
|
||||
"Public Chat": "Public Chat",
|
||||
"Reason: %(reasonText)s": "Reason: %(reasonText)s",
|
||||
"Rejoin": "Rejoin",
|
||||
"Room contains unknown devices": "Room contains unknown devices",
|
||||
"%(roomName)s does not exist.": "%(roomName)s does not exist.",
|
||||
"%(roomName)s is not accessible at this time.": "%(roomName)s is not accessible at this time.",
|
||||
"Searching known users": "Searching known users",
|
||||
"Seen by %(userName)s at %(dateTime)s": "Seen by %(userName)s at %(dateTime)s",
|
||||
"Send anyway": "Send anyway",
|
||||
"Set": "Set",
|
||||
"Show Text Formatting Toolbar": "Show Text Formatting Toolbar",
|
||||
"Start authentication": "Start authentication",
|
||||
"The phone number entered looks invalid": "The phone number entered looks invalid",
|
||||
"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:",
|
||||
"This room": "This room",
|
||||
"To link to a room it must have <a>an address</a>.": "To link to a room it must have <a>an address</a>.",
|
||||
"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.",
|
||||
"Undecryptable": "Undecryptable",
|
||||
"Unencrypted message": "Unencrypted message",
|
||||
"unknown caller": "unknown caller",
|
||||
"Unnamed Room": "Unnamed Room",
|
||||
"Unverified": "Unverified",
|
||||
"Uploading %(filename)s and %(count)s others.zero": "Uploading %(filename)s",
|
||||
"Uploading %(filename)s and %(count)s others.one": "Uploading %(filename)s and %(count)s other",
|
||||
"Uploading %(filename)s and %(count)s others.other": "Uploading %(filename)s and %(count)s others",
|
||||
"Upload new:": "Upload new:",
|
||||
"%(user)s is a": "%(user)s is a",
|
||||
"%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (power %(powerLevelNumber)s)",
|
||||
"Username invalid: %(errMessage)s": "Username invalid: %(errMessage)s",
|
||||
"Verified": "Verified",
|
||||
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?",
|
||||
"You already have existing direct chats with this user:": "You already have existing direct chats with this user:",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "You have been banned from %(roomName)s by %(userName)s.",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "You have been kicked from %(roomName)s by %(userName)s.",
|
||||
"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.",
|
||||
"You must <a>register</a> to use this functionality": "You must <a>register</a> to use this functionality",
|
||||
"Your home server does not support device management.": "Your home server does not support device management.",
|
||||
"<a>Resend all</a> or <a>cancel all</a> now. You can also select individual messages to resend or cancel.": "<a>Resend all</a> or <a>cancel all</a> now. You can also select individual messages to resend or cancel.",
|
||||
"(~%(count)s results).one": "(~%(count)s result)",
|
||||
"(~%(count)s results).other": "(~%(count)s results)",
|
||||
"New Password": "New Password",
|
||||
"Device Name": "Device Name",
|
||||
"Start chatting": "Start chatting",
|
||||
"Start Chatting": "Start Chatting",
|
||||
"Click on the button below to start chatting!": "Click on the button below to start chatting!",
|
||||
"Username available": "Username available",
|
||||
"Username not available": "Username not available",
|
||||
"Something went wrong!": "Something went wrong!",
|
||||
"This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.",
|
||||
"If you already have a Matrix account you can <a>log in</a> instead.": "If you already have a Matrix account you can <a>log in</a> instead.",
|
||||
"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?",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Disable Peer-to-Peer for 1:1 calls",
|
||||
"Do you want to set an email address?": "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."
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"af": "Africano",
|
||||
"af": "Afrikáans",
|
||||
"ar-ae": "Árabe (Emiratos Árabes Unidos)",
|
||||
"ar-bh": "Árabe (Baréin)",
|
||||
"ar-dz": "Árabe (Argelia)",
|
||||
|
@ -119,7 +119,6 @@
|
|||
"zh-sg": "Chino (Singapur)",
|
||||
"zh-tw": "Chino (Taiwanés)",
|
||||
"zu": "Zulú",
|
||||
"A registered account is required for this action": "Una cuenta registrada es necesaria para esta acción",
|
||||
"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",
|
||||
"accept": "Aceptar",
|
||||
"%(targetName)s accepted an invitation.": "%(targetName)s ha aceptado una invitación.",
|
||||
|
@ -219,7 +218,7 @@
|
|||
"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",
|
||||
"Direct Chat": "Conversación directa",
|
||||
"Direct chats": "Conversaciones directas",
|
||||
"Disable inline URL previews by default": "Deshabilitar previsualizacón de enlaces por defecto",
|
||||
"Disable inline URL previews by default": "Desactivar previsualización de enlaces por defecto",
|
||||
"Disinvite": "Deshacer invitación",
|
||||
"Display name": "Nombre para mostrar",
|
||||
"Displays action": "Mostrar acción",
|
||||
|
@ -237,7 +236,7 @@
|
|||
"Encrypted room": "Sala encriptada",
|
||||
"%(senderName)s ended the call.": "%(senderName)s terminó 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": "Encriptación de extremo a extremo, esta en version beta y no podría ser confiable",
|
||||
"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",
|
||||
"Enter Code": "Ingresar Código",
|
||||
"Error": "Error",
|
||||
"Error decrypting attachment": "Error al descifrar adjunto",
|
||||
|
@ -266,9 +265,9 @@
|
|||
"Failed to set up conference call": "Falló al configurar la llamada en conferencia",
|
||||
"Failed to toggle moderator status": "Falló al cambiar estatus de moderador",
|
||||
"Failed to unban": "Falló al desbloquear",
|
||||
"Failed to upload file": "Falló al subir archivo",
|
||||
"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",
|
||||
"Failure to create room": "Falló al crear sala",
|
||||
"Failure to create room": "Fallo al crear la sala",
|
||||
"Favourite": "Favorito",
|
||||
"favourite": "favorito",
|
||||
"Favourites": "Favoritos",
|
||||
|
@ -327,5 +326,310 @@
|
|||
"Logged in as:": "Sesión iniciada como:",
|
||||
"Login as guest": "Iniciar sesión como invitado",
|
||||
"Logout": "Cerrar Sesión",
|
||||
"Low priority": "Baja prioridad"
|
||||
"Low priority": "Baja prioridad",
|
||||
"Accept": "Aceptar",
|
||||
"Add": "Añadir",
|
||||
"Admin tools": "Herramientas de administración",
|
||||
"VoIP": "Voz IP",
|
||||
"No Microphones detected": "No se ha detectado micrófono",
|
||||
"No Webcams detected": "No se ha detectado cámara",
|
||||
"Default Device": "Dispositivo por defecto",
|
||||
"Microphone": "Micrófono",
|
||||
"Camera": "Cámara",
|
||||
"Hide removed messages": "Ocultar mensajes borrados",
|
||||
"Alias (optional)": "Alias (opcional)",
|
||||
"Anyone": "Cualquiera",
|
||||
"<a>Click here</a> to join the discussion!": "¡<a>Pulse aquí</a> para unirse a la conversación!",
|
||||
"Close": "Cerrar",
|
||||
"%(count)s new messages.one": "%(count)s mensaje nuevo",
|
||||
"%(count)s new messages.other": "%(count)s mensajes nuevos",
|
||||
"Create a new chat or reuse an existing one": "Cree una nueva conversación o reutilice una existente",
|
||||
"Custom": "Personalizado",
|
||||
"Custom level": "Nivel personalizado",
|
||||
"Decline": "Rechazar",
|
||||
"Device already verified!": "¡El dispositivo ya ha sido verificado!",
|
||||
"Device ID:": "ID del dispositivo:",
|
||||
"device id: ": "id del dispositvo: ",
|
||||
"Disable Notifications": "Desactivar notificaciones",
|
||||
"disabled": "desactivado",
|
||||
"Email address (optional)": "Dirección e-mail (opcional)",
|
||||
"Enable Notifications": "Activar notificaciones",
|
||||
"enabled": "activado",
|
||||
"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",
|
||||
"Enter passphrase": "Introduzca contraseña",
|
||||
"Error: Problem communicating with the given homeserver.": "Error: No es posible comunicar con el servidor indicado.",
|
||||
"Export": "Exportar",
|
||||
"Failed to fetch avatar URL": "Fallo al obtener la URL del avatar",
|
||||
"Failed to register as guest:": "Fallo al registrarse como invitado:",
|
||||
"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.",
|
||||
"Invited": "Invitado",
|
||||
"Jump to first unread message.": "Ir al primer mensaje sin leer.",
|
||||
"Last seen": "Visto por última vez",
|
||||
"Level:": "Nivel:",
|
||||
"%(senderName)s made future room history visible to": "%(senderName)s ha configurado el historial de la sala visible para",
|
||||
"a room": "una sala",
|
||||
"Something went wrong!": "¡Algo ha fallado!",
|
||||
"were banned": "fueron expulsados",
|
||||
"was banned": "fue expulsado",
|
||||
"were unbanned %(repeats)s times": "fueron readmitidos %(repeats)s veces",
|
||||
"was unbanned %(repeats)s times": "fue readmitido %(repeats)s veces",
|
||||
"were unbanned": "fueron readmitidos",
|
||||
"was unbanned": "fue readmitido",
|
||||
"were kicked %(repeats)s times": "fueron pateados %(repeats)s veces",
|
||||
"was kicked %(repeats)s times": "fue pateado %(repeats)s veces",
|
||||
"were kicked": "fueron pateados",
|
||||
"was kicked": "fue pateado",
|
||||
"%(severalUsers)schanged their name %(repeats)s times": "%(severalUsers)s cambiaron su nombre %(repeats)s veces",
|
||||
"%(oneUser)schanged their name %(repeats)s times": "%(oneUser)s cambió su nombre %(repeats)s veces",
|
||||
"%(severalUsers)schanged their name": "%(severalUsers)s cambiaron su nombre",
|
||||
"%(oneUser)schanged their name": "%(oneUser)s cambió su nombre",
|
||||
"%(severalUsers)schanged their avatar %(repeats)s times": "%(severalUsers)s cambiaron su avatar %(repeats)s veces",
|
||||
"%(oneUser)schanged their avatar %(repeats)s times": "%(oneUser)s cambió su avatar %(repeats)s veces",
|
||||
"%(severalUsers)schanged their avatar": "%(severalUsers)s cambiaron su avatar",
|
||||
"%(oneUser)schanged their avatar": "%(oneUser)s cambió su avatar",
|
||||
"Please select the destination room for this message": "Por favor, seleccione la sala destino para este mensaje",
|
||||
"Create new room": "Crear nueva sala",
|
||||
"Welcome page": "Página de bienvenida",
|
||||
"Start chat": "Comenzar chat",
|
||||
"New Password": "Nueva contraseña",
|
||||
"Analytics": "Analíticas",
|
||||
"Opt out of analytics": "No participar en las analíticas",
|
||||
"Options": "Opciones",
|
||||
"Passphrases must match": "Las contraseñas deben coincidir",
|
||||
"Passphrase must not be empty": "La contraseña no puede estar en blanco",
|
||||
"Export room keys": "Exportar las claves de la sala",
|
||||
"Confirm passphrase": "Confirmar contraseña",
|
||||
"Import room keys": "Importar las claves de la sala",
|
||||
"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",
|
||||
"Guest users can't invite users. Please register.": "Los invitados no pueden invitar a otros usuarios. Por favor, regístrese.",
|
||||
"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:",
|
||||
"Unknown error": "Error desconocido",
|
||||
"Incorrect password": "Contraseña incorrecta",
|
||||
"This action is irreversible.": "Esta acción es irreversible.",
|
||||
"To continue, please enter your password.": "Para continuar, introduzca su contraseña.",
|
||||
"Device name": "Nombre del dispositivo",
|
||||
"Device Name": "Nombre del dispositivo",
|
||||
"Device key": "Clave del dispositivo",
|
||||
"In future this verification process will be more sophisticated.": "En el futuro este proceso de verificación será mejorado.",
|
||||
"Verify device": "Verifique el dispositivo",
|
||||
"I verify that the keys match": "Confirmo que las claves coinciden",
|
||||
"Unable to restore session": "No se puede recuperar la sesión",
|
||||
"Continue anyway": "Continuar igualmente",
|
||||
"Room Colour": "Color de la sala",
|
||||
"Room contains unknown devices": "La sala contiene dispositivos desconocidos",
|
||||
"Room name (optional)": "Nombre de la sala (opcional)",
|
||||
"%(roomName)s does not exist.": "%(roomName)s no existe.",
|
||||
"%(roomName)s is not accessible at this time.": "%(roomName)s no es accesible en este momento.",
|
||||
"Rooms": "Salas",
|
||||
"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 failed": "Falló la búsqueda",
|
||||
"Searching known users": "Buscando usuarios conocidos",
|
||||
"Seen by %(userName)s at %(dateTime)s": "Visto por %(userName)s el %(dateTime)s",
|
||||
"Send a message (unencrypted)": "Enviar un mensaje (sin cifrar)",
|
||||
"Send an encrypted message": "Enviar un mensaje cifrado",
|
||||
"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",
|
||||
"sent an image": "envió una imagen",
|
||||
"%(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.",
|
||||
"sent a video": "envió un vídeo",
|
||||
"Server error": "Error del servidor",
|
||||
"Server may be unavailable, overloaded, or search timed out :(": "El servidor podría estar saturado o desconectado, o la búsqueda caducó :(",
|
||||
"Server may be unavailable, overloaded, or the file too big": "El servidor podría estar saturado o desconectado, o el fichero ser demasiado grande",
|
||||
"Server may be unavailable, overloaded, or you hit a bug.": "El servidor podría estar saturado o desconectado, o encontraste un fallo.",
|
||||
"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.",
|
||||
"Set": "Configurar",
|
||||
"Settings": "Configuración",
|
||||
"Show panel": "Mostrar panel",
|
||||
"Show Text Formatting Toolbar": "Mostrar la barra de formato de texto",
|
||||
"Signed Out": "Desconectado",
|
||||
"Sign in": "Conectar",
|
||||
"Sign out": "Desconectar",
|
||||
"since the point in time of selecting this option": "a partir del momento en que seleccione esta opción",
|
||||
"since they joined": "desde que se conectaron",
|
||||
"since they were invited": "desde que fueron invitados",
|
||||
"Some of your messages have not been sent.": "Algunos de sus mensajes no han sido enviados.",
|
||||
"Someone": "Alguien",
|
||||
"Sorry, this homeserver is using a login which is not recognised ": "Lo siento, este servidor está usando un usuario no reconocido. ",
|
||||
"Start a chat": "Iniciar una conversación",
|
||||
"Start authentication": "Comenzar la identificación",
|
||||
"Start Chat": "Comenzar la conversación",
|
||||
"Submit": "Enviar",
|
||||
"Success": "Éxito",
|
||||
"tag as %(tagName)s": "etiquetar como %(tagName)s",
|
||||
"tag direct chat": "etiquetar la conversación directa",
|
||||
"Tagged as: ": "Etiquetado como: ",
|
||||
"The default role for new room members is": "El nivel por defecto para los nuevos miembros de esta sala es",
|
||||
"The main address for this room is": "La dirección principal de esta sala es",
|
||||
"The phone number entered looks invalid": "El número de teléfono indicado parece erróneo",
|
||||
"Active call (%(roomName)s)": "Llamada activa (%(roomName)s)",
|
||||
"Add a topic": "Añadir un tema",
|
||||
"Missing Media Permissions, click here to request.": "Faltan permisos para el medio, pulse aquí para solicitarlos.",
|
||||
"No media permissions": "Sin permisos para el medio",
|
||||
"You may need to manually permit Riot to access your microphone/webcam": "Probablemente necesite dar permisos manualmente a Riot para su micrófono/cámara",
|
||||
"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.",
|
||||
"Device key:": "Clave del dispositivo:",
|
||||
"Disable markdown formatting": "Desactivar el formato Markdown",
|
||||
"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>.",
|
||||
"List this room in %(domain)s's room directory?": "¿Mostrar esta sala en el directorio de %(domain)s?",
|
||||
"Manage Integrations": "Gestionar integraciones",
|
||||
"Markdown is disabled": "Markdown está desactivado",
|
||||
"Markdown is enabled": "Markdown está activado",
|
||||
"matrix-react-sdk version:": "Versión de matrix-react-sdk:",
|
||||
"Members only": "Sólo para miembros",
|
||||
"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)",
|
||||
"Moderator": "Moderador",
|
||||
"Must be viewing a room": "Debe estar viendo una sala",
|
||||
"Mute": "Silenciar",
|
||||
"my Matrix ID": "Mi ID de Matrix",
|
||||
"Name": "Nombre",
|
||||
"Never send encrypted messages to unverified devices from this device": "No enviar nunca mensajes cifrados, desde este dispositivo, a dispositivos sin verificar",
|
||||
"Never send encrypted messages to unverified devices in this room": "No enviar nunca mensajes cifrados a dispositivos no verificados, en esta sala",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "No enviar nunca mensajes cifrados a dispositivos no verificados, en esta sala, desde este dispositivo",
|
||||
"New address (e.g. #foo:%(localDomain)s)": "Nueva dirección (ej: #foo:%(localDomain)s)",
|
||||
"New password": "Nueva contraseña",
|
||||
"New passwords don't match": "Las nuevas contraseñas no coinciden",
|
||||
"New passwords must match each other.": "Las nuevas contraseñas deben coincidir.",
|
||||
"none": "ninguno",
|
||||
"not set": "sin configurar",
|
||||
"not specified": "sin especificar",
|
||||
"Notifications": "Notificaciones",
|
||||
"(not supported by this browser)": "(no soportado por este navegador)",
|
||||
"<not supported>": "<no soportado>",
|
||||
"NOT verified": "NO verificado",
|
||||
"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 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",
|
||||
"Operation failed": "Falló la operación",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "También puede <a>pulsar aquí</a> para enviar un informe de fallos.",
|
||||
"Password": "Contraseña",
|
||||
"Password:": "Contraseña:",
|
||||
"Passwords can't be empty": "Las contraseñas no pueden estar en blanco",
|
||||
"People": "Gente",
|
||||
"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.",
|
||||
"Please Register": "Por favor, regístrese",
|
||||
"Power level must be positive integer.": "El nivel debe ser un entero positivo.",
|
||||
"Press": "Pulse",
|
||||
"Privacy warning": "Alerta de privacidad",
|
||||
"Private Chat": "Conversación privada",
|
||||
"Privileged Users": "Usuarios con privilegios",
|
||||
"Profile": "Perfil",
|
||||
"Public Chat": "Sala pública",
|
||||
"Reason": "Razón",
|
||||
"Reason: %(reasonText)s": "Razón: %(reasonText)s",
|
||||
"Revoke Moderator": "Eliminar Moderador",
|
||||
"Refer a friend to Riot:": "Informar a un amigo sobre Riot:",
|
||||
"Register": "Registrarse",
|
||||
"rejected": "rechazado",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s ha rechazado 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 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.",
|
||||
"Report it": "Informar",
|
||||
"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.",
|
||||
"restore": "restaurar",
|
||||
"Results from DuckDuckGo": "Resultados desde DuckDuckGo",
|
||||
"Return to app": "Volver a la aplicación",
|
||||
"Return to login screen": "Volver 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:",
|
||||
"Room %(roomId)s not visible": "La sala %(roomId)s no es visible",
|
||||
"Searches DuckDuckGo for results": "Busca en DuckDuckGo",
|
||||
"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 action cannot be performed by a guest user. Please register to be able to do this.": "Esto no puede ser hecho por un invitado. Por favor, regístrese para poder hacerlo.",
|
||||
"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",
|
||||
"%(actionVerb)s this person?": "¿%(actionVerb)s a esta persona?",
|
||||
"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:",
|
||||
"There was a problem logging in.": "Hubo un problema identificándose.",
|
||||
"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 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",
|
||||
"times": "veces",
|
||||
"To ban users": "Expulsar usuarios",
|
||||
"to browse the directory": "navegar el directorio",
|
||||
"To configure the room": "Configurar la sala",
|
||||
"to demote": "degradar",
|
||||
"to favourite": "marcar como favorito",
|
||||
"To invite users into the room": "Invitar usuarios a la sala",
|
||||
"To kick users": "Patear usuarios",
|
||||
"To link to a room it must have <a>an address</a>.": "Para enlazar una sala, debe tener <a>una dirección</a>.",
|
||||
"to make a room or": "hacer una sala o",
|
||||
"To remove other users' messages": "Eliminar los mensajes de otros usuarios",
|
||||
"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 restore": "restaurar",
|
||||
"Cancel": "Cancelar",
|
||||
"Dismiss": "Omitir",
|
||||
"powered by Matrix": "con el poder de Matrix",
|
||||
"Room directory": "Directorio de salas",
|
||||
"Custom Server Options": "Opciones de Servidor Personalizado",
|
||||
"unknown error code": "Código de error desconocido",
|
||||
"Sunday": "Domingo",
|
||||
"Monday": "Lunes",
|
||||
"Tuesday": "Martes",
|
||||
"Wednesday": "Miércoles",
|
||||
"Thursday": "Jueves",
|
||||
"Friday": "Viernes",
|
||||
"Saturday": "Sábado"
|
||||
}
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
"Don't send typing notifications": "Ne pas envoyer les notifications de saisie",
|
||||
"Download %(text)s": "Télécharger %(text)s",
|
||||
"Drop here %(toAction)s": "Déposer ici %(toAction)s",
|
||||
"Drop here to tag %(section)s": "Déposer ici pour marque comme %(section)s",
|
||||
"Drop here to tag %(section)s": "Déposer ici pour marquer comme %(section)s",
|
||||
"Ed25519 fingerprint": "Empreinte Ed25519",
|
||||
"Email Address": "Adresse e-mail",
|
||||
"Email, name or matrix ID": "E-mail, nom ou identifiant Matrix",
|
||||
|
@ -272,7 +272,6 @@
|
|||
"Failed to set display name": "Échec lors de l'enregistrement du nom d'affichage",
|
||||
"Failed to set up conference call": "Échec lors de l’établissement de l’appel",
|
||||
"Failed to toggle moderator status": "Échec lors de l’établissement du statut de modérateur",
|
||||
"A registered account is required for this action": "Il est nécessaire d’avoir un compte enregistré pour effectuer cette action",
|
||||
"%(targetName)s accepted the invitation for %(displayName)s.": "%(targetName)s a accepté l’invitation de %(displayName)s.",
|
||||
"Access Token:": "Jeton d’accès :",
|
||||
"Always show message timestamps": "Toujours afficher l'heure des messages",
|
||||
|
@ -282,7 +281,7 @@
|
|||
"Email": "E-mail",
|
||||
"Failed to unban": "Échec de l'amnistie",
|
||||
"Failed to upload file": "Échec du téléchargement",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "Échec de la vérification de l’adresse e-mail: vérifiez que vous avez bien cliqué sur le lien dans l’e-mail",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "Échec de la vérification de l’adresse e-mail : vérifiez que vous avez bien cliqué sur le lien dans l’e-mail",
|
||||
"Failure to create room": "Échec de la création du salon",
|
||||
"favourite": "favoris",
|
||||
"Favourites": "Favoris",
|
||||
|
@ -290,7 +289,7 @@
|
|||
"Filter room members": "Filtrer les membres par nom",
|
||||
"Forget room": "Oublier le salon",
|
||||
"Forgot your password?": "Mot de passe perdu ?",
|
||||
"For security, this session has been signed out. Please sign in again.": "Par sécurité, la session a expiré. Merci de vous authentifer à nouveau.",
|
||||
"For security, this session has been signed out. Please sign in again.": "Par sécurité, la session a expiré. Merci de vous authentifier à nouveau.",
|
||||
"Found a bug?": "Trouvé un problème ?",
|
||||
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s de %(fromPowerLevel)s à %(toPowerLevel)s",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "Les visiteurs ne peuvent créer de nouveaux salons. Merci de vous enregistrer pour commencer une discussion.",
|
||||
|
@ -298,7 +297,7 @@
|
|||
"had": "avait",
|
||||
"Hangup": "Raccrocher",
|
||||
"Hide read receipts": "Cacher les accusés de réception",
|
||||
"Hide Text Formatting Toolbar": "Cacher la barre de formattage de texte",
|
||||
"Hide Text Formatting Toolbar": "Cacher la barre de formatage de texte",
|
||||
"Historical": "Historique",
|
||||
"Homeserver is": "Le homeserver est",
|
||||
"Identity Server is": "Le serveur d'identité est",
|
||||
|
@ -325,8 +324,8 @@
|
|||
"%(targetName)s joined the room.": "%(targetName)s a joint le salon.",
|
||||
"Joins room with given alias": "Joint le salon avec l'alias défini",
|
||||
"%(senderName)s kicked %(targetName)s.": "%(senderName)s a expulsé %(targetName)s.",
|
||||
"Kick": "Expluser",
|
||||
"Kicks user with given id": "Expulse l'utilisateur and l'ID donné",
|
||||
"Kick": "Expulser",
|
||||
"Kicks user with given id": "Expulse l'utilisateur avec l'ID donné",
|
||||
"Labs": "Laboratoire",
|
||||
"Leave room": "Quitter le salon",
|
||||
"left and rejoined": "a quitté et rejoint",
|
||||
|
@ -405,7 +404,6 @@
|
|||
"Reason": "Raison",
|
||||
"Revoke Moderator": "Révoquer le Modérateur",
|
||||
"Refer a friend to Riot:": "Recommander Riot à un ami :",
|
||||
"Registration required": "Inscription requise",
|
||||
"rejected": "rejeté",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s a rejeté l’invitation.",
|
||||
"Reject invitation": "Rejeter l'invitation",
|
||||
|
@ -453,7 +451,7 @@
|
|||
"Show timestamps in 12 hour format (e.g. 2:30pm)": "Afficher l’heure au format am/pm (par ex. 2:30pm)",
|
||||
"Signed Out": "Déconnecté",
|
||||
"Sign in": "S'identifier",
|
||||
"Sign out": "Se Déconnecter",
|
||||
"Sign out": "Se déconnecter",
|
||||
"since the point in time of selecting this option": "depuis le moment où cette option a été sélectionnée",
|
||||
"since they joined": "depuis qu’ils ont rejoint le salon",
|
||||
"since they were invited": "depuis qu’ils ont été invités",
|
||||
|
@ -498,7 +496,7 @@
|
|||
"To link to a room it must have": "Pour avoir un lien vers un salon, il doit avoir",
|
||||
"to make a room or": "pour créer un salon ou",
|
||||
"To remove other users' messages": "Pour supprimer les messages des autres utilisateurs",
|
||||
"To reset your password, enter the email address linked to your account": "Pour réinitialiser votre mot de passe, merci d’entrer l’adresse email liée à votre compte",
|
||||
"To reset your password, enter the email address linked to your account": "Pour réinitialiser votre mot de passe, merci d’entrer l’adresse e-mail liée à votre compte",
|
||||
"to restore": "pour restaurer",
|
||||
"To send events of type": "Pour envoyer des évènements du type",
|
||||
"To send messages": "Pour envoyer des messages",
|
||||
|
@ -527,7 +525,7 @@
|
|||
"Unknown room %(roomId)s": "Salon inconnu %(roomId)s",
|
||||
"unknown": "inconnu",
|
||||
"Unmute": "Activer le son",
|
||||
"uploaded a file": "télécharger un fichier",
|
||||
"uploaded a file": "téléchargé un fichier",
|
||||
"Upload avatar": "Télécharger une photo de profil",
|
||||
"Upload Failed": "Erreur lors du téléchargement",
|
||||
"Upload Files": "Télécharger les fichiers",
|
||||
|
@ -547,7 +545,7 @@
|
|||
"VoIP conference finished.": "Conférence audio terminée.",
|
||||
"VoIP conference started.": "Conférence audio démarrée.",
|
||||
"VoIP is unsupported": "Appels voix non supportés",
|
||||
"(warning: cannot be disabled again!)": "(attention: ne peut être désactivé !)",
|
||||
"(warning: cannot be disabled again!)": "(attention : ne peut être désactivé !)",
|
||||
"Warning!": "Attention !",
|
||||
"Who can access this room?": "Qui peut accéder au salon ?",
|
||||
"Who can read history?": "Qui peut lire l'historique ?",
|
||||
|
@ -559,16 +557,16 @@
|
|||
"You're not in any rooms yet! Press": "Vous n’êtes dans aucun salon ! Cliquez",
|
||||
"You are trying to access %(roomName)s.": "Vous essayez d'accéder à %(roomName)s.",
|
||||
"You cannot place a call with yourself.": "Vous ne pouvez pas passer d'appel avec vous-même.",
|
||||
"You cannot place VoIP calls in this browser.": "Vous ne pouvez pas passer d'appel voix dans cet explorateur.",
|
||||
"You cannot place VoIP calls in this browser.": "Vous ne pouvez pas passer d'appel vocal dans ce navigateur.",
|
||||
"You do not have permission to post to this room": "Vous n’avez pas la permission de poster dans ce salon",
|
||||
"You have been invited to join this room by %(inviterName)s": "Vous avez été invité à joindre ce salon par %(inviterName)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": "Vous avez été déconnecté de tous vos appareils et ne recevrez plus de notifications. Pour réactiver les notificationsm identifiez vous à nouveau sur tous les appareils",
|
||||
"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": "Vous avez été déconnecté de tous vos appareils et ne recevrez plus de notifications. Pour réactiver les notifications, identifiez vous à nouveau sur tous les appareils",
|
||||
"You have no visible notifications": "Vous n'avez pas de notifications visibles",
|
||||
"you must be a": "vous devez être un",
|
||||
"You need to be able to invite users to do that.": "Vous devez être capable d’inviter des utilisateurs pour faire ça.",
|
||||
"You need to be logged in.": "Vous devez être connecté.",
|
||||
"You need to enter a user name.": "Vous devez entrer un nom d’utilisateur.",
|
||||
"You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.": "Vous devez vous connecter à nouveau pour générer les clés d’encryption pour cet appareil, et soumettre la clé publique à votre homeserver. Cette action ne se reproduira pas; veuillez nous excuser pour la gêne occasionnée.",
|
||||
"You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.": "Vous devez vous connecter à nouveau pour générer les clés d’encryption pour cet appareil, et soumettre la clé publique à votre homeserver. Cette action ne se reproduira pas ; veuillez nous excuser pour la gêne occasionnée.",
|
||||
"Your email address does not appear to be associated with a Matrix ID on this Homeserver.": "Votre adresse e-mail ne semble pas associée à un identifiant Matrix sur ce homeserver.",
|
||||
"Your password has been reset": "Votre mot de passe a été réinitialisé",
|
||||
"Your password was successfully changed. You will not receive push notifications on other devices until you log back in to them": "Votre mot de passe a été mis à jour avec succès. Vous ne recevrez plus de notification sur vos appareils jusqu’à ce que vous vous identifiez à nouveau",
|
||||
|
@ -647,7 +645,7 @@
|
|||
"%(oneUser)sleft and rejoined %(repeats)s times": "%(oneUser)sa quitté et à nouveau joint le salon %(repeats)s fois",
|
||||
"%(severalUsers)sleft and rejoined": "%(severalUsers)sont quitté et à nouveau joint le salon",
|
||||
"%(oneUser)sleft and rejoined": "%(oneUser)sa quitté et à nouveau joint le salon",
|
||||
"%(severalUsers)srejected their invitations %(repeats)s times": "%(severalUsers)sotn rejeté leurs invitations %(repeats)s fois",
|
||||
"%(severalUsers)srejected their invitations %(repeats)s times": "%(severalUsers)sont rejeté leurs invitations %(repeats)s fois",
|
||||
"%(oneUser)srejected their invitation %(repeats)s times": "%(oneUser)sa rejeté son invitation %(repeats)s fois",
|
||||
"%(severalUsers)srejected their invitations": "%(severalUsers)sont rejeté leurs invitations",
|
||||
"%(oneUser)srejected their invitation": "%(oneUser)sa rejeté son invitation",
|
||||
|
@ -699,7 +697,7 @@
|
|||
"Failed to invite user": "Echec lors de l'invitation de l'utilisateur",
|
||||
"Failed to invite the following users to the %(roomName)s room:": "Echec lors de l’invitation des utilisateurs suivants dans le salon %(roomName)s :",
|
||||
"Confirm Removal": "Confirmer la suppression",
|
||||
"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.": "Êtes vous sûr de vouloir supprimer cet événement ? Notez que si vous supprimez le changement de nom d’un salon ou la mise a jour du sujet d’un salon, il est possible que le changement soit annulé.",
|
||||
"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.": "Êtes vous sûr de vouloir supprimer cet événement ? Notez que si vous supprimez le changement de nom d’un salon ou la mise à jour du sujet d’un salon, il est possible que le changement soit annulé.",
|
||||
"Unknown error": "Erreur inconnue",
|
||||
"Incorrect password": "Mot de passe incorrect",
|
||||
"This will make your account permanently unusable. You will not be able to re-register the same user ID.": "Ceci rendra votre compte inutilisable de manière permanente. Vous ne pourrez pas enregistrer à nouveau le même identifiant utilisateur.",
|
||||
|
@ -759,7 +757,7 @@
|
|||
"Enable URL previews for this room (affects only you)": "Activer les aperçus d'URL pour ce salon (n'affecte que vous)",
|
||||
"Drop file here to upload": "Déposer le fichier ici pour le télécharger",
|
||||
" (unsupported)": " (non supporté)",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Appel conférence en cours%(supportedText)s. %(joinText)s",
|
||||
"Ongoing conference call%(supportedText)s.": "Appel conférence en cours%(supportedText)s.",
|
||||
"Online": "En ligne",
|
||||
"Offline": "Déconnecté",
|
||||
"Disable URL previews for this room (affects only you)": "Désactiver les aperçus d'URL pour ce salon (n'affecte que vous)",
|
||||
|
@ -810,7 +808,6 @@
|
|||
"Anyone": "N'importe qui",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Êtes-vous sûr de vouloir quitter le salon '%(roomName)s' ?",
|
||||
"Custom level": "Niveau personnalisé",
|
||||
"(default: %(userName)s)": "(défaut : %(userName)s)",
|
||||
"Device ID:": "Identifiant de l'appareil :",
|
||||
"device id: ": "Identifiant appareil : ",
|
||||
"Device key:": "Clé de l’appareil :",
|
||||
|
@ -821,7 +818,6 @@
|
|||
"Register": "S'inscrire",
|
||||
"Remote addresses for this room:": "Supprimer l'adresse pour ce salon :",
|
||||
"Save": "Enregistrer",
|
||||
"Setting a user name will create a fresh account": "Définir un nouveau nom d’utilisateur va créer un nouveau compte",
|
||||
"Tagged as: ": "Étiquetter comme : ",
|
||||
"You have <a>disabled</a> URL previews by default.": "Vous avez <a>désactivé</a> les aperçus d’URL par défaut.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Vous avez <a>activé</a> les aperçus d’URL par défaut.",
|
||||
|
@ -831,7 +827,7 @@
|
|||
"%(count)s new messages.one": "%(count)s nouveau message",
|
||||
"%(count)s new messages.other": "%(count)s nouveaux messages",
|
||||
"Disable markdown formatting": "Désactiver le formattage markdown",
|
||||
"Error: Problem communicating with the given homeserver.": "Erreur: Problème de communication avec le homeserveur.",
|
||||
"Error: Problem communicating with the given homeserver.": "Erreur : Problème de communication avec le homeserveur.",
|
||||
"Failed to fetch avatar URL": "Échec lors de la récupération de l’URL de l’avatar",
|
||||
"The phone number entered looks invalid": "Le numéro de téléphone entré semble être invalide",
|
||||
"This room is private or inaccessible to guests. You may be able to join if you register.": "Ce salon est privé ou interdits aux visiteurs. Vous pourrez peut-être le joindre si vous vous enregistrez.",
|
||||
|
@ -854,5 +850,79 @@
|
|||
"Username not available": "Nom d'utilisateur indisponible",
|
||||
"Something went wrong!": "Quelque chose s’est mal passé !",
|
||||
"This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "Cela sera le nom de votre compte sur le serveur <span></span>, ou vous pouvez sélectionner un <a>autre serveur</a>.",
|
||||
"If you already have a Matrix account you can <a>log in</a> instead.": "Si vous avez déjà un compte Matrix vous pouvez vous <a>identifier</a> à la place."
|
||||
"If you already have a Matrix account you can <a>log in</a> instead.": "Si vous avez déjà un compte Matrix vous pouvez vous <a>identifier</a> à la place.",
|
||||
"a room": "un salon",
|
||||
"Accept": "Accepter",
|
||||
"Active call (%(roomName)s)": "Appel en cours (%(roomName)s)",
|
||||
"Admin tools": "Outils d'administration",
|
||||
"Alias (optional)": "Alias (optionnel)",
|
||||
"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.": "Impossible de se connecter au homeserver - veuillez vérifier votre connexion, assurez vous que vous faites confiance au <a>certificat SSL de votre homeserver</a>, et qu'aucune extension de navigateur ne bloque les requêtes.",
|
||||
"<a>Click here</a> to join the discussion!": "<a>Cliquer ici</a> pour joindre la discussion !",
|
||||
"Close": "Fermer",
|
||||
"Custom": "Personnaliser",
|
||||
"Decline": "Décliner",
|
||||
"Disable Notifications": "Désactiver les Notifications",
|
||||
"Drop File Here": "Déposer le Fichier Ici",
|
||||
"Enable Notifications": "Activer les Notifications",
|
||||
"Failed to upload profile picture!": "Échec du téléchargement de la photo de profil !",
|
||||
"Incoming call from %(name)s": "Appel entrant de %(name)s",
|
||||
"Incoming video call from %(name)s": "Appel vidéo entrant de %(name)s",
|
||||
"Incoming voice call from %(name)s": "Appel audio entrant de %(name)s",
|
||||
"No display name": "Pas de nom d'affichage",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Sinon, <a>cliquer ici</a> pour envoyer un rapport d'erreur.",
|
||||
"Private Chat": "Conversation Privée",
|
||||
"Public Chat": "Conversation Publique",
|
||||
"Reason: %(reasonText)s": "Raison: %(reasonText)s",
|
||||
"Rejoin": "Rejoindre",
|
||||
"Room contains unknown devices": "Le salon contient des appareils inconnus",
|
||||
"%(roomName)s does not exist.": "%(roomName)s n'existe pas.",
|
||||
"%(roomName)s is not accessible at this time.": "%(roomName)s n'est pas accessible pour le moment.",
|
||||
"Seen by %(userName)s at %(dateTime)s": "Vu par %(userName)s à %(dateTime)s",
|
||||
"Send anyway": "Envoyer quand même",
|
||||
"Show Text Formatting Toolbar": "Afficher la barre de formatage de texte",
|
||||
"Start authentication": "Démarrer une authentification",
|
||||
"This invitation was sent to an email address which is not associated with this account:": "Cette invitation a été envoyée à une adresse e-mail qui n'est pas associée avec ce compte :",
|
||||
"This room": "Ce salon",
|
||||
"Unable to ascertain that the address this invite was sent to matches one associated with your account.": "Impossible de vérifier que l'adresse à qui cette invitation a été envoyée correspond à celle associée à votre compte.",
|
||||
"Undecryptable": "Indécryptable",
|
||||
"Unencrypted message": "Message non-encrypté",
|
||||
"unknown caller": "appelant inconnu",
|
||||
"Unnamed Room": "Salon sans nom",
|
||||
"Unverified": "Non verifié",
|
||||
"%(user)s is a": "%(user)s est un(e)",
|
||||
"Username invalid: %(errMessage)s": "Nom d'utilisateur invalide : %(errMessage)s",
|
||||
"Verified": "Verifié",
|
||||
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Souhaitez-vous <acceptText>accepter</acceptText> ou <declineText>refuser</declineText> cette invitation ?",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "Vous avez été bannis de %(roomName)s par %(userName)s.",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "Vous avez été expulsé de %(roomName)s by %(userName)s.",
|
||||
"You may wish to login with a different account, or add this email to this account.": "Vous souhaiteriez peut-être vous identifier avec un autre compte, ou ajouter cette e-mail à votre compte.",
|
||||
"Your home server does not support device management.": "Votre home server ne supporte pas la gestion d'appareils.",
|
||||
"(~%(count)s results).one": "(~%(count)s résultat)",
|
||||
"(~%(count)s results).other": "(~%(count)s résultats)",
|
||||
"Device Name": "Nom de l'appareil",
|
||||
"Encrypted by a verified device": "Encrypté par un appareil verifié",
|
||||
"Encrypted by an unverified device": "Encrypté par un appareil non verifié",
|
||||
"Encryption is enabled in this room": "L'encryption est activée sur ce salon",
|
||||
"Encryption is not enabled in this room": "L'encryption n'est pas activée sur ce salon",
|
||||
"Home": "Accueil",
|
||||
"To link to a room it must have <a>an address</a>.": "Pour récupérer le lien vers un salon celui-ci doit avoir <a>une adresse</a>.",
|
||||
"Upload new:": "Télécharger un nouveau :",
|
||||
"And %(count)s more...": "Et %(count)s autres...",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Joindre avec <voiceText>audio</voiceText> ou <videoText>vidéo</videoText>.",
|
||||
"Last seen": "Vu pour la dernière fois",
|
||||
"Level:": "Niveau :",
|
||||
"Searching known users": "Recherche d'utilisateurs connus",
|
||||
"Set": "Défini",
|
||||
"%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (pouvoir %(powerLevelNumber)s)",
|
||||
"(could not connect media)": "(impossible de se connecter au média)",
|
||||
"(no answer)": "(pas de réponse)",
|
||||
"(unknown failure: %(reason)s)": "(erreur inconnue: %(reason)s)",
|
||||
"Your browser does not support the required cryptography extensions": "Votre navigateur ne supporte pas les extensions cryptographiques nécessaires",
|
||||
"Not a valid Riot keyfile": "Fichier de clé Riot non valide",
|
||||
"Authentication check failed: incorrect password?": "Erreur d’identification: mot de passe incorrect ?",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Désactiver les appels 1:1 pair-à-pair",
|
||||
"Do you want to set an email address?": "Souhaitez-vous configurer une adresse e-mail ?",
|
||||
"This will allow you to reset your password and receive notifications.": "Ceci va vous permettre de réinitialiser votre mot de passe et de recevoir des notifications.",
|
||||
"Press <StartChatButton> to start a chat with someone": "Cliquez sur <StartChatButton> pour entamer une discussion avec quelqu'un",
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "Vous n'avez pas encore rejoint de salle ! Cliquez sur <CreateRoomButton> pour créer une salle ou sur <RoomDirectoryButton> pour explorer l'annuaire"
|
||||
}
|
||||
|
|
|
@ -27,21 +27,21 @@
|
|||
"Saturday": "Szombat",
|
||||
"af": "Afrikaans",
|
||||
"ar-ae": "Arabic (U.A.E.)",
|
||||
"ar-bh": "Arabic (Bahrain)",
|
||||
"ar-dz": "Arabic (Algeria)",
|
||||
"ar-eg": "Arabic (Egypt)",
|
||||
"ar-iq": "Arabic (Iraq)",
|
||||
"ar-jo": "Arabic (Jordan)",
|
||||
"ar-kw": "Arabic (Kuwait)",
|
||||
"ar-lb": "Arabic (Lebanon)",
|
||||
"ar-ly": "Arabic (Libya)",
|
||||
"ar-ma": "Arabic (Morocco)",
|
||||
"ar-om": "Arabic (Oman)",
|
||||
"ar-qa": "Arabic (Qatar)",
|
||||
"ar-sa": "Arabic (Saudi Arabia)",
|
||||
"ar-sy": "Arabic (Syria)",
|
||||
"ar-tn": "Arabic (Tunisia)",
|
||||
"ar-ye": "Arabic (Yemen)",
|
||||
"ar-bh": "Arab (Bahrain)",
|
||||
"ar-dz": "Arab (Algeria)",
|
||||
"ar-eg": "Arab (Egypt)",
|
||||
"ar-iq": "Arab (Iraq)",
|
||||
"ar-jo": "Arab (Jordan)",
|
||||
"ar-kw": "Arab (Kuwait)",
|
||||
"ar-lb": "Arab (Lebanon)",
|
||||
"ar-ly": "Arab (Libya)",
|
||||
"ar-ma": "Arab (Morocco)",
|
||||
"ar-om": "Arab (Oman)",
|
||||
"ar-qa": "Arab (Qatar)",
|
||||
"ar-sa": "Arab (Saudi Arabia)",
|
||||
"ar-sy": "Arab (Syria)",
|
||||
"ar-tn": "Arab (Tunisia)",
|
||||
"ar-ye": "Arab (Yemen)",
|
||||
"be": "Belorusz",
|
||||
"bg": "Bolgár",
|
||||
"ca": "Katalán",
|
||||
|
@ -179,5 +179,504 @@
|
|||
"Create new room": "Új szoba létrehozása",
|
||||
"sb": "Szorb",
|
||||
"rm": "Rétoromán",
|
||||
"tn": "Tswana"
|
||||
"tn": "Tswana",
|
||||
"Close": "Bezár",
|
||||
"Room directory": "Szobák listája",
|
||||
"Start chat": "Csevegés indítása",
|
||||
"Welcome page": "Üdvözlő oldal",
|
||||
"all room members, from the point they are invited": "minden résztvevő a szobában, amióta meg van hívva",
|
||||
"all room members, from the point they joined": "minden résztvevő a szobában, amióta csatlakozott",
|
||||
"and": "és",
|
||||
"%(items)s and %(remaining)s others": "%(items)s és még: %(remaining)s",
|
||||
"%(items)s and one other": "%(items)s és még egy",
|
||||
"%(items)s and %(lastItem)s": "%(items)s és %(lastItem)s",
|
||||
"and %(overflowCount)s others...": "és még: %(overflowCount)s ...",
|
||||
"and one other...": "és még egy...",
|
||||
"%(names)s and %(lastPerson)s are typing": "%(names)s és %(lastPerson)s írnak",
|
||||
"%(names)s and one other are typing": "%(names)s és még valaki ír",
|
||||
"%(names)s and %(count)s others are typing": "%(names)s és %(count)s ember ír",
|
||||
"An email has been sent to": "Az e-mail ide lett küldve:",
|
||||
"A new password must be entered.": "Új jelszót kell megadni.",
|
||||
"%(senderName)s answered the call.": "%(senderName)s felvette a telefont.",
|
||||
"anyone": "bárki",
|
||||
"An error has occurred.": "Hiba történt.",
|
||||
"Anyone": "Bárki",
|
||||
"Anyone who knows the room's link, apart from guests": "A vendégeken kívül bárki aki ismeri a szoba link-jét",
|
||||
"Anyone who knows the room's link, including guests": "Bárki aki tudja a szoba link-jét, még a vendégek is",
|
||||
"Are you sure?": "Biztos?",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Biztos elhagyod a szobát '%(roomName)s'?",
|
||||
"Are you sure you want to reject the invitation?": "Biztos elutasítod a meghívást?",
|
||||
"Are you sure you want to upload the following files?": "Biztos feltöltöd ezeket a fájlokat?",
|
||||
"Attachment": "Csatolmány",
|
||||
"Autoplay GIFs and videos": "GIF-ek és videók automatikus lejátszása",
|
||||
"%(senderName)s banned %(targetName)s.": "%(senderName)s kitiltotta őt: %(targetName)s.",
|
||||
"Ban": "Kitilt",
|
||||
"Banned users": "Kitiltott felhasználók",
|
||||
"Bans user with given id": "Kitiltja a felhasználót a megadott ID-vel",
|
||||
"Blacklisted": "Fekete listára téve",
|
||||
"Bug Report": "Hiba jelentés",
|
||||
"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 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 display name from %(oldDisplayName)s to %(displayName)s.": "%(senderName)s megváltoztatta a nevét erről: %(oldDisplayName)s erre: %(displayName)s.",
|
||||
"%(senderName)s changed their profile picture.": "%(senderName)s megváltoztatta a profil képét.",
|
||||
"%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s megváltoztatta a hozzáférési szintjét erre: %(powerLevelDiffText)s.",
|
||||
"%(senderDisplayName)s changed the room name to %(roomName)s.": "%(senderDisplayName)s megváltoztatta a szoba nevét erre: %(roomName)s.",
|
||||
"%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s törölte a szoba nevét.",
|
||||
"%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s megváltoztatta a témát erre \"%(topic)s\".",
|
||||
"Changes to who can read history will only apply to future messages in this room": "Változtatások a napló olvasási jogosultságon csak a szoba új üzeneteire fog vonatkozni",
|
||||
"Changes your display nickname": "Becenév megváltoztatása",
|
||||
"changing room on a RoomView is not supported": "Szoba nézetben nem lehet szobát váltani",
|
||||
"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.": "Jelszó megváltoztatása jelenleg alaphelyzetbe állítja a titkosításnál használt kulcsokat minden készüléken, ezzel a régi titkosított üzenetek olvashatatlanok lesznek hacsak először nem mented ki a kulcsokat és újra betöltöd. A jövőben ezen javítunk.",
|
||||
"Claimed Ed25519 fingerprint key": "Igényelt Ed25519 ujjlenyomat kulcs",
|
||||
"Clear Cache and Reload": "Gyorsítótár törlése és újratöltés",
|
||||
"Clear Cache": "Gyorsítótár törlése",
|
||||
"<a>Click here</a> to join the discussion!": "A beszélgetéshez való csatlakozáshoz <a>kattints ide</a>!",
|
||||
"Click here to fix": "A javításhoz kattints ide",
|
||||
"Click to mute audio": "Hang némításhoz kattints ide",
|
||||
"Click to mute video": "A videó kikapcsoláshoz kattints ide",
|
||||
"click to reveal": "Megjelenítéshez kattints ide",
|
||||
"Click to unmute video": "Videó bekapcsoláshoz kattints ide",
|
||||
"Click to unmute audio": "Hang visszakapcsoláshoz kattints ide",
|
||||
"Command error": "Parancs hiba",
|
||||
"Commands": "Parancsok",
|
||||
"Conference call failed.": "Sikertelen konferencia hívás.",
|
||||
"Conference calling is in development and may not be reliable.": "Konferencia hívás meg fejlesztés alatt és lehet, hogy nem elég stabil.",
|
||||
"Conference calls are not supported in encrypted rooms": "Titkosított szobákban a konferencia hívás nem támogatott",
|
||||
"Conference calls are not supported in this client": "Ez a kliens nem támogatja a konferencia hívást",
|
||||
"Confirm password": "Jelszó megerősítése",
|
||||
"Confirm your new password": "Új jelszó megerősítése",
|
||||
"Could not connect to the integration server": "Az integrációs szerverhez nem lehet kapcsolódni",
|
||||
"%(count)s new messages.one": "%(count)s új üzenet",
|
||||
"%(count)s new messages.other": "%(count)s új üzenet",
|
||||
"Create a new chat or reuse an existing one": "Új csevegés indítása vagy egy meglévő használata",
|
||||
"Create an account": "Fiók készítése",
|
||||
"Create Room": "Szoba készítése",
|
||||
"Cryptography": "Titkosítás",
|
||||
"Current password": "Jelenlegi jelszó",
|
||||
"Curve25519 identity key": "Curve25519 azonosítási kulcs",
|
||||
"Custom": "Egyedi",
|
||||
"Custom level": "Egyedi szint",
|
||||
"/ddg is not a command": "/ddg nem egy parancs",
|
||||
"Deactivate Account": "Fiók zárolása",
|
||||
"Deactivate my account": "Fiókom felfüggesztése",
|
||||
"Decline": "Elutasít",
|
||||
"Decrypt %(text)s": "%(text)s visszafejtése",
|
||||
"Decryption error": "Visszafejtési hiba",
|
||||
"Delete": "Töröl",
|
||||
"demote": "hozzáférési szint csökkentése",
|
||||
"Default": "Alapértelmezett",
|
||||
"Device already verified!": "Készülék már ellenőrizve!",
|
||||
"Device ID": "Készülék azonosító",
|
||||
"Device ID:": "Készülék azonosító:",
|
||||
"device id: ": "készülék azonosító: ",
|
||||
"Device key:": "Készülék kulcs:",
|
||||
"Devices": "Készülékek",
|
||||
"Devices will not yet be able to decrypt history from before they joined the room": "A készülékek nem tudják egyenlőre visszafejteni a régebbi üzeneteket mint mikor csatlakoztak a szobához",
|
||||
"Direct chats": "Közvetlen csevegés",
|
||||
"Disable Notifications": "Értesítések tiltása",
|
||||
"disabled": "letiltva",
|
||||
"Disable inline URL previews by default": "Beágyazott URL előnézet alapértelmezetten tiltva",
|
||||
"Disable markdown formatting": "Markdown formázás tiltva",
|
||||
"Disinvite": "Meghívás visszavonása",
|
||||
"Display name": "Megjelenített név",
|
||||
"Displays action": "Tevékenységek megjelenítése",
|
||||
"Don't send typing notifications": "Ne küldjön írás értesítést",
|
||||
"Download %(text)s": "%(text)s letöltése",
|
||||
"Drop File Here": "Ide húzd a fájlt",
|
||||
"Drop here to tag %(section)s": "Húzd ide a címkézéshez: %(section)s",
|
||||
"Ed25519 fingerprint": "Ed25519 ujjlenyomat",
|
||||
"Email": "E-mail",
|
||||
"Email address": "E-mail cím",
|
||||
"Email address (optional)": "E-mail cím (opcionális)",
|
||||
"Email, name or matrix ID": "E-mail, név vagy matrix azonosító",
|
||||
"Emoji": "Emoji",
|
||||
"Enable encryption": "Titkosítás bekapcsolása",
|
||||
"Enable Notifications": "Értesítések bekapcsolása",
|
||||
"enabled": "bekapcsolva",
|
||||
"Encrypted by a verified device": "Ellenőrzött eszköz által titkosítva",
|
||||
"Encrypted by an unverified device": "Nem ellenőrzött eszköz által titkosítva",
|
||||
"Encrypted messages will not be visible on clients that do not yet implement encryption": "A titkosított üzenetek nem láthatók azokon a klienseken amik még nem támogatják a titkosítást",
|
||||
"Encrypted room": "Titkosított szoba",
|
||||
"Encryption is enabled in this room": "Ebben a szobában a titkosítás be van kapcsolva",
|
||||
"Encryption is not enabled in this room": "Ebben a szobában a titkosítás nincs bekapcsolva",
|
||||
"%(senderName)s ended the call.": "%(senderName)s befejezte a hívást.",
|
||||
"End-to-end encryption information": "Végponttól végpontig való titkosítási információk",
|
||||
"End-to-end encryption is in beta and may not be reliable": "Végponttól végpontig tartó titkosítás béta állapotú és lehet, hogy nem megbízható",
|
||||
"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 a saját szerverrel való kommunikációval.",
|
||||
"Event information": "Esemény információ",
|
||||
"Existing Call": "Hívás folyamatban",
|
||||
"Export": "Mentés",
|
||||
"Export E2E room keys": "E2E szoba kulcsok mentése",
|
||||
"Failed to ban user": "A felhasználót nem sikerült kizárni",
|
||||
"Failed to change power level": "A hozzáférési szintet nem sikerült megváltoztatni",
|
||||
"Failed to delete device": "Eszközt nem sikerült törölni",
|
||||
"Failed to fetch avatar URL": "Avatar képet nem sikerült letölteni",
|
||||
"Failed to join room": "A szobába nem sikerült belépni",
|
||||
"Failed to kick": "Kirúgás nem sikerült",
|
||||
"Failed to leave room": "A szobát nem sikerült elhagyni",
|
||||
"Failed to load timeline position": "Az idővonal pozíciót nem sikerült betölteni",
|
||||
"Failed to lookup current room": "Az aktuális szoba felkeresése sikertelen",
|
||||
"Failed to mute user": "A felhasználót nem sikerült hallgatásra bírni",
|
||||
"Failed to register as guest:": "Nem sikerült vendégként regisztrálni:",
|
||||
"Failed to reject invite": "A meghívót nem sikerült elutasítani",
|
||||
"Failed to reject invitation": "A meghívót nem sikerült elutasítani",
|
||||
"Failed to save settings": "A beállításokat nem sikerült elmenteni",
|
||||
"Failed to send email": "E-mail nem sikerült elküldeni",
|
||||
"Failed to send request.": "A kérést nem sikerült elküldeni.",
|
||||
"Failed to set avatar.": "Avatar képet nem sikerült beállítani.",
|
||||
"Failed to set display name": "Megjelenítési nevet nem sikerült beállítani",
|
||||
"Failed to set up conference call": "Konferencia hívást nem sikerült elindítani",
|
||||
"Failed to toggle moderator status": "Moderátor státuszt nem sikerült átállítani",
|
||||
"Failed to unban": "Kizárás visszavonása sikertelen",
|
||||
"Failed to upload file": "Fájl feltöltés sikertelen",
|
||||
"Failed to upload profile picture!": "Profil kép feltöltése sikertelen!",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "E-mail cím ellenőrzése sikertelen: ellenőrizd, hogy az e-mailnél lévő linkre rákattintottál",
|
||||
"Failure to create room": "Szoba létrehozása sikertelen",
|
||||
"favourite": "kedvenc",
|
||||
"Favourites": "Kedvencek",
|
||||
"Fill screen": "Képernyő kitöltése",
|
||||
"Filter room members": "Szoba tagság szűrése",
|
||||
"Forget room": "Szoba elfelejtése",
|
||||
"Forgot your password?": "Elfelejtetted a jelszavad?",
|
||||
"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 végponttól végpontig 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.",
|
||||
"Found a bug?": "Hibát találtál?",
|
||||
"%(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.",
|
||||
"Guests can't set avatars. Please register.": "A vendégek nem tudnak avatar képet beállítani. Kérlek regisztrálj.",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "Vendégek nem készíthetnek szobákat. Kérlek regisztrálj, hogy szobát tudják nyitni és el tudj kezdeni csevegni.",
|
||||
"Guest users can't upload files. Please register to upload.": "Vendégek nem tölthetnek fel fájlokat. A feltöltéshez kérlek regisztrálj.",
|
||||
"Guests can't use labs features. Please register.": "Vendégek nem használhatnak labor funkciókat. Kérlek regisztrálj.",
|
||||
"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.",
|
||||
"had": "van",
|
||||
"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:",
|
||||
"Identity Server is": "Azonosítási szerver:",
|
||||
"I have verified my email address": "Ellenőriztem az e-mail címemet",
|
||||
"Import": "Betöltés",
|
||||
"Import E2E room keys": "E2E szoba kulcsok betöltése",
|
||||
"Incoming call from %(name)s": "Beérkező hivás: %(name)s",
|
||||
"Incoming video call from %(name)s": "Bejövő videóhívás: %(name)s",
|
||||
"Incoming voice call from %(name)s": "Bejövő hívás: %(name)s",
|
||||
"Incorrect username and/or password.": "Helytelen felhasználó és/vagy jelszó.",
|
||||
"Incorrect verification code": "Hibás azonosítási kód",
|
||||
"Interface Language": "Felhasználói felület nyelve",
|
||||
"Invalid alias format": "Hibás alternatív név formátum",
|
||||
"Invalid address format": "Hibás cím formátum",
|
||||
"Invalid Email Address": "Hibás e-mail cím",
|
||||
"Invalid file%(extra)s": "Hibás fájl%(extra)s",
|
||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s meghívta: %(targetName)s.",
|
||||
"Invite new room members": "Új tagok meghívása",
|
||||
"Invited": "Meghívva",
|
||||
"Invites": "Meghívók",
|
||||
"Invites user with given id to current room": "Felhasználó meghívása ebbe a szobába megadott azonosítóval",
|
||||
"'%(alias)s' is not a valid format for an address": "'%(alias)s' nem megfelelő formátum egy címhez",
|
||||
"'%(alias)s' is not a valid format for an alias": "'%(alias)s' nem megfelelő formátum egy alternatív névhez",
|
||||
"%(displayName)s is typing": "%(displayName)s ír",
|
||||
"Sign in with": "Belépés ezzel:",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Csatlakozás <voiceText>hang</voiceText>gal vagy <videoText>videó</videoText>val.",
|
||||
"Join Room": "Belépés a szobába",
|
||||
"joined and left": "be-, és kilépett",
|
||||
"joined": "belépett",
|
||||
"%(targetName)s joined the room.": "%(targetName)s belépett a szobába.",
|
||||
"Joins room with given alias": "A megadott becenévvel belépett a szobába",
|
||||
"Jump to first unread message.": "Ugrás az első olvasatlan üzenetre.",
|
||||
"%(senderName)s kicked %(targetName)s.": "%(senderName)s kizárta: %(targetName)s.",
|
||||
"Kick": "Kizár",
|
||||
"Kicks user with given id": "Az adott azonosítójú felhasználó kizárása",
|
||||
"Labs": "Labor",
|
||||
"Last seen": "Utoljára láttuk",
|
||||
"Leave room": "Szoba elhagyása",
|
||||
"left and rejoined": "ki-, és belépett",
|
||||
"left": "kilépett",
|
||||
"%(targetName)s left the room.": "%(targetName)s elhagyta a szobát.",
|
||||
"Level:": "Szint:",
|
||||
"List this room in %(domain)s's room directory?": "%(domain)s szobát feltüntessük a szobák listájában?",
|
||||
"Local addresses for this room:": "A szoba helyi címe:",
|
||||
"Logged in as:": "Bejelentkezve mint:",
|
||||
"Login as guest": "Belépés vendégként",
|
||||
"Logout": "Kilép",
|
||||
"Low priority": "Alacsony prioritás",
|
||||
"%(senderName)s made future room history visible to": "%(senderName)s elérhetővé tette a szoba új üzeneteit nekik:",
|
||||
"Manage Integrations": "Integrációk kezelése",
|
||||
"Markdown is disabled": "Markdown kikapcsolva",
|
||||
"Markdown is enabled": "Markdown engedélyezett",
|
||||
"matrix-react-sdk version:": "matrix-react-sdk verzió:",
|
||||
"Members only": "Csak tagoknak",
|
||||
"Message not sent due to unknown devices being present": "Ismeretlen eszköz miatt az üzenet nem küldhető el",
|
||||
"Missing room_id in request": "Hiányzó room_id a kérésben",
|
||||
"Missing user_id in request": "Hiányzó user_id a kérésben",
|
||||
"Mobile phone number": "Mobil telefonszám",
|
||||
"Mobile phone number (optional)": "Mobill telefonszám (opcionális)",
|
||||
"Moderator": "Moderátor",
|
||||
"Must be viewing a room": "Meg kell nézni a szobát",
|
||||
"my Matrix ID": "Matrix azonosítóm",
|
||||
"Name": "Név",
|
||||
"Never send encrypted messages to unverified devices from this device": "Soha ne küldj titkosított üzenetet ellenőrizetlen eszközre erről az eszközről",
|
||||
"Never send encrypted messages to unverified devices in this room": "Soha ne küldj titkosított üzenetet ebből a szobából ellenőrizetlen eszközre",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "Soha ne küldj titkosított üzenetet ebből a szobából ellenőrizetlen eszközre erről az eszközről",
|
||||
"New address (e.g. #foo:%(localDomain)s)": "Új cím (e.g. #foo:%(localDomain)s)",
|
||||
"New Composer & Autocomplete": "Új szerkesztő és automatikus kiegészítés",
|
||||
"New password": "Új jelszó",
|
||||
"New passwords don't match": "Az új jelszavak nem egyeznek",
|
||||
"New passwords must match each other.": "Az új jelszavaknak meg kell egyezniük egymással.",
|
||||
"none": "semmi",
|
||||
"not set": "nincs beállítva",
|
||||
"not specified": "nincs meghatározva",
|
||||
"(not supported by this browser)": "(ebben a böngészőben nem támogatott)",
|
||||
"<not supported>": "<nem támogatott>",
|
||||
"NOT verified": "NEM ellenőrzött",
|
||||
"No devices with registered encryption keys": "Nincs eszköz a regisztrált titkosítási kulcsokhoz",
|
||||
"No display name": "Nincs megjelenítési név",
|
||||
"No more results": "Nincs több találat",
|
||||
"No results": "Nincs találat",
|
||||
"No users have specific privileges in this room": "Egy felhasználónak sincsenek specifikus jogosultságai ebben a szobában",
|
||||
"olm version:": "olm verzió:",
|
||||
"Once encryption is enabled for a room it cannot be turned off again (for now)": "Ha egyszer bekapcsolod a titkosítást a szobába utána nem lehet kikapcsolni (egyenlőre)",
|
||||
"Once you've followed the link it contains, click below": "Miután a linket követted, kattints alulra",
|
||||
"Only people who have been invited": "Csak akiket meghívtak",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Különben hiba jelentés küldéséhez <a>kattints ide</a>.",
|
||||
"Password": "Jelszó",
|
||||
"Password:": "Jelszó:",
|
||||
"Passwords can't be empty": "A jelszó nem lehet üres",
|
||||
"People": "Emberek",
|
||||
"Permissions": "Jogosultságok",
|
||||
"Phone": "Telefon",
|
||||
"%(senderName)s placed a %(callType)s call.": "%(senderName)s %(callType)s hívást kezdeményezett.",
|
||||
"Please check your email and click on the link it contains. Once this is done, click continue.": "Ellenőrizd az e-mail-edet és kattints a benne lévő linkre. Ha ez megvan, kattints a folytatásra.",
|
||||
"Power level must be positive integer.": "A szintnek pozitív egésznek kell lennie.",
|
||||
"Press": "Nyomd meg",
|
||||
"Private Chat": "Privát csevegés",
|
||||
"Privileged Users": "Privilegizált felhasználók",
|
||||
"Profile": "Profil",
|
||||
"Public Chat": "Nyilvános csevegés",
|
||||
"Reason": "Ok",
|
||||
"Reason: %(reasonText)s": "Ok: %(reasonText)s",
|
||||
"Revoke Moderator": "Moderátor visszahívása",
|
||||
"Refer a friend to Riot:": "Ismerős meghívása a Riotba:",
|
||||
"Register": "Regisztráció",
|
||||
"rejected": "elutasítva",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s elutasította a meghívót.",
|
||||
"Reject invitation": "Meghívó elutasítása",
|
||||
"Rejoin": "Újracsatlakozás",
|
||||
"Remote addresses for this room:": "A szoba távoli címei:",
|
||||
"Remove Contact Information?": "Kapcsolat információk törlése?",
|
||||
"%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s törölte a megjelenítési nevet (%(oldDisplayName)s).",
|
||||
"%(senderName)s removed their profile picture.": "%(senderName)s törölte a profil képét.",
|
||||
"Remove %(threePid)s?": "Töröl: %(threePid)s?",
|
||||
"%(senderName)s requested a VoIP conference.": "%(senderName)s VoIP konferenciát kezdeményez.",
|
||||
"Report it": "Jelent",
|
||||
"restore": "visszaállít",
|
||||
"Results from DuckDuckGo": "Eredmények a DuckDuckGo-ból",
|
||||
"Return to app": "Vissza az alkalmazáshoz",
|
||||
"Return to login screen": "Vissza a bejelentkezési képernyőre",
|
||||
"Riot does not have permission to send you notifications - please check your browser settings": "Riotnak nincs jogosultsága értesítést küldeni neked - ellenőrizd a böngésző beállításait",
|
||||
"Riot was not given permission to send notifications - please try again": "Riotnak nincs jogosultsága értesítést küldeni neked - próbáld újra",
|
||||
"riot-web version:": "riot-web verzió:",
|
||||
"Room %(roomId)s not visible": "%(roomId)s szoba nem látható",
|
||||
"Room Colour": "Szoba színe",
|
||||
"Room contains unknown devices": "A szobában ellenőrizetlen eszközök vannak",
|
||||
"Room name (optional)": "Szoba neve (opcionális)",
|
||||
"%(roomName)s does not exist.": "%(roomName)s nem létezik.",
|
||||
"%(roomName)s is not accessible at this time.": "%(roomName)s jelenleg nem érhető el.",
|
||||
"Rooms": "Szobák",
|
||||
"Save": "Mentés",
|
||||
"Scroll to bottom of page": "Az oldal aljára görget",
|
||||
"Scroll to unread messages": "Olvasatlan üzenetekhez görget",
|
||||
"Search failed": "Keresés sikertelen",
|
||||
"Searches DuckDuckGo for results": "Keresés DuckDuckGo-val",
|
||||
"Searching known users": "Ismert felhasználók keresése",
|
||||
"Seen by %(userName)s at %(dateTime)s": "%(userName)s %(dateTime)s időpontban látta",
|
||||
"Send a message (unencrypted)": "Üzenet küldése (titkosítás nélkül)",
|
||||
"Send an encrypted message": "Titkosított üzenet küldése",
|
||||
"Send anyway": "Küld mindenképpen",
|
||||
"Sender device information": "Küldő eszközének információja",
|
||||
"Send Invites": "Meghívók elküldése",
|
||||
"Send Reset Email": "Visszaállítási e-mail küldése",
|
||||
"sent an image": "kép küldése",
|
||||
"%(senderDisplayName)s sent an image.": "%(senderDisplayName)s képet küldött.",
|
||||
"%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s meghívót küldött %(targetDisplayName)s felhasználónak, hogy lépjen be a szobába.",
|
||||
"sent a video": "videó küldve",
|
||||
"Server error": "Szerver hiba",
|
||||
"Server may be unavailable or overloaded": "A szerver elérhetetlen vagy túlterhelt",
|
||||
"Server may be unavailable, overloaded, or search timed out :(": "A szerver elérhetetlen, túlterhelt vagy a keresés túllépte az időkorlátot :(",
|
||||
"Server may be unavailable, overloaded, or the file too big": "A szerver elérhetetlen, túlterhelt vagy a fájl túl nagy",
|
||||
"Server may be unavailable, overloaded, or you hit a bug.": "A szerver elérhetetlen, túlterhelt vagy hibára futott.",
|
||||
"Server unavailable, overloaded, or something else went wrong.": "A szerver elérhetetlen, túlterhelt vagy valami más probléma van.",
|
||||
"Session ID": "Kapcsolat azonosító",
|
||||
"%(senderName)s set a profile picture.": "%(senderName)s profil képet állított be.",
|
||||
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s a megjelenítési nevét megváltoztatta erre: %(displayName)s.",
|
||||
"Set": "Beállít",
|
||||
"Show panel": "Panel megjelenítése",
|
||||
"Show Text Formatting Toolbar": "Szöveg formázási eszköztár megjelenítése",
|
||||
"Show timestamps in 12 hour format (e.g. 2:30pm)": "Az időbélyegek 12 órás formátumban mutatása (pl.: 2:30pm)",
|
||||
"Signed Out": "Kijelentkezett",
|
||||
"Sign in": "Bejelentkezett",
|
||||
"Sign out": "Kijelentkezés",
|
||||
"since the point in time of selecting this option": "onnantól, hogy ez az opció kiválasztásra került",
|
||||
"since they joined": "onnantól, hogy csatlakozott",
|
||||
"since they were invited": "onnantól, hogy meg lett hívva",
|
||||
"Some of your messages have not been sent.": "Néhány üzeneted nem lett elküldve.",
|
||||
"Someone": "Valaki",
|
||||
"Sorry, this homeserver is using a login which is not recognised ": "Bocs, ez a saját szerver olyan beléptetést használ ami nem ismert ",
|
||||
"Start a chat": "Csevegés indítása",
|
||||
"Start authentication": "Azonosítás indítása",
|
||||
"Start Chat": "Csevegés indítása",
|
||||
"Submit": "Elküld",
|
||||
"Success": "Sikeres",
|
||||
"tag as %(tagName)s": "címke beállítása: %(tagName)s",
|
||||
"tag direct chat": "megjelölés közvetlen csevegésnek",
|
||||
"Tagged as: ": "Címkék: ",
|
||||
"The default role for new room members is": "Az alapértelmezett szerep új tagoknak:",
|
||||
"The main address for this room is": "A szoba elsődleges címe:",
|
||||
"The phone number entered looks invalid": "A megadott telefonszám érvénytelennek tűnik",
|
||||
"The signing key you provided matches the signing key you received from %(userId)s's device %(deviceId)s. Device marked as verified.": "Az általad megadott aláíró kulcs megegyezik %(userId)s felhasználótól kapott kulccsal amit %(deviceId)s eszközhöz használ. Az eszköz ellenőrzöttnek jelölve.",
|
||||
"This action cannot be performed by a guest user. Please register to be able to do this.": "Ezt nem teheti vendég felhasználó. Kérlek regisztrálj, hogy megtehesd.",
|
||||
"This email address is already in use": "Ez az e-mail cím már használatban van",
|
||||
"This email address was not found": "Az e-mail cím nem található",
|
||||
"%(actionVerb)s this person?": "Ezt a felhasználót %(actionVerb)s?",
|
||||
"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": "Magánéleti figyelmeztetés",
|
||||
"The file '%(fileName)s' exceeds this home server's size limit for uploads": "'%(fileName)s' fájl túllépte az egyedi 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.": "Az egyedi 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:",
|
||||
"There was a problem logging in.": "Hiba történt a bejelentkezésnél.",
|
||||
"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.",
|
||||
"These are experimental features that may break in unexpected ways": "Ezek kísérleti funkciók amik kiszámíthatatlanok lehetnek",
|
||||
"The visibility of existing history will be unchanged": "A már meglévő csevegés előzmények láthatósága nem változik",
|
||||
"This doesn't appear to be a valid email address": "Ez nem tűnik helyes e-mail címnek",
|
||||
"This is a preview of this room. Room interactions have been disabled": "Ez a szoba előnézete. Minden tevékenység ezzel a szobával ki van kapcsolva",
|
||||
"This phone number is already in use": "Ez a telefonszám már használatban van",
|
||||
"This room": "Ez a szoba",
|
||||
"This room is not accessible by remote Matrix servers": "Ez a szoba távoli Matrix szerverről nem érhető el",
|
||||
"This room's internal ID is": "A szoba belső azonosítója:",
|
||||
"times": "alkalommal",
|
||||
"To ban users": "Felhasználó kizárásához",
|
||||
"to browse the directory": "a könyvtárban való kereséshez",
|
||||
"To configure the room": "A szoba beállításához",
|
||||
"to favourite": "kedvencekhez",
|
||||
"To invite users into the room": "Felhasználó szobába való meghívásához",
|
||||
"To kick users": "Felhasználó kirúgásához",
|
||||
"To link to a room it must have <a>an address</a>.": "Szobához való kötéshez szükséges <a>egy cím</a>.",
|
||||
"to make a room or": "szoba létrehozásához vagy",
|
||||
"To remove other users' messages": "Más felhasználók üzeneteinek törléséhez",
|
||||
"To reset your password, enter the email address linked to your account": "A jelszó alaphelyzetbe állításához add meg a fiókodhoz kötött e-mail címet",
|
||||
"to restore": "visszaállításhoz",
|
||||
"To send events of type": "Az alábbi típusú üzenetek küldéséhez",
|
||||
"To send messages": "Üzenetek küldéséhez",
|
||||
"to start a chat with someone": "csevegés indításához valakivel",
|
||||
"to tag as %(tagName)s": "megjelölni mint: %(tagName)s",
|
||||
"to tag direct chat": "megjelölni közvetlen csevegésnek",
|
||||
"To use it, just wait for autocomplete results to load and tab through them.": "A használatához csak várd meg az automatikus kiegészítéshez a találatok betöltését és TAB-bal választhatsz közülük.",
|
||||
"Tried to load a specific point in this room's timeline, but you do not have permission to view the message in question.": "Megpróbáltam betölteni a szoba megadott időpontjának megfelelő adatait, de nincs jogod a kérdéses üzenetek megjelenítéséhez.",
|
||||
"Tried to load a specific point in this room's timeline, but was unable to find it.": "Megpróbáltam betölteni a szoba megadott időpontjának megfelelő adatait, de nem találom.",
|
||||
"Turn Markdown off": "Markdown kikapcsolása",
|
||||
"Turn Markdown on": "Markdown bekapcsolása",
|
||||
"%(senderName)s turned on end-to-end encryption (algorithm %(algorithm)s).": "%(senderName)s bekapcsolta a titkosítást végponttól végpontig (algoritmus %(algorithm)s).",
|
||||
"Unable to add email address": "Az e-mail címet nem sikerült hozzáadni",
|
||||
"Unable to remove contact information": "A névjegy információkat nem sikerült törölni",
|
||||
"Unable to restore previous session": "Az előző kapcsolat visszaállítása sikertelen",
|
||||
"Unable to verify email address.": "Az e-mail cím ellenőrzése sikertelen.",
|
||||
"Unban": "Kitiltás visszavonása",
|
||||
"%(senderName)s unbanned %(targetName)s.": "%(senderName)s visszaengedte %(targetName)s felhasználót.",
|
||||
"Unable to capture screen": "A képernyő felvétele sikertelen",
|
||||
"Unable to enable Notifications": "Az értesítések engedélyezése sikertelen",
|
||||
"Unable to load device list": "Az eszközlista betöltése sikertelen",
|
||||
"Undecryptable": "Visszafejthetetlen",
|
||||
"Unencrypted room": "Titkosítatlan szoba",
|
||||
"unencrypted": "titkosítatlan",
|
||||
"Unencrypted message": "Titkosítatlan üzenet",
|
||||
"unknown caller": "ismeretlen hívó",
|
||||
"Unknown command": "Ismeretlen parancs",
|
||||
"unknown device": "ismeretlen eszköz",
|
||||
"Unknown room %(roomId)s": "Ismeretlen szoba %(roomId)s",
|
||||
"Unknown (user, device) pair:": "Ismeretlen (felhasználó, eszköz) pár:",
|
||||
"unknown": "ismeretlen",
|
||||
"Unmute": "Némítás kikapcsolása",
|
||||
"Unnamed Room": "Névtelen szoba",
|
||||
"Unrecognised command:": "Ismeretlen parancs:",
|
||||
"Unrecognised room alias:": "Ismeretlen szoba becenév:",
|
||||
"Unverified": "Nem ellenőrzött",
|
||||
"Uploading %(filename)s and %(count)s others.zero": "%(filename)s feltöltése",
|
||||
"Uploading %(filename)s and %(count)s others.one": "%(filename)s és még %(count)s db másik feltöltése",
|
||||
"Uploading %(filename)s and %(count)s others.other": "%(filename)s és még %(count)s db másik feltöltése",
|
||||
"uploaded a file": "fájl feltöltése",
|
||||
"Upload avatar": "Avatar kép feltöltése",
|
||||
"Upload Failed": "Feltöltés sikertelen",
|
||||
"Upload Files": "Fájlok feltöltése",
|
||||
"Upload file": "Fájl feltöltése",
|
||||
"Upload new:": "Új feltöltése:",
|
||||
"Usage": "Használat",
|
||||
"Use compact timeline layout": "Egyszerű idővonal séma használata",
|
||||
"Use with caution": "Használd körültekintéssel",
|
||||
"User ID": "Felhasználói azonosító",
|
||||
"User Interface": "Felhasználói felület",
|
||||
"%(user)s is a": "%(user)s egy",
|
||||
"User name": "Felhasználói név",
|
||||
"%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (szint: %(powerLevelNumber)s)",
|
||||
"Username invalid: %(errMessage)s": "Felhasználói név érvénytelen: %(errMessage)s",
|
||||
"Users": "Felhasználók",
|
||||
"User": "Felhasználó",
|
||||
"Verification Pending": "Ellenőrzés függőben",
|
||||
"Verification": "Ellenőrzés",
|
||||
"verified": "ellenőrizve",
|
||||
"Verified": "Ellenőrizve",
|
||||
"Verified key": "Ellenőrzött kulcs",
|
||||
"Video call": "Videó hívás",
|
||||
"Voice call": "Hang hívás",
|
||||
"VoIP conference finished.": "VoIP konferencia befejeződött.",
|
||||
"VoIP conference started.": "VoIP konferencia elkezdődött.",
|
||||
"VoIP is unsupported": "VoIP nem támogatott",
|
||||
"(could not connect media)": "(média kapcsolat nem hozható létre)",
|
||||
"(no answer)": "(nincs válasz)",
|
||||
"(unknown failure: %(reason)s)": "(ismeretlen hiba: %(reason)s)",
|
||||
"(warning: cannot be disabled again!)": "(figyelmeztetés: nem lehet újra kikapcsolni!)",
|
||||
"Warning!": "Figyelem!",
|
||||
"WARNING: Device already verified, but keys do NOT MATCH!": "Figyelem: Az eszköz már ellenőrzött, de a kulcsok NEM EGYEZNEK!",
|
||||
"Who can access this room?": "Ki éri el ezt a szobát?",
|
||||
"Who can read history?": "Ki olvashatja a régi üzeneteket?",
|
||||
"Who would you like to add to this room?": "Kit szeretnél hozzáadni ehhez a szobához?",
|
||||
"Who would you like to communicate with?": "Kivel szeretnél beszélgetni?",
|
||||
"%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s visszavonta %(targetName)s meghívóját.",
|
||||
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Ezt a meghívót szeretnéd <acceptText>elfogadni</acceptText> vagy <declineText>elutasítani</declineText>?",
|
||||
"You already have existing direct chats with this user:": "Már van közvetlen csevegésed ezzel a felhasználóval:",
|
||||
"You are already in a call.": "Már hívásban vagy.",
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "Még egyetlen szobába sem léptél be! Szoba létrehozáshoz nyomd meg: <CreateRoomButton> vagy a szobák közötti kereséshez nyomd meg: <RoomDirectoryButton>",
|
||||
"You are trying to access %(roomName)s.": "%(roomName)s szobába próbálsz belépni.",
|
||||
"You cannot place a call with yourself.": "Nem hívhatod fel saját magadat.",
|
||||
"You cannot place VoIP calls in this browser.": "Nem indíthatsz VoIP hívást ebben a böngészőben.",
|
||||
"You do not have permission to post to this room": "Nincs jogod írni ebben a szobában",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "%(userName)s kitiltott a szobából: %(roomName)s.",
|
||||
"You have been invited to join this room by %(inviterName)s": "%(inviterName)s meghívott ebbe a szobába",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "%(userName)s kirúgott ebből a szobából: %(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": "Kijelentkeztél minden eszközről így nem fogsz \"push\" értesítéseket kapni. Az értesítések engedélyezéséhez jelentkezz vissza mindegyik eszközön",
|
||||
"You have <a>disabled</a> URL previews by default.": "Az URL előnézet alapból <a>tiltva</a> van.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Az URL előnézet alapból <a>engedélyezve</a> van.",
|
||||
"You have entered an invalid contact. Try using their Matrix ID or email address.": "Érvénytelen kapcsolatot adtál meg. Próbáld meg a Matrix azonosítóját vagy e-mail címét használni.",
|
||||
"You have no visible notifications": "Nincsenek látható értesítéseid",
|
||||
"You may wish to login with a different account, or add this email to this account.": "Lehet, hogy más fiókba szeretnél belépni vagy ezt az e-mail címet szeretnéd ehhez a fiókhoz kötni.",
|
||||
"you must be a": "szükséges szerep:",
|
||||
"You must <a>register</a> to use this functionality": "<a>Regisztrálnod kell</a> hogy ezt használhasd",
|
||||
"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.",
|
||||
"You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.": "Ahhoz, hogy kulcsot tudjál készíteni a végponttól végpontig való titkosításhoz ehhez az eszközhöz és elküld a kulcsot a egyéni szerverhez vissza kell jelentkezned. Ez egyszeri alkalom, elnézést a kellemetlenségér.",
|
||||
"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 az egyedi 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"
|
||||
}
|
||||
|
|
674
src/i18n/strings/ko.json
Normal file
674
src/i18n/strings/ko.json
Normal file
|
@ -0,0 +1,674 @@
|
|||
{
|
||||
"af": "아프리칸스어",
|
||||
"ar-ae": "아랍어 (아랍 에미리트 연방)",
|
||||
"ar-bh": "아랍어 (바레인)",
|
||||
"ar-dz": "아랍어 (알제리)",
|
||||
"ar-eg": "아랍어 (이집트)",
|
||||
"ar-iq": "아랍어 (이라크)",
|
||||
"ar-jo": "아랍어 (요르단)",
|
||||
"ar-kw": "아랍어 (쿠웨이트)",
|
||||
"ar-lb": "아랍어 (레바논)",
|
||||
"ar-ly": "아랍어 (리비아)",
|
||||
"ar-ma": "아랍어 (모로코)",
|
||||
"ar-om": "아랍어 (오만)",
|
||||
"ar-qa": "아랍어 (카타르)",
|
||||
"ar-sa": "아랍어 (사우디아라비아)",
|
||||
"ar-sy": "아랍어 (시리아)",
|
||||
"ar-tn": "아랍어 (튀니지)",
|
||||
"ar-ye": "아랍어 (예멘)",
|
||||
"be": "벨라루스어",
|
||||
"bg": "불가리아어",
|
||||
"ca": "카탈로니아어",
|
||||
"cs": "체코어",
|
||||
"da": "덴마크어",
|
||||
"de-at": "독일어 (오스트리아)",
|
||||
"de-ch": "독일어 (스위스)",
|
||||
"de": "독일어",
|
||||
"de-li": "독일어 (리히텐슈타인)",
|
||||
"de-lu": "독일어 (룩셈부르크)",
|
||||
"el": "그리스어",
|
||||
"Cancel": "취소",
|
||||
"Close": "닫기",
|
||||
"Create new room": "새 방 만들기",
|
||||
"Custom Server Options": "사용자 지정 서버 설정",
|
||||
"Direct Chat": "직접 이야기하기",
|
||||
"Dismiss": "없애기",
|
||||
"Error": "오류",
|
||||
"Mute": "알림 끄기",
|
||||
"Notifications": "알림",
|
||||
"Please Register": "계정을 등록해주세요",
|
||||
"powered by Matrix": "매트릭스의 지원을 받고 있어요",
|
||||
"Remove": "지우기",
|
||||
"Room directory": "방 목록",
|
||||
"Search": "찾기",
|
||||
"Settings": "설정",
|
||||
"Start chat": "이야기하기",
|
||||
"unknown error code": "알 수 없는 오류 코드",
|
||||
"Sunday": "일요일",
|
||||
"Monday": "월요일",
|
||||
"Tuesday": "화요일",
|
||||
"Wednesday": "수요일",
|
||||
"Thursday": "목요일",
|
||||
"Friday": "금요일",
|
||||
"Saturday": "토요일",
|
||||
"OK": "알았어요",
|
||||
"Welcome page": "환영 화면",
|
||||
"Continue": "게속하기",
|
||||
"en-au": "영어 (호주)",
|
||||
"en-bz": "영어 (벨리즈)",
|
||||
"en-ca": "영어 (캐나다)",
|
||||
"en": "영어",
|
||||
"en-gb": "영어 (영국)",
|
||||
"en-ie": "영어 (아일랜드)",
|
||||
"en-jm": "영어 (자메이카)",
|
||||
"en-nz": "영어 (뉴질랜드)",
|
||||
"en-tt": "영어 (트리니다드토바고)",
|
||||
"en-us": "영어 (미국)",
|
||||
"en-za": "영어 (남아프리카)",
|
||||
"es-ar": "스페인어 (아르헨티나)",
|
||||
"es-bo": "스페인어 (볼리비아)",
|
||||
"es-cl": "스페인어 (칠레)",
|
||||
"es-co": "스페인어 (콜롬비아)",
|
||||
"es-cr": "스페인어 (코스타리카)",
|
||||
"es-do": "스페인어 (도미니카 공화국)",
|
||||
"es-ec": "스페인어 (에콰도르)",
|
||||
"es-gt": "스페인어 (과테말라)",
|
||||
"es-hn": "스페인어 (온두라스)",
|
||||
"es-mx": "스페인어 (멕시코)",
|
||||
"es-ni": "스페인어 (니카라과)",
|
||||
"es-pa": "스페인어 (파나마)",
|
||||
"es-pe": "스페인어 (페루)",
|
||||
"es-pr": "스페인어 (푸에르토리코)",
|
||||
"es-py": "스페인어 (파라과이)",
|
||||
"es": "스페인어 (스페인)",
|
||||
"es-sv": "스페인어 (엘살바도르)",
|
||||
"es-uy": "스페인어 (우루과이)",
|
||||
"es-ve": "스페인어 (베네수엘라)",
|
||||
"et": "에스토니아어",
|
||||
"eu": "바스크어 (바스크)",
|
||||
"fa": "페르시아어",
|
||||
"fi": "핀란드어",
|
||||
"fo": "페로스어",
|
||||
"fr-be": "프랑스어 (벨기에)",
|
||||
"fr-ca": "프랑스어 (캐나다)",
|
||||
"fr-ch": "프랑스어 (스위스)",
|
||||
"fr": "프랑스어",
|
||||
"fr-lu": "프랑스어 (룩셈부르크)",
|
||||
"ga": "아일랜드어",
|
||||
"gd": "게일어 (스코틀랜드)",
|
||||
"he": "히브리어",
|
||||
"hi": "힌디어",
|
||||
"hr": "크로아티아어",
|
||||
"hu": "헝가리어",
|
||||
"id": "인도네시아어",
|
||||
"is": "아이슬란드어",
|
||||
"it-ch": "이탈리아어 (스위스)",
|
||||
"it": "이탈리아어",
|
||||
"ja": "일본어",
|
||||
"ji": "이디시어",
|
||||
"ko": "한국어",
|
||||
"lt": "리투아니아어",
|
||||
"lv": "라트비아어",
|
||||
"mk": "마케도니아어 (마케도니아 공화국)",
|
||||
"ms": "말레이시아어",
|
||||
"mt": "몰타어",
|
||||
"nl-be": "네덜란드어 (벨기에)",
|
||||
"nl": "네덜란드어",
|
||||
"no": "노르웨이어",
|
||||
"pl": "폴란드어",
|
||||
"pt-br": "브라질 포르투갈어",
|
||||
"pt": "포르투갈어",
|
||||
"rm": "레토로만어",
|
||||
"ro-mo": "루마니아어 (몰도바 공화국)",
|
||||
"ro": "루마니아어",
|
||||
"ru-mo": "러시아어 (몰도바 공확국)",
|
||||
"ru": "러시아어",
|
||||
"sb": "소르비아어",
|
||||
"sk": "슬로바키아어",
|
||||
"sr": "세르비아어",
|
||||
"sv-fi": "스웨덴어 (핀란드)",
|
||||
"sv": "스웨덴어",
|
||||
"sx": "수투어",
|
||||
"sz": "라플란드어 (라플란드)",
|
||||
"th": "태국",
|
||||
"tn": "츠와나어",
|
||||
"tr": "터키어",
|
||||
"ts": "총가어",
|
||||
"uk": "우크라이나어",
|
||||
"ur": "우르두어",
|
||||
"ve": "벤다어",
|
||||
"vi": "베트남어",
|
||||
"xh": "코사어",
|
||||
"zh-cn": "중국어 (중국)",
|
||||
"zh-hk": "중국어 (홍콩)",
|
||||
"zh-sg": "중국어 (싱가포르)",
|
||||
"zh-tw": "중국어 (대만)",
|
||||
"zu": "줄루어",
|
||||
"a room": "방",
|
||||
"Accept": "수락",
|
||||
"Account": "계정",
|
||||
"Add": "추가하기",
|
||||
"Add email address": "이메일 주소 추가하기",
|
||||
"Add phone number": "전화번호 추가하기",
|
||||
"Admin": "관리자",
|
||||
"Admin tools": "관리 도구",
|
||||
"VoIP": "인터넷전화",
|
||||
"No Microphones detected": "마이크를 찾지 못했어요",
|
||||
"No Webcams detected": "카메라를 찾지 못했어요",
|
||||
"No media permissions": "저장소 권한이 없어요",
|
||||
"Default Device": "기본 장치",
|
||||
"Microphone": "마이크",
|
||||
"Camera": "카메라",
|
||||
"Advanced": "고급",
|
||||
"Algorithm": "알고리즘",
|
||||
"Hide removed messages": "지운 메시지 숨기기",
|
||||
"Always show message timestamps": "항상 메시지에 시간을 보이기",
|
||||
"Authentication": "인증",
|
||||
"Alias (optional)": "별명 (선택)",
|
||||
"and": "그리고",
|
||||
"A new password must be entered.": "새 비밀번호를 입력해주세요.",
|
||||
"An error has occurred.": "오류가 일어났어요.",
|
||||
"Anyone": "누구나",
|
||||
"anyone": "누구나",
|
||||
"Are you sure?": "정말이세요?",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "정말로 '%(roomName)s'를 떠나시겠어요?",
|
||||
"Attachment": "붙이기",
|
||||
"Are you sure you want to upload the following files?": "다음 파일들을 올리시겠어요?",
|
||||
"Autoplay GIFs and videos": "GIF와 동영상을 자동으로 재생하기",
|
||||
"Ban": "차단",
|
||||
"Banned users": "차단한 사용자",
|
||||
"Blacklisted": "요주인물들",
|
||||
"Bug Report": "오류 보고",
|
||||
"Can't load user settings": "사용사 설정을 불러올 수 없어요",
|
||||
"Change Password": "비밀번호 바꾸기",
|
||||
"Changes your display nickname": "보여줄 별명을 바꾸기",
|
||||
"Clear Cache and Reload": "캐시를 지우고 다시 불러오기",
|
||||
"Clear Cache": "캐시 지우기",
|
||||
"Confirm password": "비밀번호 확인",
|
||||
"Confirm your new password": "새 비밀번호 확인",
|
||||
"Create Room": "방 만들기",
|
||||
"Create an account": "게정 만들기",
|
||||
"Custom": "사용자 지정",
|
||||
"Device ID": "장치 ID",
|
||||
"Default": "기본",
|
||||
"Device already verified!": "장치를 이미 확인했어요!",
|
||||
"device id: ": "장치 id: ",
|
||||
"Devices": "장치",
|
||||
"Direct chats": "직접 여러 명에게 이야기하기",
|
||||
"Disable Notifications": "알림 끄기",
|
||||
"disabled": "끄기",
|
||||
"Display name": "별명",
|
||||
"Don't send typing notifications": "입력 중이라는 알림 보내지 않기",
|
||||
"Email": "이메일",
|
||||
"Email address": "이메일 주소",
|
||||
"Email, name or matrix ID": "이메일, 이름 혹은 매트릭스 ID",
|
||||
"Drop here %(toAction)s": "여기에 놓아주세요 %(toAction)s",
|
||||
"Failed to forget room %(errCode)s": "방 %(errCode)s를 잊지 못했어요",
|
||||
"Failed to join the room": "방에 들어가지 못했어요",
|
||||
"Favourite": "즐겨찾기",
|
||||
"Operation failed": "작업 실패",
|
||||
"Failed to change password. Is your password correct?": "비밀번호를 바꾸지 못했어요. 이 비밀번호가 정말 맞으세요?",
|
||||
"sl": "슬로베니아어",
|
||||
"sq": "알바니아어",
|
||||
"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)에서 전화를 걸고 받을 수 있어요",
|
||||
"Add a topic": "주제 추가",
|
||||
"And %(count)s more...": "그리고 %(count)s 더 보기...",
|
||||
"Missing Media Permissions, click here to request.": "저장소 권한을 잃었어요, 여기를 눌러 다시 요청해주세요.",
|
||||
"You may need to manually permit Riot to access your microphone/webcam": "수동으로 라이엇에 마이크와 카메라를 허용해야 할 수도 있어요",
|
||||
"all room members": "방 구성원 모두",
|
||||
"all room members, from the point they are invited": "방 구성원 모두, 초대받은 시점부터",
|
||||
"all room members, from the point they joined": "방 구성원 모두, 방에 들어온 시점부터",
|
||||
"%(items)s and %(remaining)s others": "%(items)s과 %(remaining)s",
|
||||
"%(items)s and one other": "%(items)s과 다른 하나",
|
||||
"%(items)s and %(lastItem)s": "%(items)s과 %(lastItem)s",
|
||||
"and %(overflowCount)s others...": "그리고 %(overflowCount)s...",
|
||||
"and one other...": "그리고 다른 하나...",
|
||||
"%(names)s and %(lastPerson)s are typing": "%(names)s님과 %(lastPerson)s님이 입력중",
|
||||
"%(names)s and one other are typing": "%(names)s님과 다른 분이 입력중",
|
||||
"%(names)s and %(count)s others are typing": "%(names)s님과 %(count)s 분들이 입력중",
|
||||
"An email has been sent to": "이메일을 보냈어요",
|
||||
"%(senderName)s answered the call.": "%(senderName)s님이 전화를 받았어요.",
|
||||
"Anyone who knows the room's link, apart from guests": "손님을 제외하고, 방의 주소를 아는 누구나",
|
||||
"Anyone who knows the room's link, including guests": "손님을 포함하여, 방의 주소를 아는 누구나",
|
||||
"Are you sure you want to reject the invitation?": "초대를 거절하시겠어요?",
|
||||
"%(senderName)s banned %(targetName)s.": "%(senderName)s님이 %(targetName)s님을 차단하셨어요.",
|
||||
"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 주소가 있을 때는 HTTP로 홈 서버를 연결할 수 없어요. HTTPS를 쓰거나 <a>안전하지 않은 스크립트를 허용해주세요</a>.",
|
||||
"%(senderName)s changed their display name from %(oldDisplayName)s to %(displayName)s.": "%(senderName)s님이 별명을 %(oldDisplayName)s에서 %(displayName)s로 바꾸셨어요.",
|
||||
"%(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 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 room on a RoomView is not supported": "룸뷰에서 방을 바꾸는 건 지원하지 않아요",
|
||||
"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 reveal": "누르면 나타나요",
|
||||
"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 calls are not supported in encrypted rooms": "암호화한 방에서는 전화 회의를 할 수 없어요",
|
||||
"Conference calls are not supported in this client": "이 클라이언트에서는 전화 회의를 할 수 없어요",
|
||||
"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": "새 이야기를 시작하거나 기존에 하던 이야기를 이어하세요",
|
||||
"Cryptography": "암호화",
|
||||
"Current password": "현재 비밀번호",
|
||||
"Curve25519 identity key": "Curve25519 신원 키",
|
||||
"Custom level": "사용자 지정 단계",
|
||||
"/ddg is not a command": "/ddg 는 없는 명령이에요",
|
||||
"Deactivate Account": "계정 정지",
|
||||
"Deactivate my account": "내 계정 정지하기",
|
||||
"Decline": "거절",
|
||||
"Decrypt %(text)s": "해독 %(text)s",
|
||||
"Decryption error": "해독 오류",
|
||||
"Delete": "지우기",
|
||||
"demote": "등급 낮추기",
|
||||
"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": "방에 들어가기 전에는 장치에서 기록을 해독할 수 없어요",
|
||||
"Disable inline URL previews by default": "기본적으로 인라인 주소 미리보기를 끄기",
|
||||
"Disable markdown formatting": "마크다운 형식 끄기",
|
||||
"Disinvite": "초대 취소",
|
||||
"Displays action": "활동 보이기",
|
||||
"Download %(text)s": "%(text)s 받기",
|
||||
"Drop File Here": "여기에 파일을 놓아주세요",
|
||||
"Drop here to tag %(section)s": "%(section)s 지정하려면 여기에 놓아주세요",
|
||||
"Ed25519 fingerprint": "Ed25519 지문",
|
||||
"Email address (optional)": "이메일 주소 (선택)",
|
||||
"Emoji": "이모지",
|
||||
"Enable encryption": "암호화 켜기",
|
||||
"Enable Notifications": "알림 켜기",
|
||||
"enabled": "사용",
|
||||
"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": "이 방은 암호화하고 있지 않아요",
|
||||
"%(senderName)s ended the call.": "%(senderName)s님이 전화를 끊었어요.",
|
||||
"End-to-end encryption information": "종단간 암호화 정보",
|
||||
"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": "사건 정보",
|
||||
"Existing Call": "기존 전화",
|
||||
"Export": "내보내기",
|
||||
"Export E2E room keys": "종단간 암호화 방 키 내보내기",
|
||||
"Failed to ban user": "사용자를 차단하지 못했어요",
|
||||
"Failed to change power level": "권한 등급을 바꾸지 못했어요",
|
||||
"Failed to delete device": "장치를 지우지 못했어요",
|
||||
"Failed to fetch avatar URL": "아바타 주소를 불러오지 못했어요",
|
||||
"Failed to join room": "방에 들어가지 못했어요",
|
||||
"Failed to kick": "내쫓지 못했어요",
|
||||
"Failed to leave room": "방을 떠나지 못했어요",
|
||||
"Failed to load timeline position": "타임라인 위치를 불러오지 못했어요",
|
||||
"Failed to lookup current room": "현재 방을 찾지 못했어요",
|
||||
"Failed to mute user": "사용자의 알림을 끄지 못했어요",
|
||||
"Failed to register as guest:": "손님으로 등록하지 못했어요:",
|
||||
"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 upload profile picture!": "자기 소개에 사진을 올리지 못했어요!",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "이메일 주소를 확인하지 못했어요: 메일의 주소를 눌렀는지 확인해보세요",
|
||||
"Failure to create room": "방을 만들지 못했어요",
|
||||
"favourite": "즐겨찾기",
|
||||
"Favourites": "즐겨찾기",
|
||||
"Fill screen": "화면 채우기",
|
||||
"Filter room members": "방 구성원 거르기",
|
||||
"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.": "보안을 위해서, 로그아웃하면 이 브라우저에서 모든 종단간 암호화 키를 없앨 거에요. 이후 라이엇에서 이야기를 해독하고 싶으시면, 방 키를 내보내서 안전하게 보관하세요.",
|
||||
"Found a bug?": "오류를 찾으셨나요?",
|
||||
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s를 %(fromPowerLevel)s에서 %(toPowerLevel)s로",
|
||||
"Guest access is disabled on this Home Server.": "손님은 이 홈 서버에 접근하실 수 없어요.",
|
||||
"Guests can't set avatars. Please register.": "손님은 아바타를 설정하실 수 없어요. 계정을 등록해주세요.",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "손님은 새 방을 만드실 수 없어요. 계정을 등록하셔서 방을 만드시고 이야기를 시작하세요.",
|
||||
"Guest users can't upload files. Please register to upload.": "손님은 파일을 올릴 수 없어요. 파일을 올리시려면 계정을 등록해주세요.",
|
||||
"Guests can't use labs features. Please register.": "손님은 실험실 기능을 쓸 수 없어요. 계정을 등록해주세요.",
|
||||
"Guests cannot join this room even if explicitly invited.": "손님은 분명하게 초대받았어도 이 방에 들어가실 수 없어요.",
|
||||
"had": "했어요",
|
||||
"Hangup": "전화 끊기",
|
||||
"Hide read receipts": "읽음 확인 표시 숨기기",
|
||||
"Hide Text Formatting Toolbar": "문자 서식 도구 숨기기",
|
||||
"Historical": "보관",
|
||||
"Home": "중심",
|
||||
"Homeserver is": "홈 서버는",
|
||||
"Identity Server is": "ID 서버는",
|
||||
"I have verified my email address": "제 이메일 주소를 확인했어요",
|
||||
"Import": "불러오기",
|
||||
"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님이 음성 통화를 걸어왔어요",
|
||||
"Incorrect username and/or password.": "사용자 이름 혹은 비밀번호가 맞지 않아요.",
|
||||
"Incorrect verification code": "인증 번호가 맞지 않아요",
|
||||
"Interface Language": "인터페이스 언어",
|
||||
"Invalid alias format": "가명 형식이 맞지 않아요",
|
||||
"Invalid address format": "주소 형식이 맞지 않아요",
|
||||
"Invalid Email Address": "이메일 주소가 맞지 않아요",
|
||||
"Invalid file%(extra)s": "파일%(extra)s이 맞지 않아요",
|
||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s님이 %(targetName)s님을 초대하셨어요.",
|
||||
"Invite new room members": "새 구성원 초대하기",
|
||||
"Invited": "초대받기",
|
||||
"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'는 가명에 맞는 형식이 아니에요",
|
||||
"%(displayName)s is typing": "%(displayName)s님이 입력중",
|
||||
"Sign in with": "로그인",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "<voiceText>음성</voiceText> 또는 <videoText>영상</videoText>으로 참여하세요.",
|
||||
"Join Room": "방에 들어가기",
|
||||
"joined and left": "들어왔다가 떠남",
|
||||
"joined": "들어옴",
|
||||
"%(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로 사용자 내쫓기",
|
||||
"Labs": "실험실",
|
||||
"Last seen": "마지막으로 본 곳",
|
||||
"Leave room": "방 떠나기",
|
||||
"left and rejoined": "떠났다가 다시 들어옴",
|
||||
"left": "떠났음",
|
||||
"%(targetName)s left the room.": "%(targetName)s님이 방을 떠나셨어요.",
|
||||
"Level:": "등급:",
|
||||
"List this room in %(domain)s's room directory?": "%(domain)s's 방 목록에 이 방을 놓으시겠어요?",
|
||||
"Local addresses for this room:": "이 방의 로컬 주소:",
|
||||
"Logged in as:": "로그인:",
|
||||
"Login as guest": "손님으로 로그인",
|
||||
"Logout": "로그아웃",
|
||||
"Low priority": "낮은 우선순위",
|
||||
"%(senderName)s made future room history visible to": "%(senderName)s님이 이후 방의 기록을 볼 수 있게 하셨어요",
|
||||
"Manage Integrations": "통합 관리",
|
||||
"Markdown is disabled": "마크다운이 꺼져있어요",
|
||||
"Markdown is enabled": "마크다운이 켜져있어요",
|
||||
"matrix-react-sdk version:": "matrix-react-sdk 버전:",
|
||||
"Members only": "구성원만",
|
||||
"Message not sent due to unknown devices being present": "알 수 없는 장치가 있어 메시지를 보내지 못했어요",
|
||||
"Missing room_id in request": "요청에서 방_id가 빠졌어요",
|
||||
"Missing user_id in request": "요청에서 사용자_id가 빠졌어요",
|
||||
"Mobile phone number": "휴대 전화번호",
|
||||
"Mobile phone number (optional)": "휴대 전화번호 (선택)",
|
||||
"Moderator": "조정자",
|
||||
"Must be viewing a room": "방을 둘러봐야만 해요",
|
||||
"my Matrix ID": "내 매트릭스 ID",
|
||||
"Name": "이름",
|
||||
"Never send encrypted messages to unverified devices from this device": "이 장치에서 인증받지 않은 장치로 암호화한 메시지를 보내지 마세요",
|
||||
"Never send encrypted messages to unverified devices in this room": "이 방에서 인증받지 않은 장치로 암호화한 메시지를 보내지 마세요",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "이 장치에서 이 방의 인증받지 않은 장치로 암호화한 메시지를 보내지 마세요",
|
||||
"New address (e.g. #foo:%(localDomain)s)": "새 주소 (예. #foo:%(localDomain)s)",
|
||||
"New Composer & Autocomplete": "새 구성 & 자동 완성",
|
||||
"New password": "새 비밀번호",
|
||||
"New passwords don't match": "새 비밀번호가 맞지 않아요",
|
||||
"New passwords must match each other.": "새 비밀번호는 서로 같아야 해요.",
|
||||
"none": "없음",
|
||||
"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 results": "결과 없음",
|
||||
"No users have specific privileges in this room": "이 방에 지정한 권한의 사용자가 없어요",
|
||||
"olm version:": "olm 버전:",
|
||||
"Password": "비밀번호",
|
||||
"Password:": "비밀번호:",
|
||||
"Passwords can't be empty": "비밀번호는 비울 수 없어요",
|
||||
"Permissions": "권한",
|
||||
"People": "사람들",
|
||||
"Phone": "전화",
|
||||
"Once encryption is enabled for a room it cannot be turned off again (for now)": "방을 암호화하면 암호화를 도중에 끌 수 없어요. (현재로서는)",
|
||||
"Once you've followed the link it contains, click below": "포함된 주소를 따라가서, 아래를 누르세요",
|
||||
"Only people who have been invited": "초대받은 사람만",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "그 밖에는, <a>여기를 눌러</a> 오류 보고서를 보내주세요.",
|
||||
"%(senderName)s placed a %(callType)s call.": "%(senderName)s님이 %(callType)s 전화를 걸었어요.",
|
||||
"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.": "사용자를 자신과 같은 권한 등급으로 승급시키면 되돌릴 수 없어요.",
|
||||
"Press": "누르세요",
|
||||
"Privacy warning": "개인정보 경고",
|
||||
"Private Chat": "은밀한 이야기",
|
||||
"Privileged Users": "권한 있는 사용자",
|
||||
"Profile": "자기 소개",
|
||||
"%(senderName)s removed their profile picture.": "%(senderName)s님이 자기 소개 사진을 지우셨어요.",
|
||||
"%(senderName)s set a profile picture.": "%(senderName)s님이 자기 소개 사진을 설정하셨어요.",
|
||||
"Public Chat": "공개 이야기",
|
||||
"Reason": "이유",
|
||||
"Reason: %(reasonText)s": "이유: %(reasonText)s",
|
||||
"Revoke Moderator": "조정자 철회",
|
||||
"Refer a friend to Riot:": "라이엇을 친구에게 추천해주세요:",
|
||||
"Register": "등록하기",
|
||||
"rejected": "거절함",
|
||||
"%(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 지우시겠어요?",
|
||||
"%(senderName)s requested a VoIP conference.": "%(senderName)s님이 인터넷전화 회의를 요청하셨어요.",
|
||||
"Report it": "보고하기",
|
||||
"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.": "비밀번호를 다시 설정하면 현재 모든 장치의 종단간 암호화 키가 다시 설정되고, 먼저 방의 키를 내보내고 나중에 다시 불러오지 않는 한, 암호화한 이야기 기록을 읽을 수 없게 되어요. 앞으로는 이 기능을 더 좋게 만들 거에요.",
|
||||
"restore": "복구하기",
|
||||
"Results from DuckDuckGo": "덕덕고에서 검색한 결과",
|
||||
"Return to app": "앱으로 돌아가기",
|
||||
"Return to login screen": "로그인 화면으로 돌아가기",
|
||||
"Riot does not have permission to send you notifications - please check your browser settings": "라이엇에게 알릴 권한이 없어요 - 브라우저 설정을 확인해주세요",
|
||||
"Riot was not given permission to send notifications - please try again": "라이엇이 알릴 권한을 받지 못했어요 - 다시 해주세요",
|
||||
"riot-web version:": "라이엇 웹 버전:",
|
||||
"Room %(roomId)s not visible": "방 %(roomId)s은 보이지 않아요",
|
||||
"Room Colour": "방 색상",
|
||||
"Room contains unknown devices": "방에 알 수 없는 장치가 있어요",
|
||||
"Room name (optional)": "방 이름 (선택)",
|
||||
"%(roomName)s does not exist.": "%(roomName)s은 없는 방이에요.",
|
||||
"%(roomName)s is not accessible at this time.": "현재는 %(roomName)s에 들어갈 수 없어요.",
|
||||
"Rooms": "방",
|
||||
"Save": "저장",
|
||||
"Scroll to bottom of page": "화면 맨 아래로 이동",
|
||||
"Scroll to unread messages": "읽지 않은 메시지로 이동",
|
||||
"Search failed": "찾지 못함",
|
||||
"Searches DuckDuckGo for results": "덕덕고에서 검색",
|
||||
"Searching known users": "아는 사용자 검색중",
|
||||
"Seen by %(userName)s at %(dateTime)s": "%(userName)s님이 %(dateTime)s에 확인",
|
||||
"Send a message (unencrypted)": "메시지 보내기 (비암호화)",
|
||||
"Send an encrypted message": "암호화한 메시지 보내기",
|
||||
"Send anyway": "그래도 보내기",
|
||||
"Sender device information": "보낸 장치의 정보",
|
||||
"Send Invites": "초대 보내기",
|
||||
"Send Reset Email": "재설정 이메일 보내기",
|
||||
"sent an image": "사진을 보냈어요",
|
||||
"%(senderDisplayName)s sent an image.": "%(senderDisplayName)s님이 사진을 보냈어요.",
|
||||
"%(senderName)s sent an invitation to %(targetDisplayName)s to join the room.": "%(senderName)s님이 %(targetDisplayName)s님에게 들어오라는 초대를 보냈어요.",
|
||||
"sent a video": "동영상을 보냈어요",
|
||||
"Server error": "서버 오류",
|
||||
"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.": "서버를 쓸 수 없거나 과부하거나, 다른 문제가 있어요.",
|
||||
"Session ID": "세션 ID",
|
||||
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s님이 별명을 %(displayName)s로 바꾸셨어요.",
|
||||
"Set": "설정하기",
|
||||
"Show panel": "패널 보이기",
|
||||
"Show Text Formatting Toolbar": "문자 서식 도구 보이기",
|
||||
"Show timestamps in 12 hour format (e.g. 2:30pm)": "시간을 12시간제로 보이기 (예. 오후 2:30)",
|
||||
"Signed Out": "로그아웃함",
|
||||
"Sign in": "로그인",
|
||||
"Sign out": "로그아웃",
|
||||
"since the point in time of selecting this option": "이 선택을 하는 시점부터",
|
||||
"since they joined": "들어온 이후",
|
||||
"since they were invited": "초대받은 이후",
|
||||
"Some of your messages have not been sent.": "일부 메시지는 보내지 못했어요.",
|
||||
"Someone": "다른 사람",
|
||||
"Sorry, this homeserver is using a login which is not recognised ": "죄송해요, 이 홈 서버는 인식할 수 없는 로그인을 쓰고 있네요 ",
|
||||
"Start a chat": "이야기하기",
|
||||
"Start authentication": "인증하기",
|
||||
"Start Chat": "이야기하기",
|
||||
"Submit": "보내기",
|
||||
"Success": "성공",
|
||||
"tag as %(tagName)s": "%(tagName)s로 지정하기",
|
||||
"tag direct chat": "직접 이야기 지정하기",
|
||||
"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 action cannot be performed by a guest user. Please register to be able to do this.": "손님은 이 작업을 할 수 없어요. 하려면 계정을 등록해주세요.",
|
||||
"This email address is already in use": "이 이메일 주소는 사용중이에요",
|
||||
"This email address was not found": "이 이메일 주소를 찾지 못했어요",
|
||||
"%(actionVerb)s this person?": "이 사용자에게 %(actionVerb)s?",
|
||||
"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 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:": "이 초대는 이 계정과 연결되지 않은 이메일 주소로 보냈어요:",
|
||||
"There was a problem logging in.": "로그인하는 데 문제가 있어요.",
|
||||
"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 phone number is already in use": "이 전화번호는 사용중이에요",
|
||||
"This room": "이 방",
|
||||
"This room is not accessible by remote Matrix servers": "이 방은 원격 매트릭스 서버에 접근할 수 없어요",
|
||||
"This room's internal ID is": "방의 내부 ID",
|
||||
"times": "번",
|
||||
"To ban users": "사용자를 차단하기",
|
||||
"to browse the directory": "목록에서 찾으려면",
|
||||
"To configure the room": "방을 구성하기",
|
||||
"to demote": "등급을 낮추려면",
|
||||
"to favourite": "즐겨찾기하려면",
|
||||
"To invite users into the room": "방으로 사용자를 초대하기",
|
||||
"To kick users": "사용자를 내쫓기",
|
||||
"To link to a room it must have <a>an address</a>.": "방에 연결하려면 <a>주소</a>가 있어야 해요.",
|
||||
"to make a room or": "방을 만들거나 혹은",
|
||||
"To remove other users' messages": "다른 사용자의 메시지를 지우기",
|
||||
"To reset your password, enter the email address linked to your account": "비밀번호을 다시 설정하려면, 계정과 연결한 이메일 주소를 입력해주세요",
|
||||
"to restore": "복구하려면",
|
||||
"To send events of type": "유형 이벤트 보내기",
|
||||
"To send messages": "메시지 보내기",
|
||||
"to start a chat with someone": "다른 사람과 이야기하기",
|
||||
"to tag as %(tagName)s": "%(tagName)s로 지정하려면",
|
||||
"to tag direct chat": "직접 이야기를 지정하려면",
|
||||
"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.": "이 방의 타임라인에서 특정 시점을 불러오려고 했지만, 찾을 수 없었어요.",
|
||||
"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 restore previous session": "이전 세션을 복구할 수 없어요",
|
||||
"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 capture screen": "화면을 찍을 수 없어요",
|
||||
"Unable to enable Notifications": "알림을 켤 수 없어요",
|
||||
"Unable to load device list": "장치 목록을 불러올 수 없어요",
|
||||
"Undecryptable": "해독할 수 없는",
|
||||
"Unencrypted room": "암호화하지 않은 방",
|
||||
"unencrypted": "암호화하지 않음",
|
||||
"Unencrypted message": "암호화하지 않은 메시지",
|
||||
"unknown caller": "알 수 없는 발신자",
|
||||
"Unknown command": "알 수 없는 명령",
|
||||
"unknown device": "알 수 없는 장치",
|
||||
"Unknown room %(roomId)s": "알 수 없는 방 %(roomId)s",
|
||||
"Unknown (user, device) pair:": "알 수 없는 (사용자, 장치) 연결:",
|
||||
"unknown": "알 수 없음",
|
||||
"Unmute": "소리 켜기",
|
||||
"Unnamed Room": "이름 없는 방",
|
||||
"Unrecognised command:": "인식 할 수 없는 명령:",
|
||||
"Unrecognised room alias:": "인식할 수 없는 방 가명:",
|
||||
"Unverified": "인증하지 않음",
|
||||
"Uploading %(filename)s and %(count)s others.zero": "%(filename)s 올리는 중",
|
||||
"Uploading %(filename)s and %(count)s others.one": "%(filename)s 외 %(count)s 올리는 중",
|
||||
"Uploading %(filename)s and %(count)s others.other": "%(filename)s 외 %(count)s 올리는 중",
|
||||
"uploaded a file": "파일을 올렸어요",
|
||||
"Upload avatar": "아바타 올리기",
|
||||
"Upload Failed": "파일을 올리지 못했어요",
|
||||
"Upload Files": "파일 올리기",
|
||||
"Upload file": "파일 올리기",
|
||||
"Upload new:": "새로 올리기:",
|
||||
"Usage": "사용",
|
||||
"Use compact timeline layout": "간단한 타임라인 구성 사용",
|
||||
"Use with caution": "조심해서 사용",
|
||||
"User ID": "사용자 ID",
|
||||
"User Interface": "사용자 인터페이스",
|
||||
"%(user)s is a": "%(user)s는",
|
||||
"User name": "사용자 이름",
|
||||
"Username invalid: %(errMessage)s": "사용자 이름을 인식할 수 없어요: %(errMessage)s",
|
||||
"Users": "사용자들",
|
||||
"User": "사용자",
|
||||
"Verification Pending": "인증을 기다리는 중",
|
||||
"Verification": "인증",
|
||||
"verified": "인증함",
|
||||
"Verified": "인증함",
|
||||
"Verified key": "인증한 키",
|
||||
"Video call": "영상통화",
|
||||
"Voice call": "음성통화",
|
||||
"VoIP conference finished.": "인터넷전화 회의를 마쳤어요.",
|
||||
"VoIP conference started.": "인터넷전화 회의를 시작했어요.",
|
||||
"VoIP is unsupported": "인터넷전화를 지원하지 않아요",
|
||||
"(could not connect media)": "(미디어에 연결할 수 없어요)",
|
||||
"(no answer)": "(응답 없음)",
|
||||
"(unknown failure: %(reason)s)": "(알 수 없는 오류: %(reason)s)",
|
||||
"(warning: cannot be disabled again!)": "(주의: 다시 끌 수 없어요!)",
|
||||
"Warning!": "주의!",
|
||||
"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?": "누구와 이야기하고 싶으세요?",
|
||||
"%(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.": "이미 자신이 통화 중이네요.",
|
||||
"You're not in any rooms yet! Press": "어떤 방에도 들어가 있지 않으세요! 누르세요",
|
||||
"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.": "이 브라우저에서는 인터넷전화를 걸 수 없어요.",
|
||||
"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에서 추방하셨어요."
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"af": "Afrikaans",
|
||||
"ar-ae": "Arabisch (U.A.E.)",
|
||||
"Direct Chat": "Privé gesprek",
|
||||
"Direct Chat": "Privégesprek",
|
||||
"ar-bh": "Arabisch (Bahrain)",
|
||||
"ar-dz": "Arabisch (Algerije)",
|
||||
"ar-eg": "Arabisch (Egypte)",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"es-ve": "Spaans (Venezuela)",
|
||||
"et": "Estlands",
|
||||
"eu": "Baskisch (Bask)",
|
||||
"fa": "Farsi",
|
||||
"fa": "Perzisch (Farsi)",
|
||||
"fi": "Fins",
|
||||
"fo": "Faeroesisch",
|
||||
"fr-be": "Frans (België)",
|
||||
|
@ -120,7 +120,6 @@
|
|||
"zh-sg": "Chinees (Singapore)",
|
||||
"zh-tw": "Chinees (Taiwan)",
|
||||
"zu": "Zulu",
|
||||
"A registered account is required for this action": "Voor deze actie is een geregistreerd account nodig",
|
||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Voer alsjeblieft de verificatiecode in die is verstuurd naar +%(msisdn)s",
|
||||
"accept": "accepteer",
|
||||
"%(targetName)s accepted an invitation.": "%(targetName)s heeft een uitnodiging geaccepteerd.",
|
||||
|
@ -199,5 +198,331 @@
|
|||
"Confirm your new password": "Bevestig je nieuwe wachtwoord",
|
||||
"Continue": "Doorgaan",
|
||||
"Could not connect to the integration server": "Mislukt om te verbinden met de integratie server",
|
||||
"Cancel": "Annuleer"
|
||||
"Cancel": "Annuleren",
|
||||
"a room": "een ruimte",
|
||||
"Accept": "Accepteren",
|
||||
"Active call (%(roomName)s)": "Actief gesprek (%(roomName)s)",
|
||||
"Add": "Toevoegen",
|
||||
"Add a topic": "Een onderwerp toevoegen",
|
||||
"Admin tools": "Beheerhulpmiddelen",
|
||||
"And %(count)s more...": "Nog %(count)s andere...",
|
||||
"VoIP": "VoiP",
|
||||
"Missing Media Permissions, click here to request.": "Ontbrekende mediatoestemmingen, klik hier om aan te vragen.",
|
||||
"No Microphones detected": "Geen microfoons gevonden",
|
||||
"No Webcams detected": "Geen webcams gevonden",
|
||||
"No media permissions": "Geen mediatoestemmingen",
|
||||
"You may need to manually permit Riot to access your microphone/webcam": "U moet Riot wellicht handmatig toestemming geven om uw microfoon/webcam te gebruiken",
|
||||
"Default Device": "Standaardapparaat",
|
||||
"Microphone": "Microfoon",
|
||||
"Camera": "Camera",
|
||||
"Hide removed messages": "Verwijderde berichten verbergen",
|
||||
"Alias (optional)": "Alias (optioneel)",
|
||||
"Anyone": "Iedereen",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Weet u zeker dat u de ruimte '%(roomName)s' wil verlaten?",
|
||||
"Are you sure you want to upload the following files?": "Weet u zeker dat u de volgende bestanden wil uploaden?",
|
||||
"<a>Click here</a> to join the discussion!": "<a>Klik hier</a> om mee te doen aan de discussie!",
|
||||
"Close": "Sluiten",
|
||||
"%(count)s new messages.one": "%(count)s nieuw bericht",
|
||||
"Create new room": "Een nieuwe kamer maken",
|
||||
"Custom Server Options": "Aangepaste serverinstellingen",
|
||||
"Dismiss": "Afwijzen",
|
||||
"Drop here %(toAction)s": "%(toAction)s hier naartoe verplaatsen",
|
||||
"Error": "Fout",
|
||||
"Failed to forget room %(errCode)s": "Ruimte vergeten mislukt %(errCode)s",
|
||||
"Failed to join the room": "Kamer binnengaan mislukt",
|
||||
"Favourite": "Favoriet",
|
||||
"Mute": "Dempen",
|
||||
"Notifications": "Meldingen",
|
||||
"Operation failed": "Actie mislukt",
|
||||
"Please Register": "Registreer Alstublieft",
|
||||
"powered by Matrix": "mogelijk gemaakt door Matrix",
|
||||
"Remove": "Verwijderen",
|
||||
"Room directory": "Kamerlijst",
|
||||
"Settings": "Instellingen",
|
||||
"Start chat": "Gesprek starten",
|
||||
"unknown error code": "onbekende foutcode",
|
||||
"Sunday": "Zondag",
|
||||
"Monday": "Maandag",
|
||||
"Tuesday": "Dinsdag",
|
||||
"Wednesday": "Woensdag",
|
||||
"Thursday": "Donderdag",
|
||||
"Friday": "Vrijdag",
|
||||
"Saturday": "Zaterdag",
|
||||
"Welcome page": "Welkomstpagina",
|
||||
"Search": "Zoeken",
|
||||
"OK": "OK",
|
||||
"Failed to change password. Is your password correct?": "Wachtwoord wijzigen mislukt. Is uw wachtwoord juist?",
|
||||
"disabled": "uitgeschakeld",
|
||||
"Moderator": "Moderator",
|
||||
"Must be viewing a room": "Moet een ruimte weergeven",
|
||||
"my Matrix ID": "mijn Matrix-ID",
|
||||
"Name": "Naam",
|
||||
"New password": "Nieuw wachtwoord",
|
||||
"none": "geen",
|
||||
"not set": "niet ingesteld",
|
||||
"not specified": "niet opgegeven",
|
||||
"(not supported by this browser)": "(niet ondersteund door deze browser)",
|
||||
"<not supported>": "<niet ondersteund>",
|
||||
"NOT verified": "NIET geverifieerd",
|
||||
"No devices with registered encryption keys": "Geen apparaten met geregistreerde sleutels",
|
||||
"No display name": "Geen weergavenaam",
|
||||
"No more results": "Geen resultaten meer",
|
||||
"No results": "Geen resultaten",
|
||||
"No users have specific privileges in this room": "Geen gebruikers hebben specifieke privileges in deze ruimte",
|
||||
"olm version:": "olm versie:",
|
||||
"Password": "Wachtwoord",
|
||||
"Password:": "Wachtwoord:",
|
||||
"Passwords can't be empty": "Wachtwoorden kunnen niet leeg zijn",
|
||||
"People": "Mensen",
|
||||
"Permissions": "Toestemmingen",
|
||||
"Phone": "Telefoonnummer",
|
||||
"%(senderName)s placed a %(callType)s call.": "%(senderName)s heeft een %(callType)s-gesprek gestart.",
|
||||
"Press": "Druk",
|
||||
"Privacy warning": "Privacywaarschuwing",
|
||||
"Private Chat": "Privégesprek",
|
||||
"Privileged Users": "Gebruikers met rechten",
|
||||
"Profile": "Profiel",
|
||||
"Public Chat": "Publiek Gesprek",
|
||||
"Reason": "Reden",
|
||||
"Reason: %(reasonText)s": "Reden: %(reasonText)s",
|
||||
"Revoke Moderator": "Beheerder terugtrekken",
|
||||
"Refer a friend to Riot:": "Laat een vriend weten over Riot:",
|
||||
"Register": "Registreren",
|
||||
"rejected": "verworpen",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s heeft de uitnodiging geweigerd.",
|
||||
"Reject invitation": "Uitnodiging weigeren",
|
||||
"Rejoin": "Opnieuw toetreden",
|
||||
"Remote addresses for this room:": "Adres op afstand voor deze ruimte:",
|
||||
"Remove Contact Information?": "Contactinformatie Verwijderen?",
|
||||
"Send Invites": "Uitnodigingen versturen",
|
||||
"Start a chat": "Gesprek starten",
|
||||
"Start authentication": "Authenticatie starten",
|
||||
"Start Chat": "Gesprek starten",
|
||||
"Submit": "Bevestigen",
|
||||
"Success": "Gereed",
|
||||
"tag as %(tagName)s": "Met %(tagName)s labelen",
|
||||
"tag direct chat": "Privéchat labelen",
|
||||
"Tagged as: ": "Gelabeld als: ",
|
||||
"Sun": "Zon",
|
||||
"Mon": "Maa",
|
||||
"Tue": "Din",
|
||||
"Wed": "Woe",
|
||||
"Thu": "Don",
|
||||
"Fri": "Vrij",
|
||||
"Sat": "Zat",
|
||||
"Jan": "Jan",
|
||||
"Feb": "Feb",
|
||||
"Mar": "Maa",
|
||||
"Apr": "Apr",
|
||||
"May": "Mei",
|
||||
"Jun": "Juni",
|
||||
"Jul": "Juli",
|
||||
"Aug": "Aug",
|
||||
"Sep": "Sep",
|
||||
"Oct": "Okt",
|
||||
"Nov": "Nov",
|
||||
"Dec": "Dec",
|
||||
"%(weekDayName)s, %(monthName)s %(day)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(time)s",
|
||||
"%(weekDayName)s, %(monthName)s %(day)s %(fullYear)s %(time)s": "%(weekDayName)s, %(day)s %(monthName)s %(fullYear)s %(time)s",
|
||||
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
|
||||
"Set a display name:": "Weergavenaam instellen:",
|
||||
"Set a Display Name": "Weergavenaam instellen",
|
||||
"Upload an avatar:": "Een avatar uploaden:",
|
||||
"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.": "Geen verbinding met de thuisserver - controleer je verbinding. Controleer het <a>SSL-certificaat van de thuisserver</a> en browser-extensies die verzoeken kunnen blokkeren.",
|
||||
"%(count)s new messages.other": "%(count)s nieuwe berichten",
|
||||
"Create an account": "Open een account",
|
||||
"Cryptography": "Cryptografie",
|
||||
"Current password": "Huidig wachtwoord",
|
||||
"%(senderDisplayName)s removed the room name.": "%(senderDisplayName)s heeft de naam van de kamer verwijderd.",
|
||||
"Create a new chat or reuse an existing one": "Maak een nieuwe chat aan of gebruik een reeds bestaande",
|
||||
"Create Room": "Maak een kamer",
|
||||
"Curve25519 identity key": "Curve25519 identiteitssleutel",
|
||||
"/ddg is not a command": "/ddg is geen commando",
|
||||
"Deactivate Account": "Account Deactiveren",
|
||||
"Deactivate my account": "Mijn account deactiveren",
|
||||
"Decline": "Weigeren",
|
||||
"Decrypt %(text)s": "Ontsleutel %(text)s",
|
||||
"Decryption error": "Fout bij het ontsleutelen",
|
||||
"Delete": "Verwijderen",
|
||||
"demote": "degraderen",
|
||||
"Device already verified!": "Apparaat reeds geverifieerd!",
|
||||
"Device ID": "Apparaat ID",
|
||||
"Device ID:": "Apparaat ID:",
|
||||
"device id: ": "apparaat id: ",
|
||||
"Device key:": "Apparaat sleutel:",
|
||||
"Devices": "Apparaten",
|
||||
"Devices will not yet be able to decrypt history from before they joined the room": "Apparaten kunnen nog niet de geschiedenis van voordat ze de ruimte betraden ontsleutelen",
|
||||
"Direct chats": "Privégesprekken",
|
||||
"Disable Notifications": "Notificaties uitschakelen",
|
||||
"Disable markdown formatting": "Opmaak formatering uitschakelen",
|
||||
"Disinvite": "Uitnodiging terugtrekken",
|
||||
"Display name": "Weergavenaam",
|
||||
"Don't send typing notifications": "Geen notificatie sturen bij het typen",
|
||||
"Download %(text)s": "%(text)s Downloaden",
|
||||
"Drop File Here": "Plaats Bestand Hier",
|
||||
"Ed25519 fingerprint": "Ed25519 vingerafdruk",
|
||||
"Email": "E-mail",
|
||||
"Email address": "E-mailadres",
|
||||
"Email address (optional)": "E-mailadres (optioneel)",
|
||||
"Claimed Ed25519 fingerprint key": "Vereiste Ed25519 vingerafdruk sleutel",
|
||||
"Custom": "Aangepast",
|
||||
"Custom level": "Aangepast niveau",
|
||||
"Deops user with given id": "Ontmachtigd gebruiker met het gegeven id",
|
||||
"Default": "Standaard",
|
||||
"Disable inline URL previews by default": "URL voorvertoning standaard uitschakelen",
|
||||
"Displays action": "Weergeeft actie",
|
||||
"Drop here to tag %(section)s": "Hiernaartoe verplaatsen om %(section)s te etiketteren",
|
||||
"Email, name or matrix ID": "E-mail, naam of matrix ID",
|
||||
"Emoji": "Emoticon",
|
||||
"Enable encryption": "Versleuteling inschakelen",
|
||||
"Enable Notifications": "Notificaties inschakelen",
|
||||
"enabled": "ingeschakeld",
|
||||
"Encrypted by a verified device": "Versleuteld bij een geverifieerd apparaat",
|
||||
"Encrypted by an unverified device": "Versleuteld bij een niet geverifieerd apparaat",
|
||||
"Encrypted messages will not be visible on clients that do not yet implement encryption": "Versleutelde berichten zullen nog niet zichtbaar zijn op applicaties die geen versleuteling ondersteunen",
|
||||
"Encrypted room": "Versleutelde ruimte",
|
||||
"Encryption is enabled in this room": "Versleuteling is ingeschakeld in deze ruimte",
|
||||
"Encryption is not enabled in this room": "Versleuteling is niet ingeschakeld in deze ruimte",
|
||||
"%(senderName)s ended the call.": "%(senderName)s heeft opgehangen.",
|
||||
"End-to-end encryption information": "Eind-tot-eind versleuteling informatie",
|
||||
"End-to-end encryption is in beta and may not be reliable": "Eind-tot-eind versleuteling is nog in beta en kan onbetrouwbaar zijn",
|
||||
"Enter Code": "Voer code in",
|
||||
"Enter passphrase": "Voer wachtzin in",
|
||||
"Error decrypting attachment": "Fout tijdens het ontsleutelen van de bijlage",
|
||||
"Error: Problem communicating with the given homeserver.": "Fout: Er doet zich een probleem voor met het communiceren met de gegeven thuisserver.",
|
||||
"Event information": "Gebeurtenis informatie",
|
||||
"Existing Call": "Bestaande oproep",
|
||||
"Export": "Exporteren",
|
||||
"Export E2E room keys": "Exporteer E2E ruimte sleutels",
|
||||
"Failed to ban user": "Niet gelukt om de gebruiker te verbannen",
|
||||
"Failed to change power level": "Niet gelukt om het machtsniveau te wijzigen",
|
||||
"Failed to delete device": "Niet gelukt om het apparaat te verwijderen",
|
||||
"Failed to fetch avatar URL": "Niet gelukt om de avatar URL op te halen",
|
||||
"Failed to join room": "Niet gelukt om tot de ruimte toe te treden",
|
||||
"Failed to leave room": "Niet gelukt om de ruimte te verlaten",
|
||||
"Failed to load timeline position": "Niet gelukt om de tijdlijn positie te laden",
|
||||
"Failed to lookup current room": "Niet gelukt om de huidige ruimte op te zoeken",
|
||||
"Failed to mute user": "Niet gelukt om de gebruiker te dempen",
|
||||
"Failed to register as guest:": "Niet gelukt om als gast te registreren:",
|
||||
"Failed to reject invite": "Niet gelukt om de uitnodiging te weigeren",
|
||||
"Failed to reject invitation": "Niet gelukt om de uitnodiging te weigeren",
|
||||
"Failed to save settings": "Niet gelukt om de instellingen op te slaan",
|
||||
"Failed to send email": "Niet gelukt om de e-mail te versturen",
|
||||
"Failed to send request.": "Niet gelukt om het verzoek te versturen.",
|
||||
"Failed to set avatar.": "Niet gelukt om de avatar in te stellen.",
|
||||
"Failed to set display name": "Niet gelukt om de weergavenaam in te stellen",
|
||||
"Failed to set up conference call": "Niet gelukt om een vergadergesprek te maken",
|
||||
"Failed to toggle moderator status": "Niet gelukt om de moderator status te veranderen",
|
||||
"Failed to unban": "Niet gelukt om te ontbannen",
|
||||
"Failed to upload file": "Niet gelukt om het bestand te uploaden",
|
||||
"Failed to upload profile picture!": "Niet gelukt om een profiel foto te uploaden!",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "Niet gelukt om het e-mailadres te verifiëren: wees er zeker van dat je de link in de e-mail hebt aangeklikt",
|
||||
"Failure to create room": "Het aanmaken van een ruimte is mislukt",
|
||||
"favourite": "favoriet",
|
||||
"Favourites": "Favorieten",
|
||||
"Fill screen": "Scherm vullen",
|
||||
"Filter room members": "Ruimte leden filteren",
|
||||
"Forget room": "Ruimte vergeten",
|
||||
"Forgot your password?": "Wachtwoord vergeten?",
|
||||
"For security, this session has been signed out. Please sign in again.": "Voor veiligheidsredenen is deze sessie uitgelogd. Log alsjeblieft opnieuw in.",
|
||||
"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.": "In verband met veiligheidsredenen zullen alle eind-tot-eind versleutelingssleutels van deze browser verwijderd worden. Als je je gespreksgeschiedenis van toekomstige Riot sessies wilt kunnen ontsleutelen, exporteer en bewaar dan de ruimte sleutels.",
|
||||
"Found a bug?": "Een fout gevonden?",
|
||||
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s van %(fromPowerLevel)s naar %(toPowerLevel)s",
|
||||
"Guest access is disabled on this Home Server.": "Gast toegang is uitgeschakeld op deze thuisserver.",
|
||||
"Guests can't set avatars. Please register.": "Gasten kunnen geen avatars instellen. Registreer je alsjeblieft.",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "Gast gebruikers kunnen geen nieuwe ruimtes aanmaken. Registreer je om een nieuwe ruimte aan te maken en een gesprek te starten.",
|
||||
"Guest users can't upload files. Please register to upload.": "Gast gebruikers kunnen geen bestanden uploaden. Registreer je om te uploaden.",
|
||||
"Guests can't use labs features. Please register.": "Gasten kunnen geen labs mogelijkheden gebruiken. Registreer je alsjeblieft.",
|
||||
"Guests cannot join this room even if explicitly invited.": "Gasten kunnen niet tot deze ruimte toetreden, zelfs als ze expliciet uitgenodigd zijn.",
|
||||
"had": "had",
|
||||
"Hangup": "Ophangen",
|
||||
"Hide read receipts": "Leesbewijzen verbergen",
|
||||
"Hide Text Formatting Toolbar": "Tekst formaterings-gereedschapsbalk verbergen",
|
||||
"Historical": "Historische",
|
||||
"Home": "Home",
|
||||
"Homeserver is": "Thuisserver is",
|
||||
"Identity Server is": "Identiteitsserver is",
|
||||
"I have verified my email address": "Ik heb mijn e-mailadres geverifieerd",
|
||||
"Import": "Importeren",
|
||||
"Import E2E room keys": "E2E ruimte sleutels importeren",
|
||||
"Incoming call from %(name)s": "Inkomende oproep van %(name)s",
|
||||
"Incoming video call from %(name)s": "Inkomende video-oproep van %(name)s",
|
||||
"Incoming voice call from %(name)s": "Inkomende spraakoproep van %(name)s",
|
||||
"Incorrect username and/or password.": "Incorrecte gebruikersnaam en/of wachtwoord.",
|
||||
"Incorrect verification code": "Incorrecte verificatie code",
|
||||
"Interface Language": "Interface Taal",
|
||||
"Invalid alias format": "Ongeldig naam formaat",
|
||||
"Invalid address format": "Ongeldig adres formaat",
|
||||
"Invalid Email Address": "Ongeldig e-mailadres",
|
||||
"Invalid file%(extra)s": "Ongeldig bestand%(extra)s",
|
||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s heeft %(targetName)s uitgenodigd.",
|
||||
"Invite new room members": "Nieuwe ruimte leden uitnodigen",
|
||||
"Invited": "Uitgenodigd",
|
||||
"Invites": "Uitnodigingen",
|
||||
"Invites user with given id to current room": "Nodigt de gebruiker met het gegeven id uit in de huidige ruimte",
|
||||
"'%(alias)s' is not a valid format for an address": "'%(alias)s' is niet een geldig formaat voor een adres",
|
||||
"'%(alias)s' is not a valid format for an alias": "'%(alias)s' is niet een geldig formaat voor een naam",
|
||||
"%(displayName)s is typing": "%(displayName)s is aan het typen",
|
||||
"Sign in with": "Inloggen met",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Toetreden als <voiceText>spraak</voiceText> of <videoText>video</videoText>.",
|
||||
"Join Room": "Ruimte toetreden",
|
||||
"joined and left": "Toegetreden en verlaten",
|
||||
"joined": "Toegetreden",
|
||||
"%(targetName)s joined the room.": "%(targetName)s in de ruimte toegetreden.",
|
||||
"Joins room with given alias": "Treed de ruimte toe met een gegeven naam",
|
||||
"Jump to first unread message.": "Spring naar het eerste ongelezen bericht.",
|
||||
"Labs": "Labs",
|
||||
"Last seen": "Laatst gezien",
|
||||
"Leave room": "Ruimte verlaten",
|
||||
"left and rejoined": "verlaten en opnieuw toegetreden",
|
||||
"left": "verlaten",
|
||||
"%(targetName)s left the room.": "%(targetName)s heeft de ruimte verlaten.",
|
||||
"Level:": "Niveau:",
|
||||
"List this room in %(domain)s's room directory?": "Deze ruimte in %(domain)s's ruimte catalogus vermelden?",
|
||||
"Local addresses for this room:": "Lokale adressen voor deze ruimte:",
|
||||
"Logged in as:": "Ingelogd als:",
|
||||
"Login as guest": "Als gast inloggen",
|
||||
"Logout": "Uitloggen",
|
||||
"Low priority": "Lage prioriteit",
|
||||
"%(senderName)s made future room history visible to": "%(senderName)s heeft de toekomstige ruimte geschiedenis zichtbaar gemaakt voor",
|
||||
"Manage Integrations": "Integraties beheren",
|
||||
"Markdown is disabled": "Opmaak is uitgeschakeld",
|
||||
"Markdown is enabled": "Opmaak ingeschakeld",
|
||||
"matrix-react-sdk version:": "matrix-react-sdk versie:",
|
||||
"Members only": "Alleen leden",
|
||||
"Message not sent due to unknown devices being present": "Bericht niet verzonden doordat er een onbekende apparaten aanwezig zijn",
|
||||
"Missing room_id in request": "Het room_id mist in het verzoek",
|
||||
"Missing user_id in request": "De user_id mist in het verzoek",
|
||||
"Mobile phone number": "Mobiel telefoonnummer",
|
||||
"Mobile phone number (optional)": "Mobiel telefoonnummer (optioneel)",
|
||||
"Never send encrypted messages to unverified devices from this device": "Nooit versleutelde berichten vanaf dit apparaat naar niet geverifieerde apparaten versturen",
|
||||
"Never send encrypted messages to unverified devices in this room": "Nooit versleutelde berichten naar niet geverifieerde apparaten sturen in deze ruimte",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "Nooit vanaf dit apparaat versleutelde berichten naar niet geverifieerde apparaten in deze ruimte sturen",
|
||||
"New address (e.g. #foo:%(localDomain)s)": "Nieuw adres (bijv. #foo:%(localDomain)s)",
|
||||
"New Composer & Autocomplete": "Nieuwe Componist & Automatisch Aanvullen",
|
||||
"New passwords don't match": "Nieuwe wachtwoorden komen niet overeen",
|
||||
"New passwords must match each other.": "Nieuwe wachtwoorden moeten overeenkomen.",
|
||||
"Once encryption is enabled for a room it cannot be turned off again (for now)": "Zodra versleuteling in een kamer is ingeschakeld kan het niet meer worden uitgeschakeld (voor nu)",
|
||||
"Once you've followed the link it contains, click below": "Zodra je de link dat het bevat hebt gevolgd, klik hieronder",
|
||||
"Only people who have been invited": "Alleen personen die zijn uitgenodigd",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Klik anders <a>hier</a> om een foutmelding te versturen.",
|
||||
"Please check your email and click on the link it contains. Once this is done, click continue.": "Bekijk je e-mail en klik op de link die het bevat. Zodra dit klaar is, klik op verder gaan.",
|
||||
"Power level must be positive integer.": "Machtsniveau moet een positief heel getal zijn.",
|
||||
"%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s heeft zijn of haar weergavenaam (%(oldDisplayName)s) verwijderd.",
|
||||
"%(senderName)s removed their profile picture.": "%(senderName)s heeft zijn of haar profielfoto verwijderd.",
|
||||
"Failed to kick": "Niet gelukt om te kicken",
|
||||
"Press <StartChatButton> to start a chat with someone": "Druk op <StartChatButton> om een gesprek met iemand te starten",
|
||||
"Remove %(threePid)s?": "%(threePid)s verwijderen?",
|
||||
"%(senderName)s requested a VoIP conference.": "%(senderName)s heeft een VoIP gesprek aangevraagd.",
|
||||
"Report it": "Melden",
|
||||
"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.": "Het wachtwoord veranderen betekent momenteel dat alle eind-tot-eind versleutelingssleutels op alle apparaten veranderen waardoor versleutelde gespreksgeschiedenis onleesbaar wordt, behalve als je eerst de ruimte sleutels exporteert en daarna opnieuw importeert. Dit zal in de toekomst verbeterd worden.",
|
||||
"restore": "herstellen",
|
||||
"Results from DuckDuckGo": "Resultaten van DuckDuckGo",
|
||||
"Return to app": "Naar de app terugkeren",
|
||||
"Return to login screen": "Naar het inlogscherm terugkeren",
|
||||
"Riot does not have permission to send you notifications - please check your browser settings": "Riot heeft geen permissie om je notificaties te versturen - controleer je browser instellingen",
|
||||
"Riot was not given permission to send notifications - please try again": "Riot heeft geen permissie gekregen om notificaties te versturen - probeer het opnieuw",
|
||||
"riot-web version:": "riot-web versie:",
|
||||
"Room %(roomId)s not visible": "Ruimte %(roomId)s is niet zichtbaar",
|
||||
"Room Colour": "Ruimte Kleur"
|
||||
}
|
||||
|
|
|
@ -700,7 +700,6 @@
|
|||
"%(oneUser)schanged their avatar %(repeats)s times": "%(oneUser)salterou sua imagem pública %(repeats)s vezes",
|
||||
"%(severalUsers)schanged their avatar": "%(severalUsers)salteraram sua imagem pública",
|
||||
"Ban": "Banir",
|
||||
"A registered account is required for this action": "Uma conta registrada é necessária para esta ação",
|
||||
"Access Token:": "Token de acesso:",
|
||||
"Always show message timestamps": "Sempre mostrar as datas das mensagens",
|
||||
"Authentication": "Autenticação",
|
||||
|
@ -716,7 +715,6 @@
|
|||
"Mute": "Silenciar",
|
||||
"olm version:": "versão do olm:",
|
||||
"Operation failed": "A operação falhou",
|
||||
"Registration required": "Registro obrigatório",
|
||||
"Remove %(threePid)s?": "Remover %(threePid)s?",
|
||||
"Report it": "Reportar",
|
||||
"riot-web version:": "versão do riot-web:",
|
||||
|
@ -808,7 +806,7 @@
|
|||
"Enable URL previews for this room (affects only you)": "Habilitar pré-visualizações de links para esta sala (afeta somente a você)",
|
||||
"Drop file here to upload": "Arraste um arquivo aqui para enviar",
|
||||
" (unsupported)": " (não suportado)",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Conferência%(supportedText)s em andamento. %(joinText)s",
|
||||
"Ongoing conference call%(supportedText)s.": "Conferência%(supportedText)s em andamento.",
|
||||
"Online": "Online",
|
||||
"Idle": "Ocioso",
|
||||
"Offline": "Offline",
|
||||
|
@ -860,7 +858,6 @@
|
|||
"Anyone": "Qualquer pessoa",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Você tem certeza que deseja sair da sala '%(roomName)s'?",
|
||||
"Custom level": "Nível personalizado",
|
||||
"(default: %(userName)s)": "(padrão: %(userName)s)",
|
||||
"Device ID:": "ID do dispositivo:",
|
||||
"device id: ": "id do dispositivo: ",
|
||||
"Device key:": "Chave do dispositivo:",
|
||||
|
@ -871,9 +868,97 @@
|
|||
"Register": "Registre-se",
|
||||
"Remote addresses for this room:": "Endereços remotos para esta sala:",
|
||||
"Save": "Salvar",
|
||||
"Setting a user name will create a fresh account": "Definir um nome de usuária(o) vai criar uma conta nova",
|
||||
"Tagged as: ": "Marcado como: ",
|
||||
"You have <a>disabled</a> URL previews by default.": "Você <a>desabilitou</a> pré-visualizações de links por padrão.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Você <a>habilitou</a> pré-visualizações de links por padrão.",
|
||||
"You have entered an invalid contact. Try using their Matrix ID or email address.": "Você inseriu um contato inválido. Tente usar o ID Matrix ou endereço de e-mail da pessoa que está buscando."
|
||||
"You have entered an invalid contact. Try using their Matrix ID or email address.": "Você inseriu um contato inválido. Tente usar o ID Matrix ou endereço de e-mail da pessoa que está buscando.",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "Você foi expulso(a) da sala %(roomName)s por %(userName)s.",
|
||||
"Send anyway": "Enviar de qualquer maneira",
|
||||
"This room": "Esta sala",
|
||||
"Create new room": "Criar nova sala",
|
||||
"Click on the button below to start chatting!": "Clique no botão abaixo para começar a conversar!",
|
||||
"Disable markdown formatting": "Desabilitar formatação MarkDown",
|
||||
"No display name": "Sem nome público de usuária(o)",
|
||||
"This will be your account name on the <span></span> homeserver, or you can pick a <a>different server</a>.": "Este será seu nome de conta no Servidor de Base <span></span>, ou então você pode escolher um <a>servidor diferente</a>.",
|
||||
"Uploading %(filename)s and %(count)s others.one": "Enviando o arquivo %(filename)s e %(count)s outros arquivos",
|
||||
"Hide removed messages": "Ocultar mensagens removidas",
|
||||
"You may wish to login with a different account, or add this email to this account.": "Você pode querer fazer login com uma conta diferente, ou adicionar este e-mail a esta conta.",
|
||||
"Welcome page": "Página de boas vindas",
|
||||
"Upload new:": "Enviar novo:",
|
||||
"Private Chat": "Conversa privada",
|
||||
"You must <a>register</a> to use this functionality": "Você deve <a>se registrar</a> para poder usar esta funcionalidade",
|
||||
"And %(count)s more...": "E mais %(count)s...",
|
||||
"Start chatting": "Iniciar a conversa",
|
||||
"Public Chat": "Conversa pública",
|
||||
"Uploading %(filename)s and %(count)s others.zero": "Enviando o arquivo %(filename)s",
|
||||
"Room contains unknown devices": "Esta sala contém dispositivos desconhecidos",
|
||||
"Admin tools": "Ferramentas de administração",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "Você foi removido(a) da sala %(roomName)s por %(userName)s.",
|
||||
"Undecryptable": "Não é possível descriptografar",
|
||||
"Incoming video call from %(name)s": "Chamada de vídeo de %(name)s recebida",
|
||||
"Otherwise, <a>click here</a> to send a bug report.": "Caso contrário, <a>clique aqui</a> para enviar um relatório de erros.",
|
||||
"To link to a room it must have <a>an address</a>.": "Para produzir um link para uma sala, ela necessita ter <a>um endereço</a>.",
|
||||
"a room": "uma sala",
|
||||
"Your home server does not support device management.": "O seu Servidor de Base não suporta o gerenciamento de dispositivos.",
|
||||
"Searching known users": "Buscando pessoas conhecidas",
|
||||
"Alias (optional)": "Apelido (opcional)",
|
||||
"Active call (%(roomName)s)": "Chamada ativa (%(roomName)s)",
|
||||
"Unable to ascertain that the address this invite was sent to matches one associated with your account.": "Não foi possível garantir que o endereço para o qual este convite foi enviado bate com alqum que está associado com sua conta.",
|
||||
"Error: Problem communicating with the given homeserver.": "Erro: problema de comunicação com o Servidor de Base fornecido.",
|
||||
"Failed to upload profile picture!": "Falha ao enviar a imagem de perfil!",
|
||||
"This invitation was sent to an email address which is not associated with this account:": "Este convite foi enviado para um endereço de e-mail que não é associado a esta conta:",
|
||||
"Show Text Formatting Toolbar": "Exibir barra de formatação de texto",
|
||||
"Room directory": "Lista pública de salas",
|
||||
"Failed to fetch avatar URL": "Falha ao obter a URL da imagem de perfil",
|
||||
"Incoming call from %(name)s": "Chamada de %(name)s recebida",
|
||||
"Last seen": "Último uso",
|
||||
"Drop File Here": "Arraste o arquivo aqui",
|
||||
"Start Chatting": "Iniciar a conversa",
|
||||
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Você gostaria de <acceptText>aceitar</acceptText> ou <declineText>recusar</declineText> este convite?",
|
||||
"Seen by %(userName)s at %(dateTime)s": "Visto por %(userName)s em %(dateTime)s",
|
||||
"Verified": "Verificado",
|
||||
"%(roomName)s does not exist.": "%(roomName)s não existe.",
|
||||
"Enable Notifications": "Habilitar notificações",
|
||||
"Username not available": "Nome de usuária(o) indisponível",
|
||||
"Encrypted by a verified device": "Criptografado por um dispositivo verificado",
|
||||
"(~%(count)s results).other": "(~%(count)s resultados)",
|
||||
"unknown caller": "a pessoa que está chamando é desconhecida",
|
||||
"Start authentication": "Iniciar autenticação",
|
||||
"(~%(count)s results).one": "(~%(count)s resultado)",
|
||||
"New Password": "Nova senha",
|
||||
"Username invalid: %(errMessage)s": "Nome de usuária(o) inválido: %(errMessage)s",
|
||||
"Disable Notifications": "Desabilitar notificações",
|
||||
"%(count)s new messages.one": "%(count)s nova mensagem",
|
||||
"Device Name": "Nome do dispositivo",
|
||||
"Incoming voice call from %(name)s": "Chamada de voz de %(name)s recebida",
|
||||
"If you already have a Matrix account you can <a>log in</a> instead.": "Se você já tem uma conta Matrix, pode também fazer <a>login</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.": "Não foi possível conectar ao Servidor de Base. Por favor, confira sua conectividade à internet, garanta que o <a>certificado SSL do Servidor de Base</a> é confiável, e que uma extensão do navegador não esteja bloqueando as requisições de rede.",
|
||||
"Encrypted by an unverified device": "Criptografado por um dispositivo não verificado",
|
||||
"Set": "Definir",
|
||||
"Unencrypted message": "Mensagem não criptografada",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Participar por <voiceText>voz</voiceText> ou por <videoText>vídeo</videoText>.",
|
||||
"Uploading %(filename)s and %(count)s others.other": "Enviando o arquivo %(filename)s e %(count)s outros arquivos",
|
||||
"Username available": "Nome de usuária(o) disponível",
|
||||
"Close": "Fechar",
|
||||
"Level:": "Nível:",
|
||||
"%(count)s new messages.other": "%(count)s novas mensagens",
|
||||
"Unverified": "Não verificado",
|
||||
"<a>Click here</a> to join the discussion!": "<a>Clique aqui</a> para participar da conversa!",
|
||||
"Decline": "Recusar",
|
||||
"Custom": "Personalizado",
|
||||
"Add": "Adicionar",
|
||||
"%(user)s is a": "%(user)s é um(a)",
|
||||
"Unnamed Room": "Sala sem nome",
|
||||
"The phone number entered looks invalid": "O número de telefone inserido parece ser inválido",
|
||||
"Rejoin": "Voltar a participar da sala",
|
||||
"Create a new chat or reuse an existing one": "Criar uma nova conversa ou reutilizar alguma já existente",
|
||||
"<a>Resend all</a> or <a>cancel all</a> now. You can also select individual messages to resend or cancel.": "<a>Reenviar todas</a> ou <a>cancelar todas</a> agora. Você também pode selecionar mensagens individuais que queira reenviar ou cancelar.",
|
||||
"Reason: %(reasonText)s": "Justificativa: %(reasonText)s",
|
||||
"Home": "Início",
|
||||
"Something went wrong!": "Algo deu errado!",
|
||||
"%(userName)s (power %(powerLevelNumber)s)": "%(userName)s (nível de permissão %(powerLevelNumber)s)",
|
||||
"Start chat": "Iniciar conversa pessoal",
|
||||
"You already have existing direct chats with this user:": "Você já tem conversas pessoais com esta pessoa:",
|
||||
"Accept": "Aceitar",
|
||||
"%(roomName)s is not accessible at this time.": "%(roomName)s não está acessível neste momento."
|
||||
}
|
||||
|
|
|
@ -356,6 +356,7 @@
|
|||
"%(senderName)s placed a %(callType)s call.": "%(senderName)s fez uma chamada de %(callType)s.",
|
||||
"Power level must be positive integer.": "O nível de permissões tem que ser um número inteiro e positivo.",
|
||||
"Press": "Aperte",
|
||||
"Press <StartChatButton> to start a chat with someone": "Clique em <StartChatButton> para iniciar a conversa com alguém",
|
||||
"Reason": "Razão",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s recusou o convite.",
|
||||
"%(senderName)s removed their display name (%(oldDisplayName)s).": "%(senderName)s removeu o seu nome público (%(oldDisplayName)s).",
|
||||
|
@ -398,7 +399,7 @@
|
|||
"VoIP is unsupported": "Chamada de voz não permitida",
|
||||
"%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s desfez o convite a %(targetName)s.",
|
||||
"You are already in a call.": "Você já está em uma chamada.",
|
||||
"You're not in any rooms yet! Press": "Você ainda não está em nenhuma sala! Pressione",
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "Você ainda não está em nenhuma sala! Clique em <CreateRoomButton> para criar uma sala ou em <RoomDirectoryButton> para navegar pela lista pública de salas",
|
||||
"You are trying to access %(roomName)s.": "Você está tentando acessar a sala %(roomName)s.",
|
||||
"You cannot place a call with yourself.": "Você não pode iniciar uma chamada.",
|
||||
"You cannot place VoIP calls in this browser.": "Você não pode fazer chamadas de voz neste navegador.",
|
||||
|
@ -700,7 +701,6 @@
|
|||
"%(oneUser)schanged their avatar %(repeats)s times": "%(oneUser)salterou sua imagem pública %(repeats)s vezes",
|
||||
"%(severalUsers)schanged their avatar": "%(severalUsers)salteraram sua imagem pública",
|
||||
"Ban": "Banir",
|
||||
"A registered account is required for this action": "Uma conta registrada é necessária para esta ação",
|
||||
"Access Token:": "Token de acesso:",
|
||||
"Always show message timestamps": "Sempre mostrar as datas das mensagens",
|
||||
"Authentication": "Autenticação",
|
||||
|
@ -716,7 +716,6 @@
|
|||
"Mute": "Mudo",
|
||||
"olm version:": "versão do olm:",
|
||||
"Operation failed": "A operação falhou",
|
||||
"Registration required": "Registro obrigatório",
|
||||
"Remove %(threePid)s?": "Remover %(threePid)s?",
|
||||
"Report it": "Reportar",
|
||||
"riot-web version:": "versão do riot-web:",
|
||||
|
@ -808,7 +807,7 @@
|
|||
"Enable URL previews for this room (affects only you)": "Habilitar pré-visualizações de links para esta sala (afeta somente a você)",
|
||||
"Drop file here to upload": "Arraste um arquivo aqui para enviar",
|
||||
" (unsupported)": " (não suportado)",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Conferência%(supportedText)s em andamento. %(joinText)s",
|
||||
"Ongoing conference call%(supportedText)s.": "Conferência%(supportedText)s em andamento.",
|
||||
"Online": "Online",
|
||||
"Idle": "Ocioso",
|
||||
"Offline": "Offline",
|
||||
|
@ -860,7 +859,6 @@
|
|||
"Anyone": "Qualquer pessoa",
|
||||
"Are you sure you want to leave the room '%(roomName)s'?": "Você tem certeza que deseja sair da sala '%(roomName)s'?",
|
||||
"Custom level": "Nível personalizado",
|
||||
"(default: %(userName)s)": "(padrão: %(userName)s)",
|
||||
"Device ID:": "ID do dispositivo:",
|
||||
"device id: ": "id do dispositivo: ",
|
||||
"Device key:": "Chave do dispositivo:",
|
||||
|
@ -871,7 +869,6 @@
|
|||
"Register": "Registre-se",
|
||||
"Remote addresses for this room:": "Endereços remotos para esta sala:",
|
||||
"Save": "Salvar",
|
||||
"Setting a user name will create a fresh account": "Definir um nome de usuária(o) vai criar uma conta nova",
|
||||
"Tagged as: ": "Marcado como: ",
|
||||
"You have <a>disabled</a> URL previews by default.": "Você <a>desabilitou</a> pré-visualizações de links por padrão.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Você <a>habilitou</a> pré-visualizações de links por padrão.",
|
||||
|
@ -964,5 +961,14 @@
|
|||
"Your home server does not support device management.": "O seu Servidor de Base não suporta o gerenciamento de dispositivos.",
|
||||
"(~%(count)s results).one": "(~%(count)s resultado)",
|
||||
"(~%(count)s results).other": "(~%(count)s resultados)",
|
||||
"Device Name": "Nome do dispositivo"
|
||||
"Device Name": "Nome do dispositivo",
|
||||
"(could not connect media)": "(não foi possível conectar-se à mídia)",
|
||||
"(no answer)": "(sem resposta)",
|
||||
"(unknown failure: %(reason)s)": "(falha desconhecida: %(reason)s)",
|
||||
"Your browser does not support the required cryptography extensions": "O seu navegador não suporta as extensões de criptografia necessárias",
|
||||
"Not a valid Riot keyfile": "Não é um arquivo de chaves Riot válido",
|
||||
"Authentication check failed: incorrect password?": "Falha ao checar a autenticação: senha incorreta?",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Desabilitar as chamadas 1:1 par-a-par",
|
||||
"Do you want to set an email address?": "Você deseja definir um endereço de e-mail?",
|
||||
"This will allow you to reset your password and receive notifications.": "Isso permitirá que você redefina sua senha e receba notificações."
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"An email has been sent to": "Email был отправлен",
|
||||
"A new password must be entered.": "Введите новый пароль.",
|
||||
"answered the call.": "принятый звонок.",
|
||||
"anyone": "кто угодно",
|
||||
"anyone": "любой",
|
||||
"Anyone who knows the room's link, apart from guests": "Любой, кто знает ссылку на комнату, кроме гостей",
|
||||
"Anyone who knows the room's link, including guests": "Любой, кто знает ссылку комнаты, включая гостей",
|
||||
"Are you sure you want to reject the invitation?": "Вы уверены что вы хотите отклонить приглашение?",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"Create Room": "Создайте Комнату",
|
||||
"Cryptography": "Шифрование",
|
||||
"Curve25519 identity key": "Curve25519 идентификационный ключ",
|
||||
"Deactivate Account": "Деактивировать Учётную запись",
|
||||
"Deactivate Account": "Деактивировать учётную запись",
|
||||
"Deactivate my account": "Деактивировать мою учётную запись",
|
||||
"decline": "отказаться",
|
||||
"Decryption error": "Ошибка дешифрования",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"Favourite": "Избранное",
|
||||
"favourite": "Избранное",
|
||||
"Favourites": "Избранное",
|
||||
"Filter room members": "Фильтр участников комнаты",
|
||||
"Filter room members": "Поиск участников комнаты",
|
||||
"Forget room": "Забыть комнату",
|
||||
"Forgot your password?": "Вы забыли пароль?",
|
||||
"For security, this session has been signed out. Please sign in again.": "Для обеспечения безопасности эта сессия была завершена. Войдите в систему еще раз.",
|
||||
|
@ -100,14 +100,14 @@
|
|||
"Invalid Email Address": "Недействительный адрес электронной почты",
|
||||
"invited": "invited",
|
||||
"Invite new room members": "Пригласить новых участников в комнату",
|
||||
"Invites": "Приглашать",
|
||||
"Invites user with given id to current room": "Пригласить пользователя с данным id в текущую комнату",
|
||||
"Invites": "Приглашает",
|
||||
"Invites user with given id to current room": "Приглашает пользователя с этим ID в текущую комнату",
|
||||
"is a": "является",
|
||||
"Sign in with": "Я хочу регистрироваться с",
|
||||
"joined and left": "присоединенный и оставленный",
|
||||
"joined": "присоединенный",
|
||||
"joined and left": "зашёл и ушёл",
|
||||
"joined": "зашёл",
|
||||
"joined the room": "joined the room",
|
||||
"Joins room with given alias": "Присоединяется к комнате с данным псевдонимом",
|
||||
"Joins room with given alias": "зашёл в комнату с этим именем",
|
||||
"Kicks user with given id": "Выгнать пользователя с заданным id",
|
||||
"Labs": "Лаборатория",
|
||||
"Leave room": "Уйти из комнаты",
|
||||
|
@ -116,7 +116,7 @@
|
|||
"left the room": "left the room",
|
||||
"Logged in as": "Зарегистрированный как",
|
||||
"Login as guest": "Вход в систему как гость",
|
||||
"Logout": "Выход из системы",
|
||||
"Logout": "Выйти",
|
||||
"Low priority": "Низкий приоритет",
|
||||
"made future room history visible to": "made future room history visible to",
|
||||
"Manage Integrations": "Управление Интеграциями",
|
||||
|
@ -126,9 +126,9 @@
|
|||
"my Matrix ID": "мой Matrix ID",
|
||||
"Name": "Имя",
|
||||
"Never send encrypted messages to unverified devices from this device": "Никогда не отправлять зашифрованные сообщения на не верифицированные устройства с этого устройства",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "Никогда не отправляйте зашифрованные сообщения в непроверенные устройства в этой комнате из этого устройства",
|
||||
"Never send encrypted messages to unverified devices in this room from this device": "Никогда не отправляйте зашифрованные сообщения на непроверенные устройства в этой комнате из вашего устройства",
|
||||
"New password": "Новый пароль",
|
||||
"New passwords must match each other.": "Новые пароли должны соответствовать друг другу.",
|
||||
"New passwords must match each other.": "Новые пароли должны совпадать.",
|
||||
"none": "никто",
|
||||
"Notifications": "Уведомления",
|
||||
" (not supported by this browser)": " (not supported by this browser)",
|
||||
|
@ -189,11 +189,11 @@
|
|||
"Video call": "Видио вызов",
|
||||
"Voice call": "Голосовой вызов",
|
||||
"VoIP conference finished.": "VoIP конференция закончилась.",
|
||||
"VoIP conference started.": "VoIP Конференция началась.",
|
||||
"VoIP conference started.": "VoIP конференция началась.",
|
||||
"(warning: cannot be disabled again!)": "(предупреждение: не может быть отключено!)",
|
||||
"Warning!": "Предупреждение!",
|
||||
"was banned": "запрещен",
|
||||
"was invited": "приглашенный",
|
||||
"was invited": "был приглашён",
|
||||
"was kicked": "выброшен",
|
||||
"was unbanned": "незапрещенный",
|
||||
"was": "был",
|
||||
|
@ -227,7 +227,7 @@
|
|||
"%(senderName)s answered the call.": "%(senderName)s ответил на звонок.",
|
||||
"%(senderName)s banned %(targetName)s.": "%(senderName)s запрещенный %(targetName)s.",
|
||||
"Call Timeout": "Время ожидания вызова",
|
||||
"%(senderName)s changed their display name from %(oldDisplayName)s to %(displayName)s.": "%(senderName)s их имя измененное с %(oldDisplayName)s на %(displayName)s.",
|
||||
"%(senderName)s changed their display name from %(oldDisplayName)s to %(displayName)s.": "%(senderName)s изменено с %(oldDisplayName)s на %(displayName)s.",
|
||||
"%(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.",
|
||||
|
@ -246,7 +246,7 @@
|
|||
"Failed to set up conference call": "Не удалось установить конференц-вызов",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "Не удалось подтвердить email-адрес: убедитесь что вы щелкнули по ссылке электронной почты",
|
||||
"Failure to create room": "Не удалось создать комнату",
|
||||
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId) изменил %(fromPowerLevel) на %(toPowerLevel)",
|
||||
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s изменил %(fromPowerLevel)s на %(toPowerLevel)s",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "Гостевые пользователи не могут создавать новые комнаты. Зарегистрируйтесь для создания комнаты и чата.",
|
||||
"click to reveal": "нажать для открытия",
|
||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s приглашает %(targetName)s.",
|
||||
|
@ -355,14 +355,14 @@
|
|||
"Friday": "Пятница",
|
||||
"Saturday": "Суббота",
|
||||
"Sunday": "Воскресенье",
|
||||
"%(weekDayName)s %(time)s": "%(weekDayName) %(time)",
|
||||
"%(weekDayName)s %(time)s": "%(weekDayName)s %(time)s",
|
||||
"Upload an avatar:": "Загрузите аватар:",
|
||||
"You need to be logged in.": "Вы должны быть зарегистрированы.",
|
||||
"You need to be logged in.": "Вы должны быть авторизованы.",
|
||||
"You need to be able to invite users to do that.": "Вам необходимо пригласить пользователей чтобы сделать это.",
|
||||
"You cannot place VoIP calls in this browser.": "Вы не можете сделать вызовы VoIP с этим браузером.",
|
||||
"You are already in a call.": "Связь уже установлена.",
|
||||
"You're not in any rooms yet! Press": "Вы еще не находитесь ни в каких комнатах! Нажать",
|
||||
"You are trying to access %(roomName)s.": "Вы пытаетесь получить доступ %(roomName)s.",
|
||||
"You are trying to access %(roomName)s.": "Вы пытаетесь получить доступ к %(roomName)s.",
|
||||
"You cannot place a call with yourself.": "Вы не можете позвонить самим себе.",
|
||||
"%(senderName)s withdrew %(targetName)s's invitation.": "%(senderName)s отменил %(targetName)s's приглашение.",
|
||||
"Sep": "Сен.",
|
||||
|
@ -470,10 +470,9 @@
|
|||
"Failed to ban user": "Не удалось забанить пользователя",
|
||||
"Failed to change power level": "Не удалось изменить уровень привилегий",
|
||||
"Failed to delete device": "Не удалось удалить устройство",
|
||||
"Failed to forget room %(errCode)s": "Не удалось забыть комнату %(errCode)s",
|
||||
"Failed to forget room %(errCode)s": "Не удалось удалить комнату %(errCode)s",
|
||||
"Failed to join room": "Не удалось присоединиться к комнате",
|
||||
"Failed to join the room": "Не удалось войти в комнату",
|
||||
"A registered account is required for this action": "Необходима зарегистрированная учетная запись для этого действия",
|
||||
"Access Token:": "Токен:",
|
||||
"Always show message timestamps": "Всегда показывать время сообщения",
|
||||
"Authentication": "Авторизация",
|
||||
|
@ -524,14 +523,13 @@
|
|||
"No results": "Нет результатов",
|
||||
"OK": "ОК",
|
||||
"Only people who have been invited": "Только приглашённые люди",
|
||||
"Passwords can't be empty": "Пароли не могут быть пустыми",
|
||||
"Passwords can't be empty": "Поля паролей не могут быть пустыми",
|
||||
"%(senderName)s placed a %(callType)s call.": "%(senderName)s выполнил %(callType)s вызов.",
|
||||
"Please check your email and click on the link it contains. Once this is done, click continue.": "Пожалуйста, проверьте вашу электронную почту и нажмите в ней ссылку. По завершении нажмите продолжить.",
|
||||
"Power level must be positive integer.": "Уровень силы должен быть положительным числом.",
|
||||
"Press": "Нажать",
|
||||
"Profile": "Профиль",
|
||||
"Reason": "Причина",
|
||||
"Registration required": "Требуется регистрация",
|
||||
"rejected": "отклонено",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s отклонил приглашение.",
|
||||
"Reject invitation": "Отклонить приглашение",
|
||||
|
@ -652,10 +650,10 @@
|
|||
"%(oneUser)schanged their avatar": "%(oneUser)sизменил своё изображение",
|
||||
"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>.": "Не возможно подключиться к серверу через HTTP, когда в строке браузера HTTPS. Используйте HTTPS или <a>включив небезопасные скрипты</a>.",
|
||||
"Dismiss": "Отказ",
|
||||
"Custom Server Options": "Расширенные настройки сервера",
|
||||
"Custom Server Options": "Собственные настройки сервера",
|
||||
"Mute": "Беззвучный",
|
||||
"Operation failed": "Действие не удалось",
|
||||
"powered by Matrix": "управляемый с Matrix",
|
||||
"powered by Matrix": "Основано на Matrix",
|
||||
"Add a topic": "Добавить тему",
|
||||
"Show timestamps in 12 hour format (e.g. 2:30pm)": "Время отображать в 12 часовом формате (напр. 2:30pm)",
|
||||
"Use compact timeline layout": "Компактное отображение",
|
||||
|
@ -686,10 +684,9 @@
|
|||
"%(senderDisplayName)s removed the room name.": "%(senderDisplayName)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.": "Смена пароля также сбросит все ключи шифрования на всех устройствах, сделав зашифрованную историю недоступной, если только вы сначала не экспортируете ключи шифрования и не импортируете их потом. В будущем это будет исправлено.",
|
||||
"Custom level": "Пользовательский уровень",
|
||||
"(default: %(userName)s)": "(по-умолчанию: %(userName)s)",
|
||||
"Device already verified!": "Устройство уже верифицировано!",
|
||||
"Device ID:": "ID устройства:",
|
||||
"device id: ": "id устройства: ",
|
||||
"device id: ": "ID устройства: ",
|
||||
"Device key:": "Ключ устройства:",
|
||||
"disabled": "отключено",
|
||||
"Disable markdown formatting": "Отключить форматирование Markdown",
|
||||
|
@ -703,7 +700,7 @@
|
|||
"Import": "Импорт",
|
||||
"Incorrect username and/or password.": "Неверное имя пользователя и/или пароль.",
|
||||
"Invalid file%(extra)s": "Неправильный файл%(extra)s",
|
||||
"Invited": "Приглашен",
|
||||
"Invited": "Приглашён",
|
||||
"Jump to first unread message.": "Перейти к первому непрочитанному сообщению.",
|
||||
"List this room in %(domain)s's room directory?": "Показывать эту комнату в списке комнат %(domain)s?",
|
||||
"Message not sent due to unknown devices being present": "Сообщение не было отправлено из-за присутствия неизвестного устройства",
|
||||
|
@ -724,12 +721,11 @@
|
|||
"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 may be unavailable, overloaded, or you hit a bug.": "Сервер может быть недоступен, перегружен или возникла ошибка.",
|
||||
"Server unavailable, overloaded, or something else went wrong.": "Сервер может быть недоступен, перегружен или что-то пошло не так.",
|
||||
"Session ID": "ID сессии",
|
||||
"%(senderName)s set a profile picture.": "%(senderName)s установил картинку профиля.",
|
||||
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s установил отображаемое имя %(displayName)s.",
|
||||
"Setting a user name will create a fresh account": "Установка имени пользователя создаст новую учетную запись",
|
||||
"Signed Out": "Вышли",
|
||||
"Sorry, this homeserver is using a login which is not recognised ": "Извините, этот Home Server использует логин, который не удалось распознать ",
|
||||
"Tagged as: ": "Теги: ",
|
||||
|
@ -762,12 +758,12 @@
|
|||
"Verified key": "Верифицированный ключ",
|
||||
"WARNING: Device already verified, but keys do NOT MATCH!": "ВНИМАНИЕ: устройство уже было верифицировано, однако ключи НЕ СОВПАДАЮТ!",
|
||||
"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!": "ВНИМАНИЕ: ОШИБКА ВЕРИФИКАЦИИ КЛЮЧЕЙ! Ключ для подписки устройства %(deviceId)s пользователя %(userId)s: \"%(fprint)s\", однако он не совпадает с предоставленным ключем \"%(fingerprint)s\". Это может означать перехват вашего канала коммуникации!",
|
||||
"You have <a>disabled</a> URL previews by default.": "Пред. просмотр ссылок <a>отключен</a> по-умолчанию.",
|
||||
"You have <a>disabled</a> URL previews by default.": "Предпросмотр ссылок <a>отключен</a> по-умолчанию.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Предпросмотр ссылок <a>включен</a> по-умолчанию.",
|
||||
"You have entered an invalid contact. Try using their Matrix ID or email address.": "Вы ввели неправильный адрес. Попробуйте использовать Matrix ID или адрес email.",
|
||||
"You need to enter a user name.": "Необходимо ввести имя пользователя.",
|
||||
"You seem to be in a call, are you sure you want to quit?": "Звонок не завершен, вы уверены, что хотите выйти?",
|
||||
"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.": "Вы не сможете отменить это действие, так как даете пользователю такой же уровень доступа, как и у вас.",
|
||||
"Set a Display Name": "Установить отображаемое имя",
|
||||
"(~%(searchCount)s results)": "(~%(searchCount)s результатов)",
|
||||
"%(severalUsers)shad their invitations withdrawn %(repeats)s times": "%(severalUsers)s отозвали свои приглашения %(repeats)s раз",
|
||||
|
@ -795,7 +791,7 @@
|
|||
"Failed to invite user": "Ошибка приглашения пользователя",
|
||||
"Failed to invite the following users to the %(roomName)s room:": "Ошибка приглашения следующих пользователей в %(roomName)s:",
|
||||
"Confirm Removal": "Подтвердите удаление",
|
||||
"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.": "Вы уверены, что хотите удалить этот эвент? Обратите внимание, что если это смена имени комнаты или топика, то удаление отменит это изменение.",
|
||||
"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.": "Вы уверены, что хотите удалить этот событие? Обратите внимание, что если это смена имени комнаты или топика, то удаление отменит это изменение.",
|
||||
"Unknown error": "Неизвестная ошибка",
|
||||
"Incorrect password": "Неправильный пароль",
|
||||
"This will make your account permanently unusable. You will not be able to re-register the same user ID.": "Это сделает вашу учетную запись нерабочей. Вы не сможете зарегистрироваться снова с тем же ID.",
|
||||
|
@ -846,14 +842,14 @@
|
|||
"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": "Удаленный или неизвестный тип сообщения",
|
||||
"Removed or unknown message type": "Удалено или тип сообщения неизвестен",
|
||||
"Disable URL previews by default for participants in this room": "Отключить предпросмотр URL для участников этой комнаты по-умолчанию",
|
||||
"URL previews are %(globalDisableUrlPreview)s by default for participants in this room.": "Предпросмотр URL %(globalDisableUrlPreview)s по-умолчанию для участников этой комнаты.",
|
||||
"URL Previews": "Предпросмотр URL",
|
||||
"Enable URL previews for this room (affects only you)": "Включить предпросмотр URL в этой комнате (только для вас)",
|
||||
"Drop file here to upload": "Перетащите файл сюда для загрузки",
|
||||
" (unsupported)": " (не поддерживается)",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "Идет конференц-звонок%(supportedText)s. %(joinText)s",
|
||||
"Ongoing conference call%(supportedText)s.": "Идет конференц-звонок%(supportedText)s.",
|
||||
"for %(amount)ss": "уже %(amount)sс",
|
||||
"for %(amount)sm": "уже %(amount)sм",
|
||||
"for %(amount)sh": "уже %(amount)sч",
|
||||
|
@ -900,7 +896,7 @@
|
|||
"Admin tools": "Админ утилита",
|
||||
"And %(count)s more...": "И %(count)s больше...",
|
||||
"Alias (optional)": "Псевдоним (опционально)",
|
||||
"<a>Click here</a> to join the discussion!": "<a> Нажми здесь</a> чтоб присоединиться к обсуждению!",
|
||||
"<a>Click here</a> to join the discussion!": "<a>Нажмите здесь</a>, чтобы присоединиться к обсуждению!",
|
||||
"Close": "Закрыть",
|
||||
"Disable Notifications": "Отключить оповещение",
|
||||
"Drop File Here": "Вставить сюда файл",
|
||||
|
@ -913,7 +909,7 @@
|
|||
"Incoming call from %(name)s": "Входящий вызов от %(name)s",
|
||||
"Incoming video call from %(name)s": "Входящий видио вызов от %(name)s",
|
||||
"Incoming voice call from %(name)s": "Входящий голосовой вызов от %(name)s",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Присоединен как <voiceText> голос</voiceText> или <videoText> видио </videoText>.",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Войти как <voiceText>голос</voiceText> или <videoText>видео</videoText>.",
|
||||
"Last seen": "В последний раз видели",
|
||||
"Level:": "Уровень:",
|
||||
"No display name": "Нет отображаемое имя",
|
||||
|
@ -936,7 +932,7 @@
|
|||
"Send anyway": "Отправить в любом случае",
|
||||
"Show Text Formatting Toolbar": "Показать панель инструментов форматирования текста",
|
||||
"This invitation was sent to an email address which is not associated with this account:": "Это приглашение было отправлено на адрес электронной почты, который не связан с этой учетной записью:",
|
||||
"To link to a room it must have <a>an address</a>.": "Для ссылки на комнату. Она должна иметь <a> адрес</a>.",
|
||||
"To link to a room it must have <a>an address</a>.": "Для ссылки на комнату необходим <a> адрес</a>.",
|
||||
"Unable to ascertain that the address this invite was sent to matches one associated with your account.": "Не удалось установить, что адрес на который было отправлено это приглашение соответствует вашей учетной записи.",
|
||||
"Undecryptable": "Невозможно расшифровать",
|
||||
"Unencrypted message": "Незашифрованое послание",
|
||||
|
@ -950,8 +946,19 @@
|
|||
"Would you like to <acceptText>accept</acceptText> or <declineText>decline</declineText> this invitation?": "Хотели бы вы <acceptText>подтвердить</acceptText> это приглашение или <declineText>отклонить</declineText>?",
|
||||
"(~%(count)s results).one": "(~%(count)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.": "Не удается подключиться к домашнему серверу - проверьте подключение, убедитесь, что ваш сертификат SSL <a>homeserver's SSL certificate</a> действителен, и расширение браузера не блокирует запросы.",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "%(userName) забанил Вас в % (roomName).",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "%(userName) выгнал Вас из %(roomName).",
|
||||
"You have been banned from %(roomName)s by %(userName)s.": "%(userName)s забанил Вас в %(roomName)s.",
|
||||
"You have been kicked from %(roomName)s by %(userName)s.": "%(userName)s выгнал Вас из %(roomName)s.",
|
||||
"You may wish to login with a different account, or add this email to this account.": "Вы можете войти в систему с другой учетной записью или добавить этот адрес email в эту учетную запись.",
|
||||
"Your home server does not support device management.": "Ваш домашний сервер не поддерживает управление устройствами."
|
||||
"Your home server does not support device management.": "Ваш домашний сервер не поддерживает управление устройствами.",
|
||||
"(could not connect media)": "(не удается подключиться к медиа)",
|
||||
"(no answer)": "(нет ответа)",
|
||||
"(unknown failure: %(reason)s)": "(неизвестная ошибка: %(reason)s",
|
||||
"Disable Peer-to-Peer for 1:1 calls": "Отключить Peer-to-Peer для 1:1 звонков",
|
||||
"Not a valid Riot keyfile": "Не действительный файл ключа Riot",
|
||||
"Your browser does not support the required cryptography extensions": "Ваш браузер не поддерживает требуемые расширения для криптографии",
|
||||
"Authentication check failed: incorrect password?": "Ошибка авторизации: неверный пароль?",
|
||||
"Do you want to set an email address?": "Вы хотите указать адрес электронной почты?",
|
||||
"This will allow you to reset your password and receive notifications.": "Это позволит вам сбросить пароль и получить уведомления.",
|
||||
"Press <StartChatButton> to start a chat with someone": "Нажмите <StartChatButton> для начала чата с кем либо",
|
||||
"You're not in any rooms yet! Press <CreateRoomButton> to make a room or <RoomDirectoryButton> to browse the directory": "Вы еще не в комнатах! Нажмите <CreateRoomButton>, чтобы создать комнату или <RoomDirectoryButton>, чтобы просмотреть каталог"
|
||||
}
|
||||
|
|
|
@ -119,7 +119,6 @@
|
|||
"zh-sg": "Kinesiska (Singapore)",
|
||||
"zh-tw": "Kinesiska (Taiwan)",
|
||||
"zu": "Zulu",
|
||||
"A registered account is required for this action": "Ett registrerat konto behövs för den här handlingen",
|
||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Ett SMS har skickats till +%(msisdn)s. Vänligen ange verifieringskoden ur meddelandet",
|
||||
"accept": "acceptera",
|
||||
"%(targetName)s accepted an invitation.": "%(targetName)s accepterade en inbjudan.",
|
||||
|
@ -222,7 +221,6 @@
|
|||
"decline": "avböj",
|
||||
"Decrypt %(text)s": "Dekryptera %(text)s",
|
||||
"Decryption error": "Dekrypteringsfel",
|
||||
"(default: %(userName)s)": "(standard: %(userName)s)",
|
||||
"Delete": "Radera",
|
||||
"demote": "degradera",
|
||||
"Deops user with given id": "Degraderar användaren med givet id",
|
||||
|
@ -291,5 +289,116 @@
|
|||
"Failed to upload file": "Det gick inte att ladda upp filen",
|
||||
"Failed to verify email address: make sure you clicked the link in the email": "Det gick inte att bekräfta epostadressen, klicka på länken i epostmeddelandet",
|
||||
"Favourite": "Favorit",
|
||||
"favourite": "favorit"
|
||||
"favourite": "favorit",
|
||||
"a room": "ett rum",
|
||||
"Accept": "Godkänn",
|
||||
"Access Token:": "Åtkomsttoken:",
|
||||
"Active call (%(roomName)s)": "Aktiv samtal (%(roomName)s)",
|
||||
"Add": "Lägg till",
|
||||
"Admin tools": "Admin verktyg",
|
||||
"And %(count)s more...": "Och %(count)s till...",
|
||||
"Alias (optional)": "Alias (valfri)",
|
||||
"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.": "Det gick inte att ansluta till servern - kontrollera anslutningen, försäkra att din <a>hemservers TLS-certifikat</a> är betrott, och att inget webbläsartillägg blockerar förfrågningar.",
|
||||
"%(senderName)s changed the power level of %(powerLevelDiffText)s.": "%(senderName)s ändrade maktnivån av %(powerLevelDiffText)s.",
|
||||
"changing room on a RoomView is not supported": "det går inte att byta rum i en RoomView",
|
||||
"<a>Click here</a> to join the discussion!": "<a>Klicka här</a> för att gå med i diskussionen!",
|
||||
"Close": "Stäng",
|
||||
"%(count)s new messages.one": "%(count)s nytt meddelande",
|
||||
"%(count)s new messages.other": "%(count)s nya meddelanden",
|
||||
"Create a new chat or reuse an existing one": "Skapa en ny chatt eller använd en existerande",
|
||||
"Custom": "Egen",
|
||||
"Decline": "Avvisa",
|
||||
"Disable Notifications": "Slå av aviseringar",
|
||||
"Disable markdown formatting": "Slå av Markdown-formattering",
|
||||
"Drop File Here": "Dra filen hit",
|
||||
"Enable Notifications": "Slå på aviseringar",
|
||||
"Encrypted by a verified device": "Krypterat av en verifierad enhet",
|
||||
"Encrypted by an unverified device": "Krypterat av en overifierad enhet",
|
||||
"Encryption is enabled in this room": "Kryptering är aktiverat i det här rummet",
|
||||
"Encryption is not enabled in this room": "Kryptering är inte aktiverat i det här rummet",
|
||||
"Enter passphrase": "Ge lösenfras",
|
||||
"Error: Problem communicating with the given homeserver.": "Fel: Det gick inte att kommunicera med den angivna hemservern.",
|
||||
"Failed to fetch avatar URL": "Det gick inte att hämta avatar-URL",
|
||||
"Failed to upload profile picture!": "Det gick inte att ladda upp profilbild!",
|
||||
"Failure to create room": "Det gick inte att skapa rum",
|
||||
"Favourites": "Favoriter",
|
||||
"Fill screen": "Fyll skärmen",
|
||||
"Filter room members": "Filtrera rumsmedlemmar",
|
||||
"Forget room": "Glöm bort rum",
|
||||
"Forgot your password?": "Glömt lösenord?",
|
||||
"For security, this session has been signed out. Please sign in again.": "Av säkerhetsskäl har den här sessionen loggats ut. Vänligen logga in igen.",
|
||||
"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 säkerhetsskäl kommer alla krypteringsnycklar att raderas från den här webbläsaren om du loggar ut. Om du vill läsa din krypterade meddelandehistorik från framtida Riot-sessioner, exportera nycklarna till förvar.",
|
||||
"Found a bug?": "Hittade du en bugg?",
|
||||
"%(userId)s from %(fromPowerLevel)s to %(toPowerLevel)s": "%(userId)s från %(fromPowerLevel)s till %(toPowerLevel)s",
|
||||
"Guest access is disabled on this Home Server.": "Gäståtkomst är inte aktiverat på den här hemservern.",
|
||||
"Guests can't set avatars. Please register.": "Gäster kan inte välja en profilbild. Vänligen registrera dig.",
|
||||
"Guest users can't create new rooms. Please register to create room and start a chat.": "Gäster kan inte skapa nya rum. Vänligen registrera dig för att skapa rum och starta chattar.",
|
||||
"Guest users can't upload files. Please register to upload.": "Gäster kan inte ladda upp filer. Vänligen registrera dig för att ladda upp.",
|
||||
"Guests can't use labs features. Please register.": "Gäster kan inte använda labb-egenskaper. Vänligen registrera dig.",
|
||||
"Guests cannot join this room even if explicitly invited.": "Gäster kan inte gå med i det här rummet fastän de är uttryckligen inbjudna.",
|
||||
"had": "hade",
|
||||
"Hangup": "Lägg på",
|
||||
"Hide read receipts": "Göm kvitteringar",
|
||||
"Hide Text Formatting Toolbar": "Göm textformatteringsverktygsfältet",
|
||||
"Historical": "Historiska",
|
||||
"Home": "Hem",
|
||||
"Homeserver is": "Hemservern är",
|
||||
"Identity Server is": "Identitetsservern är",
|
||||
"I have verified my email address": "Jag har verifierat min epostadress",
|
||||
"Import": "Importera",
|
||||
"Import E2E room keys": "Importera rumskrypteringsnycklar",
|
||||
"Incoming call from %(name)s": "Inkommande samtal från %(name)s",
|
||||
"Incoming video call from %(name)s": "Inkommande videosamtal från %(name)s",
|
||||
"Incoming voice call from %(name)s": "Inkommande röstsamtal från %(name)s",
|
||||
"Incorrect username and/or password.": "Fel användarnamn och/eller lösenord.",
|
||||
"Incorrect verification code": "Fel verifieringskod",
|
||||
"Interface Language": "Gränssnittsspråk",
|
||||
"Invalid alias format": "Fel alias-format",
|
||||
"Invalid address format": "Fel adressformat",
|
||||
"Invalid Email Address": "Ogiltig epostadress",
|
||||
"Invalid file%(extra)s": "Fel fil%(extra)s",
|
||||
"%(senderName)s invited %(targetName)s.": "%(senderName)s bjöd in %(targetName)s.",
|
||||
"Invite new room members": "Bjud in nya rumsmedlemmar",
|
||||
"Invited": "Inbjuden",
|
||||
"Invites": "Inbjudningar",
|
||||
"Invites user with given id to current room": "Bjuder in användaren med det givna ID:t till det nuvarande rummet",
|
||||
"'%(alias)s' is not a valid format for an address": "'%(alias)s' är inte ett giltigt format för en adress",
|
||||
"'%(alias)s' is not a valid format for an alias": "'%(alias)s' är inte ett giltigt format för ett alias",
|
||||
"%(displayName)s is typing": "%(displayName)s skriver",
|
||||
"Sign in with": "Logga in med",
|
||||
"Join as <voiceText>voice</voiceText> or <videoText>video</videoText>.": "Gå med som <voiceText>röst</voiceText> eller <videoText>video</videoText>.",
|
||||
"Join Room": "Gå med i rum",
|
||||
"joined and left": "gick med och lämnade",
|
||||
"joined": "gick med",
|
||||
"%(targetName)s joined the room.": "%(targetName)s gick med i rummet.",
|
||||
"Joins room with given alias": "Går med i rummet med givet alias",
|
||||
"Jump to first unread message.": "Hoppa till första olästa meddelande",
|
||||
"%(senderName)s kicked %(targetName)s.": "%(senderName)s kickade %(targetName)s.",
|
||||
"Kick": "Kicka",
|
||||
"Kicks user with given id": "Kickar användaren med givet ID",
|
||||
"Labs": "Labb",
|
||||
"Last seen": "Senast sedd",
|
||||
"Leave room": "Lämna rummet",
|
||||
"left and rejoined": "lämnade rummet och kom tillbaka",
|
||||
"left": "lämnade",
|
||||
"%(targetName)s left the room.": "%(targetName)s lämnade rummet.",
|
||||
"Level:": "Nivå:",
|
||||
"List this room in %(domain)s's room directory?": "Visa det här rummet i katalogen på %(domain)s?",
|
||||
"Local addresses for this room:": "Lokala adresser för rummet:",
|
||||
"Logged in as:": "Inloggad som:",
|
||||
"Login as guest": "Logga in som gäst",
|
||||
"Logout": "Logga ut",
|
||||
"Low priority": "Lågprioritet",
|
||||
"%(senderName)s made future room history visible to": "%(senderName)s gjorde framtida rumshistorik synligt åt",
|
||||
"Manage Integrations": "Hantera integrationer",
|
||||
"Markdown is disabled": "Markdown är inaktiverat",
|
||||
"Markdown is enabled": "Markdown är aktiverat",
|
||||
"matrix-react-sdk version:": "matrix-react-sdk -version:",
|
||||
"Members only": "Endast medlemmar",
|
||||
"Message not sent due to unknown devices being present": "Meddelandet skickades inte eftersom det finns okända enheter i rummet",
|
||||
"Missing room_id in request": "room_id saknas i förfrågan",
|
||||
"Missing user_id in request": "user_id saknas i förfrågan",
|
||||
"Mobile phone number": "Telefonnummer",
|
||||
"Mobile phone number (optional)": "Telefonnummer (valfri)",
|
||||
"Moderator": "Moderator"
|
||||
}
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
"Create Room": "สรัางห้อง",
|
||||
"Delete": "ลบ",
|
||||
"Default": "ค่าเริ่มต้น",
|
||||
"(default: %(userName)s)": "(ค่าเริ่มต้น: %(userName)s)",
|
||||
"Default Device": "อุปกรณ์เริ่มต้น",
|
||||
"%(senderName)s banned %(targetName)s.": "%(senderName)s แบน %(targetName)s แล้ว",
|
||||
"%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s เปลี่ยนหัวข้อเป็น \"%(topic)s\"",
|
||||
|
@ -262,7 +261,6 @@
|
|||
"Privileged Users": "ผู้ใช้ที่มีสิทธิพิเศษ",
|
||||
"Revoke Moderator": "เพิกถอนผู้ช่วยดูแล",
|
||||
"Refer a friend to Riot:": "แนะนำเพื่อนให้รู้จัก Riot:",
|
||||
"Registration required": "ต้องลงทะเบียนก่อน",
|
||||
"rejected": "ปฏิเสธแล้ว",
|
||||
"%(targetName)s rejected the invitation.": "%(targetName)s ปฏิเสธคำเชิญแล้ว",
|
||||
"Reject invitation": "ปฏิเสธคำเชิญ",
|
||||
|
@ -296,7 +294,6 @@
|
|||
"Server unavailable, overloaded, or something else went wrong.": "เซิร์ฟเวอร์อาจไม่พร้อมใช้งาน ทำงานหนักเกินไป หรือบางอย่างผิดปกติ",
|
||||
"%(senderName)s set a profile picture.": "%(senderName)s ตั้งรูปโปรไฟล์",
|
||||
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s ตั้งชื่อที่แสดงเป็น %(displayName)s",
|
||||
"Setting a user name will create a fresh account": "การตั้งชื่อผู้ใช้จะสร้างบัญชีใหม่",
|
||||
"Show panel": "แสดงหน้าต่าง",
|
||||
"Signed Out": "ออกจากระบบแล้ว",
|
||||
"Sign in": "เข้าสู่ระบบ",
|
||||
|
|
159
src/i18n/strings/uk.json
Normal file
159
src/i18n/strings/uk.json
Normal file
|
@ -0,0 +1,159 @@
|
|||
{
|
||||
"af": "афрікаанс",
|
||||
"ar-ae": "арабська (ОАЕ)",
|
||||
"ar-bh": "арабська (Бахрейн)",
|
||||
"ar-dz": "арабська (Алжир)",
|
||||
"ar-eg": "арабська (Єгипет)",
|
||||
"ar-iq": "арабська (Ірак)",
|
||||
"ar-jo": "арабська (Йорданія)",
|
||||
"ar-kw": "арабська (Кувейт)",
|
||||
"ar-lb": "арабська (Ліван)",
|
||||
"ar-ly": "арабська (Лівія)",
|
||||
"ar-ma": "арабська (Марокко)",
|
||||
"ar-om": "арабська (Оман)",
|
||||
"ar-qa": "арабська (Катар)",
|
||||
"ar-sa": "арабська (Саудівська Аравія)",
|
||||
"ar-sy": "арабська (Сирія)",
|
||||
"ar-tn": "арабська (Туніс)",
|
||||
"ar-ye": "арабська (Йемен)",
|
||||
"be": "білоруська",
|
||||
"bg": "болгарська",
|
||||
"ca": "каталонська",
|
||||
"cs": "чеська",
|
||||
"da": "данська",
|
||||
"de-at": "німецька (Австрія)",
|
||||
"de-ch": "німецька (Швейцарія)",
|
||||
"de": "німецька",
|
||||
"de-li": "німецька (Ліхтенштейн)",
|
||||
"de-lu": "німецька (Люксембург)",
|
||||
"el": "грецька",
|
||||
"en-au": "англійська (Австралія)",
|
||||
"en-bz": "англійська (Беліз)",
|
||||
"en-ca": "англійська (Канада)",
|
||||
"en": "англійська",
|
||||
"en-gb": "англійська (Великобританія)",
|
||||
"en-ie": "англійська (Ірландія)",
|
||||
"en-jm": "англійська (Ямайка)",
|
||||
"en-nz": "англійська (Нова Зеландія)",
|
||||
"en-tt": "англійська (Тринідад)",
|
||||
"en-us": "англійська (Сполучені Штати)",
|
||||
"en-za": "англійська (ПАР)",
|
||||
"es-ar": "іспанська (Аргентина)",
|
||||
"es-bo": "іспанська (Болівія)",
|
||||
"es-cl": "іспанська (Чилі)",
|
||||
"es-co": "іспанська (Колумбія)",
|
||||
"es-cr": "іспанська (Коста Ріка)",
|
||||
"es-do": "іспанська (Домініканська Республіка)",
|
||||
"es-ec": "іспанська (Еквадор)",
|
||||
"es-gt": "іспанська (Гватемала)",
|
||||
"es-hn": "іспанська (Гондурас)",
|
||||
"es-mx": "іспанська (Мексика)",
|
||||
"es-ni": "іспанська (Нікарагуа)",
|
||||
"es-pa": "іспанська (Панама)",
|
||||
"es-pe": "іспанська (Перу)",
|
||||
"es-pr": "іспанська (Пуерто Ріко)",
|
||||
"es-py": "іспанська (Парагвай)",
|
||||
"es": "іспанська (Іспанія)",
|
||||
"es-sv": "іспанська (Сальвадор)",
|
||||
"es-uy": "іспанська (Уругвай)",
|
||||
"es-ve": "іспанська (Венесуела)",
|
||||
"et": "естонська",
|
||||
"eu": "баскійська",
|
||||
"fa": "перська",
|
||||
"fi": "фінська",
|
||||
"fo": "фарерська",
|
||||
"Cancel": "Скасувати",
|
||||
"Close": "Закрити",
|
||||
"Create new room": "Створити нову кімнату",
|
||||
"Custom Server Options": "Нетипові параметри сервера",
|
||||
"Direct Chat": "Прямий чат",
|
||||
"Dismiss": "Відхилити",
|
||||
"Drop here %(toAction)s": "Кидайте сюди %(toAction)s",
|
||||
"Error": "Помилка",
|
||||
"Failed to forget room %(errCode)s": "Не вдалось забути кімнату %(errCode)s",
|
||||
"Failed to join the room": "Не вдалося приєднатись до кімнати",
|
||||
"Favourite": "Вибране",
|
||||
"Mute": "Стишити",
|
||||
"Notifications": "Сповіщення",
|
||||
"Operation failed": "Не вдалося виконати дію",
|
||||
"Please Register": "Зареєструйтеся, будь ласка",
|
||||
"powered by Matrix": "працює на Matrix",
|
||||
"Remove": "Прибрати",
|
||||
"Room directory": "Каталог кімнат",
|
||||
"Search": "Пошук",
|
||||
"Settings": "Налаштування",
|
||||
"Start chat": "Почати розмову",
|
||||
"unknown error code": "невідомий код помилки",
|
||||
"Sunday": "Неділя",
|
||||
"Monday": "Понеділок",
|
||||
"Tuesday": "Вівторок",
|
||||
"Wednesday": "Середа",
|
||||
"Thursday": "Четвер",
|
||||
"Friday": "П'ятниця",
|
||||
"Saturday": "Субота",
|
||||
"OK": "Гаразд",
|
||||
"Welcome page": "Ласкаво просимо",
|
||||
"Failed to change password. Is your password correct?": "Не вдалось змінити пароль. Ви впевнені, що пароль введено правильно?",
|
||||
"Continue": "Продовжити",
|
||||
"fr-be": "французька (Бельгія)",
|
||||
"fr-ca": "французька (Канада)",
|
||||
"fr-ch": "французька (Швейцарія)",
|
||||
"fr": "французька",
|
||||
"fr-lu": "французька (Люксембург)",
|
||||
"ga": "ірландська",
|
||||
"gd": "гельська (Шотландія)",
|
||||
"he": "іврит",
|
||||
"hi": "гінді",
|
||||
"hr": "хорватська",
|
||||
"hu": "угорська",
|
||||
"id": "індонезійська",
|
||||
"is": "ісландська",
|
||||
"it-ch": "італійська (Швейцарія)",
|
||||
"it": "італійська",
|
||||
"ja": "японська",
|
||||
"ji": "ідиш",
|
||||
"ko": "корейська",
|
||||
"lt": "литовська",
|
||||
"lv": "латвійська",
|
||||
"mk": "македонська (КЮРМ)",
|
||||
"ms": "малайська",
|
||||
"mt": "мальтійська",
|
||||
"nl-be": "нідерландська (Бельгія)",
|
||||
"nl": "нідерландська",
|
||||
"no": "норвезька",
|
||||
"pl": "польська",
|
||||
"pt-br": "бразильська португальська",
|
||||
"pt": "португальська",
|
||||
"rm": "ретороманська",
|
||||
"ro-mo": "румунська (Молдова)",
|
||||
"ro": "румунська",
|
||||
"ru-mo": "російська (Молдова)",
|
||||
"ru": "російська",
|
||||
"sb": "лужицька",
|
||||
"sk": "словацька",
|
||||
"sl": "словенська",
|
||||
"sq": "албанська",
|
||||
"sr": "сербська",
|
||||
"sv-fi": "шведська (Фінляндія)",
|
||||
"sv": "шведська",
|
||||
"sx": "сесото",
|
||||
"sz": "північносаамська",
|
||||
"th": "тайська",
|
||||
"tn": "свана",
|
||||
"tr": "турецька",
|
||||
"ts": "тсонга",
|
||||
"uk": "українська",
|
||||
"ur": "урду",
|
||||
"ve": "венда",
|
||||
"vi": "в’єтнамська",
|
||||
"xh": "коса",
|
||||
"zh-cn": "спрощена китайська (КНР)",
|
||||
"zh-hk": "традиційна китайська (Гонконг)",
|
||||
"zh-sg": "спрощена китайська (Сингапур)",
|
||||
"zh-tw": "традиційна китайська (Тайвань)",
|
||||
"zu": "зулу",
|
||||
"a room": "кімната",
|
||||
"A text message has been sent to +%(msisdn)s. Please enter the verification code it contains": "Текстове повідомлення було надіслано +%(msisdn)s. Введіть, будь ласка, код підтвердження з цього повідомлення",
|
||||
"Accept": "Прийняти",
|
||||
"Account": "Обліковка"
|
||||
}
|
|
@ -352,5 +352,9 @@
|
|||
"Password:": "密码:",
|
||||
"Passwords can't be empty": "密码不能为空",
|
||||
"Permissions": "权限",
|
||||
"Phone": "电话"
|
||||
"Phone": "电话",
|
||||
"Cancel": "取消",
|
||||
"Create new room": "创建新房间",
|
||||
"Custom Server Options": "自定义服务器选项",
|
||||
"Dismiss": "设为已读"
|
||||
}
|
||||
|
|
|
@ -340,7 +340,6 @@
|
|||
"device id: ": "裝置 id:",
|
||||
"Reason": "原因",
|
||||
"Register": "注冊",
|
||||
"Registration required": "要求註冊",
|
||||
"rejected": "拒絕",
|
||||
"Default server": "默認的伺服器",
|
||||
"Custom server": "自定的伺服器",
|
||||
|
@ -353,7 +352,7 @@
|
|||
"This image cannot be displayed.": "這張圖片無法顯示",
|
||||
"Error decrypting video": "解密影片出錯",
|
||||
"Add an Integration": "新增整合器",
|
||||
"Ongoing conference call%(supportedText)s. %(joinText)s": "%(supportedText)s. %(joinText)s 正在進行電話會議",
|
||||
"Ongoing conference call%(supportedText)s.": "%(supportedText)s. 正在進行電話會議",
|
||||
" (unsupported)": " (不支持)",
|
||||
"URL Previews": "網址預覽",
|
||||
"Enable URL previews for this room (affects only you)": "啟用此房間的網址預覽(僅影響您)",
|
||||
|
|
|
@ -15,6 +15,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import Skinner from './Skinner';
|
||||
import RtsClient from './RtsClient';
|
||||
|
||||
module.exports.loadSkin = function(skinObject) {
|
||||
Skinner.load(skinObject);
|
||||
|
@ -27,3 +28,7 @@ module.exports.resetSkin = function() {
|
|||
module.exports.getComponent = function(componentName) {
|
||||
return Skinner.getComponent(componentName);
|
||||
};
|
||||
|
||||
module.exports.setFetch = function(fetchFunction) {
|
||||
RtsClient.setFetch(fetchFunction);
|
||||
};
|
||||
|
|
|
@ -18,6 +18,7 @@ limitations under the License.
|
|||
import request from 'browser-request';
|
||||
import counterpart from 'counterpart';
|
||||
import q from 'q';
|
||||
import React from 'react';
|
||||
|
||||
import UserSettingsStore from './UserSettingsStore';
|
||||
|
||||
|
@ -78,7 +79,7 @@ export function _t(...args) {
|
|||
* with multiple args, each arg representing a captured group of the matching regexp.
|
||||
* This function must return a JSX node.
|
||||
*
|
||||
* @return A list of strings/JSX nodes.
|
||||
* @return a React <span> component containing the generated text
|
||||
*/
|
||||
export function _tJsx(jsxText, patterns, subs) {
|
||||
// convert everything to arrays
|
||||
|
@ -121,7 +122,10 @@ export function _tJsx(jsxText, patterns, subs) {
|
|||
output.push(inputText.substr(match.index + match[0].length));
|
||||
}
|
||||
|
||||
return output;
|
||||
// this is a bit of a fudge to avoid the 'Each child in an array or iterator
|
||||
// should have a unique "key" prop' error: we explicitly pass the generated
|
||||
// nodes into React.createElement as children of a <span>.
|
||||
return React.createElement('span', null, ...output);
|
||||
}
|
||||
|
||||
// Allow overriding the text displayed when no translation exists
|
||||
|
|
|
@ -55,6 +55,8 @@ const INITIAL_STATE = {
|
|||
// pixelOffset: the number of pixels the window is scrolled down
|
||||
// from the focussedEvent.
|
||||
scrollStateMap: {},
|
||||
|
||||
forwardingEvent: null,
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -116,6 +118,11 @@ class RoomViewStore extends Store {
|
|||
case 'update_scroll_state':
|
||||
this._updateScrollState(payload);
|
||||
break;
|
||||
case 'forward_event':
|
||||
this._setState({
|
||||
forwardingEvent: payload.event,
|
||||
});
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -123,11 +130,15 @@ class RoomViewStore extends Store {
|
|||
if (payload.room_id) {
|
||||
const newState = {
|
||||
roomId: payload.room_id,
|
||||
roomAlias: payload.room_alias,
|
||||
initialEventId: payload.event_id,
|
||||
initialEventPixelOffset: undefined,
|
||||
isInitialEventHighlighted: payload.highlighted,
|
||||
forwardingEvent: null,
|
||||
roomLoading: false,
|
||||
roomLoadError: null,
|
||||
// should peek by default
|
||||
shouldPeek: payload.should_peek === undefined ? true : payload.should_peek,
|
||||
};
|
||||
|
||||
// If an event ID wasn't specified, default to the one saved for this room
|
||||
|
@ -140,6 +151,14 @@ class RoomViewStore extends Store {
|
|||
}
|
||||
}
|
||||
|
||||
if (this._state.forwardingEvent) {
|
||||
dis.dispatch({
|
||||
action: 'send_event',
|
||||
room_id: newState.roomId,
|
||||
event: this._state.forwardingEvent,
|
||||
});
|
||||
}
|
||||
|
||||
this._setState(newState);
|
||||
} else if (payload.room_alias) {
|
||||
// Resolve the alias and then do a second dispatch with the room ID acquired
|
||||
|
@ -275,6 +294,15 @@ class RoomViewStore extends Store {
|
|||
getJoinError() {
|
||||
return this._state.joinError;
|
||||
}
|
||||
|
||||
// The mxEvent if one is about to be forwarded
|
||||
getForwardingEvent() {
|
||||
return this._state.forwardingEvent;
|
||||
}
|
||||
|
||||
shouldPeek() {
|
||||
return this._state.shouldPeek;
|
||||
}
|
||||
}
|
||||
|
||||
let singletonRoomViewStore = null;
|
||||
|
|
|
@ -27,31 +27,57 @@ if (!TextDecoder) {
|
|||
TextDecoder = TextEncodingUtf8.TextDecoder;
|
||||
}
|
||||
|
||||
import { _t } from '../languageHandler';
|
||||
|
||||
|
||||
const subtleCrypto = window.crypto.subtle || window.crypto.webkitSubtle;
|
||||
|
||||
/**
|
||||
* Make an Error object which has a friendlyText property which is already
|
||||
* translated and suitable for showing to the user.
|
||||
*
|
||||
* @param {string} msg message for the exception
|
||||
* @param {string} friendlyText
|
||||
* @returns {Error}
|
||||
*/
|
||||
function friendlyError(msg, friendlyText) {
|
||||
const e = new Error(msg);
|
||||
e.friendlyText = friendlyText;
|
||||
return e;
|
||||
}
|
||||
|
||||
function cryptoFailMsg() {
|
||||
return _t('Your browser does not support the required cryptography extensions');
|
||||
}
|
||||
|
||||
/**
|
||||
* Decrypt a megolm key file
|
||||
*
|
||||
* @param {ArrayBuffer} data file to decrypt
|
||||
* @param {String} password
|
||||
* @return {Promise<String>} promise for decrypted output
|
||||
*
|
||||
*
|
||||
*/
|
||||
export function decryptMegolmKeyFile(data, password) {
|
||||
export async function decryptMegolmKeyFile(data, password) {
|
||||
const body = unpackMegolmKeyFile(data);
|
||||
|
||||
// check we have a version byte
|
||||
if (body.length < 1) {
|
||||
throw new Error('Invalid file: too short');
|
||||
throw friendlyError('Invalid file: too short',
|
||||
_t('Not a valid Riot keyfile'));
|
||||
}
|
||||
|
||||
const version = body[0];
|
||||
if (version !== 1) {
|
||||
throw new Error('Unsupported version');
|
||||
throw friendlyError('Unsupported version',
|
||||
_t('Not a valid Riot keyfile'));
|
||||
}
|
||||
|
||||
const ciphertextLength = body.length-(1+16+16+4+32);
|
||||
if (ciphertextLength < 0) {
|
||||
throw new Error('Invalid file: too short');
|
||||
throw friendlyError('Invalid file: too short',
|
||||
_t('Not a valid Riot keyfile'));
|
||||
}
|
||||
|
||||
const salt = body.subarray(1, 1+16);
|
||||
|
@ -60,33 +86,41 @@ export function decryptMegolmKeyFile(data, password) {
|
|||
const ciphertext = body.subarray(37, 37+ciphertextLength);
|
||||
const hmac = body.subarray(-32);
|
||||
|
||||
return deriveKeys(salt, iterations, password).then((keys) => {
|
||||
const [aesKey, hmacKey] = keys;
|
||||
const [aesKey, hmacKey] = await deriveKeys(salt, iterations, password);
|
||||
const toVerify = body.subarray(0, -32);
|
||||
|
||||
const toVerify = body.subarray(0, -32);
|
||||
return subtleCrypto.verify(
|
||||
let isValid;
|
||||
try {
|
||||
isValid = await subtleCrypto.verify(
|
||||
{name: 'HMAC'},
|
||||
hmacKey,
|
||||
hmac,
|
||||
toVerify,
|
||||
).then((isValid) => {
|
||||
if (!isValid) {
|
||||
throw new Error('Authentication check failed: incorrect password?');
|
||||
}
|
||||
);
|
||||
} catch (e) {
|
||||
throw friendlyError('subtleCrypto.verify failed: ' + e, cryptoFailMsg());
|
||||
}
|
||||
if (!isValid) {
|
||||
throw friendlyError('hmac mismatch',
|
||||
_t('Authentication check failed: incorrect password?'));
|
||||
}
|
||||
|
||||
return subtleCrypto.decrypt(
|
||||
{
|
||||
name: "AES-CTR",
|
||||
counter: iv,
|
||||
length: 64,
|
||||
},
|
||||
aesKey,
|
||||
ciphertext,
|
||||
);
|
||||
});
|
||||
}).then((plaintext) => {
|
||||
return new TextDecoder().decode(new Uint8Array(plaintext));
|
||||
});
|
||||
let plaintext;
|
||||
try {
|
||||
plaintext = await subtleCrypto.decrypt(
|
||||
{
|
||||
name: "AES-CTR",
|
||||
counter: iv,
|
||||
length: 64,
|
||||
},
|
||||
aesKey,
|
||||
ciphertext,
|
||||
);
|
||||
} catch(e) {
|
||||
throw friendlyError('subtleCrypto.decrypt failed: ' + e, cryptoFailMsg());
|
||||
}
|
||||
|
||||
return new TextDecoder().decode(new Uint8Array(plaintext));
|
||||
}
|
||||
|
||||
|
||||
|
@ -100,7 +134,7 @@ export function decryptMegolmKeyFile(data, password) {
|
|||
* key-derivation function.
|
||||
* @return {Promise<ArrayBuffer>} promise for encrypted output
|
||||
*/
|
||||
export function encryptMegolmKeyFile(data, password, options) {
|
||||
export async function encryptMegolmKeyFile(data, password, options) {
|
||||
options = options || {};
|
||||
const kdfRounds = options.kdf_rounds || 500000;
|
||||
|
||||
|
@ -115,44 +149,54 @@ export function encryptMegolmKeyFile(data, password, options) {
|
|||
// of a single bit of iv is a price we have to pay.
|
||||
iv[9] &= 0x7f;
|
||||
|
||||
return deriveKeys(salt, kdfRounds, password).then((keys) => {
|
||||
const [aesKey, hmacKey] = keys;
|
||||
const [aesKey, hmacKey] = await deriveKeys(salt, kdfRounds, password);
|
||||
const encodedData = new TextEncoder().encode(data);
|
||||
|
||||
return subtleCrypto.encrypt(
|
||||
let ciphertext;
|
||||
try {
|
||||
ciphertext = await subtleCrypto.encrypt(
|
||||
{
|
||||
name: "AES-CTR",
|
||||
counter: iv,
|
||||
length: 64,
|
||||
},
|
||||
aesKey,
|
||||
new TextEncoder().encode(data),
|
||||
).then((ciphertext) => {
|
||||
const cipherArray = new Uint8Array(ciphertext);
|
||||
const bodyLength = (1+salt.length+iv.length+4+cipherArray.length+32);
|
||||
const resultBuffer = new Uint8Array(bodyLength);
|
||||
let idx = 0;
|
||||
resultBuffer[idx++] = 1; // version
|
||||
resultBuffer.set(salt, idx); idx += salt.length;
|
||||
resultBuffer.set(iv, idx); idx += iv.length;
|
||||
resultBuffer[idx++] = kdfRounds >> 24;
|
||||
resultBuffer[idx++] = (kdfRounds >> 16) & 0xff;
|
||||
resultBuffer[idx++] = (kdfRounds >> 8) & 0xff;
|
||||
resultBuffer[idx++] = kdfRounds & 0xff;
|
||||
resultBuffer.set(cipherArray, idx); idx += cipherArray.length;
|
||||
encodedData,
|
||||
);
|
||||
} catch (e) {
|
||||
throw friendlyError('subtleCrypto.encrypt failed: ' + e, cryptoFailMsg());
|
||||
}
|
||||
|
||||
const toSign = resultBuffer.subarray(0, idx);
|
||||
const cipherArray = new Uint8Array(ciphertext);
|
||||
const bodyLength = (1+salt.length+iv.length+4+cipherArray.length+32);
|
||||
const resultBuffer = new Uint8Array(bodyLength);
|
||||
let idx = 0;
|
||||
resultBuffer[idx++] = 1; // version
|
||||
resultBuffer.set(salt, idx); idx += salt.length;
|
||||
resultBuffer.set(iv, idx); idx += iv.length;
|
||||
resultBuffer[idx++] = kdfRounds >> 24;
|
||||
resultBuffer[idx++] = (kdfRounds >> 16) & 0xff;
|
||||
resultBuffer[idx++] = (kdfRounds >> 8) & 0xff;
|
||||
resultBuffer[idx++] = kdfRounds & 0xff;
|
||||
resultBuffer.set(cipherArray, idx); idx += cipherArray.length;
|
||||
|
||||
return subtleCrypto.sign(
|
||||
{name: 'HMAC'},
|
||||
hmacKey,
|
||||
toSign,
|
||||
).then((hmac) => {
|
||||
hmac = new Uint8Array(hmac);
|
||||
resultBuffer.set(hmac, idx);
|
||||
return packMegolmKeyFile(resultBuffer);
|
||||
});
|
||||
});
|
||||
});
|
||||
const toSign = resultBuffer.subarray(0, idx);
|
||||
|
||||
let hmac;
|
||||
try {
|
||||
hmac = await subtleCrypto.sign(
|
||||
{name: 'HMAC'},
|
||||
hmacKey,
|
||||
toSign,
|
||||
);
|
||||
} catch (e) {
|
||||
throw friendlyError('subtleCrypto.sign failed: ' + e, cryptoFailMsg());
|
||||
}
|
||||
|
||||
|
||||
const hmacArray = new Uint8Array(hmac);
|
||||
resultBuffer.set(hmacArray, idx);
|
||||
return packMegolmKeyFile(resultBuffer);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -163,16 +207,25 @@ export function encryptMegolmKeyFile(data, password, options) {
|
|||
* @param {String} password password
|
||||
* @return {Promise<[CryptoKey, CryptoKey]>} promise for [aes key, hmac key]
|
||||
*/
|
||||
function deriveKeys(salt, iterations, password) {
|
||||
async function deriveKeys(salt, iterations, password) {
|
||||
const start = new Date();
|
||||
return subtleCrypto.importKey(
|
||||
'raw',
|
||||
new TextEncoder().encode(password),
|
||||
{name: 'PBKDF2'},
|
||||
false,
|
||||
['deriveBits'],
|
||||
).then((key) => {
|
||||
return subtleCrypto.deriveBits(
|
||||
|
||||
let key;
|
||||
try {
|
||||
key = await subtleCrypto.importKey(
|
||||
'raw',
|
||||
new TextEncoder().encode(password),
|
||||
{name: 'PBKDF2'},
|
||||
false,
|
||||
['deriveBits'],
|
||||
);
|
||||
} catch (e) {
|
||||
throw friendlyError('subtleCrypto.importKey failed: ' + e, cryptoFailMsg());
|
||||
}
|
||||
|
||||
let keybits;
|
||||
try {
|
||||
keybits = await subtleCrypto.deriveBits(
|
||||
{
|
||||
name: 'PBKDF2',
|
||||
salt: salt,
|
||||
|
@ -182,32 +235,40 @@ function deriveKeys(salt, iterations, password) {
|
|||
key,
|
||||
512,
|
||||
);
|
||||
}).then((keybits) => {
|
||||
const now = new Date();
|
||||
console.log("E2e import/export: deriveKeys took " + (now - start) + "ms");
|
||||
} catch (e) {
|
||||
throw friendlyError('subtleCrypto.deriveBits failed: ' + e, cryptoFailMsg());
|
||||
}
|
||||
|
||||
const aesKey = keybits.slice(0, 32);
|
||||
const hmacKey = keybits.slice(32);
|
||||
const now = new Date();
|
||||
console.log("E2e import/export: deriveKeys took " + (now - start) + "ms");
|
||||
|
||||
const aesProm = subtleCrypto.importKey(
|
||||
'raw',
|
||||
aesKey,
|
||||
{name: 'AES-CTR'},
|
||||
false,
|
||||
['encrypt', 'decrypt'],
|
||||
);
|
||||
const hmacProm = subtleCrypto.importKey(
|
||||
'raw',
|
||||
hmacKey,
|
||||
{
|
||||
name: 'HMAC',
|
||||
hash: {name: 'SHA-256'},
|
||||
},
|
||||
false,
|
||||
['sign', 'verify'],
|
||||
);
|
||||
return Promise.all([aesProm, hmacProm]);
|
||||
const aesKey = keybits.slice(0, 32);
|
||||
const hmacKey = keybits.slice(32);
|
||||
|
||||
const aesProm = subtleCrypto.importKey(
|
||||
'raw',
|
||||
aesKey,
|
||||
{name: 'AES-CTR'},
|
||||
false,
|
||||
['encrypt', 'decrypt'],
|
||||
).catch((e) => {
|
||||
throw friendlyError('subtleCrypto.importKey failed for AES key: ' + e, cryptoFailMsg());
|
||||
});
|
||||
|
||||
const hmacProm = subtleCrypto.importKey(
|
||||
'raw',
|
||||
hmacKey,
|
||||
{
|
||||
name: 'HMAC',
|
||||
hash: {name: 'SHA-256'},
|
||||
},
|
||||
false,
|
||||
['sign', 'verify'],
|
||||
).catch((e) => {
|
||||
throw friendlyError('subtleCrypto.importKey failed for HMAC key: ' + e, cryptoFailMsg());
|
||||
});
|
||||
|
||||
return await Promise.all([aesProm, hmacProm]);
|
||||
}
|
||||
|
||||
const HEADER_LINE = '-----BEGIN MEGOLM SESSION DATA-----';
|
||||
|
|
55
src/utils/createMatrixClient.js
Normal file
55
src/utils/createMatrixClient.js
Normal file
|
@ -0,0 +1,55 @@
|
|||
/*
|
||||
Copyright 2017 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.
|
||||
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 Matrix from 'matrix-js-sdk';
|
||||
|
||||
const localStorage = window.localStorage;
|
||||
|
||||
/**
|
||||
* Create a new matrix client, with the persistent stores set up appropriately
|
||||
* (using localstorage/indexeddb, etc)
|
||||
*
|
||||
* @param {Object} opts options to pass to Matrix.createClient. This will be
|
||||
* extended with `sessionStore` and `store` members.
|
||||
*
|
||||
* @param {string} indexedDbWorkerScript Optional URL for a web worker script
|
||||
* for IndexedDB store operations. If not given, indexeddb ops are done on
|
||||
* the main thread.
|
||||
*
|
||||
* @returns {MatrixClient} the newly-created MatrixClient
|
||||
*/
|
||||
export default function createMatrixClient(opts, indexedDbWorkerScript) {
|
||||
const storeOpts = {};
|
||||
|
||||
if (localStorage) {
|
||||
storeOpts.sessionStore = new Matrix.WebStorageSessionStore(localStorage);
|
||||
}
|
||||
if (window.indexedDB && localStorage) {
|
||||
// FIXME: bodge to remove old database. Remove this after a few weeks.
|
||||
window.indexedDB.deleteDatabase("matrix-js-sdk:default");
|
||||
|
||||
storeOpts.store = new Matrix.IndexedDBStore({
|
||||
indexedDB: window.indexedDB,
|
||||
dbName: "riot-web-sync",
|
||||
localStorage: localStorage,
|
||||
workerScript: indexedDbWorkerScript,
|
||||
});
|
||||
}
|
||||
|
||||
opts = Object.assign(storeOpts, opts);
|
||||
|
||||
return Matrix.createClient(opts);
|
||||
}
|
|
@ -81,15 +81,23 @@ describe('MegolmExportEncryption', function() {
|
|||
describe('decrypt', function() {
|
||||
it('should handle missing header', function() {
|
||||
const input=stringToArray(`-----`);
|
||||
expect(()=>MegolmExportEncryption.decryptMegolmKeyFile(input, ''))
|
||||
.toThrow('Header line not found');
|
||||
return MegolmExportEncryption.decryptMegolmKeyFile(input, '')
|
||||
.then((res) => {
|
||||
throw new Error('expected to throw');
|
||||
}, (error) => {
|
||||
expect(error.message).toEqual('Header line not found');
|
||||
});
|
||||
});
|
||||
|
||||
it('should handle missing trailer', function() {
|
||||
const input=stringToArray(`-----BEGIN MEGOLM SESSION DATA-----
|
||||
-----`);
|
||||
expect(()=>MegolmExportEncryption.decryptMegolmKeyFile(input, ''))
|
||||
.toThrow('Trailer line not found');
|
||||
return MegolmExportEncryption.decryptMegolmKeyFile(input, '')
|
||||
.then((res) => {
|
||||
throw new Error('expected to throw');
|
||||
}, (error) => {
|
||||
expect(error.message).toEqual('Trailer line not found');
|
||||
});
|
||||
});
|
||||
|
||||
it('should handle a too-short body', function() {
|
||||
|
@ -98,8 +106,12 @@ AXNhbHRzYWx0c2FsdHNhbHSIiIiIiIiIiIiIiIiIiIiIAAAACmIRUW2OjZ3L2l6j9h0lHlV3M2dx
|
|||
cissyYBxjsfsAn
|
||||
-----END MEGOLM SESSION DATA-----
|
||||
`);
|
||||
expect(()=>MegolmExportEncryption.decryptMegolmKeyFile(input, ''))
|
||||
.toThrow('Invalid file: too short');
|
||||
return MegolmExportEncryption.decryptMegolmKeyFile(input, '')
|
||||
.then((res) => {
|
||||
throw new Error('expected to throw');
|
||||
}, (error) => {
|
||||
expect(error.message).toEqual('Invalid file: too short');
|
||||
});
|
||||
});
|
||||
|
||||
it('should decrypt a range of inputs', function(done) {
|
||||
|
|
Loading…
Reference in a new issue