Skip to content

Commit

Permalink
Add new translations in BlazePress (#91999)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoca committed Jun 20, 2024
1 parent 3551351 commit f667aaa
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions client/lib/promote-post/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const BlazePressStrings = () => {
translate( 'Get started' );
translate( 'Learn more' );
translate( "Don't show me this step again." );
translate( 'Uploading images' );
translate( 'Uploading images...' );
translate( 'Checking payment information…' );
translate( 'Fetching pages…' );
translate( 'Fetching products…' );
Expand All @@ -36,6 +36,9 @@ const BlazePressStrings = () => {
translate( 'No products found.' );
translate( 'No posts found.' );
translate( 'Select post to promote' );
translate(
'Blaze is syncing your content as part of first-time setup – this can take up to 15 minutes or a few hours.'
);
translate( 'Post' );
translate( 'Type' );
translate( 'SKU' );
Expand Down Expand Up @@ -64,15 +67,15 @@ const BlazePressStrings = () => {
translate( 'Ad creative' );
translate( "Use post's media" );
translate( 'Site title' );
translate( 'Loading page title' );
translate( 'Loading page title...' );
translate( 'Page title' );
translate( 'Snippet' );
translate(
'%(snippetCharactersLeft)s character remaining',
'%(snippetCharactersLeft)s characters remaining',
{ count: 1 }
);
translate( 'Loading ad text' );
translate( 'Loading ad text....' );
translate( 'Ad text' );
translate( 'Use + / - or simply drag the image to adjust it' );
translate( 'Apply' );
Expand Down Expand Up @@ -134,8 +137,6 @@ const BlazePressStrings = () => {
translate(
'We created this campaign to deliver the most valuable traffic, yet you can still make changes before submitting it.'
);
translate( 'Campaign Objective' );
translate( 'Change' );
translate( 'Start Date' );
translate( 'Duration' );
translate( 'Budget' );
Expand All @@ -147,24 +148,6 @@ const BlazePressStrings = () => {
translate( 'Start typing country, state or city to see available options' );
translate( 'No results found' );
translate( 'Search for locations' );
translate( 'Good for: ' );
translate( 'Traffic' );
translate( 'Aims to drive more visitors and increase page views.' );
translate( 'E-commerce sites, content-driven websites, startups.' );
translate( 'Sales' );
translate( 'Converts potential customers into buyers by encouraging purchase.' );
translate( 'E-commerce, retailers, subscription services.' );
translate( 'Awareness' );
translate( 'Focuses on increasing brand recognition and visibility.' );
translate( 'New businesses, brands launching new products.' );
translate( 'Engagement' );
translate( 'Encourages your audience to interact and connect with your brand.' );
translate( 'Influencers and community builders looking for followers of the same interest.' );
translate( 'Choose campaign objective' );
translate( 'Continue' );
translate( 'Save my selection for future campaigns' );
translate( 'Cancel' );
translate( 'Good for:' );
translate( 'You won’t be charged until the ad is approved and starts running.' );
translate( 'You can pause spending at any time.' );
translate( 'Could not retrieve countries. Please try again later.' );
Expand Down

0 comments on commit f667aaa

Please sign in to comment.