Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WooCommerce/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.13</string>
<string>0.14</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -43,7 +43,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2018121801</string>
<string>2018122101</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
43 changes: 35 additions & 8 deletions WooCommerce/Resources/ar.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,21 @@
/* Label for button to log in using your site address. The underscores _..._ denote underline */
"Don't have an account? _Sign up_" = "أليس لديك حساب؟ _Sign up_";

/* WordPress.com (unmapped!) error */
"Dotcom Error: [(code)] (theMessage)" = "Dotcom Error: [(code)] (theMessage)";

/* WordPress.com Missing Token */
"Dotcom Missing Token" = "Dotcom Missing Token";

/* WordPress.com Request Failure */
"Dotcom Request Failed" = "Dotcom Request Failed";

/* WordPress.com Error thrown when the response body is empty */
"Dotcom Response Empty" = "Dotcom Response Empty";

/* WordPress.com Invalid Token */
"Dotcom Token Invalid" = "Dotcom Token Invalid";

/* Voiceover accessibility hint informing the user they can double tap a modal alert to dismiss it */
"Double tap to dismiss" = "اضغط ضغطًا مزدوجًا للتجاهل";

Expand Down Expand Up @@ -297,9 +312,6 @@
/* Message shown on screen after the Google sign up process failed. */
"Google sign up failed." = "فشل الاشتراك في Google";

/* My Store > Settings > Privacy settings section */
"HELP IMPROVE THE APP" = "المساعدة على تحسين التطبيق";

/* My Store > Settings > Help & Support section title */
"HOW CAN WE HELP?" = "كيف نساعدك؟";

Expand All @@ -309,14 +321,17 @@
/* Contact Support Action */
"Help & Support" = "المساعدة والدعم";

/* My Store > Settings > Privacy settings section */
"Help Improve The App" = "Help Improve The App";

/* Footer text to hide the billing cell */
"Hide billing" = "إخفاء الفوترة";

/* Error message shown a URL does not point to an existing site. */
"Hmm, it doesn't look like there's a WordPress site at this URL. Double-check the spelling and try again." = "عذرًا، لا يبدو أن هناك موقعًا لوردبرس على عنوان URL هذا. تحقق مجددًا من التهجئة وحاول مجددًا.";

/* Detail label for yes/no switch. */
"If disabled will add the note as private." = "إذا تم تعطيله، فستضاف الملاحظة بوصفها خاصة.";
"If disabled the note will be private" = "If disabled the note will be private";

/* Application's Inactive State */
"Inactive" = "Inactive";
Expand Down Expand Up @@ -477,7 +492,7 @@
/* Text displayed when no data is available for revenue chart. */
"No data available" = "لا توجد بيانات متاحة";

/* Orders List (Empty State + Filters) */
/* No comment provided by engineer. */
"No results for the selected criteria" = "لا توجد نتائج للمعايير المحددة";

/* No comment provided by engineer. */
Expand Down Expand Up @@ -513,6 +528,9 @@
/* Title of a button. The text should be capitalized. Clicking opens the mail app in the user's iOS device. */
"Open Mail" = "فتح البريد";

/* Opens iOS's Device Settings for the app */
"Open device settings" = "Open device settings";

/* Navigates to open source licenses screen */
"Open source licenses" = "Open source licenses";

Expand All @@ -534,8 +552,8 @@
/* Orders Title */
"Orders: (filter)" = "الطلبات: (التصفية)";

/* My Store > Settings > Primary Store information section */
"PRIMARY STORE" = "المتجر الأساسي";
/* My Store > Settings > Other app section */
"Other" = "Other";

/* Product section title */
"PRODUCT" = "المنتج";
Expand Down Expand Up @@ -585,6 +603,9 @@
/* Message to ask the user to check their email and look for a WordPress.com email. */
"Please open your email app and look for an email from WordPress.com." = "يُرجى فتح تطبيق البريد الإلكتروني والبحث عن بريد إلكتروني من وردبرس.كوم.";

/* My Store > Settings > Primary Store information section */
"Primary Store" = "Primary Store";

/* Opens the Privacy Policy web page */
"Privacy Policy" = "Privacy Policy";

Expand Down Expand Up @@ -627,7 +648,7 @@
/* Describes a domain that was registered with WordPress.com */
"Registered Domain" = "النطاق المُسجل";

/* Action: Opens the Store in a browser */
/* No comment provided by engineer. */
"Remove Filters" = "حذف عوامل التصفية";

/* Settings > Privacy Settings > report crashes section. Label for the `Report crashes` toggle. */
Expand All @@ -636,6 +657,9 @@
/* No comment provided by engineer. */
"Retry" = "إعادة المحاولة";

/* Revenue stat label on dashboard. */
"Revenue" = "Revenue";

/* Review moderation success notice message */
"Review marked %@" = "Review marked %@";

Expand Down Expand Up @@ -951,6 +975,9 @@
/* User role badge */
"Viewer" = "المشاهد";

/* Visitors stat label on dashboard - should be plural. */
"Visitors" = "Visitors";

/* Add a note screen - Write Note section title */
"WRITE NOTE" = "كتابة الملاحظة";

Expand Down
45 changes: 36 additions & 9 deletions WooCommerce/Resources/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Translation-Revision-Date: 2018-12-11 08:54:02+0000 */
/* Translation-Revision-Date: 2018-12-21 14:44:46+0000 */
/* Plural-Forms: nplurals=2; plural=n != 1; */
/* Generator: GlotPress/2.4.0-alpha */
/* Language: de */
Expand Down Expand Up @@ -213,6 +213,21 @@
/* Label for button to log in using your site address. The underscores _..._ denote underline */
"Don't have an account? _Sign up_" = "Du hast noch kein Konto? _Registrieren_";

/* WordPress.com (unmapped!) error */
"Dotcom Error: [(code)] (theMessage)" = "Dotcom Error: [(code)] (theMessage)";

/* WordPress.com Missing Token */
"Dotcom Missing Token" = "Dotcom Missing Token";

/* WordPress.com Request Failure */
"Dotcom Request Failed" = "Dotcom Request Failed";

/* WordPress.com Error thrown when the response body is empty */
"Dotcom Response Empty" = "Dotcom Response Empty";

/* WordPress.com Invalid Token */
"Dotcom Token Invalid" = "Dotcom Token Invalid";

/* Voiceover accessibility hint informing the user they can double tap a modal alert to dismiss it */
"Double tap to dismiss" = "Zum Ausblenden zweimal tippen";

Expand Down Expand Up @@ -297,9 +312,6 @@
/* Message shown on screen after the Google sign up process failed. */
"Google sign up failed." = "Anmeldung mit Google fehlgeschlagen.";

/* My Store > Settings > Privacy settings section */
"HELP IMPROVE THE APP" = "HILF UNS, DIE APP ZU VERBESSERN";

/* My Store > Settings > Help & Support section title */
"HOW CAN WE HELP?" = "WIE KÖNNEN WIR HELFEN?";

Expand All @@ -309,14 +321,17 @@
/* Contact Support Action */
"Help & Support" = "Hilfe & Support";

/* My Store > Settings > Privacy settings section */
"Help Improve The App" = "Help Improve The App";

/* Footer text to hide the billing cell */
"Hide billing" = "Abrechnung ausblenden";

/* Error message shown a URL does not point to an existing site. */
"Hmm, it doesn't look like there's a WordPress site at this URL. Double-check the spelling and try again." = "Hmm, unter dieser URL gibt es anscheinend keine WordPress-Website. Überprüfe die Schreibweise und versuche es noch einmal.";

/* Detail label for yes/no switch. */
"If disabled will add the note as private." = "Wenn deaktiviert, wird der Hinweis als privat hinzugefügt.";
"If disabled the note will be private" = "If disabled the note will be private";

/* Application's Inactive State */
"Inactive" = "Inactive";
Expand Down Expand Up @@ -477,7 +492,7 @@
/* Text displayed when no data is available for revenue chart. */
"No data available" = "Keine Daten verfügbar";

/* Orders List (Empty State + Filters) */
/* No comment provided by engineer. */
"No results for the selected criteria" = "Keine Ergebnisse für die ausgewählten Kriterien";

/* No comment provided by engineer. */
Expand Down Expand Up @@ -513,6 +528,9 @@
/* Title of a button. The text should be capitalized. Clicking opens the mail app in the user's iOS device. */
"Open Mail" = "Mail öffnen";

/* Opens iOS's Device Settings for the app */
"Open device settings" = "Open device settings";

/* Navigates to open source licenses screen */
"Open source licenses" = "Open source licenses";

Expand All @@ -534,8 +552,8 @@
/* Orders Title */
"Orders: (filter)" = "Bestellungen: (Filter)";

/* My Store > Settings > Primary Store information section */
"PRIMARY STORE" = "PRIMÄRER SHOP";
/* My Store > Settings > Other app section */
"Other" = "Other";

/* Product section title */
"PRODUCT" = "PRODUKT";
Expand Down Expand Up @@ -585,6 +603,9 @@
/* Message to ask the user to check their email and look for a WordPress.com email. */
"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.";

/* My Store > Settings > Primary Store information section */
"Primary Store" = "Primary Store";

/* Opens the Privacy Policy web page */
"Privacy Policy" = "Privacy Policy";

Expand Down Expand Up @@ -627,7 +648,7 @@
/* Describes a domain that was registered with WordPress.com */
"Registered Domain" = "Registrierte Domain";

/* Action: Opens the Store in a browser */
/* No comment provided by engineer. */
"Remove Filters" = "Filter entfernen";

/* Settings > Privacy Settings > report crashes section. Label for the `Report crashes` toggle. */
Expand All @@ -636,6 +657,9 @@
/* No comment provided by engineer. */
"Retry" = "Erneut versuchen";

/* Revenue stat label on dashboard. */
"Revenue" = "Revenue";

/* Review moderation success notice message */
"Review marked %@" = "Review marked %@";

Expand Down Expand Up @@ -951,6 +975,9 @@
/* User role badge */
"Viewer" = "Besucher";

/* Visitors stat label on dashboard - should be plural. */
"Visitors" = "Besucher";

/* Add a note screen - Write Note section title */
"WRITE NOTE" = "HINWEIS VERFASSEN";

Expand Down
45 changes: 36 additions & 9 deletions WooCommerce/Resources/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Translation-Revision-Date: 2018-12-12 08:54:07+0000 */
/* Translation-Revision-Date: 2018-12-21 14:44:46+0000 */
/* Plural-Forms: nplurals=2; plural=n != 1; */
/* Generator: GlotPress/2.4.0-alpha */
/* Language: es */
Expand Down Expand Up @@ -213,6 +213,21 @@
/* Label for button to log in using your site address. The underscores _..._ denote underline */
"Don't have an account? _Sign up_" = "¿No tienes una cuenta? _Regístrate_";

/* WordPress.com (unmapped!) error */
"Dotcom Error: [(code)] (theMessage)" = "Dotcom Error: [(code)] (theMessage)";

/* WordPress.com Missing Token */
"Dotcom Missing Token" = "Dotcom Missing Token";

/* WordPress.com Request Failure */
"Dotcom Request Failed" = "Dotcom Request Failed";

/* WordPress.com Error thrown when the response body is empty */
"Dotcom Response Empty" = "Dotcom Response Empty";

/* WordPress.com Invalid Token */
"Dotcom Token Invalid" = "Dotcom Token Invalid";

/* Voiceover accessibility hint informing the user they can double tap a modal alert to dismiss it */
"Double tap to dismiss" = "Pulsa dos veces para descartar";

Expand Down Expand Up @@ -297,9 +312,6 @@
/* Message shown on screen after the Google sign up process failed. */
"Google sign up failed." = "Fallo en el registro en Google.";

/* My Store > Settings > Privacy settings section */
"HELP IMPROVE THE APP" = "AYUDA A MEJORAR LA APLICACIÓN";

/* My Store > Settings > Help & Support section title */
"HOW CAN WE HELP?" = "¿CÓMO PODEMOS AYUDARTE?";

Expand All @@ -309,14 +321,17 @@
/* Contact Support Action */
"Help & Support" = "Ayuda y soporte";

/* My Store > Settings > Privacy settings section */
"Help Improve The App" = "Help Improve The App";

/* Footer text to hide the billing cell */
"Hide billing" = "Ocultar facturación";

/* Error message shown a URL does not point to an existing site. */
"Hmm, it doesn't look like there's a WordPress site at this URL. Double-check the spelling and try again." = "Umm, parece que no hay un sitio WordPress en esta URL. Vuelve a revisar el tecleo e inténtalo de nuevo.";

/* Detail label for yes/no switch. */
"If disabled will add the note as private." = "Si se desactiva, la nota se añadirá como privada.";
"If disabled the note will be private" = "If disabled the note will be private";

/* Application's Inactive State */
"Inactive" = "Inactive";
Expand Down Expand Up @@ -477,7 +492,7 @@
/* Text displayed when no data is available for revenue chart. */
"No data available" = "No hay datos disponibles.";

/* Orders List (Empty State + Filters) */
/* No comment provided by engineer. */
"No results for the selected criteria" = "No hay resultados para los criterios elegidos";

/* No comment provided by engineer. */
Expand Down Expand Up @@ -513,6 +528,9 @@
/* Title of a button. The text should be capitalized. Clicking opens the mail app in the user's iOS device. */
"Open Mail" = "Abrir correo electrónico";

/* Opens iOS's Device Settings for the app */
"Open device settings" = "Open device settings";

/* Navigates to open source licenses screen */
"Open source licenses" = "Open source licenses";

Expand All @@ -534,8 +552,8 @@
/* Orders Title */
"Orders: (filter)" = "Pedidos: (filtro)";

/* My Store > Settings > Primary Store information section */
"PRIMARY STORE" = "TIENDA PRINCIPAL";
/* My Store > Settings > Other app section */
"Other" = "Other";

/* Product section title */
"PRODUCT" = "PRODUCTO";
Expand Down Expand Up @@ -585,6 +603,9 @@
/* Message to ask the user to check their email and look for a WordPress.com email. */
"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.";

/* My Store > Settings > Primary Store information section */
"Primary Store" = "Primary Store";

/* Opens the Privacy Policy web page */
"Privacy Policy" = "Privacy Policy";

Expand Down Expand Up @@ -627,7 +648,7 @@
/* Describes a domain that was registered with WordPress.com */
"Registered Domain" = "Dominio registrado";

/* Action: Opens the Store in a browser */
/* No comment provided by engineer. */
"Remove Filters" = "Eliminar filtros";

/* Settings > Privacy Settings > report crashes section. Label for the `Report crashes` toggle. */
Expand All @@ -636,6 +657,9 @@
/* No comment provided by engineer. */
"Retry" = "Reintentar";

/* Revenue stat label on dashboard. */
"Revenue" = "Revenue";

/* Review moderation success notice message */
"Review marked %@" = "Review marked %@";

Expand Down Expand Up @@ -951,6 +975,9 @@
/* User role badge */
"Viewer" = "Lector";

/* Visitors stat label on dashboard - should be plural. */
"Visitors" = "Visitantes";

/* Add a note screen - Write Note section title */
"WRITE NOTE" = "ESCRIBIR NOTA";

Expand Down
Loading