You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Resources/en.lproj/Localizable.strings
+113-8Lines changed: 113 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -341,6 +341,9 @@ which should be translated separately and considered part of this sentence. */
341
341
/* Instruction text to explain magic link login step. */
342
342
"A WordPress.com account is connected to your store credentials. To continue, we will send a verification link to the email address above." = "A WordPress.com account is connected to your store credentials. To continue, we will send a verification link to the email address above.";
343
343
344
+
/* Title of a4 paper size option for printing a shipping label */
/* Notice shown when the key has been copied to clipboard */
3397
+
"customFieldEditorView.keyCopiedNotice" = "Key copied to clipboard";
3398
+
3399
+
/* Error message shown when the entered key is identical to an existing key. */
3400
+
"customFieldEditorView.keyErrorDisallowedKey" = "Invalid key: This key is already used for another custom field. \nThe app currently does not support creating duplicate keys. Please use wp-admin to duplicate a key if needed.";
3401
+
3402
+
/* Error message shown when key starts with underscore */
3403
+
"customFieldEditorView.keyErrorPrefix" = "Invalid key: please remove the '_' character from the beginning.";
"customFieldsListHostingController.emptyStateDescription" = "Custom fields are optional metadata to display extra information or customize your store's shopping experience";
3434
+
3435
+
/* Title for the message when the list is empty. */
3436
+
"customFieldsListHostingController.emptyStateTitle" = "No custom fields found";
3437
+
3402
3438
/* Message for the in progress view shown when saving changes */
3403
3439
"customFieldsListHostingController.inProgressMessage" = "Please wait while we save your changes";
3404
3440
@@ -3420,6 +3456,15 @@ which should be translated separately and considered part of this sentence. */
/* Label for row showing the base fee for the selected shipping service on the shipping label creation screen. Reads like: 'USPS - Media Mail (base fee)' */
/* Label for button to purchase the shipping label on the shipping label creation screen, including the label price. Reads like: 'Purchase Label · $7.63' */
@@ -12245,9 +12311,45 @@ which should be translated separately and considered part of this sentence. */
12245
12311
/* Length, width, and height dimensions with the unit for an item to ship. Reads like: '20 x 35 x 5 cm' */
12246
12312
"wooShipping.createLabels.items.dimensions" = "%1$@ x %2$@ x %3$@ %4$@";
12247
12313
12314
+
/* Link for more information about how to print a purchased shipping label on the shipping label screen */
12315
+
"wooShipping.createLabels.postPurchase.info" = "Learn how to print from your mobile device";
12316
+
12317
+
/* Navigation bar title of shipping label printing instructions screen */
12318
+
"wooShipping.createLabels.postPurchase.infoTitle" = "Print from your mobile device";
12319
+
12320
+
/* Note about reusing a purchased shipping label on the shipping label screen */
12321
+
"wooShipping.createLabels.postPurchase.note" = "Note: Reusing a printed label is a violation of our terms of service and may result in criminal charges.";
12322
+
12323
+
/* Title for button to print a purchased shipping label on the shipping label screen */
/* Label when shipping rate has option to require an adult signature in Woo Shipping label creation flow. Reads like: 'Adult signature required (+$9.35)' */
0 commit comments