Skip to content

Commit e1cd899

Browse files
committed
Freeze strings for localization
1 parent 6288fe4 commit e1cd899

File tree

1 file changed

+201
-0
lines changed

1 file changed

+201
-0
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 201 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,6 +1893,9 @@ which should be translated separately and considered part of this sentence. */
18931893
/* Country option for a site address. */
18941894
"Bonaire, Saint Eustatius and Saba" = "Bonaire, Saint Eustatius and Saba";
18951895

1896+
/* Display label for bookable product type. */
1897+
"Bookable" = "Bookable";
1898+
18961899
/* Description of the Coupons menu in the hub menu */
18971900
"Boost sales with special offers" = "Boost sales with special offers";
18981901

@@ -7404,6 +7407,201 @@ which should be translated separately and considered part of this sentence. */
74047407
/* Title of the POS menu in the hub menu */
74057408
"Point of Sale Mode" = "Point of Sale Mode";
74067409

7410+
/* Label for a cancel button */
7411+
"pointOfSale.cardPresent.modalScanningForReader.cancelButton" = "Cancel";
7412+
7413+
/* Label within the modal dialog that appears when searching for a card reader */
7414+
"pointOfSale.cardPresent.modalScanningForReader.instruction" = "To turn on your card reader, briefly press its power button.";
7415+
7416+
/* Title label for modal dialog that appears when searching for a card reader */
7417+
"pointOfSale.cardPresent.modalScanningForReader.title" = "Scanning for reader";
7418+
7419+
/* Button to dismiss modal overlay. Presented to users after collecting a payment fails on the Point of Sale Checkout */
7420+
"pointOfSale.cardPresent.paymentError.cancel.button.title" = "Cancel Payment";
7421+
7422+
/* Error message. Presented to users after collecting a payment fails on the Point of Sale Checkout */
7423+
"pointOfSale.cardPresent.paymentError.title" = "Payment failed";
7424+
7425+
/* Button to try to collect a payment again. Presented to users after collecting a payment fails on the Point of Sale Checkout */
7426+
"pointOfSale.cardPresent.paymentError.tryAgain.button.title" = "Try Again";
7427+
7428+
/* Button to dismiss modal overlay. Presented to users after collecting a payment fails on the Point of Sale Checkout */
7429+
"pointOfSale.cardPresent.paymentErrorNonRetryable.cancel.button.title" = "Cancel Payment";
7430+
7431+
/* Error message. Presented to users after collecting a payment fails on the Point of Sale Checkout */
7432+
"pointOfSale.cardPresent.paymentErrorNonRetryable.title" = "Payment failed";
7433+
7434+
/* Button to cancel preparation of the reader on the Point of Sale checkout. */
7435+
"pointOfSale.cardPresent.preparingCardReader.cancel.button.title" = "Cancel";
7436+
7437+
/* Message shown on the Point of Sale checkout while the reader is being prepared. */
7438+
"pointOfSale.cardPresent.preparingCardReader.message" = "Preparing card reader";
7439+
7440+
/* Button to cancel a payment */
7441+
"pointOfSale.cardPresent.presentCard.cancel.button.title" = "Cancel";
7442+
7443+
/* Label asking users to present a card. Presented to users when a payment is going to be collected */
7444+
"pointOfSale.cardPresent.presentCard.insert" = "Insert card to pay";
7445+
7446+
/* Label asking users to present a card. Presented to users when a payment is going to be collected */
7447+
"pointOfSale.cardPresent.presentCard.present" = "Present card to pay";
7448+
7449+
/* Label asking users to present a card. Presented to users when a payment is going to be collected */
7450+
"pointOfSale.cardPresent.presentCard.tap" = "Tap card to pay";
7451+
7452+
/* Label asking users to present a card. Presented to users when a payment is going to be collected */
7453+
"pointOfSale.cardPresent.presentCard.tapInsert" = "Tap or insert card to pay";
7454+
7455+
/* Label asking users to present a card. Presented to users when a payment is going to be collected */
7456+
"pointOfSale.cardPresent.presentCard.tapSwipeInsert" = "Tap, insert or swipe to pay";
7457+
7458+
/* Indicates the status of a card reader. Presented to users when payment collection starts */
7459+
"pointOfSale.cardPresent.presentCard.title" = "Reader is ready";
7460+
7461+
/* Button to dismiss the alert presented when finding a reader to connect to fails */
7462+
"pointOfSale.cardPresentPayment.alert.bluetoothRequired.dismiss.button.title" = "Dismiss";
7463+
7464+
/* Opens iOS's Device Settings for the app */
7465+
"pointOfSale.cardPresentPayment.alert.bluetoothRequired.openSettings.button.title" = "Open Device Settings";
7466+
7467+
/* Title of the alert presented when the user tries to connect a Bluetooth card reader with insufficient permissions */
7468+
"pointOfSale.cardPresentPayment.alert.bluetoothRequired.title" = "Bluetooth permission required";
7469+
7470+
/* Button to dismiss the alert presented when connecting to a specific reader fails. This also cancels searching. */
7471+
"pointOfSale.cardPresentPayment.alert.connectingFailed.cancel.button.title" = "Cancel";
7472+
7473+
/* Title of the alert presented when the user tries to connect to a specific card reader and it fails */
7474+
"pointOfSale.cardPresentPayment.alert.connectingFailed.title" = "We couldn't connect your reader";
7475+
7476+
/* Button to dismiss the alert presented when connecting to a specific reader fails. This allows the search to continue. */
7477+
"pointOfSale.cardPresentPayment.alert.connectingFailed.tryAgain.button.title" = "Try again";
7478+
7479+
/* Button to dismiss the alert presented when connecting to a specific reader fails due to a critically low battery. This also cancels searching. */
7480+
"pointOfSale.cardPresentPayment.alert.connectingFailedChargeReader.cancel.button.title" = "Cancel";
7481+
7482+
/* Subtitle of the alert presented when the user tries to connect to a specific card reader and it fails due to it having a critically low battery */
7483+
"pointOfSale.cardPresentPayment.alert.connectingFailedChargeReader.error.details" = "The reader has a critically low battery. Please charge the reader or try a different reader.";
7484+
7485+
/* Button to try again after connecting to a specific reader fails due to a critically low battery. */
7486+
"pointOfSale.cardPresentPayment.alert.connectingFailedChargeReader.retry.button.title" = "Try Again";
7487+
7488+
/* Title of the alert presented when the user tries to connect to a specific card reader and it fails due to it having a critically low battery */
7489+
"pointOfSale.cardPresentPayment.alert.connectingFailedChargeReader.title" = "We couldn't connect your reader";
7490+
7491+
/* Button to dismiss. Presented to users after collecting a payment fails */
7492+
"pointOfSale.cardPresentPayment.alert.connectingFailedNonRetryable.dismiss.button.title" = "Dismiss";
7493+
7494+
/* Error message. Presented to users after collecting a payment fails */
7495+
"pointOfSale.cardPresentPayment.alert.connectingFailedNonRetryable.title" = "Connection failed";
7496+
7497+
/* Button to dismiss the alert presented when connecting to a specific reader fails due to address problems. This also cancels searching. */
7498+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdateAddress.cancel.button.title" = "Cancel";
7499+
7500+
/* Button to open a webview at the admin pages, so that the merchant can update their store address to continue setting up In Person Payments */
7501+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdateAddress.openSettings.button.title" = "Enter Address";
7502+
7503+
/* Button to try again after connecting to a specific reader fails due to address problems. Intended for use after the merchant corrects the address in the store admin pages. */
7504+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdateAddress.retry.button.title" = "Retry After Updating";
7505+
7506+
/* Title of the alert presented when the user tries to connect to a specific card reader and it fails due to address problems */
7507+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdateAddress.title" = "Please correct your store address to proceed";
7508+
7509+
/* Button to dismiss the alert presented when connecting to a specific reader fails due to postal code problems. This also cancels searching. */
7510+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdatePostCode.cancel.button.title" = "Cancel";
7511+
7512+
/* Subtitle of the alert presented when the user tries to connect to a specific card reader and it fails due to postal code problems */
7513+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdatePostCode.errorDetails" = "You can set your store's postcode/ZIP in wp-admin > WooCommerce > Settings (General)";
7514+
7515+
/* Button to try again after connecting to a specific reader fails due to postal code problems. Intended for use after the merchant corrects the postal code in the store admin pages. */
7516+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdatePostCode.retry.button.title" = "Retry After Updating";
7517+
7518+
/* Title of the alert presented when the user tries to connect to a specific card reader and it fails due to postal code problems */
7519+
"pointOfSale.cardPresentPayment.alert.connectingFailedUpdatePostCode.title" = "Please correct your store's postcode/ZIP";
7520+
7521+
/* Label within the modal dialog that appears when connecting to a card reader */
7522+
"pointOfSale.cardPresentPayment.alert.connectingToReader.instruction" = "Please wait...";
7523+
7524+
/* Title label for modal dialog that appears when connecting to a card reader */
7525+
"pointOfSale.cardPresentPayment.alert.connectingToReader.title" = "Connecting to reader";
7526+
7527+
/* Label for a button that when tapped, cancels the process of connecting to a card reader */
7528+
"pointOfSale.cardPresentPayment.alert.foundReader.cancel.button.title" = "Cancel";
7529+
7530+
/* Label for a button that when tapped, starts the process of connecting to a card reader */
7531+
"pointOfSale.cardPresentPayment.alert.foundReader.connect.button.title" = "Connect to Reader";
7532+
7533+
/* Label for a button that when tapped, continues searching for card readers */
7534+
"pointOfSale.cardPresentPayment.alert.foundReader.keepSearching.button.title" = "Keep Searching";
7535+
7536+
/* Dialog title that displays the name of a found card reader */
7537+
"pointOfSale.cardPresentPayment.alert.foundReader.title" = "Do you want to connect to reader %1$@?";
7538+
7539+
/* Label for a cancel button when an optional software update is happening */
7540+
"pointOfSale.cardPresentPayment.alert.optionalReaderUpdateInProgress.button.cancel.title" = "Cancel";
7541+
7542+
/* Label that displays when an optional software update is happening */
7543+
"pointOfSale.cardPresentPayment.alert.optionalReaderUpdateInProgress.message" = "Your reader will automatically restart and reconnect after the update is complete.";
7544+
7545+
/* Label that describes the completed progress of an update being installed (e.g. 15% complete). Keep the %.0f%% exactly as is */
7546+
"pointOfSale.cardPresentPayment.alert.optionalReaderUpdateInProgress.progress.format" = "%.0f%% complete";
7547+
7548+
/* Dialog title that displays when a software update is being installed */
7549+
"pointOfSale.cardPresentPayment.alert.optionalReaderUpdateInProgress.title" = "Updating software";
7550+
7551+
/* Label for a dismiss button when a software update has finished */
7552+
"pointOfSale.cardPresentPayment.alert.readerUpdateCompletion.button.dismiss.title" = "Dismiss";
7553+
7554+
/* Label that describes the completed progress of an update being installed (e.g. 15% complete). Keep the %.0f%% exactly as is */
7555+
"pointOfSale.cardPresentPayment.alert.readerUpdateCompletion.progress.format" = "%.0f%% complete";
7556+
7557+
/* Dialog title that displays when a software update just finished installing */
7558+
"pointOfSale.cardPresentPayment.alert.readerUpdateCompletion.title" = "Software updated";
7559+
7560+
/* Button to dismiss. Presented to users when updating the card reader software fails */
7561+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailed.cancelButton.title" = "Cancel";
7562+
7563+
/* Button to retry a software update. Presented to users when updating the card reader software fails */
7564+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailed.retryButton.title" = "Try Again";
7565+
7566+
/* Error message. Presented to users when updating the card reader software fails */
7567+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailed.title" = "We couldn’t update your reader’s software";
7568+
7569+
/* Button to dismiss the alert presented when an update fails because the reader is low on battery. Please leave the %.0f%% intact, as it represents the current percentage of charge. */
7570+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailedLowBattery.batteryLevelInfo" = "Updating the reader software failed because the reader’s battery is %.0f%% charged. Please charge the reader above 50%% before trying again.";
7571+
7572+
/* Button to dismiss the alert presented when an update fails because the reader is low on battery. */
7573+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailedLowBattery.cancelButton.title" = "Cancel";
7574+
7575+
/* Button to dismiss the alert presented when an update fails because the reader is low on battery. */
7576+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailedLowBattery.noBatteryLevelInfo" = "Updating the reader software failed because the reader is low on battery. Please charge the reader above 50% before trying again.";
7577+
7578+
/* Title of the alert presented when an update fails because the reader is low on battery. */
7579+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailedLowBattery.title" = "Please charge reader";
7580+
7581+
/* Button to dismiss. Presented to users when updating the card reader software fails */
7582+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailedNonRetryable.cancelButton.title" = "Dismiss";
7583+
7584+
/* Error message. Presented to users when updating the card reader software fails */
7585+
"pointOfSale.cardPresentPayment.alert.readerUpdateFailedNonRetryable.title" = "We couldn’t update your reader’s software";
7586+
7587+
/* Label for a cancel button when a mandatory software update is happening */
7588+
"pointOfSale.cardPresentPayment.alert.requiredReaderUpdateInProgress.button.cancel.title" = "Cancel anyway";
7589+
7590+
/* Label that displays when a mandatory software update is happening */
7591+
"pointOfSale.cardPresentPayment.alert.requiredReaderUpdateInProgress.message" = "Your card reader software needs to be updated to collect payments. Cancelling will block your reader connection.";
7592+
7593+
/* Label that describes the completed progress of an update being installed (e.g. 15% complete). Keep the %.0f%% exactly as is */
7594+
"pointOfSale.cardPresentPayment.alert.requiredReaderUpdateInProgress.progress.format" = "%.0f%% complete";
7595+
7596+
/* Dialog title that displays when a software update is being installed */
7597+
"pointOfSale.cardPresentPayment.alert.requiredReaderUpdateInProgress.title" = "Updating software";
7598+
7599+
/* Button to dismiss the alert presented when finding a reader to connect to fails */
7600+
"pointOfSale.cardPresentPayment.alert.scanningFailed.dismiss.button.title" = "Dismiss";
7601+
7602+
/* Title of the alert presented when the user tries to connect a Bluetooth card reader and it fails */
7603+
"pointOfSale.cardPresentPayment.alert.scanningFailed.title" = "Connecting reader failed";
7604+
74077605
/* Country option for a site address. */
74087606
"Poland" = "Poland";
74097607

@@ -7782,6 +7980,9 @@ which should be translated separately and considered part of this sentence. */
77827980
/* Button to submit selected products to the order, when some product has been selected. */
77837981
"productselectorview.doneButtonTitle.addProductsText" = "Add Products";
77847982

7983+
/* Message explaining unsupported bookable products for order creation */
7984+
"productSelectorViewModel.bookableProductUnsupportedReason" = "Bookable products are not supported for order creation";
7985+
77857986
/* Text on the header of the Select Product screen when more than one products are selected. */
77867987
"productSelectorViewModel.selectProductsTitle.pluralProductSelectedFormattedText" = "%ld products selected";
77877988

0 commit comments

Comments
 (0)