Skip to content

Commit b0b7e6c

Browse files
committed
Fix merge conflicts
2 parents 49e2492 + 12e85c8 commit b0b7e6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+390
-130
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ fastlane/Preview.html
7575
fastlane/screenshots
7676
fastlane/test_output
7777
fastlane/README.md
78+
Preview.html
7879

7980
\.DS_Store
8081

WooCommerce/Resources/ar.lproj/Localizable.strings

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
/* WordPress.com (unmapped!) error */
234234
"Dotcom Error: [(code)] (theMessage)" = "خطأ في الدوت كوم: [(رمز)] (theMessage)";
235235

236+
/* WordPress.com error thrown when the the request REST API url is invalid. */
237+
"Dotcom Invalid REST Route" = "Dotcom Invalid REST Route";
238+
236239
/* WordPress.com Missing Token */
237240
"Dotcom Missing Token" = "رمز الدوت كوم المميز مفقود";
238241

@@ -476,7 +479,8 @@
476479
/* My Tickets title */
477480
"My Tickets" = "تذاكري";
478481

479-
/* Dashboard navigation title */
482+
/* My Store Notice Title for loading error
483+
Title of the bottom tab item that presents the user's store dashboard, and default title for the store dashboard */
480484
"My store" = "متجري";
481485

482486
/* Name text field placeholder */
@@ -635,9 +639,6 @@
635639
/* Message to ask the user to check their email and look for a WordPress.com email. */
636640
"Please open your email app and look for an email from WordPress.com." = "يُرجى فتح تطبيق البريد الإلكتروني والبحث عن بريد إلكتروني من وردبرس.كوم.";
637641

638-
/* My Store > Settings > Primary Store information section */
639-
"Primary Store" = "متجر أساسي";
640-
641642
/* Opens the Privacy Policy web page */
642643
"Privacy Policy" = "سياسة الخصوصية";
643644

@@ -719,6 +720,9 @@
719720
/* Search Orders */
720721
"Search orders" = "البحث عن الطلبات";
721722

723+
/* My Store > Settings > Selected Store information section. This is the heading listed above the information row that displays the store website and their username. */
724+
"Selected Store" = "Selected Store";
725+
722726
/* Title of a button. The text should be uppercase. Clicking requests a hyperlink be emailed ot the user. */
723727
"Send Link" = "إرسال رابط";
724728

@@ -828,6 +832,9 @@
828832
/* Subtotal label for payment view */
829833
"Subtotal" = "الإجمالي الفرعي";
830834

835+
/* This action allows the user to change stores without logging out and logging back in again. */
836+
"Switch Store" = "Switch Store";
837+
831838
/* Labels an order note to let user know it's a system status message */
832839
"System status" = "حالة النظام";
833840

@@ -961,9 +968,18 @@
961968
/* Shown when a user logs in with Google but it subsequently fails to work as login to WordPress.com */
962969
"Unable To Connect" = "يتعذر الاتصال";
963970

971+
/* Content of error presented when Add Note Action Failed. It reads: Unable to add note to order #{order number} */
972+
"Unable to add note to order #(viewModel.order.orderID)" = "Unable to add note to order #(viewModel.order.orderID)";
973+
964974
/* Displayed during the Login flow, whenever the user has no woo stores associated. */
965975
"Unable to find WooCommerce stores connected to this account" = "يتعذر العثور على متاجر WooCommerce المتصلة بهذا الحساب";
966976

977+
/* Content of error presented when Fullfill Order Action Failed. It reads: Unable to fulfill order #{order number} */
978+
"Unable to fulfill order #(orderID)" = "Unable to fulfill order #(orderID)";
979+
980+
/* Load Action Failed */
981+
"Unable to load content" = "Unable to load content";
982+
967983
/* Review error notice message. It reads: Unable to mark review as {attempted status} */
968984
"Unable to mark review as %@" = "Unable to mark review as %@";
969985

WooCommerce/Resources/de.lproj/Localizable.strings

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
/* WordPress.com (unmapped!) error */
234234
"Dotcom Error: [(code)] (theMessage)" = "Dotcom-Fehler: [(code)] (theMessage)";
235235

236+
/* WordPress.com error thrown when the the request REST API url is invalid. */
237+
"Dotcom Invalid REST Route" = "Dotcom Invalid REST Route";
238+
236239
/* WordPress.com Missing Token */
237240
"Dotcom Missing Token" = "Fehlender Dotcom-Token";
238241

@@ -476,7 +479,8 @@
476479
/* My Tickets title */
477480
"My Tickets" = "Meine Tickets";
478481

479-
/* Dashboard navigation title */
482+
/* My Store Notice Title for loading error
483+
Title of the bottom tab item that presents the user's store dashboard, and default title for the store dashboard */
480484
"My store" = "Mein Shop";
481485

482486
/* Name text field placeholder */
@@ -635,9 +639,6 @@
635639
/* Message to ask the user to check their email and look for a WordPress.com email. */
636640
"Please open your email app and look for an email from WordPress.com." = "Bitte öffne deine E-Mail-App und suche nach einer E-Mail von WordPress.com.";
637641

638-
/* My Store > Settings > Primary Store information section */
639-
"Primary Store" = "Hauptshop";
640-
641642
/* Opens the Privacy Policy web page */
642643
"Privacy Policy" = "Datenschutzerklärung";
643644

@@ -719,6 +720,9 @@
719720
/* Search Orders */
720721
"Search orders" = "Bestellungen durchsuchen";
721722

723+
/* My Store > Settings > Selected Store information section. This is the heading listed above the information row that displays the store website and their username. */
724+
"Selected Store" = "Selected Store";
725+
722726
/* Title of a button. The text should be uppercase. Clicking requests a hyperlink be emailed ot the user. */
723727
"Send Link" = "Link senden";
724728

@@ -828,6 +832,9 @@
828832
/* Subtotal label for payment view */
829833
"Subtotal" = "Zwischensumme";
830834

835+
/* This action allows the user to change stores without logging out and logging back in again. */
836+
"Switch Store" = "Switch Store";
837+
831838
/* Labels an order note to let user know it's a system status message */
832839
"System status" = "Systemstatus";
833840

@@ -961,9 +968,18 @@
961968
/* Shown when a user logs in with Google but it subsequently fails to work as login to WordPress.com */
962969
"Unable To Connect" = "Verbindung kann nicht hergestellt werden";
963970

971+
/* Content of error presented when Add Note Action Failed. It reads: Unable to add note to order #{order number} */
972+
"Unable to add note to order #(viewModel.order.orderID)" = "Unable to add note to order #(viewModel.order.orderID)";
973+
964974
/* Displayed during the Login flow, whenever the user has no woo stores associated. */
965975
"Unable to find WooCommerce stores connected to this account" = "Es können keine WooCommerce-Shops gefunden werden, die mit diesem Konto verknüpft sind";
966976

977+
/* Content of error presented when Fullfill Order Action Failed. It reads: Unable to fulfill order #{order number} */
978+
"Unable to fulfill order #(orderID)" = "Unable to fulfill order #(orderID)";
979+
980+
/* Load Action Failed */
981+
"Unable to load content" = "Unable to load content";
982+
967983
/* Review error notice message. It reads: Unable to mark review as {attempted status} */
968984
"Unable to mark review as %@" = "Unable to mark review as %@";
969985

WooCommerce/Resources/es.lproj/Localizable.strings

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
/* WordPress.com (unmapped!) error */
234234
"Dotcom Error: [(code)] (theMessage)" = "Error de Dotcom: [(code)] (theMessage)";
235235

236+
/* WordPress.com error thrown when the the request REST API url is invalid. */
237+
"Dotcom Invalid REST Route" = "Dotcom Invalid REST Route";
238+
236239
/* WordPress.com Missing Token */
237240
"Dotcom Missing Token" = "Token Dotcom perdido";
238241

@@ -476,7 +479,8 @@
476479
/* My Tickets title */
477480
"My Tickets" = "Mis tickets";
478481

479-
/* Dashboard navigation title */
482+
/* My Store Notice Title for loading error
483+
Title of the bottom tab item that presents the user's store dashboard, and default title for the store dashboard */
480484
"My store" = "Mi tienda";
481485

482486
/* Name text field placeholder */
@@ -635,9 +639,6 @@
635639
/* Message to ask the user to check their email and look for a WordPress.com email. */
636640
"Please open your email app and look for an email from WordPress.com." = "Por favor, abre tu aplicación de correo electrónico y busca un correo de WordPress.com.";
637641

638-
/* My Store > Settings > Primary Store information section */
639-
"Primary Store" = "Tienda principal";
640-
641642
/* Opens the Privacy Policy web page */
642643
"Privacy Policy" = "Política de privacidad";
643644

@@ -719,6 +720,9 @@
719720
/* Search Orders */
720721
"Search orders" = "Buscar en pedidos";
721722

723+
/* My Store > Settings > Selected Store information section. This is the heading listed above the information row that displays the store website and their username. */
724+
"Selected Store" = "Selected Store";
725+
722726
/* Title of a button. The text should be uppercase. Clicking requests a hyperlink be emailed ot the user. */
723727
"Send Link" = "Enviar enlace";
724728

@@ -828,6 +832,9 @@
828832
/* Subtotal label for payment view */
829833
"Subtotal" = "Subtotal";
830834

835+
/* This action allows the user to change stores without logging out and logging back in again. */
836+
"Switch Store" = "Switch Store";
837+
831838
/* Labels an order note to let user know it's a system status message */
832839
"System status" = "Estado del sistema";
833840

@@ -961,9 +968,18 @@
961968
/* Shown when a user logs in with Google but it subsequently fails to work as login to WordPress.com */
962969
"Unable To Connect" = "No fue posible conectar";
963970

971+
/* Content of error presented when Add Note Action Failed. It reads: Unable to add note to order #{order number} */
972+
"Unable to add note to order #(viewModel.order.orderID)" = "Unable to add note to order #(viewModel.order.orderID)";
973+
964974
/* Displayed during the Login flow, whenever the user has no woo stores associated. */
965975
"Unable to find WooCommerce stores connected to this account" = "No se han podido encontrar tiendas WooCommerce conectadas a esta cuenta";
966976

977+
/* Content of error presented when Fullfill Order Action Failed. It reads: Unable to fulfill order #{order number} */
978+
"Unable to fulfill order #(orderID)" = "Unable to fulfill order #(orderID)";
979+
980+
/* Load Action Failed */
981+
"Unable to load content" = "Unable to load content";
982+
967983
/* Review error notice message. It reads: Unable to mark review as {attempted status} */
968984
"Unable to mark review as %@" = "Unable to mark review as %@";
969985

WooCommerce/Resources/fr.lproj/Localizable.strings

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
/* WordPress.com (unmapped!) error */
234234
"Dotcom Error: [(code)] (theMessage)" = "Erreur Dotcom : [(code)] (theMessage)";
235235

236+
/* WordPress.com error thrown when the the request REST API url is invalid. */
237+
"Dotcom Invalid REST Route" = "Dotcom Invalid REST Route";
238+
236239
/* WordPress.com Missing Token */
237240
"Dotcom Missing Token" = "Jeton Dotcom manquant";
238241

@@ -476,7 +479,8 @@
476479
/* My Tickets title */
477480
"My Tickets" = "Mes tickets";
478481

479-
/* Dashboard navigation title */
482+
/* My Store Notice Title for loading error
483+
Title of the bottom tab item that presents the user's store dashboard, and default title for the store dashboard */
480484
"My store" = "Ma boutique";
481485

482486
/* Name text field placeholder */
@@ -635,9 +639,6 @@
635639
/* Message to ask the user to check their email and look for a WordPress.com email. */
636640
"Please open your email app and look for an email from WordPress.com." = "Merci d'ouvrir votre boîte de réception et de rechercher un e-mail de WordPress.com.";
637641

638-
/* My Store > Settings > Primary Store information section */
639-
"Primary Store" = "Boutique principale";
640-
641642
/* Opens the Privacy Policy web page */
642643
"Privacy Policy" = "Politique de confidentialité";
643644

@@ -719,6 +720,9 @@
719720
/* Search Orders */
720721
"Search orders" = "Rechercher des commandes";
721722

723+
/* My Store > Settings > Selected Store information section. This is the heading listed above the information row that displays the store website and their username. */
724+
"Selected Store" = "Selected Store";
725+
722726
/* Title of a button. The text should be uppercase. Clicking requests a hyperlink be emailed ot the user. */
723727
"Send Link" = "Envoyer le lien";
724728

@@ -828,6 +832,9 @@
828832
/* Subtotal label for payment view */
829833
"Subtotal" = "Sous-total";
830834

835+
/* This action allows the user to change stores without logging out and logging back in again. */
836+
"Switch Store" = "Switch Store";
837+
831838
/* Labels an order note to let user know it's a system status message */
832839
"System status" = "État du système";
833840

@@ -961,9 +968,18 @@
961968
/* Shown when a user logs in with Google but it subsequently fails to work as login to WordPress.com */
962969
"Unable To Connect" = "Impossible de connecter";
963970

971+
/* Content of error presented when Add Note Action Failed. It reads: Unable to add note to order #{order number} */
972+
"Unable to add note to order #(viewModel.order.orderID)" = "Unable to add note to order #(viewModel.order.orderID)";
973+
964974
/* Displayed during the Login flow, whenever the user has no woo stores associated. */
965975
"Unable to find WooCommerce stores connected to this account" = "Boutiques WooCommerce connectées à ce compte introuvables";
966976

977+
/* Content of error presented when Fullfill Order Action Failed. It reads: Unable to fulfill order #{order number} */
978+
"Unable to fulfill order #(orderID)" = "Unable to fulfill order #(orderID)";
979+
980+
/* Load Action Failed */
981+
"Unable to load content" = "Unable to load content";
982+
967983
/* Review error notice message. It reads: Unable to mark review as {attempted status} */
968984
"Unable to mark review as %@" = "Unable to mark review as %@";
969985

WooCommerce/Resources/he.lproj/Localizable.strings

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
/* WordPress.com (unmapped!) error */
234234
"Dotcom Error: [(code)] (theMessage)" = "שגיאת Dotcom: [(code)] (theMessage)";
235235

236+
/* WordPress.com error thrown when the the request REST API url is invalid. */
237+
"Dotcom Invalid REST Route" = "Dotcom Invalid REST Route";
238+
236239
/* WordPress.com Missing Token */
237240
"Dotcom Missing Token" = "לפריט Dotcom חסר אסימון";
238241

@@ -476,7 +479,8 @@
476479
/* My Tickets title */
477480
"My Tickets" = "הפנייה שלי";
478481

479-
/* Dashboard navigation title */
482+
/* My Store Notice Title for loading error
483+
Title of the bottom tab item that presents the user's store dashboard, and default title for the store dashboard */
480484
"My store" = "החנות שלי";
481485

482486
/* Name text field placeholder */
@@ -635,9 +639,6 @@
635639
/* Message to ask the user to check their email and look for a WordPress.com email. */
636640
"Please open your email app and look for an email from WordPress.com." = "יש לפתוח את אפליקציית האימייל שלך ולחפש את ההודעה שנשלחה מ-WordPress.com.";
637641

638-
/* My Store > Settings > Primary Store information section */
639-
"Primary Store" = "חנות ראשית";
640-
641642
/* Opens the Privacy Policy web page */
642643
"Privacy Policy" = "מדיניות פרטיות";
643644

@@ -719,6 +720,9 @@
719720
/* Search Orders */
720721
"Search orders" = "חיפוש הזמנות";
721722

723+
/* My Store > Settings > Selected Store information section. This is the heading listed above the information row that displays the store website and their username. */
724+
"Selected Store" = "Selected Store";
725+
722726
/* Title of a button. The text should be uppercase. Clicking requests a hyperlink be emailed ot the user. */
723727
"Send Link" = "שליחת קישור";
724728

@@ -828,6 +832,9 @@
828832
/* Subtotal label for payment view */
829833
"Subtotal" = "סכום ביניים";
830834

835+
/* This action allows the user to change stores without logging out and logging back in again. */
836+
"Switch Store" = "Switch Store";
837+
831838
/* Labels an order note to let user know it's a system status message */
832839
"System status" = "מצב מערכת";
833840

@@ -961,9 +968,18 @@
961968
/* Shown when a user logs in with Google but it subsequently fails to work as login to WordPress.com */
962969
"Unable To Connect" = "אי אפשר להתחבר";
963970

971+
/* Content of error presented when Add Note Action Failed. It reads: Unable to add note to order #{order number} */
972+
"Unable to add note to order #(viewModel.order.orderID)" = "Unable to add note to order #(viewModel.order.orderID)";
973+
964974
/* Displayed during the Login flow, whenever the user has no woo stores associated. */
965975
"Unable to find WooCommerce stores connected to this account" = "אין אפשרות למצוא חנויות של WooCommerce שמקושרות לחשבון זה";
966976

977+
/* Content of error presented when Fullfill Order Action Failed. It reads: Unable to fulfill order #{order number} */
978+
"Unable to fulfill order #(orderID)" = "Unable to fulfill order #(orderID)";
979+
980+
/* Load Action Failed */
981+
"Unable to load content" = "Unable to load content";
982+
967983
/* Review error notice message. It reads: Unable to mark review as {attempted status} */
968984
"Unable to mark review as %@" = "Unable to mark review as %@";
969985

0 commit comments

Comments
 (0)