Skip to content

Commit d23fb48

Browse files
authored
Merge pull request #551 from woocommerce/update-strings-for-translation-0.14
Update strings for translation for 0.14
2 parents 09d35bb + 57e8dd2 commit d23fb48

File tree

1 file changed

+35
-5
lines changed

1 file changed

+35
-5
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,21 @@
219219
/* Label for button to log in using your site address. The underscores _..._ denote underline */
220220
"Don't have an account? _Sign up_" = "Don't have an account? _Sign up_";
221221

222+
/* WordPress.com (unmapped!) error */
223+
"Dotcom Error: [\(code)] \(theMessage)" = "Dotcom Error: [\(code)] \(theMessage)";
224+
225+
/* WordPress.com Missing Token */
226+
"Dotcom Missing Token" = "Dotcom Missing Token";
227+
228+
/* WordPress.com Request Failure */
229+
"Dotcom Request Failed" = "Dotcom Request Failed";
230+
231+
/* WordPress.com Error thrown when the response body is empty */
232+
"Dotcom Response Empty" = "Dotcom Response Empty";
233+
234+
/* WordPress.com Invalid Token */
235+
"Dotcom Token Invalid" = "Dotcom Token Invalid";
236+
222237
/* Voiceover accessibility hint informing the user they can double tap a modal alert to dismiss it */
223238
"Double tap to dismiss" = "Double tap to dismiss";
224239

@@ -316,7 +331,7 @@
316331
"Help & Support" = "Help & Support";
317332

318333
/* My Store > Settings > Privacy settings section */
319-
"HELP IMPROVE THE APP" = "HELP IMPROVE THE APP";
334+
"Help Improve The App" = "Help Improve The App";
320335

321336
/* Footer text to hide the billing cell */
322337
"Hide billing" = "Hide billing";
@@ -328,7 +343,7 @@
328343
"HOW CAN WE HELP?" = "HOW CAN WE HELP?";
329344

330345
/* Detail label for yes/no switch. */
331-
"If disabled will add the note as private." = "If disabled will add the note as private.";
346+
"If disabled the note will be private" = "If disabled the note will be private";
332347

333348
/* Application's Inactive State */
334349
"Inactive" = "Inactive";
@@ -496,7 +511,8 @@
496511
/* Empty Notifications List Message */
497512
"No Notifications Yet!" = "No Notifications Yet!";
498513

499-
/* Orders List (Empty State + Filters) */
514+
/* Notifications List (Empty State + Filters)
515+
Orders List (Empty State + Filters) */
500516
"No results for the selected criteria" = "No results for the selected criteria";
501517

502518
/* Notification status description for 'unspam' (opposite of spam) */
@@ -540,6 +556,9 @@
540556
/* On Hold Order Status */
541557
"On Hold" = "On Hold";
542558

559+
/* Opens iOS's Device Settings for the app */
560+
"Open device settings" = "Open device settings";
561+
543562
/* Title of a button. The text should be capitalized. Clicking opens the mail app in the user's iOS device. */
544563
"Open Mail" = "Open Mail";
545564

@@ -560,12 +579,16 @@
560579
"Order Notes" = "Order Notes";
561580

562581
/* Orders filter title
582+
Orders stat label on dashboard - should be plural.
563583
Orders Title */
564584
"Orders" = "Orders";
565585

566586
/* Orders Title */
567587
"Orders: \(filter)" = "Orders: \(filter)";
568588

589+
/* My Store > Settings > Other app section */
590+
"Other" = "Other";
591+
569592
/* Login dialog password placeholder
570593
Password placeholder */
571594
"Password" = "Password";
@@ -613,7 +636,7 @@
613636
"Please open your email app and look for an email from WordPress.com." = "Please open your email app and look for an email from WordPress.com.";
614637

615638
/* My Store > Settings > Primary Store information section */
616-
"PRIMARY STORE" = "PRIMARY STORE";
639+
"Primary Store" = "Primary Store";
617640

618641
/* Opens the Privacy Policy web page */
619642
"Privacy Policy" = "Privacy Policy";
@@ -664,7 +687,8 @@
664687
/* Describes a domain that was registered with WordPress.com */
665688
"Registered Domain" = "Registered Domain";
666689

667-
/* Action: Opens the Store in a browser */
690+
/* Action: Opens the Store in a browser
691+
Action: removes the current filters from the notifications list */
668692
"Remove Filters" = "Remove Filters";
669693

670694
/* Settings > Privacy Settings > report crashes section. Label for the `Report crashes` toggle. */
@@ -674,6 +698,9 @@
674698
Retry the last action */
675699
"Retry" = "Retry";
676700

701+
/* Revenue stat label on dashboard. */
702+
"Revenue" = "Revenue";
703+
677704
/* Review moderation success notice message */
678705
"Review marked %@" = "Review marked %@";
679706

@@ -1007,6 +1034,9 @@
10071034
/* User role badge */
10081035
"Viewer" = "Viewer";
10091036

1037+
/* Visitors stat label on dashboard - should be plural. */
1038+
"Visitors" = "Visitors";
1039+
10101040
/* Orders List (Empty State / No Filters) */
10111041
"Waiting for Customers" = "Waiting for Customers";
10121042

0 commit comments

Comments
 (0)