Commit graph

2324 commits

Author SHA1 Message Date
cryptofyre
47fed2105b New translations en_US.jsonc (Norwegian) 2022-02-21 15:08:15 -06:00
cryptofyre
768158a1c5 New translations en_US.jsonc (Russian) 2022-02-21 15:08:13 -06:00
cryptofyre
d6abdc8b85 New translations en_US.jsonc (Vietnamese) 2022-02-21 15:08:06 -06:00
cryptofyre
df8868ac65 Update source file en_US.jsonc 2022-02-21 15:08:01 -06:00
cryptofyre
65e9378530 New translations en_US.jsonc (Portuguese, Brazilian) 2022-02-21 12:27:28 -06:00
cryptofyre
be9d20b4be New translations en_US.jsonc (Spanish) 2022-02-21 12:27:27 -06:00
cryptofyre
9e1510b7ca New translations en_US.jsonc (Afrikaans) 2022-02-21 12:27:26 -06:00
cryptofyre
0a35320750 New translations en_US.jsonc (Arabic) 2022-02-21 12:27:25 -06:00
cryptofyre
11d8f78dba New translations en_US.jsonc (Catalan) 2022-02-21 12:27:24 -06:00
cryptofyre
a75acca5b0 New translations en_US.jsonc (Czech) 2022-02-21 12:27:23 -06:00
cryptofyre
804a8e6ba3 New translations en_US.jsonc (Danish) 2022-02-21 12:27:22 -06:00
cryptofyre
e53da7891d New translations en_US.jsonc (German) 2022-02-21 12:27:21 -06:00
cryptofyre
8f595e40b7 New translations en_US.jsonc (Greek) 2022-02-21 12:27:20 -06:00
cryptofyre
7fecc28cb8 New translations en_US.jsonc (Finnish) 2022-02-21 12:27:19 -06:00
cryptofyre
3e401e2204 New translations en_US.jsonc (Hebrew) 2022-02-21 12:27:18 -06:00
cryptofyre
4f088250ee New translations en_US.jsonc (Hungarian) 2022-02-21 12:27:17 -06:00
cryptofyre
ace2538f23 New translations en_US.jsonc (Italian) 2022-02-21 12:27:16 -06:00
cryptofyre
6888fefb31 New translations en_US.jsonc (Japanese) 2022-02-21 12:27:15 -06:00
cryptofyre
752d96b9ef New translations en_US.jsonc (French) 2022-02-21 12:27:14 -06:00
cryptofyre
d487d00fe5 New translations en_US.jsonc (Korean) 2022-02-21 12:27:13 -06:00
cryptofyre
93ea31421c New translations en_US.jsonc (Norwegian) 2022-02-21 12:27:12 -06:00
cryptofyre
d3872f16cd New translations en_US.jsonc (Polish) 2022-02-21 12:27:11 -06:00
cryptofyre
7157f1040c New translations en_US.jsonc (Portuguese) 2022-02-21 12:27:10 -06:00
cryptofyre
03553c535d New translations en_US.jsonc (Russian) 2022-02-21 12:27:09 -06:00
cryptofyre
959306b52c New translations en_US.jsonc (Serbian (Cyrillic)) 2022-02-21 12:27:08 -06:00
cryptofyre
fd69f9f862 New translations en_US.jsonc (Swedish) 2022-02-21 12:27:07 -06:00
cryptofyre
c589bee5bd New translations en_US.jsonc (Turkish) 2022-02-21 12:27:06 -06:00
cryptofyre
b8f64513c4 New translations en_US.jsonc (Ukrainian) 2022-02-21 12:27:05 -06:00
cryptofyre
199d2fd1c9 New translations en_US.jsonc (Chinese Simplified) 2022-02-21 12:27:04 -06:00
cryptofyre
bf3ba63e6c New translations en_US.jsonc (Chinese Traditional) 2022-02-21 12:27:03 -06:00
cryptofyre
5eda68b9ba New translations en_US.jsonc (Vietnamese) 2022-02-21 12:26:59 -06:00
cryptofyre
45e7032d86 New translations en_US.jsonc (Dutch) 2022-02-21 12:26:58 -06:00
cryptofyre
aac56d4de4 New translations en_US.jsonc (Romanian) 2022-02-21 12:26:57 -06:00
cryptofyre
72f7bece85
Merge pull request #496 from Amaru8/develop
Added and translated some strings in hu_HU (Hungarian) language files
2022-02-21 11:56:19 -06:00
vapormusic
824499f61f fix private sessions 2022-02-21 22:03:21 +07:00
Amaru8
819df1e41b Added and translated some strings 2022-02-21 15:35:06 +01:00
vapormusic
c8f99d5ad7
Merge pull request #494 from ciderapp/themes-fix-linux
Fix linux themes
2022-02-21 19:43:20 +07:00
vapormusic
eb60f46493 fix themes 2022-02-21 12:42:06 +07:00
vapormusic
4b48917c37 fix themes for linux 2022-02-21 18:30:14 +07:00
Maikiwi
c0f2bc36e0 better working 2022-02-20 19:24:12 -08:00
Maikiwi
cc8f09931a why not call it volume control 2022-02-20 17:53:36 -08:00
Vasilis
28a5a2adc0
update (#489) 2022-02-20 14:28:10 -08:00
cryptofyre
8359019a9f bump electron. 2022-02-20 10:52:52 -06:00
cryptofyre
7216e6d1bb updating version number to prevent confusion. 2022-02-20 10:43:56 -06:00
cryptofyre
04899cda77 Merge branch 'develop' of https://github.com/Apple-Music-Electron/Cider into develop 2022-02-20 10:43:25 -06:00
vapormusic
3bf45a4e2e git 2022-02-20 15:09:09 +07:00
vapormusic
c1fe92368a
Merge pull request #486 from CommanderRoot/rm-deprecated-string-substr
Replace deprecated String.prototype.substr()
2022-02-20 21:15:56 +07:00
Tobias Speicher
8edfddc409
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() or substring() which work similarily but aren't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-02-20 15:09:12 +01:00
vapormusic
2523498a37 add logout prompt? 2022-02-20 20:15:49 +07:00
Maikiwi
462d77fc1e bring back auto upd 2022-02-19 22:05:37 -08:00