PluginProbe
Tiered Pricing Table for WooCommerce / 6.1.0
Tiered Pricing Table for WooCommerce v6.1.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.1.0, at languages/tier-pricing-table.pot

2,886 lines 95.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Copyright (C) 2025 U2Code
2 # This file is distributed under the GPLv2 or later.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: WooCommerce Tiered Price Table 5.4.1\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: 2025-10-13T15:16:21+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 "Additional product quantity options"
44 msgstr ""
45
46 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsAddon.php:18
47 msgid "Manage maximum quantity and quantity step 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 empty, so don't add any 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/GlobalPricingOptions.php:98
70 #: src/Addons/AdvancedQuantityOptions/ProductEditor/QuantityStepBlock.php:30
71 msgid "Quantity step"
72 msgstr ""
73
74 #: src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php:149
75 msgid "Requires the product to be purchased in multiples of X."
76 msgstr ""
77
78 #: src/Addons/AdvancedQuantityOptions/GlobalPricingOptions.php:88
79 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedQuantityRules.php:13
80 msgid "N/A"
81 msgstr ""
82
83 #: src/Addons/AdvancedQuantityOptions/GlobalPricingOptions.php:93
84 msgid "Maximum"
85 msgstr ""
86
87 #: src/Addons/AdvancedQuantityOptions/ProductEditor/MaximumOrderQuantityBlock.php:30
88 msgid "Maximum Order Quantity"
89 msgstr ""
90
91 #: src/Addons/AdvancedQuantityOptions/ProductEditor/ProductEditor.php:26
92 msgid "Advanced Quantity Options"
93 msgstr ""
94
95 #. translators: %1$s: item name, %2$s: minimum quantity
96 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:50
97 #, php-format
98 msgid "Maximum quantity for the %1$s is %2$d"
99 msgstr ""
100
101 #. translators: %s: quantity step
102 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:59
103 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:131
104 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:210
105 #, php-format
106 msgid "Order quantity must be multiple of %s"
107 msgstr ""
108
109 #. translators: %s: maximum quantity
110 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:120
111 #: src/Addons/AdvancedQuantityOptions/QuantityManager.php:198
112 #, php-format
113 msgid "Maximum order quantity for the product is %s"
114 msgstr ""
115
116 #: src/Addons/CategoryTiers/CategoryTierAddon.php:13
117 msgid "Category level tiered pricing (deprecated)"
118 msgstr ""
119
120 #: src/Addons/CategoryTiers/CategoryTierAddon.php:43
121 msgid "Skip category rules"
122 msgstr ""
123
124 #: src/Addons/CategoryTiers/CategoryTierAddon.php:44
125 msgid "Don't take into account tiered pricing rules from categories. "
126 msgstr ""
127
128 #: src/Addons/CategoryTiers/CategoryTierAddon.php:233
129 msgid "Allows to set tiered pricing for at product category level. Use global rules instead."
130 msgstr ""
131
132 #: src/Addons/Coupons/CouponsAddon.php:9
133 #: views/admin/welcome-page/welcome-page.php:527
134 msgid "Coupons management"
135 msgstr ""
136
137 #: src/Addons/Coupons/CouponsAddon.php:69
138 msgid "Check this option to don't apply tiered pricing in the cart when users have applied this coupon."
139 msgstr ""
140
141 #: src/Addons/Coupons/CouponsAddon.php:76
142 msgid "It allows you to manage which coupons will allow tiered pricing and which will not."
143 msgstr ""
144
145 #: src/Addons/CustomColumns/Columns/CustomDataColumn.php:168
146 msgid "(first row)"
147 msgstr ""
148
149 #: src/Addons/CustomColumns/Columns/CustomDataColumn.php:179
150 msgid "Custom columns are available only in the premium version."
151 msgstr ""
152
153 #: src/Addons/CustomColumns/Columns/CustomDataColumn.php:182
154 msgid "Upgrade you plan"
155 msgstr ""
156
157 #: src/Addons/CustomColumns/CustomColumnsAddon.php:23
158 msgid "Custom table columns"
159 msgstr ""
160
161 #: src/Addons/CustomColumns/CustomColumnsAddon.php:27
162 msgid "This feature allows you to add custom columns to your pricing table."
163 msgstr ""
164
165 #: src/Addons/CustomColumns/Form/ColumnsForm.php:37
166 #: src/Addons/CustomColumns/Form/ColumnsForm.php:59
167 #: src/Addons/CustomColumns/Form/ColumnsForm.php:89
168 #: src/Addons/CustomColumns/Form/ColumnsForm.php:127
169 msgid "Invalid nonce, please try again"
170 msgstr ""
171
172 #: src/Addons/CustomColumns/Form/ColumnsForm.php:49
173 msgid "Columns were deleted successfully."
174 msgstr ""
175
176 #: src/Addons/CustomColumns/Form/ColumnsForm.php:68
177 msgid "Invalid column."
178 msgstr ""
179
180 #: src/Addons/CustomColumns/Form/ColumnsForm.php:74
181 msgid "Column removed successfully."
182 msgstr ""
183
184 #: src/Addons/CustomColumns/Form/ColumnsForm.php:77
185 #: src/Addons/CustomColumns/Form/ColumnsForm.php:112
186 #: src/Addons/CustomColumns/Form/ColumnsForm.php:149
187 msgid "Something went wrong. Please try again."
188 msgstr ""
189
190 #: src/Addons/CustomColumns/Form/ColumnsForm.php:109
191 msgid "Column added successfully."
192 msgstr ""
193
194 #: src/Addons/CustomColumns/Form/ColumnsForm.php:116
195 #: src/Addons/CustomColumns/Form/ColumnsForm.php:153
196 msgid "Invalid column data."
197 msgstr ""
198
199 #: src/Addons/CustomColumns/Form/ColumnsForm.php:146
200 msgid "Column edited successfully."
201 msgstr ""
202
203 #: src/Addons/CustomColumns/Form/ColumnsForm.php:178
204 msgid "Manage custom columns"
205 msgstr ""
206
207 #: src/Addons/CustomColumns/Form/ColumnsForm.php:317
208 msgid "Column name"
209 msgstr ""
210
211 #: src/Addons/CustomColumns/Form/ColumnsForm.php:318
212 msgid "Column content"
213 msgstr ""
214
215 #: src/Addons/CustomColumns/Form/ColumnsForm.php:319
216 msgid "Content type"
217 msgstr ""
218
219 #: src/Addons/CustomColumns/Form/ColumnsForm.php:320
220 msgid "Actions"
221 msgstr ""
222
223 #: src/Addons/CustomColumns/Form/ColumnsForm.php:366
224 msgid "Update"
225 msgstr ""
226
227 #: src/Addons/CustomColumns/Form/ColumnsForm.php:382
228 msgid "Delete"
229 msgstr ""
230
231 #: src/Addons/CustomColumns/Form/ColumnsForm.php:393
232 msgid "Enter column name"
233 msgstr ""
234
235 #: src/Addons/CustomColumns/Form/ColumnsForm.php:399
236 msgid "Enter the name of the column."
237 msgstr ""
238
239 #: src/Addons/CustomColumns/Form/ColumnsForm.php:417
240 #: src/Addons/CustomColumns/Schema.php:11
241 msgid "Custom column"
242 msgstr ""
243
244 #: src/Addons/CustomColumns/Form/ColumnsForm.php:419
245 msgid "adds additional input to tiered pricing form where you can input custom content for each tier."
246 msgstr ""
247
248 #: src/Addons/CustomColumns/Form/ColumnsForm.php:424
249 #: src/Addons/CustomColumns/Schema.php:12
250 msgid "Price excluding taxes"
251 msgstr ""
252
253 #: src/Addons/CustomColumns/Form/ColumnsForm.php:426
254 msgid "shows the price excluding taxes for each tier."
255 msgstr ""
256
257 #: src/Addons/CustomColumns/Form/ColumnsForm.php:431
258 #: src/Addons/CustomColumns/Schema.php:13
259 msgid "Price including taxes"
260 msgstr ""
261
262 #: src/Addons/CustomColumns/Form/ColumnsForm.php:433
263 msgid "shows the price including taxes for each tier."
264 msgstr ""
265
266 #: src/Addons/CustomColumns/Form/ColumnsForm.php:438
267 #: src/Addons/CustomColumns/Schema.php:14
268 msgid "Total row price"
269 msgstr ""
270
271 #: src/Addons/CustomColumns/Form/ColumnsForm.php:440
272 msgid "shows the total price for each tier."
273 msgstr ""
274
275 #: src/Addons/CustomColumns/Form/ColumnsForm.php:458
276 msgid "Choose how to format content from your custom column:"
277 msgstr ""
278
279 #: src/Addons/CustomColumns/Form/ColumnsForm.php:463
280 #: src/Addons/CustomColumns/Schema.php:20
281 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:87
282 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:235
283 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:393
284 #: src/PricingTable.php:197
285 #: src/Settings/CustomOptions/TPTTextTemplate.php:200
286 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:170
287 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:172
288 #: views/admin/components/tiered-pricing-rules-form.php:153
289 msgid "Price"
290 msgstr ""
291
292 #: src/Addons/CustomColumns/Form/ColumnsForm.php:465
293 msgid "format the content as a price."
294 msgstr ""
295
296 #: src/Addons/CustomColumns/Form/ColumnsForm.php:469
297 #: src/Addons/CustomColumns/Schema.php:21
298 msgid "Number"
299 msgstr ""
300
301 #: src/Addons/CustomColumns/Form/ColumnsForm.php:471
302 msgid "format the content as a number."
303 msgstr ""
304
305 #: src/Addons/CustomColumns/Form/ColumnsForm.php:475
306 #: src/Addons/CustomColumns/Schema.php:22
307 msgid "Text"
308 msgstr ""
309
310 #: src/Addons/CustomColumns/Form/ColumnsForm.php:477
311 msgid "don't format the content. Display it as is."
312 msgstr ""
313
314 #: src/Addons/CustomColumns/Form/ColumnsForm.php:492
315 msgid "Add new column"
316 msgstr ""
317
318 #: src/Addons/CustomColumns/Form/ColumnsForm.php:502
319 #: views/addons/role-based-pricing/role-pricing-form.php:27
320 msgid "Available only in the premium version."
321 msgstr ""
322
323 #: src/Addons/CustomColumns/Form/ColumnsForm.php:507
324 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:112
325 #: views/addons/role-based-pricing/role-pricing-form.php:29
326 msgid "Upgrade your plan"
327 msgstr ""
328
329 #: src/Addons/CustomColumns/Form/ColumnsForm.php:527
330 msgid "Remove all custom columns"
331 msgstr ""
332
333 #: src/Addons/GlobalTieredPricing/CPT/Actions/ReactivateAction.php:36
334 msgid "Reactivate"
335 msgstr ""
336
337 #: src/Addons/GlobalTieredPricing/CPT/Actions/SuspendAction.php:37
338 msgid "Suspend"
339 msgstr ""
340
341 #: src/Addons/GlobalTieredPricing/CPT/Actions/SuspendAction.php:54
342 msgid "The rule suspended successfully."
343 msgstr ""
344
345 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:11
346 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:14
347 msgid "Users & Roles"
348 msgstr ""
349
350 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:23
351 msgid "Applied to every user"
352 msgstr ""
353
354 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:49
355 msgid "Customers: "
356 msgstr ""
357
358 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:51
359 msgid "Excluded customers: "
360 msgstr ""
361
362 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:73
363 msgid "Roles: "
364 msgstr ""
365
366 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedCustomers.php:75
367 msgid "Excluded roles: "
368 msgstr ""
369
370 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:11
371 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:14
372 msgid "Products"
373 msgstr ""
374
375 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:23
376 msgid "Applied to every product"
377 msgstr ""
378
379 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:46
380 msgid "Products: "
381 msgstr ""
382
383 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:48
384 msgid "Excluded products: "
385 msgstr ""
386
387 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:82
388 msgid "Categories: "
389 msgstr ""
390
391 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedProducts.php:84
392 msgid "Excluded categories: "
393 msgstr ""
394
395 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedQuantityRules.php:8
396 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:14
397 msgid "Quantity limits"
398 msgstr ""
399
400 #: src/Addons/GlobalTieredPricing/CPT/Columns/AppliedQuantityRules.php:19
401 msgid "Minimum"
402 msgstr ""
403
404 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:13
405 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:15
406 msgid "Pricing"
407 msgstr ""
408
409 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:24
410 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:65
411 #: src/Integrations/Plugins/WPAllImport.php:160
412 #: views/admin/components/regular-pricing-form.php:119
413 #: views/admin/components/regular-pricing-form.php:129
414 msgid "Regular price"
415 msgstr ""
416
417 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:42
418 msgid "Regular Price"
419 msgstr ""
420
421 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:51
422 msgid "Sale Price"
423 msgstr ""
424
425 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:59
426 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:85
427 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:228
428 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:391
429 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:165
430 msgid "Discount"
431 msgstr ""
432
433 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:64
434 #: src/Integrations/Plugins/WPAllImport.php:169
435 #: views/admin/components/regular-pricing-form.php:106
436 #: views/admin/components/regular-pricing-form.php:148
437 msgid "Sale price"
438 msgstr ""
439
440 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:81
441 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:221
442 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:389
443 #: src/PricingTable.php:195
444 #: src/Settings/CustomOptions/TPTTextTemplate.php:141
445 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:160
446 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:162
447 #: views/addons/category-tiers/add-free.php:24
448 #: views/addons/category-tiers/add.php:51
449 #: views/addons/category-tiers/edit-free.php:34
450 #: views/addons/category-tiers/edit.php:59
451 #: views/addons/category-tiers/edit.php:82
452 #: views/admin/components/tiered-pricing-rules-form.php:92
453 #: views/admin/components/tiered-pricing-rules-form.php:146
454 msgid "Quantity"
455 msgstr ""
456
457 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:160
458 msgid "Applied individually per product"
459 msgstr ""
460
461 #: src/Addons/GlobalTieredPricing/CPT/Columns/Pricing.php:161
462 msgid "Applied as Mix and Match"
463 msgstr ""
464
465 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:9
466 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:13
467 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:22
468 msgid "Priority Settings"
469 msgstr ""
470
471 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:23
472 msgid "Global"
473 msgstr ""
474
475 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:24
476 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:25
477 msgid "Prefer Product"
478 msgstr ""
479
480 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:26
481 msgid "Override"
482 msgstr ""
483
484 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:27
485 msgid "Flexible"
486 msgstr ""
487
488 #: src/Addons/GlobalTieredPricing/CPT/Columns/Settings.php:38
489 msgid "Priority type"
490 msgstr ""
491
492 #: src/Addons/GlobalTieredPricing/CPT/Columns/Status.php:15
493 msgid "The rule is suspended"
494 msgstr ""
495
496 #: src/Addons/GlobalTieredPricing/CPT/Columns/Status.php:21
497 msgid "The rule is active"
498 msgstr ""
499
500 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:259
501 msgid "The pricing rule does not affect either prices or product quantity limits. The rule will be skipped."
502 msgstr ""
503
504 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:433
505 msgid "How global pricing rules work"
506 msgstr ""
507
508 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:437
509 msgid "Global rules are useful when you need to set custom pricing for multiple products and apply it to a specific group of users."
510 msgstr ""
511
512 #: src/Addons/GlobalTieredPricing/CPT/Form/Form.php:444
513 msgid "Please note that depending on the priority settings, the global pricing rule may override product-level tiered pricing or quantity limits."
514 msgstr ""
515
516 #: src/Addons/GlobalTieredPricing/CPT/Form/FormTab.php:141
517 msgid "Premium feature"
518 msgstr ""
519
520 #: src/Addons/GlobalTieredPricing/CPT/Form/FormTab.php:148
521 msgid "Upgrade plan"
522 msgstr ""
523
524 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:19
525 msgid "Set up regular and tiered pricing."
526 msgstr ""
527
528 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:26
529 msgid "Regular Pricing"
530 msgstr ""
531
532 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:27
533 msgid "This section controls the base product price, where tiered pricing is not applied. You can set new regular and sale prices or specify a percentage discount based on the original product price. This is useful for role-based pricing. "
534 msgstr ""
535
536 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:39
537 #: src/Addons/ReactProductEditorAddon/Sections/MainSection.php:38
538 #: src/Addons/ReactProductEditorAddon/TieredPricingGroup.php:21
539 #: src/Admin/ProductPage/TieredPricingTab.php:35
540 #: src/Integrations/Plugins/WPAllImport.php:335
541 #: src/Settings/Settings.php:215
542 msgid "Tiered Pricing"
543 msgstr ""
544
545 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:40
546 msgid "Set up tiered pricing rules to apply discounts based on the quantity of products purchased. You can set up percentage or fixed discounts for each tier."
547 msgstr ""
548
549 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:44
550 msgid ""
551 "<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"
552 "<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."
553 msgstr ""
554
555 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:50
556 msgid "Calculation type"
557 msgstr ""
558
559 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:52
560 msgid "Individually"
561 msgstr ""
562
563 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Pricing.php:53
564 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:88
565 msgid "Mix and Match"
566 msgstr ""
567
568 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:18
569 msgid "Select products or product categories the rule will work for."
570 msgstr ""
571
572 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:23
573 msgid "Included Products"
574 msgstr ""
575
576 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:24
577 msgid "Select products or product categories that the rule will apply to. The rule will work for all products in the selected categories."
578 msgstr ""
579
580 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:29
581 msgid "If you do not specify products or product categories, the rule will apply to all products in your store (excluding those selected in the exclusions section)."
582 msgstr ""
583
584 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:35
585 msgid "Apply for categories"
586 msgstr ""
587
588 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:49
589 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:98
590 msgid "Search for a category &hellip;"
591 msgstr ""
592
593 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:55
594 msgid "Apply for specific products"
595 msgstr ""
596
597 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:73
598 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:124
599 msgid "Search for a product &hellip;"
600 msgstr ""
601
602 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:77
603 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:71
604 msgid "Exclusions"
605 msgstr ""
606
607 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:78
608 msgid "Select products or product categories the rule will not work for."
609 msgstr ""
610
611 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:84
612 msgid "Exclude for categories"
613 msgstr ""
614
615 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/ProductAndCategories.php:104
616 msgid "Exclude for specific products"
617 msgstr ""
618
619 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:18
620 msgid "Specify the minimum, maximum, and quantity step for products."
621 msgstr ""
622
623 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:23
624 msgid "Quantity Limits"
625 msgstr ""
626
627 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Quantity.php:27
628 msgid "Quantity rules are applied to each product individually."
629 msgstr ""
630
631 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:17
632 msgid "Handle pricing collisions with product-level prices."
633 msgstr ""
634
635 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:24
636 msgid "Control how this global pricing rule behaves in case of collisions with product-level rules."
637 msgstr ""
638
639 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:29
640 msgid "Pricing rule priority"
641 msgstr ""
642
643 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:31
644 msgid "Use global settings"
645 msgstr ""
646
647 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:32
648 msgid "Product-level rules take priority over this global rule."
649 msgstr ""
650
651 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:34
652 msgid "This rule takes priority over any product-level pricing rules"
653 msgstr ""
654
655 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:36
656 msgid "Flexible: set priorities for the pricing rule parts individually."
657 msgstr ""
658
659 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:46
660 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:52
661 msgid "Regular prices priority"
662 msgstr ""
663
664 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:54
665 msgid "Prefer role-based product-level regular prices if they exist."
666 msgstr ""
667
668 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:56
669 msgid "Override any product-level regular prices with the prices set in this rule."
670 msgstr ""
671
672 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:62
673 msgid "If a product has role-based pricing set at the product level, you can prefer those regular prices over the ones set in this global rule."
674 msgstr ""
675
676 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:68
677 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:75
678 msgid "Tiered pricing priority"
679 msgstr ""
680
681 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:77
682 msgid "Prefer any product-level tiered prices if they exist."
683 msgstr ""
684
685 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:79
686 msgid "Prefer only role-based product-level tiered pricing if they exist."
687 msgstr ""
688
689 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:81
690 msgid "Override any product-level tiered prices with the prices set in this rule."
691 msgstr ""
692
693 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:91
694 msgid "Allow the \"Mix and Match\" pricing strategy (if selected) for tiered prices inherited from the product level."
695 msgstr ""
696
697 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:95
698 msgid "If a product has tiered pricing set at the product level, you can prefer those tiered prices over the ones set in this global rule. You can also enable the \"Mix and Match\" pricing strategy for tiered prices inherited from the product level."
699 msgstr ""
700
701 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:101
702 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:108
703 msgid "Quantity limits priority"
704 msgstr ""
705
706 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:110
707 msgid "Prefer any product-level quantity limits if they exist."
708 msgstr ""
709
710 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:112
711 msgid "Prefer only role-based product-level quantity limits if they exist."
712 msgstr ""
713
714 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:114
715 msgid "Override any product-level quantity limits with the limits set in this rule."
716 msgstr ""
717
718 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/Settings.php:120
719 msgid "If a product has quantity limits set at the product level, you can prefer those quantity limits over the ones set in this global rule."
720 msgstr ""
721
722 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:18
723 msgid "Select users or user roles that the rule will apply to."
724 msgstr ""
725
726 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:23
727 msgid "Included Users"
728 msgstr ""
729
730 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:24
731 msgid "Select users or user roles that the rule will apply to. The rule will work for all users with the selected roles."
732 msgstr ""
733
734 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:29
735 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)."
736 msgstr ""
737
738 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:35
739 msgid "Include user roles"
740 msgstr ""
741
742 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:45
743 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:87
744 msgid "Select for a user role"
745 msgstr ""
746
747 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:52
748 msgid "Include specific customers"
749 msgstr ""
750
751 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:66
752 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:108
753 msgid "Select for a customer"
754 msgstr ""
755
756 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:72
757 msgid "Select users or user roles the rule will not work for."
758 msgstr ""
759
760 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:77
761 msgid "Exclude user roles"
762 msgstr ""
763
764 #: src/Addons/GlobalTieredPricing/CPT/Form/Tabs/UsersAndRoles.php:94
765 msgid "Exclude specific customers"
766 msgstr ""
767
768 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:88
769 msgid "You have got a discount!"
770 msgstr ""
771
772 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:93
773 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!"
774 msgstr ""
775
776 #: src/Addons/GlobalTieredPricing/CPT/Form/UpgradeTip.php:100
777 msgid "Use the coupon code below for a <b>20%</b> discount on upgrading your plan."
778 msgstr ""
779
780 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:252
781 msgid "There are no pricing rules yet. To create the first pricing rule click on the button below."
782 msgstr ""
783
784 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:292
785 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:293
786 msgid "Pricing rule"
787 msgstr ""
788
789 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:294
790 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:295
791 msgid "Add Pricing Rule"
792 msgstr ""
793
794 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:296
795 msgid "Edit Pricing Rule"
796 msgstr ""
797
798 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:297
799 msgid "New Pricing Rule"
800 msgstr ""
801
802 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:298
803 msgid "View Pricing Rule"
804 msgstr ""
805
806 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:299
807 msgid "Find Pricing Rule"
808 msgstr ""
809
810 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:300
811 msgid "No pricing rules ware found"
812 msgstr ""
813
814 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:301
815 msgid "No pricing rule in trash"
816 msgstr ""
817
818 #: src/Addons/GlobalTieredPricing/CPT/GlobalTieredPricingCPT.php:303
819 msgid "Pricing rules"
820 msgstr ""
821
822 #: src/Addons/GlobalTieredPricing/GlobalPricingRule.php:328
823 msgid "The pricing rule does not affect either prices or product quantity. The rule will be skipped."
824 msgstr ""
825
826 #: src/Addons/GlobalTieredPricing/GlobalTieredPricingAddon.php:9
827 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:117
828 msgid "Global pricing rules"
829 msgstr ""
830
831 #: src/Addons/GlobalTieredPricing/GlobalTieredPricingAddon.php:39
832 msgid "Create pricing rules for user roles or specific users, and apply them to selected products or product categories."
833 msgstr ""
834
835 #: src/Addons/ManualOrders/ManualOrdersAddon.php:15
836 msgid "Tiered pricing for manual orders"
837 msgstr ""
838
839 #: src/Addons/ManualOrders/ManualOrdersAddon.php:19
840 msgid "Enable tiered pricing for admin-created orders from the administrator panel."
841 msgstr ""
842
843 #. translators: %1$s: item name, %2$s: original price, %3$s: new price
844 #: src/Addons/ManualOrders/ManualOrdersAddon.php:144
845 #, php-format
846 msgid "Tiered pricing recalculations for %1$s: %2$s → %3$s"
847 msgstr ""
848
849 #: src/Addons/ManualOrders/ManualOrdersAddon.php:189
850 msgid "Re-calculate with tiered pricing"
851 msgstr ""
852
853 #: src/Addons/MinQuantity/MinQuantity.php:12
854 msgid "Minimum order quantity validation"
855 msgstr ""
856
857 #. translators: %1$s: item name, %2$s: minimum quantity
858 #: src/Addons/MinQuantity/MinQuantity.php:34
859 #, php-format
860 msgid "Minimum quantity for the %1$s is %2$d"
861 msgstr ""
862
863 #. translators: %s: minimum quantity
864 #: src/Addons/MinQuantity/MinQuantity.php:100
865 #: src/Addons/MinQuantity/MinQuantity.php:129
866 #, php-format
867 msgid "Minimum quantity for the product is %s"
868 msgstr ""
869
870 #: src/Addons/MinQuantity/MinQuantity.php:209
871 msgid "Turning it off might be useful in case of incompatibility with a 3rd-party MOQ plugin you might use."
872 msgstr ""
873
874 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:39
875 #: src/Addons/PluginsRecommendations/CancellationSurveysPlugin.php:39
876 #: src/Admin/Tips/Tips/DefaultVariationTip.php:38
877 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:42
878 msgid "Tip"
879 msgstr ""
880
881 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:61
882 msgid "Check plugin"
883 msgstr ""
884
885 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:66
886 msgid "View video"
887 msgstr ""
888
889 #: src/Addons/PluginsRecommendations/BulkPriceEditorPlugin.php:88
890 #: src/Addons/PluginsRecommendations/CancellationSurveysPlugin.php:76
891 #: src/Admin/Tips/Tips/DefaultVariationTip.php:59
892 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:82
893 msgid "Hide this tip"
894 msgstr ""
895
896 #: src/Addons/PluginsRecommendations/CancellationSurveysPlugin.php:54
897 msgid "Learn more"
898 msgstr ""
899
900 #: src/Addons/PluginsRecommendations/ConditionalLogicForProductAddons.php:44
901 msgid "Conditional logic"
902 msgstr ""
903
904 #: src/Addons/PluginsRecommendations/ConditionalLogicForProductAddons.php:51
905 msgid "Looking to provide condition logic for your add-ons?"
906 msgstr ""
907
908 #: src/Addons/PluginsRecommendations/ConditionalLogicForProductAddons.php:55
909 msgid "Check out this page."
910 msgstr ""
911
912 #: src/Addons/PluginsRecommendations/PluginsRecommendationsAddon.php:8
913 msgid "Plugins recommendations"
914 msgstr ""
915
916 #: src/Addons/PluginsRecommendations/PluginsRecommendationsAddon.php:12
917 msgid "The plugin will recommend some addons or compatible plugins."
918 msgstr ""
919
920 #: src/Addons/ProductCatalogLoop/ProductCatalogLoop.php:10
921 msgid "Product Catalog Loop"
922 msgstr ""
923
924 #: src/Addons/ProductCatalogLoop/ProductCatalogLoop.php:14
925 msgid "Display tiered pricing in the product catalog (shop page.)"
926 msgstr ""
927
928 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:22
929 msgid "Product Catalog"
930 msgstr ""
931
932 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:36
933 msgid "Tiered Pricing on the shop page"
934 msgstr ""
935
936 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:37
937 msgid "This section controls how tiered pricing works for product catalog."
938 msgstr ""
939
940 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:42
941 #: src/Settings/Sections/Advanced/AdvancedSection.php:65
942 #: src/Settings/Sections/Advanced/AdvancedSection.php:92
943 #: src/Settings/Sections/GeneralSection/Subsections/UpsellsSubsection.php:26
944 msgid "Enabled"
945 msgstr ""
946
947 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:51
948 msgid "Enable this option to show tiered pricing in the products catalog."
949 msgstr ""
950
951 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:56
952 msgid "Note:"
953 msgstr ""
954
955 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:58
956 msgid "Some themes could display it incorrectly."
957 msgstr ""
958
959 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:63
960 msgid "Show tiered pricing in the product loop (product catalog page)"
961 msgstr ""
962
963 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:68
964 msgid "Position on a product item"
965 msgstr ""
966
967 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:73
968 msgid "Above add-to-cart button"
969 msgstr ""
970
971 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:74
972 msgid "Below add-to-cart button"
973 msgstr ""
974
975 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:75
976 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:79
977 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:48
978 msgid "Above product title"
979 msgstr ""
980
981 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:76
982 msgid "Below product title"
983 msgstr ""
984
985 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:78
986 msgid "Where tiered pricing should be displayed on the product page."
987 msgstr ""
988
989 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:83
990 msgid "Show quantity field"
991 msgstr ""
992
993 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:92
994 msgid "Show a quantity field on the product catalog items."
995 msgstr ""
996
997 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:98
998 msgid "Enable this only if your theme does not show the quantity field already."
999 msgstr ""
1000
1001 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:109
1002 msgid "Dynamic price"
1003 msgstr ""
1004
1005 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:118
1006 msgid "Similar to the product page, the price will be updated dynamically when the user changes the quantity of a specific item."
1007 msgstr ""
1008
1009 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:128
1010 msgid "Use reduced styles"
1011 msgstr ""
1012
1013 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:132
1014 msgid "The plugin will apply additional CSS styles to the pricing layouts displayed in the product catalog to make them compact."
1015 msgstr ""
1016
1017 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:141
1018 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:16
1019 msgid "Template options"
1020 msgstr ""
1021
1022 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:142
1023 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:20
1024 msgid "Choose a tiered pricing template and customize its look and behavior."
1025 msgstr ""
1026
1027 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:149
1028 msgid "Layout settings"
1029 msgstr ""
1030
1031 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:153
1032 msgid "Same as for product page"
1033 msgstr ""
1034
1035 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:154
1036 msgid "Custom"
1037 msgstr ""
1038
1039 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:156
1040 msgid "The template for tiered pricing for the catalog page. You can use the same template settings as for the product page or choose a different one."
1041 msgstr ""
1042
1043 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:162
1044 msgid "Layout"
1045 msgstr ""
1046
1047 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:166
1048 msgid "Template for tiered pricing on the catalog page."
1049 msgstr ""
1050
1051 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:171
1052 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:63
1053 msgid "Pricing title"
1054 msgstr ""
1055
1056 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:175
1057 msgid "The pricing title that is displayed above the tiered pricing."
1058 msgstr ""
1059
1060 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:179
1061 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:90
1062 msgid "Quantity display type"
1063 msgstr ""
1064
1065 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:183
1066 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:94
1067 msgid "Range"
1068 msgstr ""
1069
1070 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:184
1071 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:95
1072 msgid "Static values"
1073 msgstr ""
1074
1075 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:186
1076 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:97
1077 msgid "\"Range\" displays the quantity range a tier applies to. \"Static\" displays only the minimum quantity required."
1078 msgstr ""
1079
1080 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:191
1081 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:103
1082 msgid "Active pricing tier color"
1083 msgstr ""
1084
1085 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:198
1086 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:209
1087 #: src/Admin/ProductPage/TieredPricingTab.php:126
1088 #: src/Settings/CustomOptions/TPTTextTemplate.php:205
1089 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:134
1090 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:145
1091 msgid "Unit label"
1092 msgstr ""
1093
1094 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:205
1095 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:216
1096 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:141
1097 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:152
1098 msgid "For example: pieces, boxes, bottles, packs, etc. This will be shown next to quantity values. Leave blank to skip adding a unit label."
1099 msgstr ""
1100
1101 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:213
1102 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:214
1103 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:381
1104 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:382
1105 #: src/PricingTable.php:244
1106 #: src/PricingTable.php:245
1107 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:149
1108 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:150
1109 msgid "piece"
1110 msgid_plural "pieces"
1111 msgstr[0] ""
1112 msgstr[1] ""
1113
1114 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:220
1115 msgid "Quantity column title"
1116 msgstr ""
1117
1118 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:223
1119 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:230
1120 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:237
1121 msgid "Leave empty to not show this column."
1122 msgstr ""
1123
1124 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:227
1125 msgid "Discount column title"
1126 msgstr ""
1127
1128 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:234
1129 msgid "Price column title"
1130 msgstr ""
1131
1132 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:241
1133 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:179
1134 msgid "Show percentage discount"
1135 msgstr ""
1136
1137 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:247
1138 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:187
1139 msgid "Show regular product price"
1140 msgstr ""
1141
1142 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:251
1143 msgid "Show the crossed out regular price in options."
1144 msgstr ""
1145
1146 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:254
1147 msgid "Show total pricing in option"
1148 msgstr ""
1149
1150 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:258
1151 msgid "Show the total price in an active option."
1152 msgstr ""
1153
1154 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:262
1155 msgid "Option template"
1156 msgstr ""
1157
1158 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:264
1159 #: src/Settings/Sections/GeneralSection/GeneralSection.php:104
1160 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:206
1161 msgid "<strong>Buy {tp_quantity} pieces and save {tp_rounded_discount}%</strong>"
1162 msgstr ""
1163
1164 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:274
1165 msgid "Show the \"no discount\" option"
1166 msgstr ""
1167
1168 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:278
1169 msgid "Show the option with a regular product price."
1170 msgstr ""
1171
1172 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:281
1173 msgid "\"No discount\" option template"
1174 msgstr ""
1175
1176 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:283
1177 #: src/Settings/Sections/GeneralSection/GeneralSection.php:128
1178 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:229
1179 msgid "<strong>Buy {tp_quantity} pieces</strong>"
1180 msgstr ""
1181
1182 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:290
1183 #: src/Settings/Sections/GeneralSection/Subsections/UpsellsSubsection.php:34
1184 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:42
1185 msgid "Template"
1186 msgstr ""
1187
1188 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:292
1189 #: src/Settings/Sections/GeneralSection/GeneralSection.php:111
1190 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:241
1191 msgid "<strong>Buy {tp_quantity} pieces for {tp_price} each and save {tp_rounded_discount}%</strong>"
1192 msgstr ""
1193
1194 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:304
1195 msgid "Show the \"no discount\" tier"
1196 msgstr ""
1197
1198 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:308
1199 msgid "Show the tier with a regular product price."
1200 msgstr ""
1201
1202 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:312
1203 msgid "\"No discount\" template"
1204 msgstr ""
1205
1206 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:314
1207 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:266
1208 msgid "<strong>Buy {tp_quantity} pieces for {tp_price} each</strong>"
1209 msgstr ""
1210
1211 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:323
1212 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:278
1213 msgid "Clickable tiered pricing"
1214 msgstr ""
1215
1216 #: src/Addons/ProductCatalogLoop/Settings/ProductCatalogLoopSettingsSection.php:327
1217 msgid "Makes tiered pricing (table rows, blocks, options, etc) clickable."
1218 msgstr ""
1219
1220 #: src/Addons/ReactProductEditorAddon/Blocks/MinQuantity.php:30
1221 msgid "Minimum Order Quantity"
1222 msgstr ""
1223
1224 #: src/Addons/ReactProductEditorAddon/ReactProductEditorAddon.php:8
1225 msgid "WooCommerce Product Editor integration"
1226 msgstr ""
1227
1228 #: src/Addons/ReactProductEditorAddon/ReactProductEditorAddon.php:12
1229 msgid "Enable integration with the new WooCommerce React-based product editor."
1230 msgstr ""
1231
1232 #: src/Addons/ReactProductEditorAddon/Sections/AdvanceProductOptionSection.php:38
1233 msgid "Advance Options"
1234 msgstr ""
1235
1236 #: src/Addons/ReactProductEditorAddon/Sections/AdvanceProductOptionSection.php:39
1237 msgid "Override global settings such as pricing layout for this product."
1238 msgstr ""
1239
1240 #: src/Addons/ReactProductEditorAddon/Sections/MainSection.php:39
1241 msgid "Specify tiered pricing and quantity limits."
1242 msgstr ""
1243
1244 #: src/Addons/ReactProductEditorAddon/Sections/RoleBasedPricingSection.php:38
1245 msgid "Role-Based Pricing"
1246 msgstr ""
1247
1248 #: src/Addons/ReactProductEditorAddon/Sections/RoleBasedPricingSection.php:39
1249 msgid "Set up custom pricing for specific user roles."
1250 msgstr ""
1251
1252 #: src/Addons/RoleBasedPricing/ProductManager.php:171
1253 msgid "Invalid role"
1254 msgstr ""
1255
1256 #: src/Addons/RoleBasedPricing/ProductManager.php:177
1257 msgid "Invalid nonce"
1258 msgstr ""
1259
1260 #: src/Addons/RoleBasedPricing/RoleBasedPricingAddon.php:10
1261 msgid "Product level role-based pricing rules"
1262 msgstr ""
1263
1264 #: src/Addons/RoleBasedPricing/RoleBasedPricingAddon.php:18
1265 msgid "Enable role-based pricing rules at the product level. Disabling this will not affect role-based functionality for global pricing rules."
1266 msgstr ""
1267
1268 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:40
1269 msgid "Default variation"
1270 msgstr ""
1271
1272 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:51
1273 msgid "Search for a variation&hellip;"
1274 msgstr ""
1275
1276 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:67
1277 msgid "The pricing for the selected variation will be shown before the attributes are selected on the product page. Attributes will not be pre-selected."
1278 msgstr ""
1279
1280 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:77
1281 msgid "Variations have the same prices"
1282 msgstr ""
1283
1284 #: src/Admin/ProductPage/AdvanceOptionsForVariableProduct.php:78
1285 msgid "Do not load prices or reset the pricing table when selecting attributes. The default variation has the same prices as all variations. Selecting default variation is required."
1286 msgstr ""
1287
1288 #: src/Admin/ProductPage/TieredPricingTab.php:98
1289 msgid "Additional options"
1290 msgstr ""
1291
1292 #: src/Admin/ProductPage/TieredPricingTab.php:116
1293 msgid "Display as (layout)"
1294 msgstr ""
1295
1296 #: src/Admin/ProductPage/TieredPricingTab.php:117
1297 msgid "Specify the layout of the tiered pricing for the product. Leave the default to use global settings."
1298 msgstr ""
1299
1300 #: src/Admin/ProductPage/TieredPricingTab.php:133
1301 msgid "Singular (e.g. piece)"
1302 msgstr ""
1303
1304 #: src/Admin/ProductPage/TieredPricingTab.php:139
1305 msgid "Plural (e.g. pieces)"
1306 msgstr ""
1307
1308 #: src/Admin/ProductPage/TieredPricingTab.php:146
1309 msgid "For example: pieces, boxes, bottles, packs, etc. It will be shown next to quantities. Leave empty to use global settings."
1310 msgstr ""
1311
1312 #: src/Admin/ProductPage/TieredPricingTab.php:168
1313 msgid "Upgrade your plan to unlock all great features."
1314 msgstr ""
1315
1316 #: src/Admin/ProductPage/TieredPricingTab.php:177
1317 #: views/addons/category-tiers/add-free.php:43
1318 #: views/addons/category-tiers/edit-free.php:59
1319 msgid "Upgrade"
1320 msgstr ""
1321
1322 #: src/Admin/Tips/Tips/DefaultVariationTip.php:42
1323 msgid "You can show tiered pricing even if a variation is not selected."
1324 msgstr ""
1325
1326 #: src/Admin/Tips/Tips/DefaultVariationTip.php:48
1327 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."
1328 msgstr ""
1329
1330 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:46
1331 msgid "You can make tiered pricing calculations by considering all variations as one product."
1332 msgstr ""
1333
1334 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:52
1335 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."
1336 msgstr ""
1337
1338 #: src/Admin/Tips/Tips/VariationsPricingCalculationTip.php:60
1339 msgid "Find more in the settings"
1340 msgstr ""
1341
1342 #: src/Admin/WelcomePage/WelcomePage.php:14
1343 msgid "Welcome to Tiered Pricing for WooCommerce!"
1344 msgstr ""
1345
1346 #: src/Admin/WelcomePage/WelcomePage.php:15
1347 msgid "Hidden Admin Page"
1348 msgstr ""
1349
1350 #: src/Core/Cache.php:53
1351 msgid "Cache has been purged successfully"
1352 msgstr ""
1353
1354 #: src/Integrations/Plugins/AddifyRequestAQuote.php:33
1355 msgid "Request a Quote for WooCommerce by Addify"
1356 msgstr ""
1357
1358 #: src/Integrations/Plugins/AddifyRequestAQuote.php:37
1359 msgid "Consider tiered pricing in the request a quote form."
1360 msgstr ""
1361
1362 #: src/Integrations/Plugins/AeliaMulticurrency.php:34
1363 msgid "Aelia Multicurrency"
1364 msgstr ""
1365
1366 #: src/Integrations/Plugins/AeliaMulticurrency.php:46
1367 #: src/Integrations/Plugins/Curcy.php:79
1368 #: src/Integrations/Plugins/WCCS.php:31
1369 #: src/Integrations/Plugins/WOOCS.php:65
1370 #: src/Integrations/Plugins/WPMLMulticurrency.php:53
1371 msgid "Make the tiered pricing properly work with multiple currencies."
1372 msgstr ""
1373
1374 #: src/Integrations/Plugins/Curcy.php:67
1375 msgid "CURCY Multicurrency"
1376 msgstr ""
1377
1378 #: src/Integrations/Plugins/DiscountRulesForWooCommerce.php:37
1379 msgid "Discount Rules for WooCommerce"
1380 msgstr ""
1381
1382 #: src/Integrations/Plugins/DiscountRulesForWooCommerce.php:41
1383 msgid "Do not recalculate price for free items in the cart"
1384 msgstr ""
1385
1386 #: src/Integrations/Plugins/Elementor/ElementorIntegration.php:9
1387 msgid "Elementor"
1388 msgstr ""
1389
1390 #: src/Integrations/Plugins/Elementor/ElementorIntegration.php:13
1391 msgid "Provides the tiered pricing widget with a bunch of settings, such as: display type, active tier color, etc."
1392 msgstr ""
1393
1394 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:15
1395 #: src/Services/SystemStatusReportService.php:28
1396 #: views/admin/notifications/activation-notification.php:26
1397 msgid "Tiered Pricing Table"
1398 msgstr ""
1399
1400 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:37
1401 msgid "Main"
1402 msgstr ""
1403
1404 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:42
1405 msgid "Product ID"
1406 msgstr ""
1407
1408 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:45
1409 msgid "Leave empty to use the current product."
1410 msgstr ""
1411
1412 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:49
1413 msgid "Display type"
1414 msgstr ""
1415
1416 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:53
1417 #: src/TierPricingTablePlugin.php:288
1418 msgid "Table"
1419 msgstr ""
1420
1421 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:54
1422 #: src/TierPricingTablePlugin.php:289
1423 msgid "Blocks"
1424 msgstr ""
1425
1426 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:55
1427 #: src/TierPricingTablePlugin.php:290
1428 msgid "Options"
1429 msgstr ""
1430
1431 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:56
1432 #: src/TierPricingTablePlugin.php:291
1433 #: views/admin/welcome-page/welcome-page.php:341
1434 msgid "Dropdown"
1435 msgstr ""
1436
1437 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:57
1438 msgid "Horizontal-table"
1439 msgstr ""
1440
1441 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:63
1442 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:32
1443 msgid "Title"
1444 msgstr ""
1445
1446 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:66
1447 msgid "Tiered pricing title. Leave empty to use default title."
1448 msgstr ""
1449
1450 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:71
1451 msgid "Show total"
1452 msgstr ""
1453
1454 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:75
1455 msgid "Show total for each option when an option is active."
1456 msgstr ""
1457
1458 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:81
1459 msgid "Show prices without a discount"
1460 msgstr ""
1461
1462 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:85
1463 msgid "Show price with no discount in the option."
1464 msgstr ""
1465
1466 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:89
1467 msgid "Show the default option"
1468 msgstr ""
1469
1470 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:93
1471 msgid "Show the option without a discount (option with a regular product price)"
1472 msgstr ""
1473
1474 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:99
1475 msgid "Active tier color"
1476 msgstr ""
1477
1478 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:102
1479 msgid "Leave empty to use the default color."
1480 msgstr ""
1481
1482 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:106
1483 msgid "Quantity column text"
1484 msgstr ""
1485
1486 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:109
1487 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:117
1488 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:125
1489 msgid "Leave empty to use default title."
1490 msgstr ""
1491
1492 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:114
1493 msgid "Discount column text"
1494 msgstr ""
1495
1496 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:122
1497 msgid "Price column text"
1498 msgstr ""
1499
1500 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:136
1501 msgid "Unit label (singular)"
1502 msgstr ""
1503
1504 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:139
1505 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:147
1506 msgid "Leave empty to use default"
1507 msgstr ""
1508
1509 #: src/Integrations/Plugins/Elementor/ElementorWidget.php:144
1510 msgid "Unit label (plural)"
1511 msgstr ""
1512
1513 #: src/Integrations/Plugins/MixMatch.php:26
1514 msgid "Mix&Match for WooCommerce"
1515 msgstr ""
1516
1517 #: src/Integrations/Plugins/MixMatch.php:30
1518 msgid "Make tiered pricing properly work with this type of product."
1519 msgstr ""
1520
1521 #: src/Integrations/Plugins/ProductBundles.php:104
1522 msgid "Product Bundles (by WooCommerce)"
1523 msgstr ""
1524
1525 #: src/Integrations/Plugins/ProductBundles.php:108
1526 msgid "Integration provides compatibility with Product Bundles for WooCommerce to support bundle product type."
1527 msgstr ""
1528
1529 #: src/Integrations/Plugins/RankMath/RankMath.php:19
1530 msgid "Enhance the product schema with tiered pricing offers and adds <b>%lowest_price%</b> and <b>%price_range%</b> variables to display the lowest price and price range of products with tiered pricing."
1531 msgstr ""
1532
1533 #: src/Integrations/Plugins/RankMath/Settings.php:9
1534 #: src/Integrations/Plugins/RankMath/Settings.php:19
1535 msgid "Rank Math SEO"
1536 msgstr ""
1537
1538 #: src/Integrations/Plugins/RankMath/Settings.php:21
1539 msgid "Configure the integration with Rank Math SEO plugin to use tiered pricing variables in your SEO metadata."
1540 msgstr ""
1541
1542 #: src/Integrations/Plugins/RankMath/Settings.php:26
1543 #: src/Integrations/Plugins/Yoast/Settings.php:26
1544 msgid "Enable custom variables"
1545 msgstr ""
1546
1547 #: src/Integrations/Plugins/RankMath/Settings.php:30
1548 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."
1549 msgstr ""
1550
1551 #: src/Integrations/Plugins/RankMath/Settings.php:34
1552 #: src/Integrations/Plugins/Yoast/Settings.php:34
1553 msgid "Enhance product schema with tiered pricing offers"
1554 msgstr ""
1555
1556 #: src/Integrations/Plugins/RankMath/Settings.php:38
1557 #: src/Integrations/Plugins/Yoast/Settings.php:38
1558 msgid "Enhance the product schema with tiered pricing offers. Adds an offer for each tier and the lowest price as the main offer."
1559 msgstr ""
1560
1561 #: src/Integrations/Plugins/WCCS.php:27
1562 msgid "WooCommerce Currency Switcher by WP Experts (WCCS)"
1563 msgstr ""
1564
1565 #: src/Integrations/Plugins/WCPA.php:15
1566 msgid "WooCommerce Custom Product Addons (WCPA) by Acowebs"
1567 msgstr ""
1568
1569 #: src/Integrations/Plugins/WCPA.php:19
1570 #: src/Integrations/Plugins/WombatProductAddons.php:46
1571 #: src/Integrations/Plugins/WooCommerceProductAddons.php:65
1572 msgid "Make tiered pricing works properly with custom product options."
1573 msgstr ""
1574
1575 #: src/Integrations/Plugins/WCPProductBundles.php:30
1576 msgid "WPC Product Bundles for WooCommerce"
1577 msgstr ""
1578
1579 #: src/Integrations/Plugins/WombatProductAddons.php:42
1580 msgid "Product Fields (Product Addons) by StudioWombat"
1581 msgstr ""
1582
1583 #: src/Integrations/Plugins/WooCommerceDeposits.php:6
1584 msgid "WooCommerce Deposits (by WooCommerce)"
1585 msgstr ""
1586
1587 #: src/Integrations/Plugins/WooCommerceDeposits.php:10
1588 msgid "Make tiered pricing properly work with deposit purchases."
1589 msgstr ""
1590
1591 #: src/Integrations/Plugins/WooCommerceProductAddons.php:61
1592 msgid "Product Add-ons (by WooCommerce)"
1593 msgstr ""
1594
1595 #: src/Integrations/Plugins/WOOCS.php:53
1596 msgid "WooCommerce Currency Switcher (FOX)"
1597 msgstr ""
1598
1599 #: src/Integrations/Plugins/WPAllImport.php:102
1600 #: src/Integrations/Plugins/WPAllImport.php:202
1601 #: src/Services/ImportExport/WoocommerceImportService.php:29
1602 #: src/Services/ImportExport/WoocommerceImportService.php:45
1603 msgid "Fixed Tiered prices"
1604 msgstr ""
1605
1606 #: src/Integrations/Plugins/WPAllImport.php:105
1607 #: src/Integrations/Plugins/WPAllImport.php:207
1608 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."
1609 msgstr ""
1610
1611 #: src/Integrations/Plugins/WPAllImport.php:109
1612 #: src/Integrations/Plugins/WPAllImport.php:212
1613 msgid "Percentage Tiered prices"
1614 msgstr ""
1615
1616 #: src/Integrations/Plugins/WPAllImport.php:112
1617 #: src/Integrations/Plugins/WPAllImport.php:217
1618 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."
1619 msgstr ""
1620
1621 #: src/Integrations/Plugins/WPAllImport.php:116
1622 #: src/Integrations/Plugins/WPAllImport.php:222
1623 #: src/Services/ImportExport/WoocommerceExportService.php:43
1624 #: src/Services/ImportExport/WoocommerceImportService.php:27
1625 #: src/Services/ImportExport/WoocommerceImportService.php:41
1626 #: src/Services/ImportExport/WoocommerceImportService.php:69
1627 #: src/Services/ImportExport/WoocommerceImportService.php:82
1628 #: views/admin/components/tiered-pricing-rules-form.php:40
1629 msgid "Tiered pricing type"
1630 msgstr ""
1631
1632 #: src/Integrations/Plugins/WPAllImport.php:125
1633 #: src/Integrations/Plugins/WPAllImport.php:233
1634 msgid "The field must be either \"fixed\" or \"percentage\"."
1635 msgstr ""
1636
1637 #: src/Integrations/Plugins/WPAllImport.php:128
1638 #: src/Integrations/Plugins/WPAllImport.php:237
1639 msgid "Minimum product quantity"
1640 msgstr ""
1641
1642 #: src/Integrations/Plugins/WPAllImport.php:133
1643 #: src/Integrations/Plugins/WPAllImport.php:244
1644 msgid "The field must contain an integer value."
1645 msgstr ""
1646
1647 #: src/Integrations/Plugins/WPAllImport.php:148
1648 #: views/admin/components/regular-pricing-form.php:28
1649 msgid "Pricing type"
1650 msgstr ""
1651
1652 #: src/Integrations/Plugins/WPAllImport.php:155
1653 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."
1654 msgstr ""
1655
1656 #: src/Integrations/Plugins/WPAllImport.php:165
1657 msgid "Regular price for the role"
1658 msgstr ""
1659
1660 #: src/Integrations/Plugins/WPAllImport.php:174
1661 msgid "Sale price for the role"
1662 msgstr ""
1663
1664 #: src/Integrations/Plugins/WPAllImport.php:178
1665 #: src/PricingTable.php:199
1666 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:167
1667 #: views/admin/components/regular-pricing-form.php:75
1668 msgid "Discount (%)"
1669 msgstr ""
1670
1671 #: src/Integrations/Plugins/WPAllImport.php:197
1672 msgid "Percentage discount for the role."
1673 msgstr ""
1674
1675 #: src/Integrations/Plugins/WPAllImport.php:566
1676 msgid "Role-based import"
1677 msgstr ""
1678
1679 #: src/Integrations/Plugins/WPAllImport.php:884
1680 msgid "WP All Import"
1681 msgstr ""
1682
1683 #: src/Integrations/Plugins/WPAllImport.php:888
1684 msgid "Integration allows you to import tiered pricing data (including role-based rules) via the plugin WP All Import."
1685 msgstr ""
1686
1687 #: src/Integrations/Plugins/WPMLMulticurrency.php:41
1688 msgid "WPML Multicurrency"
1689 msgstr ""
1690
1691 #: src/Integrations/Plugins/YithRequestAQuote.php:81
1692 msgid "YITH Request a Quote"
1693 msgstr ""
1694
1695 #: src/Integrations/Plugins/YithRequestAQuote.php:85
1696 msgid "Make tiered pricing properly work with request a quote form."
1697 msgstr ""
1698
1699 #: src/Integrations/Plugins/Yoast/Settings.php:9
1700 msgid "Yoast SEO"
1701 msgstr ""
1702
1703 #: src/Integrations/Plugins/Yoast/Settings.php:19
1704 msgid "Yoast"
1705 msgstr ""
1706
1707 #: src/Integrations/Plugins/Yoast/Settings.php:21
1708 msgid "Configure the integration with Yoast SEO plugin to use tiered pricing variables in your SEO metadata."
1709 msgstr ""
1710
1711 #: src/Integrations/Plugins/Yoast/Settings.php:30
1712 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."
1713 msgstr ""
1714
1715 #: src/Integrations/Plugins/Yoast/Yoast.php:18
1716 msgid "Adds <b>%%lowest_price%%</b> and <b>%%price_range%%</b> variables to display the lowest and price range of products with tiered pricing."
1717 msgstr ""
1718
1719 #: src/Managers/FormatPriceManager.php:243
1720 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:60
1721 msgid "From"
1722 msgstr ""
1723
1724 #: src/Services/CartUpsellsService.php:166
1725 #: src/Settings/Sections/GeneralSection/Subsections/UpsellsSubsection.php:43
1726 msgid "Buy <b>{tp_required_quantity}</b> more to get <b>{tp_next_price}</b> each"
1727 msgstr ""
1728
1729 #: src/Services/ImportExport/WoocommerceExportService.php:40
1730 msgid "Fixed Tiered Prices"
1731 msgstr ""
1732
1733 #: src/Services/ImportExport/WoocommerceExportService.php:44
1734 #: src/Services/ImportExport/WoocommerceImportService.php:28
1735 #: src/Services/ImportExport/WoocommerceImportService.php:43
1736 #: src/Services/ImportExport/WoocommerceImportService.php:70
1737 #: src/Services/ImportExport/WoocommerceImportService.php:84
1738 msgid "Tiered pricing minimum product quantity"
1739 msgstr ""
1740
1741 #: src/Services/ImportExport/WoocommerceExportService.php:45
1742 #: src/Services/ImportExport/WoocommerceImportService.php:30
1743 #: src/Services/ImportExport/WoocommerceImportService.php:47
1744 msgid "Percentage Tiered Prices"
1745 msgstr ""
1746
1747 #: src/Services/ImportExport/WoocommerceImportService.php:67
1748 #: src/Services/ImportExport/WoocommerceImportService.php:78
1749 msgid "Fixed tiered prices"
1750 msgstr ""
1751
1752 #: src/Services/ImportExport/WoocommerceImportService.php:68
1753 #: src/Services/ImportExport/WoocommerceImportService.php:80
1754 msgid "Percentage tiered prices"
1755 msgstr ""
1756
1757 #. translators: %s: account page link
1758 #: src/Services/NonLoggedInUsersService.php:72
1759 #, php-format
1760 msgid "Please enter %s to make a purchase"
1761 msgstr ""
1762
1763 #: src/Services/NonLoggedInUsersService.php:74
1764 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:52
1765 msgid "your account"
1766 msgstr ""
1767
1768 #. translators: %s: login page link
1769 #. translators: %s: login page url
1770 #: src/Services/NonLoggedInUsersService.php:85
1771 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:70
1772 #, php-format
1773 msgid "%s see prices"
1774 msgstr ""
1775
1776 #: src/Services/NonLoggedInUsersService.php:87
1777 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:72
1778 msgid "Login"
1779 msgstr ""
1780
1781 #: src/Services/SystemStatusReportService.php:35
1782 msgid "Activation date"
1783 msgstr ""
1784
1785 #: src/Services/SystemStatusReportService.php:54
1786 msgid "Seen notifications"
1787 msgstr ""
1788
1789 #: src/Services/SystemStatusReportService.php:67
1790 msgid "Tips hidden"
1791 msgstr ""
1792
1793 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:62
1794 msgid "Singular"
1795 msgstr ""
1796
1797 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:69
1798 msgid "e.g., piece"
1799 msgstr ""
1800
1801 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:74
1802 msgid "Plural"
1803 msgstr ""
1804
1805 #: src/Settings/CustomOptions/TPTQuantityMeasurementField.php:81
1806 msgid "e.g., pieces"
1807 msgstr ""
1808
1809 #: src/Settings/CustomOptions/TPTTextTemplate.php:142
1810 msgid "{tp_quantity} - range or a static quantity of the current pricing tier."
1811 msgstr ""
1812
1813 #: src/Settings/CustomOptions/TPTTextTemplate.php:148
1814 #: views/addons/category-tiers/add-free.php:28
1815 #: views/addons/category-tiers/add.php:57
1816 #: views/addons/category-tiers/edit-free.php:37
1817 #: views/addons/category-tiers/edit.php:67
1818 #: views/addons/category-tiers/edit.php:88
1819 #: views/admin/components/regular-pricing-form.php:38
1820 #: views/admin/components/regular-pricing-form.php:65
1821 #: views/admin/components/tiered-pricing-rules-form.php:99
1822 msgid "Percentage discount"
1823 msgstr ""
1824
1825 #: src/Settings/CustomOptions/TPTTextTemplate.php:149
1826 msgid "{tp_discount} - current tier`s percentage discount."
1827 msgstr ""
1828
1829 #: src/Settings/CustomOptions/TPTTextTemplate.php:154
1830 msgid "Rounded percentage discount"
1831 msgstr ""
1832
1833 #: src/Settings/CustomOptions/TPTTextTemplate.php:155
1834 msgid "{tp_rounded_discount} - current tier`s rounded percentage discount."
1835 msgstr ""
1836
1837 #: src/Settings/CustomOptions/TPTTextTemplate.php:161
1838 msgid "Required quantity"
1839 msgstr ""
1840
1841 #: src/Settings/CustomOptions/TPTTextTemplate.php:162
1842 msgid "{tp_required_quantity} - required quantity to add a next tiered pricing."
1843 msgstr ""
1844
1845 #: src/Settings/CustomOptions/TPTTextTemplate.php:168
1846 msgid "Next price"
1847 msgstr ""
1848
1849 #: src/Settings/CustomOptions/TPTTextTemplate.php:169
1850 msgid "{tp_next_price} - next tiered pricing price user can get if they add required quantity."
1851 msgstr ""
1852
1853 #: src/Settings/CustomOptions/TPTTextTemplate.php:175
1854 msgid "Next discount"
1855 msgstr ""
1856
1857 #: src/Settings/CustomOptions/TPTTextTemplate.php:176
1858 msgid "{tp_next_discount} - next discount if they add required quantity."
1859 msgstr ""
1860
1861 #: src/Settings/CustomOptions/TPTTextTemplate.php:182
1862 msgid "Next actual discount"
1863 msgstr ""
1864
1865 #: src/Settings/CustomOptions/TPTTextTemplate.php:183
1866 msgid "{tp_actual_discount} - discount based on the original product price."
1867 msgstr ""
1868
1869 #: src/Settings/CustomOptions/TPTTextTemplate.php:188
1870 msgid "Save price"
1871 msgstr ""
1872
1873 #: src/Settings/CustomOptions/TPTTextTemplate.php:189
1874 msgid "{tp_ys_price} - difference between regular and current price."
1875 msgstr ""
1876
1877 #: src/Settings/CustomOptions/TPTTextTemplate.php:194
1878 msgid "Total save price"
1879 msgstr ""
1880
1881 #: src/Settings/CustomOptions/TPTTextTemplate.php:195
1882 msgid "{tp_ys_total_price} - difference between regular and current price multiplied by quantity."
1883 msgstr ""
1884
1885 #: src/Settings/CustomOptions/TPTTextTemplate.php:201
1886 msgid "{tp_price} - Tier price for one piece"
1887 msgstr ""
1888
1889 #: src/Settings/CustomOptions/TPTTextTemplate.php:206
1890 msgid "It will use Unit label from products if you set it."
1891 msgstr ""
1892
1893 #: src/Settings/Sections/Advanced/AdvancedSection.php:17
1894 msgid "Features"
1895 msgstr ""
1896
1897 #: src/Settings/Sections/Advanced/AdvancedSection.php:18
1898 msgid "You can disable or enable specific plugin features."
1899 msgstr ""
1900
1901 #: src/Settings/Sections/Advanced/AdvancedSection.php:43
1902 msgid "Feature Flags"
1903 msgstr ""
1904
1905 #: src/Settings/Sections/Advanced/AdvancedSection.php:59
1906 msgid "Cache"
1907 msgstr ""
1908
1909 #: src/Settings/Sections/Advanced/AdvancedSection.php:60
1910 msgid "Cache improves performance making the plugin not calculate data on each request. Disable to debug issues."
1911 msgstr ""
1912
1913 #: src/Settings/Sections/Advanced/AdvancedSection.php:71
1914 msgid "Purge"
1915 msgstr ""
1916
1917 #: src/Settings/Sections/Advanced/AdvancedSection.php:72
1918 msgid "Purge cache"
1919 msgstr ""
1920
1921 #: src/Settings/Sections/Advanced/AdvancedSection.php:86
1922 msgid "Debug"
1923 msgstr ""
1924
1925 #: src/Settings/Sections/Advanced/AdvancedSection.php:87
1926 msgid "Debug mode is useful when you need to track what pricing rule is applying for a cart item."
1927 msgstr ""
1928
1929 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:15
1930 msgid "Calculation logic"
1931 msgstr ""
1932
1933 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:16
1934 msgid "This section controls how tiered pricing does calculations."
1935 msgstr ""
1936
1937 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:35
1938 msgid "Consider product variations as one product"
1939 msgstr ""
1940
1941 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:39
1942 msgid "For the same variable product, the plugin will consider all its variations as the same product when calculating tiered pricing."
1943 msgstr ""
1944
1945 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:44
1946 msgid "Always use regular price to calculate percentage discounts"
1947 msgstr ""
1948
1949 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:52
1950 msgid "Round price"
1951 msgstr ""
1952
1953 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:56
1954 msgid "WooCommerce rounds prices when showing them to users. To avoid possible rounding errors with displaying and calculation, the plugin rounds prices when calculating percentage discounts."
1955 msgstr ""
1956
1957 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:68
1958 msgid "If enabled, the plugin will always use the regular price to calculate percentage discounts. By default, the plugin uses the sale price if it exists."
1959 msgstr ""
1960
1961 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:75
1962 msgid ""
1963 "For example: if the regular product price is $100.00, the sale price is $90.00, and there is a tiered\n"
1964 "\t\t\tpricing rule"
1965 msgstr ""
1966
1967 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:80
1968 msgid "20 pieces → 20% off"
1969 msgstr ""
1970
1971 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:84
1972 msgid "When the option is disabled, 20% will be calculated based on the sale price, in this case — "
1973 msgstr ""
1974
1975 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:90
1976 msgid "When the option is enabled, 20% will be calculated based on the regular price, in this case — "
1977 msgstr ""
1978
1979 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:97
1980 msgid "This option is also affecting discount calculation in role-based and global pricing rules."
1981 msgstr ""
1982
1983 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:111
1984 msgid "Calculation Logic"
1985 msgstr ""
1986
1987 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:118
1988 msgid "How global pricing rules behave."
1989 msgstr ""
1990
1991 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:122
1992 msgid "Override product level rules"
1993 msgstr ""
1994
1995 #: src/Settings/Sections/CalculationLogic/CalculationLogic.php:124
1996 msgid "Make global rule override product level and role-based rules. When this option is disabled, product level rules will have a higher priority."
1997 msgstr ""
1998
1999 #: src/Settings/Sections/GeneralSection/GeneralSection.php:100
2000 msgid "General"
2001 msgstr ""
2002
2003 #: src/Settings/Sections/GeneralSection/GeneralSection.php:118
2004 msgid "<strong>Buy {tp_quantity} pieces for {tp_price}</strong>"
2005 msgstr ""
2006
2007 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:10
2008 msgid "Tiered pricing in the cart"
2009 msgstr ""
2010
2011 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:14
2012 msgid "Control how tiered pricing will be shown in the cart."
2013 msgstr ""
2014
2015 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:24
2016 msgid "Show cart item price as a discount"
2017 msgstr ""
2018
2019 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:26
2020 msgid "When a product in the cart has a tiered price, show it as a discount with a crossed-out original price near it. For example: "
2021 msgstr ""
2022
2023 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:32
2024 msgid "Show cart item subtotal as a discount"
2025 msgstr ""
2026
2027 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:34
2028 msgid "When a product in the cart has a tiered price, show its subtotal as a discount, similar to the option above."
2029 msgstr ""
2030
2031 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:40
2032 msgid "Always cross out the regular price"
2033 msgstr ""
2034
2035 #: src/Settings/Sections/GeneralSection/Subsections/CartOptionsSubsection.php:42
2036 msgid "When showing a crossed-out price, always use the regular price."
2037 msgstr ""
2038
2039 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:11
2040 msgid "Price format for products with tiered pricing (in the catalog, widgets, etc.)"
2041 msgstr ""
2042
2043 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:16
2044 msgid "Control how products with tiered pricing will show their prices outside their product pages."
2045 msgstr ""
2046
2047 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:27
2048 msgid "Format price"
2049 msgstr ""
2050
2051 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:31
2052 msgid "Format price based on tiered pricing (show pricing range or minimal price)."
2053 msgstr ""
2054
2055 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:36
2056 msgid "Format price for variable products"
2057 msgstr ""
2058
2059 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:40
2060 msgid "Format price based on tiered pricing (show pricing range or minimal price) for variable products. Uses the lowest and the highest prices from all variations."
2061 msgstr ""
2062
2063 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:45
2064 msgid "Display price as"
2065 msgstr ""
2066
2067 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:49
2068 msgid "Show lowest price"
2069 msgstr ""
2070
2071 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:50
2072 msgid "Show range (lowest to highest)"
2073 msgstr ""
2074
2075 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:53
2076 msgid "Choose how to display tiered pricing: show only the lowest price or the full price range."
2077 msgstr ""
2078
2079 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:57
2080 msgid "The lowest price prefix"
2081 msgstr ""
2082
2083 #: src/Settings/Sections/GeneralSection/Subsections/CatalogPricesSubsection.php:61
2084 msgid "Enter a prefix that will be shown before the lowest price. For example, it can look like this: <b>From $10.00</b>"
2085 msgstr ""
2086
2087 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:30
2088 msgid "Show tiered pricing"
2089 msgstr ""
2090
2091 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:34
2092 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."
2093 msgstr ""
2094
2095 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:39
2096 msgid "Default template"
2097 msgstr ""
2098
2099 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:43
2100 msgid "Default tiered pricing template. Template can be customized individually per product."
2101 msgstr ""
2102
2103 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:49
2104 msgid "Pricing blocks style"
2105 msgstr ""
2106
2107 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:53
2108 msgid "Default"
2109 msgstr ""
2110
2111 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:54
2112 msgid "Style #1"
2113 msgstr ""
2114
2115 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:55
2116 msgid "Style #2"
2117 msgstr ""
2118
2119 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:56
2120 msgid "Style #3"
2121 msgstr ""
2122
2123 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:57
2124 msgid "Style #4"
2125 msgstr ""
2126
2127 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:67
2128 msgid "The title is shown above the tiered pricing."
2129 msgstr ""
2130
2131 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:71
2132 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:40
2133 msgid "Position on the product page"
2134 msgstr ""
2135
2136 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:75
2137 msgid "Above add to cart button"
2138 msgstr ""
2139
2140 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:76
2141 msgid "Below add to cart button"
2142 msgstr ""
2143
2144 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:77
2145 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:46
2146 msgid "Above add to cart form"
2147 msgstr ""
2148
2149 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:78
2150 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:47
2151 msgid "Below add to cart form"
2152 msgstr ""
2153
2154 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:80
2155 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:49
2156 msgid "Before product summary"
2157 msgstr ""
2158
2159 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:81
2160 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:50
2161 msgid "After product summary"
2162 msgstr ""
2163
2164 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:82
2165 msgid "I display tiered pricing via shortcode/gutenberg/elementor"
2166 msgstr ""
2167
2168 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:85
2169 msgid "Choose where you what tiered pricing be displayed on the product page."
2170 msgstr ""
2171
2172 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:110
2173 msgid "Tooltip icon color"
2174 msgstr ""
2175
2176 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:115
2177 msgid "Color of the icon."
2178 msgstr ""
2179
2180 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:119
2181 msgid "Tooltip icon size (px)"
2182 msgstr ""
2183
2184 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:124
2185 msgid "Size of the icon."
2186 msgstr ""
2187
2188 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:128
2189 msgid "Tooltip border"
2190 msgstr ""
2191
2192 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:156
2193 msgid "Columns titles"
2194 msgstr ""
2195
2196 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:175
2197 msgid "Leave a column title empty so as not to show that column."
2198 msgstr ""
2199
2200 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:183
2201 msgid "Show the percentage discount in pricing blocks that offer a discount."
2202 msgstr ""
2203
2204 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:191
2205 msgid "Pricing options will show a crossed-out regular product price near the actual tier price."
2206 msgstr ""
2207
2208 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:196
2209 msgid "Show totals in a selected option"
2210 msgstr ""
2211
2212 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:200
2213 msgid "The selected pricing option will include totals."
2214 msgstr ""
2215
2216 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:204
2217 msgid "Pricing option template"
2218 msgstr ""
2219
2220 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:215
2221 msgid "Use the variables above to build the template for the pricing option."
2222 msgstr ""
2223
2224 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:219
2225 msgid "Show first tier pricing option"
2226 msgstr ""
2227
2228 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:223
2229 msgid "Show the option with a regular product price. This is the first pricing tier where no discount is offered."
2230 msgstr ""
2231
2232 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:227
2233 msgid "First tier pricing option template"
2234 msgstr ""
2235
2236 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:235
2237 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:274
2238 msgid "Set up the first pricing tier template where a discount is not offered."
2239 msgstr ""
2240
2241 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:239
2242 msgid "Pricing string template"
2243 msgstr ""
2244
2245 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:251
2246 msgid "Use the variables above to build the template for the pricing string."
2247 msgstr ""
2248
2249 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:255
2250 msgid "Show first tier pricing string"
2251 msgstr ""
2252
2253 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:259
2254 msgid "Show the tier with a regular product price. This is the first pricing tier where no discount is offered."
2255 msgstr ""
2256
2257 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:264
2258 msgid "First tier pricing string template"
2259 msgstr ""
2260
2261 #: src/Settings/Sections/GeneralSection/Subsections/LayoutSubsection.php:282
2262 msgid "To select the quantity, tiered pricing becomes clickable (table rows, blocks, options)."
2263 msgstr ""
2264
2265 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:11
2266 msgid "Non logged-in users"
2267 msgstr ""
2268
2269 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:15
2270 msgid "Control whether to display prices for non-logged in users or not. Allow them to purchase products or not."
2271 msgstr ""
2272
2273 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:26
2274 msgid "Prevent purchase for non-logged-in users"
2275 msgstr ""
2276
2277 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:34
2278 msgid "Add-to-cart button label for non-logged-in users"
2279 msgstr ""
2280
2281 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:38
2282 msgid "Change default Add to cart label to something else to be displayed for non-logged users."
2283 msgstr ""
2284
2285 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:40
2286 msgid "Leave empty to keep it as it is"
2287 msgstr ""
2288
2289 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:45
2290 msgid "Error message when non-logged-in users add to cart"
2291 msgstr ""
2292
2293 #. translators: %s: login page url
2294 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:50
2295 #, php-format
2296 msgid "Please enter %s to make a purchase."
2297 msgstr ""
2298
2299 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:56
2300 msgid "Hide prices for non-logged-in users"
2301 msgstr ""
2302
2303 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:63
2304 msgid "Price message for non-logged-in users"
2305 msgstr ""
2306
2307 #: src/Settings/Sections/GeneralSection/Subsections/NonLoggedInUsersSubsection.php:66
2308 msgid "This message will be displayed instead of the price for non-logged-in users."
2309 msgstr ""
2310
2311 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:12
2312 msgid "Price on the product page"
2313 msgstr ""
2314
2315 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:16
2316 msgid "Control how the product price with tiered pricing will look and behave on the product page."
2317 msgstr ""
2318
2319 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:27
2320 msgid "Price behaviour"
2321 msgstr ""
2322
2323 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:31
2324 msgid "Match catalog display (price range or lowest price)"
2325 msgstr ""
2326
2327 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:32
2328 msgid "Dynamic"
2329 msgstr ""
2330
2331 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:38
2332 msgid "Show actual price"
2333 msgstr ""
2334
2335 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:42
2336 msgid "The product price is automatically updated when a new price tier is reached."
2337 msgstr ""
2338
2339 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:46
2340 msgid "Show tiered price as a discount"
2341 msgstr ""
2342
2343 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:50
2344 msgid "When a tiered price is applied, the original price will be crossed out and the discounted price shown."
2345 msgstr ""
2346
2347 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:54
2348 msgid "Show total price"
2349 msgstr ""
2350
2351 #: src/Settings/Sections/GeneralSection/Subsections/ProductPagePriceSubsection.php:58
2352 msgid "The product price will be shown as a total price based on the selected pricing tier and quantity."
2353 msgstr ""
2354
2355 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:11
2356 msgid "Totals on the product page"
2357 msgstr ""
2358
2359 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:15
2360 msgid "Display additional information such as total cost and unit price."
2361 msgstr ""
2362
2363 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:25
2364 msgid "Show totals on the product page"
2365 msgstr ""
2366
2367 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:35
2368 msgid "The name is displaying above the summary block."
2369 msgstr ""
2370
2371 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:44
2372 msgid "Above buy button"
2373 msgstr ""
2374
2375 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:45
2376 msgid "Below buy button"
2377 msgstr ""
2378
2379 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:53
2380 msgid "Where to display the summary block."
2381 msgstr ""
2382
2383 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:57
2384 msgid "Totals template"
2385 msgstr ""
2386
2387 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:61
2388 msgid "Detailed"
2389 msgstr ""
2390
2391 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:62
2392 msgid "Reduced"
2393 msgstr ""
2394
2395 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:63
2396 msgid "Labels"
2397 msgstr ""
2398
2399 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:68
2400 msgid "\"Total\" label"
2401 msgstr ""
2402
2403 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:71
2404 #: views/frontend/tiered-pricing-options.php:154
2405 #: views/frontend/tiered-pricing-options.php:256
2406 msgid "Total:"
2407 msgstr ""
2408
2409 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:75
2410 msgid "\"Each\" label"
2411 msgstr ""
2412
2413 #: src/Settings/Sections/GeneralSection/Subsections/SummarySubsection.php:78
2414 msgid "Each: "
2415 msgstr ""
2416
2417 #: src/Settings/Sections/GeneralSection/Subsections/UpsellsSubsection.php:11
2418 msgid "Cart upsells"
2419 msgstr ""
2420
2421 #: src/Settings/Sections/GeneralSection/Subsections/UpsellsSubsection.php:15
2422 msgid "Use cart upsell messages to encourage customers to buy more by displaying available discounts."
2423 msgstr ""
2424
2425 #: src/Settings/Sections/GeneralSection/Subsections/UpsellsSubsection.php:46
2426 msgid "Note: This feature is not compatible with the Gutenberg Cart/Checkout blocks."
2427 msgstr ""
2428
2429 #: src/Settings/Sections/GeneralSection/Subsections/UpsellsSubsection.php:51
2430 msgid "Upsell text color"
2431 msgstr ""
2432
2433 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:11
2434 msgid "\"You save\" on the product page"
2435 msgstr ""
2436
2437 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:15
2438 msgid "Display the amount saved when a discount is applied."
2439 msgstr ""
2440
2441 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:26
2442 msgid "Show \"You save\" price"
2443 msgstr ""
2444
2445 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:30
2446 msgid "Show the difference between the regular price and a discounted price. You can also show it via the [tiered_price_you_save] shortcode."
2447 msgstr ""
2448
2449 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:34
2450 msgid "Consider sale price as a discount"
2451 msgstr ""
2452
2453 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:38
2454 msgid "The difference between the regular and sale price will be included in the “you save” calculation."
2455 msgstr ""
2456
2457 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:44
2458 msgid "You save {tp_ys_total_price}"
2459 msgstr ""
2460
2461 #: src/Settings/Sections/GeneralSection/Subsections/YouSaveSubsection.php:52
2462 msgid "\"You save\" price color"
2463 msgstr ""
2464
2465 #: src/Settings/Sections/Integrations/IntegrationSection.php:17
2466 msgid "General integrations"
2467 msgstr ""
2468
2469 #: src/Settings/Sections/Integrations/IntegrationSection.php:22
2470 msgid "Multicurrency integrations"
2471 msgstr ""
2472
2473 #: src/Settings/Sections/Integrations/IntegrationSection.php:23
2474 msgid "Integrations with multicurrency plugins."
2475 msgstr ""
2476
2477 #: src/Settings/Sections/Integrations/IntegrationSection.php:26
2478 msgid "Product Addons"
2479 msgstr ""
2480
2481 #: src/Settings/Sections/Integrations/IntegrationSection.php:27
2482 msgid "Integrations with product add-ons (custom fields) plugins."
2483 msgstr ""
2484
2485 #: src/Settings/Sections/Integrations/IntegrationSection.php:31
2486 msgid "SEO"
2487 msgstr ""
2488
2489 #: src/Settings/Sections/Integrations/IntegrationSection.php:32
2490 msgid "Integrations with SEO plugins."
2491 msgstr ""
2492
2493 #: src/Settings/Sections/Integrations/IntegrationSection.php:35
2494 msgid "Custom Product Types"
2495 msgstr ""
2496
2497 #: src/Settings/Sections/Integrations/IntegrationSection.php:36
2498 msgid "Integrations plugins that provides custom product types."
2499 msgstr ""
2500
2501 #: src/Settings/Sections/Integrations/IntegrationSection.php:92
2502 msgid "Integrations"
2503 msgstr ""
2504
2505 #: src/Settings/Settings.php:182
2506 #: src/TierPricingTablePlugin.php:178
2507 #: views/admin/notifications/activation-notification.php:60
2508 #: views/admin/welcome-page/welcome-page.php:219
2509 msgid "Documentation"
2510 msgstr ""
2511
2512 #. translators: %s: required plugin
2513 #: src/TierPricingTablePlugin.php:93
2514 #, php-format
2515 msgid "<b>Tiered Pricing Table</b> plugin requires %s to be installed and activated."
2516 msgstr ""
2517
2518 #: src/TierPricingTablePlugin.php:161
2519 #: views/admin/notifications/activation-notification.php:56
2520 #: views/admin/welcome-page/welcome-page.php:213
2521 msgid "Settings"
2522 msgstr ""
2523
2524 #: src/TierPricingTablePlugin.php:165
2525 msgid "Go Premium"
2526 msgstr ""
2527
2528 #: src/TierPricingTablePlugin.php:181
2529 msgid "Contact Us"
2530 msgstr ""
2531
2532 #: src/TierPricingTablePlugin.php:185
2533 msgid "Account"
2534 msgstr ""
2535
2536 #: src/TierPricingTablePlugin.php:292
2537 #: views/admin/welcome-page/welcome-page.php:328
2538 msgid "Horizontal table"
2539 msgstr ""
2540
2541 #: src/TierPricingTablePlugin.php:293
2542 #: views/admin/welcome-page/welcome-page.php:334
2543 msgid "Plain text"
2544 msgstr ""
2545
2546 #: src/TierPricingTablePlugin.php:294
2547 #: views/admin/welcome-page/welcome-page.php:320
2548 msgid "Tooltip"
2549 msgstr ""
2550
2551 #: views/addons/category-tiers/add-free.php:37
2552 msgid "Available only in the premium version (You can disable this block in the settings)"
2553 msgstr ""
2554
2555 #: views/addons/category-tiers/add.php:69
2556 #: views/addons/category-tiers/edit-free.php:46
2557 #: views/addons/category-tiers/edit.php:100
2558 #: views/admin/components/tiered-pricing-rules-form.php:116
2559 #: views/admin/components/tiered-pricing-rules-form.php:170
2560 msgid "New tier"
2561 msgstr ""
2562
2563 #: views/addons/category-tiers/add.php:76
2564 msgid ""
2565 "Assign percentage discounts for products that have this category. Rules can be overridden\n"
2566 " in product."
2567 msgstr ""
2568
2569 #: views/addons/category-tiers/edit.php:135
2570 msgid "Assign percentage discounts for products that have this category. Rules can be overridden in product."
2571 msgstr ""
2572
2573 #: views/addons/global-rules/tiered-pricing-tab.php:56
2574 msgid "Looking to set pricing rules for product categories or custom sets of products?"
2575 msgstr ""
2576
2577 #: views/addons/global-rules/tiered-pricing-tab.php:69
2578 msgid "Create a global pricing rule"
2579 msgstr ""
2580
2581 #: views/addons/role-based-pricing/role-based-block.php:33
2582 msgid "Role-based pricing"
2583 msgstr ""
2584
2585 #: views/addons/role-based-pricing/role-based-block.php:64
2586 msgid "Set up separate rules for different roles of customers. Choose a role and click the \"Setup for role\" button."
2587 msgstr ""
2588
2589 #: views/addons/role-based-pricing/role-based-block.php:75
2590 msgid "settings"
2591 msgstr ""
2592
2593 #: views/addons/role-based-pricing/role-based-block.php:77
2594 #, php-format
2595 msgid "If you do not use this feature, you can disable it in the %s to simplify the interface."
2596 msgstr ""
2597
2598 #: views/addons/role-based-pricing/role-based-block.php:96
2599 msgid "Setup for role"
2600 msgstr ""
2601
2602 #: views/admin/banners/free-version-used-premium-available.php:23
2603 msgid "The free version is active but you have a premium license"
2604 msgstr ""
2605
2606 #: views/admin/banners/free-version-used-premium-available.php:30
2607 msgid "You can download the premium version either from your <a href=\""
2608 msgstr ""
2609
2610 #: views/admin/banners/premium-thanking-banner.php:17
2611 msgid "You are running the premium version of the plugin!"
2612 msgstr ""
2613
2614 #: views/admin/banners/premium-thanking-banner.php:33
2615 msgid "My Account"
2616 msgstr ""
2617
2618 #: views/admin/banners/premium-thanking-banner.php:36
2619 #: views/admin/banners/upgrade-banner.php:51
2620 msgid "Contact us"
2621 msgstr ""
2622
2623 #: views/admin/banners/upgrade-banner.php:19
2624 msgid "Upgrade your plan to unlock the great premium features"
2625 msgstr ""
2626
2627 #: views/admin/banners/upgrade-banner.php:27
2628 msgid "finish plugin activation"
2629 msgstr ""
2630
2631 #. translators: %s: activation link
2632 #: views/admin/banners/upgrade-banner.php:34
2633 #, php-format
2634 msgid "Please %s to proceed with upgrading."
2635 msgstr ""
2636
2637 #: views/admin/banners/upgrade-banner.php:47
2638 msgid "Upgrade to Premium!"
2639 msgstr ""
2640
2641 #: views/admin/components/minimum-order-quantity-form.php:22
2642 msgid "Minimum order quantity"
2643 msgstr ""
2644
2645 #: views/admin/components/minimum-order-quantity-form.php:26
2646 msgid "A minimum amount of a product a customer must order to fulfill the order."
2647 msgstr ""
2648
2649 #: views/admin/components/regular-pricing-form.php:35
2650 #: views/admin/components/regular-pricing-form.php:52
2651 msgid "Flat prices"
2652 msgstr ""
2653
2654 #: views/admin/components/regular-pricing-form.php:84
2655 msgid "Leave empty to don't apply any"
2656 msgstr ""
2657
2658 #: views/admin/components/regular-pricing-form.php:94
2659 msgid "Set discounted price as"
2660 msgstr ""
2661
2662 #: views/admin/components/regular-pricing-form.php:137
2663 #: views/admin/components/regular-pricing-form.php:155
2664 msgid "Leave empty to don't change it"
2665 msgstr ""
2666
2667 #: views/admin/components/tiered-pricing-rules-form.php:48
2668 msgid "Fixed prices"
2669 msgstr ""
2670
2671 #: views/admin/components/tiered-pricing-rules-form.php:53
2672 msgid "Percentage discounts (only in premium version)"
2673 msgstr ""
2674
2675 #: views/admin/components/tiered-pricing-rules-form.php:57
2676 msgid "Percentage discounts"
2677 msgstr ""
2678
2679 #: views/admin/components/tiered-pricing-rules-form.php:72
2680 #: views/admin/components/tiered-pricing-rules-form.php:126
2681 msgid "Tiered price"
2682 msgstr ""
2683
2684 #: views/admin/notifications/activation-notification.php:25
2685 msgid "Thanks for installing the"
2686 msgstr ""
2687
2688 #: views/admin/notifications/activation-notification.php:41
2689 msgid "products"
2690 msgstr ""
2691
2692 #: views/admin/notifications/activation-notification.php:44
2693 msgid "a global pricing rule"
2694 msgstr ""
2695
2696 #. translators: %1$s: product links, %2$s: categories
2697 #: views/admin/notifications/activation-notification.php:47
2698 #, php-format
2699 msgid "Add quantity-based pricing rules directly in the %1$s or create %2$s that will work for product categories and user roles."
2700 msgstr ""
2701
2702 #: views/admin/welcome-page/welcome-page.php:199
2703 msgid "Tiered Pricing Table is a powerful tool that allows you to create quantity-based pricing for your WooCommerce products."
2704 msgstr ""
2705
2706 #: views/admin/welcome-page/welcome-page.php:205
2707 msgid "With intuitive templates, flexible pricing rules, and advanced features, this plugin is a perfect fit for any type of store."
2708 msgstr ""
2709
2710 #: views/admin/welcome-page/welcome-page.php:247
2711 msgid "Apply tiered pricing to products"
2712 msgstr ""
2713
2714 #: views/admin/welcome-page/welcome-page.php:267
2715 msgid "Prices automatically displayed on the product page:"
2716 msgstr ""
2717
2718 #: views/admin/welcome-page/welcome-page.php:289
2719 msgid "Pricing Table"
2720 msgstr ""
2721
2722 #: views/admin/welcome-page/welcome-page.php:292
2723 msgid "Ability to add custom columns."
2724 msgstr ""
2725
2726 #: views/admin/welcome-page/welcome-page.php:293
2727 msgid "Customizable columns titles"
2728 msgstr ""
2729
2730 #: views/admin/welcome-page/welcome-page.php:294
2731 msgid "Customize accent color."
2732 msgstr ""
2733
2734 #: views/admin/welcome-page/welcome-page.php:299
2735 msgid "Pricing Blocks"
2736 msgstr ""
2737
2738 #: views/admin/welcome-page/welcome-page.php:302
2739 msgid "Show/hide percentage discount."
2740 msgstr ""
2741
2742 #: views/admin/welcome-page/welcome-page.php:306
2743 msgid "Pricing Blocks #2"
2744 msgstr ""
2745
2746 #: views/admin/welcome-page/welcome-page.php:311
2747 msgid "Pricing Options"
2748 msgstr ""
2749
2750 #: views/admin/welcome-page/welcome-page.php:314
2751 #: views/admin/welcome-page/welcome-page.php:337
2752 msgid "Customize template with various available variables."
2753 msgstr ""
2754
2755 #: views/admin/welcome-page/welcome-page.php:315
2756 msgid "Show/hide total in a selected option."
2757 msgstr ""
2758
2759 #: views/admin/welcome-page/welcome-page.php:323
2760 msgid "Customizable color and size."
2761 msgstr ""
2762
2763 #: views/admin/welcome-page/welcome-page.php:344
2764 msgid "Customizable template."
2765 msgstr ""
2766
2767 #: views/admin/welcome-page/welcome-page.php:389
2768 msgid "Apply custom prices to any user role"
2769 msgstr ""
2770
2771 #: views/admin/welcome-page/welcome-page.php:410
2772 msgid "Apply custom prices in bulk for selected categories and users:"
2773 msgstr ""
2774
2775 #: views/admin/welcome-page/welcome-page.php:440
2776 msgid "Instant price updating"
2777 msgstr ""
2778
2779 #: views/admin/welcome-page/welcome-page.php:449
2780 msgid "Cart"
2781 msgstr ""
2782
2783 #: views/admin/welcome-page/welcome-page.php:458
2784 msgid "Catalog prices"
2785 msgstr ""
2786
2787 #: views/admin/welcome-page/welcome-page.php:467
2788 msgid "Product catalog (Category page)"
2789 msgstr ""
2790
2791 #: views/admin/welcome-page/welcome-page.php:511
2792 msgid "Import \\ Export"
2793 msgstr ""
2794
2795 #: views/admin/welcome-page/welcome-page.php:515
2796 msgid "REST API"
2797 msgstr ""
2798
2799 #: views/admin/welcome-page/welcome-page.php:519
2800 msgid "Admin-made orders supported"
2801 msgstr ""
2802
2803 #: views/admin/welcome-page/welcome-page.php:523
2804 msgid "Built-in cache"
2805 msgstr ""
2806
2807 #: views/admin/welcome-page/welcome-page.php:531
2808 msgid "Shortcode \\ Gutenberg \\ Elementor"
2809 msgstr ""
2810
2811 #: views/admin/welcome-page/welcome-page.php:535
2812 msgid "Hide prices for logged-out users"
2813 msgstr ""
2814
2815 #: views/admin/welcome-page/welcome-page.php:539
2816 msgid "Works with any theme"
2817 msgstr ""
2818
2819 #: views/admin/welcome-page/welcome-page.php:543
2820 msgid "Debug mode"
2821 msgstr ""
2822
2823 #. translators: %d: discount amount
2824 #: views/frontend/tiered-pricing-blocks-style-1.php:119
2825 #: views/frontend/tiered-pricing-blocks-style-1.php:195
2826 #: views/frontend/tiered-pricing-blocks-style-2.php:117
2827 #: views/frontend/tiered-pricing-blocks-style-2.php:193
2828 #: views/frontend/tiered-pricing-blocks-style-4.php:102
2829 #: views/frontend/tiered-pricing-blocks-style-4.php:192
2830 #: views/frontend/tiered-pricing-blocks.php:102
2831 #: views/frontend/tiered-pricing-blocks.php:190
2832 #, php-format
2833 msgid "(%d%% off)"
2834 msgstr ""
2835
2836 #. translators: %d: discount amount
2837 #: views/frontend/tiered-pricing-blocks-style-3.php:98
2838 #: views/frontend/tiered-pricing-blocks-style-3.php:190
2839 #, php-format
2840 msgid "%d%% off"
2841 msgstr ""
2842
2843 #: src/Addons/ReactProductEditorAddon/js-source/src/premium-wrapper/block.json
2844 #: src/Addons/ReactProductEditorAddon/js/premium-wrapper/block.json
2845 msgctxt "block title"
2846 msgid "Woo blocks-based product editor: Premium Wrapper"
2847 msgstr ""
2848
2849 #: src/Addons/ReactProductEditorAddon/js-source/src/premium-wrapper/block.json
2850 #: src/Addons/ReactProductEditorAddon/js-source/src/upgrade-notice/block.json
2851 #: src/Addons/ReactProductEditorAddon/js/premium-wrapper/block.json
2852 #: src/Addons/ReactProductEditorAddon/js/upgrade-notice/block.json
2853 msgctxt "block keyword"
2854 msgid "products"
2855 msgstr ""
2856
2857 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/block.json
2858 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/block.json
2859 msgctxt "block title"
2860 msgid "Woo blocks-based product editor: Tiered Pricing"
2861 msgstr ""
2862
2863 #: src/Addons/ReactProductEditorAddon/js-source/src/tiered-pricing/block.json
2864 #: src/Addons/ReactProductEditorAddon/js/tiered-pricing/block.json
2865 msgctxt "block description"
2866 msgid "A block to allow users to input tiered pricing"
2867 msgstr ""
2868
2869 #: src/Addons/ReactProductEditorAddon/js-source/src/upgrade-notice/block.json
2870 #: src/Addons/ReactProductEditorAddon/js/upgrade-notice/block.json
2871 msgctxt "block title"
2872 msgid "Woo blocks-based product editor: Upgrade Notice"
2873 msgstr ""
2874
2875 #: src/Blocks/build/block.json
2876 #: src/Blocks/src/block.json
2877 msgctxt "block title"
2878 msgid "Tiered Pricing"
2879 msgstr ""
2880
2881 #: src/Blocks/build/block.json
2882 #: src/Blocks/src/block.json
2883 msgctxt "block description"
2884 msgid "Tiered pricing widget. Must be used on the product page template. Find more options to customize in the plugin settings."
2885 msgstr ""
2886