forked from midou/invidious
Merge weblate
This commit is contained in:
parent
9a2a636aed
commit
97eb01a28d
@ -8,7 +8,7 @@
|
|||||||
"": "`x` videos"
|
"": "`x` videos"
|
||||||
},
|
},
|
||||||
"`x` playlists": {
|
"`x` playlists": {
|
||||||
"(\\D|^)1(\\D|$)": "`x` playlist",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` playlist",
|
||||||
"": "`x` playlists"
|
"": "`x` playlists"
|
||||||
},
|
},
|
||||||
"LIVE": "LIVE",
|
"LIVE": "LIVE",
|
||||||
@ -177,7 +177,7 @@
|
|||||||
"View YouTube comments": "View YouTube comments",
|
"View YouTube comments": "View YouTube comments",
|
||||||
"View more comments on Reddit": "View more comments on Reddit",
|
"View more comments on Reddit": "View more comments on Reddit",
|
||||||
"View `x` comments": {
|
"View `x` comments": {
|
||||||
"(\\D|^)1(\\D|$)": "View `x` comment",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "View `x` comment",
|
||||||
"": "View `x` comments"
|
"": "View `x` comments"
|
||||||
},
|
},
|
||||||
"View Reddit comments": "View Reddit comments",
|
"View Reddit comments": "View Reddit comments",
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"`x` subscribers.([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscritto",
|
"`x` subscribers.": {
|
||||||
"`x` subscribers.": "`x` iscritti.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscritto",
|
||||||
"`x` videos.([^.,0-9]|^)1([^.,0-9]|$)": "`x` video",
|
"": "`x` iscritti."
|
||||||
"`x` videos.": "`x` video.",
|
},
|
||||||
|
"`x` videos.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` video",
|
||||||
|
"": "`x` video."
|
||||||
|
},
|
||||||
"`x` playlists": "`x` playlist",
|
"`x` playlists": "`x` playlist",
|
||||||
"LIVE": "IN DIRETTA",
|
"LIVE": "IN DIRETTA",
|
||||||
"Shared `x` ago": "Condiviso `x` fa",
|
"Shared `x` ago": "Condiviso `x` fa",
|
||||||
@ -115,16 +119,22 @@
|
|||||||
"Subscription manager": "Gestione delle iscrizioni",
|
"Subscription manager": "Gestione delle iscrizioni",
|
||||||
"Token manager": "Gestione dei gettoni",
|
"Token manager": "Gestione dei gettoni",
|
||||||
"Token": "Gettone",
|
"Token": "Gettone",
|
||||||
"`x` subscriptions.([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscrizione",
|
"`x` subscriptions.": {
|
||||||
"`x` subscriptions.": "`x` iscrizioni.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` iscrizione",
|
||||||
"`x` tokens.([^.,0-9]|^)1([^.,0-9]|$)": "`x` gettone",
|
"": "`x` iscrizioni."
|
||||||
"`x` tokens.": "`x` gettoni.",
|
},
|
||||||
|
"`x` tokens.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` gettone",
|
||||||
|
"": "`x` gettoni."
|
||||||
|
},
|
||||||
"Import/export": "Importa/esporta",
|
"Import/export": "Importa/esporta",
|
||||||
"unsubscribe": "disiscriviti",
|
"unsubscribe": "disiscriviti",
|
||||||
"revoke": "revoca",
|
"revoke": "revoca",
|
||||||
"Subscriptions": "Iscrizioni",
|
"Subscriptions": "Iscrizioni",
|
||||||
"`x` unseen notifications.([^.,0-9]|^)1([^.,0-9]|$)": "`x` notifica non visualizzata",
|
"`x` unseen notifications.": {
|
||||||
"`x` unseen notifications.": "`x` notifiche non visualizzate.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` notifica non visualizzata",
|
||||||
|
"": "`x` notifiche non visualizzate."
|
||||||
|
},
|
||||||
"search": "Cerca",
|
"search": "Cerca",
|
||||||
"Log out": "Esci",
|
"Log out": "Esci",
|
||||||
"Released under the AGPLv3 by Omar Roth.": "Pubblicato con licenza AGPLv3 da Omar Roth.",
|
"Released under the AGPLv3 by Omar Roth.": "Pubblicato con licenza AGPLv3 da Omar Roth.",
|
||||||
@ -154,8 +164,10 @@
|
|||||||
"Whitelisted regions: ": "Regioni in lista bianca: ",
|
"Whitelisted regions: ": "Regioni in lista bianca: ",
|
||||||
"Blacklisted regions: ": "Regioni in lista nera: ",
|
"Blacklisted regions: ": "Regioni in lista nera: ",
|
||||||
"Shared `x`": "Condiviso `x`",
|
"Shared `x`": "Condiviso `x`",
|
||||||
"`x` views.([^.,0-9]|^)1([^.,0-9]|$)": "`x` visualizzazione",
|
"`x` views.": {
|
||||||
"`x` views.": "`x` visualizzazioni.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` visualizzazione",
|
||||||
|
"": "`x` visualizzazioni."
|
||||||
|
},
|
||||||
"Premieres in `x`": "In anteprima in `x`",
|
"Premieres in `x`": "In anteprima in `x`",
|
||||||
"Premieres `x`": "In anteprima `x`",
|
"Premieres `x`": "In anteprima `x`",
|
||||||
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Ciao! Sembra che tu abbia disattivato JavaScript. Clicca qui per visualizzare i commenti. Considera che potrebbe volerci più tempo.",
|
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Ciao! Sembra che tu abbia disattivato JavaScript. Clicca qui per visualizzare i commenti. Considera che potrebbe volerci più tempo.",
|
||||||
@ -186,12 +198,16 @@
|
|||||||
"This channel does not exist.": "Questo canale non esiste.",
|
"This channel does not exist.": "Questo canale non esiste.",
|
||||||
"Could not get channel info.": "Impossibile ottenere le informazioni del canale.",
|
"Could not get channel info.": "Impossibile ottenere le informazioni del canale.",
|
||||||
"Could not fetch comments": "Impossibile recuperare i commenti",
|
"Could not fetch comments": "Impossibile recuperare i commenti",
|
||||||
"View `x` replies.([^.,0-9]|^)1([^.,0-9]|$)": "Visualizza `x` risposta",
|
"View `x` replies.": {
|
||||||
"View `x` replies.": "Visualizza `x` risposte.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "Visualizza `x` risposta",
|
||||||
|
"": "Visualizza `x` risposte."
|
||||||
|
},
|
||||||
"`x` ago": "`x` fa",
|
"`x` ago": "`x` fa",
|
||||||
"Load more": "Carica altro",
|
"Load more": "Carica altro",
|
||||||
"`x` points.([^.,0-9]|^)1([^.,0-9]|$)": "`x` punto",
|
"`x` points.": {
|
||||||
"`x` points.": "`x` punti.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` punto",
|
||||||
|
"": "`x` punti."
|
||||||
|
},
|
||||||
"Could not create mix.": "Impossibile creare il mix.",
|
"Could not create mix.": "Impossibile creare il mix.",
|
||||||
"Empty playlist": "Playlist vuota",
|
"Empty playlist": "Playlist vuota",
|
||||||
"Not a playlist.": "Non è una playlist.",
|
"Not a playlist.": "Non è una playlist.",
|
||||||
@ -309,20 +325,34 @@
|
|||||||
"Yiddish": "Yiddish",
|
"Yiddish": "Yiddish",
|
||||||
"Yoruba": "Yoruba",
|
"Yoruba": "Yoruba",
|
||||||
"Zulu": "Zulu",
|
"Zulu": "Zulu",
|
||||||
"`x` years.([^.,0-9]|^)1([^.,0-9]|$)": "`x` anno",
|
"`x` years.": {
|
||||||
"`x` years.": "`x` anni.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` anno",
|
||||||
"`x` months.([^.,0-9]|^)1([^.,0-9]|$)": "`x` mese",
|
"": "`x` anni."
|
||||||
"`x` months.": "`x` mesi.",
|
},
|
||||||
"`x` weeks.([^.,0-9]|^)1([^.,0-9]|$)": "`x` settimana",
|
"`x` months.": {
|
||||||
"`x` weeks.": "`x` settimane.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` mese",
|
||||||
"`x` days.([^.,0-9]|^)1([^.,0-9]|$)": "`x` giorno",
|
"": "`x` mesi."
|
||||||
"`x` days.": "`x` giorni.",
|
},
|
||||||
"`x` hours.([^.,0-9]|^)1([^.,0-9]|$)": "`x` ora",
|
"`x` weeks.": {
|
||||||
"`x` hours.": "`x` ore.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` settimana",
|
||||||
"`x` minutes.([^.,0-9]|^)1([^.,0-9]|$)": "`x` minuto",
|
"": "`x` settimane."
|
||||||
"`x` minutes.": "`x` minuti.",
|
},
|
||||||
"`x` seconds.([^.,0-9]|^)1([^.,0-9]|$)": "`x` secondo",
|
"`x` days.": {
|
||||||
"`x` seconds.": "`x` secondi.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` giorno",
|
||||||
|
"": "`x` giorni."
|
||||||
|
},
|
||||||
|
"`x` hours.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` ora",
|
||||||
|
"": "`x` ore."
|
||||||
|
},
|
||||||
|
"`x` minutes.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` minuto",
|
||||||
|
"": "`x` minuti."
|
||||||
|
},
|
||||||
|
"`x` seconds.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` secondo",
|
||||||
|
"": "`x` secondi."
|
||||||
|
},
|
||||||
"Fallback comments: ": "Commenti alternativi: ",
|
"Fallback comments: ": "Commenti alternativi: ",
|
||||||
"Popular": "Popolare",
|
"Popular": "Popolare",
|
||||||
"Top": "Top",
|
"Top": "Top",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"": "`x` 個の動画"
|
"": "`x` 個の動画"
|
||||||
},
|
},
|
||||||
"`x` playlists": {
|
"`x` playlists": {
|
||||||
"(\\D|^)1(\\D|$)": "`x` 個の再生リスト",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 個の再生リスト",
|
||||||
"": "`x` 個の再生リスト"
|
"": "`x` 個の再生リスト"
|
||||||
},
|
},
|
||||||
"LIVE": "ライブ",
|
"LIVE": "ライブ",
|
||||||
@ -177,7 +177,7 @@
|
|||||||
"View YouTube comments": "YouTube のコメントを見る",
|
"View YouTube comments": "YouTube のコメントを見る",
|
||||||
"View more comments on Reddit": "Reddit でコメントをもっと見る",
|
"View more comments on Reddit": "Reddit でコメントをもっと見る",
|
||||||
"View `x` comments": {
|
"View `x` comments": {
|
||||||
"(\\D|^)1(\\D|$)": "`x` 件のコメントを見る",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 件のコメントを見る",
|
||||||
"": "`x` 件のコメントを見る"
|
"": "`x` 件のコメントを見る"
|
||||||
},
|
},
|
||||||
"View Reddit comments": "Reddit のコメントを見る",
|
"View Reddit comments": "Reddit のコメントを見る",
|
||||||
|
@ -1,10 +1,16 @@
|
|||||||
{
|
{
|
||||||
"`x` subscribers.([^.,0-9]|^)1([^.,0-9]|$)": "`x` subscritores.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` subscribers.": {
|
||||||
"`x` subscribers.": "`x` subscritores.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` subscritores.",
|
||||||
"`x` videos.([^.,0-9]|^)1([^.,0-9]|$)": "`x` vídeos.([^.,0-9]|^)1([^.,0-9]|$)",
|
"": "`x` subscritores."
|
||||||
"`x` videos.": "`x` vídeos.",
|
},
|
||||||
"`x` playlists.(\\D|^)1(\\D|$)": "`x` listas de reprodução.(\\D|^)1(\\D|$)",
|
"`x` videos.": {
|
||||||
"`x` playlists.": "`x` listas de reprodução.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` vídeos.",
|
||||||
|
"": "`x` vídeos."
|
||||||
|
},
|
||||||
|
"`x` playlists.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` listas de reprodução.",
|
||||||
|
"": "`x` listas de reprodução."
|
||||||
|
},
|
||||||
"LIVE": "Em direto",
|
"LIVE": "Em direto",
|
||||||
"Shared `x` ago": "Partilhado `x` atrás",
|
"Shared `x` ago": "Partilhado `x` atrás",
|
||||||
"Unsubscribe": "Anular subscrição",
|
"Unsubscribe": "Anular subscrição",
|
||||||
@ -116,16 +122,22 @@
|
|||||||
"Subscription manager": "Gerir subscrições",
|
"Subscription manager": "Gerir subscrições",
|
||||||
"Token manager": "Gerir tokens",
|
"Token manager": "Gerir tokens",
|
||||||
"Token": "Token",
|
"Token": "Token",
|
||||||
"`x` subscriptions.([^.,0-9]|^)1([^.,0-9]|$)": "`x` subscrições.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` subscriptions.": {
|
||||||
"`x` subscriptions.": "`x` subscrições.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` subscrições.",
|
||||||
"`x` tokens.([^.,0-9]|^)1([^.,0-9]|$)": "`x` tokens.([^.,0-9]|^)1([^.,0-9]|$)",
|
"": "`x` subscrições."
|
||||||
"`x` tokens.": "`x` tokens.",
|
},
|
||||||
|
"`x` tokens.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` tokens.",
|
||||||
|
"": "`x` tokens."
|
||||||
|
},
|
||||||
"Import/export": "Importar/Exportar",
|
"Import/export": "Importar/Exportar",
|
||||||
"unsubscribe": "Anular subscrição",
|
"unsubscribe": "Anular subscrição",
|
||||||
"revoke": "revogar",
|
"revoke": "revogar",
|
||||||
"Subscriptions": "Subscrições",
|
"Subscriptions": "Subscrições",
|
||||||
"`x` unseen notifications.([^.,0-9]|^)1([^.,0-9]|$)": "`x` notificações não vistas.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` unseen notifications.": {
|
||||||
"`x` unseen notifications.": "\"x\" notificações não vistas.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` notificações não vistas.",
|
||||||
|
"": "`x` notificações não vistas."
|
||||||
|
},
|
||||||
"search": "Pesquisar",
|
"search": "Pesquisar",
|
||||||
"Log out": "Terminar sessão",
|
"Log out": "Terminar sessão",
|
||||||
"Released under the AGPLv3 by Omar Roth.": "Publicado sob a licença AGPLv3, por Omar Roth.",
|
"Released under the AGPLv3 by Omar Roth.": "Publicado sob a licença AGPLv3, por Omar Roth.",
|
||||||
@ -155,15 +167,19 @@
|
|||||||
"Whitelisted regions: ": "Regiões permitidas: ",
|
"Whitelisted regions: ": "Regiões permitidas: ",
|
||||||
"Blacklisted regions: ": "Regiões bloqueadas: ",
|
"Blacklisted regions: ": "Regiões bloqueadas: ",
|
||||||
"Shared `x`": "Partilhado `x`",
|
"Shared `x`": "Partilhado `x`",
|
||||||
"`x` views.([^.,0-9]|^)1([^.,0-9]|$)": "`x` visualizações.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` views.": {
|
||||||
"`x` views.": "`x` visualizações.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` visualizações.",
|
||||||
|
"": "`x` visualizações."
|
||||||
|
},
|
||||||
"Premieres in `x`": "Estreias em 'x'",
|
"Premieres in `x`": "Estreias em 'x'",
|
||||||
"Premieres `x`": "Estreias 'x'",
|
"Premieres `x`": "Estreias 'x'",
|
||||||
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Oi! Parece que JavaScript está desativado. Clique aqui para ver os comentários, entretanto eles podem levar mais tempo para carregar.",
|
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Oi! Parece que JavaScript está desativado. Clique aqui para ver os comentários, entretanto eles podem levar mais tempo para carregar.",
|
||||||
"View YouTube comments": "Ver comentários do YouTube",
|
"View YouTube comments": "Ver comentários do YouTube",
|
||||||
"View more comments on Reddit": "Ver mais comentários no Reddit",
|
"View more comments on Reddit": "Ver mais comentários no Reddit",
|
||||||
"View `x` comments.(\\D|^)1(\\D|$)": "Ver `x` comentários.(\\D|^)1(\\D|$)",
|
"View `x` comments.": {
|
||||||
"View `x` comments.": "Ver `x` comentários.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` comentários.",
|
||||||
|
"": "Ver `x` comentários."
|
||||||
|
},
|
||||||
"View Reddit comments": "Ver comentários do Reddit",
|
"View Reddit comments": "Ver comentários do Reddit",
|
||||||
"Hide replies": "Ocultar respostas",
|
"Hide replies": "Ocultar respostas",
|
||||||
"Show replies": "Mostrar respostas",
|
"Show replies": "Mostrar respostas",
|
||||||
@ -188,12 +204,16 @@
|
|||||||
"This channel does not exist.": "Este canal não existe.",
|
"This channel does not exist.": "Este canal não existe.",
|
||||||
"Could not get channel info.": "Não foi possível obter as informações do canal.",
|
"Could not get channel info.": "Não foi possível obter as informações do canal.",
|
||||||
"Could not fetch comments": "Não foi possível obter os comentários",
|
"Could not fetch comments": "Não foi possível obter os comentários",
|
||||||
"View `x` replies.([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` respostas.([^.,0-9]|^)1([^.,0-9]|$)",
|
"View `x` replies.": {
|
||||||
"View `x` replies.": "Ver `x` respostas.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` respostas.",
|
||||||
|
"": "Ver `x` respostas."
|
||||||
|
},
|
||||||
"`x` ago": "`x` atrás",
|
"`x` ago": "`x` atrás",
|
||||||
"Load more": "Carregar mais",
|
"Load more": "Carregar mais",
|
||||||
"`x` points.([^.,0-9]|^)1([^.,0-9]|$)": "'x' pontos. ([^.,0-9]^)1(^.0-9][[$]",
|
"`x` points.": {
|
||||||
"`x` points.": "'x' pontos.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "'x' pontos.",
|
||||||
|
"": "'x' pontos."
|
||||||
|
},
|
||||||
"Could not create mix.": "Não foi possível criar mistura.",
|
"Could not create mix.": "Não foi possível criar mistura.",
|
||||||
"Empty playlist": "Lista de reprodução vazia",
|
"Empty playlist": "Lista de reprodução vazia",
|
||||||
"Not a playlist.": "Não é uma lista de reprodução.",
|
"Not a playlist.": "Não é uma lista de reprodução.",
|
||||||
@ -311,20 +331,34 @@
|
|||||||
"Yiddish": "Iídiche",
|
"Yiddish": "Iídiche",
|
||||||
"Yoruba": "Ioruba",
|
"Yoruba": "Ioruba",
|
||||||
"Zulu": "Zulu",
|
"Zulu": "Zulu",
|
||||||
"`x` years.([^.,0-9]|^)1([^.,0-9]|$)": "`x` anos.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` years.": {
|
||||||
"`x` years.": "`x` anos.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` anos.",
|
||||||
"`x` months.([^.,0-9]|^)1([^.,0-9]|$)": "`x` meses.([^.,0-9]|^)1([^.,0-9]|$)",
|
"": "`x` anos."
|
||||||
"`x` months.": "`x` meses.",
|
},
|
||||||
"`x` weeks.([^.,0-9]|^)1([^.,0-9]|$)": "`x` semanas.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` months.": {
|
||||||
"`x` weeks.": "`x` semanas.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` meses.",
|
||||||
"`x` days.([^.,0-9]|^)1([^.,0-9]|$)": "`x` dias.([^.,0-9]|^)1([^.,0-9]|$)",
|
"": "`x` meses."
|
||||||
"`x` days.": "`x` dias.",
|
},
|
||||||
"`x` hours.([^.,0-9]|^)1([^.,0-9]|$)": "`x` horas.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` weeks.": {
|
||||||
"`x` hours.": "`x` horas.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` semanas.",
|
||||||
"`x` minutes.([^.,0-9]|^)1([^.,0-9]|$)": "`x` minutos.([^.,0-9]|^)1([^.,0-9]|$)",
|
"": "`x` semanas."
|
||||||
"`x` minutes.": "`x` minutos.",
|
},
|
||||||
"`x` seconds.([^.,0-9]|^)1([^.,0-9]|$)": "`x` segundos.([^.,0-9]|^)1([^.,0-9]|$)",
|
"`x` days.": {
|
||||||
"`x` seconds.": "`x` segundos.",
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` dias.",
|
||||||
|
"": "`x` dias."
|
||||||
|
},
|
||||||
|
"`x` hours.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` horas.",
|
||||||
|
"": "`x` horas."
|
||||||
|
},
|
||||||
|
"`x` minutes.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` minutos.",
|
||||||
|
"": "`x` minutos."
|
||||||
|
},
|
||||||
|
"`x` seconds.": {
|
||||||
|
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` segundos.",
|
||||||
|
"": "`x` segundos."
|
||||||
|
},
|
||||||
"Fallback comments: ": "Comentários alternativos: ",
|
"Fallback comments: ": "Comentários alternativos: ",
|
||||||
"Popular": "Popular",
|
"Popular": "Popular",
|
||||||
"Top": "Top",
|
"Top": "Top",
|
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
"`x` subscribers.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` subscribers.": "",
|
"`x` subscribers.": "",
|
||||||
"`x` videos.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` videos.": "",
|
"`x` videos.": "",
|
||||||
"`x` playlists.(\\D|^)1(\\D|$)": "",
|
|
||||||
"`x` playlists.": "",
|
"`x` playlists.": "",
|
||||||
"LIVE": "",
|
"LIVE": "",
|
||||||
"Shared `x` ago": "",
|
"Shared `x` ago": "",
|
||||||
@ -116,15 +113,12 @@
|
|||||||
"Subscription manager": "",
|
"Subscription manager": "",
|
||||||
"Token manager": "",
|
"Token manager": "",
|
||||||
"Token": "",
|
"Token": "",
|
||||||
"`x` subscriptions.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` subscriptions.": "",
|
"`x` subscriptions.": "",
|
||||||
"`x` tokens.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` tokens.": "",
|
"`x` tokens.": "",
|
||||||
"Import/export": "",
|
"Import/export": "",
|
||||||
"unsubscribe": "",
|
"unsubscribe": "",
|
||||||
"revoke": "",
|
"revoke": "",
|
||||||
"Subscriptions": "",
|
"Subscriptions": "",
|
||||||
"`x` unseen notifications.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` unseen notifications.": "",
|
"`x` unseen notifications.": "",
|
||||||
"search": "",
|
"search": "",
|
||||||
"Log out": "",
|
"Log out": "",
|
||||||
@ -155,14 +149,12 @@
|
|||||||
"Whitelisted regions: ": "",
|
"Whitelisted regions: ": "",
|
||||||
"Blacklisted regions: ": "",
|
"Blacklisted regions: ": "",
|
||||||
"Shared `x`": "",
|
"Shared `x`": "",
|
||||||
"`x` views.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` views.": "",
|
"`x` views.": "",
|
||||||
"Premieres in `x`": "",
|
"Premieres in `x`": "",
|
||||||
"Premieres `x`": "",
|
"Premieres `x`": "",
|
||||||
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "",
|
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "",
|
||||||
"View YouTube comments": "",
|
"View YouTube comments": "",
|
||||||
"View more comments on Reddit": "",
|
"View more comments on Reddit": "",
|
||||||
"View `x` comments.(\\D|^)1(\\D|$)": "",
|
|
||||||
"View `x` comments.": "",
|
"View `x` comments.": "",
|
||||||
"View Reddit comments": "",
|
"View Reddit comments": "",
|
||||||
"Hide replies": "",
|
"Hide replies": "",
|
||||||
@ -188,11 +180,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.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"View `x` replies.": "",
|
"View `x` replies.": "",
|
||||||
"`x` ago": "",
|
"`x` ago": "",
|
||||||
"Load more": "",
|
"Load more": "",
|
||||||
"`x` points.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` points.": "",
|
"`x` points.": "",
|
||||||
"Could not create mix.": "",
|
"Could not create mix.": "",
|
||||||
"Empty playlist": "",
|
"Empty playlist": "",
|
||||||
@ -311,19 +301,12 @@
|
|||||||
"Yiddish": "",
|
"Yiddish": "",
|
||||||
"Yoruba": "",
|
"Yoruba": "",
|
||||||
"Zulu": "",
|
"Zulu": "",
|
||||||
"`x` years.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` years.": "",
|
"`x` years.": "",
|
||||||
"`x` months.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` months.": "",
|
"`x` months.": "",
|
||||||
"`x` weeks.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` weeks.": "",
|
"`x` weeks.": "",
|
||||||
"`x` days.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` days.": "",
|
"`x` days.": "",
|
||||||
"`x` hours.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` hours.": "",
|
"`x` hours.": "",
|
||||||
"`x` minutes.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` minutes.": "",
|
"`x` minutes.": "",
|
||||||
"`x` seconds.([^.,0-9]|^)1([^.,0-9]|$)": "",
|
|
||||||
"`x` seconds.": "",
|
"`x` seconds.": "",
|
||||||
"Fallback comments: ": "",
|
"Fallback comments: ": "",
|
||||||
"Popular": "",
|
"Popular": "",
|
||||||
|
@ -83,6 +83,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"),
|
||||||
|
"hu" => load_locale("hu-HU"),
|
||||||
"is" => load_locale("is"),
|
"is" => load_locale("is"),
|
||||||
"it" => load_locale("it"),
|
"it" => load_locale("it"),
|
||||||
"ja" => load_locale("ja"),
|
"ja" => load_locale("ja"),
|
||||||
@ -90,6 +91,7 @@ LOCALES = {
|
|||||||
"nl" => load_locale("nl"),
|
"nl" => load_locale("nl"),
|
||||||
"pl" => load_locale("pl"),
|
"pl" => load_locale("pl"),
|
||||||
"pt-BR" => load_locale("pt-BR"),
|
"pt-BR" => load_locale("pt-BR"),
|
||||||
|
"pt-PT" => load_locale("pt-PT"),
|
||||||
"ro" => load_locale("ro"),
|
"ro" => load_locale("ro"),
|
||||||
"ru" => load_locale("ru"),
|
"ru" => load_locale("ru"),
|
||||||
"sv" => load_locale("sv-SE"),
|
"sv" => load_locale("sv-SE"),
|
||||||
|
Loading…
Reference in New Issue
Block a user