コミットグラフ

303 コミット

作成者 SHA1 メッセージ 日付
Olle Jonsson d8fe9a4d29
nb-NO: Translate "subscription" correctly (#1089)
Co-authored-by: Oskar Gewalli <gewalli@gmail.com>
2020-04-02 16:16:27 -05:00
Karol Kosek ebd4691462 Update Polish translation 2020-03-01 16:31:32 +01:00
Tymofij Lytvynenko 28554235be Update Ukrainian translation 2020-03-01 16:31:32 +01:00
Deleted User efbbb6fd20 Update German translation 2020-03-01 16:31:32 +01:00
Outvi V b80d34612a
Update zh-CN translation 2020-01-27 13:01:53 +08:00
chr56 830692dd60
Update Chinese (Simplified) translation 2020-01-17 22:50:16 -05:00
Adam Zieliński 95a6759381
Update Polish translation 2020-01-17 22:50:16 -05:00
Jorge Maldonado Ventura 960b37b1c2
Update Spanish translation 2020-01-17 22:50:16 -05:00
Jorge Maldonado Ventura b1d17dea4f
Update Esperanto translation 2020-01-17 22:50:16 -05:00
Jeff Huang 6b06471953
Update Chinese (Traditional) translation 2020-01-17 22:50:16 -05:00
dimqua 4ca957d3eb
Update Russian translation 2020-01-17 22:50:16 -05:00
Oguz Ersen eb9b63477c
Update Turkish translation 2020-01-17 22:50:16 -05:00
Allan Nordhøy 80c01b055c
Update Norwegian Bokmål translation 2020-01-17 22:50:16 -05:00
Remi Reuvekamp 99743a94fb Improve Dutch locale 2020-01-12 19:00:10 +01:00
frajibe 2c9e4ded40 Fix the french translation 2019-12-14 18:20:26 +01:00
Omar Roth 0e844edacb
Add support for pt-BR 2019-12-05 15:26:35 -05:00
Everton 5751bb2481 Add Brazilian Portuguese locale (#915)
* adding Brazilian Portuguese locale
2019-12-05 15:24:53 -05:00
Omar Roth 1499ce43bf
Add support for Romanian locale 2019-12-03 19:41:58 -05:00
Vlad Crangă f3e0c5d653
Update ro.json
Invidious translated from English into Romanian.
2019-11-28 17:16:46 +00:00
Vlad Crangă fc7f48b7db
Create ro.json 2019-11-28 15:09:41 +00:00
XVnNzb2kFEhV9Tjm f0368b02c4 Add Japanese translations 2019-10-26 18:34:25 +09:00
Omar Roth a731486ab7
Fix typo in locale regex 2019-10-21 11:11:29 -04:00
Omar Roth 007646774e
Fix typo in English locale 2019-10-20 21:01:27 -04:00
Omar Roth 7524b5e349
Move feed_menu and default_home into user preferences 2019-10-20 20:43:33 -04:00
Omar Roth 8c858a5953
Merge pull request #829 from l10n-tw/translation
Update zh_TW translations.
2019-10-19 13:14:33 -04:00
TheFrenchGhosty 1812958106 French Translation updated, custom playlists update, enhancements and corrections (#830)
* French Translation updated, custom playlists update and corrections
2019-10-19 13:13:49 -04:00
Esmail EL BoB 1a77becc6a
Update ar.json 2019-10-18 17:22:45 +00:00
Jeff Huang 9ae4edfee5 Update zh_TW translations. 2019-10-17 08:48:34 +08:00
Omar Roth 57a80a3c10
Add missing text to locales 2019-10-15 22:52:11 -04:00
Omar Roth be055d9dcb
Add support for custom playlists 2019-10-15 21:17:14 -04:00
TheFrenchGhosty 15a3c8408f Assume feed means subscriptions feed 2019-10-12 23:15:53 +02:00
TheFrenchGhosty bc1784ed2b French Translation updated, rewording and corrections 2019-10-12 23:11:40 +02:00
ButterflyOfFire f832743009 Update Arabic translation 2019-10-09 16:22:39 +02:00
Jeff Huang f5d8a952f2 Add zh-TW translations. 2019-10-02 16:28:25 +08:00
Omar Roth 466a5a932b
Add support for Turkish translation 2019-09-24 13:38:50 -04:00
Oguz Ersen 8a3c6382e9
Add Turkish translation 2019-09-24 13:38:46 -04:00
Omar Roth 1f37faad42
Fix plurilzation regex 2019-09-09 18:09:21 -04:00
Jorge Maldonado Ventura fded5fd900
Update Spanish translation 2019-09-03 21:10:49 -04:00
Swann Martinet 950965bd4a
Update French translation 2019-09-03 21:10:49 -04:00
Swann Martinet 3a359319fa
Update German translation 2019-09-03 21:10:49 -04:00
Allan Nordhøy d3dd82c699
Update Norwegian Bokmål translation 2019-09-03 21:10:49 -04:00
Jorge Maldonado Ventura 81f192bccb
Update Esperanto translation 2019-09-03 21:10:49 -04:00
ButterflyOfFire 60a23febed
Update Arabic translation 2019-09-03 21:10:48 -04:00
Esmail EL BoB d0e280cbac Update ar.json (#728)
* Update ar.json
2019-09-03 21:04:04 -04:00
unbranched ecb62c8659 Italian translation update (#724)
* Italian translation update
2019-09-03 21:02:53 -04:00
psvenk f54fbd057e Add prefers-color-scheme support (#601)
* Add prefers-color-scheme support

This should fix <https://github.com/omarroth/invidious/issues/559>.
The cookie storage format has been changed from boolean
("true"/"false") to tri-state ("dark"/"light"/""), so that users
without a cookie set will get dark mode if they have enabled the dark
theme in their operating system. The code for handling the cookie
state, along with the user's operating system theme, has been factored
out into a new function `update_mode`, which is called both at window
load and at the "storage" event listener, because the "storage" event
listener is only trigerred when a change is made to the localStorage
from another tab/window (for more info - see
<https://stackoverflow.com/a/4679754>).
2019-08-15 11:29:55 -05:00
mondstern ec36c69984
Update German translation 2019-07-31 09:37:43 -05:00
recette-lemon 2458db03de
Update Icelandic translation 2019-07-31 09:36:55 -05:00
Brn9hrd7 7528b7bc1a Update german translation (#650) 2019-07-31 09:32:16 -05:00
TheFrenchGhosty 8af33084ed French translation updated - New words, consistency (#643)
* New words translated, more consistency
2019-07-31 08:52:41 -05:00
Omar Roth 94638fe42c
Update translations 2019-07-18 21:52:25 -05:00
recette-lemon 55ecfda39a
Update Icelandic translation 2019-07-18 21:52:25 -05:00
Esmail EL BoB 42e2d73ce2
Update ar.json 2019-07-14 06:07:02 +00:00
Omar Roth fea20ea913
Add support for Icelandic translation 2019-07-12 21:07:40 -05:00
Jorge Maldonado Ventura 59bbe72798 Update Esperanto translation 2019-07-12 19:05:25 +02:00
recette-lemon f99a30a57e Update Icelandic translation 2019-07-12 19:05:25 +02:00
Allan Nordhøy aa4cb29621 Update Norwegian Bokmål translation 2019-07-12 19:05:25 +02:00
recette-lemon 91ad4e396b Update Icelandic translation 2019-07-12 19:05:25 +02:00
recette-lemon 351e17aacf Update Icelandic translation 2019-07-12 19:05:25 +02:00
recette-lemon 6c8e09acdb Add Icelandic translation 2019-07-12 19:05:25 +02:00
Omar Roth bcd239ac2b
Add community page 2019-07-09 09:31:04 -05:00
Omar Roth 857c57daba
Add support for Chinese translation 2019-07-04 23:11:04 -05:00
Omar Roth 5515da3c2d
Merge pull request #620 from outloudvi/l10n-zh-cn
Add translation of Simplified Chinese
2019-07-04 23:06:26 -05:00
Outvi V cfc111f855 Add zh-CN translation 2019-07-04 13:08:01 +08:00
Omar Roth c47f1ae236
Add Reddit comment permalink 2019-07-01 12:37:28 -05:00
Tolstovka 5773b1c3e5 Update Ukrainian translation 2019-06-19 02:10:52 +02:00
Tolstovka b562b3410b Update Russian translation 2019-06-19 02:10:52 +02:00
Jorge Maldonado Ventura f6440e9830 Update Esperanto translation 2019-06-19 02:10:52 +02:00
ssantos e43636e1e9 Update German translation 2019-06-19 02:10:52 +02:00
Omar Roth ef8c9f093c
Add premiere date to watch page 2019-06-08 10:18:45 -05:00
Omar Roth 1db648a525
Merge pull request #577 from EsmailELBoBDev2/patch-3
Update ar.json
2019-06-07 10:26:36 -05:00
Heimen Stoffels 9d23f1298d
Updated Dutch translation 2019-06-07 12:29:03 +02:00
Esmail EL BoB 3f791b65b5
Update ar.json 2019-06-07 04:46:46 +00:00
Allan Nordhøy 51799844c9 Update Norwegian Bokmål translation 2019-06-05 18:11:25 +02:00
Jorge Maldonado Ventura 48de136e9d Update Esperanto translation 2019-06-05 18:11:25 +02:00
Jorge Maldonado Ventura cb6f97a831 Update Esperanto translation 2019-06-05 18:11:25 +02:00
ssantos 7e0cd0ab60 Update German translation 2019-06-05 18:11:25 +02:00
Omar Roth 0338fd42e1
Add support for Web notifications 2019-06-01 16:09:17 -05:00
Heimen Stoffels 52cb239194 Updated and corrected Dutch translation (#560)
* Updated and corrected Dutch translation
2019-05-29 18:08:42 -05:00
Omar Roth a8261d376a
Merge remote-tracking branch 'weblate/master' 2019-05-27 14:59:49 -05:00
Omar Roth fc346b4efd
Add 'View playlist on YouTube' 2019-05-27 14:54:50 -05:00
Tolstovka a674fea1c2 Update French translation 2019-05-27 19:53:00 +02:00
Tolstovka 9e22b34fac Update Spanish translation 2019-05-27 19:53:00 +02:00
Tolstovka fe24408620 Update English (United States) translation 2019-05-27 19:53:00 +02:00
Esmail EL BoB 9c854a1757
Update ar.json 2019-05-27 17:04:11 +00:00
Esmail EL BoB 2933093e17 updated arabic, FINALLY (#553)
* Update ar.json
2019-05-26 19:15:49 -05:00
Omar Roth 1eaa377583
Add Greek translation (thanks Iris!) 2019-05-20 13:06:54 -05:00
Tolstovka b52e6c99ab
Update Ukrainian translation 2019-05-18 19:15:36 -05:00
Tolstovka 7dab548522
Update Russian translation 2019-05-18 19:15:35 -05:00
Perflyst 0fa2ba53ab Update Italian translation 2019-05-11 17:42:15 +02:00
Perflyst 4bb657debf Update Dutch translation 2019-05-11 17:42:15 +02:00
codl dd12840e34 Update French translation 2019-05-11 17:42:15 +02:00
dimqua b027dcfec9 Update Russian translation 2019-05-11 17:42:15 +02:00
ssantos 9e9b6f1542 Update German translation 2019-05-11 17:42:15 +02:00
Omar Roth 92450920d4
Fix backticks in locales 2019-05-05 17:46:58 -05:00
Allan Nordhøy 094143bc28 Update Norwegian Bokmål translation 2019-05-02 21:38:28 +02:00
Jorge Maldonado Ventura 24a335d304 Update Esperanto translation 2019-05-02 21:38:28 +02:00
arkakuso c62b318b9e Update Basque translation 2019-05-02 21:38:28 +02:00
Jorge Maldonado Ventura ea5c7c321a Update Esperanto translation 2019-05-02 21:38:28 +02:00
Omar Roth 56fe3ede5b Add annotation preferences 2019-04-30 23:39:04 -05:00
Omar Roth 6cdb6ec711 Add support for plurlization to locales 2019-04-28 14:50:17 -05:00
Esmail EL BoB 5ce72a3461 Updated most of ar.json (#508)
* Update ar.json
2019-04-25 13:09:38 -05:00
Omar Roth 0a8e20fd60 Revert "Update French translation"
This reverts commit a2533af116.
2019-04-22 11:07:41 -05:00
Omar Roth 558c4341e4 Merge remote-tracking branch 'weblate/master' 2019-04-22 10:51:08 -05:00
Omar Roth 64aecba7a0 Add option to change passwords 2019-04-22 10:18:17 -05:00
Jorge Maldonado Ventura 3689b08237
Update Esperanto translation 2019-04-20 20:33:58 +02:00
Allan Nordhøy aa10a9d899 Language fixes (#366)
* Language fixes
2019-04-19 11:14:11 -05:00
Omar Roth a5b8feca93 Merge remote-tracking branch 'weblate/master' 2019-04-19 10:31:14 -05:00
Omar Roth 486e47f985 Add missing text to locales 2019-04-19 10:28:12 -05:00
Tolstovka 7ac00258cc Update Ukrainian translation 2019-04-19 15:49:24 +02:00
Tolstovka e3a0ae8a4b Update Russian translation 2019-04-19 15:49:24 +02:00
Adam Zieliński 2953159f8b Update Polish translation 2019-04-19 15:49:24 +02:00
Allan Nordhøy 9693363c76 Update Norwegian Bokmål translation 2019-04-19 15:49:24 +02:00
Anne Onyme 017 a2533af116 Update French translation 2019-04-19 15:49:24 +02:00
Jorge Maldonado Ventura b4aecb5b74 Update Spanish translation 2019-04-19 15:49:24 +02:00
Jorge Maldonado Ventura 15aa2498b5 Update Esperanto translation 2019-04-19 15:49:24 +02:00
Omar Roth 2deb436ccd Update placeholder text in new locales 2019-04-15 10:45:00 -05:00
Omar Roth 677a465630 Fix file formatting for locales 2019-04-14 19:48:21 -05:00
Omar Roth 8ecb76fc0b Merge remote-tracking branch 'weblate/master' 2019-04-14 19:40:47 -05:00
Tolstovka 0178013fc1 Update Ukrainian translation 2019-04-14 19:39:17 -05:00
Tolstovka 0ed56b706b
Update Russian translation 2019-04-15 02:23:32 +02:00
Jorge Maldonado Ventura 4582b6cf76
Update Esperanto translation 2019-04-15 02:23:31 +02:00
Omar Roth 05513bcd1e Fix "placeholder=" text in locales 2019-04-14 19:17:56 -05:00
Omar Roth f5dd135ed8 Add 'view as playlist' option to trending page 2019-04-14 19:04:10 -05:00
Omar Roth b51fd7fc13 Add view count to video items 2019-04-14 17:43:44 -05:00
Omar Roth efe86c37b2 Show subscribe text when not logged in 2019-04-14 17:10:32 -05:00
Tolstovka 9da2d11e80
Add Ukrainian translation 2019-04-14 01:58:01 +02:00
Jorge Maldonado Ventura 5ef554aecf
Add Esperanto translation 2019-04-14 01:41:17 +02:00
Allan Nordhøy fcb37f40f6 Update Norwegian Bokmål translation 2019-04-06 00:13:29 +02:00
dimqua 7f30d07f4c Update Russian translation 2019-04-06 00:13:29 +02:00
micrococo 59744a96fa Add Spanish translation (#466)
* Add Spanish translation
2019-04-05 17:13:25 -05:00
Omar Roth bafd4f1860 Update Arabic translation 2019-03-29 09:08:10 -05:00
TheFrenchGhosty 665ef9424e French translation updated - New words translated, even more consistency (#451)
* French Translation Updated
2019-03-27 12:23:54 -05:00
Omar Roth 8d9569e06b Add 'unlisted' icon to watch page 2019-03-26 13:01:23 -05:00
Omar Roth 02f8e657f3 Update French translation 2019-03-25 20:27:35 -05:00
Omar Roth 3dc711ab9d Merge remote-tracking branch 'weblate/master' 2019-03-25 20:12:43 -05:00
Adam Zieliński 702922dd88 Update Polish translation 2019-03-25 19:38:30 -05:00
TheFrenchGhosty 2583c809ca French translation updated - More consistency (#436)
* French translation updated
2019-03-25 19:26:18 -05:00
Adam Zieliński b6071ce6dc Update Polish translation 2019-03-25 23:11:09 +01:00
Anne Onyme 017 186132bb98 Update French translation 2019-03-25 23:11:09 +01:00
Omar Roth 438945907d Merge branch 'master' of github.com:omarroth/invidious 2019-03-14 21:12:32 -05:00
TheFrenchGhosty db245add0f French translation updated, some translation restored (#412)
* French translation updated
2019-03-14 20:28:27 -05:00
Anne Onyme 017 986699bce5
Update French translation 2019-03-14 23:03:33 +01:00
dimqua d1803320f1 Update Russian translation 2019-03-13 17:21:24 +01:00
Esmail EL BoB 2b4a6284e4
Update ar.json 2019-03-13 12:26:43 +00:00
Omar Roth 3c6be7e04c Merge weblate into master 2019-03-13 00:02:21 -05:00
Omar Roth e738e57e26 Add 'local' option to preferences 2019-03-12 21:05:49 -05:00
Omar Roth 21ebc398fa Add privacy policy 2019-03-12 20:58:25 -05:00
Adam Zieliński 1ac611239e Update Polish translation 2019-03-12 16:14:34 +01:00
Allan Nordhøy 97e6047725 Update Norwegian Bokmål translation 2019-03-12 16:14:34 +01:00