PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.88
WindPress – Tailwind CSS integration for WordPress v3.2.88
3.2.90 3.2.89 3.2.88 3.2.87 3.2.86 3.2.85 3.2.84 3.2.83 3.2.82 3.2.81 trunk 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.2 3.0.3 3.0.4 3.0.5 All 144 releases
windpress / assets / dist / wp-i18n.js

wp-i18n.js in WindPress – Tailwind CSS integration for WordPress 3.2.88, at assets/dist/wp-i18n.js

542 lines 29.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 (() => {
2 const { __, _x, _n, sprintf } = wp.i18n;
3 __('WindPress', 'windpress');
4 __('https://windpress.jooo.si', 'windpress');
5 __('Integrate Tailwind CSS into WordPress seamlessly, in just seconds. Works well with the block editor, page builders, plugins, themes, and custom code.', 'windpress');
6 __('https://jooo.si', 'windpress');
7 __('Input must be an object.', 'windpress');
8 __('Relative path is required.', 'windpress');
9 __('Signature is required for security verification.', 'windpress');
10 __('The entry could not be deleted. Verify the signature and relative path.', 'windpress');
11 __('File "%s" deleted successfully.', 'windpress');
12 __('Failed to delete entry: %s', 'windpress');
13 __('File not found: %s', 'windpress');
14 __('Only these files can be reset: %s', 'windpress');
15 __('Default content for "%s" is not available for Tailwind CSS v%d.', 'windpress');
16 __('Default content for "%s" could not be read.', 'windpress');
17 __('The entry could not be reset.', 'windpress');
18 __('File "%s" reset to default successfully.', 'windpress');
19 __('Failed to reset entry: %s', 'windpress');
20 __('Entries array is required.', 'windpress');
21 __('Each entry must be an object.', 'windpress');
22 __('Save abilities do not accept empty content because empty content deletes files. Use the delete or reset ability instead.', 'windpress');
23 __('Some entries could not be saved.', 'windpress');
24 __('No entries were saved.', 'windpress');
25 __('%d entry saved successfully.', 'windpress');
26 __('Failed to save entries: %s', 'windpress');
27 __('Field "%s" is required.', 'windpress');
28 __('The entry could not be saved.', 'windpress');
29 __('File "%s" saved successfully.', 'windpress');
30 __('Failed to save entry: %s', 'windpress');
31 __('Configuration', 'windpress');
32 __('Abilities for retrieving and managing WindPress configuration.', 'windpress');
33 __('Volume Management', 'windpress');
34 __('Abilities for managing CSS/JS files in the WindPress Simple File System.', 'windpress');
35 __('Get Configuration', 'windpress');
36 __('Retrieves the current WindPress configuration including Tailwind version, plugin settings, and enabled features.', 'windpress');
37 __('WindPress plugin version.', 'windpress');
38 __('Tailwind CSS version (3 or 4).', 'windpress');
39 __('Plugin settings and configuration options.', 'windpress');
40 __('WindPress data directory details.', 'windpress');
41 __('Absolute path to the WindPress data directory.', 'windpress');
42 __('URL to the WindPress data directory.', 'windpress');
43 __('WindPress cache directory details.', 'windpress');
44 __('Absolute path to the WindPress cache directory.', 'windpress');
45 __('URL to the WindPress cache directory.', 'windpress');
46 __('Get Volume Entries', 'windpress');
47 __('Retrieves all files in the WindPress Simple File System including main.css, config files, and custom CSS/JS files.', 'windpress');
48 __('File name.', 'windpress');
49 __('Relative path from data directory.', 'windpress');
50 __('File content.', 'windpress');
51 __('Handler type (internal or custom).', 'windpress');
52 __('Security signature for file operations.', 'windpress');
53 __('Whether the file is read-only.', 'windpress');
54 __('Get Volume Entry', 'windpress');
55 __('Retrieves a single file from the WindPress Simple File System by its relative path.', 'windpress');
56 __('Relative path of the file to retrieve.', 'windpress');
57 __('Get Volume Handlers', 'windpress');
58 __('Retrieves available custom handlers for the WindPress Simple File System.', 'windpress');
59 __('Array of available handler names.', 'windpress');
60 __('Save Volume Entries', 'windpress');
61 __('Saves or updates multiple files in the WindPress Simple File System at once.', 'windpress');
62 __('Security signature for existing files.', 'windpress');
63 __('Whether the operation was successful.', 'windpress');
64 __('Result message.', 'windpress');
65 __('Save Volume Entry', 'windpress');
66 __('Saves or updates a single file in the WindPress Simple File System.', 'windpress');
67 __('The saved entry data.', 'windpress');
68 __('Delete Volume Entry', 'windpress');
69 __('Deletes a file from the WindPress Simple File System.', 'windpress');
70 __('Relative path of the file to delete.', 'windpress');
71 __('Security signature for verification.', 'windpress');
72 __('Reset Volume Entry', 'windpress');
73 __('Resets main.css or tailwind.config.js to their default content based on the current Tailwind version.', 'windpress');
74 __('File to reset (main.css, tailwind.config.js, wizard.js, or wizard.css).', 'windpress');
75 __('The default file content.', 'windpress');
76 __('Save cache error: ', 'windpress');
77 __('The provider not found', 'windpress');
78 __('Provider error: ', 'windpress');
79 __('License key is empty', 'windpress');
80 __('License management is unavailable in this edition.', 'windpress');
81 __('Plugin license key activated successfully.', 'windpress');
82 __('Plugin license key deactivated successfully.', 'windpress');
83 __('Settings updated', 'windpress');
84 __('data stored successfully', 'windpress');
85 __('The callback should return an array', 'windpress');
86 __('Entries must be an array.', 'windpress');
87 __('Entry must be an array.', 'windpress');
88 __('Entry is missing required fields.', 'windpress');
89 __('Entry name, relative path, and handler must be strings.', 'windpress');
90 __('Read-only entries cannot be saved.', 'windpress');
91 __('Directories must use the internal handler.', 'windpress');
92 __('Directory is not empty.', 'windpress');
93 __('A file already exists at the directory path.', 'windpress');
94 __('The directory could not be created.', 'windpress');
95 __('Directory path is invalid.', 'windpress');
96 __('Entry handler is invalid.', 'windpress');
97 __('Only CSS and JavaScript files can be saved.', 'windpress');
98 __('Entry signature is invalid.', 'windpress');
99 __('Entry path is invalid.', 'windpress');
100 __('Blockstudio', 'windpress');
101 __('Blockstudio integration', 'windpress');
102 __('Breakdance Builder', 'windpress');
103 __('Breakdance Builder integration', 'windpress');
104 __('Bricks Builder', 'windpress');
105 __('Bricks Builder integration', 'windpress');
106 __('Builderius', 'windpress');
107 __('Builderius integration', 'windpress');
108 __('Elementor', 'windpress');
109 __('Elementor integration', 'windpress');
110 __('Etch', 'windpress');
111 __('Etch integration', 'windpress');
112 __('GreenShift', 'windpress');
113 __('The GreenShift integration. It requires the Gutenberg/Block Editor integration enabled.', 'windpress');
114 __('Gutenberg', 'windpress');
115 __('Gutenberg/Block Editor integration', 'windpress');
116 __('Kadence WP', 'windpress');
117 __('The Kadence WP integration. It requires the Gutenberg/Block Editor integration enabled.', 'windpress');
118 __('LiveCanvas', 'windpress');
119 __('LiveCanvas integration', 'windpress');
120 __('Meta Box Views', 'windpress');
121 __('Meta Box Views integration', 'windpress');
122 __('Oxygen Builder', 'windpress');
123 __('Oxygen Builder integration', 'windpress');
124 __('Oxygen Classic Builder', 'windpress');
125 __('Oxygen Classic Builder integration', 'windpress');
126 __('Timber', 'windpress');
127 __('Timber integration', 'windpress');
128 __('WPCodeBox 2', 'windpress');
129 __('WPCodeBox 2 integration', 'windpress');
130 __('Enter a license key.', 'windpress');
131 __('Your license key has expired.', 'windpress');
132 __('Your license key has been disabled.', 'windpress');
133 __('Your license is not active for this website.', 'windpress');
134 __('Your license key has reached its activation limit.', 'windpress');
135 __('The license does not exist or the website URL was not provided.', 'windpress');
136 __('Invalid license key.', 'windpress');
137 __('The license server rejected the request.', 'windpress');
138 __('The license server could not be reached.', 'windpress');
139 __('Settings', 'windpress');
140 __('Upgrade to Pro', 'windpress');
141 __('The %1$s plugin minimum requirements are not met:', 'windpress');
142 __('Tailwind CSS 3 and 4', 'windpress');
143 __('Choose the Tailwind generation that fits each WordPress project.', 'windpress');
144 __('Browser-native compiler', 'windpress');
145 __('Generate optimized CSS in the browser without server-side build tools.', 'windpress');
146 __('Builder integrations', 'windpress');
147 __('Bring Tailwind utilities to the block editor, page builders, themes, and plugins.', 'windpress');
148 __('Visual design tools', 'windpress');
149 __('Compose themes, edit source files, and preview utilities from WordPress.', 'windpress');
150 __('Release visibility', 'windpress');
151 __('Your brand can appear with supported plugin releases.', 'windpress');
152 __('Project documentation', 'windpress');
153 __('Sponsors are recognized across project documentation.', 'windpress');
154 __('Admin recognition', 'windpress');
155 __('Featured support helps sustain ongoing development.', 'windpress');
156 __('Developer reach', 'windpress');
157 __('Connect with the wider WordPress developer community.', 'windpress');
158 __('Open-source tools and products for WordPress.', 'windpress');
159 __('A visual site builder for WordPress.', 'windpress');
160 __('Back to Integrations', 'windpress');
161 __('Blockstudio Settings', 'windpress');
162 __('Help', 'windpress');
163 __('Compile Integration', 'windpress');
164 __('Enable CSS compilation for Blockstudio blocks and templates. This processes Tailwind classes found in Blockstudio content and generates the necessary CSS.', 'windpress');
165 __('Editor Integration', 'windpress');
166 __('Enable enhanced Blockstudio editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements for better block development workflow.', 'windpress');
167 __('Breakdance Builder Settings', 'windpress');
168 __('Enable CSS compilation for Breakdance Builder elements and templates. This processes Tailwind classes found in Breakdance content and generates the necessary CSS.', 'windpress');
169 __('Enable enhanced Breakdance Builder editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
170 __('Bricks Builder Settings', 'windpress');
171 __('Enable CSS compilation for Bricks Builder elements and templates. This processes Tailwind classes found in Bricks content and generates the necessary CSS.', 'windpress');
172 __('Enable enhanced Bricks Builder editor features including real-time Tailwind CSS preview, variable picker, color palette integration, and editor enhancements.', 'windpress');
173 __('Builderius Settings', 'windpress');
174 __('Enable CSS compilation for Builderius elements and templates. This processes Tailwind classes found in Builderius content and generates the necessary CSS.', 'windpress');
175 __('Enable enhanced Builderius editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
176 __('Brand Colors', 'windpress');
177 __('Primary brand colors for your design system', 'windpress');
178 __('Semantic Colors', 'windpress');
179 __('Status and feedback colors', 'windpress');
180 __('Neutral Grayscale', 'windpress');
181 __('A neutral grayscale palette for backgrounds, text, etc', 'windpress');
182 __('Material Design 3', 'windpress');
183 __('Material Design 3 color system', 'windpress');
184 __('Colors', 'windpress');
185 __('Color utilities like bg-primary, text-accent, and border-neutral', 'windpress');
186 __('Color Palettes', 'windpress');
187 __('Add color palette', 'windpress');
188 __('Add new color', 'windpress');
189 __('No colors defined', 'windpress');
190 __('Start building your color system by adding individual colors or choosing from predefined palettes.', 'windpress');
191 __('Add Color', 'windpress');
192 __('Choose Palette', 'windpress');
193 __('Open color picker', 'windpress');
194 __('Rate us', 'windpress');
195 __('Community', 'windpress');
196 __('Report an issue', 'windpress');
197 __('Support', 'windpress');
198 __('Appearance', 'windpress');
199 __('Light', 'windpress');
200 __('Dark', 'windpress');
201 __('System', 'windpress');
202 __('Files', 'windpress');
203 __('Wizard', 'windpress');
204 __('Logs', 'windpress');
205 __('General', 'windpress');
206 __('Performance', 'windpress');
207 __('Integrations', 'windpress');
208 __('About', 'windpress');
209 __('Documentation', 'windpress');
210 __('Discussions', 'windpress');
211 __('Go to', 'windpress');
212 __('Actions', 'windpress');
213 __('Generate cache', 'windpress');
214 __('Misc', 'windpress');
215 __('WindPress will always try to make you smile.', 'windpress');
216 __('Would you mind taking a moment to leave a review on WordPress.org? It would mean a lot to us!', 'windpress');
217 __('OK, Let\'s do it!', 'windpress');
218 __('Later', 'windpress');
219 __('Never', 'windpress');
220 __('Type a command or search...', 'windpress');
221 __('Search...', 'windpress');
222 __('Elementor Settings', 'windpress');
223 __('Enable CSS compilation for Elementor widgets and templates. This processes Tailwind classes found in Elementor content and generates the necessary CSS.', 'windpress');
224 __('Etch Settings', 'windpress');
225 __('Enable CSS compilation for Etch elements and templates. This processes Tailwind classes found in Etch content and generates the necessary CSS.', 'windpress');
226 __('Enable enhanced Etch editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
227 __('Drop to nest inside', 'windpress');
228 __('New File', 'windpress');
229 __('New Folder', 'windpress');
230 __('Always emit imported theme values into the CSS file instead of only when used.', 'windpress');
231 __('Theme variables are special CSS variables defined using the `@theme` directive that influence which utility classes exist in your project.', 'windpress');
232 __('Docs: Theme variables', 'windpress');
233 __('Use the `@plugin` directive to load a legacy JavaScript-based plugin.', 'windpress');
234 __('Docs: Functions & Directives', 'windpress');
235 __('Docs: Tailwind CSS plugins', 'windpress');
236 __('Use the `@config` directive to load a legacy JavaScript-based configuration file.', 'windpress');
237 __('Docs: Tailwind CSS configuration', 'windpress');
238 __('Use the `@tailwind` directive to insert Tailwind\'s `base`, `components`, `utilities` and `variants` styles into your CSS.', 'windpress');
239 __('Docs: Tailwind CSS functions & directives', 'windpress');
240 __('Use the `@apply` directive to inline any existing utility classes into your own custom CSS.', 'windpress');
241 __('Use the `@utility` directive to add custom utilities to your project that work with variants like `hover`, `focus` and `lg``.', 'windpress');
242 __('Use the `@custom-variant` directive to add a custom variant in your project.', 'windpress');
243 __('Use the `@variant` directive to apply a Tailwind variant to styles in your CSS.', 'windpress');
244 __('Use the `@source` directive to scan additional source files.', 'windpress');
245 __('Docs: Scanning additional Sources', 'windpress');
246 __('Save', 'windpress');
247 __('Close', 'windpress');
248 __('read-only', 'windpress');
249 __('Path on disk', 'windpress');
250 __('Delete', 'windpress');
251 __('Reset to default', 'windpress');
252 __('CSS Validation Error', 'windpress');
253 __('Line', 'windpress');
254 __('Column', 'windpress');
255 __('Entry not found: ', 'windpress');
256 __('Explorer', 'windpress');
257 __('Add new file', 'windpress');
258 __('Export SFS volume', 'windpress');
259 __('Import SFS volume', 'windpress');
260 __('Perfect Unison', 'windpress');
261 __('Minor Second', 'windpress');
262 __('Major Second', 'windpress');
263 __('Minor Third', 'windpress');
264 __('Major Third', 'windpress');
265 __('Perfect Fourth', 'windpress');
266 __('Tritone', 'windpress');
267 __('Perfect Fifth', 'windpress');
268 __('Minor Sixth', 'windpress');
269 __('Golden Ratio', 'windpress');
270 __('Major Sixth', 'windpress');
271 __('Minor Seventh', 'windpress');
272 __('Major Seventh', 'windpress');
273 __('Perfect Octave', 'windpress');
274 __('Are you sure you want to generate the fluid scale and import it?', 'windpress');
275 __('Fluid Calculator', 'windpress');
276 __('Size', 'windpress');
277 __('Viewport', 'windpress');
278 __('Scale ratio', 'windpress');
279 __('Smaller steps', 'windpress');
280 __('Larger steps', 'windpress');
281 __('prefix-', 'windpress');
282 __('Prefix', 'windpress');
283 __('Generate', 'windpress');
284 __('Activating license...', 'windpress');
285 __('Please wait while we deactivate your license key.', 'windpress');
286 __('Please wait while we activate your license key.', 'windpress');
287 __('License updated', 'windpress');
288 __('Your license key has been activated.', 'windpress');
289 __('Your license key has been deactivated.', 'windpress');
290 __('License update failed', 'windpress');
291 __('An unknown error occurred', 'windpress');
292 __('Invalid license key', 'windpress');
293 __('License', 'windpress');
294 __('You are using the WordPress.org edition.', 'windpress');
295 __('License key', 'windpress');
296 __('To access updates when they are available, please provide your license key.', 'windpress');
297 __('Unregister your WindPress setup', 'windpress');
298 __('Register your WindPress setup', 'windpress');
299 __('Deactivating', 'windpress');
300 __('Deactivate', 'windpress');
301 __('Activating', 'windpress');
302 __('Activate', 'windpress');
303 __('Status', 'windpress');
304 __('Active', 'windpress');
305 __('Inactive', 'windpress');
306 __('General settings for WindPress.', 'windpress');
307 __('Tailwind CSS version', 'windpress');
308 __('You must update the `main.css` file accordingly.', 'windpress');
309 __('See release notes', 'windpress');
310 __('Unknown Integration', 'windpress');
311 __('Settings Coming Soon', 'windpress');
312 __('Settings for this integration are currently being developed and will be available in a future update.', 'windpress');
313 __('GreenShift Settings', 'windpress');
314 __('Enable CSS compilation for GreenShift blocks and templates. This processes Tailwind classes found in GreenShift content and generates the necessary CSS. Requires the Gutenberg/Block Editor integration to be enabled.', 'windpress');
315 __('Gutenberg Settings', 'windpress');
316 __('Enable CSS compilation for Gutenberg blocks and editor content. This processes Tailwind classes found in block content and generates the necessary CSS.', 'windpress');
317 __('Enable enhanced Gutenberg editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
318 __('Theme.json Generation', 'windpress');
319 __('Generate theme.json with Tailwind colors, spacing, and typography', 'windpress');
320 __('Common Block', 'windpress');
321 __('Enable the Common Block - a generic block that can be any HTML element. Import HTML directly into the editor and convert between HTML and blocks seamlessly.', 'windpress');
322 __('Features:', 'windpress');
323 __('Any HTML element can be a block (div, section, article, header, etc.)', 'windpress');
324 __('Import HTML code directly into the editor', 'windpress');
325 __('Export blocks as clean HTML', 'windpress');
326 __('Full control over attributes, classes, and content', 'windpress');
327 __('Automatic Class Sorting', 'windpress');
328 __('Please enter an attribute name', 'windpress');
329 __('Invalid attribute name', 'windpress');
330 __('Attributes', 'windpress');
331 __('Value', 'windpress');
332 __('Remove', 'windpress');
333 __('Name', 'windpress');
334 __('attribute value', 'windpress');
335 __('Add Attribute', 'windpress');
336 __('Common attributes: id, data-*, aria-*, role, title, etc.', 'windpress');
337 __('Image Settings', 'windpress');
338 __('Replace Image', 'windpress');
339 __('Select Image', 'windpress');
340 __('Remove Image', 'windpress');
341 __('Alt Text', 'windpress');
342 __('Describe the image for accessibility', 'windpress');
343 __('Width', 'windpress');
344 __('Height', 'windpress');
345 __('Link Settings', 'windpress');
346 __('Cancel', 'windpress');
347 __('URL', 'windpress');
348 __('Choose from Posts/Pages', 'windpress');
349 __('Open in new tab', 'windpress');
350 __('Remove Link', 'windpress');
351 __('Current URL:', 'windpress');
352 __('The code editor could not be loaded.', 'windpress');
353 __('HTML serializer not available. Please refresh the page.', 'windpress');
354 __('Error exporting HTML. Check console for details.', 'windpress');
355 __('Copied to clipboard!', 'windpress');
356 __('Failed to copy. Please select and copy manually.', 'windpress');
357 __('Please enter a valid tag name', 'windpress');
358 __('Custom elements must contain a hyphen (e.g., my-element)', 'windpress');
359 __('Enter text...', 'windpress');
360 __('(empty)', 'windpress');
361 __('Export HTML', 'windpress');
362 __('Element Settings', 'windpress');
363 __('HTML Tag', 'windpress');
364 __('Select an HTML tag or use Custom Element panel for custom tags', 'windpress');
365 __('Content Type', 'windpress');
366 __('HTML Export', 'windpress');
367 __('Export this block as clean HTML code.', 'windpress');
368 __('Export to HTML', 'windpress');
369 __('HTML Content', 'windpress');
370 __('HTML', 'windpress');
371 __('Custom Element', 'windpress');
372 __('Enter a custom HTML tag name (must contain a hyphen for web components)', 'windpress');
373 __('Custom Tag Name', 'windpress');
374 __('Examples: my-widget, custom-card, x-button', 'windpress');
375 __('Apply Custom Tag', 'windpress');
376 __('Copy the HTML code below:', 'windpress');
377 __('Copy to Clipboard', 'windpress');
378 __('Please enter HTML code to import', 'windpress');
379 __('Import HTML', 'windpress');
380 __('Paste your HTML code below. It will be converted to Common Blocks automatically.', 'windpress');
381 __('Import', 'windpress');
382 __('HTML parser not available. Please refresh the page.', 'windpress');
383 __('Could not parse HTML. Please check the HTML syntax.', 'windpress');
384 __('Error importing HTML. Check console for details.', 'windpress');
385 __('Theme: Light', 'windpress');
386 __('Theme: Dark', 'windpress');
387 __('Theme: System', 'windpress');
388 __('Theme', 'windpress');
389 __('WindPress Settings', 'windpress');
390 __('Cache Generation', 'windpress');
391 __('Generate cache on save', 'windpress');
392 __('Automatically regenerate Tailwind CSS cache when saving posts. This ensures your Tailwind classes are compiled immediately after saving.', 'windpress');
393 __('Enable or disable integrations with other services.', 'windpress');
394 __('Activated', 'windpress');
395 __('Installed', 'windpress');
396 __('Not Installed', 'windpress');
397 __('Visit homepage', 'windpress');
398 __('Integration Settings', 'windpress');
399 __('Kadence WP Settings', 'windpress');
400 __('Enable CSS compilation for Kadence WP theme and blocks. This processes Tailwind classes found in Kadence content and generates the necessary CSS. Requires the Gutenberg/Block Editor integration to be enabled.', 'windpress');
401 __('LiveCanvas Settings', 'windpress');
402 __('Enable CSS compilation for LiveCanvas elements and templates. This processes Tailwind classes found in LiveCanvas content and generates the necessary CSS.', 'windpress');
403 __('Enable enhanced LiveCanvas editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
404 __('Clear logs', 'windpress');
405 __('Meta Box Views Settings', 'windpress');
406 __('Enable CSS compilation for Meta Box Views templates and layouts. This processes Tailwind classes found in Meta Box Views content and generates the necessary CSS.', 'windpress');
407 __('Page not found', 'windpress');
408 __('Sorry, we couldn’t find the page you’re looking for.', 'windpress');
409 __('Back to home', 'windpress');
410 __('Oxygen Builder Settings', 'windpress');
411 __('Enable CSS compilation for Oxygen Builder elements and templates. This processes Tailwind classes found in Oxygen content and generates the necessary CSS.', 'windpress');
412 __('Enable enhanced Oxygen Builder editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
413 __('Oxygen Classic Builder Settings', 'windpress');
414 __('Enable CSS compilation for Oxygen Classic Builder elements and templates. This processes Tailwind classes found in Oxygen Classic content and generates the necessary CSS.', 'windpress');
415 __('Enable enhanced Oxygen Classic Builder editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
416 __('Rendering modes', 'windpress');
417 __('Choose the rendering strategy based on your needs.', 'windpress');
418 __('Cached', 'windpress');
419 __('Hybrid', 'windpress');
420 __('Compiler', 'windpress');
421 __('Load cached CSS when available, otherwise fallback to Compiler.', 'windpress');
422 __('Inline cached CSS when available, then run the Compiler to regenerate the style.', 'windpress');
423 __('Always use the Compiler to generate the style.', 'windpress');
424 __('Cached CSS loading method', 'windpress');
425 __('Load cached CSS as an inline instead of an external file.', 'windpress');
426 __('Inline Cached CSS', 'windpress');
427 __('Generate source map', 'windpress');
428 __('Generate the source map for the cached CSS file.', 'windpress');
429 __('Enable Source Map', 'windpress');
430 __('Generate the cached CSS', 'windpress');
431 __('Generate the cached CSS file', 'windpress');
432 __('Generating...', 'windpress');
433 __('Last Generated', 'windpress');
434 __('Responsive breakpoint variants like sm:*', 'windpress');
435 __('Add new item', 'windpress');
436 __('No breakpoints defined', 'windpress');
437 __('Start building your responsive design system by adding custom breakpoints for different screen sizes.', 'windpress');
438 __('Add Breakpoint', 'windpress');
439 __('Saving...', 'windpress');
440 __('Please wait while we save your changes.', 'windpress');
441 __('Saved', 'windpress');
442 __('Your changes have been saved.', 'windpress');
443 __('Error', 'windpress');
444 __('An error occurred while saving your changes.', 'windpress');
445 __('Cancelled', 'windpress');
446 __('Fluid spacing generation was cancelled.', 'windpress');
447 __('Generated', 'windpress');
448 __('Fluid spacing have been generated successfully.', 'windpress');
449 __('Spacing and sizing utilities like px-4, max-h-16, and many more', 'windpress');
450 __('Fluid generator', 'windpress');
451 __('No spacing defined', 'windpress');
452 __('Start building your spacing system by adding individual spacing values or generating fluid spacing scales.', 'windpress');
453 __('Add Spacing', 'windpress');
454 __('Generate Fluid', 'windpress');
455 __('Timber Settings', 'windpress');
456 __('Enable CSS compilation for Timber templates and Twig files. This processes Tailwind classes found in Timber content and generates the necessary CSS.', 'windpress');
457 __('Text Size', 'windpress');
458 __('Font Family', 'windpress');
459 __('Folder name is required', 'windpress');
460 __('Are you sure you want to %s the "%s" file?', 'windpress');
461 __('cancel', 'windpress');
462 __('File info', 'windpress');
463 __('WindPress version', 'windpress');
464 __('WP Version', 'windpress');
465 __('Exported on', 'windpress');
466 __('Entries', 'windpress');
467 __('This will overwrite all existing files. Are you sure you want to continue?', 'windpress');
468 __('Yes, continue', 'windpress');
469 __('Filename is required', 'windpress');
470 __('File extension must be .css or .js', 'windpress');
471 __('Only alphanumeric, dash, underscore, forward slash, and dot are allowed', 'windpress');
472 __('A file named "%s" already exists', 'windpress');
473 __('Create New File', 'windpress');
474 __('Filename may include a path. (css or js)', 'windpress');
475 __('Handler', 'windpress');
476 __('The handler determines how the file is processed and served.', 'windpress');
477 __('If no handler is selected, the internal handler will be used.', 'windpress');
478 __('Submit', 'windpress');
479 __('Only alphanumeric characters, dashes, underscores, and dots are allowed', 'windpress');
480 __('A folder named "%s" already exists', 'windpress');
481 __('Create New Folder', 'windpress');
482 __('Folder name', 'windpress');
483 __('Create inside %s', 'windpress');
484 __('Create in the workspace root', 'windpress');
485 __('Rename File', 'windpress');
486 __('The previous filename', 'windpress');
487 __('File "%s" is read-only and not deletable', 'windpress');
488 __('File "%s" is required for the WindPress to work and not deletable', 'windpress');
489 __('delete', 'windpress');
490 __('Canceled', 'windpress');
491 __('File "%s" is not deleted', 'windpress');
492 __('Success', 'windpress');
493 __('File "%s" deleted', 'windpress');
494 __('reset', 'windpress');
495 __('File "%s" is not reset', 'windpress');
496 __('File "%s" reset', 'windpress');
497 __('Exported', 'windpress');
498 __('SFS volume data exported', 'windpress');
499 __('SFS Import', 'windpress');
500 __('Invalid file format', 'windpress');
501 __('File is not a valid WindPress file', 'windpress');
502 __('SFS import canceled', 'windpress');
503 __('Importing...', 'windpress');
504 __('Please wait while we import the data.', 'windpress');
505 __('SFS data imported. Remember to save the changes.', 'windpress');
506 __('New file creation canceled', 'windpress');
507 __('File "%s" created', 'windpress');
508 __('New folder creation canceled', 'windpress');
509 __('Folder "%s" created', 'windpress');
510 __('File rename canceled', 'windpress');
511 __('File "%s" renamed to "%s"', 'windpress');
512 __('File "%s" cannot be moved.', 'windpress');
513 __('File "%s" moved to "%s"', 'windpress');
514 __('Generating cache...', 'windpress');
515 __('Please wait while we generate the CSS cache.', 'windpress');
516 __('Cache generated', 'windpress');
517 __('Cache generated in %s.', 'windpress');
518 __('Generate Cache Error', 'windpress');
519 __('An error occurred while generating the CSS cache. Check the Browser\'s Console for more information', 'windpress');
520 __('Namespaces', 'windpress');
521 __('Screens', 'windpress');
522 __('Spacing', 'windpress');
523 __('Typography', 'windpress');
524 __('Theme Configuration', 'windpress');
525 __('Theme Settings', 'windpress');
526 __('Save the changes to wizard.css file', 'windpress');
527 __('Add (next)', 'windpress');
528 __('Add (child)', 'windpress');
529 __('WPCodeBox 2 Settings', 'windpress');
530 __('Enable CSS compilation for WPCodeBox 2 elements and templates. This processes Tailwind classes found in WPCodeBox 2 content and generates the necessary CSS.', 'windpress');
531 __('Enable enhanced WPCodeBox 2 editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
532 __('Layout', 'windpress');
533 __('Inline', 'windpress');
534 __('Headings', 'windpress');
535 __('Text', 'windpress');
536 __('Lists', 'windpress');
537 __('Media', 'windpress');
538 __('Form', 'windpress');
539 __('Table', 'windpress');
540 __('Change HTML Tag', 'windpress');
541 __('Automatically regenerate Tailwind CSS cache when saving posts', 'windpress');
542 });