PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.85
WindPress – Tailwind CSS integration for WordPress v3.2.85
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 3.0.6 All 143 releases
windpress / build / wp-i18n.js

wp-i18n.js in WindPress – Tailwind CSS integration for WordPress 3.2.85, at build/wp-i18n.js

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