The admin-dashboard.loader file was refactored to use a newly created AdminDashboardService. This service encapsulates the logic for fetching dashboard data. Translations related to account settings, privacy policy, terms of service, and cookie policy were updated for better readability. Changes also include minor reorganizing of code files for clearer structure.
29 lines
1005 B
JSON
29 lines
1005 B
JSON
{
|
|
"blog": "Blog",
|
|
"blogSubtitle": "News and updates about the platform",
|
|
"documentation": "Documentation",
|
|
"documentationSubtitle": "Tutorials and guide to get started with the platform",
|
|
"faq": "FAQ",
|
|
"faqSubtitle": "Frequently asked questions about the platform",
|
|
"pricing": "Pricing",
|
|
"pricingSubtitle": "Pricing plans and payment options",
|
|
"backToBlog": "Back to blog",
|
|
"noPosts": "No posts found",
|
|
"blogPaginationNext": "Next Page",
|
|
"blogPaginationPrevious": "Previous Page",
|
|
"readMore": "Read more",
|
|
"contactFaq": "If you have any questions, please contact us",
|
|
"contact": "Contact",
|
|
"about": "About",
|
|
"product": "Product",
|
|
"legal": "Legal",
|
|
"termsOfService": "Terms of Service",
|
|
"termsOfServiceDescription": "Our terms and conditions",
|
|
"cookiePolicy": "Cookie Policy",
|
|
"cookiePolicyDescription": "Our cookie policy and how we use them",
|
|
"privacyPolicy": "Privacy Policy",
|
|
"privacyPolicyDescription": "Our privacy policy and how we use your data"
|
|
}
|
|
|
|
|