@leandrosk/dashboard 3.5.7 → 3.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vite/constants.d.ts +1 -1
- package/dist/vite/constants.js +1 -1
- package/package.json +2 -2
- package/src/i18n/common-strings.ts +2 -0
- package/src/i18n/locales/el.po +192 -181
- package/src/i18n/locales/en.po +116 -96
package/src/i18n/locales/en.po
CHANGED
|
@@ -68,7 +68,7 @@ msgstr "Accommodations"
|
|
|
68
68
|
#. js-lingui-explicit-id
|
|
69
69
|
#: src/lib/framework/defaults.ts:38
|
|
70
70
|
msgid "Product Variants"
|
|
71
|
-
msgstr "Accommodation
|
|
71
|
+
msgstr "Accommodation Variants"
|
|
72
72
|
|
|
73
73
|
#. js-lingui-explicit-id
|
|
74
74
|
#: src/lib/framework/defaults.ts:45
|
|
@@ -287,6 +287,11 @@ msgstr "Error"
|
|
|
287
287
|
msgid "paymentState.Cancelled"
|
|
288
288
|
msgstr "Cancelled"
|
|
289
289
|
|
|
290
|
+
#. js-lingui-explicit-id
|
|
291
|
+
#: src/i18n/common-strings.ts:21
|
|
292
|
+
msgid "paymentState.AwaitingPayment"
|
|
293
|
+
msgstr "Awaiting Payment"
|
|
294
|
+
|
|
290
295
|
#. js-lingui-explicit-id
|
|
291
296
|
#: src/i18n/common-strings.ts:23
|
|
292
297
|
msgid "paymentState.Pending"
|
|
@@ -310,7 +315,7 @@ msgstr "Draft"
|
|
|
310
315
|
#. js-lingui-explicit-id
|
|
311
316
|
#: src/i18n/common-strings.ts:30
|
|
312
317
|
msgid "orderState.AddingItems"
|
|
313
|
-
msgstr "
|
|
318
|
+
msgstr "Cart"
|
|
314
319
|
|
|
315
320
|
#. js-lingui-explicit-id
|
|
316
321
|
#: src/i18n/common-strings.ts:31
|
|
@@ -365,7 +370,12 @@ msgstr "Arranging additional payment"
|
|
|
365
370
|
#. js-lingui-explicit-id
|
|
366
371
|
#: src/i18n/common-strings.ts:41
|
|
367
372
|
msgid "orderState.Validating"
|
|
368
|
-
msgstr "Awaiting
|
|
373
|
+
msgstr "Awaiting validation"
|
|
374
|
+
|
|
375
|
+
#. js-lingui-explicit-id
|
|
376
|
+
#: src/i18n/common-strings.ts:42
|
|
377
|
+
msgid "orderState.AwaitingPayment"
|
|
378
|
+
msgstr "Awaiting payment"
|
|
369
379
|
|
|
370
380
|
#. js-lingui-explicit-id
|
|
371
381
|
#: src/i18n/common-strings.ts:43
|
|
@@ -375,7 +385,7 @@ msgstr "Customer request"
|
|
|
375
385
|
#. js-lingui-explicit-id
|
|
376
386
|
#: src/i18n/common-strings.ts:44
|
|
377
387
|
msgid "refundReason.NotAvailable"
|
|
378
|
-
msgstr "
|
|
388
|
+
msgstr "Item not available"
|
|
379
389
|
|
|
380
390
|
#. js-lingui-explicit-id
|
|
381
391
|
#: src/i18n/common-strings.ts:45
|
|
@@ -385,7 +395,7 @@ msgstr "Damaged in shipping"
|
|
|
385
395
|
#. js-lingui-explicit-id
|
|
386
396
|
#: src/i18n/common-strings.ts:46
|
|
387
397
|
msgid "refundReason.WrongItem"
|
|
388
|
-
msgstr "Wrong
|
|
398
|
+
msgstr "Wrong item shipped"
|
|
389
399
|
|
|
390
400
|
#. js-lingui-explicit-id
|
|
391
401
|
#: src/i18n/common-strings.ts:47
|
|
@@ -610,7 +620,7 @@ msgstr "Prices include tax"
|
|
|
610
620
|
#. js-lingui-explicit-id
|
|
611
621
|
#: src/i18n/common-strings.ts:93
|
|
612
622
|
msgid "fieldName.productVariants"
|
|
613
|
-
msgstr "Accommodation
|
|
623
|
+
msgstr "Accommodation variants"
|
|
614
624
|
|
|
615
625
|
#. js-lingui-explicit-id
|
|
616
626
|
#: src/i18n/common-strings.ts:94
|
|
@@ -665,7 +675,7 @@ msgstr "Started at"
|
|
|
665
675
|
#. js-lingui-explicit-id
|
|
666
676
|
#: src/i18n/common-strings.ts:104
|
|
667
677
|
msgid "fieldName.startsAt"
|
|
668
|
-
msgstr "
|
|
678
|
+
msgstr "Starts at"
|
|
669
679
|
|
|
670
680
|
#. js-lingui-explicit-id
|
|
671
681
|
#: src/i18n/common-strings.ts:105
|
|
@@ -838,6 +848,11 @@ msgstr "{label}"
|
|
|
838
848
|
msgid "{operator}"
|
|
839
849
|
msgstr "{operator}"
|
|
840
850
|
|
|
851
|
+
#. placeholder {0}: table.getFilteredRowModel().rows.length
|
|
852
|
+
#: src/lib/components/data-table/data-table-pagination.tsx:17
|
|
853
|
+
msgid "{selectedRowCount} of {0} row(s) selected."
|
|
854
|
+
msgstr "{selectedRowCount} of {0} row(s) selected."
|
|
855
|
+
|
|
841
856
|
#: src/app/routes/_authenticated/_orders/hooks/use-refund-order.ts:286
|
|
842
857
|
msgid "{successfulRefundCount} payment(s) refunded before failure. Check order history for details."
|
|
843
858
|
msgstr "{successfulRefundCount} payment(s) refunded before failure. Check reservation history for details."
|
|
@@ -1022,7 +1037,7 @@ msgstr "Add accommodation options first"
|
|
|
1022
1037
|
|
|
1023
1038
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:276
|
|
1024
1039
|
msgid "Add product variant"
|
|
1025
|
-
msgstr "Add accommodation
|
|
1040
|
+
msgstr "Add accommodation variant"
|
|
1026
1041
|
|
|
1027
1042
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-order-builder.tsx:232
|
|
1028
1043
|
msgid "Add products to create a test order"
|
|
@@ -1056,7 +1071,7 @@ msgstr "Add tags..."
|
|
|
1056
1071
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:243
|
|
1057
1072
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:270
|
|
1058
1073
|
msgid "Add variant"
|
|
1059
|
-
msgstr "Add
|
|
1074
|
+
msgstr "Add variant"
|
|
1060
1075
|
|
|
1061
1076
|
#: src/app/routes/_authenticated/_profile/profile.tsx:133
|
|
1062
1077
|
msgid "Added"
|
|
@@ -1588,7 +1603,7 @@ msgstr "Create \"{0}\""
|
|
|
1588
1603
|
|
|
1589
1604
|
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:182
|
|
1590
1605
|
msgid "Create {createCount} variants"
|
|
1591
|
-
msgstr "Create {createCount}
|
|
1606
|
+
msgstr "Create {createCount} variants"
|
|
1592
1607
|
|
|
1593
1608
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:249
|
|
1594
1609
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:408
|
|
@@ -1601,15 +1616,15 @@ msgstr "Create accommodation options"
|
|
|
1601
1616
|
|
|
1602
1617
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:364
|
|
1603
1618
|
msgid "Create variant"
|
|
1604
|
-
msgstr "Create
|
|
1619
|
+
msgstr "Create variant"
|
|
1605
1620
|
|
|
1606
1621
|
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:153
|
|
1607
1622
|
msgid "Create Variants"
|
|
1608
|
-
msgstr "Create
|
|
1623
|
+
msgstr "Create Variants"
|
|
1609
1624
|
|
|
1610
1625
|
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:156
|
|
1611
1626
|
msgid "Create variants for your product"
|
|
1612
|
-
msgstr "Create
|
|
1627
|
+
msgstr "Create variants for your accommodation"
|
|
1613
1628
|
|
|
1614
1629
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:114
|
|
1615
1630
|
#: src/lib/framework/layout-engine/page-layout.tsx:433
|
|
@@ -1892,15 +1907,15 @@ msgstr "Duplicating... ({0}/{1})"
|
|
|
1892
1907
|
|
|
1893
1908
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:269
|
|
1894
1909
|
msgid "e.g. Size"
|
|
1895
|
-
msgstr "e.g.
|
|
1910
|
+
msgstr "e.g. Room Type"
|
|
1896
1911
|
|
|
1897
1912
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:290
|
|
1898
1913
|
msgid "e.g. Small"
|
|
1899
|
-
msgstr "e.g.
|
|
1914
|
+
msgstr "e.g. Deluxe"
|
|
1900
1915
|
|
|
1901
1916
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:144
|
|
1902
1917
|
msgid "e.g., Red, Large, Cotton"
|
|
1903
|
-
msgstr "e.g.,
|
|
1918
|
+
msgstr "e.g., Sea View, King Bed, Breakfast Included"
|
|
1904
1919
|
|
|
1905
1920
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:250
|
|
1906
1921
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:276
|
|
@@ -2198,7 +2213,7 @@ msgstr "Failed to create accommodation options"
|
|
|
2198
2213
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:137
|
|
2199
2214
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:174
|
|
2200
2215
|
msgid "Failed to create product variant"
|
|
2201
|
-
msgstr "Failed to create accommodation
|
|
2216
|
+
msgstr "Failed to create accommodation variant"
|
|
2202
2217
|
|
|
2203
2218
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:113
|
|
2204
2219
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:121
|
|
@@ -2419,7 +2434,7 @@ msgstr "Failed to update accommodation option group"
|
|
|
2419
2434
|
|
|
2420
2435
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:137
|
|
2421
2436
|
msgid "Failed to update product variant"
|
|
2422
|
-
msgstr "Failed to update accommodation
|
|
2437
|
+
msgstr "Failed to update accommodation variant"
|
|
2423
2438
|
|
|
2424
2439
|
#: src/app/routes/_authenticated/_profile/profile.tsx:68
|
|
2425
2440
|
msgid "Failed to update profile"
|
|
@@ -2768,7 +2783,7 @@ msgstr "is null"
|
|
|
2768
2783
|
|
|
2769
2784
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:107
|
|
2770
2785
|
msgid "Item added to order"
|
|
2771
|
-
msgstr "
|
|
2786
|
+
msgstr "Item added to reservation"
|
|
2772
2787
|
|
|
2773
2788
|
#: src/app/routes/_authenticated/_orders/components/order-history/order-history-utils.tsx:110
|
|
2774
2789
|
msgid "Items refunded"
|
|
@@ -2932,11 +2947,11 @@ msgstr "Manage Tags"
|
|
|
2932
2947
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:252
|
|
2933
2948
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:184
|
|
2934
2949
|
msgid "Manage variants"
|
|
2935
|
-
msgstr "Manage
|
|
2950
|
+
msgstr "Manage variants"
|
|
2936
2951
|
|
|
2937
2952
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:56
|
|
2938
2953
|
msgid "Manage Variants"
|
|
2939
|
-
msgstr "Manage
|
|
2954
|
+
msgstr "Manage Variants"
|
|
2940
2955
|
|
|
2941
2956
|
#: src/lib/components/data-table/views-sheet.tsx:132
|
|
2942
2957
|
msgid "Manage your personal saved views for this table"
|
|
@@ -2967,6 +2982,11 @@ msgstr "Metrics"
|
|
|
2967
2982
|
msgid "Modify"
|
|
2968
2983
|
msgstr "Modify"
|
|
2969
2984
|
|
|
2985
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:158
|
|
2986
|
+
#: src/app/routes/_authenticated/_orders/utils/order-detail-loaders.tsx:75
|
|
2987
|
+
msgid "Modify order"
|
|
2988
|
+
msgstr "Modify reservation"
|
|
2989
|
+
|
|
2970
2990
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:162
|
|
2971
2991
|
msgid "Modify order"
|
|
2972
2992
|
msgstr "Modify reservation"
|
|
@@ -3147,7 +3167,7 @@ msgstr "New accommodation option group"
|
|
|
3147
3167
|
|
|
3148
3168
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:218
|
|
3149
3169
|
msgid "New product variant"
|
|
3150
|
-
msgstr "New accommodation
|
|
3170
|
+
msgstr "New accommodation variant"
|
|
3151
3171
|
|
|
3152
3172
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:45
|
|
3153
3173
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:129
|
|
@@ -3310,7 +3330,7 @@ msgstr "No more items"
|
|
|
3310
3330
|
|
|
3311
3331
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:259
|
|
3312
3332
|
msgid "No option groups defined yet. Add option groups to create different variants of your product (e.g., Size, Color, Material)"
|
|
3313
|
-
msgstr "No option groups defined yet. Add option groups to create different
|
|
3333
|
+
msgstr "No option groups defined yet. Add option groups to create different variants of your accommodation (e.g., Room Type, View, Bed Configuration)"
|
|
3314
3334
|
|
|
3315
3335
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:336
|
|
3316
3336
|
msgid "No payment or refund is required for these changes."
|
|
@@ -3470,7 +3490,7 @@ msgstr "Reservation custom fields updated"
|
|
|
3470
3490
|
|
|
3471
3491
|
#: src/app/routes/_authenticated/_orders/components/order-history/order-history-utils.tsx:97
|
|
3472
3492
|
msgid "Order delivered"
|
|
3473
|
-
msgstr "
|
|
3493
|
+
msgstr "Stay completed"
|
|
3474
3494
|
|
|
3475
3495
|
#: src/app/routes/_authenticated/_orders/components/draft-order-status.tsx:36
|
|
3476
3496
|
msgid "Order draft is ready to be completed"
|
|
@@ -3527,7 +3547,7 @@ msgstr "Reservation placed"
|
|
|
3527
3547
|
#: src/app/routes/_authenticated/_orders/components/order-history/order-history-utils.tsx:88
|
|
3528
3548
|
#: src/app/routes/_authenticated/_orders/components/order-history/order-history-utils.tsx:94
|
|
3529
3549
|
msgid "Order shipped"
|
|
3530
|
-
msgstr "Reservation
|
|
3550
|
+
msgstr "Reservation confirmed"
|
|
3531
3551
|
|
|
3532
3552
|
#: src/lib/framework/dashboard-widget/metrics-widget/index.tsx:70
|
|
3533
3553
|
msgid "Order Total"
|
|
@@ -3676,11 +3696,11 @@ msgstr "Phone Number"
|
|
|
3676
3696
|
|
|
3677
3697
|
#: src/lib/framework/dashboard-widget/latest-orders-widget/index.tsx:107
|
|
3678
3698
|
msgid "Placed At"
|
|
3679
|
-
msgstr "
|
|
3699
|
+
msgstr "Reserved At"
|
|
3680
3700
|
|
|
3681
3701
|
#: src/app/routes/_authenticated/_shipping-methods/components/shipping-method-test-result-wrapper.tsx:58
|
|
3682
3702
|
msgid "Please add products and complete the shipping address to run the test."
|
|
3683
|
-
msgstr "Please add accommodations and complete the address to run the test."
|
|
3703
|
+
msgstr "Please add accommodations and complete the billing address to run the test."
|
|
3684
3704
|
|
|
3685
3705
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:311
|
|
3686
3706
|
msgid "Please select a target collection"
|
|
@@ -3737,11 +3757,11 @@ msgstr "Private"
|
|
|
3737
3757
|
|
|
3738
3758
|
#: src/app/routes/_authenticated/_collections/collections_.$id.tsx:154
|
|
3739
3759
|
msgid "Private collections are not visible in the shop"
|
|
3740
|
-
msgstr "Private collections are not visible
|
|
3760
|
+
msgstr "Private collections are not visible in the shop"
|
|
3741
3761
|
|
|
3742
3762
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:113
|
|
3743
3763
|
msgid "Private facets are not visible in the shop"
|
|
3744
|
-
msgstr "Private facets are not visible
|
|
3764
|
+
msgstr "Private facets are not visible in the shop"
|
|
3745
3765
|
|
|
3746
3766
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:360
|
|
3747
3767
|
msgid "Processing..."
|
|
@@ -3774,7 +3794,7 @@ msgstr "Accommodation Options"
|
|
|
3774
3794
|
#: src/app/routes/_authenticated/_product-variants/product-variants.tsx:18
|
|
3775
3795
|
#: src/app/routes/_authenticated/_product-variants/product-variants.tsx:26
|
|
3776
3796
|
msgid "Product Variants"
|
|
3777
|
-
msgstr "Accommodation
|
|
3797
|
+
msgstr "Accommodation Units"
|
|
3778
3798
|
|
|
3779
3799
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:64
|
|
3780
3800
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:54
|
|
@@ -3890,7 +3910,7 @@ msgstr "Refund settled successfully"
|
|
|
3890
3910
|
|
|
3891
3911
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:200
|
|
3892
3912
|
msgid "Refund shipping"
|
|
3893
|
-
msgstr "Refund
|
|
3913
|
+
msgstr "Refund fees"
|
|
3894
3914
|
|
|
3895
3915
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:244
|
|
3896
3916
|
msgid "Refund total"
|
|
@@ -3984,7 +4004,7 @@ msgstr "Reset"
|
|
|
3984
4004
|
|
|
3985
4005
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:105
|
|
3986
4006
|
msgid "Return to stock"
|
|
3987
|
-
msgstr "Return to
|
|
4007
|
+
msgstr "Return to inventory"
|
|
3988
4008
|
|
|
3989
4009
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:152
|
|
3990
4010
|
msgid "Review the changes before applying them to the order."
|
|
@@ -4159,7 +4179,7 @@ msgstr "Select a currency"
|
|
|
4159
4179
|
|
|
4160
4180
|
#: src/app/routes/_authenticated/_orders/components/draft-order-status.tsx:23
|
|
4161
4181
|
msgid "Select a customer to continue"
|
|
4162
|
-
msgstr "Select a
|
|
4182
|
+
msgstr "Select a guest to continue"
|
|
4163
4183
|
|
|
4164
4184
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:83
|
|
4165
4185
|
msgid "Select a destination collection"
|
|
@@ -4212,7 +4232,7 @@ msgstr "Select country"
|
|
|
4212
4232
|
|
|
4213
4233
|
#: src/lib/components/shared/customer-selector.tsx:78
|
|
4214
4234
|
msgid "Select customer"
|
|
4215
|
-
msgstr "Select
|
|
4235
|
+
msgstr "Select guest"
|
|
4216
4236
|
|
|
4217
4237
|
#: src/lib/components/date-range-picker.tsx:128
|
|
4218
4238
|
msgid "Select date range"
|
|
@@ -4236,7 +4256,7 @@ msgstr "Select items"
|
|
|
4236
4256
|
|
|
4237
4257
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:75
|
|
4238
4258
|
msgid "Select items to refund and optionally return to stock"
|
|
4239
|
-
msgstr "Select items to refund and optionally return to
|
|
4259
|
+
msgstr "Select items to refund and optionally return to inventory"
|
|
4240
4260
|
|
|
4241
4261
|
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:103
|
|
4242
4262
|
msgid "Select next state"
|
|
@@ -4248,7 +4268,7 @@ msgstr "Select payments to refund"
|
|
|
4248
4268
|
|
|
4249
4269
|
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:228
|
|
4250
4270
|
msgid "Select quantities to fulfill and configure the fulfillment handler"
|
|
4251
|
-
msgstr "Select quantities to fulfill and configure the
|
|
4271
|
+
msgstr "Select quantities to fulfill and configure the booking handler"
|
|
4252
4272
|
|
|
4253
4273
|
#: src/lib/components/shared/seller-selector.tsx:76
|
|
4254
4274
|
msgid "Select seller"
|
|
@@ -4261,7 +4281,7 @@ msgstr "Select the next state for the reservation"
|
|
|
4261
4281
|
#. placeholder {0}: productData.product.variants[0].name
|
|
4262
4282
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:328
|
|
4263
4283
|
msgid "Select which options should apply to the existing variant \"{0}\""
|
|
4264
|
-
msgstr "Select which options should apply to the existing
|
|
4284
|
+
msgstr "Select which options should apply to the existing unit \"{0}\""
|
|
4265
4285
|
|
|
4266
4286
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:316
|
|
4267
4287
|
msgid "Selected Items"
|
|
@@ -4287,7 +4307,7 @@ msgstr "Sellers"
|
|
|
4287
4307
|
|
|
4288
4308
|
#: src/app/routes/_authenticated/_orders/components/draft-order-status.tsx:27
|
|
4289
4309
|
msgid "Set a shipping address and select a shipping method"
|
|
4290
|
-
msgstr "Set
|
|
4310
|
+
msgstr "Set a billing address and select a booking method"
|
|
4291
4311
|
|
|
4292
4312
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:414
|
|
4293
4313
|
msgid "Set custom fields"
|
|
@@ -4307,12 +4327,12 @@ msgstr "Sets the languages that are available for all channels. Individual chann
|
|
|
4307
4327
|
|
|
4308
4328
|
#: src/app/routes/_authenticated/_global-settings/global-settings.tsx:133
|
|
4309
4329
|
msgid "Sets the stock level at which this a variant is considered to be out of stock. Using a negative value enables backorder support. Can be overridden by product variants."
|
|
4310
|
-
msgstr "Sets the
|
|
4330
|
+
msgstr "Sets the availability level at which this a unit is considered to be unavailable. Using a negative value enables overbooking support. Can be overridden by accommodation units."
|
|
4311
4331
|
|
|
4312
4332
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:375
|
|
4313
4333
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:393
|
|
4314
4334
|
msgid "Sets the stock level at which this variant is considered to be out of stock. Using a negative value enables backorder support."
|
|
4315
|
-
msgstr "Sets the
|
|
4335
|
+
msgstr "Sets the availability level at which this unit is considered to be unavailable. Using a negative value enables overbooking support."
|
|
4316
4336
|
|
|
4317
4337
|
#: src/app/routes/_authenticated/_orders/components/payment-details.tsx:142
|
|
4318
4338
|
msgid "Settle payment"
|
|
@@ -4328,55 +4348,55 @@ msgstr "Settle refund"
|
|
|
4328
4348
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:188
|
|
4329
4349
|
#: src/app/routes/_authenticated/_orders/orders.tsx:85
|
|
4330
4350
|
msgid "Shipping"
|
|
4331
|
-
msgstr "
|
|
4351
|
+
msgstr "Fees & Services"
|
|
4332
4352
|
|
|
4333
4353
|
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:289
|
|
4334
4354
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:243
|
|
4335
4355
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:434
|
|
4336
4356
|
msgid "Shipping address"
|
|
4337
|
-
msgstr "
|
|
4357
|
+
msgstr "Guest address"
|
|
4338
4358
|
|
|
4339
4359
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:143
|
|
4340
4360
|
msgid "Shipping Address"
|
|
4341
|
-
msgstr "
|
|
4361
|
+
msgstr "Guest Address"
|
|
4342
4362
|
|
|
4343
4363
|
#: src/app/routes/_authenticated/_orders/components/order-modification-summary.tsx:128
|
|
4344
4364
|
msgid "Shipping address changed"
|
|
4345
|
-
msgstr "
|
|
4365
|
+
msgstr "Guest address changed"
|
|
4346
4366
|
|
|
4347
4367
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:182
|
|
4348
4368
|
msgid "Shipping address set for order"
|
|
4349
|
-
msgstr "
|
|
4369
|
+
msgstr "Guest address set for reservation"
|
|
4350
4370
|
|
|
4351
4371
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:198
|
|
4352
4372
|
msgid "Shipping address unset for order"
|
|
4353
|
-
msgstr "
|
|
4373
|
+
msgstr "Guest address unset for reservation"
|
|
4354
4374
|
|
|
4355
4375
|
#: src/app/routes/_authenticated/_orders/components/order-modification-summary.tsx:142
|
|
4356
4376
|
msgid "Shipping method changed"
|
|
4357
|
-
msgstr "
|
|
4377
|
+
msgstr "Booking method changed"
|
|
4358
4378
|
|
|
4359
4379
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-method-result.tsx:58
|
|
4360
4380
|
msgid "Shipping method is eligible for this order"
|
|
4361
|
-
msgstr "
|
|
4381
|
+
msgstr "Booking method is eligible for this reservation"
|
|
4362
4382
|
|
|
4363
4383
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-method-result.tsx:76
|
|
4364
4384
|
msgid "Shipping method is not eligible for this order"
|
|
4365
|
-
msgstr "
|
|
4385
|
+
msgstr "Booking method is not eligible for this reservation"
|
|
4366
4386
|
|
|
4367
4387
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:217
|
|
4368
4388
|
msgid "Shipping method set for order"
|
|
4369
|
-
msgstr "
|
|
4389
|
+
msgstr "Booking method set for reservation"
|
|
4370
4390
|
|
|
4371
4391
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:43
|
|
4372
4392
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods.tsx:20
|
|
4373
4393
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods.tsx:29
|
|
4374
4394
|
msgid "Shipping Methods"
|
|
4375
|
-
msgstr "
|
|
4395
|
+
msgstr "Booking Methods"
|
|
4376
4396
|
|
|
4377
4397
|
#: src/app/routes/_authenticated/_orders/components/order-history/default-order-history-components.tsx:122
|
|
4378
4398
|
msgid "Shipping refunded"
|
|
4379
|
-
msgstr "
|
|
4399
|
+
msgstr "Fees refunded"
|
|
4380
4400
|
|
|
4381
4401
|
#: src/lib/components/layout/language-dialog.tsx:115
|
|
4382
4402
|
msgid "Short date"
|
|
@@ -4407,11 +4427,11 @@ msgstr "Sign in to access the admin dashboard"
|
|
|
4407
4427
|
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:209
|
|
4408
4428
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:306
|
|
4409
4429
|
msgid "SKU"
|
|
4410
|
-
msgstr "
|
|
4430
|
+
msgstr "Code/ID"
|
|
4411
4431
|
|
|
4412
4432
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:131
|
|
4413
4433
|
msgid "SKU:"
|
|
4414
|
-
msgstr "
|
|
4434
|
+
msgstr "Code/ID:"
|
|
4415
4435
|
|
|
4416
4436
|
#: src/app/routes/_authenticated/_collections/collections_.$id.tsx:171
|
|
4417
4437
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:150
|
|
@@ -4461,16 +4481,16 @@ msgstr "Status"
|
|
|
4461
4481
|
|
|
4462
4482
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:336
|
|
4463
4483
|
msgid "Stock"
|
|
4464
|
-
msgstr "
|
|
4484
|
+
msgstr "Availability"
|
|
4465
4485
|
|
|
4466
4486
|
#: src/lib/components/shared/stock-level-label.tsx:18
|
|
4467
4487
|
msgid "Stock allocated"
|
|
4468
|
-
msgstr "Units
|
|
4488
|
+
msgstr "Units reserved"
|
|
4469
4489
|
|
|
4470
4490
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:416
|
|
4471
4491
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:353
|
|
4472
4492
|
msgid "Stock level"
|
|
4473
|
-
msgstr "Availability"
|
|
4493
|
+
msgstr "Availability level"
|
|
4474
4494
|
|
|
4475
4495
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:341
|
|
4476
4496
|
msgid "Stock levels"
|
|
@@ -4480,15 +4500,15 @@ msgstr "Availability levels"
|
|
|
4480
4500
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations.tsx:18
|
|
4481
4501
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations.tsx:25
|
|
4482
4502
|
msgid "Stock Locations"
|
|
4483
|
-
msgstr "
|
|
4503
|
+
msgstr "Property Locations"
|
|
4484
4504
|
|
|
4485
4505
|
#: src/lib/components/shared/stock-level-label.tsx:18
|
|
4486
4506
|
msgid "Stock on hand"
|
|
4487
|
-
msgstr "Units
|
|
4507
|
+
msgstr "Units available"
|
|
4488
4508
|
|
|
4489
4509
|
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:215
|
|
4490
4510
|
msgid "Stock on Hand"
|
|
4491
|
-
msgstr "Units
|
|
4511
|
+
msgstr "Units available"
|
|
4492
4512
|
|
|
4493
4513
|
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:147
|
|
4494
4514
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:175
|
|
@@ -4538,11 +4558,11 @@ msgstr "Successfully created country"
|
|
|
4538
4558
|
|
|
4539
4559
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:93
|
|
4540
4560
|
msgid "Successfully created customer"
|
|
4541
|
-
msgstr "Successfully created
|
|
4561
|
+
msgstr "Successfully created guest"
|
|
4542
4562
|
|
|
4543
4563
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:66
|
|
4544
4564
|
msgid "Successfully created customer group"
|
|
4545
|
-
msgstr "Successfully created
|
|
4565
|
+
msgstr "Successfully created guest group"
|
|
4546
4566
|
|
|
4547
4567
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:79
|
|
4548
4568
|
msgid "Successfully created facet"
|
|
@@ -4579,7 +4599,7 @@ msgstr "Successfully created accommodation options"
|
|
|
4579
4599
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:127
|
|
4580
4600
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:169
|
|
4581
4601
|
msgid "Successfully created product variant"
|
|
4582
|
-
msgstr "Successfully created
|
|
4602
|
+
msgstr "Successfully created unit"
|
|
4583
4603
|
|
|
4584
4604
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:105
|
|
4585
4605
|
msgid "Successfully created promotion"
|
|
@@ -4595,11 +4615,11 @@ msgstr "Successfully created seller"
|
|
|
4595
4615
|
|
|
4596
4616
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:91
|
|
4597
4617
|
msgid "Successfully created shipping method"
|
|
4598
|
-
msgstr "Successfully created
|
|
4618
|
+
msgstr "Successfully created booking method"
|
|
4599
4619
|
|
|
4600
4620
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:69
|
|
4601
4621
|
msgid "Successfully created stock location"
|
|
4602
|
-
msgstr "Successfully created
|
|
4622
|
+
msgstr "Successfully created location"
|
|
4603
4623
|
|
|
4604
4624
|
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:69
|
|
4605
4625
|
msgid "Successfully created tax category"
|
|
@@ -4655,11 +4675,11 @@ msgstr "Successfully updated country"
|
|
|
4655
4675
|
|
|
4656
4676
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:93
|
|
4657
4677
|
msgid "Successfully updated customer"
|
|
4658
|
-
msgstr "Successfully updated
|
|
4678
|
+
msgstr "Successfully updated guest"
|
|
4659
4679
|
|
|
4660
4680
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:67
|
|
4661
4681
|
msgid "Successfully updated customer group"
|
|
4662
|
-
msgstr "Successfully updated
|
|
4682
|
+
msgstr "Successfully updated guest group"
|
|
4663
4683
|
|
|
4664
4684
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:79
|
|
4665
4685
|
msgid "Successfully updated facet"
|
|
@@ -4700,7 +4720,7 @@ msgstr "Successfully updated accommodation option group"
|
|
|
4700
4720
|
|
|
4701
4721
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:128
|
|
4702
4722
|
msgid "Successfully updated product variant"
|
|
4703
|
-
msgstr "Successfully updated
|
|
4723
|
+
msgstr "Successfully updated unit"
|
|
4704
4724
|
|
|
4705
4725
|
#: src/app/routes/_authenticated/_profile/profile.tsx:64
|
|
4706
4726
|
msgid "Successfully updated profile"
|
|
@@ -4720,11 +4740,11 @@ msgstr "Successfully updated seller"
|
|
|
4720
4740
|
|
|
4721
4741
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:92
|
|
4722
4742
|
msgid "Successfully updated shipping method"
|
|
4723
|
-
msgstr "Successfully updated
|
|
4743
|
+
msgstr "Successfully updated booking method"
|
|
4724
4744
|
|
|
4725
4745
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:70
|
|
4726
4746
|
msgid "Successfully updated stock location"
|
|
4727
|
-
msgstr "Successfully updated
|
|
4747
|
+
msgstr "Successfully updated location"
|
|
4728
4748
|
|
|
4729
4749
|
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:70
|
|
4730
4750
|
msgid "Successfully updated tax category"
|
|
@@ -4820,28 +4840,28 @@ msgstr "Test Results"
|
|
|
4820
4840
|
|
|
4821
4841
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-shipping-method-sheet.tsx:39
|
|
4822
4842
|
msgid "Test Shipping Method"
|
|
4823
|
-
msgstr "Test
|
|
4843
|
+
msgstr "Test Booking Method"
|
|
4824
4844
|
|
|
4825
4845
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-shipping-methods-sheet.tsx:29
|
|
4826
4846
|
msgid "Test shipping methods"
|
|
4827
|
-
msgstr "Test
|
|
4847
|
+
msgstr "Test booking methods"
|
|
4828
4848
|
|
|
4829
4849
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-shipping-method-sheet.tsx:42
|
|
4830
4850
|
msgid "Test this shipping method by simulating an order to see if it's eligible and what the shipping cost would be."
|
|
4831
|
-
msgstr "Test this method by simulating a reservation to see if it's eligible and what the cost would be."
|
|
4851
|
+
msgstr "Test this booking method by simulating a reservation to see if it's eligible and what the cost would be."
|
|
4832
4852
|
|
|
4833
4853
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-shipping-methods-sheet.tsx:32
|
|
4834
4854
|
msgid "Test your shipping methods by simulating a new order."
|
|
4835
|
-
msgstr "Test your
|
|
4855
|
+
msgstr "Test your booking methods by simulating a new reservation."
|
|
4836
4856
|
|
|
4837
4857
|
#: src/app/routes/_authenticated/_shipping-methods/components/shipping-method-test-result-wrapper.tsx:31
|
|
4838
4858
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-method-result.tsx:46
|
|
4839
4859
|
msgid "Testing shipping method..."
|
|
4840
|
-
msgstr "Testing
|
|
4860
|
+
msgstr "Testing booking method..."
|
|
4841
4861
|
|
|
4842
4862
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-shipping-methods-result.tsx:56
|
|
4843
4863
|
msgid "Testing shipping methods..."
|
|
4844
|
-
msgstr "Testing
|
|
4864
|
+
msgstr "Testing booking methods..."
|
|
4845
4865
|
|
|
4846
4866
|
#: src/app/routes/_authenticated/_system/job-queue.tsx:120
|
|
4847
4867
|
msgid "The data that has been passed to the job"
|
|
@@ -4862,7 +4882,7 @@ msgstr "The token is used to specify the channel when making API requests."
|
|
|
4862
4882
|
|
|
4863
4883
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:117
|
|
4864
4884
|
msgid "The variant could not be added. Ensure the parent product is enabled."
|
|
4865
|
-
msgstr "The
|
|
4885
|
+
msgstr "The unit could not be added. Ensure the parent accommodation is enabled."
|
|
4866
4886
|
|
|
4867
4887
|
#: src/lib/components/layout/nav-user.tsx:121
|
|
4868
4888
|
msgid "Theme"
|
|
@@ -4870,9 +4890,9 @@ msgstr "Theme"
|
|
|
4870
4890
|
|
|
4871
4891
|
#: src/app/routes/_authenticated/_customer-groups/components/customer-group-members-sheet.tsx:39
|
|
4872
4892
|
msgid "These are the customers in the <0>{customerGroupName}</0> customer group."
|
|
4873
|
-
msgstr "These are the
|
|
4893
|
+
msgstr "These are the guests in the <0>{customerGroupName}</0> guest group."
|
|
4874
4894
|
|
|
4875
|
-
#: src/app/routes/_authenticated/_facets/
|
|
4895
|
+
#: src/app/routes/_authenticated/_facets/components/facet-values-sheet.tsx:36
|
|
4876
4896
|
msgid "These are the facet values for the <0>{facetName}</0> facet."
|
|
4877
4897
|
msgstr "These are the facet values for the <0>{facetName}</0> facet."
|
|
4878
4898
|
|
|
@@ -4899,11 +4919,11 @@ msgstr "This month"
|
|
|
4899
4919
|
|
|
4900
4920
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:254
|
|
4901
4921
|
msgid "This product has existing variants but no option groups defined. You need to add option groups before creating new variants."
|
|
4902
|
-
msgstr "This accommodation has existing
|
|
4922
|
+
msgstr "This accommodation has existing units but no option groups defined. You need to add option groups before creating new units."
|
|
4903
4923
|
|
|
4904
4924
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-single-method-result.tsx:79
|
|
4905
4925
|
msgid "This shipping method's eligibility checker conditions are not met for the current order and shipping address."
|
|
4906
|
-
msgstr "This method's eligibility checker conditions are not met for the current reservation and address."
|
|
4926
|
+
msgstr "This booking method's eligibility checker conditions are not met for the current reservation and billing address."
|
|
4907
4927
|
|
|
4908
4928
|
#: src/lib/components/date-range-picker.tsx:49
|
|
4909
4929
|
msgctxt "date-range"
|
|
@@ -4963,11 +4983,11 @@ msgstr "Track"
|
|
|
4963
4983
|
|
|
4964
4984
|
#: src/app/routes/_authenticated/_global-settings/global-settings.tsx:144
|
|
4965
4985
|
msgid "Track inventory by default"
|
|
4966
|
-
msgstr "Track
|
|
4986
|
+
msgstr "Track availability by default"
|
|
4967
4987
|
|
|
4968
4988
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:112
|
|
4969
4989
|
msgid "Tracking code"
|
|
4970
|
-
msgstr "
|
|
4990
|
+
msgstr "Booking reference"
|
|
4971
4991
|
|
|
4972
4992
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:160
|
|
4973
4993
|
#: src/app/routes/_authenticated/_orders/components/payment-details.tsx:178
|
|
@@ -5009,7 +5029,7 @@ msgstr "Type at least 2 characters to search..."
|
|
|
5009
5029
|
#: src/app/routes/_authenticated/_orders/components/order-table.tsx:57
|
|
5010
5030
|
#: src/app/routes/_authenticated/_orders/components/refund-order-dialog.tsx:96
|
|
5011
5031
|
msgid "Unit price"
|
|
5012
|
-
msgstr "
|
|
5032
|
+
msgstr "Rate per night"
|
|
5013
5033
|
|
|
5014
5034
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:102
|
|
5015
5035
|
#: src/app/routes/_authenticated/_orders/hooks/use-refund-order.ts:303
|
|
@@ -5038,7 +5058,7 @@ msgstr "Unverified"
|
|
|
5038
5058
|
#: src/app/routes/_authenticated/_orders/components/order-line-custom-fields-form.tsx:46
|
|
5039
5059
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:131
|
|
5040
5060
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:227
|
|
5041
|
-
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.
|
|
5061
|
+
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.76
|
|
5042
5062
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:122
|
|
5043
5063
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
|
|
5044
5064
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:159
|
|
@@ -5079,11 +5099,11 @@ msgstr "Use as the default billing address"
|
|
|
5079
5099
|
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:305
|
|
5080
5100
|
#: src/lib/components/shared/customer-address-form.tsx:296
|
|
5081
5101
|
msgid "Use as the default shipping address"
|
|
5082
|
-
msgstr "Use as the default
|
|
5102
|
+
msgstr "Use as the default billing address"
|
|
5083
5103
|
|
|
5084
5104
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:391
|
|
5085
5105
|
msgid "Use global out-of-stock threshold"
|
|
5086
|
-
msgstr "Use global
|
|
5106
|
+
msgstr "Use global unavailability threshold"
|
|
5087
5107
|
|
|
5088
5108
|
#: src/lib/hooks/use-widget-dimensions.ts:9
|
|
5089
5109
|
msgid "useWidgetDimensions must be used within a DashboardBaseWidget"
|
|
@@ -5107,23 +5127,23 @@ msgstr "Values"
|
|
|
5107
5127
|
|
|
5108
5128
|
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:205
|
|
5109
5129
|
msgid "Variant"
|
|
5110
|
-
msgstr "
|
|
5130
|
+
msgstr "Unit"
|
|
5111
5131
|
|
|
5112
5132
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:182
|
|
5113
5133
|
msgid "Variant deleted successfully"
|
|
5114
|
-
msgstr "
|
|
5134
|
+
msgstr "Unit deleted successfully"
|
|
5115
5135
|
|
|
5116
5136
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:249
|
|
5117
5137
|
msgid "Variant name"
|
|
5118
|
-
msgstr "
|
|
5138
|
+
msgstr "Unit name"
|
|
5119
5139
|
|
|
5120
5140
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:174
|
|
5121
5141
|
msgid "Variant updated successfully"
|
|
5122
|
-
msgstr "
|
|
5142
|
+
msgstr "Unit updated successfully"
|
|
5123
5143
|
|
|
5124
5144
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:297
|
|
5125
5145
|
msgid "Variants"
|
|
5126
|
-
msgstr "
|
|
5146
|
+
msgstr "Units"
|
|
5127
5147
|
|
|
5128
5148
|
#: src/app/routes/_authenticated/_customers/components/customer-status-badge.tsx:18
|
|
5129
5149
|
msgid "Verified"
|
|
@@ -5186,7 +5206,7 @@ msgstr "Visible to admins only"
|
|
|
5186
5206
|
|
|
5187
5207
|
#: src/lib/components/shared/history-timeline/history-note-checkbox.tsx:24
|
|
5188
5208
|
msgid "Visible to customer"
|
|
5189
|
-
msgstr "Visible to
|
|
5209
|
+
msgstr "Visible to guest"
|
|
5190
5210
|
|
|
5191
5211
|
#: src/lib/components/login/login-form.tsx:70
|
|
5192
5212
|
msgid "Welcome to Vendure"
|
|
@@ -5199,15 +5219,15 @@ msgstr "When enabled, an accommodation is available for booking"
|
|
|
5199
5219
|
|
|
5200
5220
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:148
|
|
5201
5221
|
msgid "When enabled, a promotion is available in the shop"
|
|
5202
|
-
msgstr "When enabled, a promotion is available
|
|
5222
|
+
msgstr "When enabled, a promotion is available for bookings"
|
|
5203
5223
|
|
|
5204
5224
|
#: src/app/routes/_authenticated/_channels/channels_.$id.tsx:236
|
|
5205
5225
|
msgid "When this is enabled, the prices entered in the product catalog will be included in the tax for the default tax zone."
|
|
5206
|
-
msgstr "When this is enabled, the prices entered in the catalog will be included in the tax for the default tax zone."
|
|
5226
|
+
msgstr "When this is enabled, the prices entered in the accommodation catalog will be included in the tax for the default tax zone."
|
|
5207
5227
|
|
|
5208
5228
|
#: src/app/routes/_authenticated/_global-settings/global-settings.tsx:146
|
|
5209
5229
|
msgid "When tracked, product variant stock levels will be automatically adjusted when sold. This setting can be overridden by individual product variants."
|
|
5210
|
-
msgstr "When tracked, availability levels will be automatically adjusted when
|
|
5230
|
+
msgstr "When tracked, unit availability levels will be automatically adjusted when reserved. This setting can be overridden by individual accommodation units."
|
|
5211
5231
|
|
|
5212
5232
|
#: src/lib/components/shared/rich-text-editor/image-dialog.tsx:179
|
|
5213
5233
|
msgid "Width"
|