Updates to 6.7.0

This commit is contained in:
ACF 2025-12-04 10:26:55 +00:00
parent 28183c4288
commit fca2af463e
150 changed files with 1811 additions and 899 deletions

View File

@ -9,7 +9,7 @@
* Plugin Name: Advanced Custom Fields PRO * Plugin Name: Advanced Custom Fields PRO
* Plugin URI: https://www.advancedcustomfields.com * Plugin URI: https://www.advancedcustomfields.com
* Description: Customize WordPress with powerful, professional and intuitive fields. * Description: Customize WordPress with powerful, professional and intuitive fields.
* Version: 6.6.2 * Version: 6.7.0
* Author: WP Engine * Author: WP Engine
* Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields * Author URI: https://wpengine.com/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=plugin_directory&utm_content=advanced_custom_fields
* Update URI: https://www.advancedcustomfields.com/pro * Update URI: https://www.advancedcustomfields.com/pro
@ -45,7 +45,7 @@ if ( ! class_exists( 'ACF' ) ) {
* *
* @var string * @var string
*/ */
public $version = '6.6.2'; public $version = '6.7.0';
/** /**
* The plugin settings array. * The plugin settings array.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[data-acf-inline-contenteditable="1"][contenteditable=true]:empty::before{content:attr(data-acf-placeholder);opacity:.62}[data-acf-inline-contenteditable="1"][contenteditable=true]:empty{border:1px dashed rgba(255,0,0,0)}[data-acf-inline-fields-uid]:hover,[data-acf-inline-contenteditable]:hover{outline:2px solid var(--wp-admin-theme-color);outline-offset:2px}.acf-block-has-validation-error{border:2px solid #d94f4f}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1296,8 +1296,19 @@ function acf_get_grouped_posts( $args ) {
// find array of post_type // find array of post_type
$post_types = acf_get_array( $args['post_type'] ); $post_types = acf_get_array( $args['post_type'] );
$post_types_labels = acf_get_pretty_post_types( $post_types ); $is_single_post_type = ( count( $post_types ) === 1 );
$is_single_post_type = ( count( $post_types ) == 1 );
// WordPress 6.8+ sorts post_type arrays for cache key generation
// We need to use the same sorted order when processing results
if (
! $is_single_post_type &&
$args['posts_per_page'] !== -1 &&
version_compare( get_bloginfo( 'version' ), '6.8', '>=' )
) {
sort( $post_types );
}
$post_types_labels = acf_get_pretty_post_types( $post_types );
// attachment doesn't work if it is the only item in an array // attachment doesn't work if it is the only item in an array
if ( $is_single_post_type ) { if ( $is_single_post_type ) {

View File

@ -153,13 +153,14 @@ if ( ! class_exists( 'acf_field_google_map' ) ) :
<div class="title"> <div class="title">
<input class="search" type="text" placeholder="<?php esc_attr_e( 'Search for address...', 'acf' ); ?>" value="<?php echo esc_attr( $search ); ?>" />
<div class="acf-actions -hover"> <div class="acf-actions -hover">
<a href="#" data-name="search" class="acf-icon -search grey" title="<?php esc_attr_e( 'Search', 'acf' ); ?>"></a> <button type="button" data-name="search" class="acf-icon -search grey" aria-label="<?php esc_attr_e( 'Search', 'acf' ); ?>"></button>
<a href="#" data-name="clear" class="acf-icon -cancel grey" title="<?php esc_attr_e( 'Clear location', 'acf' ); ?>"></a> <button type="button" data-name="clear" class="acf-icon -cancel grey" aria-label="<?php esc_attr_e( 'Clear location', 'acf' ); ?>"></button>
<a href="#" data-name="locate" class="acf-icon -location grey" title="<?php esc_attr_e( 'Find current location', 'acf' ); ?>"></a> <button type="button" data-name="locate" class="acf-icon -location grey" aria-label="<?php esc_attr_e( 'Find current location', 'acf' ); ?>"></button>
</div> </div>
<input class="search" type="text" placeholder="<?php esc_attr_e( 'Search for address...', 'acf' ); ?>" value="<?php echo esc_attr( $search ); ?>" />
<i class="acf-loading"></i> <i class="acf-loading"></i>
</div> </div>

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: ar\n" "Language: ar\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: bg_BG\n" "Language: bg_BG\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: ca\n" "Language: ca\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: cs_CZ\n" "Language: cs_CZ\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: da_DK\n" "Language: da_DK\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: de_CH\n" "Language: de_CH\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: de_DE\n" "Language: de_DE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -2957,7 +2957,7 @@ msgstr ""
#: includes/admin/views/acf-taxonomy/advanced-settings.php:896 #: includes/admin/views/acf-taxonomy/advanced-settings.php:896
msgid "Tag Cloud" msgid "Tag Cloud"
msgstr "Schlagwörter-Wolke" msgstr "Schlagwort-Wolke"
#: includes/admin/views/acf-taxonomy/advanced-settings.php:851 #: includes/admin/views/acf-taxonomy/advanced-settings.php:851
msgid "" msgid ""
@ -4110,7 +4110,7 @@ msgstr "%s-Attribute"
#: includes/admin/views/acf-post-type/advanced-settings.php:357 #: includes/admin/views/acf-post-type/advanced-settings.php:357
msgid "Post Archives" msgid "Post Archives"
msgstr "Beitrags-Archive" msgstr "Beitragsarchiv"
#: includes/admin/views/acf-post-type/advanced-settings.php:356 #: includes/admin/views/acf-post-type/advanced-settings.php:356
msgid "" msgid ""
@ -6545,7 +6545,7 @@ msgstr "Weitere"
#: includes/fields/class-acf-field-radio.php:31 #: includes/fields/class-acf-field-radio.php:31
msgid "Radio Button" msgid "Radio Button"
msgstr "Radiobutton" msgstr "Optionsfeld"
#: includes/fields/class-acf-field-accordion.php:115 #: includes/fields/class-acf-field-accordion.php:115
msgid "" msgid ""
@ -6651,7 +6651,7 @@ msgstr "Das Laden ist fehlgeschlagen"
#: includes/fields/class-acf-field-select.php:103 #: includes/fields/class-acf-field-select.php:103
msgctxt "Select2 JS searching" msgctxt "Select2 JS searching"
msgid "Searching&hellip;" msgid "Searching&hellip;"
msgstr "Suchen&hellip;" msgstr "Suchen …"
#: includes/fields/class-acf-field-select.php:102 #: includes/fields/class-acf-field-select.php:102
msgctxt "Select2 JS load_more" msgctxt "Select2 JS load_more"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: de_DE_formal\n" "Language: de_DE_formal\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -2957,7 +2957,7 @@ msgstr ""
#: includes/admin/views/acf-taxonomy/advanced-settings.php:896 #: includes/admin/views/acf-taxonomy/advanced-settings.php:896
msgid "Tag Cloud" msgid "Tag Cloud"
msgstr "Schlagwörter-Wolke" msgstr "Schlagwort-Wolke"
#: includes/admin/views/acf-taxonomy/advanced-settings.php:851 #: includes/admin/views/acf-taxonomy/advanced-settings.php:851
msgid "" msgid ""
@ -4110,7 +4110,7 @@ msgstr "%s-Attribute"
#: includes/admin/views/acf-post-type/advanced-settings.php:357 #: includes/admin/views/acf-post-type/advanced-settings.php:357
msgid "Post Archives" msgid "Post Archives"
msgstr "Beitrags-Archive" msgstr "Beitragsarchiv"
#: includes/admin/views/acf-post-type/advanced-settings.php:356 #: includes/admin/views/acf-post-type/advanced-settings.php:356
msgid "" msgid ""
@ -6545,7 +6545,7 @@ msgstr "Weitere"
#: includes/fields/class-acf-field-radio.php:31 #: includes/fields/class-acf-field-radio.php:31
msgid "Radio Button" msgid "Radio Button"
msgstr "Radiobutton" msgstr "Optionsfeld"
#: includes/fields/class-acf-field-accordion.php:115 #: includes/fields/class-acf-field-accordion.php:115
msgid "" msgid ""
@ -6651,7 +6651,7 @@ msgstr "Das Laden ist fehlgeschlagen"
#: includes/fields/class-acf-field-select.php:103 #: includes/fields/class-acf-field-select.php:103
msgctxt "Select2 JS searching" msgctxt "Select2 JS searching"
msgid "Searching&hellip;" msgid "Searching&hellip;"
msgstr "Suchen&hellip;" msgstr "Suchen …"
#: includes/fields/class-acf-field-select.php:102 #: includes/fields/class-acf-field-select.php:102
msgctxt "Select2 JS load_more" msgctxt "Select2 JS load_more"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: el\n" "Language: el\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: en_GB\n" "Language: en_GB\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: es_CL\n" "Language: es_CL\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -23,96 +23,106 @@ msgstr ""
#: includes/fields/class-acf-field-image.php:144 #: includes/fields/class-acf-field-image.php:144
msgid "Remove image" msgid "Remove image"
msgstr "" msgstr "Eliminar imagen"
#: includes/fields/class-acf-field-image.php:142 #: includes/fields/class-acf-field-image.php:142
msgid "Edit image" msgid "Edit image"
msgstr "" msgstr "Editar imagen"
#: includes/fields/class-acf-field-image.php:138 #: includes/fields/class-acf-field-image.php:138
msgid "Selected image. Press tab to access image options." msgid "Selected image. Press tab to access image options."
msgstr "" msgstr ""
"Imagen seleccionada. Presiona tab para acceder a las opciones de la imagen."
#: includes/fields/class-acf-field-file.php:161 #: includes/fields/class-acf-field-file.php:161
msgid "Remove file" msgid "Remove file"
msgstr "" msgstr "Eliminar archivo"
#: includes/fields/class-acf-field-file.php:159 #: includes/fields/class-acf-field-file.php:159
msgid "Edit file" msgid "Edit file"
msgstr "" msgstr "Editar archivo"
#: includes/fields/class-acf-field-file.php:140 #: includes/fields/class-acf-field-file.php:140
msgid "Selected file. Press tab to access file options." msgid "Selected file. Press tab to access file options."
msgstr "" msgstr ""
"Archivo seleccionado. Presiona tab para acceder a las opciones de la imagen."
#: includes/fields/class-acf-field-color_picker.php:306 #: includes/fields/class-acf-field-color_picker.php:306
msgid "Show Color Wheel" msgid "Show Color Wheel"
msgstr "" msgstr "Mostrar la rueda de colores"
#: includes/fields/class-acf-field-color_picker.php:296 #: includes/fields/class-acf-field-color_picker.php:296
msgid "" msgid ""
"Use a custom color palette by entering comma separated hex or rgba values" "Use a custom color palette by entering comma separated hex or rgba values"
msgstr "" msgstr ""
"Utiliza una paleta de colores personalizados insertando una coma separando "
"los valores hex o rgba."
#: includes/fields/class-acf-field-color_picker.php:295 #: includes/fields/class-acf-field-color_picker.php:295
msgid "Custom Palette" msgid "Custom Palette"
msgstr "" msgstr "Paleta personalizada"
#: includes/fields/class-acf-field-color_picker.php:275 #: includes/fields/class-acf-field-color_picker.php:275
msgid "Use colors from theme.json" msgid "Use colors from theme.json"
msgstr "" msgstr "Utiliza los colores de theme.json"
#: includes/fields/class-acf-field-color_picker.php:274 #: includes/fields/class-acf-field-color_picker.php:274
msgid "Specify custom colors" msgid "Specify custom colors"
msgstr "" msgstr "Especifica los colores personalizados"
#: includes/fields/class-acf-field-color_picker.php:268 #: includes/fields/class-acf-field-color_picker.php:268
msgid "Custom Palette Source" msgid "Custom Palette Source"
msgstr "" msgstr "Fuente de la paleta personalizada"
#: includes/fields/class-acf-field-color_picker.php:250 #: includes/fields/class-acf-field-color_picker.php:250
msgid "Show Custom Palette" msgid "Show Custom Palette"
msgstr "" msgstr "Muestra la paleta personalizada"
#: includes/admin/views/acf-field-group/options.php:272 #: includes/admin/views/acf-field-group/options.php:272
msgid "" msgid ""
"Title shown on the edit screen for the field group meta box to use instead " "Title shown on the edit screen for the field group meta box to use instead "
"of the field group title" "of the field group title"
msgstr "" msgstr ""
"Título mostrado en la pantalla de edición de la caja meta del grupo de "
"campos a utilizar en lugar del título del grupo de campos"
#: includes/admin/views/acf-field-group/options.php:271 #: includes/admin/views/acf-field-group/options.php:271
msgid "Display Title" msgid "Display Title"
msgstr "" msgstr "Mostrar título"
#: includes/admin/tools/class-acf-admin-tool-import.php:70 #: includes/admin/tools/class-acf-admin-tool-import.php:70
msgid "" msgid ""
"Import JSON containing field groups, post types, or taxonomies (trusted " "Import JSON containing field groups, post types, or taxonomies (trusted "
"sources only)" "sources only)"
msgstr "" msgstr ""
"Importar JSON que contenga grupos de campos, tipos de contenido, o taxonomía "
"(solo fuentes de confianza)"
#: includes/admin/tools/class-acf-admin-tool-import.php:64 #: includes/admin/tools/class-acf-admin-tool-import.php:64
msgid "Select JSON File" msgid "Select JSON File"
msgstr "" msgstr "Selecciona el archivo JSON"
#: includes/admin/tools/class-acf-admin-tool-import.php:56 #: includes/admin/tools/class-acf-admin-tool-import.php:56
msgid "" msgid ""
"Choose an ACF JSON file to import. Use only files from trusted sources, then " "Choose an ACF JSON file to import. Use only files from trusted sources, then "
"click Import." "click Import."
msgstr "" msgstr ""
"Elige un archivo ACF JSON para importar. Utiliza solo archivos de fuentes "
"confiables, luego presiona \"Importar\"."
#: includes/fields/class-acf-field-date_picker.php:244 #: includes/fields/class-acf-field-date_picker.php:244
#: includes/fields/class-acf-field-date_time_picker.php:231 #: includes/fields/class-acf-field-date_time_picker.php:231
msgid "Use the current date as the default value for this field." msgid "Use the current date as the default value for this field."
msgstr "" msgstr "Utiliza la fecha actual como el valor predeterminado para este campo."
#: includes/fields/class-acf-field-date_picker.php:243 #: includes/fields/class-acf-field-date_picker.php:243
#: includes/fields/class-acf-field-date_time_picker.php:230 #: includes/fields/class-acf-field-date_time_picker.php:230
msgid "Default to the current date" msgid "Default to the current date"
msgstr "" msgstr "Por defecto la fecha actual"
#: includes/assets.php:372 #: includes/assets.php:372
msgid "Toggle panel" msgid "Toggle panel"
msgstr "" msgstr "Alternar panel"
#. translators: %1$s - Plugin name, %2$s URL to documentation #. translators: %1$s - Plugin name, %2$s URL to documentation
#: includes/admin/admin.php:311 #: includes/admin/admin.php:311
@ -122,6 +132,10 @@ msgid ""
"removed in a future version of ACF. <a href=\"%2$s\" target=\"_blank\">Learn " "removed in a future version of ACF. <a href=\"%2$s\" target=\"_blank\">Learn "
"more</a>." "more</a>."
msgstr "" msgstr ""
"%1$s Hemos detectado que este sitio web está configurado para usar la "
"versión 3 de la biblioteca jQuery Select2, que ha quedado obsoleta en favor "
"de la versión 4 y se eliminará en una versión futura de ACF. <a "
"href=\"%2$s\" target=\"_blank\">Más información</a>."
#: includes/fields/class-acf-field-select.php:480 #: includes/fields/class-acf-field-select.php:480
msgid "" msgid ""

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: es_ES\n" "Language: es_ES\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -23,72 +23,82 @@ msgstr ""
#: includes/fields/class-acf-field-image.php:144 #: includes/fields/class-acf-field-image.php:144
msgid "Remove image" msgid "Remove image"
msgstr "" msgstr "Quitar la imagen"
#: includes/fields/class-acf-field-image.php:142 #: includes/fields/class-acf-field-image.php:142
msgid "Edit image" msgid "Edit image"
msgstr "" msgstr "Editar la imagen"
#: includes/fields/class-acf-field-image.php:138 #: includes/fields/class-acf-field-image.php:138
msgid "Selected image. Press tab to access image options." msgid "Selected image. Press tab to access image options."
msgstr "" msgstr ""
"Imagen seleccionada. Pulsa la pestaña para acceder a las opciones de la "
"imagen."
#: includes/fields/class-acf-field-file.php:161 #: includes/fields/class-acf-field-file.php:161
msgid "Remove file" msgid "Remove file"
msgstr "" msgstr "Eliminar el archivo"
#: includes/fields/class-acf-field-file.php:159 #: includes/fields/class-acf-field-file.php:159
msgid "Edit file" msgid "Edit file"
msgstr "" msgstr "Editar el archivo"
#: includes/fields/class-acf-field-file.php:140 #: includes/fields/class-acf-field-file.php:140
msgid "Selected file. Press tab to access file options." msgid "Selected file. Press tab to access file options."
msgstr "" msgstr ""
"Archivo seleccionado. Pulsa la pestaña para acceder a las opciones del "
"archivo."
#: includes/fields/class-acf-field-color_picker.php:306 #: includes/fields/class-acf-field-color_picker.php:306
msgid "Show Color Wheel" msgid "Show Color Wheel"
msgstr "" msgstr "Mostrar rueda de colores"
#: includes/fields/class-acf-field-color_picker.php:296 #: includes/fields/class-acf-field-color_picker.php:296
msgid "" msgid ""
"Use a custom color palette by entering comma separated hex or rgba values" "Use a custom color palette by entering comma separated hex or rgba values"
msgstr "" msgstr ""
"Utiliza una paleta de colores personalizada introduciendo valores "
"hexadecimales o rgba separados por comas"
#: includes/fields/class-acf-field-color_picker.php:295 #: includes/fields/class-acf-field-color_picker.php:295
msgid "Custom Palette" msgid "Custom Palette"
msgstr "" msgstr "Paleta personalizada"
#: includes/fields/class-acf-field-color_picker.php:275 #: includes/fields/class-acf-field-color_picker.php:275
msgid "Use colors from theme.json" msgid "Use colors from theme.json"
msgstr "" msgstr "Utiliza los colores de theme.json"
#: includes/fields/class-acf-field-color_picker.php:274 #: includes/fields/class-acf-field-color_picker.php:274
msgid "Specify custom colors" msgid "Specify custom colors"
msgstr "" msgstr "Especifica colores personalizados"
#: includes/fields/class-acf-field-color_picker.php:268 #: includes/fields/class-acf-field-color_picker.php:268
msgid "Custom Palette Source" msgid "Custom Palette Source"
msgstr "" msgstr "Fuente de la paleta personalizada"
#: includes/fields/class-acf-field-color_picker.php:250 #: includes/fields/class-acf-field-color_picker.php:250
msgid "Show Custom Palette" msgid "Show Custom Palette"
msgstr "" msgstr "Mostrar paleta personalizada"
#: includes/admin/views/acf-field-group/options.php:272 #: includes/admin/views/acf-field-group/options.php:272
msgid "" msgid ""
"Title shown on the edit screen for the field group meta box to use instead " "Title shown on the edit screen for the field group meta box to use instead "
"of the field group title" "of the field group title"
msgstr "" msgstr ""
"Título mostrado en la pantalla de edición de la caja meta del grupo de "
"campos a utilizar en lugar del título del grupo de campos"
#: includes/admin/views/acf-field-group/options.php:271 #: includes/admin/views/acf-field-group/options.php:271
msgid "Display Title" msgid "Display Title"
msgstr "" msgstr "Visualizar el título"
#: includes/admin/tools/class-acf-admin-tool-import.php:70 #: includes/admin/tools/class-acf-admin-tool-import.php:70
msgid "" msgid ""
"Import JSON containing field groups, post types, or taxonomies (trusted " "Import JSON containing field groups, post types, or taxonomies (trusted "
"sources only)" "sources only)"
msgstr "" msgstr ""
"Importar JSON que contenga grupos de campos, tipos de contenido, o taxonomía "
"(sólo fuentes de confianza)"
#: includes/admin/tools/class-acf-admin-tool-import.php:64 #: includes/admin/tools/class-acf-admin-tool-import.php:64
msgid "Select JSON File" msgid "Select JSON File"
@ -99,6 +109,8 @@ msgid ""
"Choose an ACF JSON file to import. Use only files from trusted sources, then " "Choose an ACF JSON file to import. Use only files from trusted sources, then "
"click Import." "click Import."
msgstr "" msgstr ""
"Elige un archivo ACF JSON para importar. Utiliza sólo archivos de fuentes "
"fiables y, a continuación, haz clic en importar."
#: includes/fields/class-acf-field-date_picker.php:244 #: includes/fields/class-acf-field-date_picker.php:244
#: includes/fields/class-acf-field-date_time_picker.php:231 #: includes/fields/class-acf-field-date_time_picker.php:231

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: es_MX\n" "Language: es_MX\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: fa_AF\n" "Language: fa_AF\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: fa_IR\n" "Language: fa_IR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: fi\n" "Language: fi\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: fr_CA\n" "Language: fr_CA\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: fr_FR\n" "Language: fr_FR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: gl_ES\n" "Language: gl_ES\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: gu\n" "Language: gu\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: he_IL\n" "Language: he_IL\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: hr\n" "Language: hr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: hu_HU\n" "Language: hu_HU\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: id_ID\n" "Language: id_ID\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: it_IT\n" "Language: it_IT\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -23,7 +23,7 @@ msgstr ""
#: includes/fields/class-acf-field-image.php:144 #: includes/fields/class-acf-field-image.php:144
msgid "Remove image" msgid "Remove image"
msgstr "" msgstr "Rimuovi l'immagine"
#: includes/fields/class-acf-field-image.php:142 #: includes/fields/class-acf-field-image.php:142
msgid "Edit image" msgid "Edit image"
@ -35,11 +35,11 @@ msgstr ""
#: includes/fields/class-acf-field-file.php:161 #: includes/fields/class-acf-field-file.php:161
msgid "Remove file" msgid "Remove file"
msgstr "" msgstr "Rimuovi il file"
#: includes/fields/class-acf-field-file.php:159 #: includes/fields/class-acf-field-file.php:159
msgid "Edit file" msgid "Edit file"
msgstr "" msgstr "Modifica il file"
#: includes/fields/class-acf-field-file.php:140 #: includes/fields/class-acf-field-file.php:140
msgid "Selected file. Press tab to access file options." msgid "Selected file. Press tab to access file options."
@ -92,7 +92,7 @@ msgstr ""
#: includes/admin/tools/class-acf-admin-tool-import.php:64 #: includes/admin/tools/class-acf-admin-tool-import.php:64
msgid "Select JSON File" msgid "Select JSON File"
msgstr "" msgstr "Seleziona il file JSON"
#: includes/admin/tools/class-acf-admin-tool-import.php:56 #: includes/admin/tools/class-acf-admin-tool-import.php:56
msgid "" msgid ""

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-03T15:31:58+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: ja\n" "Language: ja\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -23,66 +23,72 @@ msgstr ""
#: includes/fields/class-acf-field-image.php:144 #: includes/fields/class-acf-field-image.php:144
msgid "Remove image" msgid "Remove image"
msgstr "" msgstr "画像を削除"
#: includes/fields/class-acf-field-image.php:142 #: includes/fields/class-acf-field-image.php:142
msgid "Edit image" msgid "Edit image"
msgstr "" msgstr "画像を編集"
#: includes/fields/class-acf-field-image.php:138 #: includes/fields/class-acf-field-image.php:138
msgid "Selected image. Press tab to access image options." msgid "Selected image. Press tab to access image options."
msgstr "" msgstr "選択した画像。Tab キーを押して画像オプションにアクセスします。"
#: includes/fields/class-acf-field-file.php:161 #: includes/fields/class-acf-field-file.php:161
msgid "Remove file" msgid "Remove file"
msgstr "" msgstr "ファイルを削除"
#: includes/fields/class-acf-field-file.php:159 #: includes/fields/class-acf-field-file.php:159
msgid "Edit file" msgid "Edit file"
msgstr "" msgstr "ファイルを編集"
#: includes/fields/class-acf-field-file.php:140 #: includes/fields/class-acf-field-file.php:140
msgid "Selected file. Press tab to access file options." msgid "Selected file. Press tab to access file options."
msgstr "" msgstr ""
"選択したファイル。ファイルオプションにアクセスするには Tab キーを押してくださ"
"い。"
#: includes/fields/class-acf-field-color_picker.php:306 #: includes/fields/class-acf-field-color_picker.php:306
msgid "Show Color Wheel" msgid "Show Color Wheel"
msgstr "" msgstr "カラーホイールを表示"
#: includes/fields/class-acf-field-color_picker.php:296 #: includes/fields/class-acf-field-color_picker.php:296
msgid "" msgid ""
"Use a custom color palette by entering comma separated hex or rgba values" "Use a custom color palette by entering comma separated hex or rgba values"
msgstr "" msgstr ""
"カンマ区切りの16進数または RGBA 値を入力してカスタムカラーパレットを使用しま"
"す"
#: includes/fields/class-acf-field-color_picker.php:295 #: includes/fields/class-acf-field-color_picker.php:295
msgid "Custom Palette" msgid "Custom Palette"
msgstr "" msgstr "カスタムパレット"
#: includes/fields/class-acf-field-color_picker.php:275 #: includes/fields/class-acf-field-color_picker.php:275
msgid "Use colors from theme.json" msgid "Use colors from theme.json"
msgstr "" msgstr "theme.json の色を使用する"
#: includes/fields/class-acf-field-color_picker.php:274 #: includes/fields/class-acf-field-color_picker.php:274
msgid "Specify custom colors" msgid "Specify custom colors"
msgstr "" msgstr "カスタムカラーを指定する"
#: includes/fields/class-acf-field-color_picker.php:268 #: includes/fields/class-acf-field-color_picker.php:268
msgid "Custom Palette Source" msgid "Custom Palette Source"
msgstr "" msgstr "カスタムパレットソース"
#: includes/fields/class-acf-field-color_picker.php:250 #: includes/fields/class-acf-field-color_picker.php:250
msgid "Show Custom Palette" msgid "Show Custom Palette"
msgstr "" msgstr "カスタムパレットを表示"
#: includes/admin/views/acf-field-group/options.php:272 #: includes/admin/views/acf-field-group/options.php:272
msgid "" msgid ""
"Title shown on the edit screen for the field group meta box to use instead " "Title shown on the edit screen for the field group meta box to use instead "
"of the field group title" "of the field group title"
msgstr "" msgstr ""
"フィールドグループのタイトルの代わりに使用する、フィールドグループメタボック"
"スの編集画面に表示されるタイトル"
#: includes/admin/views/acf-field-group/options.php:271 #: includes/admin/views/acf-field-group/options.php:271
msgid "Display Title" msgid "Display Title"
msgstr "" msgstr "タイトルを表示"
#: includes/admin/tools/class-acf-admin-tool-import.php:70 #: includes/admin/tools/class-acf-admin-tool-import.php:70
msgid "" msgid ""
@ -169,7 +175,7 @@ msgstr ""
#: includes/validation.php:154 #: includes/validation.php:154
msgid "Learn more" msgid "Learn more"
msgstr "" msgstr "さらに詳しく"
#: includes/validation.php:143 #: includes/validation.php:143
msgid "" msgid ""
@ -231,7 +237,7 @@ msgstr ""
#: includes/fields/class-acf-field.php:355 #: includes/fields/class-acf-field.php:355
msgid "Learn more." msgid "Learn more."
msgstr "" msgstr "さらに詳しく。"
#. translators: %s A "Learn More" link to documentation explaining the setting #. translators: %s A "Learn More" link to documentation explaining the setting
#. further. #. further.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -12,7 +12,7 @@
# This file is distributed under the same license as Advanced Custom Fields. # This file is distributed under the same license as Advanced Custom Fields.
msgid "" msgid ""
msgstr "" msgstr ""
"PO-Revision-Date: 2025-10-28T18:19:16+00:00\n" "PO-Revision-Date: 2025-12-02T21:57:34+00:00\n"
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
"Language: ko_KR\n" "Language: ko_KR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -4997,7 +4997,7 @@ msgstr "프레젠테이션"
#: includes/fields.php:393 #: includes/fields.php:393
msgid "Validation" msgid "Validation"
msgstr "확인" msgstr "검증"
#: includes/acf-internal-post-type-functions.php:508 #: includes/acf-internal-post-type-functions.php:508
#: includes/acf-internal-post-type-functions.php:537 includes/fields.php:392 #: includes/acf-internal-post-type-functions.php:537 includes/fields.php:392
@ -5242,7 +5242,7 @@ msgstr "테마에 있음: %s"
#: includes/admin/post-types/admin-field-groups.php:240 #: includes/admin/post-types/admin-field-groups.php:240
msgid "Various" msgid "Various"
msgstr "다양한" msgstr "여러 가지"
#: includes/admin/admin-internal-post-type-list.php:230 #: includes/admin/admin-internal-post-type-list.php:230
#: includes/admin/admin-internal-post-type-list.php:503 #: includes/admin/admin-internal-post-type-list.php:503
@ -6195,7 +6195,7 @@ msgstr "업데이트"
#: includes/forms/form-front.php:71 #: includes/forms/form-front.php:71
msgid "Validate Email" msgid "Validate Email"
msgstr "이매일 확인하기" msgstr "이메일 유효성 검사"
#: includes/fields.php:336 includes/forms/form-front.php:63 #: includes/fields.php:336 includes/forms/form-front.php:63
msgid "Content" msgid "Content"
@ -7443,7 +7443,7 @@ msgstr "URL 입력"
#: includes/fields/class-acf-field-oembed.php:30 #: includes/fields/class-acf-field-oembed.php:30
msgid "oEmbed" msgid "oEmbed"
msgstr "포함" msgstr "oEmbed"
#: includes/fields/class-acf-field-true_false.php:181 #: includes/fields/class-acf-field-true_false.php:181
msgid "Text shown when inactive" msgid "Text shown when inactive"
@ -7549,7 +7549,7 @@ msgstr "지도 높이 맞춤설정"
#: includes/fields/class-acf-field-image.php:294 #: includes/fields/class-acf-field-image.php:294
#: includes/fields/class-acf-field-oembed.php:261 #: includes/fields/class-acf-field-oembed.php:261
msgid "Height" msgid "Height"
msgstr "" msgstr "높이"
#: includes/fields/class-acf-field-google-map.php:218 #: includes/fields/class-acf-field-google-map.php:218
msgid "Set the initial zoom level" msgid "Set the initial zoom level"

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More