Merge pull request #11802 from vector-im/travis/sourcemaps-dev
Sourcemaps: develop -> feature branchpull/11843/head
commit
455b7ae347
14
docs/labs.md
14
docs/labs.md
|
@ -81,3 +81,17 @@ that downloads, stores, and indexes room messages for E2E encrypted rooms.
|
||||||
|
|
||||||
The existing search will transparently work for encrypted rooms just like it
|
The existing search will transparently work for encrypted rooms just like it
|
||||||
does for non-encrypted.
|
does for non-encrypted.
|
||||||
|
|
||||||
|
## New DM invite dialog (`feature_ftue_dms`)
|
||||||
|
|
||||||
|
An improved dialog for inviting users. Once finished, this will replace both the
|
||||||
|
DM creation dialog and the 'invite user' dialog. This is a work in progress and
|
||||||
|
as such not all functionality may be present until the feature replaces today's
|
||||||
|
UX.
|
||||||
|
|
||||||
|
## Bridge info tab (`feature_bridge_state`)
|
||||||
|
|
||||||
|
Adds a "Bridge Info" tab to the Room Settings dialog, if a compatible bridge is
|
||||||
|
present in the room. The Bridge info tab pulls information from the `m.bridge` state event ([MSC2346](https://github.com/matrix-org/matrix-doc/pull/2346)). Since the feature is based upon a MSC, most
|
||||||
|
bridges are not expected to be compatible, and users should not rely on this
|
||||||
|
tab as the single source of truth just yet.
|
||||||
|
|
|
@ -63,7 +63,7 @@ if (argv["help"]) {
|
||||||
console.log(" --hidden: Start the application hidden in the system tray.");
|
console.log(" --hidden: Start the application hidden in the system tray.");
|
||||||
console.log(" --help: Displays this help message.");
|
console.log(" --help: Displays this help message.");
|
||||||
console.log("And more such as --proxy, see:" +
|
console.log("And more such as --proxy, see:" +
|
||||||
"https://github.com/electron/electron/blob/master/docs/api/chrome-command-line-switches.md");
|
"https://electronjs.org/docs/api/chrome-command-line-switches#supported-chrome-command-line-switches");
|
||||||
app.exit();
|
app.exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -158,7 +158,7 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "im.riot.app",
|
"appId": "im.riot.app",
|
||||||
"electronVersion": "7.1.3",
|
"electronVersion": "7.1.7",
|
||||||
"files": [
|
"files": [
|
||||||
"node_modules/**",
|
"node_modules/**",
|
||||||
"src/**"
|
"src/**"
|
||||||
|
|
|
@ -21,7 +21,9 @@
|
||||||
"feature_mjolnir": "labs",
|
"feature_mjolnir": "labs",
|
||||||
"feature_dm_verification": "labs",
|
"feature_dm_verification": "labs",
|
||||||
"feature_cross_signing": "labs",
|
"feature_cross_signing": "labs",
|
||||||
"feature_event_indexing": "labs"
|
"feature_event_indexing": "labs",
|
||||||
|
"feature_ftue_dms": "labs",
|
||||||
|
"feature_bridge_state": "labs"
|
||||||
},
|
},
|
||||||
"welcomeUserId": "@riot-bot:matrix.org",
|
"welcomeUserId": "@riot-bot:matrix.org",
|
||||||
"piwik": {
|
"piwik": {
|
||||||
|
|
|
@ -2,14 +2,16 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
TAG=$(git describe --dirty --tags)
|
TAG=$(git describe --tags)
|
||||||
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
BRANCH=$(git rev-parse --abbrev-ref HEAD)
|
||||||
DIST_VERSION=$TAG
|
DIST_VERSION=$TAG
|
||||||
|
|
||||||
# If the branch comes out as HEAD then we're probably checked out to a tag, so if the thing is *not*
|
# If the branch comes out as HEAD then we're probably checked out to a tag, so if the thing is *not*
|
||||||
# coming out as HEAD then we're on a branch. When we're on a branch, we want to resolve ourselves to
|
# coming out as HEAD then we're on a branch. When we're on a branch, we want to resolve ourselves to
|
||||||
# a few SHAs rather than a version.
|
# a few SHAs rather than a version.
|
||||||
if [ $BRANCH != 'HEAD' ]
|
# Docker Hub doesn't always check out the tag and sometimes checks out the branch, so we should look
|
||||||
|
# for an appropriately tagged branch as well (heads/v1.2.3).
|
||||||
|
if [ $BRANCH != 'HEAD' && $BRANCH != 'heads/v*' ]
|
||||||
then
|
then
|
||||||
REACT_SHA=$(cd node_modules/matrix-react-sdk; git rev-parse --short=12 HEAD)
|
REACT_SHA=$(cd node_modules/matrix-react-sdk; git rev-parse --short=12 HEAD)
|
||||||
JSSDK_SHA=$(cd node_modules/matrix-js-sdk; git rev-parse --short=12 HEAD)
|
JSSDK_SHA=$(cd node_modules/matrix-js-sdk; git rev-parse --short=12 HEAD)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"Riot Desktop on %(platformName)s": "%(platformName)s-da Riot Desktop",
|
"Riot Desktop on %(platformName)s": "%(platformName)s-da Riot Desktop",
|
||||||
"Unknown device": "Naməlum qurğu",
|
"Unknown device": "Naməlum qurğu",
|
||||||
"You need to be using HTTPS to place a screen-sharing call.": "İş stolunun birgə istifadəsi üçün HTTPS-dan istifadə tələb olunur.",
|
"You need to be using HTTPS to place a screen-sharing call.": "İş stolunun birgə istifadəsi üçün HTTPS-dan istifadə tələb olunur.",
|
||||||
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Riot konfiqurasiyanızda yanlış JSON var. Lütfən, xətanı düzəldin və səhifəni yeniləyin",
|
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Riot konfiqurasiyanızda yanlış JSON var. Lütfən, xətanı düzəldin və səhifəni yeniləyin.",
|
||||||
"Invalid JSON": "Yanlış JSON",
|
"Invalid JSON": "Yanlış JSON",
|
||||||
"Sign In": "Daxil ol",
|
"Sign In": "Daxil ol",
|
||||||
"Create Account": "Hesab Aç",
|
"Create Account": "Hesab Aç",
|
||||||
|
@ -10,8 +10,16 @@
|
||||||
"Chat with Riot Bot": "Riot Bot-la söhbət edin",
|
"Chat with Riot Bot": "Riot Bot-la söhbət edin",
|
||||||
"Explore rooms": "Otaqları kəşf edin",
|
"Explore rooms": "Otaqları kəşf edin",
|
||||||
"Your Riot is misconfigured": "Riot yanlış quraşdırılıb",
|
"Your Riot is misconfigured": "Riot yanlış quraşdırılıb",
|
||||||
"Unexpected error preparing the app. See console for details.": "Proqramı başladarkən gözlənilməz xəta. Ətraflı məlumat üçün konsola baxın.",
|
"Unexpected error preparing the app. See console for details.": "Proqramın başlanmasında gözlənilməz xəta. İzah üçün konsola baxın",
|
||||||
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Yanlış konfiqurasiya: default_server_config, default_server_name, və ya default_hs_url-dən yalnız birini təyin etməlisiniz.",
|
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Yanlış konfiqurasiya: bunlardan yalnız birini təyin edin - default_server_config, default_server_name, və ya default_hs_url.",
|
||||||
"Invalid configuration: no default server specified.": "Yanlış konfiqurasiya: ilkin server təyin edilməyib.",
|
"Invalid configuration: no default server specified.": "Yanlış konfiqurasiya: ilkin server təyin edilməyib",
|
||||||
"%(appName)s via %(browserName)s on %(osName)s": "%(osName)s-da %(browserName)s ilə %(appName)s"
|
"%(appName)s via %(browserName)s on %(osName)s": "%(osName)s-da %(browserName)s ilə %(appName)s",
|
||||||
|
"The message from the parser is: %(message)s": "Sözügedən mesaj: %(message)s",
|
||||||
|
"powered by Matrix": "Matrix tərəfindən təchiz edilmişdir",
|
||||||
|
"Custom Server Options": "Fərdi Server Seçimləri",
|
||||||
|
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use Riot with an existing Matrix account on a different homeserver.": "Fərqli server URL-ni təyin etməklə digər Matrix serverlərinə daxil olmaq üçün fərdi server seçimlərini istifadə edə bilərsiniz. Bu sizə başqa serverdə qaldırılmış mövcud Matrix hesabınızla Riot-u işlətməyə imkan verir.",
|
||||||
|
"Dismiss": "Nəzərə almayın",
|
||||||
|
"Room Directory": "Otaq kataloqu",
|
||||||
|
"Welcome to Riot.im": "Riot.im-ə xoş gəlmişsiniz",
|
||||||
|
"Decentralised, encrypted chat & collaboration powered by [matrix]": "[matrix] tərəfindən təchiz edilmiş mərkəziləşdirilməmiş, şifrələnmiş çat və əməkdaşlıq platforması"
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,5 +14,12 @@
|
||||||
"Create Account": "Crear conta",
|
"Create Account": "Crear conta",
|
||||||
"Need help?": "¿Precisas axuda?",
|
"Need help?": "¿Precisas axuda?",
|
||||||
"Explore rooms": "Explorar salas",
|
"Explore rooms": "Explorar salas",
|
||||||
"Room Directory": "Directorio de salas"
|
"Room Directory": "Directorio de salas",
|
||||||
|
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "A configuración de Riot contén JSON non válido. Corrixe o problema e recarga a páxina.",
|
||||||
|
"The message from the parser is: %(message)s": "A mensaxe desde o intérprete é: %(message)s",
|
||||||
|
"Invalid JSON": "JSON non válido",
|
||||||
|
"Your Riot is misconfigured": "Riot está mal configurado",
|
||||||
|
"Unexpected error preparing the app. See console for details.": "Fallo non agardado ao preparar a app. Detalles na consola.",
|
||||||
|
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Configuración non válida: só se pode indicar un de default_server_config, default_server_name, ou default_hs_url.",
|
||||||
|
"Invalid configuration: no default server specified.": "Configuración non válida: non se indicou servidor por omisión."
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"%(appName)s via %(browserName)s on %(osName)s": "%(osName)s işletim sisteminde %(browserName)s ile %(appName)s",
|
"%(appName)s via %(browserName)s on %(osName)s": "%(osName)s işletim sisteminde %(browserName)s ile %(appName)s",
|
||||||
"Custom Server Options": "Özelleştirilebilir Sunucu Seçenekleri",
|
"Custom Server Options": "Özelleştirilebilir Sunucu Seçenekleri",
|
||||||
"Dismiss": "Kapat",
|
"Dismiss": "Kapat",
|
||||||
"powered by Matrix": "Matrix'den besleniyor",
|
"powered by Matrix": "Matrix tarafından destekleniyor",
|
||||||
"Riot Desktop on %(platformName)s": "%(platformName)s platformunda Riot Masaüstü",
|
"Riot Desktop on %(platformName)s": "%(platformName)s platformunda Riot Masaüstü",
|
||||||
"Unknown device": "Bilinmeyen aygıt",
|
"Unknown device": "Bilinmeyen aygıt",
|
||||||
"You need to be using HTTPS to place a screen-sharing call.": "Ekran paylaşımlı arama yapmak için HTTPS kullanıyor olmalısınız.",
|
"You need to be using HTTPS to place a screen-sharing call.": "Ekran paylaşımlı arama yapmak için HTTPS kullanıyor olmalısınız.",
|
||||||
|
@ -14,5 +14,12 @@
|
||||||
"Create Account": "Kayıt Ol",
|
"Create Account": "Kayıt Ol",
|
||||||
"Need help?": "Yardıma mı ihtiyacın var?",
|
"Need help?": "Yardıma mı ihtiyacın var?",
|
||||||
"Explore rooms": "Odaları keşfet",
|
"Explore rooms": "Odaları keşfet",
|
||||||
"Room Directory": "Oda Dizini"
|
"Room Directory": "Oda Dizini",
|
||||||
|
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Riot yapılandırmanız geçersiz JSON ifadesi içermektedir. Lütfen problemi düzeltin ve sayfayı yenileyin.",
|
||||||
|
"Invalid JSON": "Geçersiz JSON",
|
||||||
|
"Your Riot is misconfigured": "Rioutunuz hatalı yapılandırılmış",
|
||||||
|
"Unexpected error preparing the app. See console for details.": "Uygulamayı hazırlarken beklenmeyen hata oluştu. Lütfen detaylar için konsola bakınız.",
|
||||||
|
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Geçersiz yapılandırma: default_server_config, default_server_name, yada default_hs_url den sadece birisi seçilebilir.",
|
||||||
|
"Invalid configuration: no default server specified.": "Geçersiz yapılandırma: varsayılan sunucu seçilmemiş.",
|
||||||
|
"The message from the parser is: %(message)s": "Ayrıştırıcıdan gelen mesaj: %(message)s"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue