Updates to 6.2.3
This commit is contained in:
parent
cb3352093e
commit
61bf366867
4
acf.php
4
acf.php
|
|
@ -9,7 +9,7 @@
|
|||
* Plugin Name: Advanced Custom Fields PRO
|
||||
* Plugin URI: https://www.advancedcustomfields.com
|
||||
* Description: Customize WordPress with powerful, professional and intuitive fields.
|
||||
* Version: 6.2.2
|
||||
* Version: 6.2.3
|
||||
* Author: WP Engine
|
||||
* 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
|
||||
|
|
@ -36,7 +36,7 @@ if ( ! class_exists( 'ACF' ) ) {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $version = '6.2.2';
|
||||
public $version = '6.2.3';
|
||||
|
||||
/**
|
||||
* The plugin settings array.
|
||||
|
|
|
|||
|
|
@ -89,6 +89,11 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
#acf-field-group-fields .li-field-type .acf-pro-label-field-type {
|
||||
margin-left: 5px;
|
||||
display: inline;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
#acf-field-group-fields .li-field-order {
|
||||
width: 64px;
|
||||
justify-content: center;
|
||||
|
|
@ -165,14 +170,13 @@
|
|||
#acf-field-group-fields .acf-field-list .acf-tbody > .li-field-key {
|
||||
align-items: flex-start;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.copy-unsupported) {
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.input-copyable, .copy-unsupported) {
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.copy-unsupported):hover:after {
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.input-copyable, .copy-unsupported):hover:after {
|
||||
content: "";
|
||||
display: block;
|
||||
padding-left: 5px;
|
||||
display: inline-flex;
|
||||
width: 12px;
|
||||
|
|
@ -193,7 +197,56 @@
|
|||
mask-image: url("../../images/icons/icon-copy.svg");
|
||||
background-size: cover;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.copy-unsupported).copied:hover:after {
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.input-copyable, .copy-unsupported).sub-label {
|
||||
padding-right: 22px;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.input-copyable, .copy-unsupported).sub-label:hover {
|
||||
padding-right: 0;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.input-copyable, .copy-unsupported).sub-label:hover:after {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable:not(.input-copyable, .copy-unsupported).copied:hover:after {
|
||||
-webkit-mask-image: url("../../images/icons/icon-check-circle-solid.svg");
|
||||
mask-image: url("../../images/icons/icon-check-circle-solid.svg");
|
||||
background-color: #49ad52;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable.input-copyable:not(.copy-unsupported) {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
position: relative;
|
||||
align-items: center;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable.input-copyable:not(.copy-unsupported) input {
|
||||
padding-right: 40px;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable.input-copyable:not(.copy-unsupported) .acf-input-wrap:after {
|
||||
content: "";
|
||||
padding-left: 5px;
|
||||
right: 12px;
|
||||
top: 12px;
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-color: #98A2B3;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
-webkit-mask-size: contain;
|
||||
mask-size: contain;
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
mask-repeat: no-repeat;
|
||||
-webkit-mask-position: center;
|
||||
mask-position: center;
|
||||
text-indent: 500%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
-webkit-mask-image: url("../../images/icons/icon-copy.svg");
|
||||
mask-image: url("../../images/icons/icon-copy.svg");
|
||||
background-size: cover;
|
||||
}
|
||||
#acf-field-group-fields .acf-field-list .copyable.input-copyable:not(.copy-unsupported).copied .acf-input-wrap:after {
|
||||
-webkit-mask-image: url("../../images/icons/icon-check-circle-solid.svg");
|
||||
mask-image: url("../../images/icons/icon-check-circle-solid.svg");
|
||||
background-color: #49ad52;
|
||||
|
|
@ -2961,9 +3014,11 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
|||
padding-left: 32px;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: left;
|
||||
background-color: #F9FAFB;
|
||||
border-radius: 8px 8px 0px 0px;
|
||||
display: flex;
|
||||
min-height: 64px;
|
||||
margin-bottom: 0px;
|
||||
padding-right: 24px;
|
||||
|
|
@ -2972,6 +3027,27 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
|||
min-height: 64px;
|
||||
padding-left: 24px;
|
||||
display: flex;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head .acf-fc-layout-name {
|
||||
min-width: 0;
|
||||
color: #98A2B3;
|
||||
padding-left: 8px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head .acf-fc-layout-name.copyable:not(.input-copyable, .copy-unsupported):hover:after {
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
}
|
||||
@media screen and (max-width: 880px) {
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head .acf-fc-layout-name {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head .acf-fc-layout-name span {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head span.toggle-indicator {
|
||||
pointer-events: none;
|
||||
|
|
@ -2981,7 +3057,21 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
|||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head label:before {
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head label.acf-fc-layout-name {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@media screen and (max-width: 880px) {
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head label.acf-fc-layout-name {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head label.acf-fc-layout-name span.acf-fc-layout-name {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
height: 22px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head label.acf-fc-layout-label:before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 20px;
|
||||
|
|
@ -2997,13 +3087,15 @@ html[dir=rtl] .acf-field-object.open > .handle {
|
|||
-webkit-mask-position: center;
|
||||
mask-position: center;
|
||||
}
|
||||
.rtl.post-type-acf-field-group .acf-field-settings-fc_head label:before {
|
||||
.rtl.post-type-acf-field-group .acf-field-settings-fc_head label.acf-fc-layout-label:before {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head .acf-fl-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
margin-left: auto;
|
||||
}
|
||||
.post-type-acf-field-group .acf-field-settings-fc_head .acf-fl-actions .acf-fc-add-layout {
|
||||
margin-left: 10px;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -2122,6 +2122,19 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
|
|||
.acf-admin-page #lost-connection-notice:after {
|
||||
background-color: #D13737;
|
||||
}
|
||||
.acf-admin-page .notice.notice-warning {
|
||||
background: linear-gradient(0deg, rgba(247, 144, 9, 0.08), rgba(247, 144, 9, 0.08)), #FFFFFF;
|
||||
border: 1px solid rgba(247, 144, 9, 0.32);
|
||||
color: #344054;
|
||||
}
|
||||
.acf-admin-page .notice.notice-warning:before {
|
||||
-webkit-mask-image: url("../../images/icons/icon-alert-triangle.svg");
|
||||
mask-image: url("../../images/icons/icon-alert-triangle.svg");
|
||||
background: #f56e28;
|
||||
}
|
||||
.acf-admin-page .notice.notice-warning:after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.acf-admin-single-taxonomy .notice-success .acf-item-saved-text,
|
||||
.acf-admin-single-post-type .notice-success .acf-item-saved-text,
|
||||
|
|
@ -4521,6 +4534,9 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
|
|||
* Hide WP default controls
|
||||
*
|
||||
*---------------------------------------------------------------------------------------------*/
|
||||
.acf-admin-page #wpbody-content > .notice:not(.inline, .below-h2) {
|
||||
display: none;
|
||||
}
|
||||
.acf-admin-page h1.wp-heading-inline {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -4737,14 +4753,18 @@ html[dir=rtl] .acf-table > tbody > tr > td.order + td {
|
|||
transition: all 0.2s ease-in-out;
|
||||
transition-property: background, border, box-shadow;
|
||||
}
|
||||
.acf-btn:disabled {
|
||||
background-color: red;
|
||||
}
|
||||
.acf-btn:hover {
|
||||
background-color: #066998;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
.acf-btn:disabled, .acf-btn.disabled {
|
||||
background-color: #F2F4F7;
|
||||
border-color: #EAECF0;
|
||||
color: #98A2B3 !important;
|
||||
transition: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
.acf-btn.acf-btn-sm {
|
||||
min-height: 32px;
|
||||
padding-top: 4px;
|
||||
|
|
@ -5112,7 +5132,7 @@ h3.acf-sub-field-list-title:before,
|
|||
mask-image: url("../../images/icons/icon-post-type.svg");
|
||||
}
|
||||
|
||||
.acf-field-setting-fc_layout .acf-field-settings-fc_head:hover .reorder-layout:before {
|
||||
.acf-field-setting-fc_layout .acf-field-settings-fc_head .acf-fc_draggable:hover .reorder-layout:before {
|
||||
width: 20px;
|
||||
height: 11px;
|
||||
background-color: #475467 !important;
|
||||
|
|
@ -5670,32 +5690,49 @@ h3.acf-sub-field-list-title:before,
|
|||
padding: 24px;
|
||||
margin: 0;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form,
|
||||
#acf-license-information .inner .acf-retry-activation {
|
||||
padding: 0 24px 24px 24px;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form {
|
||||
padding: 24px;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form .acf-manage-license-btn {
|
||||
#acf-license-information .inner .acf-activation-form.acf-retry-activation,
|
||||
#acf-license-information .inner .acf-retry-activation.acf-retry-activation {
|
||||
padding-top: 0;
|
||||
min-height: 40px;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form.acf-retry-activation .acf-recheck-license.acf-btn,
|
||||
#acf-license-information .inner .acf-retry-activation.acf-retry-activation .acf-recheck-license.acf-btn {
|
||||
float: none;
|
||||
line-height: initial;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form.acf-retry-activation .acf-recheck-license.acf-btn i,
|
||||
#acf-license-information .inner .acf-retry-activation.acf-retry-activation .acf-recheck-license.acf-btn i {
|
||||
display: none;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form .acf-manage-license-btn,
|
||||
#acf-license-information .inner .acf-retry-activation .acf-manage-license-btn {
|
||||
float: right;
|
||||
line-height: 40px;
|
||||
align-items: center;
|
||||
display: inline-flex;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form .acf-manage-license-btn.acf-renew-subscription {
|
||||
#acf-license-information .inner .acf-activation-form .acf-manage-license-btn.acf-renew-subscription,
|
||||
#acf-license-information .inner .acf-retry-activation .acf-manage-license-btn.acf-renew-subscription {
|
||||
float: none;
|
||||
line-height: initial;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form .acf-manage-license-btn i {
|
||||
#acf-license-information .inner .acf-activation-form .acf-manage-license-btn i,
|
||||
#acf-license-information .inner .acf-retry-activation .acf-manage-license-btn i {
|
||||
margin: 0 0 0 5px;
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form .acf-recheck-license {
|
||||
#acf-license-information .inner .acf-activation-form .acf-recheck-license,
|
||||
#acf-license-information .inner .acf-retry-activation .acf-recheck-license {
|
||||
float: right;
|
||||
line-height: 40px;
|
||||
}
|
||||
#acf-license-information .inner .acf-activation-form .acf-recheck-license i {
|
||||
#acf-license-information .inner .acf-activation-form .acf-recheck-license i,
|
||||
#acf-license-information .inner .acf-retry-activation .acf-recheck-license i {
|
||||
margin-right: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -175,15 +175,15 @@ body.acf-keydown-shift .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.
|
|||
.acf-repeater.-max .acf-icon[data-event=add-row] {
|
||||
display: none !important;
|
||||
}
|
||||
.acf-repeater .acf-actions .acf-button {
|
||||
.acf-repeater > .acf-actions .acf-button {
|
||||
float: right;
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
.acf-repeater .acf-actions .acf-tablenav {
|
||||
.acf-repeater > .acf-actions .acf-tablenav {
|
||||
float: right;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.acf-repeater .acf-actions .acf-tablenav .current-page {
|
||||
.acf-repeater > .acf-actions .acf-tablenav .current-page {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_browse-fields-modal.js":
|
||||
/*!******************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_browse-fields-modal.js ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
|
|
@ -284,7 +284,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!************************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-compatibility.js ***!
|
||||
\************************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var _acf = acf.getCompatibility(acf);
|
||||
|
|
@ -509,7 +509,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!*********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-conditions.js ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -882,7 +882,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-field.js ***!
|
||||
\****************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.FieldObject = acf.Model.extend({
|
||||
|
|
@ -1216,11 +1216,19 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
},
|
||||
onClickCopy: function (e) {
|
||||
e.stopPropagation();
|
||||
if (!navigator.clipboard) return;
|
||||
navigator.clipboard.writeText($(e.target).text()).then(() => {
|
||||
$(e.target).addClass('copied');
|
||||
if (!navigator.clipboard || $(e.target).is('input')) return;
|
||||
|
||||
// Find the value to copy depending on input or text elements.
|
||||
let copyValue;
|
||||
if ($(e.target).hasClass('acf-input-wrap')) {
|
||||
copyValue = $(e.target).find('input').first().val();
|
||||
} else {
|
||||
copyValue = $(e.target).text();
|
||||
}
|
||||
navigator.clipboard.writeText(copyValue).then(() => {
|
||||
$(e.target).closest('.copyable').addClass('copied');
|
||||
setTimeout(function () {
|
||||
$(e.target).removeClass('copied');
|
||||
$(e.target).closest('.copyable').removeClass('copied');
|
||||
}, 2000);
|
||||
});
|
||||
},
|
||||
|
|
@ -1805,7 +1813,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!*****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-fields.js ***!
|
||||
\*****************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -2268,7 +2276,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-locations.js ***!
|
||||
\********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -2401,7 +2409,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!*******************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group-settings.js ***!
|
||||
\*******************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -2688,7 +2696,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!**********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_field-group.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -2992,12 +3000,12 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|||
/*!*******************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
||||
\*******************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _defineProperty; }
|
||||
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
|
||||
|
||||
|
|
@ -3022,12 +3030,12 @@ function _defineProperty(obj, key, value) {
|
|||
/*!****************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
||||
\****************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _toPrimitive; }
|
||||
/* harmony export */ "default": () => (/* binding */ _toPrimitive)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
|
||||
|
||||
|
|
@ -3048,12 +3056,12 @@ function _toPrimitive(input, hint) {
|
|||
/*!******************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
||||
\******************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _toPropertyKey; }
|
||||
/* harmony export */ "default": () => (/* binding */ _toPropertyKey)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
|
||||
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "./node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
|
||||
|
|
@ -3070,12 +3078,12 @@ function _toPropertyKey(arg) {
|
|||
/*!***********************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
||||
\***********************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _typeof; }
|
||||
/* harmony export */ "default": () => (/* binding */ _typeof)
|
||||
/* harmony export */ });
|
||||
function _typeof(o) {
|
||||
"@babel/helpers - typeof";
|
||||
|
|
@ -3117,49 +3125,49 @@ function _typeof(o) {
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!*************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-field-group.js ***!
|
||||
|
|
@ -3188,7 +3196,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
|
||||
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf-field-group.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_acf-compatibility.js":
|
||||
/*!****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-compatibility.js ***!
|
||||
\****************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -706,7 +706,7 @@
|
|||
/*!******************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-condition-types.js ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var __ = acf.__;
|
||||
|
|
@ -1134,7 +1134,7 @@
|
|||
/*!************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-condition.js ***!
|
||||
\************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
// vars
|
||||
|
|
@ -1385,7 +1385,7 @@
|
|||
/*!*************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-conditions.js ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
// vars
|
||||
|
|
@ -1675,7 +1675,7 @@
|
|||
/*!******************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-accordion.js ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var i = 0;
|
||||
|
|
@ -1906,7 +1906,7 @@
|
|||
/*!*********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-button-group.js ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -1950,7 +1950,7 @@
|
|||
/*!*****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-checkbox.js ***!
|
||||
\*****************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -2054,7 +2054,7 @@
|
|||
/*!*********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-color-picker.js ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -2124,7 +2124,7 @@
|
|||
/*!********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-date-picker.js ***!
|
||||
\********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -2277,7 +2277,7 @@
|
|||
/*!*************************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-date-time-picker.js ***!
|
||||
\*************************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.models.DatePickerField.extend({
|
||||
|
|
@ -2374,7 +2374,7 @@
|
|||
/*!*************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-file.js ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.models.ImageField.extend({
|
||||
|
|
@ -2489,7 +2489,7 @@
|
|||
/*!*******************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-google-map.js ***!
|
||||
\*******************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -3041,7 +3041,7 @@
|
|||
/*!**************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-image.js ***!
|
||||
\**************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -3217,7 +3217,7 @@
|
|||
/*!*************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-link.js ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -3394,7 +3394,7 @@
|
|||
/*!***************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-oembed.js ***!
|
||||
\***************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -3538,7 +3538,7 @@
|
|||
/*!******************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-page-link.js ***!
|
||||
\******************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.models.SelectField.extend({
|
||||
|
|
@ -3553,7 +3553,7 @@
|
|||
/*!********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-post-object.js ***!
|
||||
\********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.models.SelectField.extend({
|
||||
|
|
@ -3568,7 +3568,7 @@
|
|||
/*!**************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-radio.js ***!
|
||||
\**************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -3633,7 +3633,7 @@
|
|||
/*!**************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-range.js ***!
|
||||
\**************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -3674,7 +3674,7 @@
|
|||
/*!*********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-relationship.js ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -4025,7 +4025,7 @@
|
|||
/*!***************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-select.js ***!
|
||||
\***************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -4086,7 +4086,7 @@
|
|||
/*!************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-tab.js ***!
|
||||
\************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
// vars
|
||||
|
|
@ -4585,7 +4585,7 @@
|
|||
/*!*****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-taxonomy.js ***!
|
||||
\*****************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -4869,7 +4869,7 @@
|
|||
/*!********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-time-picker.js ***!
|
||||
\********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.models.DatePickerField.extend({
|
||||
|
|
@ -4944,7 +4944,7 @@
|
|||
/*!*******************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-true-false.js ***!
|
||||
\*******************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -5028,7 +5028,7 @@
|
|||
/*!************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-url.js ***!
|
||||
\************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -5088,7 +5088,7 @@
|
|||
/*!*************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-user.js ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.models.SelectField.extend({
|
||||
|
|
@ -5113,7 +5113,7 @@
|
|||
/*!****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field-wysiwyg.js ***!
|
||||
\****************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -5208,7 +5208,7 @@
|
|||
/*!********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-field.js ***!
|
||||
\********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
// vars
|
||||
|
|
@ -5701,7 +5701,7 @@
|
|||
/*!*********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-fields.js ***!
|
||||
\*********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -6101,7 +6101,7 @@
|
|||
/*!**********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-helpers.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -6477,7 +6477,7 @@
|
|||
/*!********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-media.js ***!
|
||||
\********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -7233,7 +7233,7 @@
|
|||
/*!**********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-postbox.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -7450,7 +7450,7 @@
|
|||
/*!*********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-screen.js ***!
|
||||
\*********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.screen = new acf.Model({
|
||||
|
|
@ -7998,7 +7998,7 @@
|
|||
/*!**********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-select2.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -8786,7 +8786,7 @@
|
|||
/*!**********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-tinymce.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.tinymce = {
|
||||
|
|
@ -9165,7 +9165,7 @@
|
|||
/*!*********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-unload.js ***!
|
||||
\*********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.unload = new acf.Model({
|
||||
|
|
@ -9220,7 +9220,7 @@
|
|||
/*!*************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-validation.js ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -10368,49 +10368,49 @@
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!*******************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-input.js ***!
|
||||
|
|
@ -10530,7 +10530,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
|
||||
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf-input.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_acf-internal-post-type.js":
|
||||
/*!*********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-internal-post-type.js ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -344,49 +344,49 @@
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf-internal-post-type.js ***!
|
||||
|
|
@ -395,7 +395,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
/* harmony import */ var _acf_internal_post_type_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_acf-internal-post-type.js */ "./src/advanced-custom-fields-pro/assets/src/js/_acf-internal-post-type.js");
|
||||
/* harmony import */ var _acf_internal_post_type_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_acf_internal_post_type_js__WEBPACK_IMPORTED_MODULE_0__);
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf-internal-post-type.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/_acf-hooks.js":
|
||||
/*!********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-hooks.js ***!
|
||||
\********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function (window, undefined) {
|
||||
'use strict';
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
/*!********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-modal.js ***!
|
||||
\********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.models.Modal = acf.Model.extend({
|
||||
|
|
@ -360,7 +360,7 @@
|
|||
/*!********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-model.js ***!
|
||||
\********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
// Cached regex to split keys for `addEvent`.
|
||||
|
|
@ -1228,7 +1228,7 @@
|
|||
/*!*********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-notice.js ***!
|
||||
\*********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var Notice = acf.Model.extend({
|
||||
|
|
@ -1345,10 +1345,6 @@
|
|||
initialize: function () {
|
||||
const $notices = $('.acf-admin-notice');
|
||||
$notices.each(function () {
|
||||
// Move to avoid WP flicker.
|
||||
if ($(this).length) {
|
||||
$('h1:first').after($(this));
|
||||
}
|
||||
if ($(this).data('persisted')) {
|
||||
let dismissed = acf.getPreference('dismissed-notices');
|
||||
if (dismissed && typeof dismissed == 'object' && dismissed.includes($(this).data('persist-id'))) {
|
||||
|
|
@ -1376,7 +1372,7 @@
|
|||
/*!********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-panel.js ***!
|
||||
\********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
var panel = new acf.Model({
|
||||
|
|
@ -1410,7 +1406,7 @@
|
|||
/*!********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-popup.js ***!
|
||||
\********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.models.Popup = acf.Model.extend({
|
||||
|
|
@ -1551,7 +1547,7 @@
|
|||
/*!**********************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf-tooltip.js ***!
|
||||
\**********************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.newTooltip = function (props) {
|
||||
|
|
@ -1854,7 +1850,7 @@
|
|||
/*!**************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/_acf.js ***!
|
||||
\**************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
/**
|
||||
|
|
@ -4257,6 +4253,19 @@
|
|||
//$el.data('acf.onFocus', true);
|
||||
};
|
||||
|
||||
/**
|
||||
* Disable form submit buttons
|
||||
*
|
||||
* @since 6.2.3
|
||||
*
|
||||
* @param event e
|
||||
* @returns void
|
||||
*/
|
||||
acf.disableForm = function (e) {
|
||||
// Disable submit button.
|
||||
if (e.submitter) e.submitter.classList.add('disabled');
|
||||
};
|
||||
|
||||
/*
|
||||
* exists
|
||||
*
|
||||
|
|
@ -4392,49 +4401,49 @@
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!*************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/acf.js ***!
|
||||
|
|
@ -4464,7 +4473,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
|
||||
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-blocks.js":
|
||||
/*!*************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-blocks.js ***!
|
||||
\*************************************************************************/
|
||||
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
|
|
@ -1600,7 +1600,7 @@ const md5 = __webpack_require__(/*! md5 */ "./node_modules/md5/md5.js");
|
|||
/*!****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-jsx-names.js ***!
|
||||
\****************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
acf.jsxNameReplacements = {
|
||||
|
|
@ -1914,7 +1914,7 @@ const md5 = __webpack_require__(/*! md5 */ "./node_modules/md5/md5.js");
|
|||
/*!*****************************************!*\
|
||||
!*** ./node_modules/charenc/charenc.js ***!
|
||||
\*****************************************/
|
||||
/***/ (function(module) {
|
||||
/***/ ((module) => {
|
||||
|
||||
var charenc = {
|
||||
// UTF-8 encoding
|
||||
|
|
@ -1957,7 +1957,7 @@ module.exports = charenc;
|
|||
/*!*************************************!*\
|
||||
!*** ./node_modules/crypt/crypt.js ***!
|
||||
\*************************************/
|
||||
/***/ (function(module) {
|
||||
/***/ ((module) => {
|
||||
|
||||
(function() {
|
||||
var base64map
|
||||
|
|
@ -2063,7 +2063,7 @@ module.exports = charenc;
|
|||
/*!*****************************************!*\
|
||||
!*** ./node_modules/is-buffer/index.js ***!
|
||||
\*****************************************/
|
||||
/***/ (function(module) {
|
||||
/***/ ((module) => {
|
||||
|
||||
/*!
|
||||
* Determine if an object is a Buffer
|
||||
|
|
@ -2094,7 +2094,7 @@ function isSlowBuffer (obj) {
|
|||
/*!*********************************!*\
|
||||
!*** ./node_modules/md5/md5.js ***!
|
||||
\*********************************/
|
||||
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
||||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
||||
|
||||
(function(){
|
||||
var crypt = __webpack_require__(/*! crypt */ "./node_modules/crypt/crypt.js"),
|
||||
|
|
@ -2264,7 +2264,7 @@ function isSlowBuffer (obj) {
|
|||
/*!*****************************************************!*\
|
||||
!*** ./node_modules/react/cjs/react.development.js ***!
|
||||
\*****************************************************/
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
/***/ ((module, exports, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
/* module decorator */ module = __webpack_require__.nmd(module);
|
||||
|
|
@ -5015,7 +5015,7 @@ if (
|
|||
/*!*************************************!*\
|
||||
!*** ./node_modules/react/index.js ***!
|
||||
\*************************************/
|
||||
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
||||
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
|
@ -5031,12 +5031,12 @@ if (false) {} else {
|
|||
/*!*******************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
||||
\*******************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _defineProperty; }
|
||||
/* harmony export */ "default": () => (/* binding */ _defineProperty)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
|
||||
|
||||
|
|
@ -5061,12 +5061,12 @@ function _defineProperty(obj, key, value) {
|
|||
/*!****************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
||||
\****************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _toPrimitive; }
|
||||
/* harmony export */ "default": () => (/* binding */ _toPrimitive)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
|
||||
|
||||
|
|
@ -5087,12 +5087,12 @@ function _toPrimitive(input, hint) {
|
|||
/*!******************************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
||||
\******************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _toPropertyKey; }
|
||||
/* harmony export */ "default": () => (/* binding */ _toPropertyKey)
|
||||
/* harmony export */ });
|
||||
/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
|
||||
/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "./node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
|
||||
|
|
@ -5109,12 +5109,12 @@ function _toPropertyKey(arg) {
|
|||
/*!***********************************************************!*\
|
||||
!*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
||||
\***********************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
||||
/* harmony export */ "default": function() { return /* binding */ _typeof; }
|
||||
/* harmony export */ "default": () => (/* binding */ _typeof)
|
||||
/* harmony export */ });
|
||||
function _typeof(o) {
|
||||
"@babel/helpers - typeof";
|
||||
|
|
@ -5159,58 +5159,58 @@ function _typeof(o) {
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/node module decorator */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.nmd = function(module) {
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.nmd = (module) => {
|
||||
/******/ module.paths = [];
|
||||
/******/ if (!module.children) module.children = [];
|
||||
/******/ return module;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!****************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-blocks.js ***!
|
||||
|
|
@ -5221,7 +5221,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
/* harmony import */ var _acf_blocks_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./_acf-blocks.js */ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-blocks.js");
|
||||
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf-pro-blocks.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-clone.js":
|
||||
/*!********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-clone.js ***!
|
||||
\********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($) {
|
||||
/**
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
/*!*******************************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-flexible-content.js ***!
|
||||
\*******************************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($) {
|
||||
/**
|
||||
|
|
@ -172,11 +172,13 @@
|
|||
name: 'fc_layout',
|
||||
events: {
|
||||
'blur .layout-label': 'onChangeLabel',
|
||||
'blur .layout-name': 'onChangeName',
|
||||
'click .add-layout': 'onClickAdd',
|
||||
'click .acf-field-settings-fc_head': 'onClickEdit',
|
||||
'click .acf-field-setting-fc-duplicate': 'onClickDuplicate',
|
||||
'click .acf-field-setting-fc-delete': 'onClickDelete',
|
||||
'changed:layoutLabel': 'updateLayoutTitles'
|
||||
'changed:layoutLabel': 'updateLayoutTitles',
|
||||
'changed:layoutName': 'updateLayoutTitles'
|
||||
},
|
||||
$input: function (name) {
|
||||
return $('#' + this.getInputId() + '-' + name);
|
||||
|
|
@ -193,7 +195,7 @@
|
|||
parent: this.$el
|
||||
});
|
||||
},
|
||||
// get imediate children
|
||||
// get immediate children
|
||||
getChildren: function () {
|
||||
return acf.getFieldObjects({
|
||||
list: this.$list()
|
||||
|
|
@ -227,14 +229,22 @@
|
|||
},
|
||||
updateLayoutTitles: function () {
|
||||
const label = this.get('layoutLabel');
|
||||
const parentLabel = this.$el.find('> .acf-label .acf-fc-layout-name');
|
||||
const name = this.get('layoutName');
|
||||
const $layoutHeaderLabelText = this.$el.find('> .acf-label .acf-fc-layout-label');
|
||||
if (label) {
|
||||
parentLabel.html(label);
|
||||
$layoutHeaderLabelText.html(label);
|
||||
}
|
||||
const $layoutHeaderNameText = this.$el.find('> .acf-label .acf-fc-layout-name span');
|
||||
if (name) {
|
||||
$layoutHeaderNameText.html(name);
|
||||
$layoutHeaderNameText.parent().css('display', '');
|
||||
} else {
|
||||
$layoutHeaderNameText.parent().css('display', 'none');
|
||||
}
|
||||
},
|
||||
onClickEdit: function (e) {
|
||||
const $target = $(e.target);
|
||||
if ($target.hasClass('acf-btn') || $target.parent().hasClass('acf-btn')) {
|
||||
if ($target.hasClass('acf-btn') || $target.hasClass('copyable') || $target.parent().hasClass('acf-btn') || $target.parent().hasClass('copyable')) {
|
||||
return;
|
||||
}
|
||||
this.isOpen() ? this.close() : this.open();
|
||||
|
|
@ -290,8 +300,14 @@
|
|||
// render name
|
||||
if ($name.val() == '') {
|
||||
acf.val($name, acf.strSanitize(label));
|
||||
this.$el.find('.layout-name').trigger('blur');
|
||||
}
|
||||
},
|
||||
onChangeName: function (e, $el) {
|
||||
var name = $el.val();
|
||||
this.set('layoutName', name);
|
||||
this.$el.attr('data-layout-name', name);
|
||||
},
|
||||
onClickAdd: function (e, $el) {
|
||||
e.preventDefault();
|
||||
var prevKey = this.get('id');
|
||||
|
|
@ -313,8 +329,9 @@
|
|||
|
||||
// reset layout meta values
|
||||
$el2.attr('data-layout-label', '');
|
||||
$el2.attr('data-layout-name', '');
|
||||
$el2.find('.acf-fc-meta input').val('');
|
||||
$el2.find('.acf-fc-layout-name').html(acf.__('Layout'));
|
||||
$el2.find('label.acf-fc-layout-label').html(acf.__('Layout'));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -368,6 +385,41 @@
|
|||
// get layout
|
||||
var layout = acf.getFieldSetting($layout);
|
||||
|
||||
// get current label/names so we can prepare to append 'copy'
|
||||
var label = layout.get('layoutLabel');
|
||||
var name = layout.get('layoutName');
|
||||
var end = name.split('_').pop();
|
||||
var copy = acf.__('copy');
|
||||
|
||||
// increase suffix "1"
|
||||
if (acf.isNumeric(end)) {
|
||||
var i = end * 1 + 1;
|
||||
label = label.replace(end, i);
|
||||
name = name.replace(end, i);
|
||||
|
||||
// increase suffix "(copy1)"
|
||||
} else if (end.indexOf(copy) === 0) {
|
||||
var i = end.replace(copy, '') * 1;
|
||||
i = i ? i + 1 : 2;
|
||||
|
||||
// replace
|
||||
label = label.replace(end, copy + i);
|
||||
name = name.replace(end, copy + i);
|
||||
|
||||
// add default "(copy)"
|
||||
} else {
|
||||
label += ' (' + copy + ')';
|
||||
name += '_' + copy;
|
||||
}
|
||||
|
||||
// update inputs and data attributes which will trigger header label updates too.
|
||||
layout.$input('label').val(label);
|
||||
layout.set('layoutLabel', label);
|
||||
layout.$el.attr('data-layout-label', label);
|
||||
layout.$input('name').val(name);
|
||||
layout.set('layoutName', name);
|
||||
layout.$el.attr('data-layout-name', name);
|
||||
|
||||
// update hidden input
|
||||
layout.$input('key').val(newKey);
|
||||
!this.isOpen() ? this.open(layout.$el, true) : layout.$el.find('.layout-label').trigger('focus');
|
||||
|
|
@ -470,7 +522,7 @@
|
|||
/*!***********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-setting-repeater.js ***!
|
||||
\***********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($) {
|
||||
/*
|
||||
|
|
@ -556,49 +608,49 @@
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!*********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-field-group.js ***!
|
||||
|
|
@ -613,7 +665,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
|
||||
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf-pro-field-group.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-flexible-content.js":
|
||||
/*!*****************************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-flexible-content.js ***!
|
||||
\*****************************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -592,7 +592,7 @@
|
|||
/*!********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-gallery.js ***!
|
||||
\********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -1157,7 +1157,7 @@
|
|||
/*!*********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-field-repeater.js ***!
|
||||
\*********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($) {
|
||||
var Field = acf.Field.extend({
|
||||
|
|
@ -2034,49 +2034,49 @@
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!***************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-input.js ***!
|
||||
|
|
@ -2091,7 +2091,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
|
||||
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf-pro-input.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,11 +1,11 @@
|
|||
/******/ (function() { // webpackBootstrap
|
||||
/******/ (() => { // webpackBootstrap
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-ui-options-page.js":
|
||||
/*!**********************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-ui-options-page.js ***!
|
||||
\**********************************************************************************/
|
||||
/***/ (function() {
|
||||
/***/ (() => {
|
||||
|
||||
(function ($, undefined) {
|
||||
const parentPageSelectTemplate = function (selection) {
|
||||
|
|
@ -202,49 +202,49 @@
|
|||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/compat get default export */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ __webpack_require__.n = (module) => {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function() { return module['default']; } :
|
||||
/******/ function() { return module; };
|
||||
/******/ () => (module['default']) :
|
||||
/******/ () => (module);
|
||||
/******/ __webpack_require__.d(getter, { a: getter });
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/define property getters */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define getter functions for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, definition) {
|
||||
/******/ __webpack_require__.d = (exports, definition) => {
|
||||
/******/ for(var key in definition) {
|
||||
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
||||
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
||||
/******/ }();
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ (() => {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ __webpack_require__.r = (exports) => {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/ })();
|
||||
/******/
|
||||
/************************************************************************/
|
||||
var __webpack_exports__ = {};
|
||||
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
||||
!function() {
|
||||
(() => {
|
||||
"use strict";
|
||||
/*!*************************************************************************************!*\
|
||||
!*** ./src/advanced-custom-fields-pro/assets/src/js/pro/acf-pro-ui-options-page.js ***!
|
||||
|
|
@ -253,7 +253,8 @@ __webpack_require__.r(__webpack_exports__);
|
|||
/* harmony import */ var _acf_ui_options_page__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./_acf-ui-options-page */ "./src/advanced-custom-fields-pro/assets/src/js/pro/_acf-ui-options-page.js");
|
||||
/* harmony import */ var _acf_ui_options_page__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_acf_ui_options_page__WEBPACK_IMPORTED_MODULE_0__);
|
||||
|
||||
}();
|
||||
})();
|
||||
|
||||
/******/ })()
|
||||
;
|
||||
//# sourceMappingURL=acf-pro-ui-options-page.js.map
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
|||
!function(){var e={412:function(){!function(e,t){const a=function(t){return void 0===t.element?t:t.children&&"None"===t.text?void 0:("acfOptionsPages"===t.text&&(t.text=acf.__("Options Pages")),e('<span class="acf-selection"></span>').data("element",t.element).html(acf.escHtml(t.text)))},n=function(t){if(void 0===t.element)return t;const a=e('<span class="acf-selection"></span>');return a.html(acf.escHtml(t.element.innerHTML)),"options"!==t.id&&"edit_posts"!==t.id||a.append('<span class="acf-select2-default-pill">'+acf.__("Default")+"</span>"),a.data("element",t.element),a};new acf.Model({id:"UIOptionsPageManager",wait:"ready",events:{"change .acf-options-page-parent_slug":"toggleMenuPositionDesc"},initialize:function(){"ui_options_page"===acf.get("screen")&&(acf.newSelect2(e("select.acf-options-page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),acf.newSelect2(e("select.acf-options-page-capability"),{field:!1,templateSelection:n,templateResult:n}),acf.newSelect2(e("select.acf-options-page-data_storage"),{field:!1,templateSelection:n,templateResult:n}),this.toggleMenuPositionDesc())},toggleMenuPositionDesc:function(t,a){"none"===e("select.acf-options-page-parent_slug").val()?(e(".acf-menu-position-desc-child").hide(),e(".acf-menu-position-desc-parent").show()):(e(".acf-menu-position-desc-parent").hide(),e(".acf-menu-position-desc-child").show())}}),new acf.Model({id:"optionsPageModalManager",events:{"change .location-rule-value":"createOptionsPage"},createOptionsPage:function(t){const n=e(t.target);if("add_new_options_page"!==n.val())return;let o=!1;const c=function(t){o=acf.newPopup({title:t.data.title,content:t.data.content,width:"600px"}),o.$el.addClass("acf-create-options-page-popup");const n=o.$el.find("#acf_ui_options_page-page_title"),c=n.val();n.focus().val("").val(c),acf.newSelect2(e("#acf_ui_options_page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),o.on("submit","form",s)},s=function(t){t.preventDefault(),acf.validateForm({form:e("#acf-create-options-page-form"),success:i,failure:l})},i=function(){const t=e("#acf-create-options-page-form").serializeArray(),a={action:"acf/create_options_page"};t.forEach((e=>{a[e.name]=e.value})),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:r})},l=function(t){const a=e("#acf-create-options-page-form"),n=a.find(".acf-field .acf-error-message");a.find(".acf-notice").first().remove(),n.each((function(){const t=e(this).closest(".acf-field").find(".acf-label:first");e(this).attr("class","acf-options-page-modal-error").appendTo(t)}))},r=function(e){e.success&&e.data.menu_slug?(n.prepend('<option value="'+e.data.menu_slug+'">'+e.data.page_title+"</option>"),n.val(e.data.menu_slug),o.close()):!e.success&&e.data.error&&alert(e.data.error)};!function(){const t=e(".acf-headerbar-title-field").val(),a={action:"acf/create_options_page",acf_parent_page_choices:this.acf.data.acfParentPageChoices?this.acf.data.acfParentPageChoices:[]};t.length&&(a.field_group_title=t),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:c})}()}})}(jQuery)}},t={};function a(n){var o=t[n];if(void 0!==o)return o.exports;var c=t[n]={exports:{}};return e[n](c,c.exports,a),c.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";a(412)}()}();
|
||||
(()=>{var e={412:()=>{!function(e,t){const a=function(t){return void 0===t.element?t:t.children&&"None"===t.text?void 0:("acfOptionsPages"===t.text&&(t.text=acf.__("Options Pages")),e('<span class="acf-selection"></span>').data("element",t.element).html(acf.escHtml(t.text)))},n=function(t){if(void 0===t.element)return t;const a=e('<span class="acf-selection"></span>');return a.html(acf.escHtml(t.element.innerHTML)),"options"!==t.id&&"edit_posts"!==t.id||a.append('<span class="acf-select2-default-pill">'+acf.__("Default")+"</span>"),a.data("element",t.element),a};new acf.Model({id:"UIOptionsPageManager",wait:"ready",events:{"change .acf-options-page-parent_slug":"toggleMenuPositionDesc"},initialize:function(){"ui_options_page"===acf.get("screen")&&(acf.newSelect2(e("select.acf-options-page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),acf.newSelect2(e("select.acf-options-page-capability"),{field:!1,templateSelection:n,templateResult:n}),acf.newSelect2(e("select.acf-options-page-data_storage"),{field:!1,templateSelection:n,templateResult:n}),this.toggleMenuPositionDesc())},toggleMenuPositionDesc:function(t,a){"none"===e("select.acf-options-page-parent_slug").val()?(e(".acf-menu-position-desc-child").hide(),e(".acf-menu-position-desc-parent").show()):(e(".acf-menu-position-desc-parent").hide(),e(".acf-menu-position-desc-child").show())}}),new acf.Model({id:"optionsPageModalManager",events:{"change .location-rule-value":"createOptionsPage"},createOptionsPage:function(t){const n=e(t.target);if("add_new_options_page"!==n.val())return;let o=!1;const s=function(t){o=acf.newPopup({title:t.data.title,content:t.data.content,width:"600px"}),o.$el.addClass("acf-create-options-page-popup");const n=o.$el.find("#acf_ui_options_page-page_title"),s=n.val();n.focus().val("").val(s),acf.newSelect2(e("#acf_ui_options_page-parent_slug"),{field:!1,templateSelection:a,templateResult:a,dropdownCssClass:"field-type-select-results"}),o.on("submit","form",c)},c=function(t){t.preventDefault(),acf.validateForm({form:e("#acf-create-options-page-form"),success:i,failure:l})},i=function(){const t=e("#acf-create-options-page-form").serializeArray(),a={action:"acf/create_options_page"};t.forEach((e=>{a[e.name]=e.value})),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:p})},l=function(t){const a=e("#acf-create-options-page-form"),n=a.find(".acf-field .acf-error-message");a.find(".acf-notice").first().remove(),n.each((function(){const t=e(this).closest(".acf-field").find(".acf-label:first");e(this).attr("class","acf-options-page-modal-error").appendTo(t)}))},p=function(e){e.success&&e.data.menu_slug?(n.prepend('<option value="'+e.data.menu_slug+'">'+e.data.page_title+"</option>"),n.val(e.data.menu_slug),o.close()):!e.success&&e.data.error&&alert(e.data.error)};!function(){const t=e(".acf-headerbar-title-field").val(),a={action:"acf/create_options_page",acf_parent_page_choices:this.acf.data.acfParentPageChoices?this.acf.data.acfParentPageChoices:[]};t.length&&(a.field_group_title=t),e.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:s})}()}})}(jQuery)}},t={};function a(n){var o=t[n];if(void 0!==o)return o.exports;var s=t[n]={exports:{}};return e[n](s,s.exports,a),s.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";a(412)})()})();
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_346_12818)">
|
||||
<path d="M17.3323 14.9998L10.3199 1.61248C9.92991 0.877484 9.02242 0.592487 8.29493 0.974983C8.01743 1.10998 7.79993 1.33498 7.65743 1.60498L0.645004 14.9923H0.637504C0.247508 15.7198 0.532505 16.6273 1.2675 17.0098C1.4775 17.1223 1.71749 17.1748 1.95749 17.1748H15.9748C16.7998 17.1748 17.4748 16.4998 17.4748 15.6748C17.4748 15.4273 17.4148 15.1873 17.3023 14.9773L17.3323 14.9998ZM8.24243 6.31718C8.24243 5.89718 8.57242 5.56719 8.99242 5.56719C9.40491 5.56719 9.74241 5.89718 9.74241 6.31718V10.8171C9.74241 11.2296 9.40491 11.5671 8.99242 11.5671C8.57242 11.5671 8.24243 11.2296 8.24243 10.8171V6.31718ZM9.02992 14.9496H9.00742C8.39243 14.9421 7.88243 14.4546 7.85993 13.8471C7.83743 13.2321 8.30993 12.7221 8.92492 12.6996C8.92492 12.6921 8.93242 12.6921 8.93992 12.6921H8.95492C9.56241 12.6921 10.0724 13.1721 10.0949 13.7871C10.1174 14.3946 9.63741 14.9046 9.02992 14.9346C9.01492 14.9346 9.00742 14.9346 8.99992 14.9346L9.02992 14.9496Z" fill="#F56E28"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_346_12818">
|
||||
<rect width="18" height="18" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
|
@ -33,7 +33,10 @@ function acf_get_object_type( $object_type, $object_subtype = '' ) {
|
|||
$post_type = get_post_type_object( $object_subtype );
|
||||
if ( $post_type ) {
|
||||
$props['label'] = $post_type->labels->name;
|
||||
$props['icon'] = acf_with_default( $post_type->menu_icon, 'dashicons-admin-post' );
|
||||
if ( is_string( $post_type->menu_icon ) && ! preg_match( '/^[\w\-]+$/', $post_type->menu_icon ) ) {
|
||||
$post_type->menu_icon = false;
|
||||
}
|
||||
$props['icon'] = acf_with_default( $post_type->menu_icon, 'dashicons-admin-post' );
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -264,29 +264,27 @@ if ( ! class_exists( 'acf_admin_tools' ) ) :
|
|||
|
||||
|
||||
/**
|
||||
* meta_box_html
|
||||
* Output the metabox HTML for specific tools
|
||||
*
|
||||
* description
|
||||
* @since 5.6.3
|
||||
*
|
||||
* @date 10/10/17
|
||||
* @since 5.6.3
|
||||
* @param mixed $post The post this metabox is being displayed on, should be an empty string always for us on a tools page.
|
||||
* @param array $metabox An array of the metabox attributes.
|
||||
*
|
||||
* @param n/a
|
||||
* @return n/a
|
||||
* @return void
|
||||
*/
|
||||
public function metabox_html( $post, $metabox ) {
|
||||
$tool = $this->get_tool( $metabox['args']['tool'] );
|
||||
$form_attrs = array( 'method' => 'post' );
|
||||
|
||||
function metabox_html( $post, $metabox ) {
|
||||
|
||||
// vars
|
||||
$tool = $this->get_tool( $metabox['args']['tool'] );
|
||||
|
||||
?>
|
||||
<form method="post">
|
||||
<?php $tool->html(); ?>
|
||||
<?php acf_nonce_input( $tool->name ); ?>
|
||||
</form>
|
||||
<?php
|
||||
if ( $metabox['args']['tool'] === 'import' ) {
|
||||
$form_attrs['onsubmit'] = 'acf.disableForm(event)';
|
||||
}
|
||||
|
||||
printf( '<form %s>', acf_esc_attrs( $form_attrs ) );
|
||||
$tool->html();
|
||||
acf_nonce_input( $tool->name );
|
||||
echo '</form>';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -355,6 +353,3 @@ function acf_get_admin_tool_url( $tool = '' ) {
|
|||
return acf_get_admin_tools_url() . '&tool=' . $tool;
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ if ( ! class_exists( 'acf_admin_field_group' ) ) :
|
|||
*/
|
||||
public function include_pro_features() {
|
||||
// Bail if on PRO.
|
||||
if ( acf_is_pro() ) {
|
||||
if ( acf_is_pro() && acf_pro_is_license_active() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ if ( ! class_exists( 'ACF_Admin_Field_Groups' ) ) :
|
|||
*/
|
||||
public function include_pro_features() {
|
||||
// Bail if on PRO.
|
||||
if ( acf_is_pro() ) {
|
||||
if ( acf_is_pro() && acf_pro_is_license_active() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ if ( ! class_exists( 'ACF_Admin_Post_Types' ) ) :
|
|||
*/
|
||||
public function include_pro_features() {
|
||||
// Bail if on PRO.
|
||||
if ( acf_is_pro() ) {
|
||||
if ( acf_is_pro() && acf_pro_is_license_active() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ if ( ! class_exists( 'ACF_Admin_Taxonomies' ) ) :
|
|||
*/
|
||||
public function include_pro_features() {
|
||||
// Bail if on PRO.
|
||||
if ( acf_is_pro() ) {
|
||||
if ( acf_is_pro() && acf_pro_is_license_active() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,10 @@ if ( isset( $field['endpoint'] ) && $field['endpoint'] ) {
|
|||
$field_label = acf_get_field_label( $field, 'admin' );
|
||||
$field_type_label = acf_get_field_type_label( $field['type'] );
|
||||
|
||||
if ( acf_is_pro() && acf_get_field_type_prop( $field['type'], 'pro' ) && ! acf_pro_is_license_active() ) {
|
||||
$field_type_label .= '<span class="acf-pro-label acf-pro-label-field-type">PRO</span>';
|
||||
}
|
||||
|
||||
if ( ! isset( $num_field_groups ) ) {
|
||||
$num_field_groups = 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ foreach ( acf_get_combined_field_group_settings_tabs() as $tab_key => $tab_label
|
|||
acf_render_field_wrap(
|
||||
array(
|
||||
'label' => __( 'Position', 'acf' ),
|
||||
'instructions' => '',
|
||||
'instructions' => __( "'High' position not supported in the Block Editor", 'acf' ),
|
||||
'type' => 'button_group',
|
||||
'name' => 'position',
|
||||
'prefix' => 'acf_field_group',
|
||||
|
|
@ -110,7 +110,9 @@ foreach ( acf_get_combined_field_group_settings_tabs() as $tab_key => $tab_label
|
|||
'side' => __( 'Side', 'acf' ),
|
||||
),
|
||||
'default_value' => 'normal',
|
||||
)
|
||||
),
|
||||
'div',
|
||||
'field'
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,24 @@
|
|||
<?php
|
||||
$acf_field_group_pro_features_title = __( 'Unlock Advanced Features and Build Even More with ACF PRO', 'acf' );
|
||||
$acf_learn_more_text = __( 'Learn More', 'acf' );
|
||||
$acf_learn_more_link = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/pro/', 'ACF upgrade', 'metabox' );
|
||||
$acf_pricing_link = acf_add_url_utm_tags( 'https://advancedcustomfields.com/pro/', 'ACF upgrade', 'metabox_pricing', 'pricing-table' );
|
||||
$acf_learn_more_target = '_blank';
|
||||
$acf_pricing_text = __( 'View Pricing & Upgrade', 'acf' );
|
||||
$acf_pricing_link = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/pro/', 'ACF upgrade', 'metabox_pricing', 'pricing-table' );
|
||||
$acf_more_tools_link = acf_add_url_utm_tags( 'https://wpengine.com/developer/', 'bx_prod_referral', 'acf_free_plugin_cta_panel_logo', false, 'acf_plugin', 'referral' );
|
||||
$acf_wpengine_logo_link = acf_add_url_utm_tags( 'https://wpengine.com/', 'bx_prod_referral', 'acf_free_plugin_cta_panel_logo', false, 'acf_plugin', 'referral' );
|
||||
|
||||
if ( acf_is_pro() ) {
|
||||
if ( ! acf_pro_get_license_key() ) {
|
||||
$acf_learn_more_target = '';
|
||||
$acf_learn_more_text = __( 'Manage License', 'acf' );
|
||||
$acf_learn_more_link = esc_url( admin_url( 'edit.php?post_type=acf-field-group&page=acf-settings-updates#acf_pro_license' ) );
|
||||
} elseif ( acf_pro_is_license_expired() ) {
|
||||
$acf_pricing_text = __( 'Renew License', 'acf' );
|
||||
$acf_pricing_link = acf_add_url_utm_tags( acf_pro_get_manage_license_url(), 'ACF renewal', 'metabox' );
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
<div id="tmpl-acf-field-group-pro-features">
|
||||
<div class="acf-field-group-pro-features-wrapper">
|
||||
|
|
@ -12,8 +27,8 @@ $acf_wpengine_logo_link = acf_add_url_utm_tags( 'https://wpengine.co
|
|||
<h1 class="acf-field-group-pro-features-title"><?php echo esc_html( $acf_field_group_pro_features_title ); ?> <div class="acf-pro-label">PRO</div></h1>
|
||||
<p class="acf-field-group-pro-features-desc"><?php esc_html_e( 'Speed up your workflow and develop better websites with features like ACF Blocks and Options Pages, and sophisticated field types like Repeater, Flexible Content, Clone, and Gallery.', 'acf' ); ?></p>
|
||||
<div class="acf-field-group-pro-features-actions">
|
||||
<a target="_blank" href="<?php echo $acf_learn_more_link; ?>" class="acf-btn acf-btn-muted acf-pro-features-learn-more"><?php esc_html_e( 'Learn More', 'acf' ); ?> <i class="acf-icon acf-icon-arrow-up-right"></i></a>
|
||||
<a target="_blank" href="<?php echo $acf_pricing_link; ?>" class="acf-btn acf-pro-features-upgrade"><?php esc_html_e( 'View Pricing & Upgrade', 'acf' ); ?> <i class="acf-icon acf-icon-arrow-up-right"></i></a>
|
||||
<a target="<?php echo $acf_learn_more_target; ?>" href="<?php echo $acf_learn_more_link; ?>" class="acf-btn acf-btn-muted acf-pro-features-learn-more"><?php echo esc_html( $acf_learn_more_text ); ?> <i class="acf-icon acf-icon-arrow-up-right"></i></a>
|
||||
<a target="_blank" href="<?php echo $acf_pricing_link; ?>" class="acf-btn acf-pro-features-upgrade"><?php echo esc_html( $acf_pricing_text ); ?> <i class="acf-icon acf-icon-arrow-up-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ function acf_print_menu_section( $menu_items, $section = '' ) {
|
|||
<div class="acf-nav-wrap">
|
||||
<a href="<?php echo admin_url( 'edit.php?post_type=acf-field-group' ); ?>" class="acf-logo">
|
||||
<img src="<?php echo acf_get_url( 'assets/images/acf-logo.svg' ); ?>" alt="<?php esc_attr_e( 'Advanced Custom Fields logo', 'acf' ); ?>">
|
||||
<?php if ( acf_is_pro() ) { ?>
|
||||
<?php if ( acf_is_pro() && acf_pro_is_license_active() ) { ?>
|
||||
<div class="acf-pro-label">PRO</div>
|
||||
<?php } ?>
|
||||
</a>
|
||||
|
|
@ -205,12 +205,30 @@ function acf_print_menu_section( $menu_items, $section = '' ) {
|
|||
<?php } ?>
|
||||
</div>
|
||||
<div class="acf-nav-upgrade-wrap">
|
||||
<?php if ( ! acf_is_pro() ) : ?>
|
||||
<a target="_blank" href="<?php echo acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/pro/', 'ACF upgrade', 'header' ); ?>" class="btn-upgrade acf-admin-toolbar-upgrade-btn">
|
||||
<?php
|
||||
if ( ! acf_is_pro() || ! acf_pro_is_license_active() ) {
|
||||
$unlock_url = acf_add_url_utm_tags( 'https://www.advancedcustomfields.com/pro/', 'ACF upgrade', 'header' );
|
||||
$unlock_target = '_blank';
|
||||
$unlock_text = __( 'Unlock Extra Features with ACF PRO', 'acf' );
|
||||
|
||||
if ( acf_is_pro() ) {
|
||||
$unlock_url = admin_url( 'edit.php?post_type=acf-field-group&page=acf-settings-updates#acf_pro_license' );
|
||||
$unlock_target = '';
|
||||
|
||||
if ( acf_pro_is_license_expired() ) {
|
||||
$unlock_url = acf_add_url_utm_tags( acf_pro_get_manage_license_url(), 'ACF renewal', 'header' );
|
||||
$unlock_target = '_blank';
|
||||
$unlock_text = __( 'Renew ACF PRO License', 'acf' );
|
||||
}
|
||||
}
|
||||
?>
|
||||
<a target="<?php echo esc_attr( $unlock_target ); ?>" href="<?php echo esc_url( $unlock_url ); ?>" class="btn-upgrade acf-admin-toolbar-upgrade-btn">
|
||||
<i class="acf-icon acf-icon-stars"></i>
|
||||
<p><?php esc_html_e( 'Unlock Extra Features with ACF PRO', 'acf' ); ?></p>
|
||||
<p><?php echo esc_html( $unlock_text ); ?></p>
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<a href="<?php echo $acf_wpengine_logo_link; ?>" target="_blank" class="acf-nav-wpengine-logo">
|
||||
<img src="<?php echo esc_url( acf_get_url( 'assets/images/wp-engine-horizontal-white.svg' ) ); ?>" alt="<?php esc_html_e( 'WP Engine logo', 'acf' ); ?>" />
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -2868,6 +2868,25 @@ function acf_is_screen( $id = '' ) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if we're in an ACF admin screen
|
||||
*
|
||||
* @since 6.2.2
|
||||
*
|
||||
* @return boolean Returns true if the current screen is an ACF admin screen.
|
||||
*/
|
||||
function acf_is_acf_admin_screen() {
|
||||
if ( ! is_admin() || ! function_exists( 'get_current_screen' ) ) {
|
||||
return false;
|
||||
}
|
||||
$screen = get_current_screen();
|
||||
if ( $screen && ! empty( $screen->post_type ) && substr( $screen->post_type, 0, 4 ) === 'acf-' ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* acf_maybe_get
|
||||
|
|
@ -3777,44 +3796,28 @@ function acf_is_ajax( $action = '' ) {
|
|||
return $is_ajax;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* acf_format_date
|
||||
*
|
||||
* This function will accept a date value and return it in a formatted string
|
||||
*
|
||||
* @type function
|
||||
* @date 16/06/2016
|
||||
* @since 5.3.8
|
||||
*
|
||||
* @param $value (string)
|
||||
* @return $format (string)
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns a date value in a formatted string.
|
||||
*
|
||||
* @since 5.3.8
|
||||
*
|
||||
* @param string $value The date value to format.
|
||||
* @param string $format The format to use.
|
||||
* @return string
|
||||
*/
|
||||
function acf_format_date( $value, $format ) {
|
||||
|
||||
// bail early if no value
|
||||
if ( ! $value ) {
|
||||
// Bail early if no value or value is not what we expect.
|
||||
if ( ! $value || ( ! is_string( $value ) && ! is_int( $value ) ) ) {
|
||||
return $value;
|
||||
}
|
||||
|
||||
// vars
|
||||
$unixtimestamp = 0;
|
||||
|
||||
// numeric (either unix or YYYYMMDD)
|
||||
// Numeric (either unix or YYYYMMDD).
|
||||
if ( is_numeric( $value ) && strlen( $value ) !== 8 ) {
|
||||
|
||||
$unixtimestamp = $value;
|
||||
|
||||
} else {
|
||||
|
||||
$unixtimestamp = strtotime( $value );
|
||||
|
||||
}
|
||||
|
||||
// return
|
||||
return date_i18n( $format, $unixtimestamp );
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ if ( ! class_exists( 'acf_field_text' ) ) :
|
|||
'prepend' => '',
|
||||
'append' => '',
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -71,6 +70,13 @@ if ( ! class_exists( 'acf_field_text' ) ) :
|
|||
$input_attrs[ $k ] = $field[ $k ];
|
||||
}
|
||||
}
|
||||
|
||||
if ( isset( $field['input-data'] ) && is_array( $field['input-data'] ) ) {
|
||||
foreach ( $field['input-data'] as $name => $attr ) {
|
||||
$input_attrs[ 'data-' . $name ] = $attr;
|
||||
}
|
||||
}
|
||||
|
||||
$html .= '<div class="acf-input-wrap">' . acf_get_text_input( acf_filter_attrs( $input_attrs ) ) . '</div>';
|
||||
|
||||
// Display.
|
||||
|
|
@ -209,5 +215,3 @@ if ( ! class_exists( 'acf_field_text' ) ) :
|
|||
acf_register_field_type( 'acf_field_text' );
|
||||
|
||||
endif; // class_exists check
|
||||
|
||||
|
||||
|
|
|
|||
BIN
lang/acf-ar.mo
BIN
lang/acf-ar.mo
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -77,17 +77,17 @@ msgstr "تم تحديث الإعدادات"
|
|||
#: pro/updates.php:99
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>."
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>."
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"لتمكين التحديثات، الرجاء إدخال مفتاح الترخيص الخاص بك على صفحة <a "
|
||||
"href=\"%s\">التحديثات</a> . إذا لم يكن لديك مفتاح ترخيص، يرجى الاطلاع على <a "
|
||||
"href=\"%s\">التفاصيل والتسعير</a>."
|
||||
"لتمكين التحديثات، الرجاء إدخال مفتاح الترخيص الخاص بك على صفحة <a href=\"%s"
|
||||
"\">التحديثات</a> . إذا لم يكن لديك مفتاح ترخيص، يرجى الاطلاع على <a href=\"%s"
|
||||
"\">التفاصيل والتسعير</a>."
|
||||
|
||||
#: pro/updates.php:159
|
||||
msgid ""
|
||||
|
|
@ -132,8 +132,8 @@ msgid ""
|
|||
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
|
||||
"Custom Field Group</a>"
|
||||
msgstr ""
|
||||
"لم يتم العثور على أية \"مجموعات حقول مخصصة لصفحة الخيارات هذة. <a "
|
||||
"href=\"%s\">أنشئ مجموعة حقول مخصصة</a>"
|
||||
"لم يتم العثور على أية \"مجموعات حقول مخصصة لصفحة الخيارات هذة. <a href=\"%s"
|
||||
"\">أنشئ مجموعة حقول مخصصة</a>"
|
||||
|
||||
#: pro/admin/admin-options-page.php:309
|
||||
msgid "Edit field group"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: bg_BG\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -78,9 +78,9 @@ msgstr "Опциите бяха актуализирани"
|
|||
|
||||
#: pro/updates.php:99
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"За да включите обновяванията, моля въведете вашия ключ за лиценз на "
|
||||
"страницата за <a href=\"%s\">Актуализации</a>. Ако нямате ключ за лиценз, "
|
||||
|
|
@ -130,8 +130,8 @@ msgid ""
|
|||
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
|
||||
"Custom Field Group</a>"
|
||||
msgstr ""
|
||||
"Няма намерени групи полета за тази страница с опции. <a "
|
||||
"href=\"%s\">Създаване на група полета</a>"
|
||||
"Няма намерени групи полета за тази страница с опции. <a href=\"%s"
|
||||
"\">Създаване на група полета</a>"
|
||||
|
||||
#: pro/admin/admin-options-page.php:309
|
||||
msgid "Edit field group"
|
||||
|
|
@ -743,8 +743,8 @@ msgid ""
|
|||
"a>."
|
||||
msgstr ""
|
||||
"За да включите обновяванията, моля въведете вашия ключ за лиценз долу. Ако "
|
||||
"нямате ключ за лиценз, моля посетете <a href=\"%s\" "
|
||||
"target=\"_blank\">детайли и цени</a>"
|
||||
"нямате ключ за лиценз, моля посетете <a href=\"%s\" target=\"_blank"
|
||||
"\">детайли и цени</a>"
|
||||
|
||||
#: pro/admin/views/html-settings-updates.php:37
|
||||
msgid "License Key"
|
||||
|
|
|
|||
BIN
lang/acf-ca.mo
BIN
lang/acf-ca.mo
Binary file not shown.
630
lang/acf-ca.po
630
lang/acf-ca.po
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: cs_CZ\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr "Vybrat více"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr "Logo WP Engine"
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr "Zobrazit ceny a upgrade"
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -664,7 +681,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Klonování"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr "PRO"
|
||||
|
||||
|
|
@ -688,7 +705,7 @@ msgstr "Neplatné ID příspěvku."
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr "Ke kontrole byl vybrán neplatný typ obsahu."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr "Více"
|
||||
|
||||
|
|
@ -2646,7 +2663,7 @@ msgstr ""
|
|||
"Importujte typy obsahu a taxonomie registrované pomocí pluginu Custom Post "
|
||||
"Type UI a spravujte je s ACF. <a href=\"%s\">Pusťme se do toho</a>."
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr "ACF"
|
||||
|
||||
|
|
@ -2795,11 +2812,11 @@ msgstr ""
|
|||
"Uživatelské hodnoty zaškrtávacího políčka nemohou být prázdné. Zrušte "
|
||||
"zaškrtnutí všech prázdných hodnot."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "Aktualizace"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "Logo Advanced Custom Fields"
|
||||
|
||||
|
|
@ -2820,12 +2837,13 @@ msgstr "Zadejte název"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
msgstr ""
|
||||
"Jste v ACF nováčkem? Podívejte se na našeho <a href=\"%s\" "
|
||||
"target=\"_blank\">průvodce pro začátečníky</a>."
|
||||
"Jste v ACF nováčkem? Podívejte se na našeho <a href=\"%s\" target=\"_blank"
|
||||
"\">průvodce pro začátečníky</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/list-empty.php:15
|
||||
msgid "Add Field Group"
|
||||
|
|
@ -2844,8 +2862,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "Přidejte první skupinu polí"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "Stránky konfigurace"
|
||||
|
||||
|
|
@ -2865,7 +2885,7 @@ msgstr "Pole Flexibilní obsah"
|
|||
msgid "Repeater Field"
|
||||
msgstr "Pole Opakovač"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr "Odemkněte další funkce s ACF PRO"
|
||||
|
||||
|
|
@ -2981,7 +3001,7 @@ msgstr "Aktivovat tuto položku"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "Přesunout skupinu polí do koše?"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2993,7 +3013,7 @@ msgstr "Neaktivní"
|
|||
msgid "WP Engine"
|
||||
msgstr "WP Engine"
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -3002,7 +3022,7 @@ msgstr ""
|
|||
"aktivní současně. Plugin Advanced Custom Fields PRO jsme automaticky "
|
||||
"deaktivovali."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -3015,13 +3035,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> – Zjistili jsme jedno nebo více volání k načtení "
|
||||
"hodnot polí ACF před inicializací ACF. Toto není podporováno a může mít za "
|
||||
"následek chybná nebo chybějící data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Přečtěte si, jak to opravit</a>."
|
||||
"následek chybná nebo chybějící data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Přečtěte si, jak to opravit</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -3068,20 +3088,20 @@ msgstr "%s vyžaduje platné ID přílohy."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Zobrazit v REST API"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Povolit průhlednost"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Pole RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Řetězec RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Řetězec Hex"
|
||||
|
||||
|
|
@ -3100,15 +3120,15 @@ msgstr "Aktivní"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "'%s' není platná e-mailová adresa"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Hodnota barvy"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Vyberte výchozí barvu"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Zrušit barvu"
|
||||
|
||||
|
|
@ -3944,7 +3964,7 @@ msgstr "Duplikovat tuto položku"
|
|||
msgid "Supports"
|
||||
msgstr "Podporuje"
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentace"
|
||||
|
||||
|
|
@ -4126,7 +4146,7 @@ msgid "Field group updated."
|
|||
msgstr "Skupina polí aktualizována."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Nástroje"
|
||||
|
|
@ -4203,7 +4223,7 @@ msgid "Title"
|
|||
msgstr "Název"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editovat skupinu polí"
|
||||
|
||||
|
|
@ -4270,50 +4290,50 @@ msgstr "Zrušit"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Jste si jistí?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "Několik polí vyžaduje pozornost (%d)"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 pole vyžaduje pozornost"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Ověření selhalo"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Ověření úspěšné"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Omezeno"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Sbalit podrobnosti"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Rozbalit podrobnosti"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Nahrán k tomuto příspěvku"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Aktualizace"
|
||||
|
|
@ -4323,13 +4343,13 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Upravit"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr ""
|
||||
"Pokud opustíte tuto stránku, změny, které jste provedli, budou ztraceny"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "Typ souboru musí být %s."
|
||||
|
||||
|
|
@ -4338,54 +4358,54 @@ msgstr "Typ souboru musí být %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "nebo"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "Velikost souboru nesmí překročit %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "Velikost souboru musí být alespoň %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "Výška obrázku nesmí přesáhnout %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "Výška obrázku musí být alespoň %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "Šířka obrázku nesmí přesáhnout %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "Šířka obrázku musí být alespoň %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(bez názvu)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Plná velikost"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Velký"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Střední"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4556,7 +4576,7 @@ msgstr "Uložit 'jiné' hodnoty do voleb polí"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Přidat volbu 'jiné', která umožňuje vlastní hodnoty"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Jiné"
|
||||
|
||||
|
|
@ -4660,7 +4680,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Zadejte každou výchozí hodnotu na nový řádek"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Vybrat"
|
||||
|
|
@ -4760,13 +4780,13 @@ msgstr "Uživatel"
|
|||
msgid "Separator"
|
||||
msgstr "Oddělovač"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Výběr barvy"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4774,7 +4794,7 @@ msgstr "Výchozí nastavení"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Vymazat"
|
||||
|
||||
|
|
@ -5232,17 +5252,17 @@ msgid "Select post type"
|
|||
msgstr "Zvolit typ příspěvku"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Nebyly nalezeny žádné výsledky"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Načítání"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Dosaženo maximálního množství hodnot ( {max} hodnot )"
|
||||
|
||||
|
|
@ -5366,7 +5386,7 @@ msgid "Edit"
|
|||
msgstr "Upravit"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Všechny obrázky"
|
||||
|
||||
|
|
@ -5506,7 +5526,7 @@ msgstr "Stylizované uživatelské rozhraní"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5639,7 +5659,7 @@ msgstr "Mapa Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "Formát vrácen pomocí funkcí šablony"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5677,80 +5697,80 @@ msgid "Time Picker"
|
|||
msgstr "Výběr času"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "Neaktivní <span class=\"count\">(%s)</span>"
|
||||
msgstr[1] "Neaktivní <span class=\"count\">(%s)</span>"
|
||||
msgstr[2] "Neaktivní <span class=\"count\">(%s)</span>"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "V koši nenalezeno žádné pole"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Nenalezeno žádné pole"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Vyhledat pole"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Zobrazit pole"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nové pole"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Upravit pole"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Přidat nové pole"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Pole"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Pole"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "V koši nebyly nalezeny žádné skupiny polí"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Nebyly nalezeny žádné skupiny polí"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Hledat skupiny polí"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Prohlížet skupinu polí"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nová skupina polí"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Upravit skupinu polí"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Přidat novou skupinu polí"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5758,11 +5778,11 @@ msgstr "Přidat novou skupinu polí"
|
|||
msgid "Add New"
|
||||
msgstr "Přidat nové"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Skupina polí"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5835,17 +5855,17 @@ msgstr "Nastavení aktualizováno"
|
|||
#: pro/updates.php:99
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>."
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>."
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"Chcete-li povolit aktualizace, zadejte prosím licenční klíč na stránce <a "
|
||||
"href=\"%s\">Aktualizace</a>. Pokud nemáte licenční klíč, přečtěte si <a "
|
||||
"href=\"%s\">podrobnosti a ceny</a>."
|
||||
"href=\"%s\">Aktualizace</a>. Pokud nemáte licenční klíč, přečtěte si <a href="
|
||||
"\"%s\">podrobnosti a ceny</a>."
|
||||
|
||||
#: pro/updates.php:159
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: de_CH\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -81,18 +81,18 @@ msgstr "Optionen aktualisiert"
|
|||
#: pro/updates.php:99
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>."
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>."
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"Bitte gib auf der Seite <a href=\"%s\">Aktualisierungen</a> deinen "
|
||||
"Lizenzschlüssel ein, um Updates zu aktivieren. Solltest du keinen "
|
||||
"Lizenzschlüssel haben, findest du hier <a href=\"%s\" "
|
||||
"target=\"_blank\">Details & Preise</a>."
|
||||
"Lizenzschlüssel haben, findest du hier <a href=\"%s\" target=\"_blank"
|
||||
"\">Details & Preise</a>."
|
||||
|
||||
#: pro/updates.php:159
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -364,8 +381,8 @@ msgid ""
|
|||
"This field must not be a WordPress <a href=\"%s\" target=\"_blank\">reserved "
|
||||
"term</a>."
|
||||
msgstr ""
|
||||
"Dieses Feld darf kein von WordPress <a href=\"%s\" "
|
||||
"target=\"_blank\">reservierter Begriff</a> sein."
|
||||
"Dieses Feld darf kein von WordPress <a href=\"%s\" target=\"_blank"
|
||||
"\">reservierter Begriff</a> sein."
|
||||
|
||||
#: includes/post-types/class-acf-post-type.php:329
|
||||
msgid ""
|
||||
|
|
@ -651,7 +668,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Klon"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr "PRO"
|
||||
|
||||
|
|
@ -675,7 +692,7 @@ msgstr "Ungültige Beitrags-ID."
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr "Der für die Betrachtung ausgewählte Inhaltstyp ist ungültig."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr "Mehr"
|
||||
|
||||
|
|
@ -2566,7 +2583,7 @@ msgstr ""
|
|||
"registriert wurden, und verwalte sie mit ACF. <a href=\"%s\">Jetzt starten</"
|
||||
"a>."
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr "ACF"
|
||||
|
||||
|
|
@ -2715,11 +2732,11 @@ msgstr ""
|
|||
"Individuelle Werte von Auswahlkästchen dürfen nicht leer sein. Deaktiviere "
|
||||
"alle leeren Werte."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "Aktualisierungen"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "Advanced-Custom-Fields-Logo"
|
||||
|
||||
|
|
@ -2740,6 +2757,7 @@ msgstr "Titel hinzufügen"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2765,8 +2783,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "Deine erste Feldgruppe hinzufügen"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "Optionen-Seiten"
|
||||
|
||||
|
|
@ -2786,7 +2806,7 @@ msgstr "Feld „Flexibler Inhalt“"
|
|||
msgid "Repeater Field"
|
||||
msgstr "Wiederholungs-Feld"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr "Zusatzfunktionen mit ACF PRO freischalten"
|
||||
|
||||
|
|
@ -2900,7 +2920,7 @@ msgstr "Dieses Element aktivieren"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "Soll die Feldgruppe in den Papierkorb verschoben werden?"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2912,7 +2932,7 @@ msgstr "Inaktiv"
|
|||
msgid "WP Engine"
|
||||
msgstr "WP Engine"
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -2921,7 +2941,7 @@ msgstr ""
|
|||
"gleichzeitig aktiviert sein. Advanced Custom Fields PRO wurde automatisch "
|
||||
"deaktiviert."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2934,13 +2954,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> – Es wurde mindestens ein Versuch festgestellt, ACF-"
|
||||
"Feldwerte abzurufen, bevor ACF initialisiert wurde. Dies wird nicht "
|
||||
"unterstützt und kann zu fehlerhaften oder fehlenden Daten führen. <a "
|
||||
"href=\"%2$s\" target=\"_blank\">Lerne, wie du das beheben kannst (engl.)</a>."
|
||||
"unterstützt und kann zu fehlerhaften oder fehlenden Daten führen. <a href="
|
||||
"\"%2$s\" target=\"_blank\">Lerne, wie du das beheben kannst (engl.)</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2984,20 +3004,20 @@ msgstr "%s erfordert eine gültige Anhangs-ID."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Im REST-API anzeigen"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Transparenz aktivieren"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "RGBA-Array"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "RGBA-Zeichenfolge"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Hex-Zeichenfolge"
|
||||
|
||||
|
|
@ -3016,15 +3036,15 @@ msgstr "Aktiv"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "‚%s‘ ist keine gültige E-Mail-Adresse"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Farbwert"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Standardfarbe auswählen"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Farbe entfernen"
|
||||
|
||||
|
|
@ -3878,7 +3898,7 @@ msgstr "Dieses Element duplizieren"
|
|||
msgid "Supports"
|
||||
msgstr "Hilfe"
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentation"
|
||||
|
||||
|
|
@ -4059,7 +4079,7 @@ msgid "Field group updated."
|
|||
msgstr "Die Feldgruppe wurde aktualisiert."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Werkzeuge"
|
||||
|
|
@ -4136,7 +4156,7 @@ msgid "Title"
|
|||
msgstr "Titel"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Feldgruppe bearbeiten"
|
||||
|
||||
|
|
@ -4203,50 +4223,50 @@ msgstr "Abbrechen"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Bist du sicher?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d Felder erfordern Aufmerksamkeit"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 Feld erfordert Aufmerksamkeit"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Die Überprüfung ist fehlgeschlagen"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Die Überprüfung war erfolgreich"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Eingeschränkt"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Details ausblenden"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Details einblenden"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Zu diesem Beitrag hochgeladen"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Aktualisieren"
|
||||
|
|
@ -4256,12 +4276,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Deine Änderungen werden verlorengehen, wenn du diese Seite verlässt"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "Der Dateityp muss %s sein."
|
||||
|
||||
|
|
@ -4270,54 +4290,54 @@ msgstr "Der Dateityp muss %s sein."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "oder"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "Die Dateigröße darf nicht größer als %s sein."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "Die Dateigröße muss mindestens %s sein."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "Die Höhe des Bild darf %dpx nicht überschreiten."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "Die Höhe des Bildes muss mindestens %dpx sein."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "Die Breite des Bildes darf %dpx nicht überschreiten."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "Die Breite des Bildes muss mindestens %dpx sein."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(ohne Titel)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Volle Größe"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Groß"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mittel"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Vorschaubild"
|
||||
|
||||
|
|
@ -4490,7 +4510,7 @@ msgid "Add 'other' choice to allow for custom values"
|
|||
msgstr ""
|
||||
"Das Hinzufügen der Auswahlmöglichkeit ‚weitere‘ erlaubt individuelle Werte"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Weitere"
|
||||
|
||||
|
|
@ -4594,7 +4614,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Jeden Standardwert in einer neuen Zeile eingeben"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Auswählen"
|
||||
|
|
@ -4695,13 +4715,13 @@ msgstr "Benutzer"
|
|||
msgid "Separator"
|
||||
msgstr "Trennzeichen"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Farbe auswählen"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4709,7 +4729,7 @@ msgstr "Standard"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Leeren"
|
||||
|
||||
|
|
@ -5168,17 +5188,17 @@ msgid "Select post type"
|
|||
msgstr "Inhaltstyp auswählen"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Es wurde keine Übereinstimmung gefunden"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Wird geladen"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Die maximal möglichen Werte wurden erreicht ({max} Werte)"
|
||||
|
||||
|
|
@ -5303,7 +5323,7 @@ msgid "Edit"
|
|||
msgstr "Bearbeiten"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Alle Bilder"
|
||||
|
||||
|
|
@ -5443,7 +5463,7 @@ msgstr "Gestylte UI"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5576,7 +5596,7 @@ msgstr "Google Maps"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "Das über Template-Funktionen zurückgegebene Format"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5614,79 +5634,79 @@ msgid "Time Picker"
|
|||
msgstr "Zeitpicker"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "Deaktiviert <span class=\"count\">(%s)</span>"
|
||||
msgstr[1] "Deaktiviert <span class=\"count\">(%s)</span>"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "Es wurden keine Felder im Papierkorb gefunden"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Es wurden keine Felder gefunden"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Felder suchen"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Feld anzeigen"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Neues Feld"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Feld bearbeiten"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Neues Feld hinzufügen"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Feld"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Felder"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "Es wurden keine Feldgruppen im Papierkorb gefunden"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Es wurden keine Feldgruppen gefunden"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Feldgruppen durchsuchen"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Feldgruppe anzeigen"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Neue Feldgruppe"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Feldgruppe bearbeiten"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Neue Feldgruppe hinzufügen"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5694,11 +5714,11 @@ msgstr "Neue Feldgruppe hinzufügen"
|
|||
msgid "Add New"
|
||||
msgstr "Neu hinzufügen"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Feldgruppe"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5766,9 +5786,9 @@ msgstr "Optionen aktualisiert"
|
|||
|
||||
#: pro/updates.php:99
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
|
||||
#: pro/updates.php:159
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: de_DE_formal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -364,8 +381,8 @@ msgid ""
|
|||
"This field must not be a WordPress <a href=\"%s\" target=\"_blank\">reserved "
|
||||
"term</a>."
|
||||
msgstr ""
|
||||
"Dieses Feld darf kein von WordPress <a href=\"%s\" "
|
||||
"target=\"_blank\">reservierter Begriff</a> sein."
|
||||
"Dieses Feld darf kein von WordPress <a href=\"%s\" target=\"_blank"
|
||||
"\">reservierter Begriff</a> sein."
|
||||
|
||||
#: includes/post-types/class-acf-post-type.php:329
|
||||
msgid ""
|
||||
|
|
@ -651,7 +668,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Klon"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr "PRO"
|
||||
|
||||
|
|
@ -675,7 +692,7 @@ msgstr "Ungültige Beitrags-ID."
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr "Der für die Betrachtung ausgewählte Inhaltstyp ist ungültig."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr "Mehr"
|
||||
|
||||
|
|
@ -2566,7 +2583,7 @@ msgstr ""
|
|||
"registriert wurden, und verwalte sie mit ACF. <a href=\"%s\">Jetzt starten</"
|
||||
"a>."
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr "ACF"
|
||||
|
||||
|
|
@ -2715,11 +2732,11 @@ msgstr ""
|
|||
"Individuelle Werte von Auswahlkästchen dürfen nicht leer sein. Deaktiviere "
|
||||
"alle leeren Werte."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "Aktualisierungen"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "Advanced-Custom-Fields-Logo"
|
||||
|
||||
|
|
@ -2740,6 +2757,7 @@ msgstr "Titel hinzufügen"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2765,8 +2783,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "Deine erste Feldgruppe hinzufügen"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "Optionen-Seiten"
|
||||
|
||||
|
|
@ -2786,7 +2806,7 @@ msgstr "Feld „Flexibler Inhalt“"
|
|||
msgid "Repeater Field"
|
||||
msgstr "Wiederholungs-Feld"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr "Zusatzfunktionen mit ACF PRO freischalten"
|
||||
|
||||
|
|
@ -2900,7 +2920,7 @@ msgstr "Dieses Element aktivieren"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "Soll die Feldgruppe in den Papierkorb verschoben werden?"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2912,7 +2932,7 @@ msgstr "Inaktiv"
|
|||
msgid "WP Engine"
|
||||
msgstr "WP Engine"
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -2921,7 +2941,7 @@ msgstr ""
|
|||
"gleichzeitig aktiviert sein. Advanced Custom Fields PRO wurde automatisch "
|
||||
"deaktiviert."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2934,13 +2954,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> – Es wurde mindestens ein Versuch festgestellt, ACF-"
|
||||
"Feldwerte abzurufen, bevor ACF initialisiert wurde. Dies wird nicht "
|
||||
"unterstützt und kann zu fehlerhaften oder fehlenden Daten führen. <a "
|
||||
"href=\"%2$s\" target=\"_blank\">Lerne, wie du das beheben kannst (engl.)</a>."
|
||||
"unterstützt und kann zu fehlerhaften oder fehlenden Daten führen. <a href="
|
||||
"\"%2$s\" target=\"_blank\">Lerne, wie du das beheben kannst (engl.)</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2984,20 +3004,20 @@ msgstr "%s erfordert eine gültige Anhangs-ID."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Im REST-API anzeigen"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Transparenz aktivieren"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "RGBA-Array"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "RGBA-Zeichenfolge"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Hex-Zeichenfolge"
|
||||
|
||||
|
|
@ -3016,15 +3036,15 @@ msgstr "Aktiv"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "‚%s‘ ist keine gültige E-Mail-Adresse"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Farbwert"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Standardfarbe auswählen"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Farbe entfernen"
|
||||
|
||||
|
|
@ -3878,7 +3898,7 @@ msgstr "Dieses Element duplizieren"
|
|||
msgid "Supports"
|
||||
msgstr "Hilfe"
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Dokumentation"
|
||||
|
||||
|
|
@ -4059,7 +4079,7 @@ msgid "Field group updated."
|
|||
msgstr "Die Feldgruppe wurde aktualisiert."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Werkzeuge"
|
||||
|
|
@ -4136,7 +4156,7 @@ msgid "Title"
|
|||
msgstr "Titel"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Feldgruppe bearbeiten"
|
||||
|
||||
|
|
@ -4203,50 +4223,50 @@ msgstr "Abbrechen"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Bist du sicher?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d Felder erfordern Aufmerksamkeit"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 Feld erfordert Aufmerksamkeit"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Die Überprüfung ist fehlgeschlagen"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Die Überprüfung war erfolgreich"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Eingeschränkt"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Details ausblenden"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Details einblenden"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Zu diesem Beitrag hochgeladen"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Aktualisieren"
|
||||
|
|
@ -4256,12 +4276,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Deine Änderungen werden verlorengehen, wenn du diese Seite verlässt"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "Der Dateityp muss %s sein."
|
||||
|
||||
|
|
@ -4270,54 +4290,54 @@ msgstr "Der Dateityp muss %s sein."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "oder"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "Die Dateigröße darf nicht größer als %s sein."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "Die Dateigröße muss mindestens %s sein."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "Die Höhe des Bild darf %dpx nicht überschreiten."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "Die Höhe des Bildes muss mindestens %dpx sein."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "Die Breite des Bildes darf %dpx nicht überschreiten."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "Die Breite des Bildes muss mindestens %dpx sein."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(ohne Titel)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Volle Größe"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Groß"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mittel"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Vorschaubild"
|
||||
|
||||
|
|
@ -4490,7 +4510,7 @@ msgid "Add 'other' choice to allow for custom values"
|
|||
msgstr ""
|
||||
"Das Hinzufügen der Auswahlmöglichkeit ‚weitere‘ erlaubt individuelle Werte"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Weitere"
|
||||
|
||||
|
|
@ -4594,7 +4614,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Jeden Standardwert in einer neuen Zeile eingeben"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Auswählen"
|
||||
|
|
@ -4695,13 +4715,13 @@ msgstr "Benutzer"
|
|||
msgid "Separator"
|
||||
msgstr "Trennzeichen"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Farbe auswählen"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4709,7 +4729,7 @@ msgstr "Standard"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Leeren"
|
||||
|
||||
|
|
@ -5168,17 +5188,17 @@ msgid "Select post type"
|
|||
msgstr "Inhaltstyp auswählen"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Es wurde keine Übereinstimmung gefunden"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Wird geladen"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Die maximal möglichen Werte wurden erreicht ({max} Werte)"
|
||||
|
||||
|
|
@ -5303,7 +5323,7 @@ msgid "Edit"
|
|||
msgstr "Bearbeiten"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Alle Bilder"
|
||||
|
||||
|
|
@ -5443,7 +5463,7 @@ msgstr "Gestylte UI"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5576,7 +5596,7 @@ msgstr "Google Maps"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "Das über Template-Funktionen zurückgegebene Format"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5614,79 +5634,79 @@ msgid "Time Picker"
|
|||
msgstr "Zeitpicker"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "Deaktiviert <span class=\"count\">(%s)</span>"
|
||||
msgstr[1] "Deaktiviert <span class=\"count\">(%s)</span>"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "Es wurden keine Felder im Papierkorb gefunden"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Es wurden keine Felder gefunden"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Felder suchen"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Feld anzeigen"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Neues Feld"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Feld bearbeiten"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Neues Feld hinzufügen"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Feld"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Felder"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "Es wurden keine Feldgruppen im Papierkorb gefunden"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Es wurden keine Feldgruppen gefunden"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Feldgruppen durchsuchen"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Feldgruppe anzeigen"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Neue Feldgruppe"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Feldgruppe bearbeiten"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Neue Feldgruppe hinzufügen"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5694,11 +5714,11 @@ msgstr "Neue Feldgruppe hinzufügen"
|
|||
msgid "Add New"
|
||||
msgstr "Neu hinzufügen"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Feldgruppe"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5766,9 +5786,9 @@ msgstr "Optionen aktualisiert"
|
|||
|
||||
#: pro/updates.php:99
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
|
||||
#: pro/updates.php:159
|
||||
|
|
|
|||
BIN
lang/acf-el.mo
BIN
lang/acf-el.mo
Binary file not shown.
220
lang/acf-el.po
220
lang/acf-el.po
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: el\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2602,11 +2619,11 @@ msgstr ""
|
|||
"Οι προσαρμοσμένες τιμές των checkbox δεν επιτρέπεται να είναι κενές. "
|
||||
"Αποεπιλέξετε τις κενές τιμές."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "Ανανεώσεις"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "Λογότυπος Advanced Custom Fields"
|
||||
|
||||
|
|
@ -2627,12 +2644,13 @@ msgstr "Προσθήκη τίτλου"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
msgstr ""
|
||||
"Είστε καινούριοι στο ACF; Κάνετε μια περιήγηση στον <a href=\"%s\" "
|
||||
"target=\"_blank\">οδηγό εκκίνησης για νέους</a>."
|
||||
"Είστε καινούριοι στο ACF; Κάνετε μια περιήγηση στον <a href=\"%s\" target="
|
||||
"\"_blank\">οδηγό εκκίνησης για νέους</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/list-empty.php:15
|
||||
msgid "Add Field Group"
|
||||
|
|
@ -2652,8 +2670,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "Προσθέστε την Πρώτη σας Ομάδα Πεδίων"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "Σελίδες Ρυθμίσεων"
|
||||
|
||||
|
|
@ -2673,7 +2693,7 @@ msgstr "Πεδίο Flexible Content"
|
|||
msgid "Repeater Field"
|
||||
msgstr "Πεδίο Repeater"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr "Ξεκλειδώστε Επιπλέον Δυνατότητες με το ACF PRO"
|
||||
|
||||
|
|
@ -2700,8 +2720,8 @@ msgid ""
|
|||
"Choose from over 30 field types. <a href=\"%s\" target=\"_blank\">Learn "
|
||||
"more</a>."
|
||||
msgstr ""
|
||||
"Επιλέξτε από περισσότερους από 30 τύπους πεδίων. <a href=\"%s\" "
|
||||
"target=\"_blank\">Μάθετε περισσότερα</a>."
|
||||
"Επιλέξτε από περισσότερους από 30 τύπους πεδίων. <a href=\"%s\" target="
|
||||
"\"_blank\">Μάθετε περισσότερα</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/fields.php:65
|
||||
msgid ""
|
||||
|
|
@ -2787,7 +2807,7 @@ msgstr "Ενεργοποιήστε αυτό το αντικείμενο"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "Να μεταφερθεί αυτή η ομάδα πεδίων στον κάδο;"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2799,13 +2819,13 @@ msgstr "Ανενεργό"
|
|||
msgid "WP Engine"
|
||||
msgstr "WP Engine"
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2815,13 +2835,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - Ανιχνεύθηκαν μία ή περισσότερες κλήσεις για ανάκτηση "
|
||||
"τιμών πεδίων ACF προτού το ACF αρχικοποιηθεί. Αυτό δεν υποστηρίζεται και "
|
||||
"μπορεί να καταλήξει σε παραποιημένα ή κενά. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Μάθετε πώς να το διορθώσετε</a>."
|
||||
"μπορεί να καταλήξει σε παραποιημένα ή κενά. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Μάθετε πώς να το διορθώσετε</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2866,20 +2886,20 @@ msgstr "Το %s απαιτεί ένα έγκυρο attachment ID."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Να εμφανίζεται στο REST API"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Ενεργοποίηση Διαφάνειας"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "RGBA Array"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "RGBA String"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Hex String"
|
||||
|
||||
|
|
@ -2898,15 +2918,15 @@ msgstr "Ενεργό"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "Το '%s' δεν είναι έγκυρη διεύθυνση email."
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Τιμή χρώματος"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Επιλέξτε το προεπιλεγμένο χρώμα"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Εκκαθάριση χρώματος"
|
||||
|
||||
|
|
@ -3745,7 +3765,7 @@ msgstr "Δημιουργία αντιγράφου αυτού του στοιχε
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Τεκμηρίωση"
|
||||
|
||||
|
|
@ -3927,7 +3947,7 @@ msgid "Field group updated."
|
|||
msgstr "Το field group ενημερώθηκε."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Εργαλεία"
|
||||
|
|
@ -4004,7 +4024,7 @@ msgid "Title"
|
|||
msgstr "Τίτλος"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Επεξεργασία field group"
|
||||
|
||||
|
|
@ -4071,50 +4091,50 @@ msgstr "Ακύρωση"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Είστε σίγουροι;"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d πεδία χρήζουν προσοχής"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 πεδίο χρήζει προσοχής"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Ο έλεγχος απέτυχε"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Ο έλεγχος πέτυχε"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Περιορισμένος"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Σύμπτυξη Λεπτομερειών"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ανάπτυξη Λεπτομερειών"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Να έχουν μεταφορτωθεί σε αυτή την ανάρτηση"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Ενημέρωση"
|
||||
|
|
@ -4124,12 +4144,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Επεξεργασία"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Οι αλλαγές που έχετε κάνει θα χαθούν αν φύγετε από αυτή τη σελίδα."
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "Ο τύπος του πεδίου πρέπει να είναι %s."
|
||||
|
||||
|
|
@ -4138,54 +4158,54 @@ msgstr "Ο τύπος του πεδίου πρέπει να είναι %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "ή"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "Το μέγεθος του αρχείου πρέπει να το πολύ %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "Το μέγεθος το αρχείου πρέπει να είναι τουλάχιστον %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "Το ύψος της εικόνας πρέπει να είναι το πολύ %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "Το ύψος της εικόνας πρέπει να είναι τουλάχιστον %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "Το πλάτος της εικόνας πρέπει να είναι το πολύ %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "Το πλάτος της εικόνας πρέπει να είναι τουλάχιστον %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(χωρίς τίτλο)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Πλήρες μέγεθος"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Μεγάλο"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Μεσαίο"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Μικρογραφία"
|
||||
|
||||
|
|
@ -4356,7 +4376,7 @@ msgstr "Αποθήκευση των \"άλλων\" τιμών στις επιλ
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Προσθήκη επιλογής \"άλλο\" ώστε να επιτρέπονται προσαρμοσμένες τιμές"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Άλλο"
|
||||
|
||||
|
|
@ -4460,7 +4480,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Εισαγάγετε την κάθε προεπιλεγμένη τιμή σε μια νέα γραμμή"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Επιλέξτε"
|
||||
|
|
@ -4561,13 +4581,13 @@ msgstr "Χρήστης"
|
|||
msgid "Separator"
|
||||
msgstr "Διαχωριστικό"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Επιλογή Χρώματος"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4575,7 +4595,7 @@ msgstr "Προεπιλογή"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Καθαρισμός"
|
||||
|
||||
|
|
@ -5033,17 +5053,17 @@ msgid "Select post type"
|
|||
msgstr "Επιλογή τύπου άρθρου"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Δεν βρέθηκαν αντιστοιχίες"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Φόρτωση"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Αγγίξατε το μέγιστο πλήθος τιμών ( {max} τιμές )"
|
||||
|
||||
|
|
@ -5167,7 +5187,7 @@ msgid "Edit"
|
|||
msgstr "Επεξεργασία"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Όλες οι εικόνες"
|
||||
|
||||
|
|
@ -5309,7 +5329,7 @@ msgstr "Στυλιζαρισμένο"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5445,7 +5465,7 @@ msgstr "Χάρτης Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "Ο τύπος που επιστρέφεται μέσω των template functions"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5483,79 +5503,79 @@ msgid "Time Picker"
|
|||
msgstr "Επιλογέας Ώρας"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "Ανενεργό <span class=\"count\">(%s)</span>"
|
||||
msgstr[1] "Ανενεργά <span class=\"count\">(%s)</span>"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "Δεν βρέθηκαν Πεδία στα Διεγραμμένα"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Δεν βρέθηκαν Πεδία"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Αναζήτηση Πεδίων"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Προβολή Πεδίων"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Νέο Πεδίο"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Επεξεργασία Πεδίου"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Προσθήκη Νέου Πεδίου"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Πεδίο"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Πεδία"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "Δεν βρέθηκαν Ομάδες Πεδίων στα Διεγραμμένα"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Δεν βρέθηκαν Ομάδες Πεδίων"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Αναζήτηση Ομάδων Πεδίων "
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Προβολή Ομάδας Πεδίων"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Νέα Ομάδα Πεδίων"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Επεξεργασίας Ομάδας Πεδίων"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Προσθήκη Νέας Ομάδας Πεδίων"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5563,11 +5583,11 @@ msgstr "Προσθήκη Νέας Ομάδας Πεδίων"
|
|||
msgid "Add New"
|
||||
msgstr "Προσθήκη Νέου"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Ομάδα Πεδίου"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: en_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2598,11 +2615,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2623,6 +2640,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2643,8 +2661,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2664,7 +2684,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2774,7 +2794,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2786,13 +2806,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2802,8 +2822,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
|
|
@ -2848,20 +2868,20 @@ msgstr ""
|
|||
msgid "Show in REST API"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2880,15 +2900,15 @@ msgstr ""
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "'%s' is not a valid email address"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Colour value"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Select default colour"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Clear colour"
|
||||
|
||||
|
|
@ -3716,7 +3736,7 @@ msgstr "Duplicate this item"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
||||
|
|
@ -3895,7 +3915,7 @@ msgid "Field group updated."
|
|||
msgstr "Field group updated."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Tools"
|
||||
|
|
@ -3972,7 +3992,7 @@ msgid "Title"
|
|||
msgstr "Title"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Edit field group"
|
||||
|
||||
|
|
@ -4039,50 +4059,50 @@ msgstr "Cancel"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Are you sure?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d fields require attention"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 field requires attention"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validation failed"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validation successful"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restricted"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Collapse Details"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Expand Details"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Uploaded to this post"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Update"
|
||||
|
|
@ -4092,12 +4112,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Edit"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "The changes you made will be lost if you navigate away from this page"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "File type must be %s."
|
||||
|
||||
|
|
@ -4106,54 +4126,54 @@ msgstr "File type must be %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "or"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "File size must not exceed %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "File size must be at least %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "Image height must not exceed %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "Image height must be at least %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "Image width must not exceed %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "Image width must be at least %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(no title)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Full Size"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Large"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Medium"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Thumbnail"
|
||||
|
||||
|
|
@ -4324,7 +4344,7 @@ msgstr "Save 'other' values to the field's choices"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Add 'other' choice to allow for custom values"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
|
|
@ -4428,7 +4448,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Enter each default value on a new line"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Select"
|
||||
|
|
@ -4527,13 +4547,13 @@ msgstr "User"
|
|||
msgid "Separator"
|
||||
msgstr "Separator"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Select Colour"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4541,7 +4561,7 @@ msgstr "Default"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Clear"
|
||||
|
||||
|
|
@ -4998,17 +5018,17 @@ msgid "Select post type"
|
|||
msgstr "Select post type"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No matches found"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Loading"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Maximum values reached ( {max} values )"
|
||||
|
||||
|
|
@ -5132,7 +5152,7 @@ msgid "Edit"
|
|||
msgstr "Edit"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "All images"
|
||||
|
||||
|
|
@ -5272,7 +5292,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5405,7 +5425,7 @@ msgstr "Google Map"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "The format returned via template functions"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5443,79 +5463,79 @@ msgid "Time Picker"
|
|||
msgstr "Time Picker"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No Fields found in Trash"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No Fields found"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Search Fields"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "View Field"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "New Field"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Edit Field"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Add New Field"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Field"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Fields"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No Field Groups found in Trash"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No Field Groups found"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Search Field Groups"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "View Field Group"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "New Field Group"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Edit Field Group"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Add New Field Group"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5523,11 +5543,11 @@ msgstr "Add New Field Group"
|
|||
msgid "Add New"
|
||||
msgstr "Add New"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Field Group"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: en_ZA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2598,11 +2615,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2623,6 +2640,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2643,8 +2661,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2664,7 +2684,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2774,7 +2794,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2786,13 +2806,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2802,8 +2822,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
|
|
@ -2848,20 +2868,20 @@ msgstr ""
|
|||
msgid "Show in REST API"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Enable Transparency"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "RGBA Array"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "RGBA String"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Hex String"
|
||||
|
||||
|
|
@ -2880,15 +2900,15 @@ msgstr "Active"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "'%s' is not a valid email address"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Colour value"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Select default colour"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Clear colour"
|
||||
|
||||
|
|
@ -3716,7 +3736,7 @@ msgstr "Duplicate this item"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -3895,7 +3915,7 @@ msgid "Field group updated."
|
|||
msgstr "Field group updated."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Tools"
|
||||
|
|
@ -3972,7 +3992,7 @@ msgid "Title"
|
|||
msgstr "Title"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Edit field group"
|
||||
|
||||
|
|
@ -4039,50 +4059,50 @@ msgstr "Cancel"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Are you sure?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d fields require attention"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 field requires attention"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validation failed"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validation successful"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restricted"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Collapse Details"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Expand Details"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Uploaded to this post"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Update"
|
||||
|
|
@ -4092,12 +4112,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Edit"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "The changes you made will be lost if you navigate away from this page"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "File type must be %s."
|
||||
|
||||
|
|
@ -4106,54 +4126,54 @@ msgstr "File type must be %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "or"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "File size must not exceed %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "File size must be at least %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "Image height must not exceed %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "Image height must be at least %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "Image width must not exceed %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "Image width must be at least %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(no title)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Full Size"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Large"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Medium"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Thumbnail"
|
||||
|
||||
|
|
@ -4324,7 +4344,7 @@ msgstr "Save 'other' values to the field's choices"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Add 'other' choice to allow for custom values"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Other"
|
||||
|
||||
|
|
@ -4428,7 +4448,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Enter each default value on a new line"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Select"
|
||||
|
|
@ -4527,13 +4547,13 @@ msgstr "User"
|
|||
msgid "Separator"
|
||||
msgstr "Separator"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Select Colour"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4541,7 +4561,7 @@ msgstr "Default"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Clear"
|
||||
|
||||
|
|
@ -4998,17 +5018,17 @@ msgid "Select post type"
|
|||
msgstr "Select post type"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No matches found"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Loading"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Maximum values reached ( {max} values )"
|
||||
|
||||
|
|
@ -5132,7 +5152,7 @@ msgid "Edit"
|
|||
msgstr "Edit"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "All images"
|
||||
|
||||
|
|
@ -5272,7 +5292,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5405,7 +5425,7 @@ msgstr "Google Map"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "The format returned via template functions"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5443,79 +5463,79 @@ msgid "Time Picker"
|
|||
msgstr "Time Picker"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No Fields found in Bin"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No Fields found"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Search Fields"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "View Field"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "New Field"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Edit Field"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Add New Field"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Field"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Fields"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No Field Groups found in Bin"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No Field Groups found"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Search Field Groups"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "View Field Group"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "New Field Group"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Edit Field Group"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Add New Field Group"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5523,11 +5543,11 @@ msgstr "Add New Field Group"
|
|||
msgid "Add New"
|
||||
msgstr "Add New"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Field Group"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: es_CO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2598,11 +2615,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2623,6 +2640,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2643,8 +2661,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2664,7 +2684,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2774,7 +2794,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2786,13 +2806,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2802,13 +2822,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - Hemos detectado una o más llamadas para obtener "
|
||||
"valores de campo de ACF antes de que ACF se haya iniciado. Esto no es "
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a "
|
||||
"href=\"%2$s\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a href=\"%2$s"
|
||||
"\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2852,20 +2872,20 @@ msgstr "%s necesita un ID de adjunto válido."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Mostrar en la API REST"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Activar la transparencia"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Array RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Cadena RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Cadena hexadecimal"
|
||||
|
||||
|
|
@ -2884,15 +2904,15 @@ msgstr "Activo"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "«%s» no es una dirección de correo electrónico válida"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valor del color"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Seleccionar el color por defecto"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Vaciar el color"
|
||||
|
||||
|
|
@ -3729,7 +3749,7 @@ msgstr "Duplicar este elemento"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -3909,7 +3929,7 @@ msgid "Field group updated."
|
|||
msgstr "Grupo de campos actualizado."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
|
@ -3986,7 +4006,7 @@ msgid "Title"
|
|||
msgstr "Título"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
|
|
@ -4053,50 +4073,50 @@ msgstr "Cancelar"
|
|||
msgid "Are you sure?"
|
||||
msgstr "¿Estás seguro?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d campos requieren atención"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 campo requiere atención"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validación fallida"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validación correcta"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restringido"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Colapsar detalles"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ampliar detalles"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Subido a esta entrada"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
|
@ -4106,12 +4126,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Los cambios que has realizado se perderán si navegas hacia otra página"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "El tipo de archivo debe ser %s."
|
||||
|
||||
|
|
@ -4120,54 +4140,54 @@ msgstr "El tipo de archivo debe ser %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "El tamaño del archivo no debe ser mayor de %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "El tamaño de archivo debe ser al menos %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "La altura de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "La altura de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "El ancho de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "El ancho de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Tamaño completo"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mediano"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4339,7 +4359,7 @@ msgstr "Guardar los valores de 'otros' en las opciones del campo"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Añade la opción 'otros' para permitir valores personalizados"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Otros"
|
||||
|
||||
|
|
@ -4443,7 +4463,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Añade cada valor en una nueva línea"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Selecciona"
|
||||
|
|
@ -4544,13 +4564,13 @@ msgstr "Usuario"
|
|||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Seleccionar color"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4558,7 +4578,7 @@ msgstr "Por defecto"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Vaciar"
|
||||
|
||||
|
|
@ -5016,17 +5036,17 @@ msgid "Select post type"
|
|||
msgstr "Seleccionar tipo de contenido"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No se han encontrado coincidencias"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valores máximos alcanzados ( {max} valores )"
|
||||
|
||||
|
|
@ -5150,7 +5170,7 @@ msgid "Edit"
|
|||
msgstr "Editar"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Todas las imágenes"
|
||||
|
||||
|
|
@ -5292,7 +5312,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5426,7 +5446,7 @@ msgstr "Mapa de Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "El formato devuelto por de las funciones del tema"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5464,79 +5484,79 @@ msgid "Time Picker"
|
|||
msgstr "Selector de hora"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No se han encontrado campos en la papelera"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No se han encontrado campos"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Buscar campos"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Ver campo"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nuevo campo"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Editar campo"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Añadir nuevo campo"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Campos"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No se han encontrado grupos de campos en la papelera"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No se han encontrado grupos de campos"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Buscar grupo de campos"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Ver grupo de campos"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nuevo grupo de campos"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Añadir nuevo grupo de campos"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5544,11 +5564,11 @@ msgstr "Añadir nuevo grupo de campos"
|
|||
msgid "Add New"
|
||||
msgstr "Añadir nuevo"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupo de campos"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: es_CR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2598,11 +2615,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2623,6 +2640,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2643,8 +2661,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2664,7 +2684,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2774,7 +2794,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2786,13 +2806,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2802,8 +2822,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
|
|
@ -2848,20 +2868,20 @@ msgstr ""
|
|||
msgid "Show in REST API"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2880,15 +2900,15 @@ msgstr ""
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "«%s» no es una dirección de correo electrónico válida"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valor del color"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Seleccionar el color por defecto"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Vaciar el color"
|
||||
|
||||
|
|
@ -3725,7 +3745,7 @@ msgstr "Duplicar este elemento"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentación"
|
||||
|
||||
|
|
@ -3905,7 +3925,7 @@ msgid "Field group updated."
|
|||
msgstr "Grupo de campos actualizado."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
|
@ -3982,7 +4002,7 @@ msgid "Title"
|
|||
msgstr "Título"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
|
|
@ -4049,50 +4069,50 @@ msgstr "Cancelar"
|
|||
msgid "Are you sure?"
|
||||
msgstr "¿Estás seguro?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d campos requieren atención"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 campo requiere atención"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validación fallida"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validación correcta"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restringido"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Contraer detalles"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ampliar detalles"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Subido a esta publicación"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
|
@ -4102,12 +4122,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Los cambios que has realizado se perderán si navegas hacia otra página"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "El tipo de archivo debe ser %s."
|
||||
|
||||
|
|
@ -4116,54 +4136,54 @@ msgstr "El tipo de archivo debe ser %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "El tamaño del archivo no debe sobrepasar %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "El tamaño de archivo debe ser al menos %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "La altura de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "La altura de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "El ancho de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "El ancho de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Tamaño completo"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mediano"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4335,7 +4355,7 @@ msgstr "Guardar los valores de 'otros' en las opciones del campo"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Añade la opción 'otros' para permitir valores personalizados"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Otros"
|
||||
|
||||
|
|
@ -4439,7 +4459,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Añade cada valor en una nueva línea"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Selecciona"
|
||||
|
|
@ -4540,13 +4560,13 @@ msgstr "Usuario"
|
|||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Seleccionar color"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4554,7 +4574,7 @@ msgstr "Por defecto"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Vaciar"
|
||||
|
||||
|
|
@ -5012,17 +5032,17 @@ msgid "Select post type"
|
|||
msgstr "Seleccionar tipo de contenido"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No se han encontrado coincidencias"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valores máximos alcanzados ( {max} valores )"
|
||||
|
||||
|
|
@ -5146,7 +5166,7 @@ msgid "Edit"
|
|||
msgstr "Editar"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Todas las imágenes"
|
||||
|
||||
|
|
@ -5288,7 +5308,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5422,7 +5442,7 @@ msgstr "Mapa de Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "El formato devuelto por de las funciones del tema"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5460,79 +5480,79 @@ msgid "Time Picker"
|
|||
msgstr "Selector de hora"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No se han encontrado campos en la papelera"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No se han encontrado campos"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Buscar campos"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Ver campo"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nuevo campo"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Editar campo"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Añadir nuevo campo"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Campos"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No se han encontrado grupos de campos en la papelera"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No se han encontrado grupos de campos"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Buscar grupo de campos"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Ver grupo de campos"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nuevo grupo de campos"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Añadir nuevo grupo de campos"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5540,11 +5560,11 @@ msgstr "Añadir nuevo grupo de campos"
|
|||
msgid "Add New"
|
||||
msgstr "Añadir nuevo"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupo de campos"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: es_EC\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2598,11 +2615,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2623,6 +2640,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2643,8 +2661,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2664,7 +2684,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2774,7 +2794,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2786,13 +2806,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2802,13 +2822,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - Hemos detectado una o más llamadas para obtener "
|
||||
"valores de campo de ACF antes de que ACF se haya iniciado. Esto no es "
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a "
|
||||
"href=\"%2$s\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a href=\"%2$s"
|
||||
"\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2852,20 +2872,20 @@ msgstr "%s necesita un ID de adjunto válido."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Mostrar en la API REST"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Activar la transparencia"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Array RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Cadena RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Cadena hexadecimal"
|
||||
|
||||
|
|
@ -2884,15 +2904,15 @@ msgstr "Activo"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "«%s» no es una dirección de correo electrónico válida"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valor del color"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Seleccionar el color predeterminado"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Vaciar el color"
|
||||
|
||||
|
|
@ -3729,7 +3749,7 @@ msgstr "Duplicar este elemento"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -3909,7 +3929,7 @@ msgid "Field group updated."
|
|||
msgstr "Grupo de campos actualizado."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
|
@ -3986,7 +4006,7 @@ msgid "Title"
|
|||
msgstr "Título"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
|
|
@ -4053,50 +4073,50 @@ msgstr "Cancelar"
|
|||
msgid "Are you sure?"
|
||||
msgstr "¿Estás seguro?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d campos requieren atención"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 campo requiere atención"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validación fallida"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validación correcta"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restringido"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Contraer detalles"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ampliar detalles"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Subido a esta publicación"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
|
@ -4106,12 +4126,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Los cambios que has realizado se perderán si navegas hacia otra página"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "El tipo de archivo debe ser %s."
|
||||
|
||||
|
|
@ -4120,54 +4140,54 @@ msgstr "El tipo de archivo debe ser %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "El tamaño del archivo no debe ser mayor de %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "El tamaño de archivo debe ser al menos %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "La altura de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "La altura de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "El ancho de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "El ancho de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Tamaño completo"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mediano"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4339,7 +4359,7 @@ msgstr "Guardar los valores de 'otros' en las opciones del campo"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Añade la opción 'otros' para permitir valores personalizados"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Otros"
|
||||
|
||||
|
|
@ -4443,7 +4463,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Añade cada valor en una nueva línea"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Selecciona"
|
||||
|
|
@ -4544,13 +4564,13 @@ msgstr "Usuario"
|
|||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Seleccionar color"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4558,7 +4578,7 @@ msgstr "Por defecto"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Vaciar"
|
||||
|
||||
|
|
@ -5016,17 +5036,17 @@ msgid "Select post type"
|
|||
msgstr "Seleccionar tipo de contenido"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No se han encontrado coincidencias"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valores máximos alcanzados ( {max} valores )"
|
||||
|
||||
|
|
@ -5150,7 +5170,7 @@ msgid "Edit"
|
|||
msgstr "Editar"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Todas las imágenes"
|
||||
|
||||
|
|
@ -5292,7 +5312,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5426,7 +5446,7 @@ msgstr "Mapa de Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "El formato devuelto por de las funciones del tema"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5464,79 +5484,79 @@ msgid "Time Picker"
|
|||
msgstr "Selector de hora"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No se han encontrado campos en la papelera"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No se han encontrado campos"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Buscar campos"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Ver campo"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nuevo campo"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Editar campo"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Añadir nuevo campo"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Campos"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No se han encontrado grupos de campos en la papelera"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No se han encontrado grupos de campos"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Buscar grupo de campos"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Ver grupo de campos"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nuevo grupo de campos"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Añadir nuevo grupo de campos"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5544,11 +5564,11 @@ msgstr "Añadir nuevo grupo de campos"
|
|||
msgid "Add New"
|
||||
msgstr "Añadir nuevo"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupo de campos"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: es_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,25 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr "Actualizar a ACF PRO"
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
"Las <a href=\"%s\" target=\"_blank\">páginas de opciones</a> de ACF son "
|
||||
"páginas de administrador personalizadas para gestionar ajustes globales a "
|
||||
"través de campos. Puedes crear múltiples páginas y subpáginas."
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr "Añadir página de opciones"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr "En el editor utilizado como marcador de posición del título."
|
||||
|
|
@ -29,7 +48,7 @@ msgstr "En el editor utilizado como marcador de posición del título."
|
|||
msgid "Title Placeholder"
|
||||
msgstr "Marcador de posición del título"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr "4 meses gratis"
|
||||
|
||||
|
|
@ -76,21 +95,21 @@ msgstr "Añadir campos"
|
|||
msgid "This Field"
|
||||
msgstr "Este campo"
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr "ACF PRO"
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr "Comentarios"
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr "Soporte"
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr "es desarrollado y mantenido por"
|
||||
|
||||
|
|
@ -113,8 +132,8 @@ msgstr ""
|
|||
"Activar el ajuste bidireccional te permite actualizar un valor en los campos "
|
||||
"de destino por cada valor seleccionado para este campo, añadiendo o "
|
||||
"eliminando el ID de entrada, el ID de taxonomía o el ID de usuario del "
|
||||
"elemento que se está actualizando. Para más información, lee la <a "
|
||||
"href=\"%s\" target=\"_blank\">documentación</a>."
|
||||
"elemento que se está actualizando. Para más información, lee la <a href=\"%s"
|
||||
"\" target=\"_blank\">documentación</a>."
|
||||
|
||||
#: includes/acf-bidirectional-functions.php:247
|
||||
msgid ""
|
||||
|
|
@ -155,7 +174,7 @@ msgstr "Campo %s"
|
|||
msgid "Select Multiple"
|
||||
msgstr "Seleccionar varios"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr "Logotipo de WP Engine"
|
||||
|
||||
|
|
@ -217,6 +236,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr "Ver precios y actualizar"
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr "Aprender más"
|
||||
|
||||
|
|
@ -698,7 +718,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Clon"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr "PRO"
|
||||
|
||||
|
|
@ -722,7 +742,7 @@ msgstr "ID de publicación no válido."
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr "Tipo de publicación no válido seleccionado para revisión."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr "Más"
|
||||
|
||||
|
|
@ -2726,7 +2746,7 @@ msgstr ""
|
|||
"Importa tipos de contenido y taxonomías registrados con Custom Post Type UI "
|
||||
"y gestiónalos con ACF. <a href=\"%s\">Empieza aquí</a>."
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr "ACF"
|
||||
|
||||
|
|
@ -2874,11 +2894,11 @@ msgstr ""
|
|||
"Los valores personalizados de la casilla de verificación no pueden estar "
|
||||
"vacíos. Desmarca cualquier valor vacío."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "Actualizaciones"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "Logo de Advanced Custom Fields"
|
||||
|
||||
|
|
@ -2899,12 +2919,13 @@ msgstr "Añadir título"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
msgstr ""
|
||||
"¿Nuevo en ACF? Echa un vistazo a nuestra <a href=\"%s\" "
|
||||
"target=\"_blank\">guía para comenzar</a>."
|
||||
"¿Nuevo en ACF? Echa un vistazo a nuestra <a href=\"%s\" target=\"_blank"
|
||||
"\">guía para comenzar</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/list-empty.php:15
|
||||
msgid "Add Field Group"
|
||||
|
|
@ -2924,8 +2945,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "Añade tu primer grupo de campos"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "Páginas de opciones"
|
||||
|
||||
|
|
@ -2945,7 +2968,7 @@ msgstr "Campo de contenido flexible"
|
|||
msgid "Repeater Field"
|
||||
msgstr "Campo repetidor"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr "Desbloquea las características extra con ACF PRO"
|
||||
|
||||
|
|
@ -2972,8 +2995,8 @@ msgid ""
|
|||
"Choose from over 30 field types. <a href=\"%s\" target=\"_blank\">Learn "
|
||||
"more</a>."
|
||||
msgstr ""
|
||||
"Elige de entre más de 30 tipos de campos. <a href=\"%s\" "
|
||||
"target=\"_blank\">Aprende más</a>."
|
||||
"Elige de entre más de 30 tipos de campos. <a href=\"%s\" target=\"_blank"
|
||||
"\">Aprende más</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/fields.php:65
|
||||
msgid ""
|
||||
|
|
@ -3059,7 +3082,7 @@ msgstr "Activa este elemento"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "¿Mover este grupo de campos a la papelera?"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -3071,7 +3094,7 @@ msgstr "Inactivo"
|
|||
msgid "WP Engine"
|
||||
msgstr "WP Engine"
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -3080,7 +3103,7 @@ msgstr ""
|
|||
"activos al mismo tiempo. Hemos desactivado automáticamente Advanced Custom "
|
||||
"Fields PRO."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -3093,13 +3116,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - Hemos detectado una o más llamadas para obtener "
|
||||
"valores de campo de ACF antes de que ACF se haya iniciado. Esto no es "
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a "
|
||||
"href=\"%2$s\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a href=\"%2$s"
|
||||
"\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -3143,20 +3166,20 @@ msgstr "%s necesita un ID de adjunto válido."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Mostrar en la API REST"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Activar la transparencia"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Array RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Cadena RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Cadena hexadecimal"
|
||||
|
||||
|
|
@ -3175,15 +3198,15 @@ msgstr "Activo"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "«%s» no es una dirección de correo electrónico válida"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valor del color"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Seleccionar el color por defecto"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Vaciar el color"
|
||||
|
||||
|
|
@ -4032,7 +4055,7 @@ msgstr "Duplicar este elemento"
|
|||
msgid "Supports"
|
||||
msgstr "Supports"
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentación"
|
||||
|
||||
|
|
@ -4212,7 +4235,7 @@ msgid "Field group updated."
|
|||
msgstr "Grupo de campos actualizado."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
|
@ -4289,7 +4312,7 @@ msgid "Title"
|
|||
msgstr "Título"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
|
|
@ -4356,50 +4379,50 @@ msgstr "Cancelar"
|
|||
msgid "Are you sure?"
|
||||
msgstr "¿Estás seguro?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d campos requieren atención"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 campo requiere atención"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validación fallida"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validación correcta"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restringido"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Contraer detalles"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ampliar detalles"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Subido a esta publicación"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
|
@ -4409,12 +4432,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Los cambios que has realizado se perderán si navegas hacia otra página"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "El tipo de archivo debe ser %s."
|
||||
|
||||
|
|
@ -4423,54 +4446,54 @@ msgstr "El tipo de archivo debe ser %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "El tamaño del archivo no debe ser mayor de %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "El tamaño de archivo debe ser al menos %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "La altura de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "La altura de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "El ancho de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "El ancho de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Tamaño completo"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mediano"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4642,7 +4665,7 @@ msgstr "Guardar los valores de 'otros' en las opciones del campo"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Añade la opción 'otros' para permitir valores personalizados"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Otros"
|
||||
|
||||
|
|
@ -4746,7 +4769,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Añade cada valor en una nueva línea"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Selecciona"
|
||||
|
|
@ -4847,13 +4870,13 @@ msgstr "Usuario"
|
|||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Seleccionar color"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4861,7 +4884,7 @@ msgstr "Por defecto"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Vaciar"
|
||||
|
||||
|
|
@ -5319,17 +5342,17 @@ msgid "Select post type"
|
|||
msgstr "Seleccionar tipo de contenido"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No se han encontrado coincidencias"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valores máximos alcanzados ( {max} valores )"
|
||||
|
||||
|
|
@ -5453,7 +5476,7 @@ msgid "Edit"
|
|||
msgstr "Editar"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Todas las imágenes"
|
||||
|
||||
|
|
@ -5595,7 +5618,7 @@ msgstr "UI estilizada"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5729,7 +5752,7 @@ msgstr "Mapa de Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "El formato devuelto por de las funciones del tema"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5767,79 +5790,79 @@ msgid "Time Picker"
|
|||
msgstr "Selector de hora"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "Inactivo <span class=\"count\">(%s)</span>"
|
||||
msgstr[1] "Inactivos <span class=\"count\">(%s)</span>"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No se han encontrado campos en la papelera"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No se han encontrado campos"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Buscar campos"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Ver campo"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nuevo campo"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Editar campo"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Añadir nuevo campo"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Campos"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No se han encontrado grupos de campos en la papelera"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No se han encontrado grupos de campos"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Buscar grupo de campos"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Ver grupo de campos"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nuevo grupo de campos"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Añadir nuevo grupo de campos"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5847,11 +5870,11 @@ msgstr "Añadir nuevo grupo de campos"
|
|||
msgid "Add New"
|
||||
msgstr "Añadir nuevo"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupo de campos"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5919,9 +5942,9 @@ msgstr "Opciones Actualizadas"
|
|||
|
||||
#: pro/updates.php:99
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"Para habilitar las actualizaciones, introduzca su clave de licencia en la "
|
||||
"página <a href=\"%1$s\">Actualizaciones.</a> Si no tiene una clave de "
|
||||
|
|
@ -6405,8 +6428,8 @@ msgid ""
|
|||
"a>."
|
||||
msgstr ""
|
||||
"Para desbloquear las actualizaciones, por favor a continuación introduce tu "
|
||||
"clave de licencia. Si no tienes una clave de licencia, consulta <a "
|
||||
"href=\"%s\" target=\"_blank\">detalles y precios</a>."
|
||||
"clave de licencia. Si no tienes una clave de licencia, consulta <a href=\"%s"
|
||||
"\" target=\"_blank\">detalles y precios</a>."
|
||||
|
||||
#: pro/admin/views/html-settings-updates.php:37
|
||||
msgid "License Key"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: es_MX\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -612,7 +629,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Clon"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -636,7 +653,7 @@ msgstr "El ID de la entrada no es válido."
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr "Tipo de entrada inválida seleccionada para valoración."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr "Más"
|
||||
|
||||
|
|
@ -2483,7 +2500,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2625,11 +2642,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2650,6 +2667,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2670,8 +2688,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2691,7 +2711,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2801,7 +2821,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2813,13 +2833,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2829,13 +2849,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - Hemos detectado una o más llamadas para obtener "
|
||||
"valores de campo de ACF antes de que ACF se haya iniciado. Esto no es "
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a "
|
||||
"href=\"%2$s\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a href=\"%2$s"
|
||||
"\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2879,20 +2899,20 @@ msgstr "%s necesita un ID de adjunto válido."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Mostrar en la API REST"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Activar la transparencia"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Array RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Cadena RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Cadena hexadecimal"
|
||||
|
||||
|
|
@ -2911,15 +2931,15 @@ msgstr "Activo"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "\"%s\" no es una dirección de correo electrónico válida"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valor del color"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Seleccionar el color predeterminado"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Vaciar el color"
|
||||
|
||||
|
|
@ -3756,7 +3776,7 @@ msgstr "Duplicar este elemento"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentación"
|
||||
|
||||
|
|
@ -3936,7 +3956,7 @@ msgid "Field group updated."
|
|||
msgstr "Grupo de campos actualizado."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
|
@ -4013,7 +4033,7 @@ msgid "Title"
|
|||
msgstr "Título"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
|
|
@ -4080,50 +4100,50 @@ msgstr "Cancelar"
|
|||
msgid "Are you sure?"
|
||||
msgstr "¿Estás seguro?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d campos requieren atención"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 campo requiere atención"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validación fallida"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validación correcta"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restringido"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Contraer detalles"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ampliar detalles"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Subido a esta publicación"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
|
@ -4133,12 +4153,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Los cambios que has realizado se perderán si navegas hacia otra página"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "El tipo de archivo debe ser %s."
|
||||
|
||||
|
|
@ -4147,54 +4167,54 @@ msgstr "El tipo de archivo debe ser %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "El tamaño del archivo no debe ser mayor de %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "El tamaño de archivo debe ser al menos %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "La altura de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "La altura de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "El ancho de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "El ancho de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Tamaño completo"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mediano"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4366,7 +4386,7 @@ msgstr "Guardar los valores de 'otros' en las opciones del campo"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Añade la opción 'otros' para permitir valores personalizados"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Otros"
|
||||
|
||||
|
|
@ -4470,7 +4490,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Añade cada valor en una nueva línea"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Selecciona"
|
||||
|
|
@ -4571,13 +4591,13 @@ msgstr "Usuario"
|
|||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Seleccionar color"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4585,7 +4605,7 @@ msgstr "Por defecto"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Vaciar"
|
||||
|
||||
|
|
@ -5043,17 +5063,17 @@ msgid "Select post type"
|
|||
msgstr "Seleccionar tipo de contenido"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No se han encontrado coincidencias"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valores máximos alcanzados ( {max} valores )"
|
||||
|
||||
|
|
@ -5177,7 +5197,7 @@ msgid "Edit"
|
|||
msgstr "Editar"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Todas las imágenes"
|
||||
|
||||
|
|
@ -5319,7 +5339,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5453,7 +5473,7 @@ msgstr "Mapa de Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "El formato devuelto por de las funciones del tema"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5491,79 +5511,79 @@ msgid "Time Picker"
|
|||
msgstr "Selector de hora"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No se han encontrado campos en la papelera"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No se han encontrado campos"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Buscar campos"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Ver campo"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nuevo campo"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Editar campo"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Añadir nuevo campo"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Campos"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No se han encontrado grupos de campos en la papelera"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No se han encontrado grupos de campos"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Buscar grupo de campos"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Ver grupo de campos"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nuevo grupo de campos"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Añadir nuevo grupo de campos"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5571,11 +5591,11 @@ msgstr "Añadir nuevo grupo de campos"
|
|||
msgid "Add New"
|
||||
msgstr "Añadir nuevo"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupo de campos"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: es_VE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2598,11 +2615,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2623,6 +2640,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2643,8 +2661,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2664,7 +2684,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2774,7 +2794,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2786,13 +2806,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2802,13 +2822,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - Hemos detectado una o más llamadas para obtener "
|
||||
"valores de campo de ACF antes de que ACF se haya iniciado. Esto no es "
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a "
|
||||
"href=\"%2$s\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
"compatible y puede ocasionar datos mal formados o faltantes. <a href=\"%2$s"
|
||||
"\" target=\"_blank\">Aprende cómo corregirlo</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2852,20 +2872,20 @@ msgstr "%s necesita un ID de adjunto válido."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Mostrar en la API REST"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Activar la transparencia"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Array RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Cadena RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Cadena hexadecimal"
|
||||
|
||||
|
|
@ -2884,15 +2904,15 @@ msgstr "Activo"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "«%s» no es una dirección de correo electrónico válida"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valor del color"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Seleccionar el color por defecto"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Vaciar el color"
|
||||
|
||||
|
|
@ -3729,7 +3749,7 @@ msgstr "Duplicar este elemento"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentación"
|
||||
|
||||
|
|
@ -3909,7 +3929,7 @@ msgid "Field group updated."
|
|||
msgstr "Grupo de campos actualizado."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Herramientas"
|
||||
|
|
@ -3986,7 +4006,7 @@ msgid "Title"
|
|||
msgstr "Título"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
|
|
@ -4053,50 +4073,50 @@ msgstr "Cancelar"
|
|||
msgid "Are you sure?"
|
||||
msgstr "¿Estás seguro?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d campos requieren atención"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 campo requiere atención"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validación fallida"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validación correcta"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restringido"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Contraer detalles"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ampliar detalles"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Subido a esta publicación"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
|
@ -4106,12 +4126,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Los cambios que has realizado se perderán si navegas hacia otra página"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "El tipo de archivo debe ser %s."
|
||||
|
||||
|
|
@ -4120,54 +4140,54 @@ msgstr "El tipo de archivo debe ser %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "o"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "El tamaño del archivo no debe ser mayor de %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "El tamaño de archivo debe ser al menos %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "La altura de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "La altura de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "El ancho de la imagen no debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "El ancho de la imagen debe ser al menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sin título)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Tamaño completo"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mediano"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4339,7 +4359,7 @@ msgstr "Guardar los valores de 'otros' en las opciones del campo"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Añade la opción 'otros' para permitir valores personalizados"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Otros"
|
||||
|
||||
|
|
@ -4443,7 +4463,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Añade cada valor en una nueva línea"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Selecciona"
|
||||
|
|
@ -4544,13 +4564,13 @@ msgstr "Usuario"
|
|||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Seleccionar color"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4558,7 +4578,7 @@ msgstr "Por defecto"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Vaciar"
|
||||
|
||||
|
|
@ -5016,17 +5036,17 @@ msgid "Select post type"
|
|||
msgstr "Seleccionar tipo de contenido"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "No se han encontrado coincidencias"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valores máximos alcanzados ( {max} valores )"
|
||||
|
||||
|
|
@ -5150,7 +5170,7 @@ msgid "Edit"
|
|||
msgstr "Editar"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Todas las imágenes"
|
||||
|
||||
|
|
@ -5292,7 +5312,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5426,7 +5446,7 @@ msgstr "Mapa de Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "El formato devuelto por de las funciones del tema"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5464,79 +5484,79 @@ msgid "Time Picker"
|
|||
msgstr "Selector de hora"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "No se han encontrado campos en la papelera"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "No se han encontrado campos"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Buscar campos"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Ver campo"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nuevo campo"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Editar campo"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Añadir nuevo campo"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Campos"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "No se han encontrado grupos de campos en la papelera"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "No se han encontrado grupos de campos"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Buscar grupo de campos"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Ver grupo de campos"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nuevo grupo de campos"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Añadir nuevo grupo de campos"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5544,11 +5564,11 @@ msgstr "Añadir nuevo grupo de campos"
|
|||
msgid "Add New"
|
||||
msgstr "Añadir nuevo"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupo de campos"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: fa_IR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -608,7 +625,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "کپی (هیچ)"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -632,7 +649,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2470,7 +2487,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr "ACF"
|
||||
|
||||
|
|
@ -2616,11 +2633,11 @@ msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
|||
msgstr ""
|
||||
"مقادیر سفارشی کادر انتخاب نمیتواند خالی باشد. انتخاب مقادیر خالی را بردارید."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "بروزرسانی ها"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "لوگوی زمینههای سفارشی پیشرفته"
|
||||
|
||||
|
|
@ -2641,6 +2658,7 @@ msgstr "افزودن عنوان"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2663,8 +2681,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "اولین گروه فیلد خود را اضافه نمایید"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "برگههای گزینهها"
|
||||
|
||||
|
|
@ -2684,7 +2704,7 @@ msgstr "زمینه محتوای انعطاف پذیر"
|
|||
msgid "Repeater Field"
|
||||
msgstr "زمینه تکرارشونده"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2792,7 +2812,7 @@ msgstr "فعال کردن این مورد"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "انتقال گروه زمینه به زبالهدان؟"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2804,7 +2824,7 @@ msgstr "غیرفعال"
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -2812,7 +2832,7 @@ msgstr ""
|
|||
"افزونه زمینه های سفارشی و افزونه زمینه های سفارشی پیشرفته نباید همزمان فعال "
|
||||
"باشند. ما به طور خودکار افزونه زمینه های سفارشی پیشرفته را غیرفعال کردیم."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2824,13 +2844,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - قبل از شروع اولیه ACF، یک یا چند تماس را برای "
|
||||
"بازیابی مقادیر فیلد ACF شناسایی کردهایم. این مورد پشتیبانی نمیشود و میتواند "
|
||||
"منجر به دادههای ناقص یا از دست رفته شود. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">با نحوه رفع این مشکل آشنا شوید</a>."
|
||||
"منجر به دادههای ناقص یا از دست رفته شود. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">با نحوه رفع این مشکل آشنا شوید</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2871,20 +2891,20 @@ msgstr ""
|
|||
msgid "Show in REST API"
|
||||
msgstr "نمایش در REST API"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "فعال کردن شفافیت"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "آرایه RGBA "
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "رشته RGBA "
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "کد هگز RGBA "
|
||||
|
||||
|
|
@ -2903,15 +2923,15 @@ msgstr "فعال"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "نشانی ایمیل %s معتبر نیست"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "مقدار رنگ"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "انتخاب رنگ پیشفرض"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "پاک کردن رنگ"
|
||||
|
||||
|
|
@ -3739,7 +3759,7 @@ msgstr "تکثیر این زمینه"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "مستندات"
|
||||
|
||||
|
|
@ -3915,7 +3935,7 @@ msgid "Field group updated."
|
|||
msgstr "گروه زمینه بروز شد."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "ابزارها"
|
||||
|
|
@ -3992,7 +4012,7 @@ msgid "Title"
|
|||
msgstr "عنوان"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "ویرایش گروه زمینه"
|
||||
|
||||
|
|
@ -4059,50 +4079,50 @@ msgstr "لغو"
|
|||
msgid "Are you sure?"
|
||||
msgstr "اطمینان دارید؟"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d گزینه نیاز به بررسی دارد"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "یکی از گزینه ها نیاز به بررسی دارد"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "مشکل در اعتبار سنجی"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "اعتبار سنجی موفق بود"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "ممنوع"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "عدم نمایش جزئیات"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "نمایش جزئیات"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "بارگذاری شده در این نوشته"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "بروزرسانی"
|
||||
|
|
@ -4112,12 +4132,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "ویرایش"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "اگر از صفحه جاری خارج شوید ، تغییرات شما ذخیره نخواهند شد"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "نوع فایل باید %s باشد."
|
||||
|
||||
|
|
@ -4126,54 +4146,54 @@ msgstr "نوع فایل باید %s باشد."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "یا"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "حجم فایل ها نباید از %s بیشتر باشد."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "حجم فایل باید حداقل %s باشد."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "ارتفاع تصویر نباید از %d پیکسل بیشتر باشد."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "ارتفاع فایل باید حداقل %d پیکسل باشد."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "عرض تصویر نباید از %d پیکسل بیشتر باشد."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "عرض تصویر باید حداقل %d پیکسل باشد."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(بدون عنوان)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "اندازه کامل"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "بزرگ"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "متوسط"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "تصویر بندانگشتی"
|
||||
|
||||
|
|
@ -4344,7 +4364,7 @@ msgstr "ذخیره مقادیر دیگر در انتخاب های زمینه"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "افزودن گزینه 'دیگر' برای ثبت مقادیر دلخواه"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "دیگر"
|
||||
|
||||
|
|
@ -4448,7 +4468,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "هر مقدار پیش فرض را در یک خط جدید وارد کنید"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "انتخاب"
|
||||
|
|
@ -4548,13 +4568,13 @@ msgstr "کاربر"
|
|||
msgid "Separator"
|
||||
msgstr "جداکننده"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "رنگ را انتخاب کنید"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4562,7 +4582,7 @@ msgstr "پیش فرض"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "پاکسازی"
|
||||
|
||||
|
|
@ -5018,17 +5038,17 @@ msgid "Select post type"
|
|||
msgstr "انتحاب نوع نوشته"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "مطابقتی یافت نشد"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "درحال خواندن"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "مقادیر به حداکثر رسیده اند ( {max} آیتم )"
|
||||
|
||||
|
|
@ -5152,7 +5172,7 @@ msgid "Edit"
|
|||
msgstr "ویرایش"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "تمام تصاویر"
|
||||
|
||||
|
|
@ -5292,7 +5312,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5425,7 +5445,7 @@ msgstr "نقشه گوگل"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "قالب توسط توابع پوسته نمایش داده خواهد شد"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5463,78 +5483,78 @@ msgid "Time Picker"
|
|||
msgstr "انتخاب زمان"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "گروه زمینه ای در زباله دان یافت نشد"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "گروه زمینه ای یافت نشد"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "جستجوی گروه های زمینه"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "نمایش زمینه"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "زمینه جدید"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "ویرایش زمینه"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "زمینه جدید"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "زمینه"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "زمینه ها"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "گروه زمینه ای در زباله دان یافت نشد"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "گروه زمینه ای یافت نشد"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "جستجوی گروه های زمینه"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "مشاهده گروه زمینه"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "گروه زمینه جدید"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "ویرایش گروه زمینه"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "افزودن گروه زمینه جدید"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5542,11 +5562,11 @@ msgstr "افزودن گروه زمینه جدید"
|
|||
msgid "Add New"
|
||||
msgstr "افزودن"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "گروه زمینه"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5612,9 +5632,9 @@ msgstr "تنظیمات به روز شدند"
|
|||
|
||||
#: pro/updates.php:99
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
|
||||
#: pro/updates.php:159
|
||||
|
|
@ -6078,8 +6098,8 @@ msgid ""
|
|||
"licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
|
||||
"a>."
|
||||
msgstr ""
|
||||
"برای به روزرسانی لطفا کد لایسنس را وارد کنید. <a href=\"%s\" "
|
||||
"target=\"_blank\">قیمت ها</a>."
|
||||
"برای به روزرسانی لطفا کد لایسنس را وارد کنید. <a href=\"%s\" target=\"_blank"
|
||||
"\">قیمت ها</a>."
|
||||
|
||||
#: pro/admin/views/html-settings-updates.php:37
|
||||
msgid "License Key"
|
||||
|
|
|
|||
BIN
lang/acf-fi.mo
BIN
lang/acf-fi.mo
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -76,13 +76,13 @@ msgstr "Asetukset päivitetty"
|
|||
|
||||
#: pro/updates.php:99
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"Ottaaksesi käyttöön päivitykset, syötä lisenssiavaimesi <a "
|
||||
"href=\"%1$s\">Päivitykset</a> -sivulle. Jos sinulla ei ole lisenssiavainta, "
|
||||
"katso <a href=\"%2$s\" target=\"_blank\">tiedot ja hinnoittelu</a>."
|
||||
"Ottaaksesi käyttöön päivitykset, syötä lisenssiavaimesi <a href=\"%1$s"
|
||||
"\">Päivitykset</a> -sivulle. Jos sinulla ei ole lisenssiavainta, katso <a "
|
||||
"href=\"%2$s\" target=\"_blank\">tiedot ja hinnoittelu</a>."
|
||||
|
||||
#: pro/updates.php:159
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Clone"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2604,7 +2621,7 @@ msgstr ""
|
|||
msgid "Updates"
|
||||
msgstr "Mises à jour"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2625,6 +2642,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2645,8 +2663,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2666,7 +2686,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2776,7 +2796,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2788,13 +2808,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2804,8 +2824,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
|
|
@ -2850,20 +2870,20 @@ msgstr ""
|
|||
msgid "Show in REST API"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2882,15 +2902,15 @@ msgstr ""
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -3712,7 +3732,7 @@ msgstr "Dupliquer cet élément"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
||||
|
|
@ -3893,7 +3913,7 @@ msgid "Field group updated."
|
|||
msgstr "Groupe de champs mis à jour."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Outils"
|
||||
|
|
@ -3970,7 +3990,7 @@ msgid "Title"
|
|||
msgstr "Titre"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Modifier le groupe de champs"
|
||||
|
||||
|
|
@ -4037,50 +4057,50 @@ msgstr "Annuler"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Êtes-vous sûr(e)?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d champs requièrent votre attention"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 champ requiert votre attention"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Échec de la validation"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validé avec succès"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Limité"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Masquer les détails"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Afficher les détails"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Lié(s) à cet article"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Mettre à jour"
|
||||
|
|
@ -4090,12 +4110,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Modifier"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Les modifications seront perdues si vous quittez cette page"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "Le type de fichier doit être %s."
|
||||
|
||||
|
|
@ -4104,54 +4124,54 @@ msgstr "Le type de fichier doit être %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "Le poids de l'image ne doit pas dépasser %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "Le poids de l'image doit être d'au moins %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "L'image ne doit pas dépasser %dpx de hauteur."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "L'image doit mesurer au moins %dpx de hauteur."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "L'image ne doit pas dépasser %dpx de largeur."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "L'image doit mesurer au moins %dpx de largeur."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sans titre)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Taille originale"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Moyen"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniature"
|
||||
|
||||
|
|
@ -4323,7 +4343,7 @@ msgstr "Enregistrer les valeurs personnalisées « autre » en tant que choix"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Ajouter un choix « autre » pour autoriser une valeur personnalisée"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
|
|
@ -4427,7 +4447,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Entrez chaque valeur par défaut sur une nouvelle ligne"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Choisir"
|
||||
|
|
@ -4528,13 +4548,13 @@ msgstr "Utilisateur"
|
|||
msgid "Separator"
|
||||
msgstr "Séparateur"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Choisir une couleur"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4542,7 +4562,7 @@ msgstr "Valeur par défaut"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Effacer"
|
||||
|
||||
|
|
@ -5002,17 +5022,17 @@ msgid "Select post type"
|
|||
msgstr "Choisissez le type de publication"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Aucun résultat"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Chargement en cours"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Nombre maximal de valeurs atteint ({max} valeurs)"
|
||||
|
||||
|
|
@ -5138,7 +5158,7 @@ msgid "Edit"
|
|||
msgstr "Modifier"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Toutes les images"
|
||||
|
||||
|
|
@ -5278,7 +5298,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5411,7 +5431,7 @@ msgstr "Google Map"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "Valeur retournée dans le code"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5449,79 +5469,79 @@ msgid "Time Picker"
|
|||
msgstr "Sélecteur d’heure"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "Aucun champ trouvé dans la corbeille"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Aucun champ trouvé"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Rechercher des champs"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Voir le champ"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nouveau champ"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Modifier le champ"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Ajouter un champ"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Champ"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Champs"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "Aucun groupe de champs trouvé dans la corbeille"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Aucun groupe de champs trouvé"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Rechercher des groupes de champs"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Voir le groupe de champs"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nouveau groupe de champs"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Modifier le groupe de champs"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Ajouter un nouveau groupe de champs"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5529,11 +5549,11 @@ msgstr "Ajouter un nouveau groupe de champs"
|
|||
msgid "Add New"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Groupe de champs"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5605,13 +5625,13 @@ msgstr "Options mises à jours"
|
|||
#: pro/updates.php:99
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>."
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>."
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"Pour activer les mises à jour, veuillez entrer votre clé de licence sur la "
|
||||
"page <a href=\"%s\">Mises à jour</a>. Si vous n’en avez pas, rendez-vous sur "
|
||||
|
|
@ -5661,8 +5681,8 @@ msgid ""
|
|||
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
|
||||
"Custom Field Group</a>"
|
||||
msgstr ""
|
||||
"Aucun groupe de champs trouvé pour cette page d’options. <a "
|
||||
"href=\"%s\">Créer un groupe de champs</a>"
|
||||
"Aucun groupe de champs trouvé pour cette page d’options. <a href=\"%s"
|
||||
"\">Créer un groupe de champs</a>"
|
||||
|
||||
#: pro/admin/admin-updates.php:52
|
||||
msgid "<b>Error</b>. Could not connect to update server"
|
||||
|
|
@ -6137,8 +6157,8 @@ msgid ""
|
|||
"a>."
|
||||
msgstr ""
|
||||
"Pour débloquer les mises à jour, veuillez entrer votre clé de licence ci-"
|
||||
"dessous. Si vous n’en avez pas, rendez-vous sur nos <a href=\"%s\" "
|
||||
"target=\"_blank\">détails & tarifs</a>."
|
||||
"dessous. Si vous n’en avez pas, rendez-vous sur nos <a href=\"%s\" target="
|
||||
"\"_blank\">détails & tarifs</a>."
|
||||
|
||||
# @ acf
|
||||
#: pro/admin/views/html-settings-updates.php:37
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: fr_FR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr "Ajouter des champs"
|
|||
msgid "This Field"
|
||||
msgstr "Ce champ"
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr "ACF Pro"
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr "Retour"
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr "Support"
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr "est développé et maintenu par"
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr "Logo WP Engine"
|
||||
|
||||
|
|
@ -205,6 +221,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr "Voir les tarifs & mettre à niveau"
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr "En Savoir Plus"
|
||||
|
||||
|
|
@ -657,7 +674,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Cloner"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr "Pro"
|
||||
|
||||
|
|
@ -681,7 +698,7 @@ msgstr "ID de publication invalide."
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr "Type de publication sélectionné pour révision invalide."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr "Plus"
|
||||
|
||||
|
|
@ -2594,7 +2611,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr "ACF"
|
||||
|
||||
|
|
@ -2740,11 +2757,11 @@ msgstr ""
|
|||
"Les valeurs personnalisées des cases à cocher ne peuvent pas être vides. "
|
||||
"Décochez toutes les valeurs vides."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "Mises à jour"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "Logo Advanced Custom Fields"
|
||||
|
||||
|
|
@ -2765,12 +2782,13 @@ msgstr "Ajouter un titre"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
msgstr ""
|
||||
"Nouveau sur ACF ? Jetez un œil à notre <a href=\"%s\" "
|
||||
"target=\"_blank\">guide des premiers pas</a>."
|
||||
"Nouveau sur ACF ? Jetez un œil à notre <a href=\"%s\" target=\"_blank"
|
||||
"\">guide des premiers pas</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/list-empty.php:15
|
||||
msgid "Add Field Group"
|
||||
|
|
@ -2789,8 +2807,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "Ajouter votre premier groupe de champs"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "Pages d’options"
|
||||
|
||||
|
|
@ -2810,7 +2830,7 @@ msgstr "Champ de contenu flexible"
|
|||
msgid "Repeater Field"
|
||||
msgstr "Champ répéteur"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr "Débloquer des fonctionnalités supplémentaires avec ACF PRO"
|
||||
|
||||
|
|
@ -2837,8 +2857,8 @@ msgid ""
|
|||
"Choose from over 30 field types. <a href=\"%s\" target=\"_blank\">Learn "
|
||||
"more</a>."
|
||||
msgstr ""
|
||||
"Choisissez parmi plus de 30 types de champs. <a href=\"%s\" "
|
||||
"target=\"_blank\">En savoir plus</a>."
|
||||
"Choisissez parmi plus de 30 types de champs. <a href=\"%s\" target=\"_blank"
|
||||
"\">En savoir plus</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/fields.php:65
|
||||
msgid ""
|
||||
|
|
@ -2924,7 +2944,7 @@ msgstr "Activer cet élément"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "Déplacer le groupe de champs vers la corbeille ?"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2936,7 +2956,7 @@ msgstr "Inactif"
|
|||
msgid "WP Engine"
|
||||
msgstr "WP Engine"
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -2945,7 +2965,7 @@ msgstr ""
|
|||
"actives en même temps. Nous avons automatiquement désactivé Advanced Custom "
|
||||
"Fields Pro."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2958,8 +2978,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - Nous avons détecté un ou plusieurs appels pour "
|
||||
"récupérer les valeurs des champs ACF avant l’initialisation d’ACF. Ceci "
|
||||
|
|
@ -3010,20 +3030,20 @@ msgstr "%s nécessite un ID de fichier jointe valide."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Afficher dans l’API REST"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Activer la transparence"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Tableau RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Chaine RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Chaine hexadécimale"
|
||||
|
||||
|
|
@ -3042,15 +3062,15 @@ msgstr "Actif"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "« %s » n’est pas une adresse e-mail valide"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valeur de la couleur"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Sélectionner une couleur par défaut"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Effacer la couleur"
|
||||
|
||||
|
|
@ -3569,7 +3589,7 @@ msgstr "Les groupes de champs avec un ordre inférieur apparaitront en premier"
|
|||
|
||||
#: includes/admin/views/acf-field-group/options.php:154
|
||||
msgid "Order No."
|
||||
msgstr "N° de commande."
|
||||
msgstr "N° d’ordre."
|
||||
|
||||
#: includes/admin/views/acf-field-group/options.php:145
|
||||
msgid "Below fields"
|
||||
|
|
@ -3906,7 +3926,7 @@ msgstr "Dupliquer cet élément"
|
|||
msgid "Supports"
|
||||
msgstr "Prend en charge"
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentation"
|
||||
|
||||
|
|
@ -4089,7 +4109,7 @@ msgid "Field group updated."
|
|||
msgstr "Groupe de champs mis à jour."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Outils"
|
||||
|
|
@ -4166,7 +4186,7 @@ msgid "Title"
|
|||
msgstr "Titre"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Modifier le groupe de champs"
|
||||
|
||||
|
|
@ -4233,50 +4253,50 @@ msgstr "Annuler"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Confirmez-vous ?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d champs nécessitent votre attention"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "Un champ nécessite votre attention"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Échec de la validation"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validation réussie"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Limité"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Replier les détails"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Déplier les détails"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Téléversé sur cette publication"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Mettre à jour"
|
||||
|
|
@ -4286,14 +4306,14 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Modifier"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr ""
|
||||
"Les modifications que vous avez effectuées seront perdues si vous quittez "
|
||||
"cette page"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "Le type de fichier doit être %s."
|
||||
|
||||
|
|
@ -4302,54 +4322,54 @@ msgstr "Le type de fichier doit être %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "La taille du fichier ne doit pas excéder %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "La taille du fichier doit être d’au moins %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "La hauteur de l’image ne doit pas excéder %d px."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "La hauteur de l’image doit être au minimum de %d px."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "La largeur de l’image ne doit pas excéder %d px."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "La largeur de l’image doit être au minimum de %d px."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(aucun titre)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Taille originale"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grand"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Moyen"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniature"
|
||||
|
||||
|
|
@ -4520,7 +4540,7 @@ msgstr "Sauvegarder les valeurs « Autres » dans les choix des champs"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Ajouter le choix « Autre » pour autoriser les valeurs personnalisées"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
|
|
@ -4624,7 +4644,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Saisir chaque valeur par défaut sur une nouvelle ligne"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Sélectionner"
|
||||
|
|
@ -4726,13 +4746,13 @@ msgstr "Compte"
|
|||
msgid "Separator"
|
||||
msgstr "Séparateur"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Sélectionner une couleur"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4740,7 +4760,7 @@ msgstr "Par défaut"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Effacer"
|
||||
|
||||
|
|
@ -5199,17 +5219,17 @@ msgid "Select post type"
|
|||
msgstr "Choisissez le type de publication"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Aucune correspondance trouvée"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Chargement"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valeurs maximum atteintes ({max} valeurs)"
|
||||
|
||||
|
|
@ -5334,7 +5354,7 @@ msgid "Edit"
|
|||
msgstr "Modifier"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Toutes les images"
|
||||
|
||||
|
|
@ -5474,7 +5494,7 @@ msgstr "Interface (UI) stylisée"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5607,7 +5627,7 @@ msgstr "Google Map"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "Le format retourné via les fonctions du modèle"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5645,79 +5665,79 @@ msgid "Time Picker"
|
|||
msgstr "Sélecteur d’heure"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "<span class=\"count\">(%s)</span> inactif"
|
||||
msgstr[1] "<span class=\"count\">(%s)</span> inactifs"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "Aucun champ trouvé dans la corbeille"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Aucun champ trouvé"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Rechercher des champs"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Voir le champ"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Nouveau champ"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Modifier le champ"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Ajouter un nouveau champ"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Champ"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Champs"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "Aucun groupe de champs trouvé dans la corbeille"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Aucun groupe de champs trouvé"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Rechercher des groupes de champs"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Voir le groupe de champs"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Nouveau groupe de champs"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Modifier le groupe de champs"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Ajouter un groupe de champs"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5725,11 +5745,11 @@ msgstr "Ajouter un groupe de champs"
|
|||
msgid "Add New"
|
||||
msgstr "Ajouter"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Groupe de champs"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5801,9 +5821,9 @@ msgstr "Options mises à jour"
|
|||
|
||||
#: pro/updates.php:99
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"Pour activer les mises à jour, veuillez indiquer votre clé de licence sur la "
|
||||
"page <a href=\"%1$s\">Mises à jour</a>. Si vous n’en possédez pas encore "
|
||||
|
|
@ -6307,8 +6327,8 @@ msgid ""
|
|||
"a>."
|
||||
msgstr ""
|
||||
"Pour débloquer les mises à jour, veuillez entrer votre clé de licence ci-"
|
||||
"dessous. Si vous n’en possédez pas encore une, jetez un oeil à nos <a "
|
||||
"href=\"%s\" target=\"_blank\">détails & tarifs</a>."
|
||||
"dessous. Si vous n’en possédez pas encore une, jetez un oeil à nos <a href="
|
||||
"\"%s\" target=\"_blank\">détails & tarifs</a>."
|
||||
|
||||
# @ acf
|
||||
#: pro/admin/views/html-settings-updates.php:37
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: gl_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,7 +602,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -609,7 +626,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2456,7 +2473,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2602,11 +2619,11 @@ msgstr ""
|
|||
"Os valores personalizados do recadro de verificación non poden estar "
|
||||
"baleiros. Desmarca calquera valor baleiro."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "Actualizacións"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr "Logo de Advanced Custom Fields"
|
||||
|
||||
|
|
@ -2627,6 +2644,7 @@ msgstr "Engadir título"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2652,8 +2670,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr "Engade o teu primeiro grupo de campos"
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr "Páxinas de opcións"
|
||||
|
||||
|
|
@ -2673,7 +2693,7 @@ msgstr "Campo de contido flexible"
|
|||
msgid "Repeater Field"
|
||||
msgstr "Campo repetidor"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr "Desbloquea as características extra con ACF PRO"
|
||||
|
||||
|
|
@ -2700,8 +2720,8 @@ msgid ""
|
|||
"Choose from over 30 field types. <a href=\"%s\" target=\"_blank\">Learn "
|
||||
"more</a>."
|
||||
msgstr ""
|
||||
"Elixe de entre máis de 30 tipos de campos. <a href=\"%s\" "
|
||||
"target=\"_blank\">Aprende máis</a>."
|
||||
"Elixe de entre máis de 30 tipos de campos. <a href=\"%s\" target=\"_blank"
|
||||
"\">Aprende máis</a>."
|
||||
|
||||
#: includes/admin/views/acf-field-group/fields.php:65
|
||||
msgid ""
|
||||
|
|
@ -2787,7 +2807,7 @@ msgstr "Activa este elemento"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr "Mover este grupo de campos á papeleira?"
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2799,7 +2819,7 @@ msgstr "Inactivo"
|
|||
msgid "WP Engine"
|
||||
msgstr "WP Engine"
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -2808,7 +2828,7 @@ msgstr ""
|
|||
"activos ao mesmo tempo. Desactivamos automaticamente Advanced Custom Fields "
|
||||
"PRO."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2820,13 +2840,13 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> -Detectamos unha ou máis chamadas para obter valores "
|
||||
"de campo de ACF antes de que ACF se iniciara. Isto non é compatible e pode "
|
||||
"ocasionar datos mal formados ou faltantes. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Aprende como corrixilo</a>."
|
||||
"ocasionar datos mal formados ou faltantes. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Aprende como corrixilo</a>."
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
msgid "%1$s must have a user with the %2$s role."
|
||||
|
|
@ -2870,20 +2890,20 @@ msgstr "%s necesita un ID de adxunto válido."
|
|||
msgid "Show in REST API"
|
||||
msgstr "Amosar na API REST"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "Activar transparencia"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr "Array RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr "Cadea RGBA"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr "Cadea Hex"
|
||||
|
||||
|
|
@ -2902,15 +2922,15 @@ msgstr "Activo"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "«%s» non é un enderezo de correo electrónico válido"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "Valor da cor"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "Seleccionar cor por defecto"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "Baleirar cor"
|
||||
|
||||
|
|
@ -3753,7 +3773,7 @@ msgstr "Duplicar este elemento"
|
|||
msgid "Supports"
|
||||
msgstr "Soporta"
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "Documentación"
|
||||
|
||||
|
|
@ -3932,7 +3952,7 @@ msgid "Field group updated."
|
|||
msgstr "Grupo de campos actualizado."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Ferramentas"
|
||||
|
|
@ -4009,7 +4029,7 @@ msgid "Title"
|
|||
msgstr "Título"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
|
|
@ -4076,50 +4096,50 @@ msgstr "Cancelar"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Estás seguro?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "%d campos requiren atención"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 campo require atención"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Validación fallida"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Validación correcta"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Restrinxido"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Contraer detalles"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Ampliar detalles"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Subido a esta publicación"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Actualizar"
|
||||
|
|
@ -4129,12 +4149,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "Os trocos que realizaras perderanse se navegas cara á outra páxina"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "O tipo de arquivo debe ser %s."
|
||||
|
||||
|
|
@ -4143,54 +4163,54 @@ msgstr "O tipo de arquivo debe ser %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "ou"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "O tamaño de arquivo non debe ser maior de %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "O tamaño do arquivo debe ser polo menos %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "A altura da imaxe non debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "A altura da imaxe debe ser polo menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "O ancho da imaxe non debe exceder %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "O ancho da imaxe debe ser polo menos %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(sen título)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Tamaño completo"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Grande"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Mediano"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Miniatura"
|
||||
|
||||
|
|
@ -4362,7 +4382,7 @@ msgstr "Gardar os valores de «outros» nas opcións do campo"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Engade a opción «outros» para permitir valores personalizados"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Outros"
|
||||
|
||||
|
|
@ -4466,7 +4486,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Engade cada valor nunha nova liña"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Selecciona"
|
||||
|
|
@ -4567,13 +4587,13 @@ msgstr "Usuario"
|
|||
msgid "Separator"
|
||||
msgstr "Separador"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Seleccionar cor"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4581,7 +4601,7 @@ msgstr "Por defecto"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Baleirar"
|
||||
|
||||
|
|
@ -5039,17 +5059,17 @@ msgid "Select post type"
|
|||
msgstr "Seleccionar tipo de contido"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Non se encontraron coincidencias"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Cargando"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Valores máximos alcanzados ( {max} valores )"
|
||||
|
||||
|
|
@ -5173,7 +5193,7 @@ msgid "Edit"
|
|||
msgstr "Editar"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Todas as imaxes"
|
||||
|
||||
|
|
@ -5315,7 +5335,7 @@ msgstr "UI estilizada"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5448,7 +5468,7 @@ msgstr "Mapa de Google"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "O formato devolto polas funcións do tema"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5486,79 +5506,79 @@ msgid "Time Picker"
|
|||
msgstr "Selector de hora"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "Inactivo <span class=\"count\">(%s)</span>"
|
||||
msgstr[1] "Inactivos <span class=\"count\">(%s)</span>"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "Non se encontraron campos na papeleira"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Non se encontraron campos"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Buscar campos"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Ver campo"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Novo campo"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Editar campo"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Engadir novo campo"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Campos"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "Non se atoparon os grupos de campos na papeleira"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Non se encontraron grupos de campos"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Buscar grupo de campos"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Ver grupo de campos"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Novo grupo de campos"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Editar grupo de campos"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Engadir novo grupo de campos"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5566,11 +5586,11 @@ msgstr "Engadir novo grupo de campos"
|
|||
msgid "Add New"
|
||||
msgstr "Engadir novo"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupo de campos"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
BIN
lang/acf-gu.mo
BIN
lang/acf-gu.mo
Binary file not shown.
220
lang/acf-gu.po
220
lang/acf-gu.po
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: gu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr "શીર્ષકના પ્લેસહોલ્ડર તરીકે ઉપયોગમાં લેવાતા એડિટરમાં."
|
||||
|
|
@ -29,7 +45,7 @@ msgstr "શીર્ષકના પ્લેસહોલ્ડર તરીક
|
|||
msgid "Title Placeholder"
|
||||
msgstr "શીર્ષક પ્લેસહોલ્ડર"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr "4 મહિના મફત"
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr "ક્ષેત્રો ઉમેરો"
|
|||
msgid "This Field"
|
||||
msgstr "આ ક્ષેત્ર"
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr "એસીએફ પ્રો"
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr "પ્રતિસાદ"
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr "સપોર્ટ"
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr "દ્વારા વિકસિત અને જાળવણી કરવામાં આવે છે"
|
||||
|
||||
|
|
@ -110,8 +126,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"દ્વિપક્ષીય સેટિંગને સક્ષમ કરવાથી તમે આ ફીલ્ડ માટે પસંદ કરેલ દરેક મૂલ્ય માટે લક્ષ્ય ફીલ્ડમાં મૂલ્ય "
|
||||
"અપડેટ કરી શકો છો, પોસ્ટ ID, વર્ગીકરણ ID અથવા અપડેટ કરવામાં આવી રહેલી આઇટમના "
|
||||
"વપરાશકર્તા ID ને ઉમેરીને અથવા દૂર કરી શકો છો. વધુ માહિતી માટે, કૃપા કરીને <a "
|
||||
"href=\"%s\" target=\"_blank\">દસ્તાવેજીકરણ</a> વાંચો."
|
||||
"વપરાશકર્તા ID ને ઉમેરીને અથવા દૂર કરી શકો છો. વધુ માહિતી માટે, કૃપા કરીને <a href=\"%s"
|
||||
"\" target=\"_blank\">દસ્તાવેજીકરણ</a> વાંચો."
|
||||
|
||||
#: includes/acf-bidirectional-functions.php:247
|
||||
msgid ""
|
||||
|
|
@ -149,7 +165,7 @@ msgstr "%s ફીલ્ડ"
|
|||
msgid "Select Multiple"
|
||||
msgstr "બહુવિધ પસંદ કરો"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr "WP એન્જિન લોગો"
|
||||
|
||||
|
|
@ -211,6 +227,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr "કિંમત અને અપગ્રેડ જુઓ"
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr "વધુ શીખો"
|
||||
|
||||
|
|
@ -665,7 +682,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "ક્લોન"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr "પ્રો"
|
||||
|
||||
|
|
@ -689,7 +706,7 @@ msgstr "અમાન્ય પોસ્ટ આઈડી."
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr "સમીક્ષા માટે અમાન્ય પોસ્ટ પ્રકાર પસંદ કર્યો."
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr "વધુ"
|
||||
|
||||
|
|
@ -2604,7 +2621,7 @@ msgstr ""
|
|||
"કસ્ટમ પોસ્ટ પ્રકાર UI સાથે નોંધાયેલ પોસ્ટ પ્રકારો અને વર્ગીકરણ આયાત કરો અને ACF સાથે તેનું "
|
||||
"સંચાલન કરો. <a href=\"%s\">પ્રારંભ કરો</a>."
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2748,11 +2765,11 @@ msgstr ""
|
|||
msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:226
|
||||
#: includes/admin/views/global/navigation.php:230
|
||||
msgid "Updates"
|
||||
msgstr "સુધારાઓ"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2773,6 +2790,7 @@ msgstr "શીર્ષક ઉમેરો"
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2793,8 +2811,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2814,7 +2834,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2924,7 +2944,7 @@ msgstr "આ આઇટમ સક્રિય કરો"
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2936,7 +2956,7 @@ msgstr "નિષ્ક્રિય"
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
|
|
@ -2944,7 +2964,7 @@ msgstr ""
|
|||
"અદ્યતન કસ્ટમ ફીલ્ડ્સ અને એડવાન્સ કસ્ટમ ફીલ્ડ્સ PRO એક જ સમયે સક્રિય ન હોવા જોઈએ. અમે "
|
||||
"એડવાન્સ્ડ કસ્ટમ ફીલ્ડ્સ પ્રોને આપમેળે નિષ્ક્રિય કરી દીધું છે."
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2956,8 +2976,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
"<strong>%1$s</strong> - ACF શરૂ થાય તે પહેલાં અમે ACF ફીલ્ડ મૂલ્યો પુનઃપ્રાપ્ત કરવા માટે "
|
||||
"એક અથવા વધુ કૉલ્સ શોધી કાઢ્યા છે. આ સમર્થિત નથી અને તે ખોટા અથવા ખોવાયેલા ડેટામાં "
|
||||
|
|
@ -3006,20 +3026,20 @@ msgstr ""
|
|||
msgid "Show in REST API"
|
||||
msgstr "REST API માં બતાવો"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr "પારદર્શિતા સક્ષમ કરો"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -3038,15 +3058,15 @@ msgstr "સક્રિય"
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr "'%s' ઈ - મેઈલ સરનામું માન્ય નથી."
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr "રંગનું મુલ્ય"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr "મુળભૂત રંગ પસંદ કરો"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr "રંગ સાફ કરો"
|
||||
|
||||
|
|
@ -3857,7 +3877,7 @@ msgstr ""
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr "માર્ગદર્શિકા"
|
||||
|
||||
|
|
@ -4036,7 +4056,7 @@ msgid "Field group updated."
|
|||
msgstr "ફીલ્ડ જૂથ અપડેટ કર્યું."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "સાધનો"
|
||||
|
|
@ -4113,7 +4133,7 @@ msgid "Title"
|
|||
msgstr "શીર્ષક"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -4180,50 +4200,50 @@ msgstr "રદ"
|
|||
msgid "Are you sure?"
|
||||
msgstr "શું તમને ખાતરી છે?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr ""
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr ""
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr ""
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr ""
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "પ્રતિબંધિત"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr ""
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "વિગતો વિસ્તૃત કરો"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "આ પોસ્ટમાં અપલોડ કરવામાં આવ્યું છે"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "સુધારો"
|
||||
|
|
@ -4233,12 +4253,12 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "સંપાદિત કરો"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr "જો તમે આ પૃષ્ઠ છોડીને જશો તો તમે કરેલા ફેરફારો ખોવાઈ જશે"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "ફાઇલનો પ્રકાર %s હોવો આવશ્યક છે."
|
||||
|
||||
|
|
@ -4247,54 +4267,54 @@ msgstr "ફાઇલનો પ્રકાર %s હોવો આવશ્યક
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "અથવા"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr "ફાઇલનું કદ %s થી વધુ ન હોવું જોઈએ."
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr ""
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "છબીની ઊંચાઈ %dpx કરતાં વધુ ન હોવી જોઈએ."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "છબીની ઊંચાઈ ઓછામાં ઓછી %dpx હોવી જોઈએ."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "છબીની પહોળાઈ %dpx થી વધુ ન હોવી જોઈએ."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "છબીની પહોળાઈ ઓછામાં ઓછી %dpx હોવી જોઈએ."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(કોઈ શીર્ષક નથી)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "પૂર્ણ કદ"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "મોટું"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "મધ્યમ"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "થંબનેલ"
|
||||
|
||||
|
|
@ -4465,7 +4485,7 @@ msgstr "ક્ષેત્રની પસંદગીમાં 'અન્ય'
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "અન્ય"
|
||||
|
||||
|
|
@ -4568,7 +4588,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "પસંદ કરો"
|
||||
|
|
@ -4667,13 +4687,13 @@ msgstr "વપરાશકર્તા"
|
|||
msgid "Separator"
|
||||
msgstr "વિભાજક"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "રંગ પસંદ કરો"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4681,7 +4701,7 @@ msgstr "મૂળભૂત"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "સાફ કરો"
|
||||
|
||||
|
|
@ -4697,7 +4717,7 @@ msgstr ""
|
|||
#: includes/fields/class-acf-field-date_time_picker.php:87
|
||||
msgctxt "Date Time Picker JS pmText"
|
||||
msgid "PM"
|
||||
msgstr ""
|
||||
msgstr "પી એમ(PM)"
|
||||
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:84
|
||||
msgctxt "Date Time Picker JS amTextShort"
|
||||
|
|
@ -4732,12 +4752,12 @@ msgstr "સમય ઝોન"
|
|||
#: includes/fields/class-acf-field-date_time_picker.php:77
|
||||
msgctxt "Date Time Picker JS microsecText"
|
||||
msgid "Microsecond"
|
||||
msgstr ""
|
||||
msgstr "માઇક્રોસેકન્ડ"
|
||||
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:76
|
||||
msgctxt "Date Time Picker JS millisecText"
|
||||
msgid "Millisecond"
|
||||
msgstr ""
|
||||
msgstr "મિલીસેકન્ડ"
|
||||
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:75
|
||||
msgctxt "Date Time Picker JS secondText"
|
||||
|
|
@ -5138,17 +5158,17 @@ msgid "Select post type"
|
|||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "લોડ કરી રહ્યું છે"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "મહત્તમ મૂલ્યો પહોંચી ગયા ( {max} મૂલ્યો )"
|
||||
|
||||
|
|
@ -5272,7 +5292,7 @@ msgid "Edit"
|
|||
msgstr "સંપાદિત કરો"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "બધી છબીઓ"
|
||||
|
||||
|
|
@ -5326,7 +5346,7 @@ msgstr "નવી રેખાઓ કેવી રીતે રેન્ડર
|
|||
#: includes/fields/class-acf-field-message.php:109
|
||||
#: includes/fields/class-acf-field-textarea.php:165
|
||||
msgid "New Lines"
|
||||
msgstr ""
|
||||
msgstr "નવી રેખાઓ"
|
||||
|
||||
#: includes/fields/class-acf-field-date_picker.php:232
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:220
|
||||
|
|
@ -5412,7 +5432,7 @@ msgstr ""
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5545,7 +5565,7 @@ msgstr "ગૂગલે નકશો"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5583,79 +5603,79 @@ msgid "Time Picker"
|
|||
msgstr "તારીખ પીકર"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] "નિષ્ક્રિય <span class=\"count\">(%s)</span>"
|
||||
msgstr[1] "નિષ્ક્રિય <span class=\"count\">(%s)</span>"
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "ટ્રેશમાં કોઈ ફીલ્ડ મળ્યાં નથી"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "કોઈ ક્ષેત્રો મળ્યાં નથી"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "શોધ ક્ષેત્રો"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "ક્ષેત્ર જુઓ"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "નવી ફીલ્ડ"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "ફીલ્ડ સંપાદિત કરો"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "નવી ફીલ્ડ ઉમેરો"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "ફિલ્ડ"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "ક્ષેત્રો"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "ટ્રેશમાં કોઈ ફીલ્ડ જૂથો મળ્યાં નથી"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "કોઈ ક્ષેત્ર જૂથો મળ્યાં નથી"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "ક્ષેત્ર જૂથો શોધો"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "ક્ષેત્ર જૂથ જુઓ"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "નવું ક્ષેત્ર જૂથ"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "ક્ષેત્ર જૂથ સંપાદિત કરો"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "નવું ક્ષેત્ર જૂથ ઉમેરો"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5663,11 +5683,11 @@ msgstr "નવું ક્ષેત્ર જૂથ ઉમેરો"
|
|||
msgid "Add New"
|
||||
msgstr "નવું ઉમેરો"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "ક્ષેત્ર જૂથ"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: he_IL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -81,17 +81,17 @@ msgstr "האפשרויות עודכנו"
|
|||
#: pro/updates.php:99
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>"
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>"
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"כדי לאפשר עדכונים, בבקשה הקלד את מפתח הרשיון שלך בדף <a "
|
||||
"href=\"%s\">העדכונים</a>. אם אין לך מפתח רשיון, בבקשה עבור לדף <a "
|
||||
"href=\"%s\">פרטים ומחירים</a>"
|
||||
"כדי לאפשר עדכונים, בבקשה הקלד את מפתח הרשיון שלך בדף <a href=\"%s"
|
||||
"\">העדכונים</a>. אם אין לך מפתח רשיון, בבקשה עבור לדף <a href=\"%s\">פרטים "
|
||||
"ומחירים</a>"
|
||||
|
||||
#: pro/updates.php:159
|
||||
msgid ""
|
||||
|
|
|
|||
BIN
lang/acf-hr.mo
BIN
lang/acf-hr.mo
Binary file not shown.
222
lang/acf-hr.po
222
lang/acf-hr.po
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -21,6 +21,22 @@ msgstr ""
|
|||
"X-Generator: gettext\n"
|
||||
"Project-Id-Version: Advanced Custom Fields\n"
|
||||
|
||||
#: includes/admin/views/options-page-preview.php:30
|
||||
msgid "Upgrade to ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#. translators: %s URL to ACF options pages documentation
|
||||
#: includes/admin/views/options-page-preview.php:7
|
||||
msgid ""
|
||||
"ACF <a href=\"%s\" target=\"_blank\">options pages</a> are custom admin "
|
||||
"pages for managing global settings via fields. You can create multiple pages "
|
||||
"and sub-pages."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/header.php:35
|
||||
msgid "Add Options Page"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:703
|
||||
msgid "In the editor used as the placeholder of the title."
|
||||
msgstr ""
|
||||
|
|
@ -29,7 +45,7 @@ msgstr ""
|
|||
msgid "Title Placeholder"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:93
|
||||
#: includes/admin/views/global/navigation.php:97
|
||||
msgid "4 Months Free"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -76,21 +92,21 @@ msgstr ""
|
|||
msgid "This Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:267
|
||||
msgid "ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:263
|
||||
#: includes/admin/admin.php:265
|
||||
msgid "Feedback"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:261
|
||||
#: includes/admin/admin.php:263
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#. translators: This text is prepended by a link to ACF's website, and appended
|
||||
#. by a link to WP Engine's website.
|
||||
#: includes/admin/admin.php:236
|
||||
#: includes/admin/admin.php:238
|
||||
msgid "is developed and maintained by"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -141,7 +157,7 @@ msgstr ""
|
|||
msgid "Select Multiple"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
#: includes/admin/views/global/navigation.php:215
|
||||
msgid "WP Engine logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -201,6 +217,7 @@ msgid "View Pricing & Upgrade"
|
|||
msgstr ""
|
||||
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:15
|
||||
#: includes/admin/views/options-page-preview.php:29
|
||||
msgid "Learn More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -364,8 +381,8 @@ msgid ""
|
|||
"This field must not be a WordPress <a href=\"%s\" target=\"_blank\">reserved "
|
||||
"term</a>."
|
||||
msgstr ""
|
||||
"Ovo polje ne smije biti WordPress <a href=\"%s\" "
|
||||
"target=\"_blank\">rezervirani pojam</a>."
|
||||
"Ovo polje ne smije biti WordPress <a href=\"%s\" target=\"_blank"
|
||||
"\">rezervirani pojam</a>."
|
||||
|
||||
#: includes/post-types/class-acf-post-type.php:329
|
||||
msgid ""
|
||||
|
|
@ -597,7 +614,7 @@ msgctxt "noun"
|
|||
msgid "Clone"
|
||||
msgstr "Kloniraj"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:82 includes/fields.php:357
|
||||
#: includes/admin/views/global/navigation.php:86 includes/fields.php:357
|
||||
msgid "PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -621,7 +638,7 @@ msgstr ""
|
|||
msgid "Invalid post type selected for review."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:182
|
||||
#: includes/admin/views/global/navigation.php:186
|
||||
msgid "More"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2479,7 +2496,7 @@ msgid ""
|
|||
"manage them with ACF. <a href=\"%s\">Get Started</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:265
|
||||
#: includes/admin/admin.php:48 includes/admin/admin.php:267
|
||||
msgid "ACF"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2627,7 +2644,7 @@ msgstr ""
|
|||
msgid "Updates"
|
||||
msgstr "Ažuriranja"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:172
|
||||
#: includes/admin/views/global/navigation.php:176
|
||||
msgid "Advanced Custom Fields logo"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2648,6 +2665,7 @@ msgstr ""
|
|||
#: includes/admin/views/acf-field-group/list-empty.php:20
|
||||
#: includes/admin/views/acf-post-type/list-empty.php:12
|
||||
#: includes/admin/views/acf-taxonomy/list-empty.php:12
|
||||
#: includes/admin/views/options-page-preview.php:13
|
||||
msgid ""
|
||||
"New to ACF? Take a look at our <a href=\"%s\" target=\"_blank\">getting "
|
||||
"started guide</a>."
|
||||
|
|
@ -2668,8 +2686,10 @@ msgstr ""
|
|||
msgid "Add Your First Field Group"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin-options-pages-preview.php:28
|
||||
#: includes/admin/views/acf-field-group/pro-features.php:39
|
||||
#: includes/admin/views/global/navigation.php:82
|
||||
#: includes/admin/views/global/navigation.php:86
|
||||
#: includes/admin/views/global/navigation.php:232
|
||||
msgid "Options Pages"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2689,7 +2709,7 @@ msgstr ""
|
|||
msgid "Repeater Field"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/views/global/navigation.php:207
|
||||
#: includes/admin/views/global/navigation.php:211
|
||||
msgid "Unlock Extra Features with ACF PRO"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2801,7 +2821,7 @@ msgstr ""
|
|||
msgid "Move field group to trash?"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:493 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: acf.php:497 includes/admin/admin-internal-post-type-list.php:248
|
||||
#: includes/admin/post-types/admin-field-group.php:297
|
||||
#: includes/admin/post-types/admin-post-type.php:295
|
||||
#: includes/admin/post-types/admin-taxonomy.php:297
|
||||
|
|
@ -2813,13 +2833,13 @@ msgstr ""
|
|||
msgid "WP Engine"
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:551
|
||||
#: acf.php:555
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields PRO."
|
||||
msgstr ""
|
||||
|
||||
#: acf.php:549
|
||||
#: acf.php:553
|
||||
msgid ""
|
||||
"Advanced Custom Fields and Advanced Custom Fields PRO should not be active "
|
||||
"at the same time. We've automatically deactivated Advanced Custom Fields."
|
||||
|
|
@ -2829,8 +2849,8 @@ msgstr ""
|
|||
msgid ""
|
||||
"<strong>%1$s</strong> - We've detected one or more calls to retrieve ACF "
|
||||
"field values before ACF has been initialized. This is not supported and can "
|
||||
"result in malformed or missing data. <a href=\"%2$s\" "
|
||||
"target=\"_blank\">Learn how to fix this</a>."
|
||||
"result in malformed or missing data. <a href=\"%2$s\" target=\"_blank"
|
||||
"\">Learn how to fix this</a>."
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-user.php:551
|
||||
|
|
@ -2878,20 +2898,20 @@ msgstr ""
|
|||
msgid "Show in REST API"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:170
|
||||
#: includes/fields/class-acf-field-color_picker.php:168
|
||||
msgid "Enable Transparency"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:189
|
||||
#: includes/fields/class-acf-field-color_picker.php:187
|
||||
msgid "RGBA Array"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:99
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
msgid "RGBA String"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:98
|
||||
#: includes/fields/class-acf-field-color_picker.php:188
|
||||
#: includes/fields/class-acf-field-color_picker.php:97
|
||||
#: includes/fields/class-acf-field-color_picker.php:186
|
||||
msgid "Hex String"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -2910,15 +2930,15 @@ msgstr ""
|
|||
msgid "'%s' is not a valid email address"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:77
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
msgid "Color value"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
msgid "Select default color"
|
||||
msgstr ""
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
msgid "Clear color"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -3727,7 +3747,7 @@ msgstr "Dupliciraj"
|
|||
msgid "Supports"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/admin.php:259 includes/admin/views/browse-fields-modal.php:92
|
||||
#: includes/admin/admin.php:261 includes/admin/views/browse-fields-modal.php:92
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -3909,7 +3929,7 @@ msgid "Field group updated."
|
|||
msgstr "Skup polja ažuriran."
|
||||
|
||||
#: includes/admin/admin-tools.php:118
|
||||
#: includes/admin/views/global/navigation.php:224
|
||||
#: includes/admin/views/global/navigation.php:228
|
||||
#: includes/admin/views/tools/tools.php:21
|
||||
msgid "Tools"
|
||||
msgstr "Alati"
|
||||
|
|
@ -3986,7 +4006,7 @@ msgid "Title"
|
|||
msgstr "Naziv"
|
||||
|
||||
#: includes/assets.php:372 includes/forms/form-comment.php:160
|
||||
#: assets/build/js/acf-input.js:7367 assets/build/js/acf-input.js:7950
|
||||
#: assets/build/js/acf-input.js:7382 assets/build/js/acf-input.js:7968
|
||||
msgid "Edit field group"
|
||||
msgstr "Uredi skup polja"
|
||||
|
||||
|
|
@ -4053,50 +4073,50 @@ msgstr "Otkaži"
|
|||
msgid "Are you sure?"
|
||||
msgstr "Jeste li sigurni?"
|
||||
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9427
|
||||
#: assets/build/js/acf-input.js:10275
|
||||
#: includes/assets.php:369 assets/build/js/acf-input.js:9442
|
||||
#: assets/build/js/acf-input.js:10294
|
||||
msgid "%d fields require attention"
|
||||
msgstr "Nekoliko polja treba vašu pažnje: %d"
|
||||
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9425
|
||||
#: assets/build/js/acf-input.js:10271
|
||||
#: includes/assets.php:368 assets/build/js/acf-input.js:9440
|
||||
#: assets/build/js/acf-input.js:10290
|
||||
msgid "1 field requires attention"
|
||||
msgstr "1 polje treba vašu pažnju"
|
||||
|
||||
#: includes/assets.php:367 includes/validation.php:288
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9420
|
||||
#: assets/build/js/acf-input.js:10266
|
||||
#: includes/validation.php:298 assets/build/js/acf-input.js:9435
|
||||
#: assets/build/js/acf-input.js:10285
|
||||
msgid "Validation failed"
|
||||
msgstr "Verifikacija nije uspjela"
|
||||
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9588
|
||||
#: assets/build/js/acf-input.js:10454
|
||||
#: includes/assets.php:366 assets/build/js/acf-input.js:9603
|
||||
#: assets/build/js/acf-input.js:10473
|
||||
msgid "Validation successful"
|
||||
msgstr "Uspješna verifikacija"
|
||||
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7195
|
||||
#: assets/build/js/acf-input.js:7754
|
||||
#: includes/media.php:54 assets/build/js/acf-input.js:7210
|
||||
#: assets/build/js/acf-input.js:7772
|
||||
msgid "Restricted"
|
||||
msgstr "Ograničen pristup"
|
||||
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7518
|
||||
#: includes/media.php:53 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7536
|
||||
msgid "Collapse Details"
|
||||
msgstr "Sakrij detalje"
|
||||
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7010
|
||||
#: assets/build/js/acf-input.js:7515
|
||||
#: includes/media.php:52 assets/build/js/acf-input.js:7025
|
||||
#: assets/build/js/acf-input.js:7533
|
||||
msgid "Expand Details"
|
||||
msgstr "Prošireni prikaz"
|
||||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:465
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6877
|
||||
#: assets/build/js/acf-input.js:7363
|
||||
#: includes/media.php:51 assets/build/js/acf-input.js:6892
|
||||
#: assets/build/js/acf-input.js:7381
|
||||
msgid "Uploaded to this post"
|
||||
msgstr "Postavljeno uz ovu objavu"
|
||||
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6916
|
||||
#: assets/build/js/acf-input.js:7402
|
||||
#: includes/media.php:50 assets/build/js/acf-input.js:6931
|
||||
#: assets/build/js/acf-input.js:7420
|
||||
msgctxt "verb"
|
||||
msgid "Update"
|
||||
msgstr "Ažuriraj"
|
||||
|
|
@ -4106,13 +4126,13 @@ msgctxt "verb"
|
|||
msgid "Edit"
|
||||
msgstr "Uredi"
|
||||
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9197
|
||||
#: assets/build/js/acf-input.js:10037
|
||||
#: includes/assets.php:363 assets/build/js/acf-input.js:9212
|
||||
#: assets/build/js/acf-input.js:10056
|
||||
msgid "The changes you made will be lost if you navigate away from this page"
|
||||
msgstr ""
|
||||
"Izmjene koje ste napravili bit će izgubljene ukoliko napustite ovu stranicu"
|
||||
|
||||
#: includes/api/api-helpers.php:3494
|
||||
#: includes/api/api-helpers.php:3376
|
||||
msgid "File type must be %s."
|
||||
msgstr "Tip datoteke mora biti %s."
|
||||
|
||||
|
|
@ -4121,54 +4141,54 @@ msgstr "Tip datoteke mora biti %s."
|
|||
#: includes/admin/views/acf-field-group/conditional-logic.php:169
|
||||
#: includes/admin/views/acf-field-group/location-group.php:3
|
||||
#: includes/admin/views/acf-field-group/locations.php:36
|
||||
#: includes/api/api-helpers.php:3490 assets/build/js/acf-field-group.js:771
|
||||
#: includes/api/api-helpers.php:3372 assets/build/js/acf-field-group.js:771
|
||||
#: assets/build/js/acf-field-group.js:2377
|
||||
#: assets/build/js/acf-field-group.js:933
|
||||
#: assets/build/js/acf-field-group.js:2791
|
||||
msgid "or"
|
||||
msgstr "ili"
|
||||
|
||||
#: includes/api/api-helpers.php:3463
|
||||
#: includes/api/api-helpers.php:3345
|
||||
msgid "File size must not exceed %s."
|
||||
msgstr ""
|
||||
|
||||
#: includes/api/api-helpers.php:3458
|
||||
#: includes/api/api-helpers.php:3340
|
||||
msgid "File size must be at least %s."
|
||||
msgstr "Veličina datoteke mora biti najmanje %s."
|
||||
|
||||
#: includes/api/api-helpers.php:3443
|
||||
#: includes/api/api-helpers.php:3325
|
||||
msgid "Image height must not exceed %dpx."
|
||||
msgstr "Visina slike ne smije biti veća od %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3438
|
||||
#: includes/api/api-helpers.php:3320
|
||||
msgid "Image height must be at least %dpx."
|
||||
msgstr "Visina slike mora biti najmanje %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3424
|
||||
#: includes/api/api-helpers.php:3306
|
||||
msgid "Image width must not exceed %dpx."
|
||||
msgstr "Širina slike ne smije biti veća od %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:3419
|
||||
#: includes/api/api-helpers.php:3301
|
||||
msgid "Image width must be at least %dpx."
|
||||
msgstr "Širina slike mora biti najmanje %dpx."
|
||||
|
||||
#: includes/api/api-helpers.php:1665 includes/api/api-term.php:147
|
||||
#: includes/api/api-helpers.php:1561 includes/api/api-term.php:147
|
||||
msgid "(no title)"
|
||||
msgstr "(bez naziva)"
|
||||
|
||||
#: includes/api/api-helpers.php:945
|
||||
#: includes/api/api-helpers.php:853
|
||||
msgid "Full Size"
|
||||
msgstr "Puna veličina"
|
||||
|
||||
#: includes/api/api-helpers.php:904
|
||||
#: includes/api/api-helpers.php:812
|
||||
msgid "Large"
|
||||
msgstr "Velika"
|
||||
|
||||
#: includes/api/api-helpers.php:903
|
||||
#: includes/api/api-helpers.php:811
|
||||
msgid "Medium"
|
||||
msgstr "Srednja"
|
||||
|
||||
#: includes/api/api-helpers.php:902
|
||||
#: includes/api/api-helpers.php:810
|
||||
msgid "Thumbnail"
|
||||
msgstr "Sličica"
|
||||
|
||||
|
|
@ -4339,7 +4359,7 @@ msgstr "Spremi ostale vrijednosti i omogući njihov odabir"
|
|||
msgid "Add 'other' choice to allow for custom values"
|
||||
msgstr "Dodaj odabir ’ostalo’ za slobodan unost"
|
||||
|
||||
#: includes/admin/views/global/navigation.php:192
|
||||
#: includes/admin/views/global/navigation.php:196
|
||||
msgid "Other"
|
||||
msgstr "Drugo"
|
||||
|
||||
|
|
@ -4443,7 +4463,7 @@ msgid "Enter each default value on a new line"
|
|||
msgstr "Unesite svaku novu vrijednost u zasebnu liniju"
|
||||
|
||||
#: includes/fields/class-acf-field-select.php:252 includes/media.php:48
|
||||
#: assets/build/js/acf-input.js:6775 assets/build/js/acf-input.js:7248
|
||||
#: assets/build/js/acf-input.js:6790 assets/build/js/acf-input.js:7266
|
||||
msgctxt "verb"
|
||||
msgid "Select"
|
||||
msgstr "Odaberi"
|
||||
|
|
@ -4542,13 +4562,13 @@ msgstr "Korisnik"
|
|||
msgid "Separator"
|
||||
msgstr "Razdjelnik"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:76
|
||||
#: includes/fields/class-acf-field-color_picker.php:75
|
||||
msgid "Select Color"
|
||||
msgstr "Odaberite boju"
|
||||
|
||||
#: includes/admin/post-types/admin-post-type.php:129
|
||||
#: includes/admin/post-types/admin-taxonomy.php:131
|
||||
#: includes/fields/class-acf-field-color_picker.php:74
|
||||
#: includes/fields/class-acf-field-color_picker.php:73
|
||||
#: assets/build/js/acf-internal-post-type.js:72
|
||||
#: assets/build/js/acf-internal-post-type.js:86
|
||||
msgid "Default"
|
||||
|
|
@ -4556,7 +4576,7 @@ msgstr "Zadano"
|
|||
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:89
|
||||
#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
|
||||
#: includes/fields/class-acf-field-color_picker.php:72
|
||||
#: includes/fields/class-acf-field-color_picker.php:71
|
||||
msgid "Clear"
|
||||
msgstr "Ukloni"
|
||||
|
||||
|
|
@ -5014,17 +5034,17 @@ msgid "Select post type"
|
|||
msgstr "Odaberi vrstu objave"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:61
|
||||
#: assets/build/js/acf-input.js:3925 assets/build/js/acf-input.js:4208
|
||||
#: assets/build/js/acf-input.js:3930 assets/build/js/acf-input.js:4214
|
||||
msgid "No matches found"
|
||||
msgstr "Nema rezultata"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:60
|
||||
#: assets/build/js/acf-input.js:3908 assets/build/js/acf-input.js:4187
|
||||
#: assets/build/js/acf-input.js:3913 assets/build/js/acf-input.js:4193
|
||||
msgid "Loading"
|
||||
msgstr "Učitavanje"
|
||||
|
||||
#: includes/fields/class-acf-field-relationship.php:59
|
||||
#: assets/build/js/acf-input.js:3817 assets/build/js/acf-input.js:4083
|
||||
#: assets/build/js/acf-input.js:3818 assets/build/js/acf-input.js:4084
|
||||
msgid "Maximum values reached ( {max} values )"
|
||||
msgstr "Već ste dodali najviše dozvoljenih vrijednosti (najviše: {max})"
|
||||
|
||||
|
|
@ -5150,7 +5170,7 @@ msgid "Edit"
|
|||
msgstr "Uredi"
|
||||
|
||||
#: includes/fields/class-acf-field-image.php:70 includes/media.php:55
|
||||
#: assets/build/js/acf-input.js:6822 assets/build/js/acf-input.js:7302
|
||||
#: assets/build/js/acf-input.js:6837 assets/build/js/acf-input.js:7320
|
||||
msgid "All images"
|
||||
msgstr "Sve slike"
|
||||
|
||||
|
|
@ -5290,7 +5310,7 @@ msgstr "Stilizirano sučelje"
|
|||
|
||||
#: includes/fields/class-acf-field-button-group.php:157
|
||||
#: includes/fields/class-acf-field-checkbox.php:361
|
||||
#: includes/fields/class-acf-field-color_picker.php:158
|
||||
#: includes/fields/class-acf-field-color_picker.php:156
|
||||
#: includes/fields/class-acf-field-email.php:117
|
||||
#: includes/fields/class-acf-field-number.php:128
|
||||
#: includes/fields/class-acf-field-radio.php:202
|
||||
|
|
@ -5423,7 +5443,7 @@ msgstr "Google mapa"
|
|||
msgid "The format returned via template functions"
|
||||
msgstr "Format koji vraća funkcija"
|
||||
|
||||
#: includes/fields/class-acf-field-color_picker.php:182
|
||||
#: includes/fields/class-acf-field-color_picker.php:180
|
||||
#: includes/fields/class-acf-field-date_picker.php:211
|
||||
#: includes/fields/class-acf-field-date_time_picker.php:200
|
||||
#: includes/fields/class-acf-field-image.php:187
|
||||
|
|
@ -5461,80 +5481,80 @@ msgid "Time Picker"
|
|||
msgstr "Odabri vremena (sat i minute)"
|
||||
|
||||
#. translators: counts for inactive field groups
|
||||
#: acf.php:499
|
||||
#: acf.php:503
|
||||
msgid "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[2] ""
|
||||
|
||||
#: acf.php:458
|
||||
#: acf.php:462
|
||||
msgid "No Fields found in Trash"
|
||||
msgstr "Nije pronađeno nijedno polje u smeću"
|
||||
|
||||
#: acf.php:457
|
||||
#: acf.php:461
|
||||
msgid "No Fields found"
|
||||
msgstr "Nije pronađeno nijedno polje"
|
||||
|
||||
#: acf.php:456
|
||||
#: acf.php:460
|
||||
msgid "Search Fields"
|
||||
msgstr "Pretraži polja"
|
||||
|
||||
#: acf.php:455
|
||||
#: acf.php:459
|
||||
msgid "View Field"
|
||||
msgstr "Pregledaj polje"
|
||||
|
||||
#: acf.php:454 includes/admin/views/acf-field-group/fields.php:115
|
||||
#: acf.php:458 includes/admin/views/acf-field-group/fields.php:115
|
||||
msgid "New Field"
|
||||
msgstr "Dodaj polje"
|
||||
|
||||
#: acf.php:453
|
||||
#: acf.php:457
|
||||
msgid "Edit Field"
|
||||
msgstr "Uredi polje"
|
||||
|
||||
#: acf.php:452
|
||||
#: acf.php:456
|
||||
msgid "Add New Field"
|
||||
msgstr "Dodaj polje"
|
||||
|
||||
#: acf.php:450
|
||||
#: acf.php:454
|
||||
msgid "Field"
|
||||
msgstr "Polje"
|
||||
|
||||
#: acf.php:449 includes/admin/post-types/admin-field-group.php:163
|
||||
#: acf.php:453 includes/admin/post-types/admin-field-group.php:163
|
||||
#: includes/admin/post-types/admin-field-groups.php:119
|
||||
#: includes/admin/views/acf-field-group/fields.php:32
|
||||
msgid "Fields"
|
||||
msgstr "Polja"
|
||||
|
||||
#: acf.php:424
|
||||
#: acf.php:428
|
||||
msgid "No Field Groups found in Trash"
|
||||
msgstr "Nije pronađena nijedna stranica"
|
||||
|
||||
#: acf.php:423
|
||||
#: acf.php:427
|
||||
msgid "No Field Groups found"
|
||||
msgstr "Niste dodali nijedno polje"
|
||||
|
||||
#: acf.php:422
|
||||
#: acf.php:426
|
||||
msgid "Search Field Groups"
|
||||
msgstr "Pretraži polja"
|
||||
|
||||
#: acf.php:421
|
||||
#: acf.php:425
|
||||
msgid "View Field Group"
|
||||
msgstr "Pregledaj polje"
|
||||
|
||||
#: acf.php:420
|
||||
#: acf.php:424
|
||||
msgid "New Field Group"
|
||||
msgstr "Novo polje"
|
||||
|
||||
#: acf.php:419
|
||||
#: acf.php:423
|
||||
msgid "Edit Field Group"
|
||||
msgstr "Uredi polje"
|
||||
|
||||
#: acf.php:418
|
||||
#: acf.php:422
|
||||
msgid "Add New Field Group"
|
||||
msgstr "Dodaj novo polje"
|
||||
|
||||
#: acf.php:417 acf.php:451
|
||||
#: acf.php:421 acf.php:455
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:219
|
||||
#: includes/admin/views/acf-post-type/advanced-settings.php:221
|
||||
#: includes/post-types/class-acf-post-type.php:93
|
||||
|
|
@ -5542,11 +5562,11 @@ msgstr "Dodaj novo polje"
|
|||
msgid "Add New"
|
||||
msgstr "Dodaj"
|
||||
|
||||
#: acf.php:416
|
||||
#: acf.php:420
|
||||
msgid "Field Group"
|
||||
msgstr "Grupa polja"
|
||||
|
||||
#: acf.php:415 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: acf.php:419 includes/admin/post-types/admin-field-groups.php:78
|
||||
#: includes/admin/post-types/admin-post-types.php:138
|
||||
#: includes/admin/post-types/admin-taxonomies.php:138
|
||||
msgid "Field Groups"
|
||||
|
|
@ -5617,13 +5637,13 @@ msgstr "Postavke spremljene"
|
|||
#: pro/updates.php:99
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>."
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>."
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"Da bi omogućili automatsko ažuriranje, molimo unesite licencu na stranici <a "
|
||||
"href=“%s”>ažuriranja</a>. Ukoliko nemate licencu, pogledajte <a "
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -12,7 +12,7 @@
|
|||
# This file is distributed under the same license as Advanced Custom Fields.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"PO-Revision-Date: 2023-10-25T08:59:42+00:00\n"
|
||||
"PO-Revision-Date: 2023-11-14T11:51:05+00:00\n"
|
||||
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
||||
"Language: hu_HU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -82,17 +82,17 @@ msgstr "Beállítások elmentve"
|
|||
#: pro/updates.php:99
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>"
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>"
|
||||
msgid ""
|
||||
"To enable updates, please enter your license key on the <a "
|
||||
"href=\"%1$s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
"<a href=\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
"To enable updates, please enter your license key on the <a href=\"%1$s"
|
||||
"\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
"\"%2$s\" target=\"_blank\">details & pricing</a>."
|
||||
msgstr ""
|
||||
"A frissítések engedélyezéséhez adjuk meg a licenckulcsot a <a "
|
||||
"href=\"%s\">Frissítések</a> oldalon. Ha még nem rendelkezünk licenckulcsal, "
|
||||
"tekintsük át a licencek <a href=\"%s\">részleteit és árait</a>."
|
||||
"A frissítések engedélyezéséhez adjuk meg a licenckulcsot a <a href=\"%s"
|
||||
"\">Frissítések</a> oldalon. Ha még nem rendelkezünk licenckulcsal, tekintsük "
|
||||
"át a licencek <a href=\"%s\">részleteit és árait</a>."
|
||||
|
||||
#: pro/updates.php:159
|
||||
msgid ""
|
||||
|
|
@ -137,8 +137,8 @@ msgid ""
|
|||
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
|
||||
"Custom Field Group</a>"
|
||||
msgstr ""
|
||||
"Nincsenek mezőcsoportok ehhez a beállítás oldalhoz. <a "
|
||||
"href=\"%s\">Mezőcsoport hozzáadása</a>"
|
||||
"Nincsenek mezőcsoportok ehhez a beállítás oldalhoz. <a href=\"%s"
|
||||
"\">Mezőcsoport hozzáadása</a>"
|
||||
|
||||
#: pro/admin/admin-options-page.php:309
|
||||
msgid "Edit field group"
|
||||
|
|
@ -794,17 +794,17 @@ msgstr "Frissítési információ"
|
|||
#: pro/admin/views/html-settings-updates.php:34
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "To enable updates, please enter your license key on the <a "
|
||||
#| "href=\"%s\">Updates</a> page. If you don't have a licence key, please see "
|
||||
#| "<a href=\"%s\">details & pricing</a>"
|
||||
#| "To enable updates, please enter your license key on the <a href=\"%s"
|
||||
#| "\">Updates</a> page. If you don't have a licence key, please see <a href="
|
||||
#| "\"%s\">details & pricing</a>"
|
||||
msgid ""
|
||||
"To unlock updates, please enter your license key below. If you don't have a "
|
||||
"licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
|
||||
"a>."
|
||||
msgstr ""
|
||||
"A frissítések engedélyezéséhez adjuk meg a licenckulcsot a <a "
|
||||
"href=\"%s\">Frissítések</a> oldalon. Ha még nem rendelkezünk licenckulcsal, "
|
||||
"tekintsük át a licencek <a href=\"%s\">részleteit és árait</a>."
|
||||
"A frissítések engedélyezéséhez adjuk meg a licenckulcsot a <a href=\"%s"
|
||||
"\">Frissítések</a> oldalon. Ha még nem rendelkezünk licenckulcsal, tekintsük "
|
||||
"át a licencek <a href=\"%s\">részleteit és árait</a>."
|
||||
|
||||
#: pro/admin/views/html-settings-updates.php:37
|
||||
msgid "License Key"
|
||||
|
|
|
|||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue