PluginProbe
Tiered Pricing Table for WooCommerce / 6.4.0
Tiered Pricing Table for WooCommerce v6.4.0
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
tier-pricing-table / languages / tier-pricing-table.pot

tier-pricing-table.pot in Tiered Pricing Table for WooCommerce 6.4.0, at languages/tier-pricing-table.pot

3,824 lines 122.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2026 U2Code
2 # This file is distributed under the GPLv2 or later.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: WooCommerce Tiered Price Table 6.3.0\n"
6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/tiered-pricing-table\n"
7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8 "Language-Team: LANGUAGE <[email protected]>\n"
9 "MIME-Version: 1.0\n"
10 "Content-Type: text/plain; charset=UTF-8\n"
11 "Content-Transfer-Encoding: 8bit\n"
12 "POT-Creation-Date: 2026-06-20T12:31:41+00:00\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "X-Generator: WP-CLI 2.12.0\n"
15 "X-Domain: tier-pricing-table\n"
16
17 #. Plugin Name of the plugin
18 #: tier-pricing-table.php
19 msgid "WooCommerce Tiered Price Table"
20 msgstr ""
21
22 #. Plugin URI of the plugin
23 #: tier-pricing-table.php
24 msgid "https://tiered-pricing.com/"
25 msgstr ""
26
27 #. Description of the plugin
28 #: tier-pricing-table.php
29 msgid "Quantity-based discounts with nice-looking reflection on the product page."
30 msgstr ""
31
32 #. Author of the plugin
33 #: tier-pricing-table.php
34 msgid "U2Code"
35 msgstr ""
36
37 #. Author URI of the plugin
38 #: tier-pricing-table.php
39 msgid "https://u2code.com"
40 msgstr ""
41
42 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsAddon.php:14
43 msgid "Advanced product quantity options"
44 msgstr ""
45
46 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsAddon.php:18
47 msgid "Set maximum, and step quantities for products."
48 msgstr ""
49
50 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:111
51 msgid "Additional quantity options"
52 msgstr ""
53
54 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:131
55 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:147
56 #: views/admin/components/minimum-order-quantity-form.php:17
57 msgid "Leave blank for no restrictions"
58 msgstr ""
59
60 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:133
61 msgid "Maximum order quantity"
62 msgstr ""
63
64 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:134
65 msgid "The maximum quantity of the product a customer can order in a single transaction."
66 msgstr ""
67
68 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:146
69 #: src/Addons/AdvancedQuantityOptions/ProductEditor/QuantityStepBlock.php:30
70 msgid "Quantity step"
71 msgstr ""
72
73 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:149
74 msgid "Requires the product to be purchased in multiples of X."
75 msgstr ""
76
77 #: src/Addons/AdvancedQuantityOptions/GlobalPricingOptions.php:88
78 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedQuantityRules.php:13
79 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsColumn.php:12
80 #: src/Addons/TaxSettings/build/index.js:1
81 #: src/Addons/TaxSettings/js-source/App.js:350
82 msgid "N/A"
83 msgstr ""
84
85 #: src/Addons/AdvancedQuantityOptions/GlobalPricingOptions.php:95
86 msgid "Maximum:"
87 msgstr ""
88
89 #: src/Addons/AdvancedQuantityOptions/GlobalPricingOptions.php:101
90 msgid "Quantity step:"
91 msgstr ""
92
93 #: src/Addons/AdvancedQuantityOptions/ProductEditor/MaximumOrderQuantityBlock.php:30
94 msgid "Maximum Order Quantity"
95 msgstr ""
96
97 #: src/Addons/AdvancedQuantityOptions/ProductEditor/ProductEditor.php:26
98 msgid "Advanced Quantity Options"
99 msgstr ""
100
101 #. translators: %1$s: item name, %2$s: minimum quantity
102 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:50
103 #, php-format
104 msgid "Maximum quantity for the %1$s is %2$d"
105 msgstr ""
106
107 #. translators: %s: quantity step
108 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:59
109 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:131
110 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:210
111 #, php-format
112 msgid "Order quantity must be multiple of %s"
113 msgstr ""
114
115 #. translators: %s: maximum quantity
116 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:120
117 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:198
118 #, php-format
119 msgid "Maximum order quantity for the product is %s"
120 msgstr ""
121
122 #: src/Addons/CartUpsells/CartUpsellsAddon.php:8
123 msgid "Cart Upsells"
124 msgstr ""
125
126 #: src/Addons/CartUpsells/CartUpsellsAddon.php:12
127 msgid "Display an upsell message in the cart indicating how many items are needed to reach the next pricing tier."
128 msgstr ""
129
130 #: src/Addons/CartUpsells/CartUpsellsService.php:202
131 #: src/Addons/CartUpsells/UpsellsSubsection.php:43
132 msgid "Buy <b>{tp_required_quantity}</b> more to get <b>{tp_next_price}</b> each"
133 msgstr ""
134
135 #: src/Addons/CartUpsells/UpsellsSubsection.php:11
136 msgid "Cart Upsell Messages"
137 msgstr ""
138
139 #: src/Addons/CartUpsells/UpsellsSubsection.php:15
140 msgid "Display targeted messages in the cart to encourage customers to reach the next discount tier."
141 msgstr ""
142
143 #: src/Addons/CartUpsells/UpsellsSubsection.php:26
144 msgid "Enable cart upsells"
145 msgstr ""
146
147 #: src/Addons/CartUpsells/UpsellsSubsection.php:34
148 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:289
149 #: src/Addons/YouSave/YouSaveSubsection.php:41
150 msgid "Template"
151 msgstr ""
152
153 #: src/Addons/CartUpsells/UpsellsSubsection.php:49
154 msgid "Upsell text color"
155 msgstr ""
156
157 #: src/Addons/CartUpsells/UpsellsSubsection.php:55
158 msgid "Note: This feature is not compatible with the Gutenberg Cart/Checkout blocks."
159 msgstr ""
160
161 #: src/Addons/CatalogPrices/CatalogPricesAddon.php:8
162 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:11
163 msgid "Catalog Price Format"
164 msgstr ""
165
166 #: src/Addons/CatalogPrices/CatalogPricesAddon.php:12
167 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:16
168 msgid "Manage how tiered pricing appears in catalogs, loops, and widgets."
169 msgstr ""
170
171 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:27
172 msgid "Enable tiered format"
173 msgstr ""
174
175 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:31
176 msgid "Display the lowest tiered price or a price range instead of the standard product price."
177 msgstr ""
178
179 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:36
180 msgid "Enable for variable products"
181 msgstr ""
182
183 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:40
184 msgid "Apply the tiered format to variable products, using the lowest and highest prices across all variations."
185 msgstr ""
186
187 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:45
188 msgid "Display format"
189 msgstr ""
190
191 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:49
192 msgid "Show lowest price"
193 msgstr ""
194
195 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:50
196 msgid "Show range (lowest to highest)"
197 msgstr ""
198
199 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:53
200 msgid "Choose whether to show only the lowest available price or the full price range."
201 msgstr ""
202
203 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:57
204 msgid "Lowest price prefix"
205 msgstr ""
206
207 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:60
208 #: src/Managers/FormatPriceManager.php:246
209 msgid "From"
210 msgstr ""
211
212 #: src/Addons/CatalogPrices/CatalogPricesSubsection.php:61
213 msgid "Text displayed before the lowest price (e.g., <b>From $10.00</b>)."
214 msgstr ""
215
216 #: src/Addons/CategoryTiers/CategoryTierAddon.php:13
217 msgid "Category level tiered pricing (deprecated)"
218 msgstr ""
219
220 #: src/Addons/CategoryTiers/CategoryTierAddon.php:43
221 msgid "Skip category rules"
222 msgstr ""
223
224 #: src/Addons/CategoryTiers/CategoryTierAddon.php:44
225 msgid "Don't take into account tiered pricing rules from categories. "
226 msgstr ""
227
228 #: src/Addons/CategoryTiers/CategoryTierAddon.php:233
229 msgid "Set tiered pricing at the product category level (Deprecated)."
230 msgstr ""
231
232 #: src/Addons/Coupons/CouponsAddon.php:9
233 #: views/admin/welcome-page/welcome-page.php:965
234 msgid "Coupons management"
235 msgstr ""
236
237 #: src/Addons/Coupons/CouponsAddon.php:69
238 msgid "Check this option to don't apply tiered pricing in the cart when users have applied this coupon."
239 msgstr ""
240
241 #: src/Addons/Coupons/CouponsAddon.php:76
242 msgid "Disable tiered pricing for specific coupons."
243 msgstr ""
244
245 #: src/Addons/CustomColumns/Admin/CustomColumnsAdmin.php:18
246 msgid "Need more data?"
247 msgstr ""
248
249 #: src/Addons/CustomColumns/Admin/CustomColumnsAdmin.php:19
250 msgid "Create custom columns to display extra information like discounts or shipping times alongside your pricing tiers."
251 msgstr ""
252
253 #: src/Addons/CustomColumns/Admin/CustomColumnsAdmin.php:22
254 msgid "Add Custom Columns"
255 msgstr ""
256
257 #: src/Addons/CustomColumns/Columns/CustomDataColumn.php:168
258 msgid "(first row)"
259 msgstr ""
260
261 #: src/Addons/CustomColumns/Columns/CustomDataColumn.php:179
262 msgid "Custom columns are available only in the premium version."
263 msgstr ""
264
265 #: src/Addons/CustomColumns/Columns/CustomDataColumn.php:182
266 msgid "Upgrade you plan"
267 msgstr ""
268
269 #: src/Addons/CustomColumns/CustomColumnsAddon.php:17
270 msgid "Custom table columns"
271 msgstr ""
272
273 #: src/Addons/CustomColumns/CustomColumnsAddon.php:21
274 msgid "Add custom columns to your pricing table."
275 msgstr ""
276
277 #: src/Addons/CustomColumns/Schema.php:12
278 #: src/Addons/CustomColumns/build/index.js:1
279 #: src/Addons/CustomColumns/js-source/index.js:53
280 msgid "Custom column"
281 msgstr ""
282
283 #: src/Addons/CustomColumns/Schema.php:13
284 #: src/Addons/CustomColumns/build/index.js:1
285 #: src/Addons/CustomColumns/js-source/index.js:54
286 msgid "Price excluding taxes"
287 msgstr ""
288
289 #: src/Addons/CustomColumns/Schema.php:14
290 #: src/Addons/CustomColumns/build/index.js:1
291 #: src/Addons/CustomColumns/js-source/index.js:55
292 msgid "Price including taxes"
293 msgstr ""
294
295 #: src/Addons/CustomColumns/Schema.php:15
296 #: src/Addons/CustomColumns/build/index.js:1
297 #: src/Addons/CustomColumns/js-source/index.js:56
298 msgid "Total row price"
299 msgstr ""
300
301 #: src/Addons/CustomColumns/Schema.php:21
302 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:83
303 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:234
304 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:392
305 #: src/PricingTable.php:217
306 #: src/Settings/CustomOptions/TPTTextTemplate.php:205
307 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:203
308 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:205
309 #: views/admin/components/tiered-pricing-rules-form.php:55
310 #: src/Addons/CustomColumns/build/index.js:1
311 #: src/Addons/CustomColumns/js-source/index.js:68
312 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Fixed/Row.js:40
313 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Fixed/Row.js:41
314 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
315 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
316 msgid "Price"
317 msgstr ""
318
319 #: src/Addons/CustomColumns/Schema.php:22
320 #: src/Addons/CustomColumns/build/index.js:1
321 #: src/Addons/CustomColumns/js-source/index.js:69
322 msgid "Number"
323 msgstr ""
324
325 #: src/Addons/CustomColumns/Schema.php:23
326 #: src/Addons/CustomColumns/build/index.js:1
327 #: src/Addons/CustomColumns/js-source/index.js:70
328 msgid "Text"
329 msgstr ""
330
331 #: src/Addons/GlobalTieredPricing/CPT/Actions/DuplicateAction.php:26
332 msgid "Duplicate this rule"
333 msgstr ""
334
335 #: src/Addons/GlobalTieredPricing/CPT/Actions/DuplicateAction.php:35
336 msgid "Duplicate"
337 msgstr ""
338
339 #: src/Addons/GlobalTieredPricing/CPT/Actions/DuplicateAction.php:51
340 msgid "(Copy)"
341 msgstr ""
342
343 #: src/Addons/GlobalTieredPricing/CPT/Actions/DuplicateAction.php:81
344 msgid "The rule was duplicated successfully."
345 msgstr ""
346
347 #: src/Addons/GlobalTieredPricing/CPT/Actions/DuplicateAction.php:84
348 msgid "Failed to duplicate rule."
349 msgstr ""
350
351 #: src/Addons/GlobalTieredPricing/CPT/Actions/ReactivateAction.php:36
352 msgid "Reactivate"
353 msgstr ""
354
355 #: src/Addons/GlobalTieredPricing/CPT/Actions/SuspendAction.php:37
356 msgid "Suspend"
357 msgstr ""
358
359 #: src/Addons/GlobalTieredPricing/CPT/Actions/SuspendAction.php:54
360 msgid "The rule suspended successfully."
361 msgstr ""
362
363 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:11
364 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:15
365 msgid "Users & Roles"
366 msgstr ""
367
368 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:24
369 msgid "Applied to every user"
370 msgstr ""
371
372 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:50
373 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:63
374 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:112
375 msgid "Customers"
376 msgstr ""
377
378 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:50
379 msgid "Excluded Customers"
380 msgstr ""
381
382 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:78
383 msgid "Roles"
384 msgstr ""
385
386 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:78
387 msgid "Excluded Roles"
388 msgstr ""
389
390 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:11
391 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:52
392 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:14
393 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:94
394 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:193
395 msgid "Products"
396 msgstr ""
397
398 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:16
399 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:32
400 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:131
401 msgid "Categories"
402 msgstr ""
403
404 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:17
405 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:52
406 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:151
407 msgid "Tags"
408 msgstr ""
409
410 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:18
411 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:73
412 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:172
413 msgid "Brands"
414 msgstr ""
415
416 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:27
417 msgid "Applied to every product"
418 msgstr ""
419
420 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:36
421 msgid "Excluded Categories"
422 msgstr ""
423
424 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:37
425 msgid "Excluded Tags"
426 msgstr ""
427
428 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:38
429 msgid "Excluded Brands"
430 msgstr ""
431
432 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:52
433 msgid "Excluded Products"
434 msgstr ""
435
436 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedQuantityRules.php:8
437 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:14
438 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:108
439 msgid "Quantity limits"
440 msgstr ""
441
442 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedQuantityRules.php:21
443 msgid "Minimum:"
444 msgstr ""
445
446 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:13
447 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:15
448 msgid "Pricing"
449 msgstr ""
450
451 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:24
452 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:63
453 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:122
454 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:111
455 #: src/Integrations/Plugins/WPAllImport.php:160
456 #: views/admin/components/regular-pricing-form.php:119
457 #: views/admin/components/regular-pricing-form.php:129
458 msgid "Regular price"
459 msgstr ""
460
461 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:39
462 msgid "(Individual)"
463 msgstr ""
464
465 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:39
466 msgid "(Mix and match)"
467 msgstr ""
468
469 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:46
470 msgid "Base Pricing:"
471 msgstr ""
472
473 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:51
474 msgid "Regular:"
475 msgstr ""
476
477 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:56
478 msgid "Sale:"
479 msgstr ""
480
481 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:62
482 msgid "Discount:"
483 msgstr ""
484
485 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:63
486 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:124
487 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:113
488 #: src/Integrations/Plugins/WPAllImport.php:169
489 #: views/admin/components/regular-pricing-form.php:106
490 #: views/admin/components/regular-pricing-form.php:148
491 msgid "Sale price"
492 msgstr ""
493
494 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:74
495 msgid "Tiered Rules:"
496 msgstr ""
497
498 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:82
499 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:220
500 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:388
501 #: src/PricingTable.php:215
502 #: src/Settings/CustomOptions/TPTTextTemplate.php:141
503 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:193
504 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:195
505 #: views/addons/category-tiers/add-free.php:24
506 #: views/addons/category-tiers/add.php:51
507 #: views/addons/category-tiers/edit-free.php:34
508 #: views/addons/category-tiers/edit.php:59
509 #: views/addons/category-tiers/edit.php:82
510 #: views/admin/components/tiered-pricing-rules-form.php:65
511 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Fixed/Row.js:27
512 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Fixed/Row.js:32
513 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Percentage/Row.js:16
514 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Percentage/Row.js:21
515 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
516 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
517 msgid "Quantity"
518 msgstr ""
519
520 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:83
521 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:227
522 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:390
523 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:198
524 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Percentage/Row.js:34
525 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
526 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
527 msgid "Discount"
528 msgstr ""
529
530 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:9
531 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:13
532 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:22
533 msgid "Priority Settings"
534 msgstr ""
535
536 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:23
537 msgid "Global"
538 msgstr ""
539
540 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:24
541 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:25
542 msgid "Prefer Product"
543 msgstr ""
544
545 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:26
546 msgid "Override"
547 msgstr ""
548
549 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:27
550 msgid "Flexible"
551 msgstr ""
552
553 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:46
554 msgid "Regular prices:"
555 msgstr ""
556
557 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:49
558 msgid "Tiered pricing:"
559 msgstr ""
560
561 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:52
562 msgid "Quantity limits:"
563 msgstr ""
564
565 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:312
566 msgid "The pricing rule does not affect either prices or product quantity limits. The rule will be skipped."
567 msgstr ""
568
569 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:489
570 msgid "Set Custom Pricing"
571 msgstr ""
572
573 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:490
574 msgid "Set custom regular and tiered pricing for matching products."
575 msgstr ""
576
577 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:495
578 #: src/Addons/Tools/build/index.js:1
579 #: src/Addons/Tools/js-source/components/CleanupTool.js:280
580 msgid "Select Products"
581 msgstr ""
582
583 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:496
584 msgid "Target specific products, categories, tags, or brands. Leave empty to apply store-wide."
585 msgstr ""
586
587 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:501
588 msgid "Filter Users"
589 msgstr ""
590
591 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:506
592 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:23
593 msgid "Quantity Limits"
594 msgstr ""
595
596 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:507
597 msgid "Enforce minimum, maximum, and step increments for purchasing."
598 msgstr ""
599
600 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:515
601 msgid "Dismiss"
602 msgstr ""
603
604 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:521
605 msgid "How global pricing rules work"
606 msgstr ""
607
608 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:526
609 msgid "Global rules enable you to bulk-apply dynamic pricing and quantity limits to selected groups of products and users simultaneously."
610 msgstr ""
611
612 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:532
613 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:56
614 msgid "Note:"
615 msgstr ""
616
617 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:533
618 msgid "Depending on your priority settings, global rules may override product-level pricing configurations."
619 msgstr ""
620
621 #: src/Addons/GlobalTieredPricing/CPT/Form/FormTab.php:141
622 msgid "Premium feature"
623 msgstr ""
624
625 #: src/Addons/GlobalTieredPricing/CPT/Form/FormTab.php:148
626 msgid "Upgrade plan"
627 msgstr ""
628
629 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:19
630 msgid "Configure regular and tiered pricing rules"
631 msgstr ""
632
633 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:26
634 msgid "Base Pricing"
635 msgstr ""
636
637 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:27
638 msgid "Override the default regular product prices."
639 msgstr ""
640
641 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:39
642 #: src/Addons/ReactProductEditorAddon/Sections/MainSection.php:38
643 #: src/Addons/ReactProductEditorAddon/TieredPricingGroup.php:21
644 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:107
645 #: src/Admin/ProductPage/TieredPricingTab.php:35
646 #: src/Integrations/Plugins/WPAllImport.php:335
647 #: src/Services/ImportExport/WoocommerceImportService.php:24
648 #: src/Settings/Settings.php:203
649 msgid "Tiered Pricing"
650 msgstr ""
651
652 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:41
653 msgid ""
654 "<b>Mix & Match:</b> Combines the quantities of different products to reach tiered pricing thresholds, allowing discounts when products are purchased together. <br /><br />\n"
655 "<b>Individually:</b> Treats each product’s quantity separately in pricing calculations, ensuring that each product follows its own pricing tier independently without being combined with others."
656 msgstr ""
657
658 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:47
659 msgid "Calculation type"
660 msgstr ""
661
662 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:49
663 msgid "Individual"
664 msgstr ""
665
666 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:50
667 msgid "Mix and Match"
668 msgstr ""
669
670 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:18
671 msgid "Select products, categories, tags, or brands this rule applies to"
672 msgstr ""
673
674 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:23
675 msgid "Applies to products"
676 msgstr ""
677
678 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:26
679 msgid "If no products, categories, tags, or brands are selected, this rule will apply to all products in your store, except those listed in the Exclusions section."
680 msgstr ""
681
682 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:46
683 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:145
684 msgid "Search categories&hellip;"
685 msgstr ""
686
687 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:66
688 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:165
689 msgid "Search tags&hellip;"
690 msgstr ""
691
692 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:87
693 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:186
694 msgid "Search brands&hellip;"
695 msgstr ""
696
697 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:112
698 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:213
699 msgid "Search products&hellip;"
700 msgstr ""
701
702 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:123
703 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:87
704 msgid "Exclusions"
705 msgstr ""
706
707 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:18
708 msgid "Set minimum, maximum, and quantity step limits"
709 msgstr ""
710
711 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:25
712 msgid "Applies to each product individually."
713 msgstr ""
714
715 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:17
716 msgid "Manage how this rule interacts with product-level settings"
717 msgstr ""
718
719 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:24
720 msgid "Determine which rules take precedence when a product has both global and individual settings."
721 msgstr ""
722
723 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:29
724 msgid "Rule priority"
725 msgstr ""
726
727 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:31
728 msgid "Use global settings"
729 msgstr ""
730
731 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:32
732 msgid "Prefer product-level rules"
733 msgstr ""
734
735 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:34
736 msgid "Override product-level rules"
737 msgstr ""
738
739 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:36
740 msgid "Custom component priorities"
741 msgstr ""
742
743 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:46
744 msgid "Base Prices Priority"
745 msgstr ""
746
747 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:52
748 msgid "Base prices"
749 msgstr ""
750
751 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:54
752 msgid "Prefer product-level role prices"
753 msgstr ""
754
755 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:56
756 msgid "Override all product-level prices"
757 msgstr ""
758
759 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:62
760 msgid "Prioritize product-specific role pricing over this global rule."
761 msgstr ""
762
763 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:68
764 msgid "Tiered Prices Priority"
765 msgstr ""
766
767 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:75
768 msgid "Tiered prices"
769 msgstr ""
770
771 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:77
772 msgid "Prefer product-level tiers"
773 msgstr ""
774
775 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:79
776 msgid "Prefer product-level role tiers"
777 msgstr ""
778
779 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:81
780 msgid "Override all product-level tiers"
781 msgstr ""
782
783 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:88
784 msgid "Mix & Match"
785 msgstr ""
786
787 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:91
788 msgid "Enable Mix & Match for product-level tiers"
789 msgstr ""
790
791 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:95
792 msgid "Prioritize product-specific tiered pricing over this global rule, and optionally enable Mix & Match for those inherited tiers."
793 msgstr ""
794
795 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:101
796 msgid "Quantity Limits Priority"
797 msgstr ""
798
799 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:110
800 msgid "Prefer product-level limits"
801 msgstr ""
802
803 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:112
804 msgid "Prefer product-level role limits"
805 msgstr ""
806
807 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:114
808 msgid "Override all product-level limits"
809 msgstr ""
810
811 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:120
812 msgid "Prioritize product-specific quantity limits over this global rule."
813 msgstr ""
814
815 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:19
816 msgid "Select the users or roles this rule applies to"
817 msgstr ""
818
819 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:24
820 msgid "Applies to users"
821 msgstr ""
822
823 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:27
824 msgid "The rule will apply to all users if you do not specify user roles or specific customers (excluding those selected in the exclusions section)."
825 msgstr ""
826
827 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:33
828 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:95
829 msgid "User roles"
830 msgstr ""
831
832 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:40
833 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:105
834 msgid "Select for a user role"
835 msgstr ""
836
837 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:55
838 msgid "Manage user roles"
839 msgstr ""
840
841 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:77
842 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:126
843 msgid "Select for a customer"
844 msgstr ""
845
846 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:88
847 msgid "You have got a discount!"
848 msgstr ""
849
850 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:93
851 msgid "You've been using the free version for a while now, and we'd like to offer you an exclusive discount on the premium version!"
852 msgstr ""
853
854 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:100
855 msgid "Use the coupon code below for a <b>20%</b> discount on upgrading your plan."
856 msgstr ""
857
858 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:112
859 msgid "Upgrade your plan"
860 msgstr ""
861
862 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:109
863 msgid "Suspended"
864 msgstr ""
865
866 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:111
867 msgid "Active"
868 msgstr ""
869
870 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:295
871 msgid "Create Your First Global Pricing Rule"
872 msgstr ""
873
874 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:300
875 msgid "Global rules allow you to bulk-apply custom pricing, tiered discounts, and quantity limits to multiple products or categories simultaneously."
876 msgstr ""
877
878 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:308
879 msgid "Create Rule"
880 msgstr ""
881
882 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:401
883 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:402
884 msgid "Pricing rule"
885 msgstr ""
886
887 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:403
888 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:404
889 msgid "Add Pricing Rule"
890 msgstr ""
891
892 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:405
893 msgid "Edit Pricing Rule"
894 msgstr ""
895
896 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:406
897 msgid "New Pricing Rule"
898 msgstr ""
899
900 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:407
901 msgid "View Pricing Rule"
902 msgstr ""
903
904 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:408
905 msgid "Find Pricing Rule"
906 msgstr ""
907
908 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:409
909 msgid "No pricing rules ware found"
910 msgstr ""
911
912 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:410
913 msgid "No pricing rule in trash"
914 msgstr ""
915
916 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:412
917 msgid "Pricing rules"
918 msgstr ""
919
920 #: src/Addons/GlobalTieredPricing/GlobalPricingRule.php:392
921 msgid "The pricing rule does not affect either prices or product quantity. The rule will be skipped."
922 msgstr ""
923
924 #: src/Addons/GlobalTieredPricing/GlobalTieredPricingAddon.php:9
925 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:105
926 msgid "Global pricing rules"
927 msgstr ""
928
929 #: src/Addons/GlobalTieredPricing/GlobalTieredPricingAddon.php:39
930 msgid "Create reusable pricing rules and apply them globally."
931 msgstr ""
932
933 #: src/Addons/ManualOrders/ManualOrdersAddon.php:15
934 msgid "Tiered pricing for manual orders"
935 msgstr ""
936
937 #: src/Addons/ManualOrders/ManualOrdersAddon.php:19
938 msgid "Apply tiered pricing to orders created manually in the admin area."
939 msgstr ""
940
941 #. translators: %1$s: item name, %2$s: original price, %3$s: new price
942 #: src/Addons/ManualOrders/ManualOrdersAddon.php:148
943 #, php-format
944 msgid "Tiered pricing recalculations for %1$s: %2$s → %3$s"
945 msgstr ""
946
947 #: src/Addons/ManualOrders/ManualOrdersAddon.php:193
948 msgid "Re-calculate with tiered pricing"
949 msgstr ""
950
951 #: src/Addons/MinQuantity/MinQuantity.php:12
952 msgid "Minimum order quantity validation"
953 msgstr ""
954
955 #. translators: %1$s: item name, %2$s: minimum quantity
956 #: src/Addons/MinQuantity/MinQuantity.php:34
957 #, php-format
958 msgid "Minimum quantity for the %1$s is %2$d"
959 msgstr ""
960
961 #. translators: %s: minimum quantity
962 #: src/Addons/MinQuantity/MinQuantity.php:100
963 #: src/Addons/MinQuantity/MinQuantity.php:129
964 #, php-format
965 msgid "Minimum quantity for the product is %s"
966 msgstr ""
967
968 #: src/Addons/MinQuantity/MinQuantity.php:209
969 msgid "Enforce minimum order quantities for products based on tiered pricing rules."
970 msgstr ""
971
972 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersAddon.php:8
973 msgid "Non-Logged-In Users"
974 msgstr ""
975
976 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersAddon.php:12
977 msgid "Hide prices or prevent purchasing for users who are not logged in."
978 msgstr ""
979
980 #. translators: %s: account page link
981 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersService.php:72
982 #, php-format
983 msgid "Please enter %s to make a purchase"
984 msgstr ""
985
986 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersService.php:74
987 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:52
988 msgid "your account"
989 msgstr ""
990
991 #. translators: %s: login page url
992 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersService.php:85
993 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:70
994 #, php-format
995 msgid "%s see prices"
996 msgstr ""
997
998 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersService.php:87
999 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:72
1000 msgid "Login"
1001 msgstr ""
1002
1003 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:11
1004 msgid "Guest Users"
1005 msgstr ""
1006
1007 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:15
1008 msgid "Manage pricing visibility and purchasing rules for guest (non-logged-in) users."
1009 msgstr ""
1010
1011 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:26
1012 msgid "Require login to purchase"
1013 msgstr ""
1014
1015 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:34
1016 msgid "Guest add-to-cart label"
1017 msgstr ""
1018
1019 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:38
1020 msgid "Change the default \"Add to cart\" button text for guest users."
1021 msgstr ""
1022
1023 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:40
1024 msgid "Leave empty to keep default"
1025 msgstr ""
1026
1027 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:45
1028 msgid "Guest purchase error message"
1029 msgstr ""
1030
1031 #. translators: %s: login page url
1032 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:50
1033 #, php-format
1034 msgid "Please enter %s to make a purchase."
1035 msgstr ""
1036
1037 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:56
1038 msgid "Hide prices for guests"
1039 msgstr ""
1040
1041 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:63
1042 msgid "Guest price message"
1043 msgstr ""
1044
1045 #: src/Addons/NonLoggedInUsers/NonLoggedInUsersSubsection.php:66
1046 msgid "This message will be displayed instead of the price for non-logged-in users."
1047 msgstr ""
1048
1049 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:39
1050 #: src/Addons/PluginsRecommendations/CancellationSurveysPlugin.php:39
1051 #: src/Admin/Tips/Tips/DefaultVariationTip.php:38
1052 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:42
1053 msgid "Tip"
1054 msgstr ""
1055
1056 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:61
1057 msgid "Check plugin"
1058 msgstr ""
1059
1060 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:66
1061 msgid "View video"
1062 msgstr ""
1063
1064 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:88
1065 #: src/Addons/PluginsRecommendations/CancellationSurveysPlugin.php:76
1066 #: src/Admin/Tips/Tips/DefaultVariationTip.php:59
1067 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:82
1068 msgid "Hide this tip"
1069 msgstr ""
1070
1071 #: src/Addons/PluginsRecommendations/CancellationSurveysPlugin.php:54
1072 msgid "Learn more"
1073 msgstr ""
1074
1075 #: src/Addons/PluginsRecommendations/ConditionalLogicForProductAddons.php:44
1076 msgid "Conditional logic"
1077 msgstr ""
1078
1079 #: src/Addons/PluginsRecommendations/ConditionalLogicForProductAddons.php:51
1080 msgid "Looking to provide condition logic for your add-ons?"
1081 msgstr ""
1082
1083 #: src/Addons/PluginsRecommendations/ConditionalLogicForProductAddons.php:55
1084 msgid "Check out this page."
1085 msgstr ""
1086
1087 #: src/Addons/PluginsRecommendations/PluginsRecommendationsAddon.php:8
1088 msgid "Plugins recommendations"
1089 msgstr ""
1090
1091 #: src/Addons/PluginsRecommendations/PluginsRecommendationsAddon.php:12
1092 msgid "Show recommendations for related plugins and addons."
1093 msgstr ""
1094
1095 #: src/Addons/PricingSummary/PricingSummaryAddon.php:8
1096 #: src/Addons/PricingSummary/SummarySubsection.php:11
1097 msgid "Pricing Summary"
1098 msgstr ""
1099
1100 #: src/Addons/PricingSummary/PricingSummaryAddon.php:12
1101 msgid "Display a dynamic pricing summary showing the total cost of the selected quantity."
1102 msgstr ""
1103
1104 #: src/Addons/PricingSummary/SummarySubsection.php:15
1105 msgid "Show a summary block with total cost and unit price details."
1106 msgstr ""
1107
1108 #: src/Addons/PricingSummary/SummarySubsection.php:25
1109 msgid "Enable pricing summary"
1110 msgstr ""
1111
1112 #: src/Addons/PricingSummary/SummarySubsection.php:32
1113 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:63
1114 #: src/Addons/TierLabels/build/index.js:1
1115 #: src/Addons/TierLabels/js-source/index.js:116
1116 #: src/Blocks/build/index.js:781
1117 #: src/Blocks/src/panels/MainOptionsPanel/DisplayTypePanel.js:51
1118 #: src/Blocks/build/index.js:529
1119 msgid "Title"
1120 msgstr ""
1121
1122 #: src/Addons/PricingSummary/SummarySubsection.php:35
1123 msgid "The name is displaying above the summary block."
1124 msgstr ""
1125
1126 #: src/Addons/PricingSummary/SummarySubsection.php:40
1127 msgid "Position on product page"
1128 msgstr ""
1129
1130 #: src/Addons/PricingSummary/SummarySubsection.php:44
1131 msgid "Above buy button"
1132 msgstr ""
1133
1134 #: src/Addons/PricingSummary/SummarySubsection.php:45
1135 msgid "Below buy button"
1136 msgstr ""
1137
1138 #: src/Addons/PricingSummary/SummarySubsection.php:46
1139 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:110
1140 msgid "Above add to cart form"
1141 msgstr ""
1142
1143 #: src/Addons/PricingSummary/SummarySubsection.php:47
1144 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:111
1145 msgid "Below add to cart form"
1146 msgstr ""
1147
1148 #: src/Addons/PricingSummary/SummarySubsection.php:48
1149 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:74
1150 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:112
1151 msgid "Above product title"
1152 msgstr ""
1153
1154 #: src/Addons/PricingSummary/SummarySubsection.php:49
1155 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:113
1156 msgid "Before product summary"
1157 msgstr ""
1158
1159 #: src/Addons/PricingSummary/SummarySubsection.php:50
1160 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:114
1161 msgid "After product summary"
1162 msgstr ""
1163
1164 #: src/Addons/PricingSummary/SummarySubsection.php:53
1165 msgid "Where to display the summary block."
1166 msgstr ""
1167
1168 #: src/Addons/PricingSummary/SummarySubsection.php:57
1169 msgid "Totals template"
1170 msgstr ""
1171
1172 #: src/Addons/PricingSummary/SummarySubsection.php:61
1173 msgid "Detailed"
1174 msgstr ""
1175
1176 #: src/Addons/PricingSummary/SummarySubsection.php:62
1177 msgid "Reduced"
1178 msgstr ""
1179
1180 #: src/Addons/PricingSummary/SummarySubsection.php:63
1181 msgid "Labels"
1182 msgstr ""
1183
1184 #: src/Addons/PricingSummary/SummarySubsection.php:68
1185 msgid "\"Total\" label"
1186 msgstr ""
1187
1188 #: src/Addons/PricingSummary/SummarySubsection.php:71
1189 #: views/frontend/tiered-pricing-options-style-1.php:161
1190 #: views/frontend/tiered-pricing-options-style-1.php:271
1191 #: views/frontend/tiered-pricing-options-style-2.php:161
1192 #: views/frontend/tiered-pricing-options-style-2.php:271
1193 #: views/frontend/tiered-pricing-options-style-3.php:161
1194 #: views/frontend/tiered-pricing-options-style-3.php:290
1195 #: views/frontend/tiered-pricing-options.php:161
1196 #: views/frontend/tiered-pricing-options.php:271
1197 msgid "Total:"
1198 msgstr ""
1199
1200 #: src/Addons/PricingSummary/SummarySubsection.php:75
1201 msgid "\"Each\" label"
1202 msgstr ""
1203
1204 #: src/Addons/PricingSummary/SummarySubsection.php:78
1205 msgid "Each: "
1206 msgstr ""
1207
1208 #: src/Addons/ProductCatalogLoop/ProductCatalogLoop.php:10
1209 msgid "Catalog display"
1210 msgstr ""
1211
1212 #: src/Addons/ProductCatalogLoop/ProductCatalogLoop.php:14
1213 msgid "Display tiered pricing tables on the shop and category pages."
1214 msgstr ""
1215
1216 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:22
1217 msgid "Catalog Display"
1218 msgstr ""
1219
1220 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:36
1221 msgid "Tiered Pricing on the shop page"
1222 msgstr ""
1223
1224 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:37
1225 msgid "Control how tiered pricing appears on shop and category pages."
1226 msgstr ""
1227
1228 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:42
1229 msgid "Enable on catalog pages"
1230 msgstr ""
1231
1232 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:51
1233 msgid "Turn this on to display tiered pricing directly within your product catalog."
1234 msgstr ""
1235
1236 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:57
1237 msgid "Depending on your theme, you may need minor CSS adjustments for optimal display."
1238 msgstr ""
1239
1240 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:62
1241 msgid "Display tiered pricing tables on shop and category pages."
1242 msgstr ""
1243
1244 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:67
1245 msgid "Position on catalog item"
1246 msgstr ""
1247
1248 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:72
1249 msgid "Above add-to-cart button"
1250 msgstr ""
1251
1252 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:73
1253 msgid "Below add-to-cart button"
1254 msgstr ""
1255
1256 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:75
1257 msgid "Below product title"
1258 msgstr ""
1259
1260 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:77
1261 msgid "Choose where the tiered pricing table appears relative to the product image and details."
1262 msgstr ""
1263
1264 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:82
1265 msgid "Add quantity selector"
1266 msgstr ""
1267
1268 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:91
1269 msgid "Add a quantity input field directly to items in the product catalog."
1270 msgstr ""
1271
1272 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:97
1273 msgid "Only enable this if your theme doesn't already provide quantity selectors on the shop page."
1274 msgstr ""
1275
1276 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:108
1277 msgid "Dynamic total price"
1278 msgstr ""
1279
1280 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:117
1281 msgid "Automatically update the displayed price when a customer changes the quantity from the catalog."
1282 msgstr ""
1283
1284 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:127
1285 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:75
1286 msgid "Compact layout"
1287 msgstr ""
1288
1289 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:131
1290 msgid "Apply minimal styling to pricing tables to better fit the constrained space of catalog grids."
1291 msgstr ""
1292
1293 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:140
1294 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:15
1295 msgid "Pricing Layout Settings"
1296 msgstr ""
1297
1298 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:141
1299 msgid "Customize the appearance and behavior of tiered pricing on catalog pages."
1300 msgstr ""
1301
1302 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:148
1303 msgid "Layout source"
1304 msgstr ""
1305
1306 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:152
1307 msgid "Same as product page"
1308 msgstr ""
1309
1310 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:153
1311 msgid "Custom"
1312 msgstr ""
1313
1314 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:155
1315 msgid "Choose whether to inherit the layout from the product page or use a custom layout for catalogs."
1316 msgstr ""
1317
1318 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:161
1319 msgid "Catalog layout"
1320 msgstr ""
1321
1322 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:165
1323 msgid "Select the specific visual template for the catalog page."
1324 msgstr ""
1325
1326 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:170
1327 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:97
1328 msgid "Pricing title"
1329 msgstr ""
1330
1331 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:174
1332 msgid "Text displayed above the tiered pricing block."
1333 msgstr ""
1334
1335 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:178
1336 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:123
1337 msgid "Quantity display type"
1338 msgstr ""
1339
1340 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:182
1341 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:127
1342 msgid "Range"
1343 msgstr ""
1344
1345 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:183
1346 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:128
1347 msgid "Static values"
1348 msgstr ""
1349
1350 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:185
1351 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:130
1352 msgid "\"Range\" displays the quantity range a tier applies to. \"Static\" displays only the minimum quantity required."
1353 msgstr ""
1354
1355 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:190
1356 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:136
1357 msgid "Active pricing tier color"
1358 msgstr ""
1359
1360 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:197
1361 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:208
1362 #: src/Admin/ProductPage/TieredPricingTab.php:126
1363 #: src/Settings/CustomOptions/TPTTextTemplate.php:210
1364 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:167
1365 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:178
1366 msgid "Unit label"
1367 msgstr ""
1368
1369 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:204
1370 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:215
1371 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:174
1372 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:185
1373 msgid "For example: pieces, boxes, bottles, packs, etc. This will be shown next to quantity values. Leave blank to skip adding a unit label."
1374 msgstr ""
1375
1376 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:212
1377 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:213
1378 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:380
1379 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:381
1380 #: src/PricingTable.php:268
1381 #: src/PricingTable.php:269
1382 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:182
1383 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:183
1384 msgid "piece"
1385 msgid_plural "pieces"
1386 msgstr[0] ""
1387 msgstr[1] ""
1388
1389 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:219
1390 #: src/Blocks/build/index.js:698
1391 #: src/Blocks/src/panels/ColumnsPanel/ColumnsPanel.js:16
1392 #: src/Blocks/build/index.js:442
1393 msgid "Quantity column title"
1394 msgstr ""
1395
1396 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:222
1397 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:229
1398 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:236
1399 msgid "Leave empty to not show this column."
1400 msgstr ""
1401
1402 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:226
1403 #: src/Blocks/build/index.js:703
1404 #: src/Blocks/src/panels/ColumnsPanel/ColumnsPanel.js:25
1405 #: src/Blocks/build/index.js:451
1406 msgid "Discount column title"
1407 msgstr ""
1408
1409 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:233
1410 #: src/Blocks/build/index.js:708
1411 #: src/Blocks/src/panels/ColumnsPanel/ColumnsPanel.js:34
1412 #: src/Blocks/build/index.js:460
1413 msgid "Price column title"
1414 msgstr ""
1415
1416 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:240
1417 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:212
1418 #: src/Blocks/build/index.js:713
1419 #: src/Blocks/src/panels/ColumnsPanel/ColumnsPanel.js:45
1420 #: src/Blocks/build/index.js:471
1421 msgid "Show percentage discount"
1422 msgstr ""
1423
1424 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:246
1425 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:220
1426 msgid "Show regular product price"
1427 msgstr ""
1428
1429 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:250
1430 msgid "Show the crossed out regular price in options."
1431 msgstr ""
1432
1433 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:253
1434 msgid "Show total pricing in option"
1435 msgstr ""
1436
1437 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:257
1438 msgid "Show the total price in an active option."
1439 msgstr ""
1440
1441 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:261
1442 msgid "Option template"
1443 msgstr ""
1444
1445 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:263
1446 #: src/Settings/Sections/GeneralSection/GeneralSection.php:90
1447 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:239
1448 msgid "<strong>Buy {tp_quantity} pieces and save {tp_rounded_discount}%</strong>"
1449 msgstr ""
1450
1451 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:273
1452 msgid "Show the \"no discount\" option"
1453 msgstr ""
1454
1455 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:277
1456 msgid "Show the option with a regular product price."
1457 msgstr ""
1458
1459 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:280
1460 msgid "\"No discount\" option template"
1461 msgstr ""
1462
1463 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:282
1464 #: src/Settings/Sections/GeneralSection/GeneralSection.php:114
1465 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:262
1466 msgid "<strong>Buy {tp_quantity} pieces</strong>"
1467 msgstr ""
1468
1469 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:291
1470 #: src/Settings/Sections/GeneralSection/GeneralSection.php:97
1471 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:274
1472 msgid "<strong>Buy {tp_quantity} pieces for {tp_price} each and save {tp_rounded_discount}%</strong>"
1473 msgstr ""
1474
1475 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:303
1476 msgid "Show the \"no discount\" tier"
1477 msgstr ""
1478
1479 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:307
1480 msgid "Show the tier with a regular product price."
1481 msgstr ""
1482
1483 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:311
1484 msgid "\"No discount\" template"
1485 msgstr ""
1486
1487 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:313
1488 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:299
1489 msgid "<strong>Buy {tp_quantity} pieces for {tp_price} each</strong>"
1490 msgstr ""
1491
1492 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:322
1493 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:311
1494 msgid "Clickable tiered pricing"
1495 msgstr ""
1496
1497 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:326
1498 msgid "Makes tiered pricing (table rows, blocks, options, etc) clickable."
1499 msgstr ""
1500
1501 #: src/Addons/ReactProductEditorAddon/Blocks/MinQuantity.php:30
1502 msgid "Minimum Order Quantity"
1503 msgstr ""
1504
1505 #: src/Addons/ReactProductEditorAddon/ReactProductEditorAddon.php:8
1506 msgid "WooCommerce Product Editor integration"
1507 msgstr ""
1508
1509 #: src/Addons/ReactProductEditorAddon/ReactProductEditorAddon.php:12
1510 msgid "Enable support for WooCommerce's React-based product editor."
1511 msgstr ""
1512
1513 #: src/Addons/ReactProductEditorAddon/Sections/AdvanceProductOptionSection.php:38
1514 msgid "Advanced Options"
1515 msgstr ""
1516
1517 #: src/Addons/ReactProductEditorAddon/Sections/AdvanceProductOptionSection.php:39
1518 msgid "Override global settings such as pricing layout for this product."
1519 msgstr ""
1520
1521 #: src/Addons/ReactProductEditorAddon/Sections/MainSection.php:39
1522 msgid "Specify tiered pricing and quantity limits."
1523 msgstr ""
1524
1525 #: src/Addons/ReactProductEditorAddon/Sections/RoleBasedPricingSection.php:38
1526 msgid "Role-Based Pricing"
1527 msgstr ""
1528
1529 #: src/Addons/ReactProductEditorAddon/Sections/RoleBasedPricingSection.php:39
1530 msgid "Set up custom pricing for specific user roles."
1531 msgstr ""
1532
1533 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:120
1534 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:109
1535 msgid "Regular pricing type"
1536 msgstr ""
1537
1538 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:126
1539 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:115
1540 #: src/Settings/CustomOptions/TPTTextTemplate.php:148
1541 #: src/Settings/CustomOptions/TPTTextTemplate.php:201
1542 #: views/addons/category-tiers/add-free.php:28
1543 #: views/addons/category-tiers/add.php:57
1544 #: views/addons/category-tiers/edit-free.php:37
1545 #: views/addons/category-tiers/edit.php:67
1546 #: views/addons/category-tiers/edit.php:88
1547 #: views/admin/components/regular-pricing-form.php:38
1548 #: views/admin/components/regular-pricing-form.php:65
1549 #: views/admin/components/tiered-pricing-rules-form.php:55
1550 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/Forms/Percentage/Row.js:29
1551 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
1552 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
1553 msgid "Percentage discount"
1554 msgstr ""
1555
1556 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:128
1557 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:121
1558 #: src/Services/ImportExport/WoocommerceExportService.php:39
1559 #: src/Services/ImportExport/WoocommerceImportService.php:27
1560 msgid "Fixed pricing rules"
1561 msgstr ""
1562
1563 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:130
1564 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:123
1565 #: src/Services/ImportExport/WoocommerceExportService.php:42
1566 #: src/Services/ImportExport/WoocommerceImportService.php:28
1567 msgid "Percentage pricing rules"
1568 msgstr ""
1569
1570 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:132
1571 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:117
1572 #: src/Integrations/Plugins/WPAllImport.php:116
1573 #: src/Integrations/Plugins/WPAllImport.php:222
1574 #: src/Services/ImportExport/WoocommerceExportService.php:44
1575 #: src/Services/ImportExport/WoocommerceImportService.php:26
1576 #: views/admin/components/tiered-pricing-rules-form.php:98
1577 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/TieredPricingType.js:9
1578 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
1579 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
1580 msgid "Tiered pricing type"
1581 msgstr ""
1582
1583 #: src/Addons/RoleBasedPricing/Export/RoleBasedPricingExport.php:134
1584 #: src/Addons/RoleBasedPricing/Import/RoleBasedPricingImport.php:119
1585 #: src/Services/ImportExport/WoocommerceExportService.php:46
1586 #: src/Services/ImportExport/WoocommerceImportService.php:29
1587 #: views/admin/components/minimum-order-quantity-form.php:22
1588 msgid "Minimum order quantity"
1589 msgstr ""
1590
1591 #: src/Addons/RoleBasedPricing/ProductManager.php:171
1592 msgid "Invalid role"
1593 msgstr ""
1594
1595 #: src/Addons/RoleBasedPricing/ProductManager.php:177
1596 msgid "Invalid nonce"
1597 msgstr ""
1598
1599 #: src/Addons/RoleBasedPricing/RoleBasedPricingAddon.php:12
1600 msgid "Role-based pricing rules on individual products"
1601 msgstr ""
1602
1603 #: src/Addons/RoleBasedPricing/RoleBasedPricingAddon.php:20
1604 msgid "Enable role-based pricing rules on individual products."
1605 msgstr ""
1606
1607 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsColumn.php:8
1608 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:25
1609 msgid "Tax settings"
1610 msgstr ""
1611
1612 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsColumn.php:21
1613 msgid "Status:"
1614 msgstr ""
1615
1616 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsColumn.php:24
1617 msgid "Class:"
1618 msgstr ""
1619
1620 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:13
1621 msgid "Tax"
1622 msgstr ""
1623
1624 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:17
1625 msgid "Set tax status and class"
1626 msgstr ""
1627
1628 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:26
1629 msgid "Override the default tax status and class for products matching this rule."
1630 msgstr ""
1631
1632 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:32
1633 #: src/Addons/TaxSettings/RoleBasedRulesIntegration/RoleBasedRulesIntegration.php:49
1634 msgid "Tax status"
1635 msgstr ""
1636
1637 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:34
1638 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:45
1639 #: src/Addons/TaxSettings/RoleBasedRulesIntegration/RoleBasedRulesIntegration.php:27
1640 #: src/Addons/TaxSettings/RoleBasedRulesIntegration/RoleBasedRulesIntegration.php:34
1641 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:52
1642 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:65
1643 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:86
1644 msgid "Default"
1645 msgstr ""
1646
1647 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:35
1648 msgid "Taxable"
1649 msgstr ""
1650
1651 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:36
1652 msgid "Shipping only"
1653 msgstr ""
1654
1655 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:37
1656 #: src/Addons/TierLabels/build/index.js:1
1657 #: src/Addons/TierLabels/js-source/index.js:141
1658 msgid "None"
1659 msgstr ""
1660
1661 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:46
1662 #: src/Addons/TaxSettings/build/index.js:1
1663 #: src/Addons/TaxSettings/js-source/App.js:270
1664 msgid "Standard"
1665 msgstr ""
1666
1667 #: src/Addons/TaxSettings/GlobalRulesIntegration/TaxSettingsTab.php:56
1668 #: src/Addons/TaxSettings/RoleBasedRulesIntegration/RoleBasedRulesIntegration.php:63
1669 msgid "Tax class"
1670 msgstr ""
1671
1672 #: src/Addons/TaxSettings/TaxSettingsAddon.php:13
1673 msgid "Tax Options"
1674 msgstr ""
1675
1676 #: src/Addons/TaxSettings/TaxSettingsAddon.php:17
1677 msgid "Manage tax overrides and display options for user roles and global pricing rules."
1678 msgstr ""
1679
1680 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:10
1681 msgid "Cart Display Settings"
1682 msgstr ""
1683
1684 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:14
1685 #: src/Addons/TieredPricingCart/TieredPricingCartAddon.php:12
1686 msgid "Manage how tiered pricing and discounts appear on the cart page."
1687 msgstr ""
1688
1689 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:24
1690 msgid "Display price as discount"
1691 msgstr ""
1692
1693 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:26
1694 msgid "Show a crossed-out regular price next to the discounted tiered price in the cart. For example: "
1695 msgstr ""
1696
1697 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:32
1698 msgid "Display subtotal as discount"
1699 msgstr ""
1700
1701 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:34
1702 msgid "Show a crossed-out regular subtotal next to the discounted subtotal in the cart."
1703 msgstr ""
1704
1705 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:40
1706 msgid "Always use regular price"
1707 msgstr ""
1708
1709 #: src/Addons/TieredPricingCart/CartOptionsSubsection.php:42
1710 msgid "When crossing out a price, always display the regular price rather than a sale price."
1711 msgstr ""
1712
1713 #: src/Addons/TieredPricingCart/TieredPricingCartAddon.php:8
1714 msgid "Cart Display Options"
1715 msgstr ""
1716
1717 #: src/Addons/TierLabels/Admin/TierLabelsAdmin.php:72
1718 #: src/Addons/TierLabels/Admin/TierLabelsAdmin.php:97
1719 msgid "No label"
1720 msgstr ""
1721
1722 #: src/Addons/TierLabels/Admin/TierLabelsAdmin.php:104
1723 msgid "Tier label (regular price)"
1724 msgstr ""
1725
1726 #: src/Addons/TierLabels/Settings/LabelsSettingsSection.php:8
1727 #: src/Addons/TierLabels/TierLabelsAddon.php:12
1728 msgid "Badges & Labels"
1729 msgstr ""
1730
1731 #: src/Addons/TierLabels/TierLabelsAddon.php:16
1732 msgid "Add custom labels like \"Best Value\" to specific pricing tiers."
1733 msgstr ""
1734
1735 #: src/Addons/Tools/Settings/ToolsSettingsSection.php:8
1736 #: src/Addons/Tools/ToolsAddon.php:10
1737 msgid "Tools"
1738 msgstr ""
1739
1740 #: src/Addons/Tools/ToolsAddon.php:14
1741 msgid "Access utilities for managing and cleaning up tiered pricing data."
1742 msgstr ""
1743
1744 #: src/Addons/YouSave/YouSaveAddon.php:8
1745 #: src/Addons/YouSave/YouSaveSubsection.php:11
1746 msgid "\"You Save\" Badge"
1747 msgstr ""
1748
1749 #: src/Addons/YouSave/YouSaveAddon.php:12
1750 msgid "Display a badge showing customers how much they save when tiered pricing is applied."
1751 msgstr ""
1752
1753 #: src/Addons/YouSave/YouSaveSubsection.php:15
1754 msgid "Show customers exactly how much they save when tiered discounts are applied."
1755 msgstr ""
1756
1757 #: src/Addons/YouSave/YouSaveSubsection.php:25
1758 msgid "Enable \"You Save\" badge"
1759 msgstr ""
1760
1761 #: src/Addons/YouSave/YouSaveSubsection.php:29
1762 msgid "Show the difference between the regular price and a discounted price. You can also show it via the [tiered_price_you_save] shortcode."
1763 msgstr ""
1764
1765 #: src/Addons/YouSave/YouSaveSubsection.php:33
1766 msgid "Include sale price in calculation"
1767 msgstr ""
1768
1769 #: src/Addons/YouSave/YouSaveSubsection.php:37
1770 msgid "The difference between the regular and sale price will be included in the “you save” calculation."
1771 msgstr ""
1772
1773 #: src/Addons/YouSave/YouSaveSubsection.php:43
1774 msgid "You save {tp_ys_total_price} ({tp_ys_percentage_discount}%)"
1775 msgstr ""
1776
1777 #: src/Addons/YouSave/YouSaveSubsection.php:52
1778 msgid "\"You save\" price color"
1779 msgstr ""
1780
1781 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:40
1782 msgid "Default variation"
1783 msgstr ""
1784
1785 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:50
1786 msgid "Search variations&hellip;"
1787 msgstr ""
1788
1789 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:69
1790 msgid "Display this variation's pricing before attributes are selected. The variation itself won't be pre-selected."
1791 msgstr ""
1792
1793 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:78
1794 msgid "Variations share pricing"
1795 msgstr ""
1796
1797 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:79
1798 msgid "Use the default variation's pricing for all variations to prevent reloading the pricing table."
1799 msgstr ""
1800
1801 #: src/Admin/ProductPage/TieredPricingTab.php:98
1802 msgid "Additional Options"
1803 msgstr ""
1804
1805 #: src/Admin/ProductPage/TieredPricingTab.php:116
1806 msgid "Pricing layout"
1807 msgstr ""
1808
1809 #: src/Admin/ProductPage/TieredPricingTab.php:117
1810 msgid "Override the global layout for this specific product."
1811 msgstr ""
1812
1813 #: src/Admin/ProductPage/TieredPricingTab.php:133
1814 msgid "Singular (e.g. piece)"
1815 msgstr ""
1816
1817 #: src/Admin/ProductPage/TieredPricingTab.php:139
1818 msgid "Plural (e.g. pieces)"
1819 msgstr ""
1820
1821 #: src/Admin/ProductPage/TieredPricingTab.php:150
1822 msgid "Displayed next to quantities. Leave empty to inherit global settings."
1823 msgstr ""
1824
1825 #: src/Admin/ProductPage/TieredPricingTab.php:172
1826 msgid "Upgrade your plan to unlock all great features."
1827 msgstr ""
1828
1829 #: src/Admin/ProductPage/TieredPricingTab.php:181
1830 #: views/addons/category-tiers/add-free.php:43
1831 #: views/addons/category-tiers/edit-free.php:59
1832 msgid "Upgrade"
1833 msgstr ""
1834
1835 #: src/Admin/Tips/Tips/DefaultVariationTip.php:42
1836 msgid "You can show tiered pricing even if a variation is not selected."
1837 msgstr ""
1838
1839 #: src/Admin/Tips/Tips/DefaultVariationTip.php:48
1840 msgid "Tiered pricing is related to each variation, so a variation must be selected to show the pricing table. However, you can show the tiered pricing before users choose a variation by enabling the <strong>default variation</strong> option in the <strong>Additional Options</strong> section below."
1841 msgstr ""
1842
1843 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:46
1844 msgid "You can make tiered pricing calculations by considering all variations as one product."
1845 msgstr ""
1846
1847 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:52
1848 msgid "For example, if you have a variable product with <strong>3 variations</strong>, the price will be calculated for <strong>a combination of those variations</strong> in the cart, not individually."
1849 msgstr ""
1850
1851 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:60
1852 msgid "Find more in the settings"
1853 msgstr ""
1854
1855 #: src/Admin/WelcomePage/WelcomePage.php:14
1856 msgid "Welcome to Tiered Pricing for WooCommerce!"
1857 msgstr ""
1858
1859 #: src/Admin/WelcomePage/WelcomePage.php:15
1860 msgid "Hidden Admin Page"
1861 msgstr ""
1862
1863 #: src/Core/Cache.php:53
1864 msgid "Cache has been purged successfully"
1865 msgstr ""
1866
1867 #: src/Integrations/Plugins/AddifyRequestAQuote.php:37
1868 msgid "Apply tiered pricing discounts when users request a quote through the Addify Request a Quote form."
1869 msgstr ""
1870
1871 #: src/Integrations/Plugins/AeliaMulticurrency.php:46
1872 msgid "Convert and display tiered pricing correctly when using the Aelia Currency Switcher."
1873 msgstr ""
1874
1875 #: src/Integrations/Plugins/Curcy.php:79
1876 msgid "Convert and display tiered pricing correctly when using the CURCY multicurrency plugin."
1877 msgstr ""
1878
1879 #: src/Integrations/Plugins/DiscountRulesForWooCommerce.php:37
1880 msgid "Discount Rules for WooCommerce"
1881 msgstr ""
1882
1883 #: src/Integrations/Plugins/DiscountRulesForWooCommerce.php:41
1884 msgid "Prevent price recalculations for free promotional items added to the cart by Discount Rules for WooCommerce."
1885 msgstr ""
1886
1887 #: src/Integrations/Plugins/Elementor/ElementorIntegration.php:13
1888 msgid "Add a dedicated Elementor widget to display the tiered pricing table with customizable design options."
1889 msgstr ""
1890
1891 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:15
1892 #: src/Services/SystemStatusReportService.php:28
1893 #: views/admin/banners/premium-thanking-banner.php:18
1894 #: views/admin/notifications/activation-notification.php:26
1895 msgid "Tiered Pricing Table"
1896 msgstr ""
1897
1898 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:37
1899 msgid "Main"
1900 msgstr ""
1901
1902 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:42
1903 msgid "Product ID"
1904 msgstr ""
1905
1906 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:45
1907 msgid "Leave empty to use the current product."
1908 msgstr ""
1909
1910 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:49
1911 #: src/Blocks/build/index.js:768
1912 #: src/Blocks/src/panels/MainOptionsPanel/DisplayTypePanel.js:35
1913 #: src/Blocks/build/index.js:513
1914 msgid "Display type"
1915 msgstr ""
1916
1917 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:53
1918 #: src/TierPricingTablePlugin.php:278
1919 #: src/Blocks/build/index.js:751
1920 #: src/Blocks/src/panels/MainOptionsPanel/DisplayTypePanel.js:11
1921 #: src/Blocks/build/index.js:489
1922 msgid "Table"
1923 msgstr ""
1924
1925 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:54
1926 #: src/TierPricingTablePlugin.php:279
1927 #: src/Blocks/build/index.js:754
1928 #: src/Blocks/src/panels/MainOptionsPanel/DisplayTypePanel.js:15
1929 #: src/Blocks/build/index.js:493
1930 msgid "Blocks"
1931 msgstr ""
1932
1933 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:55
1934 #: src/TierPricingTablePlugin.php:280
1935 #: src/Blocks/build/index.js:757
1936 #: src/Blocks/src/panels/MainOptionsPanel/DisplayTypePanel.js:19
1937 #: src/Blocks/build/index.js:497
1938 msgid "Options"
1939 msgstr ""
1940
1941 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:56
1942 #: src/TierPricingTablePlugin.php:281
1943 #: views/admin/welcome-page/welcome-page.php:779
1944 #: src/Blocks/build/index.js:760
1945 #: src/Blocks/src/panels/MainOptionsPanel/DisplayTypePanel.js:23
1946 #: src/Blocks/build/index.js:501
1947 msgid "Dropdown"
1948 msgstr ""
1949
1950 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:57
1951 msgid "Horizontal-table"
1952 msgstr ""
1953
1954 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:66
1955 msgid "Tiered pricing title. Leave empty to use default title."
1956 msgstr ""
1957
1958 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:71
1959 msgid "Show total"
1960 msgstr ""
1961
1962 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:75
1963 msgid "Show total for each option when an option is active."
1964 msgstr ""
1965
1966 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:81
1967 msgid "Show prices without a discount"
1968 msgstr ""
1969
1970 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:85
1971 msgid "Show price with no discount in the option."
1972 msgstr ""
1973
1974 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:89
1975 msgid "Show the default option"
1976 msgstr ""
1977
1978 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:93
1979 msgid "Show the option without a discount (option with a regular product price)"
1980 msgstr ""
1981
1982 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:99
1983 msgid "Active tier color"
1984 msgstr ""
1985
1986 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:102
1987 msgid "Leave empty to use the default color."
1988 msgstr ""
1989
1990 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:106
1991 msgid "Quantity column text"
1992 msgstr ""
1993
1994 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:109
1995 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:117
1996 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:125
1997 msgid "Leave empty to use default title."
1998 msgstr ""
1999
2000 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:114
2001 msgid "Discount column text"
2002 msgstr ""
2003
2004 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:122
2005 msgid "Price column text"
2006 msgstr ""
2007
2008 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:136
2009 msgid "Unit label (singular)"
2010 msgstr ""
2011
2012 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:139
2013 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:147
2014 msgid "Leave empty to use default"
2015 msgstr ""
2016
2017 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:144
2018 msgid "Unit label (plural)"
2019 msgstr ""
2020
2021 #: src/Integrations/Plugins/MixMatch.php:30
2022 msgid "Apply tiered pricing rules correctly to Mix and Match products."
2023 msgstr ""
2024
2025 #: src/Integrations/Plugins/ProductBundles.php:108
2026 msgid "Apply tiered pricing discounts correctly to WooCommerce Product Bundles."
2027 msgstr ""
2028
2029 #: src/Integrations/Plugins/RankMath/RankMath.php:19
2030 msgid "Add tiered pricing data to the product schema and introduce <b>%lowest_price%</b> and <b>%price_range%</b> variables for SEO."
2031 msgstr ""
2032
2033 #: src/Integrations/Plugins/RankMath/Settings.php:9
2034 #: src/Integrations/Plugins/RankMath/Settings.php:19
2035 msgid "Rank Math SEO"
2036 msgstr ""
2037
2038 #: src/Integrations/Plugins/RankMath/Settings.php:21
2039 msgid "Configure the integration with Rank Math SEO plugin to use tiered pricing variables in your SEO metadata."
2040 msgstr ""
2041
2042 #: src/Integrations/Plugins/RankMath/Settings.php:26
2043 #: src/Integrations/Plugins/SEOPress/Settings.php:26
2044 #: src/Integrations/Plugins/Yoast/Settings.php:26
2045 msgid "Enable custom variables"
2046 msgstr ""
2047
2048 #: src/Integrations/Plugins/RankMath/Settings.php:30
2049 msgid "Enable you to use the %lowest_price% and %price_range% variables to display the lowest price and price range of products with tiered pricing in Rank Math SEO metadata."
2050 msgstr ""
2051
2052 #: src/Integrations/Plugins/RankMath/Settings.php:34
2053 #: src/Integrations/Plugins/SEOPress/Settings.php:34
2054 #: src/Integrations/Plugins/Yoast/Settings.php:34
2055 msgid "Enhance product schema with tiered pricing offers"
2056 msgstr ""
2057
2058 #: src/Integrations/Plugins/RankMath/Settings.php:38
2059 #: src/Integrations/Plugins/SEOPress/Settings.php:38
2060 #: src/Integrations/Plugins/Yoast/Settings.php:38
2061 msgid "Enhance the product schema with tiered pricing offers. Adds an offer for each tier and the lowest price as the main offer."
2062 msgstr ""
2063
2064 #: src/Integrations/Plugins/SEOPress/SEOPress.php:18
2065 msgid "Add tiered pricing data to SEOPress and introduce <b>%%lowest_price%%</b> and <b>%%price_range%%</b> variables for SEO."
2066 msgstr ""
2067
2068 #: src/Integrations/Plugins/SEOPress/SEOPressLowestPriceTag.php:12
2069 msgid "Displays the lowest price of the product"
2070 msgstr ""
2071
2072 #: src/Integrations/Plugins/SEOPress/SEOPressPriceRangeTag.php:12
2073 msgid "Product price range"
2074 msgstr ""
2075
2076 #: src/Integrations/Plugins/SEOPress/Settings.php:9
2077 #: src/Integrations/Plugins/SEOPress/Settings.php:19
2078 msgid "SEOPress"
2079 msgstr ""
2080
2081 #: src/Integrations/Plugins/SEOPress/Settings.php:21
2082 msgid "Configure the integration with SEOPress plugin to use tiered pricing variables in your SEO metadata."
2083 msgstr ""
2084
2085 #: src/Integrations/Plugins/SEOPress/Settings.php:30
2086 msgid "Enable you to use the %%lowest_price%% and %%price_range%% variables to display the lowest price and price range of products with tiered pricing in SEOPress metadata."
2087 msgstr ""
2088
2089 #: src/Integrations/Plugins/WCCS.php:50
2090 msgid "Convert and display tiered pricing correctly when using the WooCommerce Currency Switcher by WP Experts."
2091 msgstr ""
2092
2093 #: src/Integrations/Plugins/WCPA.php:19
2094 msgid "Calculate tiered pricing accurately when custom product add-ons are selected."
2095 msgstr ""
2096
2097 #: src/Integrations/Plugins/WCPProductBundles.php:34
2098 msgid "Apply tiered pricing discounts correctly to WPC Product Bundles."
2099 msgstr ""
2100
2101 #: src/Integrations/Plugins/WombatProductAddons.php:46
2102 msgid "Calculate tiered pricing accurately when using StudioWombat Advanced Product Fields."
2103 msgstr ""
2104
2105 #: src/Integrations/Plugins/WooCommerceDeposits.php:10
2106 msgid "Calculate deposit amounts and remaining balances correctly based on tiered pricing rules."
2107 msgstr ""
2108
2109 #: src/Integrations/Plugins/WooCommerceProductAddons.php:65
2110 msgid "Calculate tiered pricing accurately when WooCommerce Product Add-ons are selected."
2111 msgstr ""
2112
2113 #: src/Integrations/Plugins/WOOCS.php:65
2114 msgid "Convert and display tiered pricing correctly when using the FOX WooCommerce Currency Switcher."
2115 msgstr ""
2116
2117 #: src/Integrations/Plugins/WPAllImport.php:102
2118 #: src/Integrations/Plugins/WPAllImport.php:202
2119 msgid "Fixed Tiered prices"
2120 msgstr ""
2121
2122 #: src/Integrations/Plugins/WPAllImport.php:105
2123 #: src/Integrations/Plugins/WPAllImport.php:207
2124 msgid "The format for the rules must be the following: quantity:price,quantity:price. For example: \"10:5,20:15\" where 10 and 20 are quantities and 5 and 15 are prices for those quantities."
2125 msgstr ""
2126
2127 #: src/Integrations/Plugins/WPAllImport.php:109
2128 #: src/Integrations/Plugins/WPAllImport.php:212
2129 msgid "Percentage Tiered prices"
2130 msgstr ""
2131
2132 #: src/Integrations/Plugins/WPAllImport.php:112
2133 #: src/Integrations/Plugins/WPAllImport.php:217
2134 msgid "Format for the rules must be the following: quantity:percent_discount,quantity:percent_discount. For example: \"10:5,20:15\" where 10 and 20 are quantities and 5 and 15 are amounts of discount."
2135 msgstr ""
2136
2137 #: src/Integrations/Plugins/WPAllImport.php:125
2138 #: src/Integrations/Plugins/WPAllImport.php:233
2139 msgid "The field must be either \"fixed\" or \"percentage\"."
2140 msgstr ""
2141
2142 #: src/Integrations/Plugins/WPAllImport.php:128
2143 #: src/Integrations/Plugins/WPAllImport.php:237
2144 msgid "Minimum product quantity"
2145 msgstr ""
2146
2147 #: src/Integrations/Plugins/WPAllImport.php:133
2148 #: src/Integrations/Plugins/WPAllImport.php:244
2149 msgid "The field must contain an integer value."
2150 msgstr ""
2151
2152 #: src/Integrations/Plugins/WPAllImport.php:148
2153 #: views/admin/components/regular-pricing-form.php:28
2154 msgid "Pricing type"
2155 msgstr ""
2156
2157 #: src/Integrations/Plugins/WPAllImport.php:155
2158 msgid "The field must be either \"fixed\" or \"percentage\". This affect what fields will be used to grant a discount: sale and regular prices or percentage discount."
2159 msgstr ""
2160
2161 #: src/Integrations/Plugins/WPAllImport.php:165
2162 msgid "Regular price for the role"
2163 msgstr ""
2164
2165 #: src/Integrations/Plugins/WPAllImport.php:174
2166 msgid "Sale price for the role"
2167 msgstr ""
2168
2169 #: src/Integrations/Plugins/WPAllImport.php:178
2170 #: src/PricingTable.php:219
2171 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:200
2172 #: views/admin/components/regular-pricing-form.php:75
2173 msgid "Discount (%)"
2174 msgstr ""
2175
2176 #: src/Integrations/Plugins/WPAllImport.php:197
2177 msgid "Percentage discount for the role."
2178 msgstr ""
2179
2180 #: src/Integrations/Plugins/WPAllImport.php:566
2181 msgid "Role-based import"
2182 msgstr ""
2183
2184 #: src/Integrations/Plugins/WPAllImport.php:888
2185 msgid "Import and update tiered pricing rules using WP All Import."
2186 msgstr ""
2187
2188 #: src/Integrations/Plugins/WPMLMulticurrency.php:81
2189 msgid "Convert and display tiered pricing correctly when using WPML Multicurrency."
2190 msgstr ""
2191
2192 #: src/Integrations/Plugins/YithRequestAQuote.php:85
2193 msgid "Apply tiered pricing discounts when users request a quote through YITH Request a Quote."
2194 msgstr ""
2195
2196 #: src/Integrations/Plugins/Yoast/Settings.php:9
2197 msgid "Yoast SEO"
2198 msgstr ""
2199
2200 #: src/Integrations/Plugins/Yoast/Settings.php:19
2201 msgid "Yoast"
2202 msgstr ""
2203
2204 #: src/Integrations/Plugins/Yoast/Settings.php:21
2205 msgid "Configure the integration with Yoast SEO plugin to use tiered pricing variables in your SEO metadata."
2206 msgstr ""
2207
2208 #: src/Integrations/Plugins/Yoast/Settings.php:30
2209 msgid "Enable you to use the %%lowest_price%% and %%price_range%% variables to display the lowest price and price range of products with tiered pricing in Yoast SEO metadata."
2210 msgstr ""
2211
2212 #: src/Integrations/Plugins/Yoast/Yoast.php:18
2213 msgid "Add tiered pricing data to the Yoast product schema and introduce <b>%%lowest_price%%</b> and <b>%%price_range%%</b> variables for SEO."
2214 msgstr ""
2215
2216 #: src/PricingTable.php:379
2217 msgid "Pricing Conflict Detected: Your Minimum Order Quantity is equal to or greater than your first pricing tier."
2218 msgstr ""
2219
2220 #: src/PricingTable.php:386
2221 msgid "To fix this, please ensure your first tiered pricing rule starts at a higher quantity than your Minimum Order Quantity."
2222 msgstr ""
2223
2224 #: src/PricingTable.php:389
2225 msgid "Why?"
2226 msgstr ""
2227
2228 #: src/PricingTable.php:389
2229 msgid "The plugin automatically creates a base tier using your standard WooCommerce product price. This base tier covers any quantities ordered between the Minimum Order Quantity and your first discounted tier."
2230 msgstr ""
2231
2232 #: src/PricingTable.php:392
2233 msgid "This notice is only visible to store administrators."
2234 msgstr ""
2235
2236 #: src/Services/SystemStatusReportService.php:35
2237 msgid "Activation date"
2238 msgstr ""
2239
2240 #: src/Services/SystemStatusReportService.php:54
2241 msgid "Seen notifications"
2242 msgstr ""
2243
2244 #: src/Services/SystemStatusReportService.php:67
2245 msgid "Tips hidden"
2246 msgstr ""
2247
2248 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:62
2249 msgid "Singular"
2250 msgstr ""
2251
2252 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:69
2253 msgid "e.g., piece"
2254 msgstr ""
2255
2256 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:74
2257 msgid "Plural"
2258 msgstr ""
2259
2260 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:81
2261 msgid "e.g., pieces"
2262 msgstr ""
2263
2264 #: src/Settings/CustomOptions/TPTTextTemplate.php:142
2265 msgid "{tp_quantity} - range or a static quantity of the current pricing tier."
2266 msgstr ""
2267
2268 #: src/Settings/CustomOptions/TPTTextTemplate.php:149
2269 msgid "{tp_discount} - current tier`s percentage discount."
2270 msgstr ""
2271
2272 #: src/Settings/CustomOptions/TPTTextTemplate.php:155
2273 msgid "Rounded percentage discount"
2274 msgstr ""
2275
2276 #: src/Settings/CustomOptions/TPTTextTemplate.php:156
2277 msgid "{tp_rounded_discount} - current tier`s rounded percentage discount."
2278 msgstr ""
2279
2280 #: src/Settings/CustomOptions/TPTTextTemplate.php:162
2281 msgid "Required quantity"
2282 msgstr ""
2283
2284 #: src/Settings/CustomOptions/TPTTextTemplate.php:163
2285 msgid "{tp_required_quantity} - required quantity to add a next tiered pricing."
2286 msgstr ""
2287
2288 #: src/Settings/CustomOptions/TPTTextTemplate.php:169
2289 msgid "Next price"
2290 msgstr ""
2291
2292 #: src/Settings/CustomOptions/TPTTextTemplate.php:170
2293 msgid "{tp_next_price} - next tiered pricing price user can get if they add required quantity."
2294 msgstr ""
2295
2296 #: src/Settings/CustomOptions/TPTTextTemplate.php:176
2297 msgid "Next discount"
2298 msgstr ""
2299
2300 #: src/Settings/CustomOptions/TPTTextTemplate.php:177
2301 msgid "{tp_next_discount} - next discount if they add required quantity."
2302 msgstr ""
2303
2304 #: src/Settings/CustomOptions/TPTTextTemplate.php:183
2305 msgid "Next actual discount"
2306 msgstr ""
2307
2308 #: src/Settings/CustomOptions/TPTTextTemplate.php:184
2309 msgid "{tp_actual_discount} - discount based on the original product price."
2310 msgstr ""
2311
2312 #: src/Settings/CustomOptions/TPTTextTemplate.php:189
2313 msgid "Save price"
2314 msgstr ""
2315
2316 #: src/Settings/CustomOptions/TPTTextTemplate.php:190
2317 msgid "{tp_ys_price} - difference between regular and current price."
2318 msgstr ""
2319
2320 #: src/Settings/CustomOptions/TPTTextTemplate.php:195
2321 msgid "Total save price"
2322 msgstr ""
2323
2324 #: src/Settings/CustomOptions/TPTTextTemplate.php:196
2325 msgid "{tp_ys_total_price} - difference between regular and current price multiplied by quantity."
2326 msgstr ""
2327
2328 #: src/Settings/CustomOptions/TPTTextTemplate.php:206
2329 msgid "{tp_price} - Tier price for one piece"
2330 msgstr ""
2331
2332 #: src/Settings/CustomOptions/TPTTextTemplate.php:211
2333 msgid "It will use Unit label from products if you set it."
2334 msgstr ""
2335
2336 #: src/Settings/Sections/Advanced/AdvancedSection.php:17
2337 #: src/Settings/Sections/Advanced/AdvancedSection.php:43
2338 msgid "Modules"
2339 msgstr ""
2340
2341 #: src/Settings/Sections/Advanced/AdvancedSection.php:18
2342 msgid "You can disable or enable specific plugin features."
2343 msgstr ""
2344
2345 #: src/Settings/Sections/Advanced/AdvancedSection.php:66
2346 msgid "Cache"
2347 msgstr ""
2348
2349 #: src/Settings/Sections/Advanced/AdvancedSection.php:67
2350 msgid "Cache improves performance making the plugin not calculate data on each request. Disable to debug issues."
2351 msgstr ""
2352
2353 #: src/Settings/Sections/Advanced/AdvancedSection.php:72
2354 #: src/Settings/Sections/Advanced/AdvancedSection.php:99
2355 msgid "Enabled"
2356 msgstr ""
2357
2358 #: src/Settings/Sections/Advanced/AdvancedSection.php:78
2359 msgid "Purge"
2360 msgstr ""
2361
2362 #: src/Settings/Sections/Advanced/AdvancedSection.php:79
2363 msgid "Purge cache"
2364 msgstr ""
2365
2366 #: src/Settings/Sections/Advanced/AdvancedSection.php:93
2367 msgid "Debug"
2368 msgstr ""
2369
2370 #: src/Settings/Sections/Advanced/AdvancedSection.php:94
2371 msgid "Debug mode is useful when you need to track what pricing rule is applying for a cart item."
2372 msgstr ""
2373
2374 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:15
2375 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:99
2376 msgid "Calculations"
2377 msgstr ""
2378
2379 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:16
2380 msgid "This section controls how tiered pricing does calculations."
2381 msgstr ""
2382
2383 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:35
2384 msgid "Combine variations for quantity calculation"
2385 msgstr ""
2386
2387 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:40
2388 msgid "Treat all variations of a variable product as the same item when calculating the total cart quantity for tiered pricing rules."
2389 msgstr ""
2390
2391 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:45
2392 msgid "Calculate percentage discounts from regular price"
2393 msgstr ""
2394
2395 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:53
2396 msgid "Round calculated prices"
2397 msgstr ""
2398
2399 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:57
2400 msgid "Round calculated percentage discounts to prevent minor display discrepancies with standard WooCommerce pricing."
2401 msgstr ""
2402
2403 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:69
2404 msgid "Calculate percentage discounts using the product's regular price, ignoring any active sale prices."
2405 msgstr ""
2406
2407 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:75
2408 msgid "Example: Regular price is $100.00, sale price is $90.00. Rule: 20% off."
2409 msgstr ""
2410
2411 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:80
2412 msgid "Disabled (Default): Discount applies to the sale price ($90.00 - 20% = $72.00)."
2413 msgstr ""
2414
2415 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:85
2416 msgid "Enabled: Discount applies to the regular price ($100.00 - 20% = $80.00)."
2417 msgstr ""
2418
2419 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:106
2420 msgid "How global pricing rules behave."
2421 msgstr ""
2422
2423 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:110
2424 msgid "Prioritize global pricing rules"
2425 msgstr ""
2426
2427 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:112
2428 msgid "Apply global pricing rules before product-level rules. If disabled, individual product rules take precedence over global rules."
2429 msgstr ""
2430
2431 #: src/Settings/Sections/GeneralSection/GeneralSection.php:86
2432 msgid "General"
2433 msgstr ""
2434
2435 #: src/Settings/Sections/GeneralSection/GeneralSection.php:104
2436 msgid "<strong>Buy {tp_quantity} pieces for {tp_price}</strong>"
2437 msgstr ""
2438
2439 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:19
2440 msgid "Customize the appearance and behavior of your tiered pricing tables."
2441 msgstr ""
2442
2443 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:29
2444 msgid "Display tiered pricing"
2445 msgstr ""
2446
2447 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:33
2448 msgid "Automatically display tiered pricing on the product page. Prices remain dynamic even if the tiered pricing is not displayed. You can also display tiered pricing via shortcode, Gutenberg block, or Elementor widget."
2449 msgstr ""
2450
2451 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:38
2452 msgid "Default layout"
2453 msgstr ""
2454
2455 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:42
2456 msgid "Choose the default visual layout. You can also customize this individually per product."
2457 msgstr ""
2458
2459 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:48
2460 msgid "Pricing options style"
2461 msgstr ""
2462
2463 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:53
2464 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:66
2465 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:87
2466 msgid "Style #1"
2467 msgstr ""
2468
2469 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:54
2470 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:67
2471 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:88
2472 msgid "Style #2"
2473 msgstr ""
2474
2475 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:55
2476 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:68
2477 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:89
2478 msgid "Style #3"
2479 msgstr ""
2480
2481 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:61
2482 msgid "Pricing table style"
2483 msgstr ""
2484
2485 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:69
2486 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:90
2487 msgid "Style #4"
2488 msgstr ""
2489
2490 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:79
2491 msgid "Apply a compact layout to the tiered pricing table or blocks."
2492 msgstr ""
2493
2494 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:82
2495 msgid "Pricing blocks style"
2496 msgstr ""
2497
2498 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:91
2499 msgid "Style #5"
2500 msgstr ""
2501
2502 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:104
2503 msgid "Position on the product page"
2504 msgstr ""
2505
2506 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:108
2507 msgid "Above add to cart button"
2508 msgstr ""
2509
2510 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:109
2511 msgid "Below add to cart button"
2512 msgstr ""
2513
2514 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:115
2515 msgid "I display tiered pricing via shortcode/gutenberg/elementor"
2516 msgstr ""
2517
2518 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:118
2519 msgid "Choose where you what tiered pricing be displayed on the product page."
2520 msgstr ""
2521
2522 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:143
2523 msgid "Tooltip icon color"
2524 msgstr ""
2525
2526 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:148
2527 msgid "Color of the icon."
2528 msgstr ""
2529
2530 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:152
2531 msgid "Tooltip icon size (px)"
2532 msgstr ""
2533
2534 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:157
2535 msgid "Size of the icon."
2536 msgstr ""
2537
2538 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:161
2539 msgid "Tooltip border"
2540 msgstr ""
2541
2542 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:189
2543 msgid "Columns titles"
2544 msgstr ""
2545
2546 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:208
2547 msgid "Leave a column title empty so as not to show that column."
2548 msgstr ""
2549
2550 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:216
2551 msgid "Show the percentage discount in pricing blocks that offer a discount."
2552 msgstr ""
2553
2554 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:224
2555 msgid "Pricing options will show a crossed-out regular product price near the actual tier price."
2556 msgstr ""
2557
2558 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:229
2559 msgid "Show totals in a selected option"
2560 msgstr ""
2561
2562 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:233
2563 msgid "The selected pricing option will include totals."
2564 msgstr ""
2565
2566 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:237
2567 msgid "Pricing option template"
2568 msgstr ""
2569
2570 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:248
2571 msgid "Use the variables above to build the template for the pricing option."
2572 msgstr ""
2573
2574 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:252
2575 msgid "Show first tier pricing option"
2576 msgstr ""
2577
2578 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:256
2579 msgid "Show the option with a regular product price. This is the first pricing tier where no discount is offered."
2580 msgstr ""
2581
2582 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:260
2583 msgid "First tier pricing option template"
2584 msgstr ""
2585
2586 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:268
2587 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:307
2588 msgid "Set up the first pricing tier template where a discount is not offered."
2589 msgstr ""
2590
2591 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:272
2592 msgid "Pricing string template"
2593 msgstr ""
2594
2595 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:284
2596 msgid "Use the variables above to build the template for the pricing string."
2597 msgstr ""
2598
2599 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:288
2600 msgid "Show first tier pricing string"
2601 msgstr ""
2602
2603 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:292
2604 msgid "Show the tier with a regular product price. This is the first pricing tier where no discount is offered."
2605 msgstr ""
2606
2607 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:297
2608 msgid "First tier pricing string template"
2609 msgstr ""
2610
2611 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:315
2612 msgid "To select the quantity, tiered pricing becomes clickable (table rows, blocks, options)."
2613 msgstr ""
2614
2615 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:12
2616 msgid "Product Page Pricing"
2617 msgstr ""
2618
2619 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:16
2620 msgid "Manage how tiered prices are displayed and behave on single product pages."
2621 msgstr ""
2622
2623 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:27
2624 msgid "Price display format"
2625 msgstr ""
2626
2627 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:31
2628 msgid "Match catalog display (price range or lowest price)"
2629 msgstr ""
2630
2631 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:32
2632 msgid "Dynamic"
2633 msgstr ""
2634
2635 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:38
2636 msgid "Enable dynamic price updates"
2637 msgstr ""
2638
2639 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:42
2640 msgid "Automatically update the main product price when a user selects a different quantity."
2641 msgstr ""
2642
2643 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:46
2644 msgid "Display tiered price as discount"
2645 msgstr ""
2646
2647 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:50
2648 msgid "Cross out the original price and show the discounted tiered price next to it."
2649 msgstr ""
2650
2651 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:54
2652 msgid "Display total price"
2653 msgstr ""
2654
2655 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:58
2656 msgid "Show the total calculated price based on the selected quantity and active tier."
2657 msgstr ""
2658
2659 #: src/Settings/Sections/Integrations/IntegrationSection.php:17
2660 msgid "General integrations"
2661 msgstr ""
2662
2663 #: src/Settings/Sections/Integrations/IntegrationSection.php:22
2664 msgid "Multicurrency integrations"
2665 msgstr ""
2666
2667 #: src/Settings/Sections/Integrations/IntegrationSection.php:23
2668 msgid "Integrations with multicurrency plugins."
2669 msgstr ""
2670
2671 #: src/Settings/Sections/Integrations/IntegrationSection.php:26
2672 msgid "Product Addons"
2673 msgstr ""
2674
2675 #: src/Settings/Sections/Integrations/IntegrationSection.php:27
2676 msgid "Integrations with product add-ons (custom fields) plugins."
2677 msgstr ""
2678
2679 #: src/Settings/Sections/Integrations/IntegrationSection.php:31
2680 msgid "SEO"
2681 msgstr ""
2682
2683 #: src/Settings/Sections/Integrations/IntegrationSection.php:32
2684 msgid "Integrations with SEO plugins."
2685 msgstr ""
2686
2687 #: src/Settings/Sections/Integrations/IntegrationSection.php:35
2688 msgid "Custom Product Types"
2689 msgstr ""
2690
2691 #: src/Settings/Sections/Integrations/IntegrationSection.php:36
2692 msgid "Integrations plugins that provides custom product types."
2693 msgstr ""
2694
2695 #: src/Settings/Sections/Integrations/IntegrationSection.php:92
2696 msgid "Integrations"
2697 msgstr ""
2698
2699 #. translators: %s: required plugin
2700 #: src/TierPricingTablePlugin.php:88
2701 #, php-format
2702 msgid "<b>Tiered Pricing Table</b> plugin requires %s to be installed and activated."
2703 msgstr ""
2704
2705 #: src/TierPricingTablePlugin.php:151
2706 #: views/admin/notifications/activation-notification.php:56
2707 #: views/admin/welcome-page/welcome-page.php:517
2708 msgid "Settings"
2709 msgstr ""
2710
2711 #: src/TierPricingTablePlugin.php:155
2712 msgid "Go Premium"
2713 msgstr ""
2714
2715 #: src/TierPricingTablePlugin.php:168
2716 #: views/admin/banners/premium-thanking-banner.php:44
2717 #: views/admin/banners/upgrade-banner.php:59
2718 #: views/admin/notifications/activation-notification.php:60
2719 #: views/admin/welcome-page/welcome-page.php:523
2720 msgid "Documentation"
2721 msgstr ""
2722
2723 #: src/TierPricingTablePlugin.php:171
2724 msgid "Contact Us"
2725 msgstr ""
2726
2727 #: src/TierPricingTablePlugin.php:175
2728 #: views/admin/banners/premium-thanking-banner.php:36
2729 #: views/admin/banners/upgrade-banner.php:71
2730 msgid "My Account"
2731 msgstr ""
2732
2733 #: src/TierPricingTablePlugin.php:282
2734 #: views/admin/welcome-page/welcome-page.php:767
2735 msgid "Horizontal table"
2736 msgstr ""
2737
2738 #: src/TierPricingTablePlugin.php:283
2739 #: views/admin/welcome-page/welcome-page.php:772
2740 msgid "Plain text"
2741 msgstr ""
2742
2743 #: src/TierPricingTablePlugin.php:284
2744 #: views/admin/welcome-page/welcome-page.php:759
2745 msgid "Tooltip"
2746 msgstr ""
2747
2748 #: views/addons/category-tiers/add-free.php:37
2749 msgid "Available only in the premium version (You can disable this block in the settings)"
2750 msgstr ""
2751
2752 #: views/addons/category-tiers/add.php:69
2753 #: views/addons/category-tiers/edit-free.php:46
2754 #: views/addons/category-tiers/edit.php:100
2755 #: views/admin/components/tiered-pricing-rules-form.php:141
2756 msgid "New tier"
2757 msgstr ""
2758
2759 #: views/addons/category-tiers/add.php:76
2760 msgid ""
2761 "Assign percentage discounts for products that have this category. Rules can be overridden\n"
2762 " in product."
2763 msgstr ""
2764
2765 #: views/addons/category-tiers/edit.php:135
2766 msgid "Assign percentage discounts for products that have this category. Rules can be overridden in product."
2767 msgstr ""
2768
2769 #: views/addons/global-rules/tiered-pricing-tab.php:56
2770 msgid "Looking to set pricing rules for product categories or custom sets of products?"
2771 msgstr ""
2772
2773 #: views/addons/global-rules/tiered-pricing-tab.php:67
2774 msgid "Create a global pricing rule"
2775 msgstr ""
2776
2777 #: views/addons/role-based-pricing/role-based-block.php:33
2778 msgid "Role-based pricing"
2779 msgstr ""
2780
2781 #: views/addons/role-based-pricing/role-based-block.php:64
2782 msgid "Set up specific pricing and rules for different user roles."
2783 msgstr ""
2784
2785 #: views/addons/role-based-pricing/role-based-block.php:75
2786 msgid "settings"
2787 msgstr ""
2788
2789 #. translators: %s: settings link
2790 #: views/addons/role-based-pricing/role-based-block.php:77
2791 #, php-format
2792 msgid "You can disable this feature in the %s if you don't need role-based pricing."
2793 msgstr ""
2794
2795 #: views/addons/role-based-pricing/role-based-block.php:98
2796 msgid "Add Role"
2797 msgstr ""
2798
2799 #: views/addons/role-based-pricing/role-based-block.php:110
2800 msgid "Manage Roles"
2801 msgstr ""
2802
2803 #: views/addons/role-based-pricing/role-pricing-form.php:30
2804 msgid "Premium feature."
2805 msgstr ""
2806
2807 #: views/addons/role-based-pricing/role-pricing-form.php:32
2808 msgid "Upgrade to premium"
2809 msgstr ""
2810
2811 #: views/admin/banners/free-version-used-premium-available.php:16
2812 #: views/admin/banners/upgrade-banner.php:19
2813 msgid "Free Version"
2814 msgstr ""
2815
2816 #: views/admin/banners/free-version-used-premium-available.php:19
2817 msgid "Premium License Available"
2818 msgstr ""
2819
2820 #: views/admin/banners/free-version-used-premium-available.php:26
2821 msgid "You are currently running the free version. Download the Pro version from your <a href=\""
2822 msgstr ""
2823
2824 #: views/admin/banners/premium-thanking-banner.php:20
2825 msgid "Premium"
2826 msgstr ""
2827
2828 #: views/admin/banners/premium-thanking-banner.php:25
2829 msgid "License is invalid or expired. Please check your account."
2830 msgstr ""
2831
2832 #: views/admin/banners/premium-thanking-banner.php:40
2833 #: views/admin/banners/upgrade-banner.php:54
2834 msgid "Contact Support"
2835 msgstr ""
2836
2837 #: views/admin/banners/upgrade-banner.php:21
2838 msgid "Unlock advanced features with Premium 🚀"
2839 msgstr ""
2840
2841 #: views/admin/banners/upgrade-banner.php:28
2842 msgid "finish plugin activation"
2843 msgstr ""
2844
2845 #. translators: %s: activation link
2846 #: views/admin/banners/upgrade-banner.php:35
2847 #, php-format
2848 msgid "Please %s to upgrade."
2849 msgstr ""
2850
2851 #: views/admin/banners/upgrade-banner.php:49
2852 #: src/Addons/CustomColumns/build/index.js:1
2853 #: src/Addons/CustomColumns/js-source/index.js:205
2854 #: src/Addons/TaxSettings/build/index.js:1
2855 #: src/Addons/TaxSettings/js-source/App.js:238
2856 msgid "Upgrade to Premium"
2857 msgstr ""
2858
2859 #: views/admin/banners/upgrade-banner.php:65
2860 msgid "Opt-in"
2861 msgstr ""
2862
2863 #: views/admin/components/minimum-order-quantity-form.php:26
2864 msgid "A minimum amount of a product a customer must order to fulfill the order."
2865 msgstr ""
2866
2867 #: views/admin/components/regular-pricing-form.php:35
2868 #: views/admin/components/regular-pricing-form.php:52
2869 msgid "Flat prices"
2870 msgstr ""
2871
2872 #: views/admin/components/regular-pricing-form.php:84
2873 msgid "Leave blank to not apply any"
2874 msgstr ""
2875
2876 #: views/admin/components/regular-pricing-form.php:94
2877 msgid "Set discounted price as"
2878 msgstr ""
2879
2880 #: views/admin/components/regular-pricing-form.php:137
2881 #: views/admin/components/regular-pricing-form.php:155
2882 msgid "Leave blank to keep unchanged"
2883 msgstr ""
2884
2885 #: views/admin/components/tiered-pricing-rules-form.php:105
2886 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/TieredPricingType.js:16
2887 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
2888 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
2889 msgid "Fixed prices"
2890 msgstr ""
2891
2892 #: views/admin/components/tiered-pricing-rules-form.php:110
2893 msgid "Percentage discounts"
2894 msgstr ""
2895
2896 #: views/admin/components/tiered-pricing-rules-form.php:111
2897 msgid "Percentage discounts (only in premium version)"
2898 msgstr ""
2899
2900 #: views/admin/components/tiered-pricing-rules-form.php:125
2901 msgid "Tiered price"
2902 msgstr ""
2903
2904 #: views/admin/notifications/activation-notification.php:25
2905 msgid "Thanks for installing the"
2906 msgstr ""
2907
2908 #: views/admin/notifications/activation-notification.php:41
2909 msgid "products"
2910 msgstr ""
2911
2912 #: views/admin/notifications/activation-notification.php:44
2913 msgid "a global pricing rule"
2914 msgstr ""
2915
2916 #. translators: %1$s: product links, %2$s: categories
2917 #: views/admin/notifications/activation-notification.php:47
2918 #, php-format
2919 msgid "Add quantity-based pricing rules directly in the %1$s or create %2$s that will work for product categories and user roles."
2920 msgstr ""
2921
2922 #: views/admin/welcome-page/welcome-page.php:503
2923 msgid "Tiered Pricing Table is a powerful tool that allows you to create quantity-based pricing for your WooCommerce products."
2924 msgstr ""
2925
2926 #: views/admin/welcome-page/welcome-page.php:509
2927 msgid "With intuitive templates, flexible pricing rules, and advanced features, this plugin is a perfect fit for any type of store."
2928 msgstr ""
2929
2930 #: views/admin/welcome-page/welcome-page.php:687
2931 msgid "Apply tiered pricing to products"
2932 msgstr ""
2933
2934 #: views/admin/welcome-page/welcome-page.php:707
2935 msgid "Prices automatically displayed on the product page:"
2936 msgstr ""
2937
2938 #: views/admin/welcome-page/welcome-page.php:729
2939 msgid "Pricing Table"
2940 msgstr ""
2941
2942 #: views/admin/welcome-page/welcome-page.php:732
2943 msgid "Ability to add custom columns."
2944 msgstr ""
2945
2946 #: views/admin/welcome-page/welcome-page.php:733
2947 msgid "Customizable columns titles"
2948 msgstr ""
2949
2950 #: views/admin/welcome-page/welcome-page.php:734
2951 msgid "Customize accent color."
2952 msgstr ""
2953
2954 #: views/admin/welcome-page/welcome-page.php:738
2955 msgid "Pricing Blocks"
2956 msgstr ""
2957
2958 #: views/admin/welcome-page/welcome-page.php:741
2959 msgid "Show/hide percentage discount."
2960 msgstr ""
2961
2962 #: views/admin/welcome-page/welcome-page.php:745
2963 msgid "Pricing Blocks #2"
2964 msgstr ""
2965
2966 #: views/admin/welcome-page/welcome-page.php:750
2967 msgid "Pricing Options"
2968 msgstr ""
2969
2970 #: views/admin/welcome-page/welcome-page.php:753
2971 #: views/admin/welcome-page/welcome-page.php:775
2972 msgid "Customize template with various available variables."
2973 msgstr ""
2974
2975 #: views/admin/welcome-page/welcome-page.php:754
2976 msgid "Show/hide total in a selected option."
2977 msgstr ""
2978
2979 #: views/admin/welcome-page/welcome-page.php:762
2980 msgid "Customizable color and size."
2981 msgstr ""
2982
2983 #: views/admin/welcome-page/welcome-page.php:782
2984 msgid "Customizable template."
2985 msgstr ""
2986
2987 #: views/admin/welcome-page/welcome-page.php:822
2988 msgid "Apply custom prices to any user role"
2989 msgstr ""
2990
2991 #: views/admin/welcome-page/welcome-page.php:843
2992 msgid "Apply custom prices in bulk for selected categories and users:"
2993 msgstr ""
2994
2995 #: views/admin/welcome-page/welcome-page.php:871
2996 msgid "Instant price updating"
2997 msgstr ""
2998
2999 #: views/admin/welcome-page/welcome-page.php:880
3000 msgid "Cart"
3001 msgstr ""
3002
3003 #: views/admin/welcome-page/welcome-page.php:889
3004 msgid "Catalog prices"
3005 msgstr ""
3006
3007 #: views/admin/welcome-page/welcome-page.php:898
3008 msgid "Product catalog (Category page)"
3009 msgstr ""
3010
3011 #: views/admin/welcome-page/welcome-page.php:941
3012 msgid "Tier Labels & Badges"
3013 msgstr ""
3014
3015 #: views/admin/welcome-page/welcome-page.php:945
3016 msgid "Data Cleanup & Role Management Tools"
3017 msgstr ""
3018
3019 #: views/admin/welcome-page/welcome-page.php:949
3020 msgid "Import \\ Export"
3021 msgstr ""
3022
3023 #: views/admin/welcome-page/welcome-page.php:953
3024 msgid "REST API"
3025 msgstr ""
3026
3027 #: views/admin/welcome-page/welcome-page.php:957
3028 msgid "Admin-made orders supported"
3029 msgstr ""
3030
3031 #: views/admin/welcome-page/welcome-page.php:961
3032 msgid "Built-in cache"
3033 msgstr ""
3034
3035 #: views/admin/welcome-page/welcome-page.php:969
3036 msgid "Shortcode \\ Gutenberg \\ Elementor"
3037 msgstr ""
3038
3039 #: views/admin/welcome-page/welcome-page.php:973
3040 msgid "Hide prices for logged-out users"
3041 msgstr ""
3042
3043 #: views/admin/welcome-page/welcome-page.php:977
3044 msgid "Works with any theme"
3045 msgstr ""
3046
3047 #: views/admin/welcome-page/welcome-page.php:981
3048 msgid "Debug mode"
3049 msgstr ""
3050
3051 #. translators: %d: discount amount
3052 #: views/frontend/tiered-pricing-blocks-style-1.php:126
3053 #: views/frontend/tiered-pricing-blocks-style-1.php:208
3054 #: views/frontend/tiered-pricing-blocks-style-2.php:124
3055 #: views/frontend/tiered-pricing-blocks-style-2.php:205
3056 #: views/frontend/tiered-pricing-blocks-style-4.php:108
3057 #: views/frontend/tiered-pricing-blocks-style-4.php:205
3058 #: views/frontend/tiered-pricing-blocks-style-5.php:108
3059 #: views/frontend/tiered-pricing-blocks-style-5.php:205
3060 #: views/frontend/tiered-pricing-blocks.php:110
3061 #: views/frontend/tiered-pricing-blocks.php:206
3062 #, php-format
3063 msgid "(%d%% off)"
3064 msgstr ""
3065
3066 #. translators: %d: discount amount
3067 #: views/frontend/tiered-pricing-blocks-style-3.php:98
3068 #: views/frontend/tiered-pricing-blocks-style-3.php:198
3069 #: views/frontend/tiered-pricing-options-style-3.php:243
3070 #, php-format
3071 msgid "%d%% off"
3072 msgstr ""
3073
3074 #: src/Addons/CustomColumns/build/index.js:1
3075 #: src/Addons/CustomColumns/js-source/index.js:40
3076 msgid "Column Title"
3077 msgstr ""
3078
3079 #: src/Addons/CustomColumns/build/index.js:1
3080 #: src/Addons/CustomColumns/js-source/index.js:43
3081 msgid "e.g., Discounted Price"
3082 msgstr ""
3083
3084 #: src/Addons/CustomColumns/build/index.js:1
3085 #: src/Addons/CustomColumns/js-source/index.js:49
3086 msgid "Column Data Type"
3087 msgstr ""
3088
3089 #: src/Addons/CustomColumns/build/index.js:1
3090 #: src/Addons/CustomColumns/js-source/index.js:52
3091 msgid "Select column type..."
3092 msgstr ""
3093
3094 #: src/Addons/CustomColumns/build/index.js:1
3095 #: src/Addons/CustomColumns/js-source/index.js:65
3096 msgid "Format"
3097 msgstr ""
3098
3099 #: src/Addons/CustomColumns/build/index.js:1
3100 #: src/Addons/CustomColumns/js-source/index.js:80
3101 msgid "Remove column"
3102 msgstr ""
3103
3104 #: src/Addons/CustomColumns/build/index.js:1
3105 #: src/Addons/CustomColumns/js-source/index.js:201
3106 #: src/Addons/TaxSettings/build/index.js:1
3107 #: src/Addons/TaxSettings/js-source/App.js:234
3108 msgid "Premium Feature"
3109 msgstr ""
3110
3111 #: src/Addons/CustomColumns/build/index.js:1
3112 #: src/Addons/CustomColumns/js-source/index.js:201
3113 msgid "Upgrading to premium to unlock custom columns."
3114 msgstr ""
3115
3116 #: src/Addons/CustomColumns/build/index.js:1
3117 #: src/Addons/CustomColumns/js-source/index.js:224
3118 msgid "No Custom Columns"
3119 msgstr ""
3120
3121 #: src/Addons/CustomColumns/build/index.js:1
3122 #: src/Addons/CustomColumns/js-source/index.js:227
3123 msgid "Add custom columns to display extra information alongside your pricing tiers."
3124 msgstr ""
3125
3126 #: src/Addons/CustomColumns/build/index.js:1
3127 #: src/Addons/CustomColumns/js-source/index.js:231
3128 msgid "Add your first column"
3129 msgstr ""
3130
3131 #: src/Addons/CustomColumns/build/index.js:1
3132 #: src/Addons/CustomColumns/js-source/index.js:132
3133 msgid "Columns saved successfully!"
3134 msgstr ""
3135
3136 #: src/Addons/CustomColumns/build/index.js:1
3137 #: src/Addons/CustomColumns/js-source/index.js:121
3138 msgid "Please upgrade to the Premium version to save custom columns."
3139 msgstr ""
3140
3141 #: src/Addons/CustomColumns/build/index.js:1
3142 #: src/Addons/CustomColumns/js-source/index.js:247
3143 #: src/Addons/TierLabels/build/index.js:1
3144 #: src/Addons/TierLabels/js-source/index.js:433
3145 msgid "Saving..."
3146 msgstr ""
3147
3148 #: src/Addons/CustomColumns/build/index.js:1
3149 #: src/Addons/CustomColumns/js-source/index.js:247
3150 msgid "Save Columns"
3151 msgstr ""
3152
3153 #: src/Addons/CustomColumns/build/index.js:1
3154 #: src/Addons/CustomColumns/js-source/index.js:250
3155 msgid "+ Add Column"
3156 msgstr ""
3157
3158 #: src/Addons/ReactProductEditorAddon/js-source/src/role-based-pricing/Components/PremiumUpgradeNotice.js:7
3159 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
3160 msgid "Role-based pricing is a premium feature."
3161 msgstr ""
3162
3163 #: src/Addons/ReactProductEditorAddon/js-source/src/role-based-pricing/Components/PremiumUpgradeNotice.js:9
3164 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
3165 msgid "Upgrade to unlock"
3166 msgstr ""
3167
3168 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/TieredPricingForm.js:43
3169 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
3170 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
3171 msgid "Add tier"
3172 msgstr ""
3173
3174 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/TieredPricingType.js:13
3175 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
3176 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
3177 msgid "Percentage"
3178 msgstr ""
3179
3180 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/Components/TieredPricingForm/TieredPricingType.js:13
3181 #: src/Addons/ReactProductEditorAddon/js/role-based-pricing/index.js:1
3182 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/index.js:1
3183 msgid "Percentage (premium feature)"
3184 msgstr ""
3185
3186 #: src/Addons/ReactProductEditorAddon/js-source/src/upgrade-notice/edit.js:36
3187 #: src/Addons/ReactProductEditorAddon/js/upgrade-notice/index.js:1
3188 msgid "Upgrade Now"
3189 msgstr ""
3190
3191 #: src/Addons/TaxSettings/build/index.js:1
3192 #: src/Addons/TaxSettings/js-source/App.js:142
3193 msgid "Role-Based Tax Options"
3194 msgstr ""
3195
3196 #: src/Addons/TaxSettings/build/index.js:1
3197 #: src/Addons/TaxSettings/js-source/App.js:144
3198 msgid "Override default tax options for specific user roles."
3199 msgstr ""
3200
3201 #: src/Addons/TaxSettings/build/index.js:1
3202 #: src/Addons/TaxSettings/js-source/App.js:174
3203 msgid "No Custom Tax Configurations"
3204 msgstr ""
3205
3206 #: src/Addons/TaxSettings/build/index.js:1
3207 #: src/Addons/TaxSettings/js-source/App.js:177
3208 msgid "Configure custom tax rules for specific user roles."
3209 msgstr ""
3210
3211 #: src/Addons/TaxSettings/build/index.js:1
3212 #: src/Addons/TaxSettings/js-source/App.js:187
3213 msgid "Select a role below to create your first configuration."
3214 msgstr ""
3215
3216 #: src/Addons/TaxSettings/build/index.js:1
3217 #: src/Addons/TaxSettings/js-source/App.js:193
3218 #: src/Addons/TaxSettings/js-source/App.js:383
3219 #: src/Addons/Tools/build/index.js:1
3220 #: src/Addons/Tools/js-source/components/RolesManagement.js:248
3221 msgid "Select a role..."
3222 msgstr ""
3223
3224 #: src/Addons/TaxSettings/build/index.js:1
3225 #: src/Addons/TaxSettings/js-source/App.js:201
3226 msgid "Create Configuration"
3227 msgstr ""
3228
3229 #: src/Addons/TaxSettings/build/index.js:1
3230 #: src/Addons/TaxSettings/js-source/App.js:216
3231 msgid "Custom Tax Configuration"
3232 msgstr ""
3233
3234 #: src/Addons/TaxSettings/build/index.js:1
3235 #: src/Addons/TaxSettings/js-source/App.js:234
3236 msgid "Upgrading to premium to unlock role-based tax options."
3237 msgstr ""
3238
3239 #: src/Addons/TaxSettings/build/index.js:1
3240 #: src/Addons/TaxSettings/js-source/App.js:253
3241 msgid "Tax Exempt"
3242 msgstr ""
3243
3244 #: src/Addons/TaxSettings/build/index.js:1
3245 #: src/Addons/TaxSettings/js-source/App.js:254
3246 msgid "Disable tax calculation entirely for this role."
3247 msgstr ""
3248
3249 #: src/Addons/TaxSettings/build/index.js:1
3250 #: src/Addons/TaxSettings/js-source/App.js:262
3251 msgid "Tax Class"
3252 msgstr ""
3253
3254 #: src/Addons/TaxSettings/build/index.js:1
3255 #: src/Addons/TaxSettings/js-source/App.js:266
3256 #: src/Addons/TaxSettings/js-source/App.js:290
3257 #: src/Addons/TaxSettings/js-source/App.js:310
3258 #: src/Addons/TaxSettings/js-source/App.js:330
3259 msgid "Default (Inherit)"
3260 msgstr ""
3261
3262 #: src/Addons/TaxSettings/build/index.js:1
3263 #: src/Addons/TaxSettings/js-source/App.js:274
3264 msgid "Reduced Rate"
3265 msgstr ""
3266
3267 #: src/Addons/TaxSettings/build/index.js:1
3268 #: src/Addons/TaxSettings/js-source/App.js:278
3269 msgid "Zero Rate"
3270 msgstr ""
3271
3272 #: src/Addons/TaxSettings/build/index.js:1
3273 #: src/Addons/TaxSettings/js-source/App.js:286
3274 msgid "Prices Entered With Tax"
3275 msgstr ""
3276
3277 #: src/Addons/TaxSettings/build/index.js:1
3278 #: src/Addons/TaxSettings/js-source/App.js:294
3279 msgid "Yes, I will enter prices inclusive of tax"
3280 msgstr ""
3281
3282 #: src/Addons/TaxSettings/build/index.js:1
3283 #: src/Addons/TaxSettings/js-source/App.js:298
3284 msgid "No, I will enter prices exclusive of tax"
3285 msgstr ""
3286
3287 #: src/Addons/TaxSettings/build/index.js:1
3288 #: src/Addons/TaxSettings/js-source/App.js:306
3289 msgid "Display Prices in Shop"
3290 msgstr ""
3291
3292 #: src/Addons/TaxSettings/build/index.js:1
3293 #: src/Addons/TaxSettings/js-source/App.js:314
3294 #: src/Addons/TaxSettings/js-source/App.js:334
3295 msgid "Including Tax"
3296 msgstr ""
3297
3298 #: src/Addons/TaxSettings/build/index.js:1
3299 #: src/Addons/TaxSettings/js-source/App.js:318
3300 #: src/Addons/TaxSettings/js-source/App.js:338
3301 msgid "Excluding Tax"
3302 msgstr ""
3303
3304 #: src/Addons/TaxSettings/build/index.js:1
3305 #: src/Addons/TaxSettings/js-source/App.js:326
3306 msgid "Display Prices in Cart/Checkout"
3307 msgstr ""
3308
3309 #: src/Addons/TaxSettings/build/index.js:1
3310 #: src/Addons/TaxSettings/js-source/App.js:346
3311 msgid "Price Display Suffix"
3312 msgstr ""
3313
3314 #: src/Addons/TaxSettings/build/index.js:1
3315 #: src/Addons/TaxSettings/js-source/App.js:347
3316 msgid "Leave blank to inherit default settings."
3317 msgstr ""
3318
3319 #: src/Addons/TaxSettings/build/index.js:1
3320 #: src/Addons/TaxSettings/js-source/App.js:367
3321 msgid "Remove Configuration"
3322 msgstr ""
3323
3324 #: src/Addons/TaxSettings/build/index.js:1
3325 #: src/Addons/TaxSettings/js-source/App.js:391
3326 msgid "Add Configuration"
3327 msgstr ""
3328
3329 #: src/Addons/TierLabels/build/index.js:1
3330 #: src/Addons/TierLabels/js-source/index.js:119
3331 msgid "Enter title"
3332 msgstr ""
3333
3334 #: src/Addons/TierLabels/build/index.js:1
3335 #: src/Addons/TierLabels/js-source/index.js:124
3336 msgid "Style Preset"
3337 msgstr ""
3338
3339 #: src/Addons/TierLabels/build/index.js:1
3340 #: src/Addons/TierLabels/js-source/index.js:127
3341 msgid "Square"
3342 msgstr ""
3343
3344 #: src/Addons/TierLabels/build/index.js:1
3345 #: src/Addons/TierLabels/js-source/index.js:128
3346 msgid "Rounded"
3347 msgstr ""
3348
3349 #: src/Addons/TierLabels/build/index.js:1
3350 #: src/Addons/TierLabels/js-source/index.js:129
3351 msgid "Pill"
3352 msgstr ""
3353
3354 #: src/Addons/TierLabels/build/index.js:1
3355 #: src/Addons/TierLabels/js-source/index.js:130
3356 msgid "Outline"
3357 msgstr ""
3358
3359 #: src/Addons/TierLabels/build/index.js:1
3360 #: src/Addons/TierLabels/js-source/index.js:131
3361 msgid "Dashed"
3362 msgstr ""
3363
3364 #: src/Addons/TierLabels/build/index.js:1
3365 #: src/Addons/TierLabels/js-source/index.js:138
3366 msgid "Icon"
3367 msgstr ""
3368
3369 #: src/Addons/TierLabels/build/index.js:1
3370 #: src/Addons/TierLabels/js-source/index.js:142
3371 msgid "Star"
3372 msgstr ""
3373
3374 #: src/Addons/TierLabels/build/index.js:1
3375 #: src/Addons/TierLabels/js-source/index.js:143
3376 msgid "Fire"
3377 msgstr ""
3378
3379 #: src/Addons/TierLabels/build/index.js:1
3380 #: src/Addons/TierLabels/js-source/index.js:144
3381 msgid "Lightning"
3382 msgstr ""
3383
3384 #: src/Addons/TierLabels/build/index.js:1
3385 #: src/Addons/TierLabels/js-source/index.js:145
3386 msgid "Tag"
3387 msgstr ""
3388
3389 #: src/Addons/TierLabels/build/index.js:1
3390 #: src/Addons/TierLabels/js-source/index.js:146
3391 msgid "Crown"
3392 msgstr ""
3393
3394 #: src/Addons/TierLabels/build/index.js:1
3395 #: src/Addons/TierLabels/js-source/index.js:147
3396 msgid "Percent"
3397 msgstr ""
3398
3399 #: src/Addons/TierLabels/build/index.js:1
3400 #: src/Addons/TierLabels/js-source/index.js:148
3401 msgid "Award"
3402 msgstr ""
3403
3404 #: src/Addons/TierLabels/build/index.js:1
3405 #: src/Addons/TierLabels/js-source/index.js:157
3406 msgid "Bg Color"
3407 msgstr ""
3408
3409 #: src/Addons/TierLabels/build/index.js:1
3410 #: src/Addons/TierLabels/js-source/index.js:168
3411 msgid "Text Color"
3412 msgstr ""
3413
3414 #: src/Addons/TierLabels/build/index.js:1
3415 #: src/Addons/TierLabels/js-source/index.js:179
3416 msgid "Border"
3417 msgstr ""
3418
3419 #: src/Addons/TierLabels/build/index.js:1
3420 #: src/Addons/TierLabels/js-source/index.js:193
3421 msgid "Clear border color"
3422 msgstr ""
3423
3424 #: src/Addons/TierLabels/build/index.js:1
3425 #: src/Addons/TierLabels/js-source/index.js:208
3426 msgid "Hide Advanced Settings"
3427 msgstr ""
3428
3429 #: src/Addons/TierLabels/build/index.js:1
3430 #: src/Addons/TierLabels/js-source/index.js:208
3431 msgid "Show Advanced Settings"
3432 msgstr ""
3433
3434 #: src/Addons/TierLabels/build/index.js:1
3435 #: src/Addons/TierLabels/js-source/index.js:215
3436 msgid "Font Size (px)"
3437 msgstr ""
3438
3439 #: src/Addons/TierLabels/build/index.js:1
3440 #: src/Addons/TierLabels/js-source/index.js:224
3441 msgid "Border Width (px)"
3442 msgstr ""
3443
3444 #: src/Addons/TierLabels/build/index.js:1
3445 #: src/Addons/TierLabels/js-source/index.js:233
3446 msgid "Padding Horizontal (px)"
3447 msgstr ""
3448
3449 #: src/Addons/TierLabels/build/index.js:1
3450 #: src/Addons/TierLabels/js-source/index.js:242
3451 msgid "Padding Vertical (px)"
3452 msgstr ""
3453
3454 #: src/Addons/TierLabels/build/index.js:1
3455 #: src/Addons/TierLabels/js-source/index.js:251
3456 msgid "Border Radius (px)"
3457 msgstr ""
3458
3459 #: src/Addons/TierLabels/build/index.js:1
3460 #: src/Addons/TierLabels/js-source/index.js:260
3461 msgid "Extra CSS Class"
3462 msgstr ""
3463
3464 #: src/Addons/TierLabels/build/index.js:1
3465 #: src/Addons/TierLabels/js-source/index.js:263
3466 msgid "e.g., my-custom-class"
3467 msgstr ""
3468
3469 #: src/Addons/TierLabels/build/index.js:1
3470 #: src/Addons/TierLabels/js-source/index.js:284
3471 msgid "Preview"
3472 msgstr ""
3473
3474 #: src/Addons/TierLabels/build/index.js:1
3475 #: src/Addons/TierLabels/js-source/index.js:290
3476 msgid "Remove label"
3477 msgstr ""
3478
3479 #: src/Addons/TierLabels/build/index.js:1
3480 #: src/Addons/TierLabels/js-source/index.js:319
3481 msgid "New Label"
3482 msgstr ""
3483
3484 #: src/Addons/TierLabels/build/index.js:1
3485 #: src/Addons/TierLabels/js-source/index.js:407
3486 msgid "No Labels Created"
3487 msgstr ""
3488
3489 #: src/Addons/TierLabels/build/index.js:1
3490 #: src/Addons/TierLabels/js-source/index.js:410
3491 msgid "Create your first custom tier label to highlight special pricing offers."
3492 msgstr ""
3493
3494 #: src/Addons/TierLabels/build/index.js:1
3495 #: src/Addons/TierLabels/js-source/index.js:413
3496 msgid "Once created, you can assign your labels to specific pricing tiers when editing a product."
3497 msgstr ""
3498
3499 #: src/Addons/TierLabels/build/index.js:1
3500 #: src/Addons/TierLabels/js-source/index.js:417
3501 msgid "Add your first label"
3502 msgstr ""
3503
3504 #: src/Addons/TierLabels/build/index.js:1
3505 #: src/Addons/TierLabels/js-source/index.js:343
3506 msgid "Labels saved successfully!"
3507 msgstr ""
3508
3509 #: src/Addons/TierLabels/build/index.js:1
3510 #: src/Addons/TierLabels/js-source/index.js:433
3511 msgid "Save Labels"
3512 msgstr ""
3513
3514 #: src/Addons/TierLabels/build/index.js:1
3515 #: src/Addons/TierLabels/js-source/index.js:436
3516 msgid "+ Add Label"
3517 msgstr ""
3518
3519 #: src/Addons/Tools/build/index.js:1
3520 #: src/Addons/Tools/js-source/components/CleanupTool.js:85
3521 msgid "Item added"
3522 msgstr ""
3523
3524 #: src/Addons/Tools/build/index.js:1
3525 #: src/Addons/Tools/js-source/components/CleanupTool.js:86
3526 msgid "Item removed"
3527 msgstr ""
3528
3529 #: src/Addons/Tools/build/index.js:1
3530 #: src/Addons/Tools/js-source/components/CleanupTool.js:87
3531 msgid "Remove item"
3532 msgstr ""
3533
3534 #: src/Addons/Tools/build/index.js:1
3535 #: src/Addons/Tools/js-source/components/CleanupTool.js:226
3536 msgid "Clean Up & Reset Options"
3537 msgstr ""
3538
3539 #: src/Addons/Tools/build/index.js:1
3540 #: src/Addons/Tools/js-source/components/CleanupTool.js:238
3541 msgid "Warning:"
3542 msgstr ""
3543
3544 #: src/Addons/Tools/build/index.js:1
3545 #: src/Addons/Tools/js-source/components/CleanupTool.js:238
3546 msgid "The actions below will permanently delete data from your database. Please make a backup before proceeding."
3547 msgstr ""
3548
3549 #: src/Addons/Tools/build/index.js:1
3550 #: src/Addons/Tools/js-source/components/CleanupTool.js:242
3551 msgid "1. Product Level Data"
3552 msgstr ""
3553
3554 #: src/Addons/Tools/build/index.js:1
3555 #: src/Addons/Tools/js-source/components/CleanupTool.js:244
3556 msgid "Remove tiered pricing rules directly attached to individual products."
3557 msgstr ""
3558
3559 #: src/Addons/Tools/build/index.js:1
3560 #: src/Addons/Tools/js-source/components/CleanupTool.js:248
3561 msgid "Clean Standard Tiered Pricing Data"
3562 msgstr ""
3563
3564 #: src/Addons/Tools/build/index.js:1
3565 #: src/Addons/Tools/js-source/components/CleanupTool.js:253
3566 msgid "Role Based Data"
3567 msgstr ""
3568
3569 #: src/Addons/Tools/build/index.js:1
3570 #: src/Addons/Tools/js-source/components/CleanupTool.js:269
3571 msgid "Filters (Optional)"
3572 msgstr ""
3573
3574 #: src/Addons/Tools/build/index.js:1
3575 #: src/Addons/Tools/js-source/components/CleanupTool.js:271
3576 msgid "Leave blank to apply the cleanup to all products. Otherwise, select specific categories or products."
3577 msgstr ""
3578
3579 #: src/Addons/Tools/build/index.js:1
3580 #: src/Addons/Tools/js-source/components/CleanupTool.js:274
3581 msgid "Select Categories"
3582 msgstr ""
3583
3584 #: src/Addons/Tools/build/index.js:1
3585 #: src/Addons/Tools/js-source/components/CleanupTool.js:291
3586 msgid "2. Global Pricing Rules"
3587 msgstr ""
3588
3589 #: src/Addons/Tools/build/index.js:1
3590 #: src/Addons/Tools/js-source/components/CleanupTool.js:293
3591 msgid "Global pricing rules apply to multiple products at once."
3592 msgstr ""
3593
3594 #: src/Addons/Tools/build/index.js:1
3595 #: src/Addons/Tools/js-source/components/CleanupTool.js:296
3596 msgid "Delete all Global Pricing Rules"
3597 msgstr ""
3598
3599 #: src/Addons/Tools/build/index.js:1
3600 #: src/Addons/Tools/js-source/components/CleanupTool.js:304
3601 msgid "3. Plugin Settings"
3602 msgstr ""
3603
3604 #: src/Addons/Tools/build/index.js:1
3605 #: src/Addons/Tools/js-source/components/CleanupTool.js:306
3606 msgid "Reset general settings, labels, and table column configurations."
3607 msgstr ""
3608
3609 #: src/Addons/Tools/build/index.js:1
3610 #: src/Addons/Tools/js-source/components/CleanupTool.js:309
3611 msgid "Reset all plugin settings to defaults"
3612 msgstr ""
3613
3614 #: src/Addons/Tools/build/index.js:1
3615 #: src/Addons/Tools/js-source/components/CleanupTool.js:129
3616 msgid "Are you sure you want to delete the selected data? This action cannot be undone."
3617 msgstr ""
3618
3619 #: src/Addons/Tools/build/index.js:1
3620 #: src/Addons/Tools/js-source/components/CleanupTool.js:154
3621 msgid "Product data cleaned up."
3622 msgstr ""
3623
3624 #: src/Addons/Tools/build/index.js:1
3625 #: src/Addons/Tools/js-source/components/CleanupTool.js:167
3626 msgid "Global rules deleted."
3627 msgstr ""
3628
3629 #: src/Addons/Tools/build/index.js:1
3630 #: src/Addons/Tools/js-source/components/CleanupTool.js:180
3631 msgid "Settings reset to default."
3632 msgstr ""
3633
3634 #: src/Addons/Tools/build/index.js:1
3635 #: src/Addons/Tools/js-source/components/CleanupTool.js:207
3636 msgid "An unexpected error occurred."
3637 msgstr ""
3638
3639 #: src/Addons/Tools/build/index.js:1
3640 #: src/Addons/Tools/js-source/components/CleanupTool.js:326
3641 msgid "Processing..."
3642 msgstr ""
3643
3644 #: src/Addons/Tools/build/index.js:1
3645 #: src/Addons/Tools/js-source/components/CleanupTool.js:326
3646 msgid "Execute Cleanup"
3647 msgstr ""
3648
3649 #: src/Addons/Tools/build/index.js:1
3650 #: src/Addons/Tools/js-source/components/CleanupTool.js:330
3651 msgid "Select at least one option above to proceed."
3652 msgstr ""
3653
3654 #: src/Addons/Tools/build/index.js:1
3655 #: src/Addons/Tools/js-source/components/RolesManagement.js:173
3656 msgid "Roles and Capabilities"
3657 msgstr ""
3658
3659 #: src/Addons/Tools/build/index.js:1
3660 #: src/Addons/Tools/js-source/components/RolesManagement.js:175
3661 msgid "Add New Role"
3662 msgstr ""
3663
3664 #: src/Addons/Tools/build/index.js:1
3665 #: src/Addons/Tools/js-source/components/RolesManagement.js:183
3666 #: src/Addons/Tools/js-source/components/RolesManagement.js:230
3667 msgid "Role Name"
3668 msgstr ""
3669
3670 #: src/Addons/Tools/build/index.js:1
3671 #: src/Addons/Tools/js-source/components/RolesManagement.js:184
3672 msgid "Role Key"
3673 msgstr ""
3674
3675 #: src/Addons/Tools/build/index.js:1
3676 #: src/Addons/Tools/js-source/components/RolesManagement.js:185
3677 msgid "Capabilities Count"
3678 msgstr ""
3679
3680 #: src/Addons/Tools/build/index.js:1
3681 #: src/Addons/Tools/js-source/components/RolesManagement.js:186
3682 msgid "Actions"
3683 msgstr ""
3684
3685 #: src/Addons/Tools/build/index.js:1
3686 #: src/Addons/Tools/js-source/components/RolesManagement.js:202
3687 msgid "Edit"
3688 msgstr ""
3689
3690 #: src/Addons/Tools/build/index.js:1
3691 #: src/Addons/Tools/js-source/components/RolesManagement.js:208
3692 msgid "Delete"
3693 msgstr ""
3694
3695 #: src/Addons/Tools/build/index.js:1
3696 #: src/Addons/Tools/js-source/components/RolesManagement.js:224
3697 msgid "Edit Role Capabilities"
3698 msgstr ""
3699
3700 #: src/Addons/Tools/build/index.js:1
3701 #: src/Addons/Tools/js-source/components/RolesManagement.js:224
3702 msgid "Create New Role"
3703 msgstr ""
3704
3705 #: src/Addons/Tools/build/index.js:1
3706 #: src/Addons/Tools/js-source/components/RolesManagement.js:236
3707 msgid "Role Key (e.g., custom_role)"
3708 msgstr ""
3709
3710 #: src/Addons/Tools/build/index.js:1
3711 #: src/Addons/Tools/js-source/components/RolesManagement.js:245
3712 msgid "Copy capabilities from existing role"
3713 msgstr ""
3714
3715 #: src/Addons/Tools/build/index.js:1
3716 #: src/Addons/Tools/js-source/components/RolesManagement.js:259
3717 msgid "Capabilities"
3718 msgstr ""
3719
3720 #: src/Addons/Tools/build/index.js:1
3721 #: src/Addons/Tools/js-source/components/RolesManagement.js:265
3722 msgid "Search capabilities..."
3723 msgstr ""
3724
3725 #: src/Addons/Tools/build/index.js:1
3726 #: src/Addons/Tools/js-source/components/RolesManagement.js:283
3727 msgid "Cancel"
3728 msgstr ""
3729
3730 #: src/Addons/Tools/build/index.js:1
3731 #: src/Addons/Tools/js-source/components/RolesManagement.js:286
3732 msgid "Save Role"
3733 msgstr ""
3734
3735 #: src/Addons/Tools/build/index.js:1
3736 #: src/Addons/Tools/js-source/App.js:26
3737 msgid "Roles Management"
3738 msgstr ""
3739
3740 #: src/Addons/Tools/build/index.js:1
3741 #: src/Addons/Tools/js-source/App.js:31
3742 msgid "Data Clean Up"
3743 msgstr ""
3744
3745 #: src/Blocks/build/index.js:49
3746 #: src/Blocks/build/index.js:132
3747 #: src/Blocks/build/index.js:195
3748 #: src/Blocks/src/blocks/blocks/TieredPricingBlock.js:23
3749 #: src/Blocks/src/blocks/dropdown/TieredPricingDropdown.js:13
3750 #: src/Blocks/src/blocks/options/TieredPricingOption.js:23
3751 #: src/Blocks/build/index.js:23
3752 #: src/Blocks/build/index.js:63
3753 #: src/Blocks/build/index.js:108
3754 msgid "pieces"
3755 msgstr ""
3756
3757 #: src/Blocks/build/index.js:692
3758 #: src/Blocks/src/panels/ColumnsPanel/ColumnsPanel.js:10
3759 #: src/Blocks/build/index.js:436
3760 msgid "Columns"
3761 msgstr ""
3762
3763 #: src/Blocks/build/index.js:712
3764 #: src/Blocks/src/panels/ColumnsPanel/ColumnsPanel.js:43
3765 #: src/Blocks/build/index.js:469
3766 msgid "Discount column is showing."
3767 msgstr ""
3768
3769 #: src/Blocks/build/index.js:712
3770 #: src/Blocks/src/panels/ColumnsPanel/ColumnsPanel.js:44
3771 #: src/Blocks/build/index.js:470
3772 msgid "Discount column is not showing."
3773 msgstr ""
3774
3775 #: src/Blocks/build/index.js:765
3776 #: src/Blocks/src/panels/MainOptionsPanel/DisplayTypePanel.js:32
3777 #: src/Blocks/build/index.js:510
3778 msgid "Main settings"
3779 msgstr ""
3780
3781 #: src/Addons/ReactProductEditorAddon/js-source/src/premium-wrapper/block.json
3782 #: src/Addons/ReactProductEditorAddon/js/premium-wrapper/block.json
3783 msgctxt "block title"
3784 msgid "Woo blocks-based product editor: Premium Wrapper"
3785 msgstr ""
3786
3787 #: src/Addons/ReactProductEditorAddon/js-source/src/premium-wrapper/block.json
3788 #: src/Addons/ReactProductEditorAddon/js-source/src/upgrade-notice/block.json
3789 #: src/Addons/ReactProductEditorAddon/js/premium-wrapper/block.json
3790 #: src/Addons/ReactProductEditorAddon/js/upgrade-notice/block.json
3791 msgctxt "block keyword"
3792 msgid "products"
3793 msgstr ""
3794
3795 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/block.json
3796 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/block.json
3797 msgctxt "block title"
3798 msgid "Woo blocks-based product editor: Tiered Pricing"
3799 msgstr ""
3800
3801 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/block.json
3802 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/block.json
3803 msgctxt "block description"
3804 msgid "A block to allow users to input tiered pricing"
3805 msgstr ""
3806
3807 #: src/Addons/ReactProductEditorAddon/js-source/src/upgrade-notice/block.json
3808 #: src/Addons/ReactProductEditorAddon/js/upgrade-notice/block.json
3809 msgctxt "block title"
3810 msgid "Woo blocks-based product editor: Upgrade Notice"
3811 msgstr ""
3812
3813 #: src/Blocks/build/block.json
3814 #: src/Blocks/src/block.json
3815 msgctxt "block title"
3816 msgid "Tiered Pricing"
3817 msgstr ""
3818
3819 #: src/Blocks/build/block.json
3820 #: src/Blocks/src/block.json
3821 msgctxt "block description"
3822 msgid "Tiered pricing widget. Must be used on the product page template. Find more options to customize in the plugin settings."
3823 msgstr ""
3824