From daf92c59b107474764873aa772e4b1c48825a5aa Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 20:29:36 +0100 Subject: [PATCH 01/18] released js-sdk & react-sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ffed4f17a1..e6dba93528 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "gfm.css": "^1.1.1", "highlight.js": "^9.0.0", "linkifyjs": "^2.1.3", - "matrix-js-sdk": "0.7.10", - "matrix-react-sdk": "0.9.2", + "matrix-js-sdk": "0.7.11-rc.1", + "matrix-react-sdk": "0.9.3-rc.1", "modernizr": "^3.1.0", "pako": "^1.0.5", "q": "^1.4.1", From b98497f386f04be21e3324905953592e31484a67 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 20:30:24 +0100 Subject: [PATCH 02/18] v0.11.0-rc.1 --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index a21fd522c5..b277e80668 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.10.2", + "version": "0.11.0-rc.1", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { From 556aa2e38e9a82d8e80c6abaa27685fad4e3a4f8 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 20:31:33 +0100 Subject: [PATCH 03/18] Prepare changelog for v0.11.0-rc.1 --- CHANGELOG.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8209ad12..378849000a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,100 @@ +Changes in [0.11.0-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.11.0-rc.1) (2017-06-09) +====================================================================================================== +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.10.2...v0.11.0-rc.1) + + * Update from Weblate. + [\#4258](https://github.com/vector-im/riot-web/pull/4258) + * Update from Weblate. + [\#4254](https://github.com/vector-im/riot-web/pull/4254) + * Update from Weblate. + [\#4253](https://github.com/vector-im/riot-web/pull/4253) + * Expect to see HTTP /join/#some:alias when we the view knows it + [\#4252](https://github.com/vector-im/riot-web/pull/4252) + * Update from Weblate. + [\#4250](https://github.com/vector-im/riot-web/pull/4250) + * add explicit import to utf8 polyfill and rip out unused imports + [\#4169](https://github.com/vector-im/riot-web/pull/4169) + * Added styling for copy to clipboard button + [\#4204](https://github.com/vector-im/riot-web/pull/4204) + * Update from Weblate. + [\#4231](https://github.com/vector-im/riot-web/pull/4231) + * Update from Weblate. + [\#4218](https://github.com/vector-im/riot-web/pull/4218) + * Update CSS for ChatInviteDialog + [\#4226](https://github.com/vector-im/riot-web/pull/4226) + * change electron -> electron_app which was previously missed + [\#4212](https://github.com/vector-im/riot-web/pull/4212) + * New guest access + [\#4039](https://github.com/vector-im/riot-web/pull/4039) + * Align message timestamp centrally about the avatar mid-point + [\#4219](https://github.com/vector-im/riot-web/pull/4219) + * Remove '/' from homepage URL + [\#4221](https://github.com/vector-im/riot-web/pull/4221) + * Chop off 'origin/' + [\#4220](https://github.com/vector-im/riot-web/pull/4220) + * Update from Weblate. + [\#4214](https://github.com/vector-im/riot-web/pull/4214) + * adjust alignment of message menu button in compact layout + [\#4211](https://github.com/vector-im/riot-web/pull/4211) + * Update from Weblate. + [\#4207](https://github.com/vector-im/riot-web/pull/4207) + * Fix Tests in ILAG + [\#4209](https://github.com/vector-im/riot-web/pull/4209) + * Update from Weblate. + [\#4197](https://github.com/vector-im/riot-web/pull/4197) + * Fix tests for new-guest-access + [\#4201](https://github.com/vector-im/riot-web/pull/4201) + * i18n for SetPasswordDialog + [\#4198](https://github.com/vector-im/riot-web/pull/4198) + * Update from Weblate. + [\#4193](https://github.com/vector-im/riot-web/pull/4193) + * to make the windows volume mixer not explode as it can't resize icons. + [\#4183](https://github.com/vector-im/riot-web/pull/4183) + * provide react devtools in electron dev runs + [\#4186](https://github.com/vector-im/riot-web/pull/4186) + * Fix DeprecationWarning + [\#4184](https://github.com/vector-im/riot-web/pull/4184) + * room link should be a matrix.to one + [\#4178](https://github.com/vector-im/riot-web/pull/4178) + * Update home.html + [\#4163](https://github.com/vector-im/riot-web/pull/4163) + * Add missing translation for room directory + [\#4160](https://github.com/vector-im/riot-web/pull/4160) + * i18n welcome + [\#4129](https://github.com/vector-im/riot-web/pull/4129) + * Tom welcome page + [\#4038](https://github.com/vector-im/riot-web/pull/4038) + * Fix some tests that expect Directory (they should expect HomePage) + [\#4076](https://github.com/vector-im/riot-web/pull/4076) + * Add "Login" button to RHS when user is a guest + [\#4037](https://github.com/vector-im/riot-web/pull/4037) + * Rejig the PaswordNagBar + [\#4026](https://github.com/vector-im/riot-web/pull/4026) + * Allow team server config to be missing + [\#4024](https://github.com/vector-im/riot-web/pull/4024) + * Remove GuestWarningBar + [\#4020](https://github.com/vector-im/riot-web/pull/4020) + * Make left panel better for new users (mk III) + [\#4023](https://github.com/vector-im/riot-web/pull/4023) + * Implement default welcome page and allow custom URL /w config + [\#4015](https://github.com/vector-im/riot-web/pull/4015) + * Add warm-fuzzy for successful password entry + [\#3989](https://github.com/vector-im/riot-web/pull/3989) + * autoFocus new password input in SetPasswordDialog + [\#3982](https://github.com/vector-im/riot-web/pull/3982) + * Implement dialog to set password + [\#3921](https://github.com/vector-im/riot-web/pull/3921) + * Replace NeedToRegister with SetMxId dialog + [\#3924](https://github.com/vector-im/riot-web/pull/3924) + * Add welcomeUserId to sample config + [\#3906](https://github.com/vector-im/riot-web/pull/3906) + * CSS for mxIdDialog redesign + [\#3885](https://github.com/vector-im/riot-web/pull/3885) + * Implement PasswordNagBar + [\#3817](https://github.com/vector-im/riot-web/pull/3817) + * CSS for new SetMxIdDialog + [\#3762](https://github.com/vector-im/riot-web/pull/3762) + Changes in [0.10.2](https://github.com/vector-im/riot-web/releases/tag/v0.10.2) (2017-06-06) ============================================================================================ [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.10.1...v0.10.2) From 7237224fc96a9ddbfb36e2b1880c5f3356ed9668 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 20:31:34 +0100 Subject: [PATCH 04/18] v0.11.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6dba93528..028cd76bef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.10.2", + "version": "0.11.0-rc.1", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": { From d108f34390d3e29f4fedc3bdff0ddd73f34c87bf Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 21:43:11 +0100 Subject: [PATCH 05/18] Change flux version to 2.1.1 It was previously pinned to 2.0.3 in https://github.com/vector-im/riot-web/commit/5bab440a1 but only here and not in react-sdk, meaning that react-sdk was still using the latest, at least in develop builds, however react-sdk now uses utils which requires 2.1, so pin to 2.1.1 everywhere for sanity. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 028cd76bef..fffd8343e9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "extract-text-webpack-plugin": "^0.9.1", "favico.js": "^0.3.10", "filesize": "3.5.6", - "flux": "~2.0.3", + "flux": "2.1.1", "gemini-scrollbar": "matrix-org/gemini-scrollbar#b302279", "gfm.css": "^1.1.1", "highlight.js": "^9.0.0", From f086629fed1830f090a84488620c89865289f1df Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 22:17:30 +0100 Subject: [PATCH 06/18] react-sdk rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fffd8343e9..48488c360e 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "highlight.js": "^9.0.0", "linkifyjs": "^2.1.3", "matrix-js-sdk": "0.7.11-rc.1", - "matrix-react-sdk": "0.9.3-rc.1", + "matrix-react-sdk": "0.9.3-rc.2", "modernizr": "^3.1.0", "pako": "^1.0.5", "q": "^1.4.1", From f335656c7d1ca3e7b7f7e97493c7d80282701add Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 22:18:01 +0100 Subject: [PATCH 07/18] v0.11.0-rc.2 --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index b277e80668..fc92b5c496 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.11.0-rc.1", + "version": "0.11.0-rc.2", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { From 1d3fc7be9bfe0ced1e723586c8b9d89fa034c0ca Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 22:20:38 +0100 Subject: [PATCH 08/18] Prepare changelog for v0.11.0-rc.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378849000a..e75c6e23a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +Changes in [0.11.0-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.11.0-rc.2) (2017-06-09) +====================================================================================================== +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.11.0-rc.1...v0.11.0-rc.2) + + * Update to matrix-react-sdk rc.2 which fixes the flux + dependency version and an issue with the conference + call bar translation. + + Changes in [0.11.0-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.11.0-rc.1) (2017-06-09) ====================================================================================================== [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.10.2...v0.11.0-rc.1) From 89e14c1b495a586a406fb2592ffa9aa898e70fd0 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 9 Jun 2017 22:20:38 +0100 Subject: [PATCH 09/18] v0.11.0-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48488c360e..6f816f6704 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.11.0-rc.1", + "version": "0.11.0-rc.2", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": { From 8c541a270257c53cbdea948165403d7f06db86d6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 12 Jun 2017 15:53:46 +0100 Subject: [PATCH 10/18] released js sdk & react sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f816f6704..daff15ce35 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "gfm.css": "^1.1.1", "highlight.js": "^9.0.0", "linkifyjs": "^2.1.3", - "matrix-js-sdk": "0.7.11-rc.1", - "matrix-react-sdk": "0.9.3-rc.2", + "matrix-js-sdk": "0.7.11", + "matrix-react-sdk": "0.9.3", "modernizr": "^3.1.0", "pako": "^1.0.5", "q": "^1.4.1", From 02c4516fa7e06a7ebb7dcf347586114d375aaf27 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 9 Jun 2017 22:22:18 +0100 Subject: [PATCH 11/18] fix broken var --- src/i18n/strings/nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 3ecffb3e72..70860d27e7 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -102,7 +102,7 @@ "View Source": "Bekijk bron", "When I'm invited to a room": "Wanneer ik uitgenodigt wordt naar een kamer", "World readable": "Door iedereen leesbaar", - "You cannot delete this image. (%(code)s)": "Je kunt deze afbeelding niet verwijderen. (%code)s)", + "You cannot delete this image. (%(code)s)": "Je kunt deze afbeelding niet verwijderen. %(code)s)", "You cannot delete this message. (%(code)s)": "Je kunt dit bericht niet verwijderen. (%(code)s)", "You are not receiving desktop notifications": "Je ontvangt momenteel geen desktop notificaties", "You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply": "Je hebt ze mogelijk ingesteld in een andere client dan Riot. Je kunt ze niet aanpassen in Riot maar ze zijn wel actief", From 2ed6c01a65625945f9cd9ae4d8c9682ce62de93c Mon Sep 17 00:00:00 2001 From: krombel Date: Sat, 10 Jun 2017 03:11:55 +0200 Subject: [PATCH 12/18] Use Thai string for Thai in Language-Chooser --- scripts/copy-res.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index c33a931bd1..b02946ae92 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -21,7 +21,7 @@ const INCLUDE_LANGS = [ {'value': 'ru', 'label': 'Русский'}, {'value': 'sv', 'label': 'Svenska'}, {'value': 'es', 'label': 'Español'}, - {'value': 'th', 'label': 'Thai'}, + {'value': 'th', 'label': 'ไทย'}, {'value': 'zh_Hans', 'label': '简体中文'}, // simplified chinese {'value': 'zh_Hant', 'label': '繁體中文'}, // traditional chinese ]; From 23f4ddb4fd437a1d648fcc83b8cd80ce97b60962 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 10 Jun 2017 12:27:26 +0200 Subject: [PATCH 13/18] Update import and directory path ...in the Translations dev guide --- docs/translating-dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/translating-dev.md b/docs/translating-dev.md index 80d4b64a3a..55ba34be10 100644 --- a/docs/translating-dev.md +++ b/docs/translating-dev.md @@ -8,9 +8,9 @@ ## Adding new strings -1. Check if the import ``import _t from 'counterpart-riot'`` is present. If not add it to the other import statements. +1. Check if the import ``import { _t } from 'matrix-react-sdk/lib/languageHandler';`` is present. If not add it to the other import statements. 2. Add ``_t()`` to your string. (Don't forget curly braces when you assign an expression to JSX attributes in the render method) -3. Add the String to the ``en_EN.json`` file in ``src/i18n`` or if you are working in matrix-react-sdk you can find the json file in ``src/i18n/strings`` +3. Add the String to the ``en_EN.json`` file in ``src/i18n/strings`` (respect which repository you are on). ## Adding variables inside a string. From 76e058cfa150cb40040081ce5a1f93e09971e503 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 10 Jun 2017 17:26:29 +0200 Subject: [PATCH 14/18] Add missing VOIP Dropdown width --- .../vector/css/matrix-react-sdk/structures/_UserSettings.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss b/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss index 3075135af2..9809a81ab1 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss @@ -135,6 +135,10 @@ limitations under the License. width: 200px; } +.mx_UserSettings_webRtcDevices_dropdown{ + width: 200px; +} + .mx_UserSettings_profileTable { display: table; From 319a3312b13e1a5bced1c9fd809fa89538eae5ca Mon Sep 17 00:00:00 2001 From: Riot Translate Bot Date: Sun, 11 Jun 2017 20:42:24 +0100 Subject: [PATCH 15/18] Update from Weblate. (#4272) * Translated using Weblate (Russian) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/ * Translated using Weblate (English (United States)) Currently translated at 85.3% (169 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/en_US/ * Translated using Weblate (Russian) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/ * Translated using Weblate (Hungarian) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/ * Translated using Weblate (Thai) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/th/ * Added translation using Weblate (Chinese (Simplified)) * Added translation using Weblate (Arabic) * Translated using Weblate (Thai) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/th/ * Translated using Weblate (Chinese (Traditional)) Currently translated at 81.8% (162 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 0.5% (1 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/ * Translated using Weblate (Malayalam) Currently translated at 2.0% (4 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ml/ * Translated using Weblate (Arabic) Currently translated at 0.5% (1 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ar/ * Translated using Weblate (German) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/ * Translated using Weblate (Greek) Currently translated at 97.9% (194 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/ * Translated using Weblate (Greek) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 2.5% (5 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/ * Translated using Weblate (Arabic) Currently translated at 2.0% (4 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ar/ * Translated using Weblate (Greek) Currently translated at 100.0% (198 of 198 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/ --- src/i18n/strings/ar.json | 6 ++ src/i18n/strings/de_DE.json | 2 +- src/i18n/strings/el.json | 141 ++++++++++++++++++++++------------ src/i18n/strings/en_US.json | 6 +- src/i18n/strings/hu.json | 40 +++++++++- src/i18n/strings/ml.json | 5 +- src/i18n/strings/ru.json | 17 +++- src/i18n/strings/th.json | 6 +- src/i18n/strings/zh_Hans.json | 7 ++ src/i18n/strings/zh_Hant.json | 2 +- 10 files changed, 171 insertions(+), 61 deletions(-) create mode 100644 src/i18n/strings/ar.json create mode 100644 src/i18n/strings/zh_Hans.json diff --git a/src/i18n/strings/ar.json b/src/i18n/strings/ar.json new file mode 100644 index 0000000000..075c0b5957 --- /dev/null +++ b/src/i18n/strings/ar.json @@ -0,0 +1,6 @@ +{ + "All messages": "كل الرسائل", + "Continue": "استمر", + "Please set a password!": "يرجى تعيين كلمة مرور!", + "This will allow you to return to your account after signing out, and sign in on other devices.": "سيسمح لك هذا بالعودة إلى حسابك بعد الخروج، وتسجيل الدخول على الأجهزة الأخرى." +} diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index a289d08edc..dfd84ecbd8 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -145,7 +145,7 @@ "Collecting logs": "Protokolle werden abgerufen", "Describe your problem here.": "Beschreibe dein Problem hier.", "Failed to send report: ": "Senden des Reports fehlgeschlagen: ", - "Forward Message": "Leite Nachricht weiter", + "Forward Message": "Nachricht weiterleiten", "Hide panel": "Verberge Feld", "In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:": "Um Probleme zu diagnostizieren werden mit diesem Fehlerbericht Protokolle von diesem Client gesendet. Wenn du nur obigen text senden willst, deselektiere folgendes:", "Loading bug report module": "Lade Fehlerbericht-Modul", diff --git a/src/i18n/strings/el.json b/src/i18n/strings/el.json index 2cb2973c0f..cbb2a819cf 100644 --- a/src/i18n/strings/el.json +++ b/src/i18n/strings/el.json @@ -7,34 +7,34 @@ "An error occurred whilst saving your email notification preferences.": "Ένα σφάλμα προέκυψε κατά την αποθήκευση των ρυθμίσεων σας.", "Call invitation": "Πρόσκληση σε κλήση", "Cancel": "Ακύρωση", - "Cancel Sending": "Ακύρωση Αποστολής", + "Cancel Sending": "Ακύρωση αποστολής", "Can't update user notification settings": "Δεν είναι δυνατή η ενημέρωση των ρυθμίσεων ειδοποίησης χρήστη", "Changelog": "Αλλαγές", "Close": "Κλείσιμο", "Collapse panel": "Ελαχιστοποίηση καρτέλας", - "Create new room": "Δημιούργησε ένα νέο δωμάτιο", + "Create new room": "Δημιουργία νέου δωματίου", "Custom Server Options": "Προσαρμοσμένες ρυθμίσεις διακομιστή", - "Describe your problem here.": "Περιέγραψε το πρόβλημα σου εδώ.", - "Direct Chat": "Απευθείας Συνομιλία", + "Describe your problem here.": "Περιγράψτε το πρόβλημα σας εδώ.", + "Direct Chat": "Απευθείας συνομιλία", "Directory": "Ευρετήριο", - "Download this file": "Κατέβασε το αρχείο", - "Enable audible notifications in web client": "Ενεργοποίηση των ηχητικών ειδοποιήσεων", - "Enable email notifications": "Ενεργοποίηση ειδοποιήσεων μέσω email", + "Download this file": "Λήψη αρχείου", + "Enable audible notifications in web client": "Ενεργοποίηση ηχητικών ειδοποιήσεων", + "Enable email notifications": "Ενεργοποίηση ειδοποιήσεων μέσω μηνυμάτων ηλ. αλληλογραφίας", "Enable notifications for this account": "Ενεργοποίηση ειδοποιήσεων γι' αυτό το λογαριασμό", "Enter keywords separated by a comma:": "Πρόσθεσε λέξεις κλειδιά χωρισμένες με κόμμα:", "Error": "Σφάλμα", "#example": "#παράδειγμα", "Expand panel": "Μεγιστοποίηση καρτέλας", "Safari and Opera work too.": "Safari και Opera λειτουργούν επίσης.", - "Add an email address above to configure email notifications": "Πρόσθεσε μια διεύθυνση email στο παραπάνω πεδίο, για να έχεις τη δυνατότητα να λαμβάνεις ειδοποιήσεις", + "Add an email address above to configure email notifications": "Προσθέστε μια διεύθυνση ηλεκτρονικής αλληλογραφίας στο παραπάνω πεδίο, για να έχετε τη δυνατότητα να λαμβάνετε ειδοποιήσεις", "Collecting app version information": "Συγκέντρωση πληροφοριών σχετικά με την έκδοση της εφαρμογής", - "customServer_text": "Μπορείτε να χρησιμοποιήσετε τις προσαρμοσμένες ρυθμίσεις για να εισέλθετε σε άλλους διακομιστές Matrix επιλέγοντας ένα διαφορετικό URL για το διακομιστή.
Αυτό σας επιτρέπει να χρησιμοποιήσετε την εφαρμογή Riot με έναν υπάρχοντα λογαριασμό σε διαφορετικό διακομιστή.

Επίσης μπορείτε να επιλέξετε ένα διαφορετικό διακομιστή ταυτότητας αλλά δεν θα έχετε τη δυνατότητα να προσκαλέσετε άλλους χρήστες ή να σας προσκαλέσουν, μέσω email.", + "customServer_text": "Μπορείτε να χρησιμοποιήσετε τις προσαρμοσμένες ρυθμίσεις για να εισέλθετε σε άλλους διακομιστές Matrix επιλέγοντας μια διαφορετική διεύθυνση για το διακομιστή.
Αυτό σας επιτρέπει να χρησιμοποιήσετε την εφαρμογή Riot με έναν υπάρχοντα λογαριασμό σε διαφορετικό διακομιστή.

Επίσης μπορείτε να επιλέξετε ένα διαφορετικό διακομιστή ταυτότητας αλλά δεν θα έχετε τη δυνατότητα να προσκαλέσετε άλλους χρήστες ή να σας προσκαλέσουν μέσω μηνυμάτων ηλεκτρονικής αλληλογραφίας.", "%(appName)s via %(browserName)s on %(osName)s": "%(appName)s μέσω %(browserName)s σε %(osName)s", "All messages (loud)": "Όλα τα μηνύματα (δυνατά)", - "delete the alias.": "διέγραψε το ψευδώνυμο.", + "delete the alias.": "διαγραφή ψευδώνυμου.", "Delete the room alias %(alias)s and remove %(name)s from the directory?": "Διαγραφή του ψευδώνυμου %(alias)s και αφαίρεση του %(name)s από το ευρετήριο;", - "Dismiss": "Αγνόησε", - "Failed to add tag %(tagName)s to room": "Δεν ήταν δυνατή η εισαγωγή του tag %(tagName)s στο δωμάτιο", + "Dismiss": "Απόρριψη", + "Failed to add tag %(tagName)s to room": "Δεν ήταν δυνατή η προσθήκη της ετικέτας %(tagName)s στο δωμάτιο", "Failed to change settings": "Δεν ήταν δυνατή η αλλαγή των ρυθμίσεων", "Failed to join the room": "Δεν ήταν δυνατή η σύνδεση στο δωμάτιο", "Favourite": "Αγαπημένο", @@ -43,13 +43,13 @@ "Forward Message": "Προώθηση", " from room": " από το δωμάτιο", "Guests can join": "Επισκέπτες μπορούν να συνδεθούν", - "Guest users can't invite users. Please register to invite.": "Οι επισκέπτες δεν έχουν τη δυνατότητα να προσκαλέσουν άλλους χρήστες. Παρακαλώ εγγραφείτε πρώτα.", - "Hide panel": "Κρύψε τη καρτέλα", + "Guest users can't invite users. Please register to invite.": "Οι επισκέπτες δεν έχουν τη δυνατότητα να προσκαλέσουν άλλους χρήστες. Παρακαλούμε εγγραφείτε πρώτα.", + "Hide panel": "Απόκρυψη καρτέλας", "I understand the risks and wish to continue": "Κατανοώ του κινδύνους και επιθυμώ να συνεχίσω", - "Invite to this room": "Προσκάλεσε", + "Invite to this room": "Πρόσκληση σε αυτό το δωμάτιο", "Keywords": "Λέξεις κλειδιά", - "Leave": "Αποχώρησε", - "Low Priority": "Χαμηλής Προτεραιότητας", + "Leave": "Αποχώρηση", + "Low Priority": "Χαμηλή προτεραιότητα", "Members": "Μέλη", "Messages containing keywords": "Μηνύματα που περιέχουν λέξεις κλειδιά", "Messages containing my user name": "Μηνύματα που περιέχουν το ψευδώνυμο μου", @@ -62,49 +62,49 @@ "Noisy": "Δυνατά", "Notifications": "Ειδοποιήσεις", "Notifications on the following keywords follow rules which can’t be displayed here:": "Οι ειδοποιήσεις για τις επόμενες λέξεις κλειδία ακολουθούν κανόνες που δεν είναι δυνατόν να εμφανιστούν εδώ:", - "Notify for all other messages/rooms": "Στείλε ειδοποιήσεις για όλα τα υπόλοιπα μηνύματα/δωμάτια", - "Notify me for anything else": "Ειδοποίησέ με για οτιδήποτε άλλο", + "Notify for all other messages/rooms": "Ειδοποίηση για όλα τα υπόλοιπα μηνύματα/δωμάτια", + "Notify me for anything else": "Ειδοποίηση για οτιδήποτε άλλο", "Operation failed": "Η λειτουργία απέτυχε", - "Please describe the bug. What did you do? What did you expect to happen? What actually happened?": "Παρακαλώ περιγράψτε το σφάλμα. Τι κάνατε; Τι περιμένατε να συμβεί; Τι έγινε τελικά;", - "Please Register": "Παρακαλώ εγγραφείτε", - "Redact": "Ανακάλεσε", - "Reject": "Απέρριψε", - "Remove": "Αφαίρεσε", - "Remove from Directory": "Αφαίρεση από το Ευρετήριο", - "Resend": "Ξαναστείλε", + "Please describe the bug. What did you do? What did you expect to happen? What actually happened?": "Παρακαλούμε περιγράψτε το σφάλμα. Τι κάνατε; Τι περιμένατε να συμβεί; Τι έγινε τελικά;", + "Please Register": "Παρακαλούμε εγγραφείτε", + "Redact": "Ανάκληση", + "Reject": "Απόρριψη", + "Remove": "Αφαίρεση", + "Remove from Directory": "Αφαίρεση από το ευρετήριο", + "Resend": "Αποστολή ξανά", "Riot Desktop on %(platformName)s": "Riot Desktop σε %(platformName)s", "Room directory": "Ευρετήριο", "Room not found": "Το δωμάτιο δεν βρέθηκε", "Search": "Αναζήτηση", "Search…": "Αναζήτηση…", - "Send": "Στείλε", + "Send": "Αποστολή", "Settings": "Ρυθμίσεις", - "Start chat": "Άρχισε μια συνομιλία", + "Start chat": "Έναρξη συνομιλίας", "This Room": "Στο δωμάτιο", "Unavailable": "Μη διαθέσιμο", "Unknown device": "Άγνωστη συσκευή", "Update": "Ενημέρωση", "Enable desktop notifications": "Ενεργοποίηση ειδοποιήσεων στην επιφάνεια εργασίας", "Error saving email notification preferences": "Σφάλμα κατά την αποθήκευση των προτιμήσεων", - "Failed to send report: ": "Η αποστολή της αναφοράς απέτυχε: ", + "Failed to send report: ": "Απέτυχε η αποστολή της αναφοράς: ", "Loading bug report module": "Φόρτωση μονάδας αναφοράς σφαλμάτων", - "Mentions only": "Αναφορές μόνο", + "Mentions only": "Μόνο αναφορές", "Messages containing my display name": "Μηνύματα που περιέχουν το όνομα μου", "Off": "Ανενεργό", "On": "Ενεργό", "Permalink": "Μόνιμος σύνδεσμος", - "Please install Chrome or Firefox for the best experience.": "Παρακαλώ εγκαταστήστε έναν από τους φυλλομετρητές Chrome ή Firefox για την καλύτερη δυνατή εμπειρία.", - "Report a bug": "Ανεφέρε κάποιο πρόβλημα", + "Please install Chrome or Firefox for the best experience.": "Παρακαλούμε εγκαταστήστε έναν από τους περιηγητές Chrome ή Firefox για την καλύτερη δυνατή εμπειρία.", + "Report a bug": "Αναφορά σφάλματος", "Riot does not know how to join a room on this network": "To Riot δεν γνωρίζει πως να συνδεθεί σε δωμάτια που ανήκουν σ' αυτό το δίκτυο", - "Search for a room": "Αναζήτησε κάποιο δωμάτιο", - "Sorry, your browser is not able to run Riot.": "Λυπούμαστε, αλλά ο φυλλομετρητής σας δεν υποστηρίζεται από το Riot.", + "Search for a room": "Αναζήτηση δωματίου", + "Sorry, your browser is not able to run Riot.": "Λυπούμαστε, αλλά ο περιηγητές σας δεν υποστηρίζεται από το Riot.", "There are advanced notifications which are not shown here": "Υπάρχουν προχωρημένες ειδοποιήσεις οι οποίες δεν εμφανίζονται εδώ", "This room is inaccessible to guests. You may be able to join if you register.": "Το δωμάτιο δεν είναι προσβάσιμο σε επισκέπτες. Πιθανόν να μπορέσετε να συνδεθείτε εάν εγγραφείτε.", "Unable to join network": "Δεν είναι δυνατή η σύνδεση στο δίκτυο", "unknown error code": "άγνωστος κωδικός σφάλματος", - "Unnamed room": "Δωμάτιο χωρίς όνομα", - "Uploaded on %(date)s by %(user)s": "Ανέβηκε την %(date)s από %(user)s", - "Uploading report": "Ανέβασμα αναφοράς", + "Unnamed room": "Ανώνυμο δωμάτιο", + "Uploaded on %(date)s by %(user)s": "Απεστάλη στις %(date)s από %(user)s", + "Uploading report": "Αποστολή αναφοράς", "What's New": "Τι νέο υπάρχει", "What's new?": "Τι νέο υπάρχει;", "When I'm invited to a room": "Όταν με προσκαλούν σ' ένα δωμάτιο", @@ -121,39 +121,80 @@ "Saturday": "Σάββατο", "Today": "Σήμερα", "Yesterday": "Χθές", - "OK": "ΟΚ", + "OK": "Εντάξει", "You need to be using HTTPS to place a screen-sharing call.": "Απαιτείται η χρήση HTTPS για το διαμοιρασμό της επιφάνειας εργασίας μέσω κλήσης.", "Welcome page": "Αρχική σελίδα", - "Forget": "Διαγραφή", - "Riot is not supported on mobile web. Install the app?": "Το Riot δεν υποστηρίζεται από φυλλομετρητές κινητών. Θέλετε να εγκαταστήσετε την εφαρμογή;", + "Forget": "Παράλειψη", + "Riot is not supported on mobile web. Install the app?": "Το Riot δεν υποστηρίζεται από περιηγητές κινητών. Θέλετε να εγκαταστήσετε την εφαρμογή;", "Unhide Preview": "Προεπισκόπηση", "Waiting for response from server": "Αναμονή απάντησης από τον διακομιστή", - "You are Rioting as a guest. Register or sign in to access more rooms and features!": "Χρησιμοποιείς το Riot ως επισκέπτης. Κάνε εγγραφή ή συνδέσου για να αποκτήσεις πρόσβαση σε περισσότερα δωμάτια και επιλογές!", + "You are Rioting as a guest. Register or sign in to access more rooms and features!": "Χρησιμοποιείτε το Riot ως επισκέπτης. Εγγραφείτε ή συνδεθείτε για να αποκτήσετε πρόσβαση σε περισσότερα δωμάτια και χαρακτηριστικά!", "Collecting logs": "Συγκέντρωση πληροφοριών", "Enable them now": "Ενεργοποίηση", "Failed to forget room %(errCode)s": "Δεν ήταν δυνατή η διαγραφή του δωματίου (%(errCode)s)", "Failed to update keywords": "Οι λέξεις κλειδιά δεν ενημερώθηκαν", "Failed to get protocol list from Home Server": "Δεν ήταν δυνατή η εύρεση των διαθέσιμων πρωτοκόλλων από το διακομιστή", - "Failed to remove tag %(tagName)s from room": "Δεν ήταν δυνατή η διαγραφή του tag %(tagName)s από το δωμάτιο", + "Failed to remove tag %(tagName)s from room": "Δεν ήταν δυνατή η διαγραφή της ετικέτας %(tagName)s από το δωμάτιο", "Notification targets": "Στόχοι ειδοποιήσεων", - "Please describe the bug and/or send logs.": "Παρακαλώ περιγράψτε το πρόβλημα και/ή στείλτε πληροφορίες σχετικά με την εφαρμογή.", + "Please describe the bug and/or send logs.": "Παρακαλούμε περιγράψτε το σφάλμα και/ή στείλτε πληροφορίες σχετικά με την εφαρμογή.", "Remove %(name)s from the directory?": "Αφαίρεση του %(name)s από το ευρετήριο;", "remove %(name)s from the directory.": "αφαίρεση του %(name)s από το ευρετήριο.", - "Send logs": "Στείλε πληροφορίες", + "Send logs": "Αποστολή πληροφοριών", "Source URL": "Πηγαίο URL", "The server may be unavailable or overloaded": "Ο διακομιστής είναι μη διαθέσιμος ή υπερφορτωμένος", " to room": " στο δωμάτιο", "Unable to fetch notification target list": "Δεν ήταν δυνατή η εύρεση στόχων για τις ειδοποιήσεις", "Unable to look up room ID from server": "Δεν είναι δυνατή η εύρεση του ID για το δωμάτιο", - "View Decrypted Source": "Δες τον αποκρυπτογραφημένο κώδικα", - "View Source": "Δες τον κώδικα", - "You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply": "Ισως έχεις κάνει τις ρυθμίσεις σε άλλη εφαρμογή εκτός του Riot. Δεν μπορείς να τις αλλάξεις μέσω του Riot αλλά ισχύουν κανονικά", + "View Decrypted Source": "Προβολή του αποκρυπτογραφημένου κώδικα", + "View Source": "Προβολή κώδικα", + "You might have configured them in a client other than Riot. You cannot tune them in Riot but they still apply": "Ισως να έχετε κάνει τις ρυθμίσεις σε άλλη εφαρμογή εκτός του Riot. Δεν μπορείτε να τις αλλάξετε μέσω του Riot αλλά ισχύουν κανονικά", "Couldn't find a matching Matrix room": "Δεν βρέθηκε κάποιο δωμάτιο", - "Drop here %(toAction)s": "Σύρε εδώ %(toAction)s", + "Drop here %(toAction)s": "Απόθεση εδώ %(toAction)s", "Failed to": "Αποτυχία να", "Failed to get public room list": "Δεν ήταν δυνατή η λήψη της λίστας με τα δημόσια δωμάτια", "Failed to set direct chat tag": "Δεν ήταν δυνατός ο χαρακτηρισμός της συνομιλίας ως 1-προς-1", "powered by Matrix": "βασισμένο στο πρωτόκολλο Matrix", - "Quote": "Αναφορά", - "Fetching third party location failed": "Η λήψη τοποθεσίας απέτυχε" + "Quote": "Παράθεση", + "Fetching third party location failed": "Η λήψη τοποθεσίας απέτυχε", + " (HTTP status %(httpStatus))": "(Κατάσταση HTTP %(httpStatus))", + "Login": "Σύνδεση", + "Riot uses many advanced browser features, some of which are not available or experimental in your current browser.": "Το Riot χρησιμοποιεί αρκετά προχωρημένα χαρακτηριστικά των περιηγητών Ιστού, ορισμένα από τα οποία δεν είναι διαθέσιμα ή είναι σε πειραματικό στάδιο στον περιηγητή σας.", + "The Home Server may be too old to support third party networks": "Ο διακομιστής μπορεί να είναι αρκετά παλιός για να υποστηρίζει δίκτυα τρίτων", + "Welcome to Riot.im": "Καλώς ήλθατε στο Riot.im", + "Decentralised, encrypted chat & collaboration powered by [matrix]": "Αποκεντρωμένη, κρυπτογραφημένη συνομιλία & συνεργασία με τη βοήθεια του [matrix]", + "Search the room directory": "Αναζήτηση του ευρετηρίου δωματίων", + "Chat with Riot Bot": "Συνομιλία με το Riot Bot", + "Get started with some tips from Riot Bot!": "Ξεκινήστε με μερικές συμβουλές από το Riot Bot!", + "General discussion about Matrix and Riot": "Γενική συζήτηση σχετικά με Matrix και Riot", + "Discussion of all things Matrix!": "Συζήτηση για όλα τα πράγματα του Matrix!", + "Riot/Web & Desktop chat": "Συνομιλία για Riot/Web & Desktop", + "Riot/iOS & matrix-ios-sdk chat": "Συνομιλία για Riot/iOS & matrix-ios-sdk", + "Riot/Android & matrix-android-sdk chat": "Συνομιλία για Riot/Android & matrix-android-sdk", + "Matrix technical discussions": "Τεχνικές συζητήσεις σχετικά με το Matrix", + "Running Matrix services": "Εκτέλεση υπηρεσιών Matrix", + "Community-run support for Synapse": "Κοινοτική υποστήριξη για το Synapse", + "Admin support for Dendrite": "Υποστήριξη διαχειριστή για το Dendrite", + "Announcements about Synapse releases": "Ανακοινώσεις σχετικά με τις εκδόσεις του Synapse", + "Support for those using and running matrix-appservice-irc": "Υποστήριξη για τους χρήστες που χρησιμοποιούν το matrix-appservice-irc", + "Building services on Matrix": "Ανάπτυξη υπηρεσιών στο Matrix", + "Support for those using the Matrix spec": "Υποστήριξη για τους χρήστες που χρησιμοποιούν το Matrix spec", + "Design and implementation of E2E in Matrix": "Σχεδιασμός και υλοποίηση του E2E στο Matrix", + "Implementing VR services with Matrix": "Υλοποίηση υπηρεσίων VR με το Matrix", + "Implementing VoIP services with Matrix": "Υλοποίηση υπηρεσίων VoIP με το Matrix", + "Discussion of the Identity Service API": "Συζήτηση σχετικά με το Identity Service API", + "Contributing code to Matrix and Riot": "Συνεισφορά κώδικα στο Matrix και Riot", + "Dev chat for the Riot/Web dev team": "Συνομιλία για την ομάδα ανάπτυξης του Riot/Web", + "Dev chat for the Dendrite dev team": "Συνομιλία για την ομάδα ανάπτυξης του Dendrite", + "Co-ordination for Riot/Web translators": "Συντονισμός για μεταφραστές του Riot/Web", + "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "Αρκετά δωμάτια υπάρχουν ήδη στο Matrix, συνδεδεμένα σε υπάρχοντα δίκτυα (Slack, IRC, Gitter κ.λπ) ή αυτόνομα. Ρίξτε μια ματιά στο ευρετήριο!", + "Failed to change password. Is your password correct?": "Δεν ήταν δυνατή η αλλαγή του κωδικού πρόσβασης. Είναι σωστός ο κωδικός πρόσβασης;", + "You have successfully set a password!": "Ο κωδικός πρόσβασης ορίστηκε επιτυχώς!", + "You can now return to your account after signing out, and sign in on other devices.": "Μπορείτε να επιστρέψετε στον λογαριασμό σας αφού αποσυνδεθείτε και συνδεθείτε από άλλες συσκευές.", + "Continue": "Συνέχεια", + "Please set a password!": "Παρακαλούμε ορίστε έναν κωδικό πρόσβασης!", + "This will allow you to return to your account after signing out, and sign in on other devices.": "Αυτό θα σας επιτρέψει να επιστρέψετε στον λογαριασμό σας αφού αποσυνδεθείτε και συνδεθείτε από άλλες συσκευές.", + "In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:": "Προκειμένου να διαγνωστούν προβλήματα, τα αρχεία καταγραφής από αυτόν τον πελάτη θα σταλούν με αυτήν την αναφορά σφάλματος. Αν προτιμάτε να στείλετε μόνο το παραπάνω κείμενο, απενεργοποιήστε:", + "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "Με τον τρέχον περιηγητή, η εμφάνιση και η αίσθηση της εφαρμογής ενδέχεται να είναι εντελώς εσφαλμένη και ορισμένες ή όλες οι λειτουργίες ενδέχεται να μην λειτουργούν. Εάν θέλετε να το δοκιμάσετε ούτως ή άλλως μπορείτε να συνεχίσετε, αλλά είστε μόνοι σας σε ό, τι αφορά τα προβλήματα που μπορεί να αντιμετωπίσετε!", + "Failed to set Direct Message status of room": "Δεν ήταν δυνατός ο ορισμός της κατάστασης Direct Message του δωματίου", + "Support for those using, running and writing other bridges": "Υποστήριξη ηια τους χρήστες που χρησιμοποιούν ή αναπτύσσουν εφαρμογές ενσωμάτωσης για το Matrix" } diff --git a/src/i18n/strings/en_US.json b/src/i18n/strings/en_US.json index 04409be07a..8500886541 100644 --- a/src/i18n/strings/en_US.json +++ b/src/i18n/strings/en_US.json @@ -163,5 +163,9 @@ "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!": "With your current browser, the look and feel of the application may be completely incorrect, and some or all features may not function. If you want to try it anyway you can continue, but you are on your own in terms of any issues you may encounter!", "Login": "Login", "Continue": "Continue", - "Failed to change password. Is your password correct?": "Failed to change password. Is your password correct?" + "Failed to change password. Is your password correct?": "Failed to change password. Is your password correct?", + " (HTTP status %(httpStatus))": "(HTTP status %(httpStatus))", + "Welcome to Riot.im": "Welcome to Riot.im", + "Decentralised, encrypted chat & collaboration powered by [matrix]": "Decentralised, encrypted chat & collaboration powered by [matrix]", + "Chat with Riot Bot": "Chat with Riot Bot" } diff --git a/src/i18n/strings/hu.json b/src/i18n/strings/hu.json index d5d33930ab..9f8b2bef8f 100644 --- a/src/i18n/strings/hu.json +++ b/src/i18n/strings/hu.json @@ -9,7 +9,7 @@ "Cancel Sending": "Küldés megszakítása", "Can't update user notification settings": "Nem sikerül frissíteni az értesítési beállításokat", "Close": "Bezár", - "Create new room": "Új szoba készítés", + "Create new room": "Új szoba létrehozása", "Couldn't find a matching Matrix room": "Nem található a keresett Matrix szoba", "Custom Server Options": "Egyedi szerver beállítások", "delete the alias.": "becenév törlése.", @@ -160,5 +160,41 @@ "OK": "Rendben", "You need to be using HTTPS to place a screen-sharing call.": "HTTPS-t kell használnod hogy képernyőmegosztásos hívást kezdeményezz.", "In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:": "A problémák diagnosztizálása érdekében erről a kliensről a hibajelentésben naplók lesznek elküldve. Ha csak az alábbi szöveget szeretnéd elküldeni akkor ezt ne jelöld meg:", - "Please describe the bug. What did you do? What did you expect to happen? What actually happened?": "Írd le a hibát. Mit csináltál? Mi az amit szerettél volna ha történik? Ezzel szemben mi az ami történt?" + "Please describe the bug. What did you do? What did you expect to happen? What actually happened?": "Írd le a hibát. Mit csináltál? Mi az amit szerettél volna ha történik? Ezzel szemben mi az ami történt?", + "Login": "Bejelentkezés", + "Welcome to Riot.im": "Üdvözlünk a Riot.im-en", + "Decentralised, encrypted chat & collaboration powered by [matrix]": "Decentralizált, titkosított csevegés és kollaboráció [matrix] alapokon", + "Search the room directory": "Keresés a szobák jegyzékében", + "Chat with Riot Bot": "Csevegés a Riot Robottal", + "Get started with some tips from Riot Bot!": "Kezdd el a Riot használatát a Riot Robot tippjei segítségével!", + "General discussion about Matrix and Riot": "Általános beszélgetések a Matrixról és a Riotról", + "Discussion of all things Matrix!": "Beszélgetések mindenről, ami a Matrixhoz kapcsolódik!", + "Riot/Web & Desktop chat": "Riot/Web és asztali csevegés", + "Riot/iOS & matrix-ios-sdk chat": "Riot/iOS és matrix-ios-sdk csevegés", + "Riot/Android & matrix-android-sdk chat": "Riot/Android és matrix-android-sdk csevegés", + "Matrix technical discussions": "Technikai jellegű beszélgetések a Matrixról", + "Community-run support for Synapse": "Közösségi támogatás a Synapse-hez", + "Admin support for Dendrite": "Adminisztrációs támogatás a Dendrite-hoz", + "Announcements about Synapse releases": "Bejelentések a Synapse kiadásairól", + "Running Matrix services": "Matrixszolgáltatások működtetése", + "Support for those using and running matrix-appservice-irc": "Támogatás a matrix-appservice-irc használatáról és működtetéséről", + "Building services on Matrix": "Szolgáltatások fejlesztése a Matrixra", + "Support for those using the Matrix spec": "Támogatás a Matrix specifikáció használatáról", + "Design and implementation of E2E in Matrix": "A végponttól végpontig történő titkosítás (E2E) tervezése és implementációja a Matrixban", + "Implementing VR services with Matrix": "A Matrixszal együttműködő virtuális valóság (VR) szolgáltatások implementációja", + "Implementing VoIP services with Matrix": "A Matrixszal együttműködő VoIP szolgáltatások implementációja", + "Discussion of the Identity Service API": "Beszélgetések az Identity Service API-ról", + "Support for those using, running and writing other bridges": "Támogatás egyéb hídak használáról, működtetéséről és fejlesztéséről", + "Contributing code to Matrix and Riot": "Hozzájárulás a Matrix és Riot programkódjának fejlesztéséhez", + "Dev chat for the Riot/Web dev team": "Csevegés a Riot/Web fejlesztői csapatával fejlesztőknek", + "Dev chat for the Dendrite dev team": "Csevegés a Dendrite fejlesztői csapatával fejlesztőknek", + "Co-ordination for Riot/Web translators": "Egyeztetés a Riot/Web fordítóival", + "Failed to change password. Is your password correct?": "Nem sikerült megváltoztatni a jelszót. Helyesen írtad be a jelszavadat?", + "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "Már sok létező szoba van a Matrixon, melyek más hálózatokkal vannak összekapcsolva (Slack, IRC, Gitter stb.) vagy függetlenek. Látogasd meg a szobajegyzéket!", + "You have successfully set a password!": "Sikeresen állítottál be jelszót!", + "You can now return to your account after signing out, and sign in on other devices.": "Most már visszatérhetsz a fiókodhoz kijelentkezés után, és más eszközökkel is be tudsz jelentkezni.", + "Continue": "Folytatás", + "Please set a password!": "Kérlek, állíts be egy jelszót!", + "This will allow you to return to your account after signing out, and sign in on other devices.": "Ezzel visszatérhetsz kijelentkezés után a fiókodhoz és más eszközökkel is be tudsz jelentkezni.", + " (HTTP status %(httpStatus))": "(HTTP állapot %(httpStatus))" } diff --git a/src/i18n/strings/ml.json b/src/i18n/strings/ml.json index e67ece484c..1059888544 100644 --- a/src/i18n/strings/ml.json +++ b/src/i18n/strings/ml.json @@ -1,5 +1,6 @@ { "Add an email address above to configure email notifications": "ഇ മെയില്‍ അറിയിപ്പുകൾ ലഭിക്കാന്‍ മുകളില്‍ ഇ-മെയില്‍ വിലാസം നല്‍കൂ", "All messages": "എല്ലാ സന്ദേശങ്ങളും", - "All messages (loud)": "എല്ലാ സന്ദേശങ്ങളും (ഉച്ചത്തിൽ)" -} \ No newline at end of file + "All messages (loud)": "എല്ലാ സന്ദേശങ്ങളും (ഉച്ചത്തിൽ)", + "%(appName)s via %(browserName)s on %(osName)s": "%(osName)ല്‍ %(browserName) വഴി %(appName)" +} diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json index 573a09cc05..b9dcf10d56 100644 --- a/src/i18n/strings/ru.json +++ b/src/i18n/strings/ru.json @@ -9,7 +9,7 @@ "Custom Server Options": "Расширенные настройки сервера", "delete the alias.": "удалить привязку.", "Delete the room alias": "Удалить привязку комнаты", - "Direct Chat": "Персональное сообщение", + "Direct Chat": "Приватный чат", "Directory": "Каталог", "Dismiss": "Отказ", "Drop here to": "Перетащите сюда", @@ -190,5 +190,18 @@ "Support for those using and running matrix-appservice-irc": "Поддержка тех, кто matrix-appservice-irc эксплуатирует и использует", "You have successfully set a password!": "Вы успешно установили пароль!", "Continue": "Продолжить", - "Please set a password!": "Задайте пароль!" + "Please set a password!": "Задайте пароль!", + "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "В Matrix существует множество комнат, связанных с существующими сетями (Slack, IRC, Gitter и т.д.) Или независимыми. Ищите в каталоге!", + "Failed to change password. Is your password correct?": "Не удалось сменить пароль. Вы правильно ввели текущий пароль?", + "You can now return to your account after signing out, and sign in on other devices.": "Теперь вы можете вернуться в свою учетную запись после выхода из системы, и войти в систему на других устройствах.", + "Support for those using the Matrix spec": "Поддержка для тех, кто использует спецификацию Matrix", + "Design and implementation of E2E in Matrix": "Разработка и внедрение E2E в Matrix", + "Implementing VR services with Matrix": "Внедрение служб VR с помощью Matrix", + "Discussion of the Identity Service API": "Обсуждение службы идентификации API", + "Support for those using, running and writing other bridges": "Поддержка тех, кто использует, работает и пишет другие мосты (bridges)", + "Contributing code to Matrix and Riot": "Взаимодействующий код для Matrix и Riot", + "Dev chat for the Riot/Web dev team": "Dev chat для группы разработчиков Riot/Web", + "Dev chat for the Dendrite dev team": "Dev chat для группы разработчиков Dendrite", + "Co-ordination for Riot/Web translators": "Координирование для переводчиков Riot / Web", + "This will allow you to return to your account after signing out, and sign in on other devices.": "Это позволит Вам вернуться в свою учетную запись после выхода, и войти в систему на других устройствах." } diff --git a/src/i18n/strings/th.json b/src/i18n/strings/th.json index c993079cd9..c770dc3e43 100644 --- a/src/i18n/strings/th.json +++ b/src/i18n/strings/th.json @@ -187,7 +187,7 @@ "Dev chat for the Dendrite dev team": "แชทสำหรับทีมพัฒนา Dendrite", "Co-ordination for Riot/Web translators": "แชทสำหรับประสานงานการแปล Riot บนเว็บ", "Failed to change password. Is your password correct?": "การเปลี่ยนรหัสผ่านล้มเหลว รหัสผ่านของคุณถูกต้องหรือไม่?", - "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "มีห้องอยู่มากมายใน Matrix ทั้งห้องที่เชื่อมไปยังเคีือข่ายอื่น (Slack, IRC, Gitter ฯลฯ) และห้องที่อยู่ด้วยตัวเอง ลองดูไดเรกทอรีสิ!", + "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "มีห้องอยู่มากมายใน Matrix ทั้งห้องที่เชื่อมไปยังเครือข่ายอื่น (Slack, IRC, Gitter ฯลฯ) และห้องที่อยู่ด้วยตัวเอง ลองดูไดเรกทอรีสิ!", "You have successfully set a password!": "การตั้งรหัสผ่านเสร็จสมบูรณ์!", "You can now return to your account after signing out, and sign in on other devices.": "คุณสามารถกลับไปยังบัญชีของคุณหลังจากออกจากระบบ แล้วกลับเขาสู่ระบบบนอุปกรณ์อื่น ๆ", "Continue": "ดำเนินการต่อ", @@ -195,5 +195,7 @@ "This will allow you to return to your account after signing out, and sign in on other devices.": "เพื่อคุณจะได้กลับมายังบัญชีเดิมของคุณได้ หลังจากออกจากระบบ แล้วกลับเข้าสู่ระบบในอุปกรณ์อื่น ๆ", "Design and implementation of E2E in Matrix": "การออกแบบและใช้งาน E2E ใน Matrix", "Discussion of the Identity Service API": "พูดคุยเกี่ยวกับ Identity Service API", - "Decentralised, encrypted chat & collaboration powered by [matrix]": "แชทและประสานงานบนระบบที่ทั้งเข้ารหัสได้และกระจายศูนย์กลาง โดยใช้เทคโนโลยีจาก [matrix]" + "Decentralised, encrypted chat & collaboration powered by [matrix]": "ระบบแชทและประสานงาน ไร้ศูนย์กลางและเข้ารหัสได้ โดยใช้เทคโนโลยีจาก [matrix]", + "General discussion about Matrix and Riot": "พูดคุยเรื่องทั่วไป ทั้ง Matrix และ Riot", + " (HTTP status %(httpStatus))": "(สถานะ HTTP %(httpStatus))" } diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json new file mode 100644 index 0000000000..f76aa160dd --- /dev/null +++ b/src/i18n/strings/zh_Hans.json @@ -0,0 +1,7 @@ +{ + "Close": "关闭", + "Mute": "静音", + "Notifications": "通知", + "OK": "确定", + "Operation failed": "操作失败" +} diff --git a/src/i18n/strings/zh_Hant.json b/src/i18n/strings/zh_Hant.json index d6f0930a77..5b22640d87 100644 --- a/src/i18n/strings/zh_Hant.json +++ b/src/i18n/strings/zh_Hant.json @@ -98,7 +98,7 @@ "OK": "OK", "You need to be using HTTPS to place a screen-sharing call.": "你需要使用 HTTPS 來置放畫面分享的通話。", "Welcome page": "歡迎頁", - "A new version of Riot is available.": " Riot 發佈了新版本", + "A new version of Riot is available.": "Riot 發佈了新版本", "Add an email address above to configure email notifications": "在上面新增電子郵件以設定電郵通知", "All notifications are currently disabled for all targets.": "目前所有的通知功能已取消", "An error occurred whilst saving your email notification preferences.": "在儲存你的電郵通知偏好時發生錯誤", From b8e0cbaf5a8de2534185264d39fd0b8c3b07f20d Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 12 Jun 2017 16:02:51 +0100 Subject: [PATCH 16/18] v0.11.0 --- electron_app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/package.json b/electron_app/package.json index fc92b5c496..0e08efd5c7 100644 --- a/electron_app/package.json +++ b/electron_app/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "src/electron-main.js", - "version": "0.11.0-rc.2", + "version": "0.11.0", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "dependencies": { From 030f2eaeb5bafde44ccdeab485fa426df63d2aff Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 12 Jun 2017 16:04:23 +0100 Subject: [PATCH 17/18] Prepare changelog for v0.11.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e75c6e23a8..28b978c544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [0.11.0](https://github.com/vector-im/riot-web/releases/tag/v0.11.0) (2017-06-12) +============================================================================================ +[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.11.0-rc.2...v0.11.0) + + * More translations & minor fixes + Changes in [0.11.0-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.11.0-rc.2) (2017-06-09) ====================================================================================================== [Full Changelog](https://github.com/vector-im/riot-web/compare/v0.11.0-rc.1...v0.11.0-rc.2) From bddb6b7f8fc3eb986276931dc4179ac4bd5cfcd3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 12 Jun 2017 16:04:24 +0100 Subject: [PATCH 18/18] v0.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index daff15ce35..51c366b1e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "riot-web", "productName": "Riot", "main": "electron_app/src/electron-main.js", - "version": "0.11.0-rc.2", + "version": "0.11.0", "description": "A feature-rich client for Matrix.org", "author": "Vector Creations Ltd.", "repository": {