Twenty Twenty-Five: Improves text strings.

This ticket replaces the issue not resolved in time before the release of the theme. This now takes the feedback of translators and iterates on that.
  
Props poena, desrosj, hameem1102, burakkaptan, jorbin, prathamesh24, audrasjb.  
Fixes #62482.

Built from https://develop.svn.wordpress.org/trunk@59891


git-svn-id: http://core.svn.wordpress.org/trunk@59233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2025-02-28 17:07:23 +00:00
parent bc60a625bb
commit efc402898c
19 changed files with 21 additions and 21 deletions

View File

@ -39,7 +39,7 @@
<div class="wp-block-buttons"> <div class="wp-block-buttons">
<!-- wp:button --> <!-- wp:button -->
<div class="wp-block-button"> <div class="wp-block-button">
<a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Button text of intro section.', 'twentytwentyfive' ); ?></a> <a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a>
</div> </div>
<!-- /wp:button --> <!-- /wp:button -->
</div> </div>

View File

@ -1,10 +1,10 @@
<?php <?php
/** /**
* Title: Centered header * Title: Centered site header
* Slug: twentytwentyfive/header-centered * Slug: twentytwentyfive/header-centered
* Categories: header * Categories: header
* Block Types: core/template-part/header * Block Types: core/template-part/header
* Description: Header with centered site title and navigation. * Description: Site header with centered site title and navigation.
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Twenty_Five * @subpackage Twenty_Twenty_Five

View File

@ -4,7 +4,7 @@
* Slug: twentytwentyfive/header-columns * Slug: twentytwentyfive/header-columns
* Categories: header * Categories: header
* Block Types: core/template-part/header * Block Types: core/template-part/header
* Description: Header with site title and navigation in columns. * Description: Site header with site title and navigation in columns.
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Twenty_Five * @subpackage Twenty_Twenty_Five

View File

@ -4,7 +4,7 @@
* Slug: twentytwentyfive/header-large-title * Slug: twentytwentyfive/header-large-title
* Categories: header * Categories: header
* Block Types: core/template-part/header * Block Types: core/template-part/header
* Description: Header with large site title and right-aligned navigation. * Description: Site header with large site title and right-aligned navigation.
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Twenty_Five * @subpackage Twenty_Twenty_Five

View File

@ -4,7 +4,7 @@
* Slug: twentytwentyfive/header * Slug: twentytwentyfive/header
* Categories: header * Categories: header
* Block Types: core/template-part/header * Block Types: core/template-part/header
* Description: Header with site title and navigation. * Description: Site header with site title and navigation.
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Twenty_Five * @subpackage Twenty_Twenty_Five

View File

@ -30,7 +30,7 @@
<!-- wp:buttons --> <!-- wp:buttons -->
<div class="wp-block-buttons"> <div class="wp-block-buttons">
<!-- wp:button --> <!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Sample hero button', 'twentytwentyfive' ); ?></a></div> <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a></div>
<!-- /wp:button --> <!-- /wp:button -->
</div> </div>
<!-- /wp:buttons --> <!-- /wp:buttons -->

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Right-aligned blog, 404 * Title: Right-aligned 404
* Slug: twentytwentyfive/template-404-vertical-header-blog * Slug: twentytwentyfive/template-404-vertical-header-blog
* Template Types: 404 * Template Types: 404
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Text-only blog, archive * Title: Text blog archive
* Slug: twentytwentyfive/template-archive-text-blog * Slug: twentytwentyfive/template-archive-text-blog
* Template Types: archive * Template Types: archive
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Archive for the right-aligned blog * Title: Right-aligned archive
* Slug: twentytwentyfive/template-archive-vertical-header-blog * Slug: twentytwentyfive/template-archive-vertical-header-blog
* Template Types: archive * Template Types: archive
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Text-only blog, home * Title: Text blog home
* Slug: twentytwentyfive/template-home-text-blog * Slug: twentytwentyfive/template-home-text-blog
* Template Types: front-page, home * Template Types: front-page, home
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Homepage for right-aligned blog * Title: Right-aligned home
* Slug: twentytwentyfive/template-home-vertical-header-blog * Slug: twentytwentyfive/template-home-vertical-header-blog
* Template Types: front-page, index, home * Template Types: front-page, index, home
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Page template for the right-aligned blog * Title: Right-aligned page
* Slug: twentytwentyfive/template-page-vertical-header-blog * Slug: twentytwentyfive/template-page-vertical-header-blog
* Template Types: page * Template Types: page
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Text-only blog, posts * Title: Text blog query loop
* Slug: twentytwentyfive/template-query-loop-text-blog * Slug: twentytwentyfive/template-query-loop-text-blog
* Inserter: no * Inserter: no
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Right-aligned posts * Title: Right-aligned query loop
* Slug: twentytwentyfive/template-query-loop-vertical-header-blog * Slug: twentytwentyfive/template-query-loop-vertical-header-blog
* Inserter: no * Inserter: no
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Text-only blog, search * Title: Text blog search results
* Slug: twentytwentyfive/template-search-text-blog * Slug: twentytwentyfive/template-search-text-blog
* Template Types: search * Template Types: search
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Title: Text-only blog, single post * Title: Text blog single post
* Slug: twentytwentyfive/template-single-text-blog * Slug: twentytwentyfive/template-single-text-blog
* Template Types: posts, single * Template Types: posts, single
* Viewport width: 1400 * Viewport width: 1400

View File

@ -1,10 +1,10 @@
<?php <?php
/** /**
* Title: Vertical header * Title: Vertical site header
* Slug: twentytwentyfive/vertical-header * Slug: twentytwentyfive/vertical-header
* Categories: header * Categories: header
* Block Types: core/template-part/vertical-header * Block Types: core/template-part/vertical-header
* Description: Vertical Header with site title and navigation * Description: Vertical site header with site title and navigation.
* Viewport width: 300 * Viewport width: 300
* *
* @package WordPress * @package WordPress

View File

@ -694,7 +694,7 @@
{ {
"area": "header", "area": "header",
"name": "vertical-header", "name": "vertical-header",
"title": "Vertical Header" "title": "Vertical site header"
}, },
{ {
"area": "header", "area": "header",

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.8-alpha-59890'; $wp_version = '6.8-alpha-59891';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.