Skip to content

Commit

Permalink
Merge branch 'MALSync:master' into bentomanga
Browse files Browse the repository at this point in the history
  • Loading branch information
NatsuDzn authored Apr 12, 2022
2 parents 9098bcf + 1f1faa3 commit 3907c10
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 18 deletions.
48 changes: 45 additions & 3 deletions assets/_locales/nl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,20 @@
}
}
},
"syncPage_flashm_sync_manga_volume": {
"message": "Update $page$ naar deel $epNr$",
"description": "Update MAL to volume 3",
"placeholders": {
"page": {
"content": "$1",
"example": "MAL"
},
"epNr": {
"content": "$2",
"example": "3"
}
}
},
"syncPage_flashm_sync_undefined_undo": {
"message": "Ongedaan maken",
"description": "Undo button on 'synced' message"
Expand Down Expand Up @@ -717,6 +731,10 @@
"message": "Laatst gebruikte pagina links",
"description": "Last used page links"
},
"settings_anilist_update_ui": {
"message": "Update UI",
"description": "UI in the aniList sidebar to update episodes progress and the score"
},
"settings_miniMAL_floatButtonStealth": {
"message": "Verborgen UI modus",
"description": "Stealth UI mode. Lowers the visibility of some malSync UI elements"
Expand Down Expand Up @@ -895,9 +913,21 @@
"message": "Maak Cache schoon",
"description": "Clear Cache"
},
"settings_presenceHidePage": {
"message": "Toon MAL-Sync icoon in plaats van pagina icoon",
"description": "Option on the settings page to replace the anime streaming page icon in the discord rich text presence with the mal-sync icon. If the user does not want to show everyone what page he is using"
"settings_presence_largeimage": {
"message": "Aanwezigheid Afbeelding",
"description": "Dropdown label for selecting the presence image (manga/anime cover, website icon) for discord"
},
"settings_presence_largeimage_cover": {
"message": "Omslagfoto",
"description": "Dropdown option to show the cover from mal on discord"
},
"settings_presence_largeimage_website": {
"message": "Website Icoon",
"description": "Dropdown option to show the server icon on discord"
},
"settings_presence_largeimage_malsync": {
"message": "Malsync Icoon",
"description": "Dropdown option to show the malsync icon on discord"
},
"settings_enabled": {
"message": "Ingeschakeld",
Expand Down Expand Up @@ -927,6 +957,10 @@
"message": "Eigen domeinen",
"description": "Button that leads to the custom domain configuration page"
},
"settings_custom_domains_missing_permissions_header": {
"message": "Missende toegang gedetecteerd",
"description": "Section header for asking to allow missing domain permissions"
},
"settings_clean_tags_button": {
"message": "Tags opschonen",
"description": "Button that leads to the clean tag page. This page is used to remove malsync meta data from the userlist tag/notes section"
Expand All @@ -939,6 +973,10 @@
"message": "Weergeef de knop om de anime/manga te zien op MAL of andere provider",
"description": "Show button to view the anime/manga on MAL or another provider"
},
"settings_presenceShowMalsync": {
"message": "Laat Mal-Sync in de titel zien in plaats van anime/manga",
"description": "Show Mal-Sync in the title of the presence instead of anime/manga"
},
"updateCheck_Refresh": {
"message": "Ververs",
"description": "Refresh"
Expand Down Expand Up @@ -1146,5 +1184,9 @@
"filler_recap_confirm": {
"message": "Deze aflevering is gemarkeerd als samenvatting op MyAnimeList, wil je het overslaan?",
"description": "Question if the user wants to skip the recap"
},
"settings_custom_domains_position": {
"message": "Positie",
"description": "Position of the quicklinks"
}
}
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fs-extra": "^10.0.0",
"less": "^4.0.0",
"less-loader": "^10.0.1",
"minimist": ">=0.2.1",
"minimist": ">=1.2.6",
"mkdirp": "^1.0.0",
"mocha": "^9.0.0",
"node-dir": "^0.1.17",
Expand Down
11 changes: 10 additions & 1 deletion src/pages/diffUrls.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
{
}
"0.8.20": {
"iframe": [
"https://goload.pro/streaming.php?*",
"https://goload.pro/load.php?*",
"https://goload.pro/loadserver.php?*",
"https://goload.pro/embedplus*",
"https://vizcloud.live/embed/*"
]
}
}
5 changes: 5 additions & 0 deletions src/pages/playerUrls.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,10 @@ module.exports = {
'*://*.goload.one/load.php?*',
'*://*.goload.one/loadserver.php?*',
'*://*.goload.one/embedplus*',
'*://*.goload.pro/streaming.php?*',
'*://*.goload.pro/load.php?*',
'*://*.goload.pro/loadserver.php?*',
'*://*.goload.pro/embedplus*',
'*://*.gogoplay1.com/streaming.php?*',
'*://*.gogoplay1.com/load.php?*',
'*://*.gogoplay1.com/loadserver.php?*',
Expand Down Expand Up @@ -403,6 +407,7 @@ module.exports = {
'*://vizcloud.online/embed/*',
'*://vizstream.ru/embed/*',
'*://vizcloud.xyz/embed/*',
'*://vizcloud.live/embed/*',
],
},
// gogo
Expand Down

0 comments on commit 3907c10

Please sign in to comment.