fix(YouTube - Translations): Update translations info
ar - 19 missing strings. bg-rBG - 64 missing strings. bn - 255 missing strings. de-rDE - 317 missing strings. el-rGR - 32 missing strings. No missing strings for es-rES fi-rFI - 256 missing strings. fr-rFR - 12 missing strings. hu-rHU - 32 missing strings. id-rID - 188 missing strings. in - 188 missing strings. No missing strings for it-rIT No missing strings for ja-rJP No missing strings for ko-rKR pl-rPL - 9 missing strings. pt-rBR - 9 missing strings. ru-rRU - 9 missing strings. tr-rTR - 32 missing strings. uk-rUA - 9 missing strings. vi-rVN - 32 missing strings. zh-rCN - 215 missing strings. zh-rTW - 37 missing strings. To update your language, fork this repo, switch to `dev` branch, go to your language folder `src/main/resources/youtube/translations`, update `strings.xml` by copy-pasting from `missing_strings.xml` and `updated-strings.xml`. Then open pull request (Github will offer you to do that after your changes) to this repo `dev` branch.
This commit is contained in:
parent
fe8b0c0574
commit
12982f4236
2 changed files with 1 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
|||
<string name="sb_submit_failed_timeout">Unable to submit segments (API timed out).</string>
|
||||
|
|
@ -1079,10 +1079,9 @@ Il tuo Id utente è come una password e non dovrebbe mai essere condiviso"</stri
|
|||
<string name="sb_submit_failed_duplicate">Impossibile inviare il segmento perchè è già presente un duplicato</string>
|
||||
<string name="sb_submit_failed_forbidden" formatted="false">Impossibile inviare il segmento (%s)</string>
|
||||
<string name="sb_submit_failed_invalid" formatted="false">Impossibile inviare il segmento (%s)</string>
|
||||
<string name="sb_submit_failed_rate_limit">Impossibile inviare il segmento.
|
||||
<string name="sb_submit_failed_rate_limit">Impossibile inviare il segmento.\nSoglia raggiunta (troppe richieste provenienti dallo stesso utente o IP)</string>
|
||||
<string name="sb_submit_failed_timeout">Impossibile inviare i segmenti (API scaduto)</string>
|
||||
<string name="sb_submit_failed_unknown_error" formatted="false">Impossibile inviare i segmenti (%d %s)</string>
|
||||
Soglia raggiunta (troppe richieste provenienti dallo stesso utente o IP)</string>
|
||||
<string name="sb_submit_succeeded">Segmento correttamente inviato</string>
|
||||
<string name="sb_toast_on_connection_error_summary_off">Notifica toast nascosta se l\'API di SponsorBlock non è disponibile</string>
|
||||
<string name="sb_toast_on_connection_error_summary_on">Notifica toast visibile se l\'API di SponsorBlock non è disponibile</string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue