generated from vormkracht10/laravel-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Transitionword check * Fix styling * Transition word check including Dutch translations * Fix styling * Update README * Use filterXpath so filtering with CSS select is not needed * wip * Fix styling * Remove unnecessary url param * Use readability to get the amount of phrases * Update README * wip * Fix styling * Improving splitting text in phrases * Fix styling * wip --------- Co-authored-by: Baspa <Baspa@users.noreply.github.com>
- Loading branch information
Showing
9 changed files
with
501 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,114 @@ | ||
{ | ||
"failed.configuration.nofollow.meta": "The page contains a nofollow meta tag, while it should not.", | ||
"failed.configuration.nofollow.tag": "The page contains a nofollow tag, while it should not.", | ||
"failed.configuration.noindex.meta": "The page contains a noindex meta tag, while it should not.", | ||
"failed.configuration.noindex.tag": "The page contains a noindex tag, while it should not.", | ||
"failed.configuration.robots.disallowed": "The robots.txt file for this page contains a disallow rule for this page.", | ||
"failed.configuration.robots.missing_url": "We could not get the robots.txt file for this page.", | ||
"failed.content.alt_tag": "The page contains images without or empty alt tags. These images were found: :actualValue.", | ||
"failed.content.broken_images": "The page contains broken images. These images were found: :actualValue.", | ||
"failed.content.broken_links": "The page contains broken links. These links were found: :actualValue.", | ||
"failed.content.length": "The content is :actualValue characters long. It should be at least :expectedValue characters long.", | ||
"failed.content.mixed_content": "The page contains links to insecure addresses, while it should not. These links were found :actualValue.", | ||
"failed.content.multiple_h1": "The page contains multiple h1 tags, while it should not. These tags were found :actualValue.", | ||
"failed.content.no_heading": "The page does not contain any h1 tag, while it should.", | ||
"failed.content.no_title": "The page does not contain a title tag, while it should.", | ||
"failed.content.title_length": "The page title is :actualValue characters long. It should be max :expectedValue characters long.", | ||
"failed.meta.description": "The page does not contain a description meta tag, while it should.", | ||
"failed.meta.no_lang": "The page does not contain a lang attribute, while it should.", | ||
"failed.meta.open_graph_image": "The page does not contain an open graph image, while it should.", | ||
"failed.meta.open_graph_image.broken": "The page contains a broken open graph image. This image was found: :actualValue.", | ||
"failed.meta.title": "The page title contains :actualValue in the title, while it should not.", | ||
"failed.meta.title.no_content": "The page title is empty, while it should not be.", | ||
"failed.performance.compression": "The page is not compressed (using either gzip or deflate), while it should be.", | ||
"failed.performance.css_size": "The page contains CSS files that are too large (max :expectedValue). These files were found: :actualValue.", | ||
"failed.performance.html_size": "The page contains HTML that is too large (max :expectedValue), the actual size is :actualValue.", | ||
"failed.performance.image_size": "The page contains images that are too large (max :expectedValue). These images were found: :actualValue.", | ||
"failed.performance.javascript_size": "The page contains Javascript files that are too large (max :expectedValue). These files were found: :actualValue.", | ||
"failed.performance.response": "The page returned a response code other than :expectedValue. The actual response code was :actualValue.", | ||
"failed.performance.ttfb": "The page took too long to load (max :expectedValuems). The actual time was :actualValuems.", | ||
"failed.performance.ttfb.missing_url": "We could not get the TTFB for this page." | ||
"failed.configuration.nofollow.meta": "De pagina bevat een nofollow meta-tag, terwijl dat niet zou moeten.", | ||
"failed.configuration.nofollow.tag": "De pagina bevat een nofollow-tag, terwijl dat niet zou moeten.", | ||
"failed.configuration.noindex.meta": "De pagina bevat een noindex meta-tag, terwijl dat niet zou moeten.", | ||
"failed.configuration.noindex.tag": "De pagina bevat een noindex-tag, terwijl dat niet zou moeten.", | ||
"failed.configuration.robots.disallowed": "Het robots.txt-bestand voor deze pagina bevat een regel die deze pagina uitsluit.", | ||
"failed.configuration.robots.missing_url": "We konden het robots.txt-bestand voor deze pagina niet ophalen.", | ||
"failed.content.alt_tag": "De pagina bevat afbeeldingen zonder alt-tags of met lege alt-tags. Deze afbeeldingen zijn gevonden: :actualValue.", | ||
"failed.content.broken_images": "De pagina bevat kapotte afbeeldingen. Deze afbeeldingen zijn gevonden: :actualValue.", | ||
"failed.content.broken_links": "De pagina bevat kapotte links. Deze links zijn gevonden: :actualValue.", | ||
"failed.content.length": "De inhoud is :actualValue tekens lang. Het zou minstens :expectedValue tekens lang moeten zijn.", | ||
"failed.content.length.parse": "We konden de inhoud van deze pagina niet analyseren, probeer het opnieuw.", | ||
"failed.content.mixed_content": "De pagina bevat links naar onveilige adressen, terwijl dat niet zou moeten. Deze links zijn gevonden: :actualValue.", | ||
"failed.content.multiple_h1": "De pagina bevat meerdere h1-tags, terwijl dat niet zou moeten. Deze tags zijn gevonden: :actualValue.", | ||
"failed.content.no_heading": "De pagina bevat geen enkele h1-tag, terwijl dat zou moeten.", | ||
"failed.content.no_title": "De pagina bevat geen titel-tag, terwijl dat zou moeten.", | ||
"failed.content.title_length": "De paginatitel is :actualValue tekens lang. Het zou maximaal :expectedValue tekens lang moeten zijn.", | ||
"failed.meta.description": "De pagina bevat geen beschrijvende meta-tag, terwijl dat zou moeten.", | ||
"failed.meta.no_lang": "De pagina bevat geen taalattribuut, terwijl dat zou moeten.", | ||
"failed.meta.open_graph_image": "De pagina bevat geen Open Graph-afbeelding, terwijl dat zou moeten.", | ||
"failed.meta.open_graph_image.broken": "De pagina bevat een kapotte Open Graph-afbeelding. Deze afbeelding is gevonden: :actualValue.", | ||
"failed.meta.title": "De paginatitel bevat :actualValue in de titel, terwijl dat niet zou moeten.", | ||
"failed.meta.title.no_content": "De paginatitel is leeg, terwijl dat niet zou moeten.", | ||
"failed.performance.compression": "De pagina is niet gecomprimeerd (met gzip of deflate), terwijl dat zou moeten.", | ||
"failed.performance.css_size": "De pagina bevat CSS-bestanden die te groot zijn (maximaal :expectedValue). Deze bestanden zijn gevonden: :actualValue.", | ||
"failed.performance.html_size": "De pagina bevat HTML die te groot is (maximaal :expectedValue), de werkelijke grootte is :actualValue.", | ||
"failed.performance.image_size": "De pagina bevat afbeeldingen die te groot zijn (maximaal :expectedValue). Deze afbeeldingen zijn gevonden: :actualValue.", | ||
"failed.performance.javascript_size": "De pagina bevat Javascript-bestanden die te groot zijn (maximaal :expectedValue). Deze bestanden zijn gevonden: :actualValue.", | ||
"failed.performance.response": "De pagina heeft een andere responscodes dan :expectedValue geretourneerd. De werkelijke responstijd was :actualValue.", | ||
"failed.performance.ttfb": "De pagina heeft te lang geladen (maximaal :expectedValuems). De werkelijke tijd was :actualValuems.", | ||
"failed.performance.ttfb.missing_url": "We konden de TTFB voor deze pagina niet ophalen.", | ||
"failed.content.transition_words_ratio_check.too_few_transition_words": "De pagina bevat te weinig transitiewoorden. Het zou minstens 30% moeten zijn, maar het is :actualValue%.", | ||
"failed.content.transition_words_ratio_check.no_phrases_found": "De pagina bevat geen zinnen.", | ||
"additionally": "daarnaast", | ||
"moreover": "bovendien", | ||
"furthermore": "verder", | ||
"in addition": "daarnaast", | ||
"not only": "niet alleen", | ||
"but also": "maar ook", | ||
"as well as": "evenals", | ||
"besides": "bovendien", | ||
"what's more": "wat meer is", | ||
"however": "echter", | ||
"nevertheless": "desalniettemin", | ||
"on the other hand": "aan de andere kant", | ||
"in contrast": "in tegenstelling", | ||
"conversely": "omgekeerd", | ||
"although": "hoewel", | ||
"while": "terwijl", | ||
"yet": "toch", | ||
"even though": "zelfs als", | ||
"nonetheless": "desondanks", | ||
"similarly": "op dezelfde wijze", | ||
"likewise": "evenzo", | ||
"in comparison": "in vergelijking", | ||
"just as": "net zoals", | ||
"compared to": "vergeleken met", | ||
"similarly to": "net als", | ||
"therefore": "daarom", | ||
"thus": "zo", | ||
"consequently": "als gevolg", | ||
"as a result": "als resultaat", | ||
"because": "omdat", | ||
"since": "aangezien", | ||
"so": "dus", | ||
"due to": "vanwege", | ||
"owing to": "te danken aan", | ||
"accordingly": "overeenkomstig", | ||
"indeed": "inderdaad", | ||
"certainly": "zeker", | ||
"of course": "natuurlijk", | ||
"undoubtedly": "ongetwijfeld", | ||
"without a doubt": "zonder twijfel", | ||
"naturally": "natuurlijkerwijs", | ||
"for example": "bijvoorbeeld", | ||
"for instance": "bijvoorbeeld", | ||
"such as": "zoals", | ||
"to illustrate": "ter illustratie", | ||
"in particular": "in het bijzonder", | ||
"first": "eerst", | ||
"second": "tweede", | ||
"third": "derde", | ||
"next": "volgende", | ||
"then": "dan", | ||
"afterward": "daarna", | ||
"finally": "uiteindelijk", | ||
"in the meantime": "ondertussen", | ||
"subsequently": "vervolgens", | ||
"in conclusion": "ter conclusie", | ||
"to sum up": "om samen te vatten", | ||
"ultimately": "uiteindelijk", | ||
"in summary": "samengevat", | ||
"all in all": "alles bij elkaar genomen", | ||
"overall": "over het geheel genomen", | ||
"meanwhile": "ondertussen", | ||
"before": "voordat", | ||
"after": "na", | ||
"during": "tijdens", | ||
"until": "totdat", | ||
"eventually": "uiteindelijk", | ||
"soon": "binnenkort", | ||
"in the past": "in het verleden", | ||
"in the future": "in de toekomst", | ||
"in other words": "met andere woorden", | ||
"that is to say": "dat wil zeggen", | ||
"specifically": "specifiek", | ||
"to clarify": "om te verduidelijken", | ||
"in this case": "in dit geval", | ||
"an example of this is": "een voorbeeld hiervan is", | ||
"to demonstrate": "om te demonstreren", | ||
"admittedly": "toegegeven", | ||
"granted": "toegegeven", | ||
"while it is true": "terwijl het waar is" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.