PluginProbe
Extendify / 3.1.5
Extendify v3.1.5
3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 0.7.0 All 126 releases
extendify / src / Shared / lib / pages.js

pages.js in Extendify 3.1.5, at src/Shared/lib/pages.js

189 lines 16.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import { __ } from '@wordpress/i18n';
2
3 export const pageNames = {
4 about: {
5 // translators: This string represents the title of an "About" page on a website that provides information about the website or organization. Please translate it in a way that fits the standard phrasing for an "About" page in the target language, considering the common usage in websites for that language.
6 title: __('About', 'extendify-local'),
7 // translators: This string represents the slug of an "About" page on a website that provides information about the website or organization. Please translate it in a way that fits a slug for an "About" page in the target language, considering the common usage in websites for that language.
8 slug: __('about', 'extendify-local'),
9 alias: ['about', 'about-us', 'recognition', 'stats'],
10 navOrder: 19,
11 },
12 blog: {
13 // translators: This string represents the title of a "Blog" page on a website that shows recent blog posts. Please translate it in a way that fits the standard phrasing for a "Blog" page in the target language, considering the common usage in websites for that language.
14 title: __('Blog', 'extendify-local'),
15 // translators: This string represents the slug of a "Blog" page on a website that shows recent blog posts. Please translate it in a way that fits a slug for a "Blog" page in the target language, considering the common usage in websites for that language.
16 slug: __('blog', 'extendify-local'),
17 alias: ['blog', 'blog-categories', 'blog-section'],
18 navOrder: 18,
19 },
20 book: {
21 // translators: This string represents the title of a "Book" page on a website that is meant for booking something. Please translate it in a way that fits the standard phrasing for a "Book" page in the target language, considering the common usage in websites for that language.
22 title: __('Book Now', 'extendify-local'),
23 // translators: This string represents the slug of a "Book" page on a website that is meant for booking something. Please translate it in a way that fits a slug for a "Book" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
24 slug: __('book-now', 'extendify-local'),
25 alias: ['book', 'booking'],
26 navOrder: 3,
27 },
28 careers: {
29 // translators: This string represents the title of a "Careers" page on a website that is meant for listing available careers. Please translate it in a way that fits the standard phrasing for a "Careers" page in the target language, considering the common usage in websites for that language.
30 title: __('Careers', 'extendify-local'),
31 // translators: This string represents the slug of a "Careers" page on a website that is meant for listing available careers. Please translate it in a way that fits a slug for a "Careers" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
32 slug: __('careers', 'extendify-local'),
33 alias: ['careers', 'career', 'career-with-opening'],
34 navOrder: 21,
35 },
36 contact: {
37 // translators: This string represents the title of a "Contact" page on a website that gives information for visitors on how to contact the website or organization. Please translate it in a way that fits the standard phrasing for a "Contact" page in the target language, considering the common usage in websites for that language.
38 title: __('Contact', 'extendify-local'),
39 // translators: This string represents the slug of a "Contact" page on a website that gives information for visitors on how to contact the website or organization. Please translate it in a way that fits a slug for a "Contact" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
40 slug: __('contact', 'extendify-local'),
41 alias: ['contact', 'contact-form', 'contact-in-person'],
42 navOrder: 5,
43 },
44 events: {
45 // translators: This string represents the title of an "Events" page on a website that lists events of any kind. Please translate it in a way that fits the standard phrasing for an "Events" page in the target language, considering the common usage in websites for that language.
46 title: __('Events', 'extendify-local'),
47 // translators: This string represents the slug of an "Events" page on a website that lists events of any kind. Please translate it in a way that fits a slug for an "Events" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
48 slug: __('events', 'extendify-local'),
49 alias: ['events', 'events-section'],
50 navOrder: 13,
51 },
52 faq: {
53 // translators: This string represents the title of a "FAQ" page on a website that gives information related to frequently asked questions. Please translate it in a way that fits the standard phrasing for a "FAQ" page in the target language, considering the common usage in websites for that language.
54 title: __('FAQ', 'extendify-local'),
55 // translators: This string represents the slug of a "FAQ" page on a website that gives information related to frequently asked questions. Please translate it in a way that fits a slug for a "FAQ" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
56 slug: __('faq', 'extendify-local'),
57 alias: ['faq'],
58 navOrder: 16,
59 },
60 features: {
61 // translators: This string represents the title of a "Features" page on a website that lists features of a product or service. Please translate it in a way that fits the standard phrasing for a "Features" page in the target language, considering the common usage in websites for that language.
62 title: __('Features', 'extendify-local'),
63 // translators: This string represents the slug of a "Features" page on a website that lists features of a product or service. Please translate it in a way that fits a slug for a "Features" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
64 slug: __('features', 'extendify-local'),
65 alias: ['features'],
66 navOrder: 11,
67 },
68 gallery: {
69 // translators: This string represents the title of a "Gallery" page on a website that shows a collection of images. Please translate it in a way that fits the standard phrasing for a "Gallery" page in the target language, considering the common usage in websites for that language.
70 title: __('Gallery', 'extendify-local'),
71 // translators: This string represents the slug of a "Gallery" page on a website that shows a collection of images. Please translate it in a way that fits a slug for a "Gallery" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
72 slug: __('gallery', 'extendify-local'),
73 alias: ['gallery'],
74 navOrder: 14,
75 },
76 home: {
77 // translators: This string represents the title of an "Home" page on a website. Please translate it in a way that fits the standard phrasing for a "Home" page in the target language, considering the common usage in websites for that language.
78 title: __('Home', 'extendify-local'),
79 alias: ['home'],
80 },
81 menu: {
82 // translators: This string represents the title of a "Menu" page on a website that lists food or drink items. Please translate it in a way that fits the standard phrasing for a "Menu" page in the target language, considering the common usage in websites for that language.
83 title: __('Menu', 'extendify-local'),
84 // translators: This string represents the slug of a "Menu" page on a website that lists food or drink items. Please translate it in a way that fits a slug for a "Menu" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
85 slug: __('menu', 'extendify-local'),
86 alias: ['menu'],
87 navOrder: 9,
88 },
89 portfolio: {
90 // translators: This string represents the title of a "Portfolio" page on a website that showcases a collection of work. Please translate it in a way that fits the standard phrasing for a "Portfolio" page in the target language, considering the common usage in websites for that language.
91 title: __('Portfolio', 'extendify-local'),
92 // translators: This string represents the slug of a "Portfolio" page on a website that showcases a collection of work. Please translate it in a way that fits a slug for a "Portfolio" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
93 slug: __('portfolio', 'extendify-local'),
94 alias: ['portfolio'],
95 navOrder: 12,
96 },
97 pricing: {
98 // translators: This string represents the title of a "Pricing" page on a website that lists the pricing of products or services. Please translate it in a way that fits the standard phrasing for a "Pricing" page in the target language, considering the common usage in websites for that language.
99 title: __('Pricing', 'extendify-local'),
100 // translators: This string represents the slug of a "Pricing" page on a website that lists the pricing of products or services. Please translate it in a way that fits a slug for a "Pricing" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
101 slug: __('pricing', 'extendify-local'),
102 alias: ['pricing'],
103 navOrder: 4,
104 },
105 products: {
106 // translators: This string represents the title of a "Products" page on a website that lists products. Please translate it in a way that fits the standard phrasing for a "Products" page in the target language, considering the common usage in websites for that language.
107 title: __('Products', 'extendify-local'),
108 // translators: This string represents the slug of a "Products" page on a website that lists products. Please translate it in a way that fits a slug for a "Products" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
109 slug: __('products', 'extendify-local'),
110 alias: [
111 'products',
112 'shop',
113 'best-sellers-products',
114 'featured-products',
115 'new-arrivals-product',
116 'on-sale-products',
117 'product-section',
118 'products-by-category',
119 'products-categories',
120 'top-rated-products',
121 ],
122 navOrder: 2,
123 },
124 quote: {
125 // translators: This string represents the title of a "Quote" page on a website that allows visitors to request a quote. Please translate it in a way that fits the standard phrasing for a "Quote" page in the target language, considering the common usage in websites for that language.
126 title: __('Quote', 'extendify-local'),
127 // translators: This string represents the slug of a "Quote" page on a website that allows visitors to request a quote. Please translate it in a way that fits a slug for a "Quote" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
128 slug: __('quote', 'extendify-local'),
129 alias: ['quote'],
130 navOrder: 8,
131 },
132 reservation: {
133 // translators: This string represents the title of a "Reservation" page on a website that allows visitors to make a reservation. Please translate it in a way that fits the standard phrasing for a "Reservation" page in the target language, considering the common usage in websites for that language.
134 title: __('Reservation', 'extendify-local'),
135 // translators: This string represents the slug of a "Reservation" page on a website that allows visitors to make a reservation. Please translate it in a way that fits a slug for a "Reservation" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
136 slug: __('reservation', 'extendify-local'),
137 alias: ['reservation'],
138 navOrder: 7,
139 },
140 resources: {
141 // translators: This string represents the title of a "Resources" page on a website that provides resources. Please translate it in a way that fits the standard phrasing for a "Resources" page in the target language, considering the common usage in websites for that language.
142 title: __('Resources', 'extendify-local'),
143 // translators: This string represents the slug of a "Resources" page on a website that provides resources. Please translate it in a way that fits a slug for a "Resources" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
144 slug: __('resources', 'extendify-local'),
145 alias: ['resources', 'resource'],
146 navOrder: 17,
147 },
148 serviceArea: {
149 // translators: This string represents the title of a "Service Area" page on a website that shows the service area of a business, including a map. Please translate it in a way that fits the standard phrasing for a "Service Area" page in the target language, considering the common usage in websites for that language.
150 title: __('Service Area', 'extendify-local'),
151 // translators: This string represents the slug of a "Service Area" page on a website that shows the service area of a business, including a map. Please translate it in a way that fits a slug for a "Service Area" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
152 slug: __('service-area', 'extendify-local'),
153 alias: ['service-area'],
154 navOrder: 6,
155 },
156 services: {
157 // translators: This string represents the title of a "Services" page on a website that lists services. Please translate it in a way that fits the standard phrasing for a "Services" page in the target language, considering the common usage in websites for that language.
158 title: __('Services', 'extendify-local'),
159 // translators: This string represents the slug of a "Services" page on a website that lists services. Please translate it in a way that fits a slug for a "Services" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
160 slug: __('services', 'extendify-local'),
161 alias: ['services'],
162 navOrder: 1,
163 },
164 specials: {
165 // translators: This string represents the title of a "Specials" page on a website that lists special offers. Please translate it in a way that fits the standard phrasing for a "Specials" page in the target language, considering the common usage in websites for that language.
166 title: __('Specials', 'extendify-local'),
167 // translators: This string represents the slug of a "Specials" page on a website that lists special offers. Please translate it in a way that fits a slug for a "Specials" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
168 slug: __('specials', 'extendify-local'),
169 alias: ['specials'],
170 navOrder: 10,
171 },
172 team: {
173 // translators: This string represents the title of a "Team" page on a website that introduces the team members. Please translate it in a way that fits the standard phrasing for a "Team" page in the target language, considering the common usage in websites for
174 title: __('Team', 'extendify-local'),
175 // translators: This string represents the slug of a "Team" page on a website that introduces the team members. Please translate it in a way that fits a slug for a "Team" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
176 slug: __('team', 'extendify-local'),
177 alias: ['team'],
178 navOrder: 20,
179 },
180 testimonials: {
181 // translators: This string represents the title of a "Testimonials" page on a website that showcases testimonials from customers. Please translate it in a way that fits the standard phrasing for a "Testimonials" page in the target language, considering the common usage in websites for that language.
182 title: __('Testimonials', 'extendify-local'),
183 // translators: This string represents the slug of a "Testimonials" page on a website that showcases testimonials from customers. Please translate it in a way that fits a slug for a "Testimonials" page in the target language, considering the common usage in websites for that language. Make sure to keep the slug lowercase and url-friendly.
184 slug: __('testimonials', 'extendify-local'),
185 alias: ['testimonials', 'testimonial'],
186 navOrder: 15,
187 },
188 };
189