Skip to content

Commit ca96cdb

Browse files
committed
Freeze strings for localization
1 parent 026524b commit ca96cdb

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3531,9 +3531,11 @@ which should be translated separately and considered part of this sentence. */
35313531
/* Title for the default component option field in the Component Settings view */
35323532
"Default Option" = "Default Option";
35333533

3534-
/* Details text for the Custom Fields row
3535-
Title for the Custom Fields row */
3536-
"defaultProductFormTableViewModel.customFieldsDetails" = "Custom Fields";
3534+
/* Details text for the Custom Fields row */
3535+
"defaultProductFormTableViewModel.customFieldsRowDetails" = "View and edit the product's custom fields";
3536+
3537+
/* Title for the Custom Fields row */
3538+
"defaultProductFormTableViewModel.customFieldsRowTitle" = "Custom Fields";
35373539

35383540
/* Title for Subscription expiry row in the product form screen. */
35393541
"defaultProductFormTableViewModel.expireAfter" = "Expire after";
@@ -8277,6 +8279,12 @@ which should be translated separately and considered part of this sentence. */
82778279
/* Placeholder for empty product ratings */
82788280
"productForm.quantityRules.placeholder" = "No Quantity Rules";
82798281

8282+
/* Subtitle of the product form bottom sheet action for custom fields */
8283+
"productFormBottomSheetAction.customFieldsSubtitle" = "View and edit custom fields";
8284+
8285+
/* Title of the product form bottom sheet action for custom fields */
8286+
"productFormBottomSheetAction.customFieldsTitle" = "Custom Fields";
8287+
82808288
/* Description of the subscription period for a product. Reads like: 'every 2 months'. */
82818289
"productFormDataModel.subscriptionPeriodFormat" = "every %1$@";
82828290

@@ -12177,9 +12185,12 @@ which should be translated separately and considered part of this sentence. */
1217712185
/* Label for row showing the total for shipment costs on the shipping label creation screen */
1217812186
"wooShipping.createLabels.bottomSheet.total" = "Total";
1217912187

12180-
/* Total number of items to ship during shipping label creation. Reads like: '3 items' */
12188+
/* Label for plural items to ship during shipping label creation. Reads like: '3 items' */
1218112189
"wooShipping.createLabels.items.count" = "%1$@ items";
1218212190

12191+
/* Label for singular item to ship during shipping label creation. Reads like: '1 item' */
12192+
"wooShipping.createLabels.items.countSingular" = "%1$@ item";
12193+
1218312194
/* Length, width, and height dimensions with the unit for an item to ship. Reads like: '20 x 35 x 5 cm' */
1218412195
"wooShipping.createLabels.items.dimensions" = "%1$@ x %2$@ x %3$@ %4$@";
1218512196

0 commit comments

Comments
 (0)