You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/components/translates.blade.php

32 lines
1.8 KiB
PHTML

<script>
window.TR = {};
window.TR.contentShort = `{{__("Content is too short. Aim for at least 300 words")}}`;
window.TR.destinyLow = `{{__("Keyword density is too low")}}`;
window.TR.destinyHigh = `{{__("Keyword density is too high")}}`;
window.TR.shortKeyword = `{{__("Keyword is too short fix keyword to better analyze")}}`;
window.TR.keywordFirstParagraph = `{{__("Include keyword in the first paragraph")}}`;
window.TR.keywordHeading = `{{__("Include keyword in at least one heading")}}`;
window.TR.sentencesLong = `{{__("Sentences are too long")}}`;
window.TR.paragraphsLong = `{{__("Paragraphs are too long")}}`;
window.TR.sentencesComplex = `{{__("Too many complex sentences")}}`;
window.TR.paragraphAdd = `{{__("Add more paragraphs to improve structure")}}`;
window.TR.headingAdd = `{{__("Add headings to structure your content")}}`;
window.TR.useList = `{{__("Consider using lists to improve readability")}}`;
window.TR.good = `{{__("Good")}}`;
window.TR.averageNeeed = `{{__("Needs Improvement")}}`;
window.TR.poor = `{{__("Poor")}}`;
window.TR.basedOnKeyword = `{{__("Based on content analysis and keyword optimization")}}`;
window.TR.recommendations = `{{__("Recommendations")}}`;
window.TR.contentLength = `{{__("Content Length")}}`;
window.TR.keywordUsage = `{{__("Keyword Usage")}}`;
window.TR.avgSenLen = `{{__("Average Sentence Length")}}`;
window.TR.avgParaStruc = `{{__("Paragraph Structure")}}`;
window.TR.SEOScore = `{{__("SEO Score")}}`;
window.TR.words = `{{__("words")}}`;
window.TR.avg = `{{__("avg")}}`;
window.TR.times = `{{__("times")}}`;
window.TR.paragraphs = `{{__("paragraphs")}}`;
window.TR.deleteConfirm = `{{__("Are you sure you want to delete this item?")}}`;
</script>