-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into travis/feature/wellknown2
- Loading branch information
Showing
8 changed files
with
43 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
{} | ||
{ | ||
"Riot Desktop on %(platformName)s": "Namizni Riot za %(platformName)s", | ||
"Unknown device": "Neznana naprava", | ||
"%(appName)s via %(browserName)s on %(osName)s": "%(appName)s s %(browserName)s na %(osName)s", | ||
"You need to be using HTTPS to place a screen-sharing call.": "Za klic s skupno rabo zaslona potrebujete HTTPS.", | ||
"powered by Matrix": "poganja Matrix", | ||
"Custom Server Options": "Možnosti strežnika po meri", | ||
"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.": "Možnosti strežnika po meri lahko uporabite za prijavo v druge Matrix strežnike, s tem da podate drug URL domačega strežnika. To vam omogoča, da uporabljate Riot z obstoječim Matrix računom na drugem strežniku.", | ||
"You can also set a custom identity server, but you won't be able to invite users by email address, or be invited by email address yourself.": "Nastavite lahko tudi strežnik za identiteto po meri, vendar ne boste mogli povabiti uporabnikov prek e-pošte, prav tako pa vas ne bodo mogli povabiti drugi.", | ||
"Dismiss": "Opusti", | ||
"Welcome to Riot.im": "Dobrodošli v Riot.im", | ||
"Decentralised, encrypted chat & collaboration powered by [matrix]": "Decentralizirano šifrirano sporočanje & sodelovanje s pomočjo [matrix]", | ||
"Sign In": "Prijava", | ||
"Create Account": "Registracija", | ||
"Need help?": "Potrebujete pomoč?", | ||
"Chat with Riot Bot": "Klepetajte z Riot Botom", | ||
"Explore rooms": "Raziščite sobe", | ||
"Room Directory": "Imenik sob", | ||
"Search the room directory": "Preiščite imenik sob", | ||
"Get started with some tips from Riot Bot!": "Začnite z nekaterimi nasveti Riot Bota!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3144,7 +3144,7 @@ emoji-regex@^7.0.1: | |
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" | ||
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== | ||
|
||
[email protected], emojione@^2.2.7: | ||
[email protected]: | ||
version "2.2.7" | ||
resolved "https://registry.yarnpkg.com/emojione/-/emojione-2.2.7.tgz#46457cf6b9b2f8da13ae8a2e4e547de06ee15e96" | ||
integrity sha1-RkV89rmy+NoTroouTlR94G7hXpY= | ||
|
@@ -6800,6 +6800,13 @@ pluralizers@^0.1.7: | |
resolved "https://registry.yarnpkg.com/pluralizers/-/pluralizers-0.1.7.tgz#8d38dd0a1b660e739b10ab2eab10b684c9d50142" | ||
integrity sha512-mw6AejUiCaMQ6uPN9ObjJDTnR5AnBSmnHHy3uVTbxrSFSxO5scfwpTs8Dxyb6T2v7GSulhvOq+pm9y+hXUvtOA== | ||
|
||
png-chunks-extract@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/png-chunks-extract/-/png-chunks-extract-1.0.0.tgz#fad4a905e66652197351c65e35b92c64311e472d" | ||
integrity sha1-+tSpBeZmUhlzUcZeNbksZDEeRy0= | ||
dependencies: | ||
crc-32 "^0.3.0" | ||
|
||
portfinder@^1.0.20: | ||
version "1.0.20" | ||
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a" | ||
|
@@ -6809,13 +6816,6 @@ portfinder@^1.0.20: | |
debug "^2.2.0" | ||
mkdirp "0.5.x" | ||
|
||
png-chunks-extract@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/png-chunks-extract/-/png-chunks-extract-1.0.0.tgz#fad4a905e66652197351c65e35b92c64311e472d" | ||
integrity sha1-+tSpBeZmUhlzUcZeNbksZDEeRy0= | ||
dependencies: | ||
crc-32 "^0.3.0" | ||
|
||
posix-character-classes@^0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" | ||
|