Skip to content

Commit 8a08294

Browse files
Freeze strings for localization
1 parent b701398 commit 8a08294

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,9 @@ which should be translated separately and considered part of this sentence. */
19341934
/* Instruction text on the initial email address entry screen. */
19351935
"Enter your email address to log in or create a WordPress.com account." = "Enter your email address to log in or create a WordPress.com account.";
19361936

1937+
/* Sign in instructions on the 'log in using WordPress.com account' screen. */
1938+
"Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account." = "Enter your email address to log in to manage your WooCommerce stores or create a WordPress.com account.";
1939+
19371940
/* Button title. Takes the user to the login by site address flow. */
19381941
"Enter your existing site address" = "Enter your existing site address";
19391942

@@ -4759,6 +4762,18 @@ This is the link to the website, and forms part of a longer sentence which it sh
47594762
/* Title label when the widget does not have a logged-in store. */
47604763
"storeWidgets.notLoggedInView.notLoggedIn" = "Log in to see today’s stats.";
47614764

4765+
/* Title label when the widget can't fetch data. Should fit in 1 line on lock screen */
4766+
"storeWidgets.storeInfoInlineWidget.noData" = "Revenue: ⚠ No Data";
4767+
4768+
/* Revenue title label for the store info widget. %1$@ is the revenue amount. */
4769+
"storeWidgets.storeInfoInlineWidget.revenueTitle" = "Revenue: %1$@";
4770+
4771+
/* Label when the widget can't fetch data. */
4772+
"storeWidgets.storeInfoRectangularWidget.noData" = "⚠ No Data";
4773+
4774+
/* Revenue title label for the store info widget */
4775+
"storeWidgets.storeInfoRectangularWidget.revenue" = "Revenue";
4776+
47624777
/* Title label when the widget can't fetch data. */
47634778
"storeWidgets.unableToFetchView.unableToFetch" = "Unable to fetch today's stats";
47644779

0 commit comments

Comments
 (0)