mirror of https://github.com/iv-org/invidious.git
Add support for Icelandic translation
This commit is contained in:
parent
5b2480fff2
commit
fea20ea913
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"`x` subscribers.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` subscribers.": "`x` áskrifandar.",
|
"`x` subscribers.": "`x` áskrifandar.",
|
||||||
"`x` videos.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` videos.": "`x` myndbönd.",
|
"`x` videos.": "`x` myndbönd.",
|
||||||
"LIVE": "BEINT",
|
"LIVE": "BEINT",
|
||||||
"Shared `x` ago": "Deilt `x` síðan",
|
"Shared `x` ago": "Deilt `x` síðan",
|
||||||
|
@ -110,15 +108,12 @@
|
||||||
"Subscription manager": "",
|
"Subscription manager": "",
|
||||||
"Token manager": "",
|
"Token manager": "",
|
||||||
"Token": "",
|
"Token": "",
|
||||||
"`x` subscriptions.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` subscriptions.": "",
|
"`x` subscriptions.": "",
|
||||||
"`x` tokens.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` tokens.": "",
|
"`x` tokens.": "",
|
||||||
"Import/export": "",
|
"Import/export": "",
|
||||||
"unsubscribe": "",
|
"unsubscribe": "",
|
||||||
"revoke": "",
|
"revoke": "",
|
||||||
"Subscriptions": "",
|
"Subscriptions": "",
|
||||||
"`x` unseen notifications.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` unseen notifications.": "",
|
"`x` unseen notifications.": "",
|
||||||
"search": "",
|
"search": "",
|
||||||
"Log out": "",
|
"Log out": "",
|
||||||
|
@ -139,7 +134,6 @@
|
||||||
"Whitelisted regions: ": "",
|
"Whitelisted regions: ": "",
|
||||||
"Blacklisted regions: ": "",
|
"Blacklisted regions: ": "",
|
||||||
"Shared `x`": "",
|
"Shared `x`": "",
|
||||||
"`x` views.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` views.": "",
|
"`x` views.": "",
|
||||||
"Premieres in `x`": "",
|
"Premieres in `x`": "",
|
||||||
"Premieres `x`": "",
|
"Premieres `x`": "",
|
||||||
|
@ -171,11 +165,9 @@
|
||||||
"This channel does not exist.": "",
|
"This channel does not exist.": "",
|
||||||
"Could not get channel info.": "",
|
"Could not get channel info.": "",
|
||||||
"Could not fetch comments": "",
|
"Could not fetch comments": "",
|
||||||
"View `x` replies.(\\D|^)1(\\D|$)": "",
|
|
||||||
"View `x` replies.": "",
|
"View `x` replies.": "",
|
||||||
"`x` ago": "",
|
"`x` ago": "",
|
||||||
"Load more": "",
|
"Load more": "",
|
||||||
"`x` points.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` points.": "",
|
"`x` points.": "",
|
||||||
"Could not create mix.": "",
|
"Could not create mix.": "",
|
||||||
"Empty playlist": "",
|
"Empty playlist": "",
|
||||||
|
@ -294,19 +286,12 @@
|
||||||
"Yiddish": "",
|
"Yiddish": "",
|
||||||
"Yoruba": "",
|
"Yoruba": "",
|
||||||
"Zulu": "",
|
"Zulu": "",
|
||||||
"`x` years.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` years.": "",
|
"`x` years.": "",
|
||||||
"`x` months.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` months.": "",
|
"`x` months.": "",
|
||||||
"`x` weeks.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` weeks.": "",
|
"`x` weeks.": "",
|
||||||
"`x` days.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` days.": "",
|
"`x` days.": "",
|
||||||
"`x` hours.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` hours.": "",
|
"`x` hours.": "",
|
||||||
"`x` minutes.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` minutes.": "",
|
"`x` minutes.": "",
|
||||||
"`x` seconds.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` seconds.": "",
|
"`x` seconds.": "",
|
||||||
"Fallback comments: ": "",
|
"Fallback comments: ": "",
|
||||||
"Popular": "",
|
"Popular": "",
|
||||||
|
|
|
@ -80,6 +80,7 @@ LOCALES = {
|
||||||
"es" => load_locale("es"),
|
"es" => load_locale("es"),
|
||||||
"eu" => load_locale("eu"),
|
"eu" => load_locale("eu"),
|
||||||
"fr" => load_locale("fr"),
|
"fr" => load_locale("fr"),
|
||||||
|
"is" => load_locale("is"),
|
||||||
"it" => load_locale("it"),
|
"it" => load_locale("it"),
|
||||||
"nb_NO" => load_locale("nb_NO"),
|
"nb_NO" => load_locale("nb_NO"),
|
||||||
"nl" => load_locale("nl"),
|
"nl" => load_locale("nl"),
|
||||||
|
|
Loading…
Reference in New Issue