зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1797595 - Pocket updating some copy in Pocket panels. r=gvn,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D160421
This commit is contained in:
Родитель
9d846b8dde
Коммит
5de92f1759
|
@ -141,7 +141,7 @@ function Home(props) {
|
|||
url={`https://${pockethost}/a?${utmParams}`}
|
||||
source="home_view_list"
|
||||
>
|
||||
<span data-l10n-id="pocket-panel-header-my-list" />
|
||||
<span data-l10n-id="pocket-panel-header-my-saves" />
|
||||
</Button>
|
||||
</Header>
|
||||
<hr />
|
||||
|
|
|
@ -132,7 +132,7 @@ function Saved(props) {
|
|||
url={`https://${pockethost}/a?${utmParams}`}
|
||||
source="view_list"
|
||||
>
|
||||
<span data-l10n-id="pocket-panel-header-my-list"></span>
|
||||
<span data-l10n-id="pocket-panel-header-my-saves"></span>
|
||||
</Button>
|
||||
</Header>
|
||||
<hr />
|
||||
|
@ -183,7 +183,7 @@ function Saved(props) {
|
|||
{removedStatus === "removed" && (
|
||||
<h3
|
||||
className="header_large header_center"
|
||||
data-l10n-id="pocket-panel-saved-removed"
|
||||
data-l10n-id="pocket-panel-saved-removed-updated"
|
||||
/>
|
||||
)}
|
||||
{removedStatus === "error" && (
|
||||
|
|
|
@ -33,7 +33,7 @@ function Signup(props) {
|
|||
className="header_medium"
|
||||
data-l10n-id="pocket-panel-signup-cta-a-fix"
|
||||
/>
|
||||
<p data-l10n-id="pocket-panel-signup-cta-b" />
|
||||
<p data-l10n-id="pocket-panel-signup-cta-b-updated" />
|
||||
</div>
|
||||
<div className="stp_signup_content_wrapper">
|
||||
<hr />
|
||||
|
@ -57,7 +57,7 @@ function Signup(props) {
|
|||
/>
|
||||
<p data-l10n-id="pocket-panel-signup-cta-b-short" />
|
||||
<strong>
|
||||
<p data-l10n-id="pocket-panel-signup-cta-c" />
|
||||
<p data-l10n-id="pocket-panel-signup-cta-c-updated" />
|
||||
</strong>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
@ -377,7 +377,7 @@ function Home(props) {
|
|||
url: `https://${pockethost}/a?${utmParams}`,
|
||||
source: "home_view_list"
|
||||
}, /*#__PURE__*/react.createElement("span", {
|
||||
"data-l10n-id": "pocket-panel-header-my-list"
|
||||
"data-l10n-id": "pocket-panel-header-my-saves"
|
||||
}))), /*#__PURE__*/react.createElement("hr", null), recentSavesSection, /*#__PURE__*/react.createElement("hr", null), pockethost && locale?.startsWith("en") && topics?.length && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("h3", {
|
||||
className: "header_medium"
|
||||
}, "Explore popular topics:"), /*#__PURE__*/react.createElement(PopularTopics_PopularTopics, {
|
||||
|
@ -503,7 +503,7 @@ function Signup(props) {
|
|||
className: "header_medium",
|
||||
"data-l10n-id": "pocket-panel-signup-cta-a-fix"
|
||||
}), /*#__PURE__*/react.createElement("p", {
|
||||
"data-l10n-id": "pocket-panel-signup-cta-b"
|
||||
"data-l10n-id": "pocket-panel-signup-cta-b-updated"
|
||||
})), /*#__PURE__*/react.createElement("div", {
|
||||
className: "stp_signup_content_wrapper"
|
||||
}, /*#__PURE__*/react.createElement("hr", null)), /*#__PURE__*/react.createElement("div", {
|
||||
|
@ -520,7 +520,7 @@ function Signup(props) {
|
|||
}), /*#__PURE__*/react.createElement("p", {
|
||||
"data-l10n-id": "pocket-panel-signup-cta-b-short"
|
||||
}), /*#__PURE__*/react.createElement("strong", null, /*#__PURE__*/react.createElement("p", {
|
||||
"data-l10n-id": "pocket-panel-signup-cta-c"
|
||||
"data-l10n-id": "pocket-panel-signup-cta-c-updated"
|
||||
}))), /*#__PURE__*/react.createElement("hr", null), /*#__PURE__*/react.createElement("span", {
|
||||
className: "stp_button_wide"
|
||||
}, /*#__PURE__*/react.createElement(Button_Button, {
|
||||
|
@ -872,7 +872,7 @@ function Saved(props) {
|
|||
url: `https://${pockethost}/a?${utmParams}`,
|
||||
source: "view_list"
|
||||
}, /*#__PURE__*/react.createElement("span", {
|
||||
"data-l10n-id": "pocket-panel-header-my-list"
|
||||
"data-l10n-id": "pocket-panel-header-my-saves"
|
||||
}))), /*#__PURE__*/react.createElement("hr", null), !removedStatus && savedStatus === "success" && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("h3", {
|
||||
className: "header_large header_flex"
|
||||
}, /*#__PURE__*/react.createElement("span", {
|
||||
|
@ -904,7 +904,7 @@ function Saved(props) {
|
|||
"data-l10n-id": "pocket-panel-saved-processing-remove"
|
||||
}), removedStatus === "removed" && /*#__PURE__*/react.createElement("h3", {
|
||||
className: "header_large header_center",
|
||||
"data-l10n-id": "pocket-panel-saved-removed"
|
||||
"data-l10n-id": "pocket-panel-saved-removed-updated"
|
||||
}), removedStatus === "error" && /*#__PURE__*/react.createElement(react.Fragment, null, /*#__PURE__*/react.createElement("h3", {
|
||||
className: "header_large",
|
||||
"data-l10n-id": "pocket-panel-saved-error-remove"
|
||||
|
|
|
@ -20,14 +20,13 @@ pocket-panel-saved-page-removed = Page Removed
|
|||
pocket-panel-saved-page-saved = Saved to { -pocket-brand-name }
|
||||
pocket-panel-saved-page-saved-b = Saved to { -pocket-brand-name }!
|
||||
pocket-panel-saved-processing-remove = Removing Page…
|
||||
pocket-panel-saved-removed = Page Removed from My List
|
||||
pocket-panel-saved-removed-updated = Page Removed from Saves
|
||||
pocket-panel-saved-processing-tags = Adding tags…
|
||||
pocket-panel-saved-remove-page = Remove Page
|
||||
pocket-panel-saved-save-tags = Save
|
||||
pocket-panel-saved-saving-tags = Saving…
|
||||
pocket-panel-saved-suggested-tags = Suggested Tags
|
||||
pocket-panel-saved-tags-saved = Tags Added
|
||||
pocket-panel-signup-view-list = View List
|
||||
|
||||
# This is displayed above a field where the user can add tags
|
||||
pocket-panel-signup-add-tags = Add Tags:
|
||||
|
@ -45,13 +44,12 @@ pocket-panel-signup-tagline-story-one = Click the { -pocket-brand-name } Button
|
|||
pocket-panel-signup-tagline-story-two = View in { -pocket-brand-name } on any device, any time.
|
||||
|
||||
pocket-panel-signup-cta-a-fix = Your save button for the internet
|
||||
pocket-panel-signup-cta-b = Click the { -pocket-brand-name } button to save articles, videos, and links. View your list on any device, any time.
|
||||
pocket-panel-signup-cta-b-updated = Click the { -pocket-brand-name } button to save articles, videos, and links. View your saves on any device, any time.
|
||||
pocket-panel-signup-cta-b-short = Click the { -pocket-brand-name } button to save articles, videos, and links.
|
||||
pocket-panel-signup-cta-c = View your list on any device, any time.
|
||||
pocket-panel-signup-cta-c-updated = View your saves on any device, any time.
|
||||
|
||||
## about:pocket-home panel
|
||||
|
||||
pocket-panel-home-my-list = My List
|
||||
pocket-panel-home-welcome-back = Welcome Back
|
||||
pocket-panel-home-paragraph = You can use { -pocket-brand-name } to explore and save webpages, articles, videos, podcasts, or get back to what you’ve been reading.
|
||||
pocket-panel-home-explore-popular-topics = Explore Popular Topics
|
||||
|
@ -65,7 +63,7 @@ pocket-panel-home-new-user-message = See your recent saves here.
|
|||
|
||||
## Pocket panel header component
|
||||
|
||||
pocket-panel-header-my-list = View My List
|
||||
pocket-panel-header-my-saves = View My Saves
|
||||
pocket-panel-header-sign-in = Sign In
|
||||
|
||||
## Pocket panel buttons
|
||||
|
|
Загрузка…
Ссылка в новой задаче