PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.90
WindPress – Tailwind CSS integration for WordPress v3.2.90
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.90, at assets/dist/wp-i18n.js

610 lines 33.7 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 __('A file scan requires an object payload.', 'windpress');
77 __('Provide between one and 100 source patterns and at most 100 exclusions.', 'windpress');
78 __('The file scan batch option must be a boolean.', 'windpress');
79 __('Indexed file scans require batching.', 'windpress');
80 __('The source revision must be a nonempty string.', 'windpress');
81 __('Source data changed. Restart the scan.', 'windpress');
82 __('The cache payload is invalid.', 'windpress');
83 __('The cache content is not valid base64.', 'windpress');
84 __('Another cache build is being saved. Retry the build.', 'windpress');
85 __('The scan generation has changed. Restart the build.', 'windpress');
86 __('Source content changed during the scan. Restart the build.', 'windpress');
87 __('Save cache error: ', 'windpress');
88 __('The scan request is invalid.', 'windpress');
89 __('The provider not found', 'windpress');
90 __('This provider does not support source indexing.', 'windpress');
91 __('Provider error: ', 'windpress');
92 __('License key is empty', 'windpress');
93 __('License management is unavailable in this edition.', 'windpress');
94 __('Plugin license key activated successfully.', 'windpress');
95 __('Plugin license key deactivated successfully.', 'windpress');
96 __('Settings updated', 'windpress');
97 __('data stored successfully', 'windpress');
98 __('The callback should return an array', 'windpress');
99 __('The provider metadata and contents must be arrays.', 'windpress');
100 __('A scan source is missing its content.', 'windpress');
101 __('A scan source could not be encoded as text.', 'windpress');
102 __('Unable to initialize the scan generation.', 'windpress');
103 __('Unable to save the scan generation.', 'windpress');
104 __('A scanner returned an invalid file path.', 'windpress');
105 __('A source file no longer exists: ', 'windpress');
106 __('The source directory does not exist.', 'windpress');
107 __('Allowed source directories must be an array.', 'windpress');
108 __('Allowed source directories must contain paths.', 'windpress');
109 __('File scan limits must be positive.', 'windpress');
110 __('The file scan cursor is invalid.', 'windpress');
111 __('This file scan is already processing a batch. Retry the same cursor.', 'windpress');
112 __('The file scan expired or its sources changed. Start a new scan.', 'windpress');
113 __('The file scan cursor is out of sequence. Start a new scan.', 'windpress');
114 __('A source file cannot be read: ', 'windpress');
115 __('The source file size could not be read: ', 'windpress');
116 __('A source file exceeds the scan byte limit: ', 'windpress');
117 __('A source file could not be read: ', 'windpress');
118 __('The file scan lease expired. Retry the same cursor.', 'windpress');
119 __('The file scan continuation could not be saved.', 'windpress');
120 __('A source directory could not be read: ', 'windpress');
121 __('A source path no longer exists: ', 'windpress');
122 __('A source symlink points outside the allowed directories: ', 'windpress');
123 __('Source patterns must be nonempty strings up to 4096 bytes.', 'windpress');
124 __('Source patterns must stay within the source directory.', 'windpress');
125 __('Source patterns must not be empty.', 'windpress');
126 __('A source pattern is invalid.', 'windpress');
127 __('The post scan cursor is invalid. Restart the scan.', 'windpress');
128 __('The post scan page is invalid.', 'windpress');
129 __('Unable to initialize the post scan.', 'windpress');
130 __('Unable to read a post scan batch.', 'windpress');
131 __('A query filter changed the scan batch limits. Exclude WindPress scans from that filter.', 'windpress');
132 __('A query filter changed the scan ordering. Exclude WindPress scans from that filter.', 'windpress');
133 __('Could not set up the post context.', 'windpress');
134 __('The renderer must return a string.', 'windpress');
135 __('%1$s could not render post #%2$d: %3$s', 'windpress');
136 __('The source index request is invalid.', 'windpress');
137 __('The source index cursor is invalid.', 'windpress');
138 __('This source scan is already processing. Retry the same cursor.', 'windpress');
139 __('The source scan expired or its context changed. Restart the build.', 'windpress');
140 __('The source cursor is out of sequence. Restart the build.', 'windpress');
141 __('The indexed provider returned an invalid response.', 'windpress');
142 __('An indexed source requires a stable ID and text content.', 'windpress');
143 __('The provider returned a duplicate source ID: ', 'windpress');
144 __('The indexed provider returned an invalid cursor.', 'windpress');
145 __('The indexed provider repeated a cursor.', 'windpress');
146 __('The source scan lease expired. Restart the build.', 'windpress');
147 __('Another scan is saving its source manifest. Retry the same cursor.', 'windpress');
148 __('Unable to save the source index. Restart the build.', 'windpress');
149 __('Unable to initialize the source revision.', 'windpress');
150 __('Entries must be an array.', 'windpress');
151 __('Entry must be an array.', 'windpress');
152 __('Entry is missing required fields.', 'windpress');
153 __('Entry name, relative path, and handler must be strings.', 'windpress');
154 __('Read-only entries cannot be saved.', 'windpress');
155 __('Directories must use the internal handler.', 'windpress');
156 __('Directory is not empty.', 'windpress');
157 __('A file already exists at the directory path.', 'windpress');
158 __('The directory could not be created.', 'windpress');
159 __('Directory path is invalid.', 'windpress');
160 __('Entry handler is invalid.', 'windpress');
161 __('Only CSS and JavaScript files can be saved.', 'windpress');
162 __('Entry signature is invalid.', 'windpress');
163 __('Entry path is invalid.', 'windpress');
164 __('Blockstudio', 'windpress');
165 __('Blockstudio integration', 'windpress');
166 __('Breakdance Builder', 'windpress');
167 __('Breakdance Builder integration', 'windpress');
168 __('Bricks Builder', 'windpress');
169 __('Bricks Builder integration', 'windpress');
170 __('Builderius', 'windpress');
171 __('Builderius integration', 'windpress');
172 __('Elementor', 'windpress');
173 __('Elementor integration', 'windpress');
174 __('Etch', 'windpress');
175 __('Etch integration', 'windpress');
176 __('GreenShift', 'windpress');
177 __('The GreenShift integration. It requires the Gutenberg/Block Editor integration enabled.', 'windpress');
178 __('Gutenberg', 'windpress');
179 __('Gutenberg/Block Editor integration', 'windpress');
180 __('Kadence WP', 'windpress');
181 __('The Kadence WP integration. It requires the Gutenberg/Block Editor integration enabled.', 'windpress');
182 __('LiveCanvas', 'windpress');
183 __('LiveCanvas integration', 'windpress');
184 __('Meta Box Views', 'windpress');
185 __('Meta Box Views integration', 'windpress');
186 __('Oxygen Builder', 'windpress');
187 __('Oxygen Builder integration', 'windpress');
188 __('Oxygen Classic Builder', 'windpress');
189 __('Oxygen Classic Builder integration', 'windpress');
190 __('Timber', 'windpress');
191 __('Timber integration', 'windpress');
192 __('The snippet scan cursor is invalid. Restart the scan.', 'windpress');
193 __('The snippet scan page is invalid.', 'windpress');
194 __('Unable to initialize the snippet scan.', 'windpress');
195 __('Unable to read a snippet scan batch.', 'windpress');
196 __('WPCodeBox 2', 'windpress');
197 __('WPCodeBox 2 integration', 'windpress');
198 __('Enter a license key.', 'windpress');
199 __('Your license key has expired.', 'windpress');
200 __('Your license key has been disabled.', 'windpress');
201 __('Your license is not active for this website.', 'windpress');
202 __('Your license key has reached its activation limit.', 'windpress');
203 __('The license does not exist or the website URL was not provided.', 'windpress');
204 __('Invalid license key.', 'windpress');
205 __('The license server rejected the request.', 'windpress');
206 __('The license server could not be reached.', 'windpress');
207 __('Settings', 'windpress');
208 __('Upgrade to Pro', 'windpress');
209 __('The %1$s plugin minimum requirements are not met:', 'windpress');
210 __('Tailwind CSS 3 and 4', 'windpress');
211 __('Choose the Tailwind generation that fits each WordPress project.', 'windpress');
212 __('Browser-native compiler', 'windpress');
213 __('Generate optimized CSS in the browser without server-side build tools.', 'windpress');
214 __('Builder integrations', 'windpress');
215 __('Bring Tailwind utilities to the block editor, page builders, themes, and plugins.', 'windpress');
216 __('Visual design tools', 'windpress');
217 __('Compose themes, edit source files, and preview utilities from WordPress.', 'windpress');
218 __('Release visibility', 'windpress');
219 __('Your brand can appear with supported plugin releases.', 'windpress');
220 __('Project documentation', 'windpress');
221 __('Sponsors are recognized across project documentation.', 'windpress');
222 __('Admin recognition', 'windpress');
223 __('Featured support helps sustain ongoing development.', 'windpress');
224 __('Developer reach', 'windpress');
225 __('Connect with the wider WordPress developer community.', 'windpress');
226 __('Open-source tools and products for WordPress.', 'windpress');
227 __('A visual site builder for WordPress.', 'windpress');
228 __('Back to Integrations', 'windpress');
229 __('Blockstudio Settings', 'windpress');
230 __('Help', 'windpress');
231 __('Compile Integration', 'windpress');
232 __('Enable CSS compilation for Blockstudio blocks and templates. This processes Tailwind classes found in Blockstudio content and generates the necessary CSS.', 'windpress');
233 __('Editor Integration', 'windpress');
234 __('Enable enhanced Blockstudio editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements for better block development workflow.', 'windpress');
235 __('Breakdance Builder Settings', 'windpress');
236 __('Enable CSS compilation for Breakdance Builder elements and templates. This processes Tailwind classes found in Breakdance content and generates the necessary CSS.', 'windpress');
237 __('Enable enhanced Breakdance Builder editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
238 __('Bricks Builder Settings', 'windpress');
239 __('Enable CSS compilation for Bricks Builder elements and templates. This processes Tailwind classes found in Bricks content and generates the necessary CSS.', 'windpress');
240 __('Enable enhanced Bricks Builder editor features including real-time Tailwind CSS preview, variable picker, color palette integration, and editor enhancements.', 'windpress');
241 __('Builderius Settings', 'windpress');
242 __('Enable CSS compilation for Builderius elements and templates. This processes Tailwind classes found in Builderius content and generates the necessary CSS.', 'windpress');
243 __('Enable enhanced Builderius editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
244 __('Brand Colors', 'windpress');
245 __('Primary brand colors for your design system', 'windpress');
246 __('Semantic Colors', 'windpress');
247 __('Status and feedback colors', 'windpress');
248 __('Neutral Grayscale', 'windpress');
249 __('A neutral grayscale palette for backgrounds, text, etc', 'windpress');
250 __('Material Design 3', 'windpress');
251 __('Material Design 3 color system', 'windpress');
252 __('Colors', 'windpress');
253 __('Color utilities like bg-primary, text-accent, and border-neutral', 'windpress');
254 __('Color Palettes', 'windpress');
255 __('Add color palette', 'windpress');
256 __('Add new color', 'windpress');
257 __('No colors defined', 'windpress');
258 __('Start building your color system by adding individual colors or choosing from predefined palettes.', 'windpress');
259 __('Add Color', 'windpress');
260 __('Choose Palette', 'windpress');
261 __('Open color picker', 'windpress');
262 __('Rate us', 'windpress');
263 __('Community', 'windpress');
264 __('Report an issue', 'windpress');
265 __('Support', 'windpress');
266 __('Appearance', 'windpress');
267 __('Light', 'windpress');
268 __('Dark', 'windpress');
269 __('System', 'windpress');
270 __('Files', 'windpress');
271 __('Wizard', 'windpress');
272 __('Logs', 'windpress');
273 __('General', 'windpress');
274 __('Performance', 'windpress');
275 __('Integrations', 'windpress');
276 __('About', 'windpress');
277 __('Documentation', 'windpress');
278 __('Discussions', 'windpress');
279 __('Go to', 'windpress');
280 __('Actions', 'windpress');
281 __('Generate cache', 'windpress');
282 __('Misc', 'windpress');
283 __('WindPress will always try to make you smile.', 'windpress');
284 __('Would you mind taking a moment to leave a review on WordPress.org? It would mean a lot to us!', 'windpress');
285 __('OK, Let\'s do it!', 'windpress');
286 __('Later', 'windpress');
287 __('Never', 'windpress');
288 __('Type a command or search...', 'windpress');
289 __('Search...', 'windpress');
290 __('Elementor Settings', 'windpress');
291 __('Enable CSS compilation for Elementor widgets and templates. This processes Tailwind classes found in Elementor content and generates the necessary CSS.', 'windpress');
292 __('Etch Settings', 'windpress');
293 __('Enable CSS compilation for Etch elements and templates. This processes Tailwind classes found in Etch content and generates the necessary CSS.', 'windpress');
294 __('Enable enhanced Etch editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
295 __('Drop to nest inside', 'windpress');
296 __('New File', 'windpress');
297 __('New Folder', 'windpress');
298 __('Always emit imported theme values into the CSS file instead of only when used.', 'windpress');
299 __('Theme variables are special CSS variables defined using the `@theme` directive that influence which utility classes exist in your project.', 'windpress');
300 __('Docs: Theme variables', 'windpress');
301 __('Use the `@plugin` directive to load a legacy JavaScript-based plugin.', 'windpress');
302 __('Docs: Functions & Directives', 'windpress');
303 __('Docs: Tailwind CSS plugins', 'windpress');
304 __('Use the `@config` directive to load a legacy JavaScript-based configuration file.', 'windpress');
305 __('Docs: Tailwind CSS configuration', 'windpress');
306 __('Use the `@tailwind` directive to insert Tailwind\'s `base`, `components`, `utilities` and `variants` styles into your CSS.', 'windpress');
307 __('Docs: Tailwind CSS functions & directives', 'windpress');
308 __('Use the `@apply` directive to inline any existing utility classes into your own custom CSS.', 'windpress');
309 __('Use the `@utility` directive to add custom utilities to your project that work with variants like `hover`, `focus` and `lg``.', 'windpress');
310 __('Use the `@custom-variant` directive to add a custom variant in your project.', 'windpress');
311 __('Use the `@variant` directive to apply a Tailwind variant to styles in your CSS.', 'windpress');
312 __('Use the `@source` directive to scan additional source files.', 'windpress');
313 __('Docs: Scanning additional Sources', 'windpress');
314 __('Save', 'windpress');
315 __('Close', 'windpress');
316 __('read-only', 'windpress');
317 __('Path on disk', 'windpress');
318 __('Delete', 'windpress');
319 __('Reset to default', 'windpress');
320 __('CSS Validation Error', 'windpress');
321 __('Line', 'windpress');
322 __('Column', 'windpress');
323 __('Entry not found: ', 'windpress');
324 __('Explorer', 'windpress');
325 __('Add new file', 'windpress');
326 __('Export SFS volume', 'windpress');
327 __('Import SFS volume', 'windpress');
328 __('Perfect Unison', 'windpress');
329 __('Minor Second', 'windpress');
330 __('Major Second', 'windpress');
331 __('Minor Third', 'windpress');
332 __('Major Third', 'windpress');
333 __('Perfect Fourth', 'windpress');
334 __('Tritone', 'windpress');
335 __('Perfect Fifth', 'windpress');
336 __('Minor Sixth', 'windpress');
337 __('Golden Ratio', 'windpress');
338 __('Major Sixth', 'windpress');
339 __('Minor Seventh', 'windpress');
340 __('Major Seventh', 'windpress');
341 __('Perfect Octave', 'windpress');
342 __('Are you sure you want to generate the fluid scale and import it?', 'windpress');
343 __('Fluid Calculator', 'windpress');
344 __('Size', 'windpress');
345 __('Viewport', 'windpress');
346 __('Scale ratio', 'windpress');
347 __('Smaller steps', 'windpress');
348 __('Larger steps', 'windpress');
349 __('prefix-', 'windpress');
350 __('Prefix', 'windpress');
351 __('Generate', 'windpress');
352 __('Activating license...', 'windpress');
353 __('Please wait while we deactivate your license key.', 'windpress');
354 __('Please wait while we activate your license key.', 'windpress');
355 __('License updated', 'windpress');
356 __('Your license key has been activated.', 'windpress');
357 __('Your license key has been deactivated.', 'windpress');
358 __('License update failed', 'windpress');
359 __('An unknown error occurred', 'windpress');
360 __('Invalid license key', 'windpress');
361 __('License', 'windpress');
362 __('You are using the WordPress.org edition.', 'windpress');
363 __('License key', 'windpress');
364 __('To access updates when they are available, please provide your license key.', 'windpress');
365 __('Unregister your WindPress setup', 'windpress');
366 __('Register your WindPress setup', 'windpress');
367 __('Deactivating', 'windpress');
368 __('Deactivate', 'windpress');
369 __('Activating', 'windpress');
370 __('Activate', 'windpress');
371 __('Status', 'windpress');
372 __('Active', 'windpress');
373 __('Inactive', 'windpress');
374 __('General settings for WindPress.', 'windpress');
375 __('Tailwind CSS version', 'windpress');
376 __('You must update the `main.css` file accordingly.', 'windpress');
377 __('See release notes', 'windpress');
378 __('Unknown Integration', 'windpress');
379 __('Settings Coming Soon', 'windpress');
380 __('Settings for this integration are currently being developed and will be available in a future update.', 'windpress');
381 __('GreenShift Settings', 'windpress');
382 __('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');
383 __('Gutenberg Settings', 'windpress');
384 __('Enable CSS compilation for Gutenberg blocks and editor content. This processes Tailwind classes found in block content and generates the necessary CSS.', 'windpress');
385 __('Enable enhanced Gutenberg editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
386 __('Theme.json Generation', 'windpress');
387 __('Generate theme.json with Tailwind colors, spacing, and typography', 'windpress');
388 __('Common Block', 'windpress');
389 __('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');
390 __('Features:', 'windpress');
391 __('Any HTML element can be a block (div, section, article, header, etc.)', 'windpress');
392 __('Import HTML code directly into the editor', 'windpress');
393 __('Export blocks as clean HTML', 'windpress');
394 __('Full control over attributes, classes, and content', 'windpress');
395 __('Automatic Class Sorting', 'windpress');
396 __('Please enter an attribute name', 'windpress');
397 __('Invalid attribute name', 'windpress');
398 __('Attributes', 'windpress');
399 __('Value', 'windpress');
400 __('Remove', 'windpress');
401 __('Name', 'windpress');
402 __('attribute value', 'windpress');
403 __('Add Attribute', 'windpress');
404 __('Common attributes: id, data-*, aria-*, role, title, etc.', 'windpress');
405 __('Image Settings', 'windpress');
406 __('Replace Image', 'windpress');
407 __('Select Image', 'windpress');
408 __('Remove Image', 'windpress');
409 __('Alt Text', 'windpress');
410 __('Describe the image for accessibility', 'windpress');
411 __('Width', 'windpress');
412 __('Height', 'windpress');
413 __('Link Settings', 'windpress');
414 __('Cancel', 'windpress');
415 __('URL', 'windpress');
416 __('Choose from Posts/Pages', 'windpress');
417 __('Open in new tab', 'windpress');
418 __('Remove Link', 'windpress');
419 __('Current URL:', 'windpress');
420 __('The code editor could not be loaded.', 'windpress');
421 __('HTML serializer not available. Please refresh the page.', 'windpress');
422 __('Error exporting HTML. Check console for details.', 'windpress');
423 __('Copied to clipboard!', 'windpress');
424 __('Failed to copy. Please select and copy manually.', 'windpress');
425 __('Please enter a valid tag name', 'windpress');
426 __('Custom elements must contain a hyphen (e.g., my-element)', 'windpress');
427 __('Enter text...', 'windpress');
428 __('(empty)', 'windpress');
429 __('Export HTML', 'windpress');
430 __('Element Settings', 'windpress');
431 __('HTML Tag', 'windpress');
432 __('Select an HTML tag or use Custom Element panel for custom tags', 'windpress');
433 __('Content Type', 'windpress');
434 __('HTML Export', 'windpress');
435 __('Export this block as clean HTML code.', 'windpress');
436 __('Export to HTML', 'windpress');
437 __('HTML Content', 'windpress');
438 __('HTML', 'windpress');
439 __('Custom Element', 'windpress');
440 __('Enter a custom HTML tag name (must contain a hyphen for web components)', 'windpress');
441 __('Custom Tag Name', 'windpress');
442 __('Examples: my-widget, custom-card, x-button', 'windpress');
443 __('Apply Custom Tag', 'windpress');
444 __('Copy the HTML code below:', 'windpress');
445 __('Copy to Clipboard', 'windpress');
446 __('Please enter HTML code to import', 'windpress');
447 __('Import HTML', 'windpress');
448 __('Paste your HTML code below. It will be converted to Common Blocks automatically.', 'windpress');
449 __('Import', 'windpress');
450 __('HTML parser not available. Please refresh the page.', 'windpress');
451 __('Could not parse HTML. Please check the HTML syntax.', 'windpress');
452 __('Error importing HTML. Check console for details.', 'windpress');
453 __('Theme: Light', 'windpress');
454 __('Theme: Dark', 'windpress');
455 __('Theme: System', 'windpress');
456 __('Theme', 'windpress');
457 __('WindPress Settings', 'windpress');
458 __('Cache Generation', 'windpress');
459 __('Generate cache on save', 'windpress');
460 __('Automatically regenerate Tailwind CSS cache when saving posts. This ensures your Tailwind classes are compiled immediately after saving.', 'windpress');
461 __('Enable or disable integrations with other services.', 'windpress');
462 __('Activated', 'windpress');
463 __('Installed', 'windpress');
464 __('Not Installed', 'windpress');
465 __('Visit homepage', 'windpress');
466 __('Integration Settings', 'windpress');
467 __('Kadence WP Settings', 'windpress');
468 __('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');
469 __('LiveCanvas Settings', 'windpress');
470 __('Enable CSS compilation for LiveCanvas elements and templates. This processes Tailwind classes found in LiveCanvas content and generates the necessary CSS.', 'windpress');
471 __('Enable enhanced LiveCanvas editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
472 __('Clear logs', 'windpress');
473 __('Meta Box Views Settings', 'windpress');
474 __('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');
475 __('Page not found', 'windpress');
476 __('Sorry, we couldn’t find the page you’re looking for.', 'windpress');
477 __('Back to home', 'windpress');
478 __('Oxygen Builder Settings', 'windpress');
479 __('Enable CSS compilation for Oxygen Builder elements and templates. This processes Tailwind classes found in Oxygen content and generates the necessary CSS.', 'windpress');
480 __('Enable enhanced Oxygen Builder editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
481 __('Oxygen Classic Builder Settings', 'windpress');
482 __('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');
483 __('Enable enhanced Oxygen Classic Builder editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
484 __('Rendering modes', 'windpress');
485 __('Choose the rendering strategy based on your needs.', 'windpress');
486 __('Cached', 'windpress');
487 __('Hybrid', 'windpress');
488 __('Compiler', 'windpress');
489 __('Load cached CSS when available, otherwise fallback to Compiler.', 'windpress');
490 __('Inline cached CSS when available, then run the Compiler to regenerate the style.', 'windpress');
491 __('Always use the Compiler to generate the style.', 'windpress');
492 __('Cached CSS loading method', 'windpress');
493 __('Load cached CSS as an inline instead of an external file.', 'windpress');
494 __('Inline Cached CSS', 'windpress');
495 __('Generate source map', 'windpress');
496 __('Generate the source map for the cached CSS file.', 'windpress');
497 __('Enable Source Map', 'windpress');
498 __('Generate the cached CSS', 'windpress');
499 __('Generate the cached CSS file', 'windpress');
500 __('Generating...', 'windpress');
501 __('Last Generated', 'windpress');
502 __('Responsive breakpoint variants like sm:*', 'windpress');
503 __('Add new item', 'windpress');
504 __('No breakpoints defined', 'windpress');
505 __('Start building your responsive design system by adding custom breakpoints for different screen sizes.', 'windpress');
506 __('Add Breakpoint', 'windpress');
507 __('Saving...', 'windpress');
508 __('Please wait while we save your changes.', 'windpress');
509 __('Saved', 'windpress');
510 __('Your changes have been saved.', 'windpress');
511 __('Error', 'windpress');
512 __('An error occurred while saving your changes.', 'windpress');
513 __('Cancelled', 'windpress');
514 __('Fluid spacing generation was cancelled.', 'windpress');
515 __('Generated', 'windpress');
516 __('Fluid spacing have been generated successfully.', 'windpress');
517 __('Spacing and sizing utilities like px-4, max-h-16, and many more', 'windpress');
518 __('Fluid generator', 'windpress');
519 __('No spacing defined', 'windpress');
520 __('Start building your spacing system by adding individual spacing values or generating fluid spacing scales.', 'windpress');
521 __('Add Spacing', 'windpress');
522 __('Generate Fluid', 'windpress');
523 __('Timber Settings', 'windpress');
524 __('Enable CSS compilation for Timber templates and Twig files. This processes Tailwind classes found in Timber content and generates the necessary CSS.', 'windpress');
525 __('Text Size', 'windpress');
526 __('Font Family', 'windpress');
527 __('Folder name is required', 'windpress');
528 __('Are you sure you want to %s the "%s" file?', 'windpress');
529 __('cancel', 'windpress');
530 __('File info', 'windpress');
531 __('WindPress version', 'windpress');
532 __('WP Version', 'windpress');
533 __('Exported on', 'windpress');
534 __('Entries', 'windpress');
535 __('This will overwrite all existing files. Are you sure you want to continue?', 'windpress');
536 __('Yes, continue', 'windpress');
537 __('Filename is required', 'windpress');
538 __('File extension must be .css or .js', 'windpress');
539 __('Only alphanumeric, dash, underscore, forward slash, and dot are allowed', 'windpress');
540 __('A file named "%s" already exists', 'windpress');
541 __('Create New File', 'windpress');
542 __('Filename may include a path. (css or js)', 'windpress');
543 __('Handler', 'windpress');
544 __('The handler determines how the file is processed and served.', 'windpress');
545 __('If no handler is selected, the internal handler will be used.', 'windpress');
546 __('Submit', 'windpress');
547 __('Only alphanumeric characters, dashes, underscores, and dots are allowed', 'windpress');
548 __('A folder named "%s" already exists', 'windpress');
549 __('Create New Folder', 'windpress');
550 __('Folder name', 'windpress');
551 __('Create inside %s', 'windpress');
552 __('Create in the workspace root', 'windpress');
553 __('Rename File', 'windpress');
554 __('The previous filename', 'windpress');
555 __('File "%s" is read-only and not deletable', 'windpress');
556 __('File "%s" is required for the WindPress to work and not deletable', 'windpress');
557 __('delete', 'windpress');
558 __('Canceled', 'windpress');
559 __('File "%s" is not deleted', 'windpress');
560 __('Success', 'windpress');
561 __('File "%s" deleted', 'windpress');
562 __('reset', 'windpress');
563 __('File "%s" is not reset', 'windpress');
564 __('File "%s" reset', 'windpress');
565 __('Exported', 'windpress');
566 __('SFS volume data exported', 'windpress');
567 __('SFS Import', 'windpress');
568 __('Invalid file format', 'windpress');
569 __('File is not a valid WindPress file', 'windpress');
570 __('SFS import canceled', 'windpress');
571 __('Importing...', 'windpress');
572 __('Please wait while we import the data.', 'windpress');
573 __('SFS data imported. Remember to save the changes.', 'windpress');
574 __('New file creation canceled', 'windpress');
575 __('File "%s" created', 'windpress');
576 __('New folder creation canceled', 'windpress');
577 __('Folder "%s" created', 'windpress');
578 __('File rename canceled', 'windpress');
579 __('File "%s" renamed to "%s"', 'windpress');
580 __('File "%s" cannot be moved.', 'windpress');
581 __('File "%s" moved to "%s"', 'windpress');
582 __('Generating cache...', 'windpress');
583 __('Please wait while we generate the CSS cache.', 'windpress');
584 __('Cache generated', 'windpress');
585 __('Cache generated in %s.', 'windpress');
586 __('Generate Cache Error', 'windpress');
587 __('An error occurred while generating the CSS cache. Check the Browser\'s Console for more information', 'windpress');
588 __('Namespaces', 'windpress');
589 __('Screens', 'windpress');
590 __('Spacing', 'windpress');
591 __('Typography', 'windpress');
592 __('Theme Configuration', 'windpress');
593 __('Theme Settings', 'windpress');
594 __('Save the changes to wizard.css file', 'windpress');
595 __('Add (next)', 'windpress');
596 __('Add (child)', 'windpress');
597 __('WPCodeBox 2 Settings', 'windpress');
598 __('Enable CSS compilation for WPCodeBox 2 elements and templates. This processes Tailwind classes found in WPCodeBox 2 content and generates the necessary CSS.', 'windpress');
599 __('Enable enhanced WPCodeBox 2 editor features including real-time Tailwind CSS preview, autocomplete, and editor enhancements.', 'windpress');
600 __('Layout', 'windpress');
601 __('Inline', 'windpress');
602 __('Headings', 'windpress');
603 __('Text', 'windpress');
604 __('Lists', 'windpress');
605 __('Media', 'windpress');
606 __('Form', 'windpress');
607 __('Table', 'windpress');
608 __('Change HTML Tag', 'windpress');
609 __('Automatically regenerate Tailwind CSS cache when saving posts', 'windpress');
610 });