Version Description
Release Date - 8 September 2020
- Fix - Fixed guten-bug causing "Preview Post" button to publish changes.
- Fix - Fixed guten-bug causing JS errors when editing with Elementor or Beaver Builder.
- Fix - Fixed bug in Color Picker field causing JS error on front-end forms.
- Fix - Fixed bug in Post Taxonomy location rule causing incomplete list of rule choices.
- Fix - Reverted Local JSON "save to source path" enhancement due to DX feedback.
- i18n - Updated Indonesian translations thanks to Rio Bahtiar.
- i18n - Updated Turkish translation thanks to Emre Erkan.
Download this release
Release Info
Developer | elliotcondon |
Plugin | Advanced Custom Fields |
Version | 5.9.1 |
Comparing to | |
See all releases |
Code changes from version 5.9.0 to 5.9.1
- acf.php +2 -2
- assets/css/acf-global.css +1 -1
- assets/js/acf-input.js +61 -44
- assets/js/acf-input.min.js +2 -2
- includes/assets.php +5 -0
- includes/fields/class-acf-field-color_picker.php +12 -32
- includes/local-json.php +8 -13
- includes/locations/class-acf-location-post-category.php +5 -11
- includes/locations/class-acf-location-post-taxonomy.php +1 -14
- lang/acf-id_ID.mo +0 -0
- lang/acf-id_ID.po +2503 -1342
- lang/acf-tr_TR.mo +0 -0
- lang/acf-tr_TR.po +919 -765
- readme.txt +11 -0
acf.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: https://www.advancedcustomfields.com
|
5 |
Description: Customize WordPress with powerful, professional and intuitive fields.
|
6 |
-
Version: 5.9.
|
7 |
Author: Elliot Condon
|
8 |
Author URI: https://www.advancedcustomfields.com
|
9 |
Text Domain: acf
|
@@ -17,7 +17,7 @@ if( ! class_exists('ACF') ) :
|
|
17 |
class ACF {
|
18 |
|
19 |
/** @var string The plugin version number. */
|
20 |
-
var $version = '5.9.
|
21 |
|
22 |
/** @var array The plugin settings array. */
|
23 |
var $settings = array();
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: https://www.advancedcustomfields.com
|
5 |
Description: Customize WordPress with powerful, professional and intuitive fields.
|
6 |
+
Version: 5.9.1
|
7 |
Author: Elliot Condon
|
8 |
Author URI: https://www.advancedcustomfields.com
|
9 |
Text Domain: acf
|
17 |
class ACF {
|
18 |
|
19 |
/** @var string The plugin version number. */
|
20 |
+
var $version = '5.9.1';
|
21 |
|
22 |
/** @var array The plugin settings array. */
|
23 |
var $settings = array();
|
assets/css/acf-global.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.acf-hl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-hl>li{float:left;display:block;margin:0;padding:0}.acf-hl>li.acf-fr{float:right}.acf-hl:before,.acf-hl:after,.acf-bl:before,.acf-bl:after,.acf-cf:before,.acf-cf:after{content:"";display:block;line-height:0}.acf-hl:after,.acf-bl:after,.acf-cf:after{clear:both}.acf-bl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-bl>li{display:block;margin:0;padding:0;float:none}.acf-hidden{display:none !important}.acf-empty{display:table-cell !important}.acf-empty *{display:none !important}.acf-fl{float:left}.acf-fr{float:right}.acf-fn{float:none}.acf-al{text-align:left}.acf-ar{text-align:right}.acf-ac{text-align:center}.acf-loading,.acf-spinner{display:inline-block;height:20px;width:20px;vertical-align:text-top;background:transparent url(../images/spinner.gif) no-repeat 50% 50%}.acf-spinner{display:none}.acf-spinner.is-active{display:inline-block}.spinner.is-active{display:inline-block}.acf-required{color:#f00}.acf-soh .acf-soh-target{-webkit-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-moz-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-o-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;visibility:hidden;opacity:0}.acf-soh:hover .acf-soh-target{-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;visibility:visible;opacity:1}.show-if-value{display:none}.hide-if-value{display:block}.has-value .show-if-value{display:block}.has-value .hide-if-value{display:none}.select2-search-choice-close{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.acf-tooltip{background:#2F353E;border-radius:5px;color:#fff;padding:5px 10px;position:absolute;font-size:12px;line-height:1.4em;z-index:900000}.acf-tooltip:before{border:solid;border-color:transparent;border-width:6px;content:"";position:absolute}.acf-tooltip.top{margin-top:-8px}.acf-tooltip.top:before{top:100%;left:50%;margin-left:-6px;border-top-color:#2F353E;border-bottom-width:0}.acf-tooltip.right{margin-left:8px}.acf-tooltip.right:before{top:50%;margin-top:-6px;right:100%;border-right-color:#2F353E;border-left-width:0}.acf-tooltip.bottom{margin-top:8px}.acf-tooltip.bottom:before{bottom:100%;left:50%;margin-left:-6px;border-bottom-color:#2F353E;border-top-width:0}.acf-tooltip.left{margin-left:-8px}.acf-tooltip.left:before{top:50%;margin-top:-6px;left:100%;border-left-color:#2F353E;border-right-width:0}.acf-tooltip .acf-overlay{z-index:-1}.acf-tooltip.-confirm{z-index:900001}.acf-tooltip.-confirm a{text-decoration:none;color:#9ea3a8}.acf-tooltip.-confirm a:hover{text-decoration:underline}.acf-tooltip.-confirm a[data-event="confirm"]{color:#F55E4F}.acf-overlay{position:fixed;top:0;bottom:0;left:0;right:0;cursor:default}.acf-tooltip-target{position:relative;z-index:900002}.acf-loading-overlay{position:absolute;top:0;bottom:0;left:0;right:0;cursor:default;z-index:99;background:rgba(249,249,249,0.5)}.acf-loading-overlay i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.acf-icon{display:inline-block;height:28px;width:28px;border:transparent solid 1px;border-radius:100%;font-size:20px;line-height:21px;text-align:center;text-decoration:none;vertical-align:top;box-sizing:border-box}.acf-icon:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;height:1em;vertical-align:middle;text-align:center}.acf-icon.-plus:before{content:"\f543"}.acf-icon.-minus:before{content:"\f460"}.acf-icon.-cancel:before{content:"\f335"}.acf-icon.-pencil:before{content:"\f464"}.acf-icon.-location:before{content:"\f230"}.acf-icon.-up:before{content:"\f343";margin-top:-.1em}.acf-icon.-down:before{content:"\f347";margin-top:.1em}.acf-icon.-left:before{content:"\f341";margin-left:-.1em}.acf-icon.-right:before{content:"\f345";margin-left:.1em}.acf-icon.-sync:before{content:"\f463"}.acf-icon.-globe:before{content:"\f319";margin-top:.1em;margin-left:.1em}.acf-icon.-picture:before{content:"\f128"}.acf-icon.-check:before{content:"\f147";margin-left:-.1em}.acf-icon.-dot-3:before{content:"\f533";margin-top:-.1em}.acf-icon.-arrow-combo:before{content:"\f156"}.acf-icon.-arrow-up:before{content:"\f142";margin-left:-.1em}.acf-icon.-arrow-down:before{content:"\f140";margin-left:-.1em}.acf-icon.-search:before{content:"\f179"}.acf-icon.-link-ext:before{content:"\f504"}.acf-icon.-duplicate{position:relative}.acf-icon.-duplicate:before,.acf-icon.-duplicate:after{content:"";display:block;box-sizing:border-box;width:46%;height:46%;position:absolute;top:33%;left:23%}.acf-icon.-duplicate:before{margin:-1px 0 0 1px;box-shadow:2px -2px 0px 0px currentColor}.acf-icon.-duplicate:after{border:solid 2px currentColor}.acf-icon.-collapse:before{content:"\f142";margin-left:-.1em}.-collapsed .acf-icon.-collapse:before{content:"\f140";margin-left:-.1em}span.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff}a.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff;position:relative;transition:none;cursor:pointer}a.acf-icon:hover{background:#f3f5f6;border-color:#0071a1;color:#0071a1}a.acf-icon.-minus:hover,a.acf-icon.-cancel:hover{background:#f7efef;border-color:#a10000;color:#dc3232}a.acf-icon:active,a.acf-icon:focus{outline:none;box-shadow:none}.acf-icon.-clear{border-color:transparent;background:transparent;color:#444}.acf-icon.light{border-color:transparent;background:#F5F5F5;color:#23282d}.acf-icon.dark{border-color:transparent !important;background:#23282D;color:#eee}a.acf-icon.dark:hover{background:#191E23;color:#00b9eb}a.acf-icon.dark.-minus:hover,a.acf-icon.dark.-cancel:hover{color:#D54E21}.acf-icon.grey{border-color:transparent !important;background:#b4b9be;color:#fff !important}.acf-icon.grey:hover{background:#00A0D2;color:#fff}.acf-icon.grey.-minus:hover,.acf-icon.grey.-cancel:hover{background:#32373C}.acf-icon.small,.acf-icon.-small{width:20px;height:20px;line-height:14px;font-size:14px}.acf-icon.small.-duplicate:before,.acf-icon.small.-duplicate:after,.acf-icon.-small.-duplicate:before,.acf-icon.-small.-duplicate:after{opacity:0.8}.acf-box{background:#FFFFFF;border:1px solid #ccd0d4;position:relative;box-shadow:0 1px 1px rgba(0,0,0,0.04)}.acf-box .title{border-bottom:1px solid #ccd0d4;margin:0;padding:15px}.acf-box .title h3{font-size:14px;line-height:1em;margin:0;padding:0}.acf-box .inner{padding:15px}.acf-box h2{color:#333333;font-size:26px;line-height:1.25em;margin:0.25em 0 0.75em;padding:0}.acf-box h3{margin:1.5em 0 0}.acf-box p{margin-top:0.5em}.acf-box a{text-decoration:none}.acf-box i.dashicons-external{margin-top:-1px}.acf-box .footer{border-top:1px solid #ccd0d4;padding:12px;font-size:13px;line-height:1.5}.acf-box .footer p{margin:0}.acf-admin-3-8 .acf-box{border-color:#E5E5E5}.acf-admin-3-8 .acf-box .title,.acf-admin-3-8 .acf-box .footer{border-color:#E5E5E5}.acf-notice{position:relative;display:block;color:#fff;margin:5px 0 15px;padding:3px 12px;background:#2a9bd9;border-left:#1f7db1 solid 3px}.acf-notice p{font-size:13px;line-height:1.5;margin:0.5em 0;text-shadow:none;color:inherit}.acf-notice .acf-notice-dismiss{position:absolute;top:9px;right:12px;background:transparent !important;color:inherit !important;border-color:#fff !important;opacity:0.75}.acf-notice .acf-notice-dismiss:hover{opacity:1}.acf-notice.-dismiss{padding-right:40px}.acf-notice.-error{background:#d94f4f;border-color:#c92c2c}.acf-notice.-success{background:#49ad52;border-color:#3a8941}.acf-notice.-warning{background:#fd8d3b;border-color:#fc7009}.acf-table{border:#ccd0d4 solid 1px;background:#fff;border-spacing:0;border-radius:0;table-layout:auto;padding:0;margin:0;width:100%;clear:both;box-sizing:content-box}.acf-table>tbody>tr>th,.acf-table>tbody>tr>td,.acf-table>thead>tr>th,.acf-table>thead>tr>td{padding:8px;vertical-align:top;background:#fff;text-align:left;border-style:solid;font-weight:normal}.acf-table>tbody>tr>th,.acf-table>thead>tr>th{position:relative;color:#333333}.acf-table>thead>tr>th{border-color:#d5d9dd;border-width:0 0 1px 1px}.acf-table>thead>tr>th:first-child{border-left-width:0}.acf-table>tbody>tr{z-index:1}.acf-table>tbody>tr>td{border-color:#eee;border-width:1px 0 0 1px}.acf-table>tbody>tr>td:first-child{border-left-width:0}.acf-table>tbody>tr:first-child>td{border-top-width:0}.acf-table.-clear{border:0 none}.acf-table.-clear>tbody>tr>td,.acf-table.-clear>tbody>tr>th,.acf-table.-clear>thead>tr>td,.acf-table.-clear>thead>tr>th{border:0 none;padding:4px}.acf-remove-element{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(50px, 0);opacity:0}.acf-fade-up{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(0, -10px);opacity:0}.acf-thead,.acf-tbody,.acf-tfoot{width:100%;padding:0;margin:0}.acf-thead>li,.acf-tbody>li,.acf-tfoot>li{box-sizing:border-box;padding:8px 12px;font-size:12px;line-height:14px}.acf-thead{border-bottom:#ccd0d4 solid 1px;color:#23282d}.acf-thead>li{font-size:14px;line-height:1.4;font-weight:bold}.acf-admin-3-8 .acf-thead{border-color:#dfdfdf}.acf-tfoot{background:#f5f5f5;border-top:#d5d9dd solid 1px}.acf-settings-wrap #poststuff{padding-top:15px}.acf-settings-wrap .acf-box{margin:20px 0}.acf-settings-wrap table{margin:0}.acf-settings-wrap table .button{vertical-align:middle}#acf-popup{position:fixed;z-index:900000;top:0;left:0;right:0;bottom:0;text-align:center}#acf-popup .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:rgba(0,0,0,0.25)}#acf-popup:before{content:'';display:inline-block;height:100%;vertical-align:middle}#acf-popup .acf-popup-box{display:inline-block;vertical-align:middle;z-index:1;min-width:300px;min-height:160px;border-color:#aaaaaa;box-shadow:0 5px 30px -5px rgba(0,0,0,0.25);text-align:left}html[dir="rtl"] #acf-popup .acf-popup-box{text-align:right}#acf-popup .acf-popup-box .title{min-height:15px;line-height:15px}#acf-popup .acf-popup-box .title .acf-icon{position:absolute;top:10px;right:10px}html[dir="rtl"] #acf-popup .acf-popup-box .title .acf-icon{right:auto;left:10px}#acf-popup .acf-popup-box .inner{min-height:50px;padding:0;margin:15px}#acf-popup .acf-popup-box .loading{position:absolute;top:45px;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,0.1);display:none}#acf-popup .acf-popup-box .loading i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.acf-submit{margin-bottom:0;line-height:28px}.acf-submit span{float:right;color:#999}.acf-submit span.-error{color:#dd4232}.acf-submit .button{margin-right:5px}#acf-upgrade-notice{position:relative;background:#fff;border-left:4px solid #00a0d2;padding:20px}#acf-upgrade-notice:after{display:block;clear:both;content:""}#acf-upgrade-notice .col-content{float:left;width:55%;padding-left:90px}#acf-upgrade-notice .col-actions{float:right;text-align:center;padding:10px}#acf-upgrade-notice img{float:left;width:70px;height:70px;margin:0 0 0 -90px}#acf-upgrade-notice h2{font-size:16px;margin:2px 0 6.5px}#acf-upgrade-notice p{padding:0;margin:0}#acf-upgrade-notice .button:before{margin-top:11px}@media screen and (max-width: 640px){#acf-upgrade-notice .col-content,#acf-upgrade-notice .col-actions{float:none;padding-left:90px;width:auto;text-align:left}}.acf-wrap h1{margin-top:0;padding-top:20px}.acf-wrap .about-text{margin-top:0.5em;min-height:50px}.acf-wrap .about-headline-callout{font-size:2.4em;font-weight:300;line-height:1.3;margin:1.1em 0 0.2em;text-align:center}.acf-wrap .feature-section{padding:40px 0}.acf-wrap .feature-section h2{margin-top:20px}.acf-wrap .changelog{list-style:disc;padding-left:15px}.acf-wrap .changelog li{margin:0 0 0.75em}.acf-wrap .acf-three-col{display:flex;flex-wrap:wrap;justify-content:space-between}.acf-wrap .acf-three-col>div{flex:1;align-self:flex-start;min-width:31%;max-width:31%}@media screen and (max-width: 880px){.acf-wrap .acf-three-col>div{min-width:48%}}@media screen and (max-width: 640px){.acf-wrap .acf-three-col>div{min-width:100%}}.acf-wrap .acf-three-col h3 .badge{display:inline-block;vertical-align:top;border-radius:5px;background:#fc9700;color:#fff;font-weight:normal;font-size:12px;padding:2px 5px}.acf-wrap .acf-three-col img+h3{margin-top:0.5em}.acf-hl[data-cols]{margin-left:-10px;margin-right:-10px}.acf-hl[data-cols]>li{padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-hl[data-cols="2"]>li{width:50%}.acf-hl[data-cols="3"]>li{width:33.333%}.acf-hl[data-cols="4"]>li{width:25%}@media screen and (max-width: 640px){.acf-hl[data-cols]{margin-left:0;margin-right:0;margin-top:-10px}.acf-hl[data-cols]>li{width:100% !important;padding:10px 0 0}}.acf-actions{text-align:right;z-index:1}.acf-actions.-hover{position:absolute;display:none;top:0;right:0;padding:5px}html[dir="rtl"] .acf-actions.-hover{right:auto;left:0}ul.acf-actions li{float:right;margin-left:4px}html[dir="rtl"] .acf-fl{float:right}html[dir="rtl"] .acf-fr{float:left}html[dir="rtl"] .acf-hl>li{float:right}html[dir="rtl"] .acf-hl>li.acf-fr{float:left}html[dir="rtl"] .acf-icon.logo{left:0;right:auto}html[dir="rtl"] .acf-table thead th{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>tbody>tr>td{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>thead>tr>th:first-child,html[dir="rtl"] .acf-table>tbody>tr>td:first-child{border-right-width:0}html[dir="rtl"] .acf-table>tbody>tr>td.order+td{border-right-color:#e1e1e1}.acf-postbox-columns{position:relative;margin-top:-11px;margin-bottom:-12px;margin-left:-12px;margin-right:268px}.acf-postbox-columns:after{display:block;clear:both;content:""}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 12px 12px}.acf-postbox-columns .acf-postbox-main{float:left;width:100%}.acf-postbox-columns .acf-postbox-side{float:right;width:280px;margin-right:-280px}.acf-postbox-columns .acf-postbox-side:before{content:"";display:block;position:absolute;width:1px;height:100%;top:0;right:0;background:#d5d9dd}.acf-admin-3-8 .acf-postbox-columns .acf-postbox-side:before{background:#dfdfdf}@media only screen and (max-width: 850px){.acf-postbox-columns{margin:0}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{float:none;width:auto;margin:0;padding:0}.acf-postbox-columns .acf-postbox-side{margin-top:1em}.acf-postbox-columns .acf-postbox-side:before{display:none}}.acf-panel{margin-top:-1px;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd}.acf-panel .acf-panel-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit}.acf-panel .acf-panel-title i{float:right}.acf-panel .acf-panel-inside{margin:0;padding:0 12px 12px;display:none}.acf-panel.-open .acf-panel-inside{display:block}.postbox .acf-panel{margin-left:-12px;margin-right:-12px}.acf-panel .acf-field{margin:20px 0 0}.acf-panel .acf-field .acf-label label{color:#555d66;font-weight:normal}.acf-panel .acf-field:first-child{margin-top:0}.acf-admin-3-8 .acf-panel{border-color:#dfdfdf}#acf-admin-tools .notice{margin-top:10px}.acf-meta-box-wrap{margin-top:10px}.acf-meta-box-wrap .postbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-meta-box-wrap .postbox .inside{margin-bottom:0}.acf-meta-box-wrap .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;position:relative;z-index:1;cursor:default}.acf-meta-box-wrap .postbox .handlediv,.acf-meta-box-wrap .postbox .handle-order-higher,.acf-meta-box-wrap .postbox .handle-order-lower{display:none}.acf-meta-box-wrap .acf-fields{border:#ebebeb solid 1px;background:#fafafa;border-radius:3px}.acf-meta-box-wrap.-grid{margin-left:8px;margin-right:8px}.acf-meta-box-wrap.-grid .postbox{float:left;clear:left;width:50%;margin:0 0 16px}.acf-meta-box-wrap.-grid .postbox:nth-child(odd){margin-left:-8px}.acf-meta-box-wrap.-grid .postbox:nth-child(even){float:right;clear:right;margin-right:-8px}@media only screen and (max-width: 850px){.acf-meta-box-wrap.-grid{margin-left:0;margin-right:0}.acf-meta-box-wrap.-grid .postbox{margin-left:0 !important;margin-right:0 !important;width:100%}}#acf-admin-tool-export p{max-width:800px}#acf-admin-tool-export ul{column-width:200px}#acf-admin-tool-export .acf-postbox-side .button{margin:0;width:100%}#acf-admin-tool-export textarea{display:block;width:100%;min-height:500px;background:#fafafa;box-shadow:none;padding:7px;border-radius:3px}#acf-admin-tool-export .acf-panel-selection .acf-label{display:none}.acf-admin-toolbar{background:#fff;border-bottom:1px solid #ccd0d4}.acf-admin-toolbar h2{font-size:14px;line-height:2.57143;display:inline-block;padding:5px 0;margin:0 10px 0 0}.acf-admin-toolbar h2 i{vertical-align:middle;color:#babbbc}.acf-admin-toolbar .acf-tab{display:inline-block;font-size:14px;line-height:2.57143;padding:5px;margin:0 5px;text-decoration:none;color:inherit}.acf-admin-toolbar .acf-tab.is-active{border-bottom:#0071a4 solid 3px;padding-bottom:2px}.acf-admin-toolbar .acf-tab:hover{color:#00a0d2}.acf-admin-toolbar .acf-tab:focus{box-shadow:none}#wpcontent .acf-admin-toolbar{margin-left:-20px;padding-left:20px}@media screen and (max-width: 600px){.acf-admin-toolbar{display:none}}.acf-admin-field-groups .tablenav.top{display:none}.acf-admin-field-groups .subsubsub{margin-bottom:3px}.acf-admin-field-groups .wp-list-table td,.acf-admin-field-groups .wp-list-table th{box-sizing:border-box}.acf-admin-field-groups .wp-list-table tr:hover{background:#f7f7f7}@media screen and (min-width: 782px){.acf-admin-field-groups .wp-list-table .column-acf-count{width:10%}}.acf-admin-field-groups .wp-list-table .row-actions span.file{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.acf-admin-field-groups .acf-secondary-text{color:#a0a5aa}.acf-multi-dashicon{position:relative;z-index:1}.acf-multi-dashicon:before,.acf-multi-dashicon:after{width:18px;height:18px;line-height:18px;font-size:14px;background:#fff;border:#7e8993 solid 1px;border-radius:2px;display:block}.acf-multi-dashicon:after{content:"";position:absolute;top:-3px;left:-3px;z-index:-1;background:#e7e7e7}.acf-css-tooltip{position:relative}.acf-css-tooltip:before{content:attr(aria-label);display:none;position:absolute;z-index:999;bottom:100%;left:50%;transform:translate(-50%, -8px);background:#191e23;border-radius:2px;padding:5px 10px;color:#fff;font-size:12px;line-height:1.4em;white-space:pre}.acf-css-tooltip:after{content:"";display:none;position:absolute;z-index:998;bottom:100%;left:50%;transform:translate(-50%, 4px);border:solid 6px transparent;border-top-color:#191e23}.acf-css-tooltip:hover:before,.acf-css-tooltip:hover:after,.acf-css-tooltip:focus:before,.acf-css-tooltip:focus:after{display:block}.acf-diff .acf-diff-title{position:absolute;top:0;left:0;right:0;height:40px;padding:14px 16px;background:#f3f3f3;border-bottom:#dddddd solid 1px}.acf-diff .acf-diff-title strong{font-size:14px;display:block}.acf-diff .acf-diff-title .acf-diff-title-left,.acf-diff .acf-diff-title .acf-diff-title-right{width:50%;float:left}.acf-diff .acf-diff-content{position:absolute;top:70px;left:0;right:0;bottom:0;overflow:auto}.acf-diff table.diff{border-spacing:0}.acf-diff table.diff col.diffsplit.middle{width:0}.acf-diff table.diff td,.acf-diff table.diff th{padding-top:0.25em;padding-bottom:0.25em}.acf-diff table.diff td:nth-child(3){border-left:#dddddd solid 1px}@media screen and (max-width: 600px){.acf-diff .acf-diff-title{height:70px}.acf-diff .acf-diff-content{top:100px}}.acf-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000;box-shadow:0 5px 15px rgba(0,0,0,0.7);background:#fcfcfc}.acf-modal .acf-modal-title,.acf-modal .acf-modal-content,.acf-modal .acf-modal-toolbar{box-sizing:border-box;position:absolute;left:0;right:0}.acf-modal .acf-modal-title{height:50px;top:0;border-bottom:1px solid #ddd}.acf-modal .acf-modal-title h2{margin:0;padding:0 16px;line-height:50px}.acf-modal .acf-modal-title .acf-modal-close{position:absolute;top:0;right:0;height:50px;width:50px;border:none;border-left:1px solid #ddd;background:transparent;cursor:pointer;color:#666}.acf-modal .acf-modal-title .acf-modal-close:hover{color:#00a0d2}.acf-modal .acf-modal-content{top:50px;bottom:60px;background:#fff;overflow:auto;padding:16px}.acf-modal .acf-modal-feedback{position:absolute;top:50%;margin:-10px 0;left:0;right:0;text-align:center;opacity:0.75}.acf-modal .acf-modal-feedback.error{opacity:1;color:#b52727}.acf-modal .acf-modal-toolbar{height:60px;bottom:0;padding:15px 16px;border-top:1px solid #ddd}.acf-modal .acf-modal-toolbar .button{float:right}@media only screen and (max-width: 640px){.acf-modal{top:0;left:0;right:0;bottom:0}}.acf-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;opacity:0.7;z-index:159900}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.acf-loading,.acf-spinner{background-image:url(../images/spinner@2x.gif);background-size:20px 20px}}@media only screen and (max-width: 850px){.acf-columns-2{margin-right:0}.acf-columns-2 .acf-column-1,.acf-columns-2 .acf-column-2{float:none;width:auto;margin:0}}
|
1 |
+
.acf-hl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-hl>li{float:left;display:block;margin:0;padding:0}.acf-hl>li.acf-fr{float:right}.acf-hl:before,.acf-hl:after,.acf-bl:before,.acf-bl:after,.acf-cf:before,.acf-cf:after{content:"";display:block;line-height:0}.acf-hl:after,.acf-bl:after,.acf-cf:after{clear:both}.acf-bl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-bl>li{display:block;margin:0;padding:0;float:none}.acf-hidden{display:none !important}.acf-empty{display:table-cell !important}.acf-empty *{display:none !important}.acf-fl{float:left}.acf-fr{float:right}.acf-fn{float:none}.acf-al{text-align:left}.acf-ar{text-align:right}.acf-ac{text-align:center}.acf-loading,.acf-spinner{display:inline-block;height:20px;width:20px;vertical-align:text-top;background:transparent url(../images/spinner.gif) no-repeat 50% 50%}.acf-spinner{display:none}.acf-spinner.is-active{display:inline-block}.spinner.is-active{display:inline-block}.acf-required{color:#f00}.acf-soh .acf-soh-target{-webkit-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-moz-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-o-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;visibility:hidden;opacity:0}.acf-soh:hover .acf-soh-target{-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;visibility:visible;opacity:1}.show-if-value{display:none}.hide-if-value{display:block}.has-value .show-if-value{display:block}.has-value .hide-if-value{display:none}.select2-search-choice-close{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.acf-tooltip{background:#2F353E;border-radius:5px;color:#fff;padding:5px 10px;position:absolute;font-size:12px;line-height:1.4em;z-index:900000}.acf-tooltip:before{border:solid;border-color:transparent;border-width:6px;content:"";position:absolute}.acf-tooltip.top{margin-top:-8px}.acf-tooltip.top:before{top:100%;left:50%;margin-left:-6px;border-top-color:#2F353E;border-bottom-width:0}.acf-tooltip.right{margin-left:8px}.acf-tooltip.right:before{top:50%;margin-top:-6px;right:100%;border-right-color:#2F353E;border-left-width:0}.acf-tooltip.bottom{margin-top:8px}.acf-tooltip.bottom:before{bottom:100%;left:50%;margin-left:-6px;border-bottom-color:#2F353E;border-top-width:0}.acf-tooltip.left{margin-left:-8px}.acf-tooltip.left:before{top:50%;margin-top:-6px;left:100%;border-left-color:#2F353E;border-right-width:0}.acf-tooltip .acf-overlay{z-index:-1}.acf-tooltip.-confirm{z-index:900001}.acf-tooltip.-confirm a{text-decoration:none;color:#9ea3a8}.acf-tooltip.-confirm a:hover{text-decoration:underline}.acf-tooltip.-confirm a[data-event="confirm"]{color:#F55E4F}.acf-overlay{position:fixed;top:0;bottom:0;left:0;right:0;cursor:default}.acf-tooltip-target{position:relative;z-index:900002}.acf-loading-overlay{position:absolute;top:0;bottom:0;left:0;right:0;cursor:default;z-index:99;background:rgba(249,249,249,0.5)}.acf-loading-overlay i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.acf-icon{display:inline-block;height:28px;width:28px;border:transparent solid 1px;border-radius:100%;font-size:20px;line-height:21px;text-align:center;text-decoration:none;vertical-align:top;box-sizing:border-box}.acf-icon:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;height:1em;vertical-align:middle;text-align:center}.acf-icon.-plus:before{content:"\f543"}.acf-icon.-minus:before{content:"\f460"}.acf-icon.-cancel:before{content:"\f335"}.acf-icon.-pencil:before{content:"\f464"}.acf-icon.-location:before{content:"\f230"}.acf-icon.-up:before{content:"\f343";margin-top:-.1em}.acf-icon.-down:before{content:"\f347";margin-top:.1em}.acf-icon.-left:before{content:"\f341";margin-left:-.1em}.acf-icon.-right:before{content:"\f345";margin-left:.1em}.acf-icon.-sync:before{content:"\f463"}.acf-icon.-globe:before{content:"\f319";margin-top:.1em;margin-left:.1em}.acf-icon.-picture:before{content:"\f128"}.acf-icon.-check:before{content:"\f147";margin-left:-.1em}.acf-icon.-dot-3:before{content:"\f533";margin-top:-.1em}.acf-icon.-arrow-combo:before{content:"\f156"}.acf-icon.-arrow-up:before{content:"\f142";margin-left:-.1em}.acf-icon.-arrow-down:before{content:"\f140";margin-left:-.1em}.acf-icon.-search:before{content:"\f179"}.acf-icon.-link-ext:before{content:"\f504"}.acf-icon.-duplicate{position:relative}.acf-icon.-duplicate:before,.acf-icon.-duplicate:after{content:"";display:block;box-sizing:border-box;width:46%;height:46%;position:absolute;top:33%;left:23%}.acf-icon.-duplicate:before{margin:-1px 0 0 1px;box-shadow:2px -2px 0px 0px currentColor}.acf-icon.-duplicate:after{border:solid 2px currentColor}.acf-icon.-collapse:before{content:"\f142";margin-left:-.1em}.-collapsed .acf-icon.-collapse:before{content:"\f140";margin-left:-.1em}span.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff}a.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff;position:relative;transition:none;cursor:pointer}a.acf-icon:hover{background:#f3f5f6;border-color:#0071a1;color:#0071a1}a.acf-icon.-minus:hover,a.acf-icon.-cancel:hover{background:#f7efef;border-color:#a10000;color:#dc3232}a.acf-icon:active,a.acf-icon:focus{outline:none;box-shadow:none}.acf-icon.-clear{border-color:transparent;background:transparent;color:#444}.acf-icon.light{border-color:transparent;background:#F5F5F5;color:#23282d}.acf-icon.dark{border-color:transparent !important;background:#23282D;color:#eee}a.acf-icon.dark:hover{background:#191E23;color:#00b9eb}a.acf-icon.dark.-minus:hover,a.acf-icon.dark.-cancel:hover{color:#D54E21}.acf-icon.grey{border-color:transparent !important;background:#b4b9be;color:#fff !important}.acf-icon.grey:hover{background:#00A0D2;color:#fff}.acf-icon.grey.-minus:hover,.acf-icon.grey.-cancel:hover{background:#32373C}.acf-icon.small,.acf-icon.-small{width:20px;height:20px;line-height:14px;font-size:14px}.acf-icon.small.-duplicate:before,.acf-icon.small.-duplicate:after,.acf-icon.-small.-duplicate:before,.acf-icon.-small.-duplicate:after{opacity:0.8}.acf-box{background:#FFFFFF;border:1px solid #ccd0d4;position:relative;box-shadow:0 1px 1px rgba(0,0,0,0.04)}.acf-box .title{border-bottom:1px solid #ccd0d4;margin:0;padding:15px}.acf-box .title h3{font-size:14px;line-height:1em;margin:0;padding:0}.acf-box .inner{padding:15px}.acf-box h2{color:#333333;font-size:26px;line-height:1.25em;margin:0.25em 0 0.75em;padding:0}.acf-box h3{margin:1.5em 0 0}.acf-box p{margin-top:0.5em}.acf-box a{text-decoration:none}.acf-box i.dashicons-external{margin-top:-1px}.acf-box .footer{border-top:1px solid #ccd0d4;padding:12px;font-size:13px;line-height:1.5}.acf-box .footer p{margin:0}.acf-admin-3-8 .acf-box{border-color:#E5E5E5}.acf-admin-3-8 .acf-box .title,.acf-admin-3-8 .acf-box .footer{border-color:#E5E5E5}.acf-notice{position:relative;display:block;color:#fff;margin:5px 0 15px;padding:3px 12px;background:#2a9bd9;border-left:#1f7db1 solid 3px}.acf-notice p{font-size:13px;line-height:1.5;margin:0.5em 0;text-shadow:none;color:inherit}.acf-notice .acf-notice-dismiss{position:absolute;top:9px;right:12px;background:transparent !important;color:inherit !important;border-color:#fff !important;opacity:0.75}.acf-notice .acf-notice-dismiss:hover{opacity:1}.acf-notice.-dismiss{padding-right:40px}.acf-notice.-error{background:#d94f4f;border-color:#c92c2c}.acf-notice.-success{background:#49ad52;border-color:#3a8941}.acf-notice.-warning{background:#fd8d3b;border-color:#fc7009}.acf-table{border:#ccd0d4 solid 1px;background:#fff;border-spacing:0;border-radius:0;table-layout:auto;padding:0;margin:0;width:100%;clear:both;box-sizing:content-box}.acf-table>tbody>tr>th,.acf-table>tbody>tr>td,.acf-table>thead>tr>th,.acf-table>thead>tr>td{padding:8px;vertical-align:top;background:#fff;text-align:left;border-style:solid;font-weight:normal}.acf-table>tbody>tr>th,.acf-table>thead>tr>th{position:relative;color:#333333}.acf-table>thead>tr>th{border-color:#d5d9dd;border-width:0 0 1px 1px}.acf-table>thead>tr>th:first-child{border-left-width:0}.acf-table>tbody>tr{z-index:1}.acf-table>tbody>tr>td{border-color:#eee;border-width:1px 0 0 1px}.acf-table>tbody>tr>td:first-child{border-left-width:0}.acf-table>tbody>tr:first-child>td{border-top-width:0}.acf-table.-clear{border:0 none}.acf-table.-clear>tbody>tr>td,.acf-table.-clear>tbody>tr>th,.acf-table.-clear>thead>tr>td,.acf-table.-clear>thead>tr>th{border:0 none;padding:4px}.acf-remove-element{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(50px, 0);opacity:0}.acf-fade-up{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(0, -10px);opacity:0}.acf-thead,.acf-tbody,.acf-tfoot{width:100%;padding:0;margin:0}.acf-thead>li,.acf-tbody>li,.acf-tfoot>li{box-sizing:border-box;padding:8px 12px;font-size:12px;line-height:14px}.acf-thead{border-bottom:#ccd0d4 solid 1px;color:#23282d}.acf-thead>li{font-size:14px;line-height:1.4;font-weight:bold}.acf-admin-3-8 .acf-thead{border-color:#dfdfdf}.acf-tfoot{background:#f5f5f5;border-top:#d5d9dd solid 1px}.acf-settings-wrap #poststuff{padding-top:15px}.acf-settings-wrap .acf-box{margin:20px 0}.acf-settings-wrap table{margin:0}.acf-settings-wrap table .button{vertical-align:middle}#acf-popup{position:fixed;z-index:900000;top:0;left:0;right:0;bottom:0;text-align:center}#acf-popup .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:rgba(0,0,0,0.25)}#acf-popup:before{content:'';display:inline-block;height:100%;vertical-align:middle}#acf-popup .acf-popup-box{display:inline-block;vertical-align:middle;z-index:1;min-width:300px;min-height:160px;border-color:#aaaaaa;box-shadow:0 5px 30px -5px rgba(0,0,0,0.25);text-align:left}html[dir="rtl"] #acf-popup .acf-popup-box{text-align:right}#acf-popup .acf-popup-box .title{min-height:15px;line-height:15px}#acf-popup .acf-popup-box .title .acf-icon{position:absolute;top:10px;right:10px}html[dir="rtl"] #acf-popup .acf-popup-box .title .acf-icon{right:auto;left:10px}#acf-popup .acf-popup-box .inner{min-height:50px;padding:0;margin:15px}#acf-popup .acf-popup-box .loading{position:absolute;top:45px;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,0.1);display:none}#acf-popup .acf-popup-box .loading i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.acf-submit{margin-bottom:0;line-height:28px}.acf-submit span{float:right;color:#999}.acf-submit span.-error{color:#dd4232}.acf-submit .button{margin-right:5px}#acf-upgrade-notice{position:relative;background:#fff;border-left:4px solid #00a0d2;padding:20px}#acf-upgrade-notice:after{display:block;clear:both;content:""}#acf-upgrade-notice .col-content{float:left;width:55%;padding-left:90px}#acf-upgrade-notice .col-actions{float:right;text-align:center;padding:10px}#acf-upgrade-notice img{float:left;width:70px;height:70px;margin:0 0 0 -90px}#acf-upgrade-notice h2{font-size:16px;margin:2px 0 6.5px}#acf-upgrade-notice p{padding:0;margin:0}#acf-upgrade-notice .button:before{margin-top:11px}@media screen and (max-width: 640px){#acf-upgrade-notice .col-content,#acf-upgrade-notice .col-actions{float:none;padding-left:90px;width:auto;text-align:left}}.acf-wrap h1{margin-top:0;padding-top:20px}.acf-wrap .about-text{margin-top:0.5em;min-height:50px}.acf-wrap .about-headline-callout{font-size:2.4em;font-weight:300;line-height:1.3;margin:1.1em 0 0.2em;text-align:center}.acf-wrap .feature-section{padding:40px 0}.acf-wrap .feature-section h2{margin-top:20px}.acf-wrap .changelog{list-style:disc;padding-left:15px}.acf-wrap .changelog li{margin:0 0 0.75em}.acf-wrap .acf-three-col{display:flex;flex-wrap:wrap;justify-content:space-between}.acf-wrap .acf-three-col>div{flex:1;align-self:flex-start;min-width:31%;max-width:31%}@media screen and (max-width: 880px){.acf-wrap .acf-three-col>div{min-width:48%}}@media screen and (max-width: 640px){.acf-wrap .acf-three-col>div{min-width:100%}}.acf-wrap .acf-three-col h3 .badge{display:inline-block;vertical-align:top;border-radius:5px;background:#fc9700;color:#fff;font-weight:normal;font-size:12px;padding:2px 5px}.acf-wrap .acf-three-col img+h3{margin-top:0.5em}.acf-hl[data-cols]{margin-left:-10px;margin-right:-10px}.acf-hl[data-cols]>li{padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-hl[data-cols="2"]>li{width:50%}.acf-hl[data-cols="3"]>li{width:33.333%}.acf-hl[data-cols="4"]>li{width:25%}@media screen and (max-width: 640px){.acf-hl[data-cols]{margin-left:0;margin-right:0;margin-top:-10px}.acf-hl[data-cols]>li{width:100% !important;padding:10px 0 0}}.acf-actions{text-align:right;z-index:1}.acf-actions.-hover{position:absolute;display:none;top:0;right:0;padding:5px}html[dir="rtl"] .acf-actions.-hover{right:auto;left:0}ul.acf-actions li{float:right;margin-left:4px}html[dir="rtl"] .acf-fl{float:right}html[dir="rtl"] .acf-fr{float:left}html[dir="rtl"] .acf-hl>li{float:right}html[dir="rtl"] .acf-hl>li.acf-fr{float:left}html[dir="rtl"] .acf-icon.logo{left:0;right:auto}html[dir="rtl"] .acf-table thead th{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>tbody>tr>td{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>thead>tr>th:first-child,html[dir="rtl"] .acf-table>tbody>tr>td:first-child{border-right-width:0}html[dir="rtl"] .acf-table>tbody>tr>td.order+td{border-right-color:#e1e1e1}.acf-postbox-columns{position:relative;margin-top:-11px;margin-bottom:-12px;margin-left:-12px;margin-right:268px}.acf-postbox-columns:after{display:block;clear:both;content:""}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 12px 12px}.acf-postbox-columns .acf-postbox-main{float:left;width:100%}.acf-postbox-columns .acf-postbox-side{float:right;width:280px;margin-right:-280px}.acf-postbox-columns .acf-postbox-side:before{content:"";display:block;position:absolute;width:1px;height:100%;top:0;right:0;background:#d5d9dd}.acf-admin-3-8 .acf-postbox-columns .acf-postbox-side:before{background:#dfdfdf}@media only screen and (max-width: 850px){.acf-postbox-columns{margin:0}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{float:none;width:auto;margin:0;padding:0}.acf-postbox-columns .acf-postbox-side{margin-top:1em}.acf-postbox-columns .acf-postbox-side:before{display:none}}.acf-panel{margin-top:-1px;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd}.acf-panel .acf-panel-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit}.acf-panel .acf-panel-title i{float:right}.acf-panel .acf-panel-inside{margin:0;padding:0 12px 12px;display:none}.acf-panel.-open .acf-panel-inside{display:block}.postbox .acf-panel{margin-left:-12px;margin-right:-12px}.acf-panel .acf-field{margin:20px 0 0}.acf-panel .acf-field .acf-label label{color:#555d66;font-weight:normal}.acf-panel .acf-field:first-child{margin-top:0}.acf-admin-3-8 .acf-panel{border-color:#dfdfdf}#acf-admin-tools .notice{margin-top:10px}.acf-meta-box-wrap{margin-top:10px}.acf-meta-box-wrap .postbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-meta-box-wrap .postbox .inside{margin-bottom:0}.acf-meta-box-wrap .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;position:relative;z-index:1;cursor:default}.acf-meta-box-wrap .postbox .handlediv,.acf-meta-box-wrap .postbox .handle-order-higher,.acf-meta-box-wrap .postbox .handle-order-lower{display:none}.acf-meta-box-wrap .acf-fields{border:#ebebeb solid 1px;background:#fafafa;border-radius:3px}.acf-meta-box-wrap.-grid{margin-left:8px;margin-right:8px}.acf-meta-box-wrap.-grid .postbox{float:left;clear:left;width:50%;margin:0 0 16px}.acf-meta-box-wrap.-grid .postbox:nth-child(odd){margin-left:-8px}.acf-meta-box-wrap.-grid .postbox:nth-child(even){float:right;clear:right;margin-right:-8px}@media only screen and (max-width: 850px){.acf-meta-box-wrap.-grid{margin-left:0;margin-right:0}.acf-meta-box-wrap.-grid .postbox{margin-left:0 !important;margin-right:0 !important;width:100%}}#acf-admin-tool-export p{max-width:800px}#acf-admin-tool-export ul{column-width:200px}#acf-admin-tool-export .acf-postbox-side .button{margin:0;width:100%}#acf-admin-tool-export textarea{display:block;width:100%;min-height:500px;background:#fafafa;box-shadow:none;padding:7px;border-radius:3px}#acf-admin-tool-export .acf-panel-selection .acf-label{display:none}.acf-admin-toolbar{background:#fff;border-bottom:1px solid #ccd0d4}.acf-admin-toolbar h2{font-size:14px;line-height:2.57143;display:inline-block;padding:5px 0;margin:0 10px 0 0}.acf-admin-toolbar h2 i{vertical-align:middle;color:#babbbc}.acf-admin-toolbar .acf-tab{display:inline-block;font-size:14px;line-height:2.57143;padding:5px;margin:0 5px;text-decoration:none;color:inherit}.acf-admin-toolbar .acf-tab.is-active{border-bottom:#0071a4 solid 3px;padding-bottom:2px}.acf-admin-toolbar .acf-tab:hover{color:#00a0d2}.acf-admin-toolbar .acf-tab:focus{box-shadow:none}#wpcontent .acf-admin-toolbar{margin-left:-20px;padding-left:20px}@media screen and (max-width: 600px){.acf-admin-toolbar{display:none}}.acf-admin-field-groups .tablenav.top{display:none}.acf-admin-field-groups .subsubsub{margin-bottom:3px}.acf-admin-field-groups .wp-list-table td,.acf-admin-field-groups .wp-list-table th{box-sizing:border-box}.acf-admin-field-groups .wp-list-table tr:hover{background:#f7f7f7}@media screen and (min-width: 782px){.acf-admin-field-groups .wp-list-table .column-acf-count{width:10%}}.acf-admin-field-groups .wp-list-table .row-actions span.file{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.acf-admin-field-groups .acf-secondary-text{color:#a0a5aa}.acf-multi-dashicon{position:relative;z-index:1}.acf-multi-dashicon:before,.acf-multi-dashicon:after{width:18px;height:18px;line-height:18px;font-size:14px;background:#fff;border:#7e8993 solid 1px;border-radius:2px;display:block}.acf-multi-dashicon:after{content:"";position:absolute;top:-3px;left:-3px;z-index:-1;background:#e7e7e7}.acf-css-tooltip{position:relative}.acf-css-tooltip:before{content:attr(aria-label);display:none;position:absolute;z-index:999;bottom:100%;left:50%;transform:translate(-50%, -8px);background:#191e23;border-radius:2px;padding:5px 10px;color:#fff;font-size:12px;line-height:1.4em;white-space:pre}.acf-css-tooltip:after{content:"";display:none;position:absolute;z-index:998;bottom:100%;left:50%;transform:translate(-50%, 4px);border:solid 6px transparent;border-top-color:#191e23}.acf-css-tooltip:hover:before,.acf-css-tooltip:hover:after,.acf-css-tooltip:focus:before,.acf-css-tooltip:focus:after{display:block}.acf-diff .acf-diff-title{position:absolute;top:0;left:0;right:0;height:40px;padding:14px 16px;background:#f3f3f3;border-bottom:#dddddd solid 1px}.acf-diff .acf-diff-title strong{font-size:14px;display:block}.acf-diff .acf-diff-title .acf-diff-title-left,.acf-diff .acf-diff-title .acf-diff-title-right{width:50%;float:left}.acf-diff .acf-diff-content{position:absolute;top:70px;left:0;right:0;bottom:0;overflow:auto}.acf-diff table.diff{border-spacing:0}.acf-diff table.diff col.diffsplit.middle{width:0}.acf-diff table.diff td,.acf-diff table.diff th{padding-top:0.25em;padding-bottom:0.25em}.acf-diff table.diff td:nth-child(3){border-left:#dddddd solid 1px}@media screen and (max-width: 600px){.acf-diff .acf-diff-title{height:70px}.acf-diff .acf-diff-content{top:100px}}.acf-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000;box-shadow:0 5px 15px rgba(0,0,0,0.7);background:#fcfcfc}.acf-modal .acf-modal-title,.acf-modal .acf-modal-content,.acf-modal .acf-modal-toolbar{box-sizing:border-box;position:absolute;left:0;right:0}.acf-modal .acf-modal-title{height:50px;top:0;border-bottom:1px solid #ddd}.acf-modal .acf-modal-title h2{margin:0;padding:0 16px;line-height:50px}.acf-modal .acf-modal-title .acf-modal-close{position:absolute;top:0;right:0;height:50px;width:50px;border:none;border-left:1px solid #ddd;background:transparent;cursor:pointer;color:#666}.acf-modal .acf-modal-title .acf-modal-close:hover{color:#00a0d2}.acf-modal .acf-modal-content{top:50px;bottom:60px;background:#fff;overflow:auto;padding:16px}.acf-modal .acf-modal-feedback{position:absolute;top:50%;margin:-10px 0;left:0;right:0;text-align:center;opacity:0.75}.acf-modal .acf-modal-feedback.error{opacity:1;color:#b52727}.acf-modal .acf-modal-toolbar{height:60px;bottom:0;padding:15px 16px;border-top:1px solid #ddd}.acf-modal .acf-modal-toolbar .button{float:right}@media only screen and (max-width: 640px){.acf-modal{top:0;left:0;right:0;bottom:0}}.acf-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;opacity:0.7;z-index:159900}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.acf-loading,.acf-spinner{background-image:url(../images/spinner@2x.gif);background-size:20px 20px}}
|
assets/js/acf-input.js
CHANGED
@@ -9680,57 +9680,74 @@
|
|
9680 |
});
|
9681 |
|
9682 |
// Create validation version.
|
9683 |
-
editor.savePost = function(){
|
|
|
9684 |
|
9685 |
-
//
|
9686 |
-
|
9687 |
-
|
9688 |
-
|
9689 |
-
|
9690 |
-
|
9691 |
-
|
9692 |
-
|
9693 |
-
|
9694 |
-
|
9695 |
-
|
9696 |
-
|
9697 |
-
|
9698 |
-
|
9699 |
-
|
9700 |
-
|
9701 |
-
|
9702 |
-
// Get validation error and append to Gutenberg notices.
|
9703 |
-
var notice = validator.get('notice');
|
9704 |
-
notices.createErrorNotice( notice.get('text'), {
|
9705 |
-
id: 'acf-validation',
|
9706 |
-
isDismissible: true
|
9707 |
-
});
|
9708 |
-
notice.remove();
|
9709 |
|
9710 |
-
|
9711 |
-
|
9712 |
-
|
9713 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9714 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9715 |
}
|
9716 |
-
}
|
9717 |
-
success: function(){
|
9718 |
-
notices.removeNotice( 'acf-validation' );
|
9719 |
|
9720 |
-
|
9721 |
-
|
9722 |
-
|
|
|
|
|
|
|
|
|
9723 |
}
|
|
|
|
|
9724 |
});
|
9725 |
-
|
9726 |
-
// Lock the form if waiting for AJAX response.
|
9727 |
-
if( !valid ) {
|
9728 |
-
editor.lockPostSaving( 'acf' );
|
9729 |
-
return;
|
9730 |
-
}
|
9731 |
-
|
9732 |
-
// Save post as normal.
|
9733 |
-
savePost();
|
9734 |
};
|
9735 |
}
|
9736 |
});
|
9680 |
});
|
9681 |
|
9682 |
// Create validation version.
|
9683 |
+
editor.savePost = function( options ){
|
9684 |
+
options = options || {};
|
9685 |
|
9686 |
+
// Backup vars.
|
9687 |
+
var _this = this;
|
9688 |
+
var _args = arguments;
|
9689 |
+
|
9690 |
+
// Perform validation within a Promise.
|
9691 |
+
return new Promise(function( resolve, reject ) {
|
9692 |
+
|
9693 |
+
// Bail early if is autosave or preview.
|
9694 |
+
if( options.isAutosave || options.isPreview ) {
|
9695 |
+
return resolve( 'Validation ignored (autosave).' );
|
9696 |
+
}
|
9697 |
+
|
9698 |
+
// Bail early if validation is not neeed.
|
9699 |
+
if( !useValidation ) {
|
9700 |
+
return resolve( 'Validation ignored (draft).' );
|
9701 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9702 |
|
9703 |
+
// Validate the editor form.
|
9704 |
+
var valid = acf.validateForm({
|
9705 |
+
form: $('#editor'),
|
9706 |
+
reset: true,
|
9707 |
+
complete: function( $form, validator ){
|
9708 |
+
|
9709 |
+
// Always unlock the form after AJAX.
|
9710 |
+
editor.unlockPostSaving( 'acf' );
|
9711 |
+
},
|
9712 |
+
failure: function( $form, validator ){
|
9713 |
+
|
9714 |
+
// Get validation error and append to Gutenberg notices.
|
9715 |
+
var notice = validator.get('notice');
|
9716 |
+
notices.createErrorNotice( notice.get('text'), {
|
9717 |
+
id: 'acf-validation',
|
9718 |
+
isDismissible: true
|
9719 |
});
|
9720 |
+
notice.remove();
|
9721 |
+
|
9722 |
+
// Restore last non "publish" status.
|
9723 |
+
if( lastPostStatus ) {
|
9724 |
+
editor.editPost({
|
9725 |
+
status: lastPostStatus
|
9726 |
+
});
|
9727 |
+
}
|
9728 |
+
|
9729 |
+
// Rejext promise and prevent savePost().
|
9730 |
+
reject( 'Validation failed.' );
|
9731 |
+
},
|
9732 |
+
success: function(){
|
9733 |
+
notices.removeNotice( 'acf-validation' );
|
9734 |
+
|
9735 |
+
// Resolve promise and allow savePost().
|
9736 |
+
resolve( 'Validation success.' );
|
9737 |
}
|
9738 |
+
});
|
|
|
|
|
9739 |
|
9740 |
+
// Resolve promise and allow savePost() if no validation is needed.
|
9741 |
+
if( valid ) {
|
9742 |
+
resolve( 'Validation bypassed.' );
|
9743 |
+
|
9744 |
+
// Otherwise, lock the form and wait for AJAX response.
|
9745 |
+
} else {
|
9746 |
+
editor.lockPostSaving( 'acf' );
|
9747 |
}
|
9748 |
+
}).then(function(){
|
9749 |
+
return savePost.apply(_this, _args);
|
9750 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9751 |
};
|
9752 |
}
|
9753 |
});
|
assets/js/acf-input.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
!function(t,e){var i=[];acf.Field=acf.Model.extend({type:"",eventScope:".acf-field",wait:"ready",setup:function(t){this.$el=t,this.inherit(t),this.inherit(this.$control())},val:function(t){return void 0!==t?this.setValue(t):this.prop("disabled")?null:this.getValue()},getValue:function(){return this.$input().val()},setValue:function(t){return acf.val(this.$input(),t)},__:function(t){return acf._e(this.type,t)},$control:function(){return!1},$input:function(){return this.$("[name]:first")},$inputWrap:function(){return this.$(".acf-input:first")},$labelWrap:function(){return this.$(".acf-label:first")},getInputName:function(){return this.$input().attr("name")||""},parent:function(){var t=this.parents();return!!t.length&&t[0]},parents:function(){var t=this.$el.parents(".acf-field"),e;return acf.getFields(t)},show:function(t,e){var i=acf.show(this.$el,t);return i&&(this.prop("hidden",!1),acf.doAction("show_field",this,e)),i},hide:function(t,e){var i=acf.hide(this.$el,t);return i&&(this.prop("hidden",!0),acf.doAction("hide_field",this,e)),i},enable:function(t,e){var i=acf.enable(this.$el,t);return i&&(this.prop("disabled",!1),acf.doAction("enable_field",this,e)),i},disable:function(t,e){var i=acf.disable(this.$el,t);return i&&(this.prop("disabled",!0),acf.doAction("disable_field",this,e)),i},showEnable:function(t,e){return this.enable.apply(this,arguments),this.show.apply(this,arguments)},hideDisable:function(t,e){return this.disable.apply(this,arguments),this.hide.apply(this,arguments)},showNotice:function(t){"object"!=typeof t&&(t={text:t}),this.notice&&this.notice.remove(),t.target=this.$inputWrap(),this.notice=acf.newNotice(t)},removeNotice:function(t){this.notice&&(this.notice.away(t||0),this.notice=!1)},showError:function(e){this.$el.addClass("acf-error"),void 0!==e&&this.showNotice({text:e,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",t.proxy(this.removeError,this))},removeError:function(){this.$el.removeClass("acf-error"),this.removeNotice(250),acf.doAction("valid_field",this)},trigger:function(t,e,i){return"invalidField"==t&&(i=!0),acf.Model.prototype.trigger.apply(this,[t,e,i])}}),acf.newField=function(t){var e=t.data("type"),i=a(e),n,s=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",s),s};var a=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,n=t.prototype.type,s=a(n);acf.models[s]=t,i.push(n)},acf.getFieldType=function(t){var e=a(t);return acf.models[e]||!1},acf.getFieldTypes=function(t){t=acf.parseArgs(t,{category:""});var e=[];return i.map((function(i){var a=acf.getFieldType(i),n=a.prototype;t.category&&n.category!==t.category||e.push(a)})),e}}(jQuery),function(t,e){acf.findFields=function(e){var i=".acf-field",a=!1;return(e=acf.parseArgs(e,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(e=acf.applyFilters("find_fields_args",e)),e.key&&(i+='[data-key="'+e.key+'"]'),e.type&&(i+='[data-type="'+e.type+'"]'),e.name&&(i+='[data-name="'+e.name+'"]'),e.is&&(i+=e.is),e.visible&&(i+=":visible"),a=e.parent?e.parent.find(i):e.sibling?e.sibling.siblings(i):t(i),e.suppressFilters||(a=a.not(".acf-clone .acf-field"),a=acf.applyFilters("find_fields",a)),e.limit&&(a=a.slice(0,e.limit)),a},acf.findField=function(t,e){return acf.findFields({key:t,limit:1,parent:e,suppressFilters:!0})},acf.getField=function(t){t instanceof jQuery||(t=acf.findField(t));var e=t.data("acf");return e||(e=acf.newField(t)),e},acf.getFields=function(e){e instanceof jQuery||(e=acf.findFields(e));var i=[];return e.each((function(){var e=acf.getField(t(this));i.push(e)})),i},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var i=function(t){var e=t,i=t+"_fields",n=t+"_field",s=function(t){var e=acf.arrayArgs(arguments),a=e.slice(1),n=acf.getFields({parent:t});if(n.length){var s=[i,n].concat(a);acf.doAction.apply(null,s)}},r=function(t){var e=acf.arrayArgs(arguments),i=e.slice(1);t.map((function(t,e){var a=[n,t].concat(i);acf.doAction.apply(null,a)}))};acf.addAction(e,s),acf.addAction(i,r),a(t)},a=function(t){var e=t+"_field",i=t+"Field",a=function(a){var n=acf.arrayArgs(arguments),s=n.slice(1),o=["type","name","key"];o.map((function(t){var i="/"+t+"="+a.get(t);n=[e+i,a].concat(s),acf.doAction.apply(null,n)})),r.indexOf(t)>-1&&a.trigger(i,s)};acf.addAction(e,a)},n,s=["valid","invalid","enable","disable","new","duplicate"],r=["remove","unmount","remount","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable","duplicate"];["prepare","ready","load","append","remove","unmount","remount","sortstart","sortstop","show","hide","unload"].map(i),s.map(a);var o=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){t("#_acf_changed").val(1)}}),c=new acf.Model({id:"duplicateFieldsManager",actions:{duplicate:"onDuplicate",duplicate_fields:"onDuplicateFields"},onDuplicate:function(t,e){var i=acf.getFields({parent:t});if(i.length){var a=acf.findFields({parent:e});acf.doAction("duplicate_fields",i,a)}},onDuplicateFields:function(e,i){e.map((function(e,a){acf.doAction("duplicate_field",e,t(i[a]))}))}})}(jQuery),function(t,e){var i=0,a=acf.Field.extend({type:"accordion",wait:"",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(!this.$el.hasClass("acf-accordion")&&!this.$el.is("td")){if(this.get("endpoint"))return this.remove();var e=this.$el,a=this.$labelWrap(),s=this.$inputWrap(),r=this.$control(),o=s.children(".description");if(o.length&&a.append(o),this.$el.is("tr")){var c=this.$el.closest("table"),l=t('<div class="acf-accordion-title"/>'),d=t('<div class="acf-accordion-content"/>'),u=t('<table class="'+c.attr("class")+'"/>'),f=t("<tbody/>");l.append(a.html()),u.append(f),d.append(u),s.append(l),s.append(d),a.remove(),r.remove(),s.attr("colspan",2),a=l,s=d,r=f}e.addClass("acf-accordion"),a.addClass("acf-accordion-title"),s.addClass("acf-accordion-content"),i++,this.get("multi_expand")&&e.attr("multi-expand",1);var p=acf.getPreference("this.accordions")||[];void 0!==p[i-1]&&this.set("open",p[i-1]),this.get("open")&&(e.addClass("-open"),s.css("display","block")),a.prepend(n.iconHtml({open:this.get("open")}));var h=e.parent();r.addClass(h.hasClass("-left")?"-left":""),r.addClass(h.hasClass("-clear")?"-clear":""),r.append(e.nextUntil(".acf-field-accordion",".acf-field")),r.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(a);var n=new acf.Model({actions:{unload:"onUnload"},events:{"click .acf-accordion-title":"onClick","invalidField .acf-accordion":"onInvalidField"},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},iconHtml:function(t){return acf.isGutenberg()?t.open?'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M12,8l-6,6l1.41,1.41L12,10.83l4.59,4.58L18,14L12,8z"></path></g></svg>':'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg>':t.open?'<i class="acf-accordion-icon dashicons dashicons-arrow-down"></i>':'<i class="acf-accordion-icon dashicons dashicons-arrow-right"></i>'},open:function(e){var i=acf.isGutenberg()?0:300;e.find(".acf-accordion-content:first").slideDown(i).css("display","block"),e.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!0})),e.addClass("-open"),acf.doAction("show",e),e.attr("multi-expand")||e.siblings(".acf-accordion.-open").each((function(){n.close(t(this))}))},close:function(t){var e=acf.isGutenberg()?0:300;t.find(".acf-accordion-content:first").slideUp(e),t.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!1})),t.removeClass("-open"),acf.doAction("hide",t)},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},onInvalidField:function(t,e){this.busy||(this.busy=!0,this.setTimeout((function(){this.busy=!1}),1e3),this.open(e))},onUnload:function(e){var i=[];t(".acf-accordion").each((function(){var e=t(this).hasClass("-open")?1:0;i.push(e)})),i.length&&acf.setPreference("this.accordions",i)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"button_group",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-button-group")},$input:function(){return this.$("input:checked")},setValue:function(t){this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClick:function(t,e){var i=e.parent("label"),a=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&a&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"checkbox",events:{"change input":"onChange","click .acf-add-checkbox":"onClickAdd","click .acf-checkbox-toggle":"onClickToggle","click .acf-checkbox-custom":"onClickCustom"},$control:function(){return this.$(".acf-checkbox-list")},$toggle:function(){return this.$(".acf-checkbox-toggle")},$input:function(){return this.$('input[type="hidden"]')},$inputs:function(){return this.$('input[type="checkbox"]').not(".acf-checkbox-toggle")},getValue:function(){var e=[];return this.$(":checked").each((function(){e.push(t(this).val())})),!!e.length&&e},onChange:function(t,e){var i=e.prop("checked"),a=e.parent("label"),n=this.$toggle(),s;(i?a.addClass("selected"):a.removeClass("selected"),n.length)&&(0==this.$inputs().not(":checked").length?n.prop("checked",!0):n.prop("checked",!1))},onClickAdd:function(t,e){var i='<li><input class="acf-checkbox-custom" type="checkbox" checked="checked" /><input type="text" name="'+this.getInputName()+'[]" /></li>';e.parent("li").before(i)},onClickToggle:function(t,e){var i=e.prop("checked"),a=this.$('input[type="checkbox"]'),n=this.$("label");a.prop("checked",i),i?n.addClass("selected"):n.removeClass("selected")},onClickCustom:function(t,e){var i=e.prop("checked"),a=e.next('input[type="text"]');i?a.prop("disabled",!1):(a.prop("disabled",!0),""==a.val()&&e.parent("li").remove())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"color_picker",wait:"load",events:{duplicateField:"onDuplicate"},$control:function(){return this.$(".acf-color-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},setValue:function(t){acf.val(this.$input(),t),this.$inputText().iris("color",t)},initialize:function(){var t=this.$input(),e=this.$inputText(),i=function(i){setTimeout((function(){acf.val(t,e.val())}),1)},a={defaultColor:!1,palettes:!0,hide:!0,change:i,clear:i},a=acf.applyFilters("color_picker_args",a,this);e.wpColorPicker(a)},onDuplicate:function(t,e,i){$colorPicker=i.find(".wp-picker-container"),$inputText=i.find('input[type="text"]'),$colorPicker.replaceWith($inputText)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"date_picker",events:{'blur input[type="text"]':"onBlur",duplicateField:"onDuplicate"},$control:function(){return this.$(".acf-date-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){if(this.has("save_format"))return this.initializeCompatibility();var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),altField:t,altFormat:"yymmdd",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")};i=acf.applyFilters("date_picker_args",i,this),acf.newDatePicker(e,i),acf.doAction("date_picker_init",e,i,this)},initializeCompatibility:function(){var t=this.$input(),e=this.$inputText();e.val(t.val());var i={dateFormat:this.get("date_format"),altField:t,altFormat:this.get("save_format"),changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")},a=(i=acf.applyFilters("date_picker_args",i,this)).dateFormat;i.dateFormat=this.get("save_format"),acf.newDatePicker(e,i),e.datepicker("option","dateFormat",a),acf.doAction("date_picker_init",e,i,this)},onBlur:function(){this.$inputText().val()||acf.val(this.$input(),"")},onDuplicate:function(t,e,i){i.find('input[type="text"]').removeClass("hasDatepicker").removeAttr("id")}});acf.registerFieldType(i);var a=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),a=acf.get("datePickerL10n");return!!a&&(void 0!==t.datepicker&&(a.isRTL=i,t.datepicker.regional[e]=a,void t.datepicker.setDefaults(a)))}});acf.newDatePicker=function(e,i){if(void 0===t.datepicker)return!1;i=i||{},e.datepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"date_time_picker",$control:function(){return this.$(".acf-date-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altFormat:"yy-mm-dd",altTimeFormat:"HH:mm:ss",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day"),controlType:"select",oneLine:!0};i=acf.applyFilters("date_time_picker_args",i,this),acf.newDateTimePicker(e,i),acf.doAction("date_time_picker_init",e,i,this)}});acf.registerFieldType(i);var a=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),a=acf.get("dateTimePickerL10n");return!!a&&(void 0!==t.timepicker&&(a.isRTL=i,t.timepicker.regional[e]=a,void t.timepicker.setDefaults(a)))}});acf.newDateTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.datetimepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){function i(e){if(s)return e();if(acf.isset(window,"google","maps","Geocoder"))return s=new google.maps.Geocoder,e();if(acf.addAction("google_map_api_loaded",e),!n){var i=acf.get("google_map_api");i&&(n=!0,t.ajax({url:i,dataType:"script",cache:!0,success:function(){s=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}}))}}var a=acf.Field.extend({type:"google_map",map:!1,wait:"load",events:{'click a[data-name="clear"]':"onClickClear",'click a[data-name="locate"]':"onClickLocate",'click a[data-name="search"]':"onClickSearch","keydown .search":"onKeydownSearch","keyup .search":"onKeyupSearch","focus .search":"onFocusSearch","blur .search":"onBlurSearch",showField:"onShow"},$control:function(){return this.$(".acf-google-map")},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},setState:function(t){this.$control().removeClass("-value -loading -searching"),"default"===t&&(t=this.val()?"value":""),t&&this.$control().addClass("-"+t)},getValue:function(){var t=this.$input().val();return!!t&&JSON.parse(t)},setValue:function(t,e){var i="";t&&(i=JSON.stringify(t)),acf.val(this.$input(),i),e||(this.renderVal(t),acf.doAction("google_map_change",t,this.map,this))},renderVal:function(t){t?(this.setState("value"),this.$search().val(t.address),this.setPosition(t.lat,t.lng)):(this.setState(""),this.$search().val(""),this.map.marker.setVisible(!1))},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},setPosition:function(t,e){this.map.marker.setPosition({lat:parseFloat(t),lng:parseFloat(e)}),this.map.marker.setVisible(!0),this.center()},center:function(){var t=this.map.marker.getPosition();if(t)var e=t.lat(),i=t.lng();else var e=this.get("lat"),i=this.get("lng");this.map.setCenter({lat:parseFloat(e),lng:parseFloat(i)})},initialize:function(){i(this.initializeMap.bind(this))},initializeMap:function(){var t=this.getValue(),e=acf.parseArgs(t,{zoom:this.get("zoom"),lat:this.get("lat"),lng:this.get("lng")}),i={scrollwheel:!1,zoom:parseInt(e.zoom),center:{lat:parseFloat(e.lat),lng:parseFloat(e.lng)},mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};i=acf.applyFilters("google_map_args",i,this);var a=new google.maps.Map(this.$canvas()[0],i),n=acf.parseArgs(i.marker,{draggable:!0,raiseOnDrag:!0,map:a});n=acf.applyFilters("google_map_marker_args",n,this);var s=new google.maps.Marker(n),r=!1;if(acf.isset(google,"maps","places","Autocomplete")){var o=i.autocomplete||{};o=acf.applyFilters("google_map_autocomplete_args",o,this),(r=new google.maps.places.Autocomplete(this.$search()[0],o)).bindTo("bounds",a)}this.addMapEvents(this,a,s,r),a.acf=this,a.marker=s,a.autocomplete=r,this.map=a,t&&this.setPosition(t.lat,t.lng),acf.doAction("google_map_init",a,s,this)},addMapEvents:function(t,e,i,a){google.maps.event.addListener(e,"click",(function(e){var i=e.latLng.lat(),a=e.latLng.lng();t.searchPosition(i,a)})),google.maps.event.addListener(i,"dragend",(function(){var e=this.getPosition().lat(),i=this.getPosition().lng();t.searchPosition(e,i)})),a&&google.maps.event.addListener(a,"place_changed",(function(){var e=this.getPlace();t.searchPlace(e)})),google.maps.event.addListener(e,"zoom_changed",(function(){var i=t.val();i&&(i.zoom=e.getZoom(),t.setValue(i,!0))}))},searchPosition:function(t,e){this.setState("loading");var i={lat:t,lng:e};s.geocode({location:i},function(i,a){if(this.setState(""),"OK"!==a)this.showNotice({text:acf.__("Location not found: %s").replace("%s",a),type:"warning"});else{var n=this.parseResult(i[0]);n.lat=t,n.lng=e,this.val(n)}}.bind(this))},searchPlace:function(t){if(t)if(t.geometry){t.formatted_address=this.$search().val();var e=this.parseResult(t);this.val(e)}else t.name&&this.searchAddress(t.name)},searchAddress:function(t){if(t){var e=t.split(",");if(2==e.length){var i=parseFloat(e[0]),a=parseFloat(e[1]);if(i&&a)return this.searchPosition(i,a)}this.setState("loading"),s.geocode({address:t},function(e,i){if(this.setState(""),"OK"!==i)this.showNotice({text:acf.__("Location not found: %s").replace("%s",i),type:"warning"});else{var a=this.parseResult(e[0]);a.address=t,this.val(a)}}.bind(this))}},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));this.setState("loading"),navigator.geolocation.getCurrentPosition(function(t){this.setState("");var e=t.coords.latitude,i=t.coords.longitude;this.searchPosition(e,i)}.bind(this),function(t){this.setState("")}.bind(this))},parseResult:function(t){var e={address:t.formatted_address,lat:t.geometry.location.lat(),lng:t.geometry.location.lng()};e.zoom=this.map.getZoom(),t.place_id&&(e.place_id=t.place_id),t.name&&(e.name=t.name);var i={street_number:["street_number"],street_name:["street_address","route"],city:["locality"],state:["administrative_area_level_1","administrative_area_level_2","administrative_area_level_3","administrative_area_level_4","administrative_area_level_5"],post_code:["postal_code"],country:["country"]};for(var a in i)for(var n=i[a],s=0;s<t.address_components.length;s++){var r=t.address_components[s],o=r.types[0];-1!==n.indexOf(o)&&(e[a]=r.long_name,r.long_name!==r.short_name&&(e[a+"_short"]=r.short_name))}return acf.applyFilters("google_map_result",e,t,this.map,this)},onClickClear:function(){this.val(!1)},onClickLocate:function(){this.searchLocation()},onClickSearch:function(){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.setState("searching")},onBlurSearch:function(t,e){var i=this.val(),a=i?i.address:"";e.val()===a&&this.setState("default")},onKeyupSearch:function(t,e){e.val()||this.val(!1)},onKeydownSearch:function(t,e){13==t.which&&(t.preventDefault(),e.blur())},onShow:function(){this.map&&this.setTimeout(this.center)}});acf.registerFieldType(a);var n=!1,s=!1}(jQuery),function(t,e){var i=acf.Field.extend({type:"image",$control:function(){return this.$(".acf-image-uploader")},$input:function(){return this.$('input[type="hidden"]')},events:{'click a[data-name="add"]':"onClickAdd",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove",'change input[type="file"]':"onChange"},initialize:function(){"basic"===this.get("uploader")&&this.$el.closest("form").attr("enctype","multipart/form-data")},validateAttachment:function(t){t&&t.attributes&&(t=t.attributes),t=acf.parseArgs(t,{id:0,url:"",alt:"",title:"",caption:"",description:"",width:0,height:0});var e=acf.isget(t,"sizes",this.get("preview_size"));return e&&(t.url=e.url,t.width=e.width,t.height=e.height),t},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.url,alt:t.alt}),t.id?(this.val(t.id),this.$control().addClass("has-value")):(this.val(""),this.$control().removeClass("has-value"))},append:function(t,e){var i=function(t,e){for(var i=acf.getFields({key:t.get("key"),parent:e.$el}),a=0;a<i.length;a++)if(!i[a].val())return i[a];return!1},a=i(this,e);a||(e.$(".acf-button:last").trigger("click"),a=i(this,e)),a&&a.render(t)},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),a=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(e)var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})},removeAttachment:function(){this.render(!1)},onClickAdd:function(t,e){this.selectAttachment()},onClickEdit:function(t,e){this.editAttachment()},onClickRemove:function(t,e){this.removeAttachment()},onChange:function(e,i){var a=this.$input();acf.getFileInputData(i,(function(e){a.val(t.param(e))}))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return void 0!==(t=t||{}).id&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",filename:"",filesizeHumanReadable:"",icon:"/wp-includes/images/media/default.png"})},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.icon,alt:t.alt,title:t.title}),this.$('[data-name="title"]').text(t.title),this.$('[data-name="filename"]').text(t.filename).attr("href",t.url),this.$('[data-name="filesize"]').text(t.filesizeHumanReadable);var e=t.id||"";acf.val(this.$input(),e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),a=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(!e)return!1;var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove","change .link-node":"onChange"},$control:function(){return this.$(".acf-link")},$node:function(){return this.$(".link-node")},getValue:function(){var t=this.$node();return!!t.attr("href")&&{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setValue:function(t){t=acf.parseArgs(t,{title:"",url:"",target:""});var e=this.$control(),i=this.$node();e.removeClass("-value -external"),t.url&&e.addClass("-value"),"_blank"===t.target&&e.addClass("-external"),this.$(".link-title").html(t.title),this.$(".link-url").attr("href",t.url).html(t.url),i.html(t.title),i.attr("href",t.url),i.attr("target",t.target),this.$(".input-title").val(t.title),this.$(".input-target").val(t.target),this.$(".input-url").val(t.url).trigger("change")},onClickEdit:function(t,e){acf.wpLink.open(this.$node())},onClickRemove:function(t,e){this.setValue(!1)},onChange:function(t,e){var i=this.getValue();this.setValue(i)}});acf.registerFieldType(i),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:acf.decode(t.html()),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.text(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:t("#wp-link-text").val(),url:t("#wp-link-url").val(),target:t("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(e){t("#wp-link-text").val(e.title),t("#wp-link-url").val(e.url),t("#wp-link-target").prop("checked","_blank"===e.target)},open:function(e){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",e);var i=t('<textarea id="acf-link-textarea" style="display:none;"></textarea>');t("body").append(i);var a=this.getNodeValue();wpLink.open("acf-link-textarea",a.url,a.title,null)},onOpen:function(){t("#wp-link-wrap").addClass("has-text-field");var e=this.getNodeValue();this.setInputValue(e),e.url&&wpLinkL10n&&t("#wp-link-submit").val(wpLinkL10n.update)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;var e=t("#wp-link-submit"),i;if(e.is(":hover")||e.is(":focus")){var a=this.getInputValue();this.setNodeValue(a)}this.off("wplink-open"),this.off("wplink-close"),t("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"oembed",events:{'click [data-name="clear-button"]':"onClickClear","keypress .input-search":"onKeypressSearch","keyup .input-search":"onKeyupSearch","change .input-search":"onChangeSearch"},$control:function(){return this.$(".acf-oembed")},$input:function(){return this.$(".input-value")},$search:function(){return this.$(".input-search")},getValue:function(){return this.$input().val()},getSearchVal:function(){return this.$search().val()},setValue:function(t){t?this.$control().addClass("has-value"):this.$control().removeClass("has-value"),acf.val(this.$input(),t)},showLoading:function(t){acf.showLoading(this.$(".canvas"))},hideLoading:function(){acf.hideLoading(this.$(".canvas"))},maybeSearch:function(){var e=this.val(),i=this.getSearchVal();if(!i)return this.clear();if("http"!=i.substr(0,4)&&(i="http://"+i),i!==e){var a=this.get("timeout");a&&clearTimeout(a);var n=t.proxy(this.search,this,i);this.set("timeout",setTimeout(n,300))}},search:function(e){var i={action:"acf/fields/oembed/search",s:e,field_key:this.get("key")},a;(a=this.get("xhr"))&&a.abort(),this.showLoading();var a=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),type:"post",dataType:"json",context:this,success:function(t){t&&t.html||(t={url:!1,html:""}),this.val(t.url),this.$(".canvas-media").html(t.html)},complete:function(){this.hideLoading()}});this.set("xhr",a)},clear:function(){this.val(""),this.$search().val(""),this.$(".canvas-media").html("")},onClickClear:function(t,e){this.clear()},onKeypressSearch:function(t,e){13==t.which&&(t.preventDefault(),this.maybeSearch())},onKeyupSearch:function(t,e){e.val()&&this.maybeSearch()},onChangeSearch:function(t,e){this.maybeSearch()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"radio",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-radio-list")},$input:function(){return this.$("input:checked")},$inputText:function(){return this.$('input[type="text"]')},getValue:function(){var t=this.$input().val();return"other"===t&&this.get("other_choice")&&(t=this.$inputText().val()),t},onClick:function(t,e){var i=e.parent("label"),a=i.hasClass("selected"),n=e.val();this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&a&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"),n=!1),this.get("other_choice")&&("other"===n?this.$inputText().prop("disabled",!1):this.$inputText().prop("disabled",!0))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"range",events:{'input input[type="range"]':"onChange","change input":"onChange"},$input:function(){return this.$('input[type="range"]')},$inputAlt:function(){return this.$('input[type="number"]')},setValue:function(t){this.busy=!0,acf.val(this.$input(),t),acf.val(this.$inputAlt(),this.$input().val(),!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"relationship",events:{"keypress [data-filter]":"onKeypressFilter","change [data-filter]":"onChangeFilter","keyup [data-filter]":"onChangeFilter","click .choices-list .acf-rel-item":"onClickAdd",'click [data-name="remove_item"]':"onClickRemove"},$control:function(){return this.$(".acf-relationship")},$list:function(t){return this.$("."+t+"-list")},$listItems:function(t){return this.$list(t).find(".acf-rel-item")},$listItem:function(t,e){return this.$list(t).find('.acf-rel-item[data-id="'+e+'"]')},getValue:function(){var e=[];return this.$listItems("values").each((function(){e.push(t(this).data("id"))})),!!e.length&&e},newChoice:function(t){return["<li>",'<span data-id="'+t.id+'" class="acf-rel-item">'+t.text+"</span>","</li>"].join("")},newValue:function(t){return["<li>",'<input type="hidden" name="'+this.getInputName()+'[]" value="'+t.id+'" />','<span data-id="'+t.id+'" class="acf-rel-item">'+t.text,'<a href="#" class="acf-icon -minus small dark" data-name="remove_item"></a>',"</span>","</li>"].join("")},initialize:function(){var t=this.proxy(acf.once((function(){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:this.proxy((function(){this.$input().trigger("change")}))}),this.$list("choices").scrollTop(0).on("scroll",this.proxy(this.onScrollChoices)),this.fetch()})));this.$el.one("mouseover",t),this.$el.one("focus","input",t),acf.onceInView(this.$el,t)},onScrollChoices:function(t){if(!this.get("loading")&&this.get("more")){var e=this.$list("choices"),i=Math.ceil(e.scrollTop()),a=Math.ceil(e[0].scrollHeight),n=Math.ceil(e.innerHeight()),s=this.get("paged")||1;i+n>=a&&(this.set("paged",s+1),this.fetch())}},onKeypressFilter:function(t,e){13==t.which&&t.preventDefault()},onChangeFilter:function(t,e){var i=e.val(),a=e.data("filter");this.get(a)!==i&&(this.set(a,i),this.set("paged",1),e.is("select")?this.fetch():this.maybeFetch())},onClickAdd:function(t,e){var i=this.val(),a=parseInt(this.get("max"));if(e.hasClass("disabled"))return!1;if(a>0&&i&&i.length>=a)return this.showNotice({text:acf.__("Maximum values reached ( {max} values )").replace("{max}",a),type:"warning"}),!1;e.addClass("disabled");var n=this.newValue({id:e.data("id"),text:e.html()});this.$list("values").append(n),this.$input().trigger("change")},onClickRemove:function(t,e){t.preventDefault();var i=e.parent(),a=i.parent(),n=i.data("id");a.remove(),this.$listItem("choices",n).removeClass("disabled"),this.$input().trigger("change")},maybeFetch:function(){var t=this.get("timeout");t&&clearTimeout(t),t=this.setTimeout(this.fetch,300),this.set("timeout",t)},getAjaxData:function(){var t=this.$control().data();for(var e in t)t[e]=this.get(e);return t.action="acf/fields/relationship/query",t.field_key=this.get("key"),
|
2 |
t=acf.applyFilters("relationship_ajax_data",t,this)},fetch:function(){var e;(e=this.get("xhr"))&&e.abort();var i=this.getAjaxData(),a=this.$list("choices");1==i.paged&&a.html("");var n=t('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");a.append(n),this.set("loading",!0);var s=function(){this.set("loading",!1),n.remove()},r=function(e){if(!e||!e.results||!e.results.length)return this.set("more",!1),void(1==this.get("paged")&&this.$list("choices").append("<li>"+acf.__("No matches found")+"</li>"));this.set("more",e.more);var i=this.walkChoices(e.results),n=t(i),s=this.val();s&&s.length&&s.map((function(t){n.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")})),a.append(n);var r=!1,o=!1;a.find(".acf-rel-label").each((function(){var e=t(this),i=e.siblings("ul");if(r&&r.text()==e.text())return o.append(i.children()),void t(this).parent().remove();r=e,o=i}))},e=t.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(i),context:this,success:r,complete:s});this.set("xhr",e)},walkChoices:function(e){var i=function(e){var a="";return t.isArray(e)?e.map((function(t){a+=i(t)})):t.isPlainObject(e)&&(void 0!==e.children?(a+='<li><span class="acf-rel-label">'+acf.escHtml(e.text)+'</span><ul class="acf-bl">',a+=i(e.children),a+="</ul></li>"):a+='<li><span class="acf-rel-item" data-id="'+acf.escAttr(e.id)+'">'+acf.escHtml(e.text)+"</span></li>"),a};return i(e)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"select",select2:!1,wait:"load",events:{removeField:"onRemove"},$input:function(){return this.$("select")},initialize:function(){var t=this.$input();if(this.inherit(t),this.get("ui")){var e=this.get("ajax_action");e||(e="acf/fields/"+this.get("type")+"/query"),this.select2=acf.newSelect2(t,{field:this,ajax:this.get("ajax"),multiple:this.get("multiple"),placeholder:this.get("placeholder"),allowNull:this.get("allow_null"),ajaxAction:e})}},onRemove:function(){this.select2&&this.select2.destroy()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i="tab",a=acf.Field.extend({type:"tab",wait:"",tabs:!1,tab:!1,events:{duplicateField:"onDuplicate"},findFields:function(){return this.$el.nextUntil(".acf-field-tab",".acf-field")},getFields:function(){return acf.getFields(this.findFields())},findTabs:function(){return this.$el.prevAll(".acf-tab-wrap:first")},findTab:function(){return this.$(".acf-tab-button")},initialize:function(){if(this.$el.is("td"))return this.events={},!1;var t=this.findTabs(),e=this.findTab(),i=acf.parseArgs(e.data(),{endpoint:!1,placement:"",before:this.$el});!t.length||i.endpoint?this.tabs=new s(i):this.tabs=t.data("acf"),this.tab=this.tabs.addTab(e,this)},isActive:function(){return this.tab.isActive()},showFields:function(){this.getFields().map((function(t){t.show(this.cid,"tab"),t.hiddenByTab=!1}),this)},hideFields:function(){this.getFields().map((function(t){t.hide(this.cid,"tab"),t.hiddenByTab=this.tab}),this)},show:function(t){var e=acf.Field.prototype.show.apply(this,arguments);return e&&(this.tab.show(),this.tabs.refresh()),e},hide:function(t){var e=acf.Field.prototype.hide.apply(this,arguments);return e&&(this.tab.hide(),this.isActive()&&this.tabs.reset()),e},enable:function(t){this.getFields().map((function(t){t.enable("tab")}))},disable:function(t){this.getFields().map((function(t){t.disable("tab")}))},onDuplicate:function(t,e,i){this.isActive()&&i.prevAll(".acf-tab-wrap:first").remove()}});acf.registerFieldType(a);var n=0,s=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(e){t.extend(this.data,e),this.tabs=[],this.active=!1;var i=this.get("placement"),a=this.get("before"),s=a.parent();"left"==i&&s.hasClass("acf-fields")&&s.addClass("-sidebar"),a.is("tr")?this.$el=t('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=t('<div class="acf-tab-wrap -'+i+'"><ul class="acf-hl acf-tab-group"></ul></div>'),a.before(this.$el),this.set("index",n,!0),n++},initializeTabs:function(){var t=this.getVisible().shift(),e,i,a=(acf.getPreference("this.tabs")||[])[this.get("index")];this.tabs[a]&&this.tabs[a].isVisible()&&(t=this.tabs[a]),t?this.selectTab(t):this.closeTabs(),this.set("initialized",!0)},getVisible:function(){return this.tabs.filter((function(t){return t.isVisible()}))},getActive:function(){return this.active},setActive:function(t){return this.active=t},hasActive:function(){return!1!==this.active},isActive:function(t){var e=this.getActive();return e&&e.cid===t.cid},closeActive:function(){this.hasActive()&&this.closeTab(this.getActive())},openTab:function(t){this.closeActive(),t.open(),this.setActive(t)},closeTab:function(t){t.close(),this.setActive(!1)},closeTabs:function(){this.tabs.map(this.closeTab,this)},selectTab:function(t){this.tabs.map((function(e){t.cid!==e.cid&&this.closeTab(e)}),this),this.openTab(t)},addTab:function(e,i){var a=t("<li>"+e.outerHTML()+"</li>");this.$("ul").append(a);var n=new r({$el:a,field:i,group:this});return this.tabs.push(n),n},reset:function(){return this.closeActive(),this.refresh()},refresh:function(){if(this.hasActive())return!1;var t=this.getVisible().shift();return t&&this.openTab(t),t},onRefresh:function(){if("left"===this.get("placement")){var t=this.$el.parent(),e=this.$el.children("ul"),i=t.is("td")?"height":"min-height",a=e.position().top+e.outerHeight(!0)-1;t.css(i,a)}}}),r=acf.Model.extend({group:!1,field:!1,events:{"click a":"onClick"},index:function(){return this.$el.index()},isVisible:function(){return acf.isVisible(this.$el)},isActive:function(){return this.$el.hasClass("active")},open:function(){this.$el.addClass("active"),this.field.showFields()},close:function(){this.$el.removeClass("active"),this.field.hideFields()},onClick:function(t,e){t.preventDefault(),this.toggle()},toggle:function(){this.isActive()||this.group.openTab(this)}}),o=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"},findTabs:function(){return t(".acf-tab-wrap")},getTabs:function(){return acf.getInstances(this.findTabs())},render:function(t){this.getTabs().map((function(t){t.get("initialized")||t.initializeTabs()}))},onInvalidField:function(t){this.busy||t.hiddenByTab&&(t.hiddenByTab.toggle(),this.busy=!0,this.setTimeout((function(){this.busy=!1}),100))},onUnload:function(){var t=[];this.getTabs().map((function(e){var i=e.hasActive()?e.getActive().index():0;t.push(i)})),t.length&&acf.setPreference("this.tabs",t)}})}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"post_object"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"page_link"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"user"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"taxonomy",data:{ftype:"select"},select2:!1,wait:"load",events:{'click a[data-name="add"]':"onClickAdd",'click input[type="radio"]':"onClickRadio",removeField:"onRemove"},$control:function(){return this.$(".acf-taxonomy-field")},$input:function(){return this.getRelatedPrototype().$input.apply(this,arguments)},getRelatedType:function(){var t=this.get("ftype");return"multi_select"==t&&(t="select"),t},getRelatedPrototype:function(){return acf.getFieldType(this.getRelatedType()).prototype},getValue:function(){return this.getRelatedPrototype().getValue.apply(this,arguments)},setValue:function(){return this.getRelatedPrototype().setValue.apply(this,arguments)},initialize:function(){this.getRelatedPrototype().initialize.apply(this,arguments)},onRemove:function(){var t=this.getRelatedPrototype();t.onRemove&&t.onRemove.apply(this,arguments)},onClickAdd:function(e,i){var a=this,n=!1,s=!1,r=!1,o=!1,c=!1,l=!1,d=!1,u=function(){n=acf.newPopup({title:i.attr("title"),loading:!0,width:"300px"});var e={action:"acf/fields/taxonomy/add_term",field_key:a.get("key")};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"html",success:f})},f=function(t){n.loading(!1),n.content(t),s=n.$("form"),r=n.$('input[name="term_name"]'),o=n.$('select[name="term_parent"]'),c=n.$(".acf-submit-button"),r.focus(),n.on("submit","form",p)},p=function(e,i){if(e.preventDefault(),e.stopImmediatePropagation(),""===r.val())return r.focus(),!1;acf.startButtonLoading(c);var n={action:"acf/fields/taxonomy/add_term",field_key:a.get("key"),term_name:r.val(),term_parent:o.length?o.val():0};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(n),type:"post",dataType:"json",success:h})},h=function(t){acf.stopButtonLoading(c),d&&d.remove(),acf.isAjaxSuccess(t)?(r.val(""),g(t.data),d=acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:s,timeout:2e3,dismiss:!1})):d=acf.newNotice({type:"error",text:acf.getAjaxError(t),target:s,timeout:2e3,dismiss:!1}),r.focus()},g=function(e){var i=t('<option value="'+e.term_id+'">'+e.term_label+"</option>"),n;e.term_parent?o.children('option[value="'+e.term_parent+'"]').after(i):o.append(i),acf.getFields({type:"taxonomy"}).map((function(t){t.get("taxonomy")==a.get("taxonomy")&&t.appendTerm(e)})),a.selectTerm(e.term_id)};u()},appendTerm:function(t){"select"==this.getRelatedType()?this.appendTermSelect(t):this.appendTermCheckbox(t)},appendTermSelect:function(t){this.select2.addOption({id:t.term_id,text:t.term_label})},appendTermCheckbox:function(e){var i=this.$("[name]:first").attr("name"),a=this.$("ul:first");"checkbox"==this.getRelatedType()&&(i+="[]");var n=t(['<li data-id="'+e.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+e.term_id+'" name="'+i+'" /> ',"<span>"+e.term_name+"</span>","</label>","</li>"].join(""));if(e.term_parent){var s=a.find('li[data-id="'+e.term_parent+'"]');(a=s.children("ul")).exists()||(a=t('<ul class="children acf-bl"></ul>'),s.append(a))}a.append(n)},selectTerm:function(t){var e;"select"==this.getRelatedType()?this.select2.selectOption(t):this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClickRadio:function(t,e){var i=e.parent("label"),a=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&a&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"time_picker",$control:function(){return this.$(".acf-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf.get("dateTimePickerL10n").selectText,timeOnly:!0,onClose:function(t,e,i){var a=e.dpDiv.find(".ui-datepicker-close");!t&&a.is(":hover")&&i._updateDateTime()}};i=acf.applyFilters("time_picker_args",i,this),acf.newTimePicker(e,i),acf.doAction("time_picker_init",e,i,this)}});acf.registerFieldType(i),acf.newTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.timepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.Field.extend({type:"true_false",events:{"change .acf-switch-input":"onChange","focus .acf-switch-input":"onFocus","blur .acf-switch-input":"onBlur","keypress .acf-switch-input":"onKeypress"},$input:function(){return this.$('input[type="checkbox"]')},$switch:function(){return this.$(".acf-switch")},getValue:function(){return this.$input().prop("checked")?1:0},initialize:function(){this.render()},render:function(){var t=this.$switch();if(t.length){var e=t.children(".acf-switch-on"),i=t.children(".acf-switch-off"),a=Math.max(e.width(),i.width());a&&(e.css("min-width",a),i.css("min-width",a))}},switchOn:function(){this.$input().prop("checked",!0),this.$switch().addClass("-on")},switchOff:function(){this.$input().prop("checked",!1),this.$switch().removeClass("-on")},onChange:function(t,e){e.prop("checked")?this.switchOn():this.switchOff()},onFocus:function(t,e){this.$switch().addClass("-focus")},onBlur:function(t,e){this.$switch().removeClass("-focus")},onKeypress:function(t,e){return 37===t.keyCode?this.switchOff():39===t.keyCode?this.switchOn():void 0}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"url",events:{'keyup input[type="url"]':"onkeyup"},$control:function(){return this.$(".acf-input-wrap")},$input:function(){return this.$('input[type="url"]')},initialize:function(){this.render()},isValid:function(){var t=this.val();return!!t&&(-1!==t.indexOf("://")||0===t.indexOf("//"))},render:function(){this.isValid()?this.$control().addClass("-valid"):this.$control().removeClass("-valid")},onkeyup:function(t,e){this.render()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"wysiwyg",wait:"load",events:{"mousedown .acf-editor-wrap.delay":"onMousedown",unmountField:"disableEditor",remountField:"enableEditor",removeField:"disableEditor"},$control:function(){return this.$(".acf-editor-wrap")},$input:function(){return this.$("textarea")},getMode:function(){return this.$control().hasClass("tmce-active")?"visual":"text"},initialize:function(){this.$control().hasClass("delay")||this.initializeEditor()},initializeEditor:function(){var t=this.$control(),e=this.$input(),i={tinymce:!0,quicktags:!0,toolbar:this.get("toolbar"),mode:this.getMode(),field:this},a=e.attr("id"),n=acf.uniqueId("acf-editor-"),s=e.data(),r=e.val();acf.rename({target:t,search:a,replace:n,destructive:!0}),this.set("id",n,!0),this.$input().data(s).val(r),acf.tinymce.initialize(n,i)},onMousedown:function(t){t.preventDefault();var e=this.$control();e.removeClass("delay"),e.find(".acf-editor-toolbar").remove(),this.initializeEditor()},enableEditor:function(){"visual"==this.getMode()&&acf.tinymce.enable(this.get("id"))},disableEditor:function(){acf.tinymce.destroy(this.get("id"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=[];acf.Condition=acf.Model.extend({type:"",operator:"==",label:"",choiceType:"input",fieldTypes:[],data:{conditions:!1,field:!1,rule:{}},events:{change:"change",keyup:"change",enableField:"change",disableField:"change"},setup:function(e){t.extend(this.data,e)},getEventTarget:function(t,e){return t||this.get("field").$el},change:function(t,e){this.get("conditions").change(t)},match:function(t,e){return!1},calculate:function(){return this.match(this.get("rule"),this.get("field"))},choices:function(t){return'<input type="text" />'}}),acf.newCondition=function(t,e){var i=e.get("field"),a=i.getField(t.field);if(!i||!a)return!1;var n={rule:t,target:i,conditions:e,field:a},s=a.get("type"),r=t.operator,o,c,l;return new(acf.getConditionTypes({fieldType:s,operator:r})[0]||acf.Condition)(n)};var a=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,n=t.prototype.type,s=a(n);acf.models[s]=t,i.push(n)},acf.getConditionType=function(t){var e=a(t);return acf.models[e]||!1},acf.registerConditionForFieldType=function(t,e){var i=acf.getConditionType(t);i&&i.prototype.fieldTypes.push(e)},acf.getConditionTypes=function(t){t=acf.parseArgs(t,{fieldType:"",operator:""});var e=[];return i.map((function(i){var a=acf.getConditionType(i),n=a.prototype.fieldTypes,s=a.prototype.operator;t.fieldType&&-1===n.indexOf(t.fieldType)||t.operator&&s!==t.operator||e.push(a)})),e}}(jQuery),function(t,e){var i="conditional_logic",a=new acf.Model({id:"conditionsManager",priority:20,actions:{new_field:"onNewField"},onNewField:function(t){t.has("conditions")&&t.getConditions().render()}}),n=function(t,e){var i=acf.getFields({key:e,sibling:t.$el,suppressFilters:!0});return i.length||(i=acf.getFields({key:e,parent:t.$el.parent(),suppressFilters:!0})),!!i.length&&i[0]};acf.Field.prototype.getField=function(t){var e=n(this,t);if(e)return e;for(var i=this.parents(),a=0;a<i.length;a++)if(e=n(i[a],t))return e;return!1},acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new r(this)),this.conditions};var s=!1,r=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){this.data.field=t;var e=t.get("conditions");e instanceof Array?e[0]instanceof Array?e.map((function(t,e){this.addRules(t,e)}),this):this.addRules(e):this.addRule(e)},change:function(t){if(this.get("timeStamp")===t.timeStamp)return!1;this.set("timeStamp",t.timeStamp,!0);var e=this.render()},render:function(){return this.calculate()?this.show():this.hide()},show:function(){return this.get("field").showEnable(this.cid,i)},hide:function(){return this.get("field").hideDisable(this.cid,i)},calculate:function(){var t=!1;return this.getGroups().map((function(e){var i;t||e.filter((function(t){return t.calculate()})).length==e.length&&(t=!0)})),t},hasGroups:function(){return null!=this.data.groups},getGroups:function(){return this.data.groups},addGroup:function(){var t=[];return this.data.groups.push(t),t},hasGroup:function(t){return null!=this.data.groups[t]},getGroup:function(t){return this.data.groups[t]},removeGroup:function(t){return this.data.groups[t].delete,this},addRules:function(t,e){t.map((function(t){this.addRule(t,e)}),this)},addRule:function(t,e){var i;e=e||0,i=this.hasGroup(e)?this.getGroup(e):this.addGroup();var a=acf.newCondition(t,this);if(!a)return!1;i.push(a)},hasRule:function(){},getRule:function(t,e){return t=t||0,e=e||0,this.data.groups[e][t]},removeRule:function(){}})}(jQuery),function(t,e){var i=acf.__,a=function(t){return t?""+t:""},n=function(t,e){return a(t).toLowerCase()===a(e).toLowerCase()},s=function(t,e){return parseFloat(t)===parseFloat(e)},r=function(t,e){return parseFloat(t)>parseFloat(e)},o=function(t,e){return parseFloat(t)<parseFloat(e)},c=function(t,e){return(e=e.map((function(t){return a(t)}))).indexOf(t)>-1},l=function(t,e){return a(t).indexOf(a(e))>-1},d=function(t,e){var i=new RegExp(a(e),"gi");return a(t).match(i)},u=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:i("Has any value"),fieldTypes:["text","textarea","number","range","email","url","password","image","file","wysiwyg","oembed","select","checkbox","radio","button_group","link","post_object","page_link","relationship","taxonomy","user","google_map","date_picker","date_time_picker","time_picker","color_picker"],match:function(t,e){return!!e.val()},choices:function(t){return'<input type="text" disabled="" />'}});acf.registerConditionType(u);var f=u.extend({type:"hasNoValue",operator:"==empty",label:i("Has no value"),match:function(t,e){return!u.prototype.match.apply(this,arguments)}});acf.registerConditionType(f);var p=acf.Condition.extend({type:"equalTo",operator:"==",label:i("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(e,i){return t.isNumeric(e.value)?s(e.value,i.val()):n(e.value,i.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(p);var h=p.extend({type:"notEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!p.prototype.match.apply(this,arguments)}});acf.registerConditionType(h);var g=acf.Condition.extend({type:"patternMatch",operator:"==pattern",label:i("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return d(e.val(),t.value)},choices:function(t){return'<input type="text" placeholder="[a-z0-9]" />'}});acf.registerConditionType(g);var m=acf.Condition.extend({type:"contains",operator:"==contains",label:i("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return l(e.val(),t.value)},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(m);var v=p.extend({type:"trueFalseEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(v);var y=h.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:i("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?c(t.value,i):n(t.value,i)},choices:function(e){var a=[],n=e.$setting("choices textarea").val().split("\n");return e.$input("allow_null").prop("checked")&&a.push({id:"",text:i("Null")}),n.map((function(e){(e=e.split(":"))[1]=e[1]||e[0],a.push({id:t.trim(e[0]),text:t.trim(e[1])})})),a}});acf.registerConditionType(b);var _=b.extend({type:"selectNotEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(_);var w=acf.Condition.extend({type:"greaterThan",operator:">",label:i("Value is greater than"),fieldTypes:["number","range"],match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),r(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(w);var x=w.extend({type:"lessThan",operator:"<",label:i("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),o(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(x);var $=w.extend({type:"selectionGreaterThan",label:i("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=x.extend({type:"selectionLessThan",label:i("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(t,e){acf.unload=new acf.Model({wait:"load",active:!0,changed:!1,actions:{validation_failure:"startListening",validation_success:"stopListening"},events:{"change form .acf-field":"startListening","submit form":"stopListening"},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(){this.stopListening()},startListening:function(){!this.changed&&this.active&&(this.changed=!0,t(window).on("beforeunload",this.onUnload))},stopListening:function(){this.changed=!1,t(window).off("beforeunload",this.onUnload)},onUnload:function(){return acf.__("The changes you made will be lost if you navigate away from this page")}})}(jQuery),function(t,e){var i=new acf.Model({wait:"prepare",priority:1,initialize:function(){(acf.get("postboxes")||[]).map(acf.newPostbox)}});acf.getPostbox=function(e){return"string"==typeof e&&(e=t("#"+e)),acf.getInstance(e)},acf.getPostboxes=function(){return acf.getInstances(t(".acf-postbox"))},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",edit:""},setup:function(e){e.editLink&&(e.edit=e.editLink),t.extend(this.data,e),this.$el=this.$postbox()},$postbox:function(){return t("#"+this.get("id"))},$hide:function(){return t("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$handleActions:function(){return this.$("> .postbox-header .handle-actions")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.$el.hasClass("acf-hidden")},initialize:function(){if(this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js"),"block"!==acf.get("editor")){var t=this.get("style");"default"!==t&&this.$el.addClass(t)}this.$inside().addClass("acf-fields").addClass("-"+this.get("label"));var e=this.get("edit");if(e){var i='<a href="'+e+'" class="dashicons dashicons-admin-generic acf-hndle-cog acf-js-tooltip" title="'+acf.__("Edit field group")+'"></a>',a=this.$handleActions();a.length?a.prepend(i):this.$hndle().append(i)}this.show()},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show().removeClass("acf-hidden"),acf.doAction("show_postbox",this)},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.enable(),this.show()},hide:function(){this.$hideLabel().hide(),this.$el.hide().addClass("acf-hidden"),acf.doAction("hide_postbox",this)},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.disable(),this.hide()},html:function(t){this.$inside().html(t),acf.doAction("append",this.$el)}})}(jQuery),function(t,e){acf.newMediaPopup=function(t){var e=null,t=acf.parseArgs(t,{mode:"select",title:"",button:"",type:"",field:!1,allowedTypes:"",library:"all",multiple:!1,attachment:0,autoOpen:!0,open:function(){},select:function(){},close:function(){}});return e="edit"==t.mode?new acf.models.EditMediaPopup(t):new acf.models.SelectMediaPopup(t),t.autoOpen&&setTimeout((function(){e.open()}),1),acf.doAction("new_media_popup",e),e};var i=function(){var e=acf.get("post_id");return t.isNumeric(e)?e:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(void 0!==e[t])return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var a=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(e){t.extend(this.data,e)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);e.acf=this,this.addFrameEvents(e,t),this.frame=e},open:function(){this.frame.open()},close:function(){this.frame.close()},remove:function(){this.frame.detach(),this.frame.remove()},getFrameOptions:function(){var t={title:this.get("title"),multiple:this.get("multiple"),library:{},states:[]};return this.get("type")&&(t.library.type=this.get("type")),"uploadedTo"===this.get("library")&&(t.library.uploadedTo=i()),this.get("attachment")&&(t.library.post__in=[this.get("attachment")]),this.get("button")&&(t.button={text:this.get("button")}),t},addFrameStates:function(t){var e=wp.media.query(t.library);this.get("field")&&acf.isset(e,"mirroring","args")&&(e.mirroring.args._acfuploader=this.get("field")),t.states.push(new wp.media.controller.Library({library:e,multiple:this.get("multiple"),title:this.get("title"),priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})),acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))}),t),t.on("content:render:edit-image",(function(){var t=this.state().get("image"),e=new wp.media.view.EditImage({model:t,controller:this}).render();this.content.set(e),e.loadEditor()}),t),t.on("select",(function(){var e=t.state().get("selection");e&&e.each((function(e,i){t.acf.get("select").apply(t.acf,[e,i])}))})),t.on("close",(function(){setTimeout((function(){t.acf.get("close").apply(t.acf),t.acf.remove()}),1)}))}});acf.models.SelectMediaPopup=a.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),a.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),t.on("open",(function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader}))),t.on("content:activate:browse",(function(){var e=!1;try{e=t.content.get().toolbar}catch(t){return void console.log(t)}t.acf.customizeFilters.apply(t.acf,[e])})),a.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(e){var i=e.get("filters"),a;("image"==this.get("type")&&(i.filters.all.text=acf.__("All images"),delete i.filters.audio,delete i.filters.video,delete i.filters.image,t.each(i.filters,(function(t,e){e.props.type=e.props.type||"image"}))),this.get("allowedTypes"))&&this.get("allowedTypes").split(" ").join("").split(".").join("").split(",").map((function(t){var e=acf.getMimeType(t);if(e){var a={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};i.filters[e]=a}}));if("uploadedTo"===this.get("library")){var n=this.frame.options.library.uploadedTo;delete i.filters.unattached,delete i.filters.uploaded,t.each(i.filters,(function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=n}))}var s=this.get("field"),r;t.each(i.filters,(function(t,e){e.props._acfuploader=s})),e.get("search").model.attributes._acfuploader=s,i.renderFilters&&i.renderFilters()}}),acf.models.EditMediaPopup=a.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),a.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e,i=this.state().get("selection"),a=wp.media.attachment(t.acf.get("attachment"));i.add(a)}),t),a.prototype.addFrameEvents.apply(this,arguments)}});var n=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=i();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsButton(),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsButton:function(){if(acf.isset(wp,"media","view","Button")){var t=wp.media.view.Button;wp.media.view.Button=t.extend({initialize:function(){var t=_.defaults(this.options,this.defaults);this.model=new Backbone.Model(t),this.listenTo(this.model,"change",this.render)}})}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var e=wp.media.view.Router;wp.media.view.Router=e.extend({addExpand:function(){var e=t(['<a href="#" class="acf-expand-details">','<span class="is-closed"><i class="acf-icon -left -small"></i>'+acf.__("Expand Details")+"</span>",'<span class="is-open"><i class="acf-icon -right -small"></i>'+acf.__("Collapse Details")+"</span>","</a>"].join(""));e.on("click",(function(e){e.preventDefault();var i=t(this).closest(".media-modal");i.hasClass("acf-expanded")?i.removeClass("acf-expanded"):i.addClass("acf-expanded")})),this.$el.append(e)},initialize:function(){return e.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var e;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map((function(e,i){return{el:t("<option></option>").val(i).html(e.text)[0],priority:e.priority||50}}),this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var e=wp.media.view.AttachmentCompat,i=!1;wp.media.view.AttachmentCompat=e.extend({render:function(){return this.rendered?this:(e.prototype.render.apply(this,arguments),this.$("#acf-form-data").length?(clearTimeout(i),i=setTimeout(t.proxy((function(){this.rendered=!0,acf.doAction("append",this.$el)}),this),50),this):this)},save:function(t){var e={};t&&t.preventDefault(),e=acf.serializeForAjax(this.$el),this.controller.trigger("attachment:compat:waiting",["waiting"]),this.model.saveCompat(e).always(_.bind(this.postSave,this))}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var t=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=t.extend({render:function(){var e=acf.isget(this,"controller","acf"),i=acf.isget(this,"model","attributes");if(e&&i){i.acf_errors&&this.$el.addClass("acf-disabled");var a=e.get("selected");a&&a.indexOf(i.id)>-1&&this.$el.addClass("acf-selected")}return t.prototype.render.apply(this,arguments)},toggleSelection:function(e){var i=this.collection,a=this.options.selection,n=this.model,s=a.single(),r=this.controller,o=acf.isget(this,"model","attributes","acf_errors"),c=r.$el.find(".media-frame-content .media-sidebar")
|
3 |
-
;if(c.children(".acf-selection-error").remove(),c.children().removeClass("acf-hidden"),r&&o){var l=acf.isget(this,"model","attributes","filename");return c.children().addClass("acf-hidden"),c.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+l+"</span>",'<span class="selection-error-message">'+o+"</span>","</div>"].join("")),a.reset(),void a.single(n)}return t.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(t,e){acf.screen=new acf.Model({active:!0,xhr:!1,timeout:!1,wait:"load",events:{"change #page_template":"onChange","change #parent_id":"onChange","change #post-formats-select":"onChange","change .categorychecklist":"onChange","change .tagsdiv":"onChange",'change .acf-taxonomy-field[data-save="1"]':"onChange","change #product-type":"onChange"},isPost:function(){return"post"===acf.get("screen")},isUser:function(){return"user"===acf.get("screen")},isTaxonomy:function(){return"taxonomy"===acf.get("screen")},isAttachment:function(){return"attachment"===acf.get("screen")},isNavMenu:function(){return"nav_menu"===acf.get("screen")},isWidget:function(){return"widget"===acf.get("screen")},isComment:function(){return"comment"===acf.get("screen")},getPageTemplate:function(){var e=t("#page_template");return e.length?e.val():null},getPageParent:function(e,i){var i;return(i=t("#parent_id")).length?i.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostType:function(){return t("#post_type").val()},getPostFormat:function(e,i){var i;if((i=t("#post-formats-select input:checked")).length){var a=i.val();return"0"==a?"standard":a}return null},getPostCoreTerms:function(){var e={},i=acf.serialize(t(".categorydiv, .tagsdiv"));for(var a in i.tax_input&&(e=i.tax_input),i.post_category&&(e.category=i.post_category),e)acf.isArray(e[a])||(e[a]=e[a].split(/,[\s]?/));return e},getPostTerms:function(){var t=this.getPostCoreTerms();for(var e in acf.getFields({type:"taxonomy"}).map((function(e){if(e.get("save")){var i=e.val(),a=e.get("taxonomy");i&&(t[a]=t[a]||[],i=acf.isArray(i)?i:[i],t[a]=t[a].concat(i))}})),null!==(productType=this.getProductType())&&(t.product_type=[productType]),t)t[e]=acf.uniqueArray(t[e]);return t},getProductType:function(){var e=t("#product-type");return e.length?e.val():null},check:function(){if("post"===acf.get("screen")){this.xhr&&this.xhr.abort();var e=acf.parseArgs(this.data,{action:"acf/ajax/check_screen",screen:acf.get("screen"),exists:[]});this.isPost()&&(e.post_id=acf.get("post_id")),null!==(postType=this.getPostType())&&(e.post_type=postType),null!==(pageTemplate=this.getPageTemplate())&&(e.page_template=pageTemplate),null!==(pageParent=this.getPageParent())&&(e.page_parent=pageParent),null!==(pageType=this.getPageType())&&(e.page_type=pageType),null!==(postFormat=this.getPostFormat())&&(e.post_format=postFormat),null!==(postTerms=this.getPostTerms())&&(e.post_terms=postTerms),acf.getPostboxes().map((function(t){e.exists.push(t.get("key"))})),e=acf.applyFilters("check_screen_args",e);var i=function(t){"post"==acf.get("screen")?this.renderPostScreen(t):"user"==acf.get("screen")&&this.renderUserScreen(t),acf.doAction("check_screen_complete",t,e)};this.xhr=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:i})}},onChange:function(t,e){this.setTimeout(this.check,1)},renderPostScreen:function(e){var i=function(e,i){var a=t._data(e[0]).events;for(var n in a)for(var s=0;s<a[n].length;s++)i.on(n,a[n][s].handler)},a=function(e,i){var a=i.indexOf(e);if(-1==a)return!1;for(var n=a-1;n>=0;n--)if(t("#"+i[n]).length)return t("#"+i[n]).after(t("#"+e));for(var n=a+1;n<i.length;n++)if(t("#"+i[n]).length)return t("#"+i[n]).before(t("#"+e));return!1};e.visible=[],e.hidden=[],e.results=e.results.map((function(n,s){var r=acf.getPostbox(n.id);if(acf.isGutenberg()&&"acf_after_title"==n.position&&(n.position="normal"),!r){var o;if(parseFloat(acf.get("wp_version"))>=5.5)var c=['<div class="postbox-header">','<h2 class="hndle ui-sortable-handle">',"<span>"+acf.escHtml(n.title)+"</span>","</h2>",'<div class="handle-actions hide-if-no-js">','<button type="button" class="handlediv" aria-expanded="true">','<span class="screen-reader-text">Toggle panel: '+acf.escHtml(n.title)+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>","</div>","</div>"].join("");else var c=['<button type="button" class="handlediv" aria-expanded="true">','<span class="screen-reader-text">Toggle panel: '+acf.escHtml(n.title)+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>",'<h2 class="hndle ui-sortable-handle">',"<span>"+acf.escHtml(n.title)+"</span>","</h2>"].join("");var l=t(['<div id="'+n.id+'" class="postbox">',c,'<div class="inside">',n.html,"</div>","</div>"].join(""));if(t("#adv-settings").length){var d=t("#adv-settings .metabox-prefs"),u=t(['<label for="'+n.id+'-hide">','<input class="hide-postbox-tog" name="'+n.id+'-hide" type="checkbox" id="'+n.id+'-hide" value="'+n.id+'" checked="checked">'," "+n.title,"</label>"].join(""));i(d.find("input").first(),u.find("input")),d.append(u)}t(".postbox").length&&(i(t(".postbox .handlediv").first(),l.children(".handlediv")),i(t(".postbox .hndle").first(),l.children(".hndle"))),"side"===n.position?t("#"+n.position+"-sortables").append(l):t("#"+n.position+"-sortables").prepend(l);var f=[];if(e.results.map((function(e){n.position===e.position&&t("#"+n.position+"-sortables #"+e.id).length&&f.push(e.id)})),a(n.id,f),e.sorted)for(var p in e.sorted){var f=e.sorted[p].split(",");if(a(n.id,f))break}r=acf.newPostbox(n),acf.doAction("append",l),acf.doAction("append_postbox",r)}return r.showEnable(),e.visible.push(n.id),n})),acf.getPostboxes().map((function(t){-1===e.visible.indexOf(t.get("id"))&&(t.hideDisable(),e.hidden.push(t.get("id")))})),t("#acf-style").html(e.style),acf.doAction("refresh_post_screen",e)},renderUserScreen:function(t){}});var i=new acf.Model({postEdits:{},wait:"prepare",initialize:function(){var t;acf.isGutenberg()&&(wp.data.subscribe(acf.debounce(this.onChange).bind(this)),acf.screen.getPageTemplate=this.getPageTemplate,acf.screen.getPageParent=this.getPageParent,acf.screen.getPostType=this.getPostType,acf.screen.getPostFormat=this.getPostFormat,acf.screen.getPostCoreTerms=this.getPostCoreTerms,acf.unload.disable(),parseFloat(acf.get("wp_version"))>=5.3&&this.addAction("refresh_post_screen",this.onRefreshPostScreen),wp.domReady(acf.refresh))},onChange:function(){var t=["template","parent","format"];(wp.data.select("core").getTaxonomies()||[]).map((function(e){t.push(e.rest_base)}));var e=wp.data.select("core/editor").getPostEdits(),i={};t.map((function(t){void 0!==e[t]&&(i[t]=e[t])})),JSON.stringify(i)!==JSON.stringify(this.postEdits)&&(this.postEdits=i,acf.screen.check())},getPageTemplate:function(){return wp.data.select("core/editor").getEditedPostAttribute("template")},getPageParent:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("parent")},getPostType:function(){return wp.data.select("core/editor").getEditedPostAttribute("type")},getPostFormat:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("format")},getPostCoreTerms:function(){var t={},e;return(wp.data.select("core").getTaxonomies()||[]).map((function(e){var i=wp.data.select("core/editor").getEditedPostAttribute(e.rest_base);i&&(t[e.slug]=i)})),t},onRefreshPostScreen:function(t){var e=wp.data.select("core/edit-post"),i=wp.data.dispatch("core/edit-post"),a={};e.getActiveMetaBoxLocations().map((function(t){a[t]=e.getMetaBoxesPerLocation(t)}));var n=[];for(var s in a)a[s].map((function(t){n.push(t.id)}));for(var s in t.results.filter((function(t){return-1===n.indexOf(t.id)})).map((function(t,e){var i=t.position;a[i]=a[i]||[],a[i].push({id:t.id,title:t.title})})),a)a[s]=a[s].filter((function(e){return-1===t.hidden.indexOf(e.id)}));i.setAvailableMetaBoxesPerLocation(a)}})}(jQuery),function(t,e){function i(){return acf.isset(window,"jQuery","fn","select2","amd")?4:!!acf.isset(window,"Select2")&&3}acf.newSelect2=function(t,e){if(e=acf.parseArgs(e,{allowNull:!1,placeholder:"",multiple:!1,field:!1,ajax:!1,ajaxAction:"",ajaxData:function(t){return t},ajaxResults:function(t){return t}}),4==i())var a=new n(t,e);else var a=new s(t,e);return acf.doAction("new_select2",a),a};var a=acf.Model.extend({setup:function(e,i){t.extend(this.data,i),this.$el=e},initialize:function(){},selectOption:function(t){var e=this.getOption(t);e.prop("selected")||e.prop("selected",!0).trigger("change")},unselectOption:function(t){var e=this.getOption(t);e.prop("selected")&&e.prop("selected",!1).trigger("change")},getOption:function(t){return this.$('option[value="'+t+'"]')},addOption:function(e){e=acf.parseArgs(e,{id:"",text:"",selected:!1});var i=this.getOption(e.id);return i.length||((i=t("<option></option>")).html(e.text),i.attr("value",e.id),i.prop("selected",e.selected),this.$el.append(i)),i},getValue:function(){var e=[],i=this.$el.find("option:selected");return i.exists()?((i=i.sort((function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")}))).each((function(){var i=t(this);e.push({$el:i,id:i.attr("value"),text:i.text()})})),e):e},mergeOptions:function(){},getChoices:function(){var e=function(i){var a=[];return i.children().each((function(){var i=t(this);i.is("optgroup")?a.push({text:i.attr("label"),children:e(i)}):a.push({id:i.attr("value"),text:i.text()})})),a};return e(this.$el)},getAjaxData:function(t){var e={action:this.get("ajaxAction"),s:t.term||"",paged:t.page||1},i=this.get("field");i&&(e.field_key=i.get("key"));var a=this.get("ajaxData");return a&&(e=a.apply(this,[e,t])),e=acf.applyFilters("select2_ajax_data",e,this.data,this.$el,i||!1,this),acf.prepareForAjax(e)},getAjaxResults:function(t,e){t=acf.parseArgs(t,{results:!1,more:!1});var i=this.get("ajaxResults");return i&&(t=i.apply(this,[t,e])),t=acf.applyFilters("select2_ajax_results",t,e,this)},processAjaxResults:function(e,i){var e;return(e=this.getAjaxResults(e,i)).more&&(e.pagination={more:!0}),setTimeout(t.proxy(this.mergeOptions,this),1),e},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),n=a.extend({initialize:function(){var e=this.$el,i={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return acf.escHtml(t)}};i.multiple&&this.getValue().map((function(t){t.$el.detach().appendTo(e)})),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(i.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),processResults:t.proxy(this.processAjaxResults,this)});var a=this.get("field");i=acf.applyFilters("select2_args",i,e,this.data,a||!1,this),e.select2(i);var n=e.next(".select2-container");if(i.multiple){var s=n.find("ul");s.sortable({stop:function(i){s.find(".select2-selection__choice").each((function(){var i;t(t(this).data("data").element).detach().appendTo(e)})),e.trigger("change")}}),e.on("select2:select",this.proxy((function(t){this.getOption(t.params.data.id).detach().appendTo(this.$el)})))}n.addClass("-acf"),acf.doAction("select2_init",e,i,this.data,a||!1,this)},mergeOptions:function(){var e=!1,i=!1;t('.select2-results__option[role="group"]').each((function(){var a=t(this).children("ul"),n=t(this).children("strong");if(i&&i.text()===n.text())return e.append(a.children()),void t(this).remove();e=a,i=n}))}}),s=a.extend({initialize:function(){var e=this.$el,i=this.getValue(),a=this.get("multiple"),n={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),separator:"||",multiple:this.get("multiple"),data:this.getChoices(),escapeMarkup:function(t){return acf.escHtml(t)},dropdownCss:{"z-index":"999999999"},initSelection:function(t,e){e(a?i:i.shift())}},s=e.siblings("input");s.length||(s=t('<input type="hidden" />'),e.before(s)),inputValue=i.map((function(t){return t.id})).join("||"),s.val(inputValue),n.multiple&&i.map((function(t){t.$el.detach().appendTo(e)})),n.allowClear&&(n.data=n.data.filter((function(t){return""!==t.id}))),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(n.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),results:t.proxy(this.processAjaxResults,this)});var r=this.get("field");n=acf.applyFilters("select2_args",n,e,this.data,r||!1,this),s.select2(n);var o=s.select2("container"),c=t.proxy(this.getOption,this);if(n.multiple){var l=o.find("ul");l.sortable({stop:function(){l.find(".select2-search-choice").each((function(){var i=t(this).data("select2Data"),a;c(i.id).detach().appendTo(e)})),e.trigger("change")}})}s.on("select2-selecting",(function(i){var a=i.choice,n=c(a.id);n.length||(n=t('<option value="'+a.id+'">'+a.text+"</option>")),n.detach().appendTo(e)})),o.addClass("-acf"),acf.doAction("select2_init",e,n,this.data,r||!1,this),s.on("change",(function(){var t=s.val();t.indexOf("||")&&(t=t.split("||")),e.val(t).trigger("change")})),e.hide()},mergeOptions:function(){var e=!1,i=!1;t("#select2-drop .select2-result-with-children").each((function(){var a=t(this).children("ul"),n=t(this).children(".select2-result-label");if(i&&i.text()===n.text())return i.append(a.children()),void t(this).remove();e=a,i=n}))},getAjaxData:function(t,e){var i={term:t,page:e};return a.prototype.getAjaxData.apply(this,[i])}}),r=new acf.Model({priority:5,wait:"prepare",actions:{duplicate:"onDuplicate"},initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),a=acf.get("select2L10n"),n=i();return!!a&&(0!==t.indexOf("en")&&void(4==n?this.addTranslations4():3==n&&this.addTranslations3()))},addTranslations4:function(){var t=acf.get("select2L10n"),e=acf.get("locale");e=e.replace("_","-");var i={errorLoading:function(){return t.load_fail},inputTooLong:function(e){var i=e.input.length-e.maximum;return i>1?t.input_too_long_n.replace("%d",i):t.input_too_long_1},inputTooShort:function(e){var i=e.minimum-e.input.length;return i>1?t.input_too_short_n.replace("%d",i):t.input_too_short_1},loadingMore:function(){return t.load_more},maximumSelected:function(e){var i=e.maximum;return i>1?t.selection_too_long_n.replace("%d",i):t.selection_too_long_1},noResults:function(){return t.matches_0},searching:function(){return t.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+e,[],(function(){return i}))},addTranslations3:function(){var e=acf.get("select2L10n"),i=acf.get("locale");i=i.replace("_","-");var a={formatMatches:function(t){return t>1?e.matches_n.replace("%d",t):e.matches_1},formatNoMatches:function(){return e.matches_0},formatAjaxError:function(){return e.load_fail},formatInputTooShort:function(t,i){var a=i-t.length;return a>1?e.input_too_short_n.replace("%d",a):e.input_too_short_1},formatInputTooLong:function(t,i){var a=t.length-i;return a>1?e.input_too_long_n.replace("%d",a):e.input_too_long_1},formatSelectionTooBig:function(t){return t>1?e.selection_too_long_n.replace("%d",t):e.selection_too_long_1},formatLoadMore:function(){return e.load_more},formatSearching:function(){return e.searching}};t.fn.select2.locales=t.fn.select2.locales||{},t.fn.select2.locales[i]=a,t.extend(t.fn.select2.defaults,a)},onDuplicate:function(t,e){e.find(".select2-container").remove()}})}(jQuery),function(t,e){acf.tinymce={defaults:function(){return"undefined"!=typeof tinyMCEPreInit&&{tinymce:tinyMCEPreInit.mceInit.acf_content,quicktags:tinyMCEPreInit.qtInit.acf_content};var t},initialize:function(t,e){(e=acf.parseArgs(e,{tinymce:!0,quicktags:!0,toolbar:"full",mode:"visual",field:!1})).tinymce&&this.initializeTinymce(t,e),e.quicktags&&this.initializeQuicktags(t,e)},initializeTinymce:function(e,i){var a=t("#"+e),n=this.defaults(),s=acf.get("toolbars"),r=i.field||!1,o=r.$el||!1;if("undefined"==typeof tinymce)return!1;if(!n)return!1;if(tinymce.get(e))return this.enable(e);var c=t.extend({},n.tinymce,i.tinymce);c.id=e,c.selector="#"+e;var l=i.toolbar;if(l&&s&&s[l])for(var d=1;d<=4;d++)c["toolbar"+d]=s[l][d]||"";if(c.setup=function(t){t.on("change",(function(e){t.save(),a.trigger("change")})),t.on("mouseup",(function(t){var e=new MouseEvent("mouseup");window.dispatchEvent(e)}))},c.wp_autoresize_on=!1,c.tadv_noautop||(c.wpautop=!0),c=acf.applyFilters("wysiwyg_tinymce_settings",c,e,r),tinyMCEPreInit.mceInit[e]=c,"visual"==i.mode){var u=tinymce.init(c),f=tinymce.get(e);if(!f)return!1;f.acf=i.field,acf.doAction("wysiwyg_tinymce_init",f,f.id,c,r)}},initializeQuicktags:function(e,i){var a=this.defaults();if("undefined"==typeof quicktags)return!1;if(!a)return!1;var n=t.extend({},a.quicktags,i.quicktags);n.id=e;var s=i.field||!1,r=s.$el||!1;n=acf.applyFilters("wysiwyg_quicktags_settings",n,n.id,s),tinyMCEPreInit.qtInit[e]=n;var o=quicktags(n);if(!o)return!1;this.buildQuicktags(o),acf.doAction("wysiwyg_quicktags_init",o,o.id,n,s)},buildQuicktags:function(t){var e,i,a,n,s,t,r,o,c,l,d=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(o in e=t.canvas,i=t.name,a=t.settings,s="",n={},c="",l=t.id,a.buttons&&(c=","+a.buttons+","),edButtons)edButtons[o]&&(r=edButtons[o].id,c&&-1!==d.indexOf(","+r+",")&&-1===c.indexOf(","+r+",")||edButtons[o].instance&&edButtons[o].instance!==l||(n[r]=edButtons[o],edButtons[o].html&&(s+=edButtons[o].html(i+"_"))));c&&-1!==c.indexOf(",dfw,")&&(n.dfw=new QTags.DFWButton,s+=n.dfw.html(i+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(n.textdirection=new QTags.TextDirectionButton,s+=n.textdirection.html(i+"_")),t.toolbar.innerHTML=s,t.theButtons=n,"undefined"!=typeof jQuery&&jQuery(document).triggerHandler("quicktags-init",[t])},disable:function(t){this.destroyTinymce(t)},remove:function(t){this.destroyTinymce(t)},destroy:function(t){this.destroyTinymce(t)},destroyTinymce:function(t){if("undefined"==typeof tinymce)return!1;var e=tinymce.get(t);return!!e&&(e.save(),e.destroy(),!0)},enable:function(t){this.enableTinymce(t)},enableTinymce:function(e){return"undefined"!=typeof switchEditors&&(void 0!==tinyMCEPreInit.mceInit[e]&&(t("#"+e).show(),switchEditors.go(e,"tmce"),!0))}};var i=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var e=t("#acf-hidden-wp-editor");e.exists()&&e.appendTo("body")},onReady:function(){acf.isset(window,"wp","oldEditor")&&(wp.editor.autop=wp.oldEditor.autop,wp.editor.removep=wp.oldEditor.removep),acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",(function(t){var e=t.editor;"acf"===e.id.substr(0,3)&&(e=tinymce.editors.content||e,tinymce.activeEditor=e,wpActiveEditor=e.id)}))}})}(jQuery),function(t,e){var i=acf.Model.extend({id:"Validator",data:{errors:[],notice:null,status:""},events:{"changed:status":"onChangeStatus"},addErrors:function(t){t.map(this.addError,this)},addError:function(t){this.data.errors.push(t)},hasErrors:function(){return this.data.errors.length},clearErrors:function(){return this.data.errors=[]},getErrors:function(){return this.data.errors},getFieldErrors:function(){var t=[],e=[];return this.getErrors().map((function(i){if(i.input){var a=e.indexOf(i.input);a>-1?t[a]=i:(t.push(i),e.push(i.input))}})),t},getGlobalErrors:function(){return this.getErrors().filter((function(t){return!t.input}))},showErrors:function(){if(this.hasErrors()){var e=this.getFieldErrors(),i=this.getGlobalErrors(),a=0,n=!1;e.map((function(t){var e=this.$('[name="'+t.input+'"]').first();if(e.length||(e=this.$('[name^="'+t.input+'"]').first()),e.length){a++;var i=acf.getClosestField(e);i.showError(t.message),n||(n=i.$el)}}),this);var s=acf.__("Validation failed");if(i.map((function(t){s+=". "+t.message})),1==a?s+=". "+acf.__("1 field requires attention"):a>1&&(s+=". "+acf.__("%d fields require attention").replace("%d",a)),this.has("notice"))this.get("notice").update({type:"error",text:s});else{var r=acf.newNotice({type:"error",text:s,target:this.$el});this.set("notice",r)}n||(n=this.get("notice").$el),setTimeout((function(){t("html, body").animate({scrollTop:n.offset().top-t(window).height()/2},500)}),10)}},onChangeStatus:function(t,e,i,a){this.$el.removeClass("is-"+a).addClass("is-"+i)},validate:function(e){if(e=acf.parseArgs(e,{event:!1,reset:!1,loading:function(){},complete:function(){},failure:function(){},success:function(t){t.submit()}}),"valid"==this.get("status"))return!0;if("validating"==this.get("status"))return!1;if(!this.$(".acf-field").length)return!0;if(e.event){var i=t.Event(null,e.event);e.success=function(){acf.enableSubmit(t(i.target)).trigger(i)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),e.loading(this.$el,this),this.set("status","validating");var a=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el,this);e.valid||this.addErrors(e.errors)}},n=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el,this),this.showErrors(),e.failure(this.$el,this)):(this.set("status","valid"),this.has("notice")&&this.get("notice").update({type:"success",text:acf.__("Validation successful"),timeout:1e3}),acf.doAction("validation_success",this.$el,this),acf.doAction("submit",this.$el),e.success(this.$el,this),acf.lockForm(this.$el),e.reset&&this.reset()),e.complete(this.$el,this),this.clearErrors()},s=acf.serialize(this.$el);return s.action="acf/validate_save_post",t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(s),type:"post",dataType:"json",context:this,success:a,complete:n}),!1},setup:function(t){this.$el=t},reset:function(){this.set("errors",[]),this.set("notice",null),this.set("status",""),acf.unlockForm(this.$el)}}),a=function(t){var e=t.data("acf");return e||(e=new i(t)),e};acf.validateForm=function(t){return a(t.form).validate(t)},acf.enableSubmit=function(t){return t.removeClass("disabled")},acf.disableSubmit=function(t){return t.addClass("disabled")},acf.showSpinner=function(t){return t.addClass("is-active"),t.css("display","inline-block"),t},acf.hideSpinner=function(t){return t.removeClass("is-active"),t.css("display","none"),t},acf.lockForm=function(t){var e=n(t),i=e.find('.button, [type="submit"]'),a=e.find(".spinner, .acf-spinner");return acf.hideSpinner(a),acf.disableSubmit(i),acf.showSpinner(a.last()),t},acf.unlockForm=function(t){var e=n(t),i=e.find('.button, [type="submit"]'),a=e.find(".spinner, .acf-spinner");return acf.enableSubmit(i),acf.hideSpinner(a),t};var n=function(t){var e,e,e,e;return(e=t.find("#submitdiv")).length||(e=t.find("#submitpost")).length||(e=t.find("p.submit").last()).length||(e=t.find(".acf-form-submit")).length?e:t},s=acf.debounce((function(t){t.submit()}));acf.validation=new acf.Model({id:"validation",active:!0,wait:"prepare",actions:{ready:"addInputEvents",append:"addInputEvents"},events:{'click input[type="submit"]':"onClickSubmit",'click button[type="submit"]':"onClickSubmit","click #save-post":"onClickSave","submit form#post":"onSubmitPost","submit form":"onSubmit"},initialize:function(){acf.get("validation")||(this.active=!1,this.actions={},this.events={})},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(t){a(t).reset()},addInputEvents:function(e){if("safari"!==acf.get("browser")){var i=t(".acf-field [name]",e);i.length&&this.on(i,"invalid","onInvalid")}},onInvalid:function(t,e){t.preventDefault();var i=e.closest("form");i.length&&(a(i).addError({input:e.attr("name"),message:acf.strEscape(t.target.validationMessage)}),s(i))},onClickSubmit:function(t,e){this.set("originalEvent",t)},onClickSave:function(t,e){this.set("ignore",!0)},onClickSubmitGutenberg:function(e,i){var a;acf.validateForm({form:t("#editor"),event:e,reset:!0,failure:function(t,e){var i=e.get("notice").$el;i.appendTo(".components-notice-list"),i.find(".acf-notice-dismiss").removeClass("small")}})||(e.preventDefault(),e.stopImmediatePropagation())},onSubmitPost:function(e,i){"dopreview"===t("input#wp-preview").val()&&(this.set("ignore",!0),acf.unlockForm(i))},onSubmit:function(t,e){if(!this.active||this.get("ignore")||t.isDefaultPrevented())return this.allowSubmit();var i;acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault()},allowSubmit:function(){return this.set("ignore",!1),this.set("originalEvent",!1),!0}});var r=new acf.Model({wait:"prepare",initialize:function(){acf.isGutenberg()&&this.customizeEditor()},customizeEditor:function(){var e=wp.data.dispatch("core/editor"),i=wp.data.select("core/editor"),a=wp.data.dispatch("core/notices"),n=e.savePost,s=!1,r="";wp.data.subscribe((function(){var t=i.getEditedPostAttribute("status");s="publish"===t,r="publish"!==t?t:r})),e.savePost=function(){var i;s?acf.validateForm({form:t("#editor"),reset:!0,complete:function(t,i){e.unlockPostSaving("acf")},failure:function(t,i){var n=i.get("notice");a.createErrorNotice(n.get("text"),{id:"acf-validation",isDismissible:!0}),n.remove(),r&&e.editPost({status:r})},success:function(){a.removeNotice("acf-validation"),n()}})?n():e.lockPostSaving("acf"):n()}}})}(jQuery),function(t,e){var i=new acf.Model({priority:90,actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh",unmount_field:"refresh",remount_field:"refresh"},refresh:function(){acf.refresh()}}),a=new acf.Model({priority:1,actions:{sortstart:"onSortstart",sortstop:"onSortstop"},onSortstart:function(t){acf.doAction("unmount",t)},onSortstop:function(t){acf.doAction("remount",t)}}),n=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(e,i){e.is("tr")&&(i.html('<td style="padding:0;" colspan="'+i.children().length+'"></td>'),e.addClass("acf-sortable-tr-helper"),e.children().each((function(){t(this).width(t(this).width())})),i.height(e.height()+"px"),e.removeClass("acf-sortable-tr-helper"))}}),s=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(e,i){var a=[];e.find("select").each((function(e){a.push(t(this).val())})),i.find("select").each((function(e){t(this).val(a[e])}))}}),r=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(e){var i=this;t(".acf-table:visible").each((function(){i.renderTable(t(this))}))},renderTable:function(e){var i=e.find("> thead > tr:visible > th[data-key]"),a=e.find("> tbody > tr:visible > td[data-key]");if(!i.length||!a.length)return!1;i.each((function(e){var i=t(this),n=i.data("key"),s=a.filter('[data-key="'+n+'"]'),r=s.filter(".acf-hidden");s.removeClass("acf-empty"),s.length===r.length?acf.hide(i):(acf.show(i),r.addClass("acf-empty"))})),i.css("width","auto"),i=i.not(".acf-hidden");var n=100,s=i.length,r;i.filter("[data-width]").each((function(){var e=t(this).data("width");t(this).css("width",e+"%"),n-=e}));var o=i.not("[data-width]");if(o.length){var c=n/o.length;o.css("width",c+"%"),n=0}n>0&&i.last().css("width","auto"),a.filter(".-collapsed-target").each((function(){var e=t(this);e.parent().hasClass("-collapsed")?e.attr("colspan",i.length):e.removeAttr("colspan")}))}}),o=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var e=this;t(".acf-fields:visible").each((function(){e.renderGroup(t(this))}))},renderGroup:function(e){var i=0,a=0,n=t(),s=e.children(".acf-field[data-width]:visible");return!!s.length&&(e.hasClass("-left")?(s.removeAttr("data-width"),s.css("width","auto"),!1):(s.removeClass("-r0 -c0").css({"min-height":0}),s.each((function(e){var s=t(this),r=s.position(),o=Math.ceil(r.top),c=Math.ceil(r.left);n.length&&o>i&&(n.css({"min-height":a+"px"}),r=s.position(),o=Math.ceil(r.top),c=Math.ceil(r.left),i=0,a=0,n=t()),acf.get("rtl")&&(c=Math.ceil(s.parent().width()-(r.left+s.outerWidth()))),0==o?s.addClass("-r0"):0==c&&s.addClass("-c0");var l=Math.ceil(s.outerHeight())+1;a=Math.max(a,l),i=Math.max(i,o),n=n.add(s)})),void(n.length&&n.css({"min-height":a+"px"}))))}}),c=new acf.Model({id:"bodyClassShiftHelper",events:{keydown:"onKeyDown",keyup:"onKeyUp"},isShiftKey:function(t){return 16===t.keyCode},onKeyDown:function(e){this.isShiftKey(e)&&t("body").addClass("acf-keydown-shift")},onKeyUp:function(e){this.isShiftKey(e)&&t("body").removeClass("acf-keydown-shift")}})}(jQuery),function(t,e){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e,e},acf.getCompatibility=function(t){return t.compatibility||null};var i=acf.newCompatibility(acf,{l10n:{},o:{},fields:{},update:acf.set,add_action:acf.addAction,remove_action:acf.removeAction,do_action:acf.doAction,add_filter:acf.addFilter,remove_filter:acf.removeFilter,apply_filters:acf.applyFilters,parse_args:acf.parseArgs,disable_el:acf.disable,disable_form:acf.disable,enable_el:acf.enable,enable_form:acf.enable,update_user_setting:acf.updateUserSetting,prepare_for_ajax:acf.prepareForAjax,is_ajax_success:acf.isAjaxSuccess,remove_el:acf.remove,remove_tr:acf.remove,str_replace:acf.strReplace,render_select:acf.renderSelect,get_uniqid:acf.uniqid,serialize_form:acf.serialize,esc_html:acf.strEscape,str_sanitize:acf.strSanitize});i._e=function(t,e){t=t||"";var i=(e=e||"")?t+"."+e:t,a={"image.select":"Select Image","image.edit":"Edit Image","image.update":"Update Image"};if(a[i])return acf.__(a[i]);var n=this.l10n[t]||"";return e&&(n=n[e]||""),n},i.get_selector=function(e){var i=".acf-field";if(!e)return i;if(t.isPlainObject(e)){if(t.isEmptyObject(e))return i;for(var a in e){e=e[a];break}}return i+="-"+e,i=acf.strReplace("_","-",i),i=acf.strReplace("field-field-","field-",i)},i.get_fields=function(t,e,i){var a={is:t||"",parent:e||!1,suppressFilters:i||!1};return a.is&&(a.is=this.get_selector(a.is)),acf.findFields(a)},i.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},i.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},i.get_field_wrap=function(t){return t.closest(this.get_selector())},i.get_field_key=function(t){return t.data("key")},i.get_field_type=function(t){return t.data("type")},i.get_data=function(t,e){return acf.parseArgs(t.data(),e)},i.maybe_get=function(t,e,i){void 0===i&&(i=null),keys=String(e).split(".");for(var a=0;a<keys.length;a++){if(!t.hasOwnProperty(keys[a]))return i;t=t[keys[a]]}return t};var a=function(t){return t instanceof acf.Field?t.$el:t},n=function(t){return acf.arrayArgs(t).map(a)},s=function(e){return function(){if(arguments.length)var i=n(arguments);else var i=[t(document)];return e.apply(this,i)}};i.add_action=function(t,e,a,n){var r=t.split(" "),o=r.length;if(o>1){for(var c=0;c<o;c++)t=r[c],i.add_action.apply(this,arguments);return this}var e=s(e);return acf.addAction.apply(this,arguments)},i.add_filter=function(t,e,i,a){var e=s(e);return acf.addFilter.apply(this,arguments)},i.model={actions:{},filters:{},events:{},extend:function(e){var i=t.extend({},this,e);return t.each(i.actions,(function(t,e){i._add_action(t,e)})),t.each(i.filters,(function(t,e){i._add_filter(t,e)})),t.each(i.events,(function(t,e){i._add_event(t,e)})),i},_add_action:function(t,e){var i=this,a=t.split(" "),t=a[0]||"",n=a[1]||10;acf.add_action(t,this[e],n,this)},_add_filter:function(t,e){var i=this,a=t.split(" "),t=a[0]||"",n=a[1]||10;acf.add_filter(t,this[e],n,this)},_add_event:function(e,i){var a=this,n=e.indexOf(" "),s=n>0?e.substr(0,n):e,r=n>0?e.substr(n+1):"",o=function(e){e.$el=t(this),acf.field_group&&(e.$field=e.$el.closest(".acf-field-object")),"function"==typeof a.event&&(e=a.event(e)),a[i].apply(a,arguments)};r?t(document).on(s,r,o):t(document).on(s,o)},get:function(t,e){return e=e||null,void 0!==this[t]&&(e=this[t]),e},set:function(t,e){return this[t]=e,"function"==typeof this["_set_"+t]&&this["_set_"+t].apply(this),this}},i.field=acf.model.extend({type:"",o:{},$field:null,_add_action:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_action(t,(function(t){i.set("$field",t),i[e].apply(i,arguments)}))},_add_filter:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_filter(t,(function(t){
|
4 |
-
i.set("$field",t),i[e].apply(i,arguments)}))},_add_event:function(e,i){var a=this,n=e.substr(0,e.indexOf(" ")),s=e.substr(e.indexOf(" ")+1),r=acf.get_selector(a.type);t(document).on(n,r+" "+s,(function(e){var n=t(this),s=acf.get_closest_field(n,a.type);s.length&&(s.is(a.$field)||a.set("$field",s),e.$el=n,e.$field=s,a[i].apply(a,[e]))}))},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var r=acf.newCompatibility(acf.validation,{remove_error:function(t){acf.getField(t).removeError()},add_warning:function(t,e){acf.getField(t).showNotice({text:e,type:"warning",timeout:1e3})},fetch:acf.validateForm,enableSubmit:acf.enableSubmit,disableSubmit:acf.disableSubmit,showSpinner:acf.showSpinner,hideSpinner:acf.hideSpinner,unlockForm:acf.unlockForm,lockForm:acf.lockForm});i.tooltip={tooltip:function(t,e){var i;return acf.newTooltip({text:t,target:e}).$el},temp:function(t,e){var i=acf.newTooltip({text:t,target:e,timeout:250})},confirm:function(t,e,i,a,n){var s=acf.newTooltip({confirm:!0,text:i,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})},confirm_remove:function(t,e){var i=acf.newTooltip({confirmRemove:!0,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})}},i.media=new acf.Model({activeFrame:!1,actions:{new_media_popup:"onNewMediaPopup"},frame:function(){return this.activeFrame},onNewMediaPopup:function(t){this.activeFrame=t.frame},popup:function(t){var e;return t.mime_types&&(t.allowedTypes=t.mime_types),t.id&&(t.attachment=t.id),acf.newMediaPopup(t).frame}}),i.select2={init:function(t,e,i){return e.allow_null&&(e.allowNull=e.allow_null),e.ajax_action&&(e.ajaxAction=e.ajax_action),i&&(e.field=acf.getField(i)),acf.newSelect2(t,e)},destroy:function(t){return acf.getInstance(t).destroy()}},i.postbox={render:function(t){return t.edit_url&&(t.editLink=t.edit_url),t.edit_title&&(t.editTitle=t.edit_title),acf.newPostbox(t)}},acf.newCompatibility(acf.screen,{update:function(){return this.set.apply(this,arguments)},fetch:acf.screen.check}),i.ajax=acf.screen}(jQuery);
|
1 |
!function(t,e){var i=[];acf.Field=acf.Model.extend({type:"",eventScope:".acf-field",wait:"ready",setup:function(t){this.$el=t,this.inherit(t),this.inherit(this.$control())},val:function(t){return void 0!==t?this.setValue(t):this.prop("disabled")?null:this.getValue()},getValue:function(){return this.$input().val()},setValue:function(t){return acf.val(this.$input(),t)},__:function(t){return acf._e(this.type,t)},$control:function(){return!1},$input:function(){return this.$("[name]:first")},$inputWrap:function(){return this.$(".acf-input:first")},$labelWrap:function(){return this.$(".acf-label:first")},getInputName:function(){return this.$input().attr("name")||""},parent:function(){var t=this.parents();return!!t.length&&t[0]},parents:function(){var t=this.$el.parents(".acf-field"),e;return acf.getFields(t)},show:function(t,e){var i=acf.show(this.$el,t);return i&&(this.prop("hidden",!1),acf.doAction("show_field",this,e)),i},hide:function(t,e){var i=acf.hide(this.$el,t);return i&&(this.prop("hidden",!0),acf.doAction("hide_field",this,e)),i},enable:function(t,e){var i=acf.enable(this.$el,t);return i&&(this.prop("disabled",!1),acf.doAction("enable_field",this,e)),i},disable:function(t,e){var i=acf.disable(this.$el,t);return i&&(this.prop("disabled",!0),acf.doAction("disable_field",this,e)),i},showEnable:function(t,e){return this.enable.apply(this,arguments),this.show.apply(this,arguments)},hideDisable:function(t,e){return this.disable.apply(this,arguments),this.hide.apply(this,arguments)},showNotice:function(t){"object"!=typeof t&&(t={text:t}),this.notice&&this.notice.remove(),t.target=this.$inputWrap(),this.notice=acf.newNotice(t)},removeNotice:function(t){this.notice&&(this.notice.away(t||0),this.notice=!1)},showError:function(e){this.$el.addClass("acf-error"),void 0!==e&&this.showNotice({text:e,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",t.proxy(this.removeError,this))},removeError:function(){this.$el.removeClass("acf-error"),this.removeNotice(250),acf.doAction("valid_field",this)},trigger:function(t,e,i){return"invalidField"==t&&(i=!0),acf.Model.prototype.trigger.apply(this,[t,e,i])}}),acf.newField=function(t){var e=t.data("type"),i=a(e),n,s=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",s),s};var a=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,n=t.prototype.type,s=a(n);acf.models[s]=t,i.push(n)},acf.getFieldType=function(t){var e=a(t);return acf.models[e]||!1},acf.getFieldTypes=function(t){t=acf.parseArgs(t,{category:""});var e=[];return i.map((function(i){var a=acf.getFieldType(i),n=a.prototype;t.category&&n.category!==t.category||e.push(a)})),e}}(jQuery),function(t,e){acf.findFields=function(e){var i=".acf-field",a=!1;return(e=acf.parseArgs(e,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(e=acf.applyFilters("find_fields_args",e)),e.key&&(i+='[data-key="'+e.key+'"]'),e.type&&(i+='[data-type="'+e.type+'"]'),e.name&&(i+='[data-name="'+e.name+'"]'),e.is&&(i+=e.is),e.visible&&(i+=":visible"),a=e.parent?e.parent.find(i):e.sibling?e.sibling.siblings(i):t(i),e.suppressFilters||(a=a.not(".acf-clone .acf-field"),a=acf.applyFilters("find_fields",a)),e.limit&&(a=a.slice(0,e.limit)),a},acf.findField=function(t,e){return acf.findFields({key:t,limit:1,parent:e,suppressFilters:!0})},acf.getField=function(t){t instanceof jQuery||(t=acf.findField(t));var e=t.data("acf");return e||(e=acf.newField(t)),e},acf.getFields=function(e){e instanceof jQuery||(e=acf.findFields(e));var i=[];return e.each((function(){var e=acf.getField(t(this));i.push(e)})),i},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var i=function(t){var e=t,i=t+"_fields",n=t+"_field",s=function(t){var e=acf.arrayArgs(arguments),a=e.slice(1),n=acf.getFields({parent:t});if(n.length){var s=[i,n].concat(a);acf.doAction.apply(null,s)}},r=function(t){var e=acf.arrayArgs(arguments),i=e.slice(1);t.map((function(t,e){var a=[n,t].concat(i);acf.doAction.apply(null,a)}))};acf.addAction(e,s),acf.addAction(i,r),a(t)},a=function(t){var e=t+"_field",i=t+"Field",a=function(a){var n=acf.arrayArgs(arguments),s=n.slice(1),o=["type","name","key"];o.map((function(t){var i="/"+t+"="+a.get(t);n=[e+i,a].concat(s),acf.doAction.apply(null,n)})),r.indexOf(t)>-1&&a.trigger(i,s)};acf.addAction(e,a)},n,s=["valid","invalid","enable","disable","new","duplicate"],r=["remove","unmount","remount","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable","duplicate"];["prepare","ready","load","append","remove","unmount","remount","sortstart","sortstop","show","hide","unload"].map(i),s.map(a);var o=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){t("#_acf_changed").val(1)}}),c=new acf.Model({id:"duplicateFieldsManager",actions:{duplicate:"onDuplicate",duplicate_fields:"onDuplicateFields"},onDuplicate:function(t,e){var i=acf.getFields({parent:t});if(i.length){var a=acf.findFields({parent:e});acf.doAction("duplicate_fields",i,a)}},onDuplicateFields:function(e,i){e.map((function(e,a){acf.doAction("duplicate_field",e,t(i[a]))}))}})}(jQuery),function(t,e){var i=0,a=acf.Field.extend({type:"accordion",wait:"",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(!this.$el.hasClass("acf-accordion")&&!this.$el.is("td")){if(this.get("endpoint"))return this.remove();var e=this.$el,a=this.$labelWrap(),s=this.$inputWrap(),r=this.$control(),o=s.children(".description");if(o.length&&a.append(o),this.$el.is("tr")){var c=this.$el.closest("table"),l=t('<div class="acf-accordion-title"/>'),d=t('<div class="acf-accordion-content"/>'),u=t('<table class="'+c.attr("class")+'"/>'),f=t("<tbody/>");l.append(a.html()),u.append(f),d.append(u),s.append(l),s.append(d),a.remove(),r.remove(),s.attr("colspan",2),a=l,s=d,r=f}e.addClass("acf-accordion"),a.addClass("acf-accordion-title"),s.addClass("acf-accordion-content"),i++,this.get("multi_expand")&&e.attr("multi-expand",1);var p=acf.getPreference("this.accordions")||[];void 0!==p[i-1]&&this.set("open",p[i-1]),this.get("open")&&(e.addClass("-open"),s.css("display","block")),a.prepend(n.iconHtml({open:this.get("open")}));var h=e.parent();r.addClass(h.hasClass("-left")?"-left":""),r.addClass(h.hasClass("-clear")?"-clear":""),r.append(e.nextUntil(".acf-field-accordion",".acf-field")),r.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(a);var n=new acf.Model({actions:{unload:"onUnload"},events:{"click .acf-accordion-title":"onClick","invalidField .acf-accordion":"onInvalidField"},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},iconHtml:function(t){return acf.isGutenberg()?t.open?'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M12,8l-6,6l1.41,1.41L12,10.83l4.59,4.58L18,14L12,8z"></path></g></svg>':'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg>':t.open?'<i class="acf-accordion-icon dashicons dashicons-arrow-down"></i>':'<i class="acf-accordion-icon dashicons dashicons-arrow-right"></i>'},open:function(e){var i=acf.isGutenberg()?0:300;e.find(".acf-accordion-content:first").slideDown(i).css("display","block"),e.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!0})),e.addClass("-open"),acf.doAction("show",e),e.attr("multi-expand")||e.siblings(".acf-accordion.-open").each((function(){n.close(t(this))}))},close:function(t){var e=acf.isGutenberg()?0:300;t.find(".acf-accordion-content:first").slideUp(e),t.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!1})),t.removeClass("-open"),acf.doAction("hide",t)},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},onInvalidField:function(t,e){this.busy||(this.busy=!0,this.setTimeout((function(){this.busy=!1}),1e3),this.open(e))},onUnload:function(e){var i=[];t(".acf-accordion").each((function(){var e=t(this).hasClass("-open")?1:0;i.push(e)})),i.length&&acf.setPreference("this.accordions",i)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"button_group",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-button-group")},$input:function(){return this.$("input:checked")},setValue:function(t){this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClick:function(t,e){var i=e.parent("label"),a=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&a&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"checkbox",events:{"change input":"onChange","click .acf-add-checkbox":"onClickAdd","click .acf-checkbox-toggle":"onClickToggle","click .acf-checkbox-custom":"onClickCustom"},$control:function(){return this.$(".acf-checkbox-list")},$toggle:function(){return this.$(".acf-checkbox-toggle")},$input:function(){return this.$('input[type="hidden"]')},$inputs:function(){return this.$('input[type="checkbox"]').not(".acf-checkbox-toggle")},getValue:function(){var e=[];return this.$(":checked").each((function(){e.push(t(this).val())})),!!e.length&&e},onChange:function(t,e){var i=e.prop("checked"),a=e.parent("label"),n=this.$toggle(),s;(i?a.addClass("selected"):a.removeClass("selected"),n.length)&&(0==this.$inputs().not(":checked").length?n.prop("checked",!0):n.prop("checked",!1))},onClickAdd:function(t,e){var i='<li><input class="acf-checkbox-custom" type="checkbox" checked="checked" /><input type="text" name="'+this.getInputName()+'[]" /></li>';e.parent("li").before(i)},onClickToggle:function(t,e){var i=e.prop("checked"),a=this.$('input[type="checkbox"]'),n=this.$("label");a.prop("checked",i),i?n.addClass("selected"):n.removeClass("selected")},onClickCustom:function(t,e){var i=e.prop("checked"),a=e.next('input[type="text"]');i?a.prop("disabled",!1):(a.prop("disabled",!0),""==a.val()&&e.parent("li").remove())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"color_picker",wait:"load",events:{duplicateField:"onDuplicate"},$control:function(){return this.$(".acf-color-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},setValue:function(t){acf.val(this.$input(),t),this.$inputText().iris("color",t)},initialize:function(){var t=this.$input(),e=this.$inputText(),i=function(i){setTimeout((function(){acf.val(t,e.val())}),1)},a={defaultColor:!1,palettes:!0,hide:!0,change:i,clear:i},a=acf.applyFilters("color_picker_args",a,this);e.wpColorPicker(a)},onDuplicate:function(t,e,i){$colorPicker=i.find(".wp-picker-container"),$inputText=i.find('input[type="text"]'),$colorPicker.replaceWith($inputText)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"date_picker",events:{'blur input[type="text"]':"onBlur",duplicateField:"onDuplicate"},$control:function(){return this.$(".acf-date-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){if(this.has("save_format"))return this.initializeCompatibility();var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),altField:t,altFormat:"yymmdd",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")};i=acf.applyFilters("date_picker_args",i,this),acf.newDatePicker(e,i),acf.doAction("date_picker_init",e,i,this)},initializeCompatibility:function(){var t=this.$input(),e=this.$inputText();e.val(t.val());var i={dateFormat:this.get("date_format"),altField:t,altFormat:this.get("save_format"),changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")},a=(i=acf.applyFilters("date_picker_args",i,this)).dateFormat;i.dateFormat=this.get("save_format"),acf.newDatePicker(e,i),e.datepicker("option","dateFormat",a),acf.doAction("date_picker_init",e,i,this)},onBlur:function(){this.$inputText().val()||acf.val(this.$input(),"")},onDuplicate:function(t,e,i){i.find('input[type="text"]').removeClass("hasDatepicker").removeAttr("id")}});acf.registerFieldType(i);var a=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),a=acf.get("datePickerL10n");return!!a&&(void 0!==t.datepicker&&(a.isRTL=i,t.datepicker.regional[e]=a,void t.datepicker.setDefaults(a)))}});acf.newDatePicker=function(e,i){if(void 0===t.datepicker)return!1;i=i||{},e.datepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"date_time_picker",$control:function(){return this.$(".acf-date-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altFormat:"yy-mm-dd",altTimeFormat:"HH:mm:ss",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day"),controlType:"select",oneLine:!0};i=acf.applyFilters("date_time_picker_args",i,this),acf.newDateTimePicker(e,i),acf.doAction("date_time_picker_init",e,i,this)}});acf.registerFieldType(i);var a=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),a=acf.get("dateTimePickerL10n");return!!a&&(void 0!==t.timepicker&&(a.isRTL=i,t.timepicker.regional[e]=a,void t.timepicker.setDefaults(a)))}});acf.newDateTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.datetimepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){function i(e){if(s)return e();if(acf.isset(window,"google","maps","Geocoder"))return s=new google.maps.Geocoder,e();if(acf.addAction("google_map_api_loaded",e),!n){var i=acf.get("google_map_api");i&&(n=!0,t.ajax({url:i,dataType:"script",cache:!0,success:function(){s=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}}))}}var a=acf.Field.extend({type:"google_map",map:!1,wait:"load",events:{'click a[data-name="clear"]':"onClickClear",'click a[data-name="locate"]':"onClickLocate",'click a[data-name="search"]':"onClickSearch","keydown .search":"onKeydownSearch","keyup .search":"onKeyupSearch","focus .search":"onFocusSearch","blur .search":"onBlurSearch",showField:"onShow"},$control:function(){return this.$(".acf-google-map")},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},setState:function(t){this.$control().removeClass("-value -loading -searching"),"default"===t&&(t=this.val()?"value":""),t&&this.$control().addClass("-"+t)},getValue:function(){var t=this.$input().val();return!!t&&JSON.parse(t)},setValue:function(t,e){var i="";t&&(i=JSON.stringify(t)),acf.val(this.$input(),i),e||(this.renderVal(t),acf.doAction("google_map_change",t,this.map,this))},renderVal:function(t){t?(this.setState("value"),this.$search().val(t.address),this.setPosition(t.lat,t.lng)):(this.setState(""),this.$search().val(""),this.map.marker.setVisible(!1))},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},setPosition:function(t,e){this.map.marker.setPosition({lat:parseFloat(t),lng:parseFloat(e)}),this.map.marker.setVisible(!0),this.center()},center:function(){var t=this.map.marker.getPosition();if(t)var e=t.lat(),i=t.lng();else var e=this.get("lat"),i=this.get("lng");this.map.setCenter({lat:parseFloat(e),lng:parseFloat(i)})},initialize:function(){i(this.initializeMap.bind(this))},initializeMap:function(){var t=this.getValue(),e=acf.parseArgs(t,{zoom:this.get("zoom"),lat:this.get("lat"),lng:this.get("lng")}),i={scrollwheel:!1,zoom:parseInt(e.zoom),center:{lat:parseFloat(e.lat),lng:parseFloat(e.lng)},mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};i=acf.applyFilters("google_map_args",i,this);var a=new google.maps.Map(this.$canvas()[0],i),n=acf.parseArgs(i.marker,{draggable:!0,raiseOnDrag:!0,map:a});n=acf.applyFilters("google_map_marker_args",n,this);var s=new google.maps.Marker(n),r=!1;if(acf.isset(google,"maps","places","Autocomplete")){var o=i.autocomplete||{};o=acf.applyFilters("google_map_autocomplete_args",o,this),(r=new google.maps.places.Autocomplete(this.$search()[0],o)).bindTo("bounds",a)}this.addMapEvents(this,a,s,r),a.acf=this,a.marker=s,a.autocomplete=r,this.map=a,t&&this.setPosition(t.lat,t.lng),acf.doAction("google_map_init",a,s,this)},addMapEvents:function(t,e,i,a){google.maps.event.addListener(e,"click",(function(e){var i=e.latLng.lat(),a=e.latLng.lng();t.searchPosition(i,a)})),google.maps.event.addListener(i,"dragend",(function(){var e=this.getPosition().lat(),i=this.getPosition().lng();t.searchPosition(e,i)})),a&&google.maps.event.addListener(a,"place_changed",(function(){var e=this.getPlace();t.searchPlace(e)})),google.maps.event.addListener(e,"zoom_changed",(function(){var i=t.val();i&&(i.zoom=e.getZoom(),t.setValue(i,!0))}))},searchPosition:function(t,e){this.setState("loading");var i={lat:t,lng:e};s.geocode({location:i},function(i,a){if(this.setState(""),"OK"!==a)this.showNotice({text:acf.__("Location not found: %s").replace("%s",a),type:"warning"});else{var n=this.parseResult(i[0]);n.lat=t,n.lng=e,this.val(n)}}.bind(this))},searchPlace:function(t){if(t)if(t.geometry){t.formatted_address=this.$search().val();var e=this.parseResult(t);this.val(e)}else t.name&&this.searchAddress(t.name)},searchAddress:function(t){if(t){var e=t.split(",");if(2==e.length){var i=parseFloat(e[0]),a=parseFloat(e[1]);if(i&&a)return this.searchPosition(i,a)}this.setState("loading"),s.geocode({address:t},function(e,i){if(this.setState(""),"OK"!==i)this.showNotice({text:acf.__("Location not found: %s").replace("%s",i),type:"warning"});else{var a=this.parseResult(e[0]);a.address=t,this.val(a)}}.bind(this))}},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));this.setState("loading"),navigator.geolocation.getCurrentPosition(function(t){this.setState("");var e=t.coords.latitude,i=t.coords.longitude;this.searchPosition(e,i)}.bind(this),function(t){this.setState("")}.bind(this))},parseResult:function(t){var e={address:t.formatted_address,lat:t.geometry.location.lat(),lng:t.geometry.location.lng()};e.zoom=this.map.getZoom(),t.place_id&&(e.place_id=t.place_id),t.name&&(e.name=t.name);var i={street_number:["street_number"],street_name:["street_address","route"],city:["locality"],state:["administrative_area_level_1","administrative_area_level_2","administrative_area_level_3","administrative_area_level_4","administrative_area_level_5"],post_code:["postal_code"],country:["country"]};for(var a in i)for(var n=i[a],s=0;s<t.address_components.length;s++){var r=t.address_components[s],o=r.types[0];-1!==n.indexOf(o)&&(e[a]=r.long_name,r.long_name!==r.short_name&&(e[a+"_short"]=r.short_name))}return acf.applyFilters("google_map_result",e,t,this.map,this)},onClickClear:function(){this.val(!1)},onClickLocate:function(){this.searchLocation()},onClickSearch:function(){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.setState("searching")},onBlurSearch:function(t,e){var i=this.val(),a=i?i.address:"";e.val()===a&&this.setState("default")},onKeyupSearch:function(t,e){e.val()||this.val(!1)},onKeydownSearch:function(t,e){13==t.which&&(t.preventDefault(),e.blur())},onShow:function(){this.map&&this.setTimeout(this.center)}});acf.registerFieldType(a);var n=!1,s=!1}(jQuery),function(t,e){var i=acf.Field.extend({type:"image",$control:function(){return this.$(".acf-image-uploader")},$input:function(){return this.$('input[type="hidden"]')},events:{'click a[data-name="add"]':"onClickAdd",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove",'change input[type="file"]':"onChange"},initialize:function(){"basic"===this.get("uploader")&&this.$el.closest("form").attr("enctype","multipart/form-data")},validateAttachment:function(t){t&&t.attributes&&(t=t.attributes),t=acf.parseArgs(t,{id:0,url:"",alt:"",title:"",caption:"",description:"",width:0,height:0});var e=acf.isget(t,"sizes",this.get("preview_size"));return e&&(t.url=e.url,t.width=e.width,t.height=e.height),t},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.url,alt:t.alt}),t.id?(this.val(t.id),this.$control().addClass("has-value")):(this.val(""),this.$control().removeClass("has-value"))},append:function(t,e){var i=function(t,e){for(var i=acf.getFields({key:t.get("key"),parent:e.$el}),a=0;a<i.length;a++)if(!i[a].val())return i[a];return!1},a=i(this,e);a||(e.$(".acf-button:last").trigger("click"),a=i(this,e)),a&&a.render(t)},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),a=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(e)var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})},removeAttachment:function(){this.render(!1)},onClickAdd:function(t,e){this.selectAttachment()},onClickEdit:function(t,e){this.editAttachment()},onClickRemove:function(t,e){this.removeAttachment()},onChange:function(e,i){var a=this.$input();acf.getFileInputData(i,(function(e){a.val(t.param(e))}))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return void 0!==(t=t||{}).id&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",filename:"",filesizeHumanReadable:"",icon:"/wp-includes/images/media/default.png"})},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.icon,alt:t.alt,title:t.title}),this.$('[data-name="title"]').text(t.title),this.$('[data-name="filename"]').text(t.filename).attr("href",t.url),this.$('[data-name="filesize"]').text(t.filesizeHumanReadable);var e=t.id||"";acf.val(this.$input(),e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),a=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(!e)return!1;var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove","change .link-node":"onChange"},$control:function(){return this.$(".acf-link")},$node:function(){return this.$(".link-node")},getValue:function(){var t=this.$node();return!!t.attr("href")&&{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setValue:function(t){t=acf.parseArgs(t,{title:"",url:"",target:""});var e=this.$control(),i=this.$node();e.removeClass("-value -external"),t.url&&e.addClass("-value"),"_blank"===t.target&&e.addClass("-external"),this.$(".link-title").html(t.title),this.$(".link-url").attr("href",t.url).html(t.url),i.html(t.title),i.attr("href",t.url),i.attr("target",t.target),this.$(".input-title").val(t.title),this.$(".input-target").val(t.target),this.$(".input-url").val(t.url).trigger("change")},onClickEdit:function(t,e){acf.wpLink.open(this.$node())},onClickRemove:function(t,e){this.setValue(!1)},onChange:function(t,e){var i=this.getValue();this.setValue(i)}});acf.registerFieldType(i),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:acf.decode(t.html()),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.text(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:t("#wp-link-text").val(),url:t("#wp-link-url").val(),target:t("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(e){t("#wp-link-text").val(e.title),t("#wp-link-url").val(e.url),t("#wp-link-target").prop("checked","_blank"===e.target)},open:function(e){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",e);var i=t('<textarea id="acf-link-textarea" style="display:none;"></textarea>');t("body").append(i);var a=this.getNodeValue();wpLink.open("acf-link-textarea",a.url,a.title,null)},onOpen:function(){t("#wp-link-wrap").addClass("has-text-field");var e=this.getNodeValue();this.setInputValue(e),e.url&&wpLinkL10n&&t("#wp-link-submit").val(wpLinkL10n.update)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;var e=t("#wp-link-submit"),i;if(e.is(":hover")||e.is(":focus")){var a=this.getInputValue();this.setNodeValue(a)}this.off("wplink-open"),this.off("wplink-close"),t("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"oembed",events:{'click [data-name="clear-button"]':"onClickClear","keypress .input-search":"onKeypressSearch","keyup .input-search":"onKeyupSearch","change .input-search":"onChangeSearch"},$control:function(){return this.$(".acf-oembed")},$input:function(){return this.$(".input-value")},$search:function(){return this.$(".input-search")},getValue:function(){return this.$input().val()},getSearchVal:function(){return this.$search().val()},setValue:function(t){t?this.$control().addClass("has-value"):this.$control().removeClass("has-value"),acf.val(this.$input(),t)},showLoading:function(t){acf.showLoading(this.$(".canvas"))},hideLoading:function(){acf.hideLoading(this.$(".canvas"))},maybeSearch:function(){var e=this.val(),i=this.getSearchVal();if(!i)return this.clear();if("http"!=i.substr(0,4)&&(i="http://"+i),i!==e){var a=this.get("timeout");a&&clearTimeout(a);var n=t.proxy(this.search,this,i);this.set("timeout",setTimeout(n,300))}},search:function(e){var i={action:"acf/fields/oembed/search",s:e,field_key:this.get("key")},a;(a=this.get("xhr"))&&a.abort(),this.showLoading();var a=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),type:"post",dataType:"json",context:this,success:function(t){t&&t.html||(t={url:!1,html:""}),this.val(t.url),this.$(".canvas-media").html(t.html)},complete:function(){this.hideLoading()}});this.set("xhr",a)},clear:function(){this.val(""),this.$search().val(""),this.$(".canvas-media").html("")},onClickClear:function(t,e){this.clear()},onKeypressSearch:function(t,e){13==t.which&&(t.preventDefault(),this.maybeSearch())},onKeyupSearch:function(t,e){e.val()&&this.maybeSearch()},onChangeSearch:function(t,e){this.maybeSearch()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"radio",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-radio-list")},$input:function(){return this.$("input:checked")},$inputText:function(){return this.$('input[type="text"]')},getValue:function(){var t=this.$input().val();return"other"===t&&this.get("other_choice")&&(t=this.$inputText().val()),t},onClick:function(t,e){var i=e.parent("label"),a=i.hasClass("selected"),n=e.val();this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&a&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"),n=!1),this.get("other_choice")&&("other"===n?this.$inputText().prop("disabled",!1):this.$inputText().prop("disabled",!0))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"range",events:{'input input[type="range"]':"onChange","change input":"onChange"},$input:function(){return this.$('input[type="range"]')},$inputAlt:function(){return this.$('input[type="number"]')},setValue:function(t){this.busy=!0,acf.val(this.$input(),t),acf.val(this.$inputAlt(),this.$input().val(),!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"relationship",events:{"keypress [data-filter]":"onKeypressFilter","change [data-filter]":"onChangeFilter","keyup [data-filter]":"onChangeFilter","click .choices-list .acf-rel-item":"onClickAdd",'click [data-name="remove_item"]':"onClickRemove"},$control:function(){return this.$(".acf-relationship")},$list:function(t){return this.$("."+t+"-list")},$listItems:function(t){return this.$list(t).find(".acf-rel-item")},$listItem:function(t,e){return this.$list(t).find('.acf-rel-item[data-id="'+e+'"]')},getValue:function(){var e=[];return this.$listItems("values").each((function(){e.push(t(this).data("id"))})),!!e.length&&e},newChoice:function(t){return["<li>",'<span data-id="'+t.id+'" class="acf-rel-item">'+t.text+"</span>","</li>"].join("")},newValue:function(t){return["<li>",'<input type="hidden" name="'+this.getInputName()+'[]" value="'+t.id+'" />','<span data-id="'+t.id+'" class="acf-rel-item">'+t.text,'<a href="#" class="acf-icon -minus small dark" data-name="remove_item"></a>',"</span>","</li>"].join("")},initialize:function(){var t=this.proxy(acf.once((function(){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:this.proxy((function(){this.$input().trigger("change")}))}),this.$list("choices").scrollTop(0).on("scroll",this.proxy(this.onScrollChoices)),this.fetch()})));this.$el.one("mouseover",t),this.$el.one("focus","input",t),acf.onceInView(this.$el,t)},onScrollChoices:function(t){if(!this.get("loading")&&this.get("more")){var e=this.$list("choices"),i=Math.ceil(e.scrollTop()),a=Math.ceil(e[0].scrollHeight),n=Math.ceil(e.innerHeight()),s=this.get("paged")||1;i+n>=a&&(this.set("paged",s+1),this.fetch())}},onKeypressFilter:function(t,e){13==t.which&&t.preventDefault()},onChangeFilter:function(t,e){var i=e.val(),a=e.data("filter");this.get(a)!==i&&(this.set(a,i),this.set("paged",1),e.is("select")?this.fetch():this.maybeFetch())},onClickAdd:function(t,e){var i=this.val(),a=parseInt(this.get("max"));if(e.hasClass("disabled"))return!1;if(a>0&&i&&i.length>=a)return this.showNotice({text:acf.__("Maximum values reached ( {max} values )").replace("{max}",a),type:"warning"}),!1;e.addClass("disabled");var n=this.newValue({id:e.data("id"),text:e.html()});this.$list("values").append(n),this.$input().trigger("change")},onClickRemove:function(t,e){t.preventDefault();var i=e.parent(),a=i.parent(),n=i.data("id");a.remove(),this.$listItem("choices",n).removeClass("disabled"),this.$input().trigger("change")},maybeFetch:function(){var t=this.get("timeout");t&&clearTimeout(t),t=this.setTimeout(this.fetch,300),this.set("timeout",t)},getAjaxData:function(){var t=this.$control().data();for(var e in t)t[e]=this.get(e);return t.action="acf/fields/relationship/query",t.field_key=this.get("key"),
|
2 |
t=acf.applyFilters("relationship_ajax_data",t,this)},fetch:function(){var e;(e=this.get("xhr"))&&e.abort();var i=this.getAjaxData(),a=this.$list("choices");1==i.paged&&a.html("");var n=t('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");a.append(n),this.set("loading",!0);var s=function(){this.set("loading",!1),n.remove()},r=function(e){if(!e||!e.results||!e.results.length)return this.set("more",!1),void(1==this.get("paged")&&this.$list("choices").append("<li>"+acf.__("No matches found")+"</li>"));this.set("more",e.more);var i=this.walkChoices(e.results),n=t(i),s=this.val();s&&s.length&&s.map((function(t){n.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")})),a.append(n);var r=!1,o=!1;a.find(".acf-rel-label").each((function(){var e=t(this),i=e.siblings("ul");if(r&&r.text()==e.text())return o.append(i.children()),void t(this).parent().remove();r=e,o=i}))},e=t.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(i),context:this,success:r,complete:s});this.set("xhr",e)},walkChoices:function(e){var i=function(e){var a="";return t.isArray(e)?e.map((function(t){a+=i(t)})):t.isPlainObject(e)&&(void 0!==e.children?(a+='<li><span class="acf-rel-label">'+acf.escHtml(e.text)+'</span><ul class="acf-bl">',a+=i(e.children),a+="</ul></li>"):a+='<li><span class="acf-rel-item" data-id="'+acf.escAttr(e.id)+'">'+acf.escHtml(e.text)+"</span></li>"),a};return i(e)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"select",select2:!1,wait:"load",events:{removeField:"onRemove"},$input:function(){return this.$("select")},initialize:function(){var t=this.$input();if(this.inherit(t),this.get("ui")){var e=this.get("ajax_action");e||(e="acf/fields/"+this.get("type")+"/query"),this.select2=acf.newSelect2(t,{field:this,ajax:this.get("ajax"),multiple:this.get("multiple"),placeholder:this.get("placeholder"),allowNull:this.get("allow_null"),ajaxAction:e})}},onRemove:function(){this.select2&&this.select2.destroy()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i="tab",a=acf.Field.extend({type:"tab",wait:"",tabs:!1,tab:!1,events:{duplicateField:"onDuplicate"},findFields:function(){return this.$el.nextUntil(".acf-field-tab",".acf-field")},getFields:function(){return acf.getFields(this.findFields())},findTabs:function(){return this.$el.prevAll(".acf-tab-wrap:first")},findTab:function(){return this.$(".acf-tab-button")},initialize:function(){if(this.$el.is("td"))return this.events={},!1;var t=this.findTabs(),e=this.findTab(),i=acf.parseArgs(e.data(),{endpoint:!1,placement:"",before:this.$el});!t.length||i.endpoint?this.tabs=new s(i):this.tabs=t.data("acf"),this.tab=this.tabs.addTab(e,this)},isActive:function(){return this.tab.isActive()},showFields:function(){this.getFields().map((function(t){t.show(this.cid,"tab"),t.hiddenByTab=!1}),this)},hideFields:function(){this.getFields().map((function(t){t.hide(this.cid,"tab"),t.hiddenByTab=this.tab}),this)},show:function(t){var e=acf.Field.prototype.show.apply(this,arguments);return e&&(this.tab.show(),this.tabs.refresh()),e},hide:function(t){var e=acf.Field.prototype.hide.apply(this,arguments);return e&&(this.tab.hide(),this.isActive()&&this.tabs.reset()),e},enable:function(t){this.getFields().map((function(t){t.enable("tab")}))},disable:function(t){this.getFields().map((function(t){t.disable("tab")}))},onDuplicate:function(t,e,i){this.isActive()&&i.prevAll(".acf-tab-wrap:first").remove()}});acf.registerFieldType(a);var n=0,s=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(e){t.extend(this.data,e),this.tabs=[],this.active=!1;var i=this.get("placement"),a=this.get("before"),s=a.parent();"left"==i&&s.hasClass("acf-fields")&&s.addClass("-sidebar"),a.is("tr")?this.$el=t('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=t('<div class="acf-tab-wrap -'+i+'"><ul class="acf-hl acf-tab-group"></ul></div>'),a.before(this.$el),this.set("index",n,!0),n++},initializeTabs:function(){var t=this.getVisible().shift(),e,i,a=(acf.getPreference("this.tabs")||[])[this.get("index")];this.tabs[a]&&this.tabs[a].isVisible()&&(t=this.tabs[a]),t?this.selectTab(t):this.closeTabs(),this.set("initialized",!0)},getVisible:function(){return this.tabs.filter((function(t){return t.isVisible()}))},getActive:function(){return this.active},setActive:function(t){return this.active=t},hasActive:function(){return!1!==this.active},isActive:function(t){var e=this.getActive();return e&&e.cid===t.cid},closeActive:function(){this.hasActive()&&this.closeTab(this.getActive())},openTab:function(t){this.closeActive(),t.open(),this.setActive(t)},closeTab:function(t){t.close(),this.setActive(!1)},closeTabs:function(){this.tabs.map(this.closeTab,this)},selectTab:function(t){this.tabs.map((function(e){t.cid!==e.cid&&this.closeTab(e)}),this),this.openTab(t)},addTab:function(e,i){var a=t("<li>"+e.outerHTML()+"</li>");this.$("ul").append(a);var n=new r({$el:a,field:i,group:this});return this.tabs.push(n),n},reset:function(){return this.closeActive(),this.refresh()},refresh:function(){if(this.hasActive())return!1;var t=this.getVisible().shift();return t&&this.openTab(t),t},onRefresh:function(){if("left"===this.get("placement")){var t=this.$el.parent(),e=this.$el.children("ul"),i=t.is("td")?"height":"min-height",a=e.position().top+e.outerHeight(!0)-1;t.css(i,a)}}}),r=acf.Model.extend({group:!1,field:!1,events:{"click a":"onClick"},index:function(){return this.$el.index()},isVisible:function(){return acf.isVisible(this.$el)},isActive:function(){return this.$el.hasClass("active")},open:function(){this.$el.addClass("active"),this.field.showFields()},close:function(){this.$el.removeClass("active"),this.field.hideFields()},onClick:function(t,e){t.preventDefault(),this.toggle()},toggle:function(){this.isActive()||this.group.openTab(this)}}),o=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"},findTabs:function(){return t(".acf-tab-wrap")},getTabs:function(){return acf.getInstances(this.findTabs())},render:function(t){this.getTabs().map((function(t){t.get("initialized")||t.initializeTabs()}))},onInvalidField:function(t){this.busy||t.hiddenByTab&&(t.hiddenByTab.toggle(),this.busy=!0,this.setTimeout((function(){this.busy=!1}),100))},onUnload:function(){var t=[];this.getTabs().map((function(e){var i=e.hasActive()?e.getActive().index():0;t.push(i)})),t.length&&acf.setPreference("this.tabs",t)}})}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"post_object"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"page_link"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"user"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"taxonomy",data:{ftype:"select"},select2:!1,wait:"load",events:{'click a[data-name="add"]':"onClickAdd",'click input[type="radio"]':"onClickRadio",removeField:"onRemove"},$control:function(){return this.$(".acf-taxonomy-field")},$input:function(){return this.getRelatedPrototype().$input.apply(this,arguments)},getRelatedType:function(){var t=this.get("ftype");return"multi_select"==t&&(t="select"),t},getRelatedPrototype:function(){return acf.getFieldType(this.getRelatedType()).prototype},getValue:function(){return this.getRelatedPrototype().getValue.apply(this,arguments)},setValue:function(){return this.getRelatedPrototype().setValue.apply(this,arguments)},initialize:function(){this.getRelatedPrototype().initialize.apply(this,arguments)},onRemove:function(){var t=this.getRelatedPrototype();t.onRemove&&t.onRemove.apply(this,arguments)},onClickAdd:function(e,i){var a=this,n=!1,s=!1,r=!1,o=!1,c=!1,l=!1,d=!1,u=function(){n=acf.newPopup({title:i.attr("title"),loading:!0,width:"300px"});var e={action:"acf/fields/taxonomy/add_term",field_key:a.get("key")};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"html",success:f})},f=function(t){n.loading(!1),n.content(t),s=n.$("form"),r=n.$('input[name="term_name"]'),o=n.$('select[name="term_parent"]'),c=n.$(".acf-submit-button"),r.focus(),n.on("submit","form",p)},p=function(e,i){if(e.preventDefault(),e.stopImmediatePropagation(),""===r.val())return r.focus(),!1;acf.startButtonLoading(c);var n={action:"acf/fields/taxonomy/add_term",field_key:a.get("key"),term_name:r.val(),term_parent:o.length?o.val():0};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(n),type:"post",dataType:"json",success:h})},h=function(t){acf.stopButtonLoading(c),d&&d.remove(),acf.isAjaxSuccess(t)?(r.val(""),g(t.data),d=acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:s,timeout:2e3,dismiss:!1})):d=acf.newNotice({type:"error",text:acf.getAjaxError(t),target:s,timeout:2e3,dismiss:!1}),r.focus()},g=function(e){var i=t('<option value="'+e.term_id+'">'+e.term_label+"</option>"),n;e.term_parent?o.children('option[value="'+e.term_parent+'"]').after(i):o.append(i),acf.getFields({type:"taxonomy"}).map((function(t){t.get("taxonomy")==a.get("taxonomy")&&t.appendTerm(e)})),a.selectTerm(e.term_id)};u()},appendTerm:function(t){"select"==this.getRelatedType()?this.appendTermSelect(t):this.appendTermCheckbox(t)},appendTermSelect:function(t){this.select2.addOption({id:t.term_id,text:t.term_label})},appendTermCheckbox:function(e){var i=this.$("[name]:first").attr("name"),a=this.$("ul:first");"checkbox"==this.getRelatedType()&&(i+="[]");var n=t(['<li data-id="'+e.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+e.term_id+'" name="'+i+'" /> ',"<span>"+e.term_name+"</span>","</label>","</li>"].join(""));if(e.term_parent){var s=a.find('li[data-id="'+e.term_parent+'"]');(a=s.children("ul")).exists()||(a=t('<ul class="children acf-bl"></ul>'),s.append(a))}a.append(n)},selectTerm:function(t){var e;"select"==this.getRelatedType()?this.select2.selectOption(t):this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClickRadio:function(t,e){var i=e.parent("label"),a=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&a&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"time_picker",$control:function(){return this.$(".acf-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf.get("dateTimePickerL10n").selectText,timeOnly:!0,onClose:function(t,e,i){var a=e.dpDiv.find(".ui-datepicker-close");!t&&a.is(":hover")&&i._updateDateTime()}};i=acf.applyFilters("time_picker_args",i,this),acf.newTimePicker(e,i),acf.doAction("time_picker_init",e,i,this)}});acf.registerFieldType(i),acf.newTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.timepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.Field.extend({type:"true_false",events:{"change .acf-switch-input":"onChange","focus .acf-switch-input":"onFocus","blur .acf-switch-input":"onBlur","keypress .acf-switch-input":"onKeypress"},$input:function(){return this.$('input[type="checkbox"]')},$switch:function(){return this.$(".acf-switch")},getValue:function(){return this.$input().prop("checked")?1:0},initialize:function(){this.render()},render:function(){var t=this.$switch();if(t.length){var e=t.children(".acf-switch-on"),i=t.children(".acf-switch-off"),a=Math.max(e.width(),i.width());a&&(e.css("min-width",a),i.css("min-width",a))}},switchOn:function(){this.$input().prop("checked",!0),this.$switch().addClass("-on")},switchOff:function(){this.$input().prop("checked",!1),this.$switch().removeClass("-on")},onChange:function(t,e){e.prop("checked")?this.switchOn():this.switchOff()},onFocus:function(t,e){this.$switch().addClass("-focus")},onBlur:function(t,e){this.$switch().removeClass("-focus")},onKeypress:function(t,e){return 37===t.keyCode?this.switchOff():39===t.keyCode?this.switchOn():void 0}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"url",events:{'keyup input[type="url"]':"onkeyup"},$control:function(){return this.$(".acf-input-wrap")},$input:function(){return this.$('input[type="url"]')},initialize:function(){this.render()},isValid:function(){var t=this.val();return!!t&&(-1!==t.indexOf("://")||0===t.indexOf("//"))},render:function(){this.isValid()?this.$control().addClass("-valid"):this.$control().removeClass("-valid")},onkeyup:function(t,e){this.render()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"wysiwyg",wait:"load",events:{"mousedown .acf-editor-wrap.delay":"onMousedown",unmountField:"disableEditor",remountField:"enableEditor",removeField:"disableEditor"},$control:function(){return this.$(".acf-editor-wrap")},$input:function(){return this.$("textarea")},getMode:function(){return this.$control().hasClass("tmce-active")?"visual":"text"},initialize:function(){this.$control().hasClass("delay")||this.initializeEditor()},initializeEditor:function(){var t=this.$control(),e=this.$input(),i={tinymce:!0,quicktags:!0,toolbar:this.get("toolbar"),mode:this.getMode(),field:this},a=e.attr("id"),n=acf.uniqueId("acf-editor-"),s=e.data(),r=e.val();acf.rename({target:t,search:a,replace:n,destructive:!0}),this.set("id",n,!0),this.$input().data(s).val(r),acf.tinymce.initialize(n,i)},onMousedown:function(t){t.preventDefault();var e=this.$control();e.removeClass("delay"),e.find(".acf-editor-toolbar").remove(),this.initializeEditor()},enableEditor:function(){"visual"==this.getMode()&&acf.tinymce.enable(this.get("id"))},disableEditor:function(){acf.tinymce.destroy(this.get("id"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=[];acf.Condition=acf.Model.extend({type:"",operator:"==",label:"",choiceType:"input",fieldTypes:[],data:{conditions:!1,field:!1,rule:{}},events:{change:"change",keyup:"change",enableField:"change",disableField:"change"},setup:function(e){t.extend(this.data,e)},getEventTarget:function(t,e){return t||this.get("field").$el},change:function(t,e){this.get("conditions").change(t)},match:function(t,e){return!1},calculate:function(){return this.match(this.get("rule"),this.get("field"))},choices:function(t){return'<input type="text" />'}}),acf.newCondition=function(t,e){var i=e.get("field"),a=i.getField(t.field);if(!i||!a)return!1;var n={rule:t,target:i,conditions:e,field:a},s=a.get("type"),r=t.operator,o,c,l;return new(acf.getConditionTypes({fieldType:s,operator:r})[0]||acf.Condition)(n)};var a=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,n=t.prototype.type,s=a(n);acf.models[s]=t,i.push(n)},acf.getConditionType=function(t){var e=a(t);return acf.models[e]||!1},acf.registerConditionForFieldType=function(t,e){var i=acf.getConditionType(t);i&&i.prototype.fieldTypes.push(e)},acf.getConditionTypes=function(t){t=acf.parseArgs(t,{fieldType:"",operator:""});var e=[];return i.map((function(i){var a=acf.getConditionType(i),n=a.prototype.fieldTypes,s=a.prototype.operator;t.fieldType&&-1===n.indexOf(t.fieldType)||t.operator&&s!==t.operator||e.push(a)})),e}}(jQuery),function(t,e){var i="conditional_logic",a=new acf.Model({id:"conditionsManager",priority:20,actions:{new_field:"onNewField"},onNewField:function(t){t.has("conditions")&&t.getConditions().render()}}),n=function(t,e){var i=acf.getFields({key:e,sibling:t.$el,suppressFilters:!0});return i.length||(i=acf.getFields({key:e,parent:t.$el.parent(),suppressFilters:!0})),!!i.length&&i[0]};acf.Field.prototype.getField=function(t){var e=n(this,t);if(e)return e;for(var i=this.parents(),a=0;a<i.length;a++)if(e=n(i[a],t))return e;return!1},acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new r(this)),this.conditions};var s=!1,r=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){this.data.field=t;var e=t.get("conditions");e instanceof Array?e[0]instanceof Array?e.map((function(t,e){this.addRules(t,e)}),this):this.addRules(e):this.addRule(e)},change:function(t){if(this.get("timeStamp")===t.timeStamp)return!1;this.set("timeStamp",t.timeStamp,!0);var e=this.render()},render:function(){return this.calculate()?this.show():this.hide()},show:function(){return this.get("field").showEnable(this.cid,i)},hide:function(){return this.get("field").hideDisable(this.cid,i)},calculate:function(){var t=!1;return this.getGroups().map((function(e){var i;t||e.filter((function(t){return t.calculate()})).length==e.length&&(t=!0)})),t},hasGroups:function(){return null!=this.data.groups},getGroups:function(){return this.data.groups},addGroup:function(){var t=[];return this.data.groups.push(t),t},hasGroup:function(t){return null!=this.data.groups[t]},getGroup:function(t){return this.data.groups[t]},removeGroup:function(t){return this.data.groups[t].delete,this},addRules:function(t,e){t.map((function(t){this.addRule(t,e)}),this)},addRule:function(t,e){var i;e=e||0,i=this.hasGroup(e)?this.getGroup(e):this.addGroup();var a=acf.newCondition(t,this);if(!a)return!1;i.push(a)},hasRule:function(){},getRule:function(t,e){return t=t||0,e=e||0,this.data.groups[e][t]},removeRule:function(){}})}(jQuery),function(t,e){var i=acf.__,a=function(t){return t?""+t:""},n=function(t,e){return a(t).toLowerCase()===a(e).toLowerCase()},s=function(t,e){return parseFloat(t)===parseFloat(e)},r=function(t,e){return parseFloat(t)>parseFloat(e)},o=function(t,e){return parseFloat(t)<parseFloat(e)},c=function(t,e){return(e=e.map((function(t){return a(t)}))).indexOf(t)>-1},l=function(t,e){return a(t).indexOf(a(e))>-1},d=function(t,e){var i=new RegExp(a(e),"gi");return a(t).match(i)},u=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:i("Has any value"),fieldTypes:["text","textarea","number","range","email","url","password","image","file","wysiwyg","oembed","select","checkbox","radio","button_group","link","post_object","page_link","relationship","taxonomy","user","google_map","date_picker","date_time_picker","time_picker","color_picker"],match:function(t,e){return!!e.val()},choices:function(t){return'<input type="text" disabled="" />'}});acf.registerConditionType(u);var f=u.extend({type:"hasNoValue",operator:"==empty",label:i("Has no value"),match:function(t,e){return!u.prototype.match.apply(this,arguments)}});acf.registerConditionType(f);var p=acf.Condition.extend({type:"equalTo",operator:"==",label:i("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(e,i){return t.isNumeric(e.value)?s(e.value,i.val()):n(e.value,i.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(p);var h=p.extend({type:"notEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!p.prototype.match.apply(this,arguments)}});acf.registerConditionType(h);var g=acf.Condition.extend({type:"patternMatch",operator:"==pattern",label:i("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return d(e.val(),t.value)},choices:function(t){return'<input type="text" placeholder="[a-z0-9]" />'}});acf.registerConditionType(g);var m=acf.Condition.extend({type:"contains",operator:"==contains",label:i("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return l(e.val(),t.value)},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(m);var v=p.extend({type:"trueFalseEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(v);var y=h.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:i("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?c(t.value,i):n(t.value,i)},choices:function(e){var a=[],n=e.$setting("choices textarea").val().split("\n");return e.$input("allow_null").prop("checked")&&a.push({id:"",text:i("Null")}),n.map((function(e){(e=e.split(":"))[1]=e[1]||e[0],a.push({id:t.trim(e[0]),text:t.trim(e[1])})})),a}});acf.registerConditionType(b);var _=b.extend({type:"selectNotEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(_);var w=acf.Condition.extend({type:"greaterThan",operator:">",label:i("Value is greater than"),fieldTypes:["number","range"],match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),r(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(w);var x=w.extend({type:"lessThan",operator:"<",label:i("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),o(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(x);var $=w.extend({type:"selectionGreaterThan",label:i("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=x.extend({type:"selectionLessThan",label:i("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(t,e){acf.unload=new acf.Model({wait:"load",active:!0,changed:!1,actions:{validation_failure:"startListening",validation_success:"stopListening"},events:{"change form .acf-field":"startListening","submit form":"stopListening"},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(){this.stopListening()},startListening:function(){!this.changed&&this.active&&(this.changed=!0,t(window).on("beforeunload",this.onUnload))},stopListening:function(){this.changed=!1,t(window).off("beforeunload",this.onUnload)},onUnload:function(){return acf.__("The changes you made will be lost if you navigate away from this page")}})}(jQuery),function(t,e){var i=new acf.Model({wait:"prepare",priority:1,initialize:function(){(acf.get("postboxes")||[]).map(acf.newPostbox)}});acf.getPostbox=function(e){return"string"==typeof e&&(e=t("#"+e)),acf.getInstance(e)},acf.getPostboxes=function(){return acf.getInstances(t(".acf-postbox"))},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",edit:""},setup:function(e){e.editLink&&(e.edit=e.editLink),t.extend(this.data,e),this.$el=this.$postbox()},$postbox:function(){return t("#"+this.get("id"))},$hide:function(){return t("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$handleActions:function(){return this.$("> .postbox-header .handle-actions")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.$el.hasClass("acf-hidden")},initialize:function(){if(this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js"),"block"!==acf.get("editor")){var t=this.get("style");"default"!==t&&this.$el.addClass(t)}this.$inside().addClass("acf-fields").addClass("-"+this.get("label"));var e=this.get("edit");if(e){var i='<a href="'+e+'" class="dashicons dashicons-admin-generic acf-hndle-cog acf-js-tooltip" title="'+acf.__("Edit field group")+'"></a>',a=this.$handleActions();a.length?a.prepend(i):this.$hndle().append(i)}this.show()},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show().removeClass("acf-hidden"),acf.doAction("show_postbox",this)},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.enable(),this.show()},hide:function(){this.$hideLabel().hide(),this.$el.hide().addClass("acf-hidden"),acf.doAction("hide_postbox",this)},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.disable(),this.hide()},html:function(t){this.$inside().html(t),acf.doAction("append",this.$el)}})}(jQuery),function(t,e){acf.newMediaPopup=function(t){var e=null,t=acf.parseArgs(t,{mode:"select",title:"",button:"",type:"",field:!1,allowedTypes:"",library:"all",multiple:!1,attachment:0,autoOpen:!0,open:function(){},select:function(){},close:function(){}});return e="edit"==t.mode?new acf.models.EditMediaPopup(t):new acf.models.SelectMediaPopup(t),t.autoOpen&&setTimeout((function(){e.open()}),1),acf.doAction("new_media_popup",e),e};var i=function(){var e=acf.get("post_id");return t.isNumeric(e)?e:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(void 0!==e[t])return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var a=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(e){t.extend(this.data,e)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);e.acf=this,this.addFrameEvents(e,t),this.frame=e},open:function(){this.frame.open()},close:function(){this.frame.close()},remove:function(){this.frame.detach(),this.frame.remove()},getFrameOptions:function(){var t={title:this.get("title"),multiple:this.get("multiple"),library:{},states:[]};return this.get("type")&&(t.library.type=this.get("type")),"uploadedTo"===this.get("library")&&(t.library.uploadedTo=i()),this.get("attachment")&&(t.library.post__in=[this.get("attachment")]),this.get("button")&&(t.button={text:this.get("button")}),t},addFrameStates:function(t){var e=wp.media.query(t.library);this.get("field")&&acf.isset(e,"mirroring","args")&&(e.mirroring.args._acfuploader=this.get("field")),t.states.push(new wp.media.controller.Library({library:e,multiple:this.get("multiple"),title:this.get("title"),priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})),acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))}),t),t.on("content:render:edit-image",(function(){var t=this.state().get("image"),e=new wp.media.view.EditImage({model:t,controller:this}).render();this.content.set(e),e.loadEditor()}),t),t.on("select",(function(){var e=t.state().get("selection");e&&e.each((function(e,i){t.acf.get("select").apply(t.acf,[e,i])}))})),t.on("close",(function(){setTimeout((function(){t.acf.get("close").apply(t.acf),t.acf.remove()}),1)}))}});acf.models.SelectMediaPopup=a.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),a.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),t.on("open",(function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader}))),t.on("content:activate:browse",(function(){var e=!1;try{e=t.content.get().toolbar}catch(t){return void console.log(t)}t.acf.customizeFilters.apply(t.acf,[e])})),a.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(e){var i=e.get("filters"),a;("image"==this.get("type")&&(i.filters.all.text=acf.__("All images"),delete i.filters.audio,delete i.filters.video,delete i.filters.image,t.each(i.filters,(function(t,e){e.props.type=e.props.type||"image"}))),this.get("allowedTypes"))&&this.get("allowedTypes").split(" ").join("").split(".").join("").split(",").map((function(t){var e=acf.getMimeType(t);if(e){var a={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};i.filters[e]=a}}));if("uploadedTo"===this.get("library")){var n=this.frame.options.library.uploadedTo;delete i.filters.unattached,delete i.filters.uploaded,t.each(i.filters,(function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=n}))}var s=this.get("field"),r;t.each(i.filters,(function(t,e){e.props._acfuploader=s})),e.get("search").model.attributes._acfuploader=s,i.renderFilters&&i.renderFilters()}}),acf.models.EditMediaPopup=a.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),a.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e,i=this.state().get("selection"),a=wp.media.attachment(t.acf.get("attachment"));i.add(a)}),t),a.prototype.addFrameEvents.apply(this,arguments)}});var n=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=i();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsButton(),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsButton:function(){if(acf.isset(wp,"media","view","Button")){var t=wp.media.view.Button;wp.media.view.Button=t.extend({initialize:function(){var t=_.defaults(this.options,this.defaults);this.model=new Backbone.Model(t),this.listenTo(this.model,"change",this.render)}})}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var e=wp.media.view.Router;wp.media.view.Router=e.extend({addExpand:function(){var e=t(['<a href="#" class="acf-expand-details">','<span class="is-closed"><i class="acf-icon -left -small"></i>'+acf.__("Expand Details")+"</span>",'<span class="is-open"><i class="acf-icon -right -small"></i>'+acf.__("Collapse Details")+"</span>","</a>"].join(""));e.on("click",(function(e){e.preventDefault();var i=t(this).closest(".media-modal");i.hasClass("acf-expanded")?i.removeClass("acf-expanded"):i.addClass("acf-expanded")})),this.$el.append(e)},initialize:function(){return e.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var e;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map((function(e,i){return{el:t("<option></option>").val(i).html(e.text)[0],priority:e.priority||50}}),this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var e=wp.media.view.AttachmentCompat,i=!1;wp.media.view.AttachmentCompat=e.extend({render:function(){return this.rendered?this:(e.prototype.render.apply(this,arguments),this.$("#acf-form-data").length?(clearTimeout(i),i=setTimeout(t.proxy((function(){this.rendered=!0,acf.doAction("append",this.$el)}),this),50),this):this)},save:function(t){var e={};t&&t.preventDefault(),e=acf.serializeForAjax(this.$el),this.controller.trigger("attachment:compat:waiting",["waiting"]),this.model.saveCompat(e).always(_.bind(this.postSave,this))}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var t=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=t.extend({render:function(){var e=acf.isget(this,"controller","acf"),i=acf.isget(this,"model","attributes");if(e&&i){i.acf_errors&&this.$el.addClass("acf-disabled");var a=e.get("selected");a&&a.indexOf(i.id)>-1&&this.$el.addClass("acf-selected")}return t.prototype.render.apply(this,arguments)},toggleSelection:function(e){var i=this.collection,a=this.options.selection,n=this.model,s=a.single(),r=this.controller,o=acf.isget(this,"model","attributes","acf_errors"),c=r.$el.find(".media-frame-content .media-sidebar")
|
3 |
+
;if(c.children(".acf-selection-error").remove(),c.children().removeClass("acf-hidden"),r&&o){var l=acf.isget(this,"model","attributes","filename");return c.children().addClass("acf-hidden"),c.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+l+"</span>",'<span class="selection-error-message">'+o+"</span>","</div>"].join("")),a.reset(),void a.single(n)}return t.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(t,e){acf.screen=new acf.Model({active:!0,xhr:!1,timeout:!1,wait:"load",events:{"change #page_template":"onChange","change #parent_id":"onChange","change #post-formats-select":"onChange","change .categorychecklist":"onChange","change .tagsdiv":"onChange",'change .acf-taxonomy-field[data-save="1"]':"onChange","change #product-type":"onChange"},isPost:function(){return"post"===acf.get("screen")},isUser:function(){return"user"===acf.get("screen")},isTaxonomy:function(){return"taxonomy"===acf.get("screen")},isAttachment:function(){return"attachment"===acf.get("screen")},isNavMenu:function(){return"nav_menu"===acf.get("screen")},isWidget:function(){return"widget"===acf.get("screen")},isComment:function(){return"comment"===acf.get("screen")},getPageTemplate:function(){var e=t("#page_template");return e.length?e.val():null},getPageParent:function(e,i){var i;return(i=t("#parent_id")).length?i.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostType:function(){return t("#post_type").val()},getPostFormat:function(e,i){var i;if((i=t("#post-formats-select input:checked")).length){var a=i.val();return"0"==a?"standard":a}return null},getPostCoreTerms:function(){var e={},i=acf.serialize(t(".categorydiv, .tagsdiv"));for(var a in i.tax_input&&(e=i.tax_input),i.post_category&&(e.category=i.post_category),e)acf.isArray(e[a])||(e[a]=e[a].split(/,[\s]?/));return e},getPostTerms:function(){var t=this.getPostCoreTerms();for(var e in acf.getFields({type:"taxonomy"}).map((function(e){if(e.get("save")){var i=e.val(),a=e.get("taxonomy");i&&(t[a]=t[a]||[],i=acf.isArray(i)?i:[i],t[a]=t[a].concat(i))}})),null!==(productType=this.getProductType())&&(t.product_type=[productType]),t)t[e]=acf.uniqueArray(t[e]);return t},getProductType:function(){var e=t("#product-type");return e.length?e.val():null},check:function(){if("post"===acf.get("screen")){this.xhr&&this.xhr.abort();var e=acf.parseArgs(this.data,{action:"acf/ajax/check_screen",screen:acf.get("screen"),exists:[]});this.isPost()&&(e.post_id=acf.get("post_id")),null!==(postType=this.getPostType())&&(e.post_type=postType),null!==(pageTemplate=this.getPageTemplate())&&(e.page_template=pageTemplate),null!==(pageParent=this.getPageParent())&&(e.page_parent=pageParent),null!==(pageType=this.getPageType())&&(e.page_type=pageType),null!==(postFormat=this.getPostFormat())&&(e.post_format=postFormat),null!==(postTerms=this.getPostTerms())&&(e.post_terms=postTerms),acf.getPostboxes().map((function(t){e.exists.push(t.get("key"))})),e=acf.applyFilters("check_screen_args",e);var i=function(t){"post"==acf.get("screen")?this.renderPostScreen(t):"user"==acf.get("screen")&&this.renderUserScreen(t),acf.doAction("check_screen_complete",t,e)};this.xhr=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:i})}},onChange:function(t,e){this.setTimeout(this.check,1)},renderPostScreen:function(e){var i=function(e,i){var a=t._data(e[0]).events;for(var n in a)for(var s=0;s<a[n].length;s++)i.on(n,a[n][s].handler)},a=function(e,i){var a=i.indexOf(e);if(-1==a)return!1;for(var n=a-1;n>=0;n--)if(t("#"+i[n]).length)return t("#"+i[n]).after(t("#"+e));for(var n=a+1;n<i.length;n++)if(t("#"+i[n]).length)return t("#"+i[n]).before(t("#"+e));return!1};e.visible=[],e.hidden=[],e.results=e.results.map((function(n,s){var r=acf.getPostbox(n.id);if(acf.isGutenberg()&&"acf_after_title"==n.position&&(n.position="normal"),!r){var o;if(parseFloat(acf.get("wp_version"))>=5.5)var c=['<div class="postbox-header">','<h2 class="hndle ui-sortable-handle">',"<span>"+acf.escHtml(n.title)+"</span>","</h2>",'<div class="handle-actions hide-if-no-js">','<button type="button" class="handlediv" aria-expanded="true">','<span class="screen-reader-text">Toggle panel: '+acf.escHtml(n.title)+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>","</div>","</div>"].join("");else var c=['<button type="button" class="handlediv" aria-expanded="true">','<span class="screen-reader-text">Toggle panel: '+acf.escHtml(n.title)+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>",'<h2 class="hndle ui-sortable-handle">',"<span>"+acf.escHtml(n.title)+"</span>","</h2>"].join("");var l=t(['<div id="'+n.id+'" class="postbox">',c,'<div class="inside">',n.html,"</div>","</div>"].join(""));if(t("#adv-settings").length){var d=t("#adv-settings .metabox-prefs"),u=t(['<label for="'+n.id+'-hide">','<input class="hide-postbox-tog" name="'+n.id+'-hide" type="checkbox" id="'+n.id+'-hide" value="'+n.id+'" checked="checked">'," "+n.title,"</label>"].join(""));i(d.find("input").first(),u.find("input")),d.append(u)}t(".postbox").length&&(i(t(".postbox .handlediv").first(),l.children(".handlediv")),i(t(".postbox .hndle").first(),l.children(".hndle"))),"side"===n.position?t("#"+n.position+"-sortables").append(l):t("#"+n.position+"-sortables").prepend(l);var f=[];if(e.results.map((function(e){n.position===e.position&&t("#"+n.position+"-sortables #"+e.id).length&&f.push(e.id)})),a(n.id,f),e.sorted)for(var p in e.sorted){var f=e.sorted[p].split(",");if(a(n.id,f))break}r=acf.newPostbox(n),acf.doAction("append",l),acf.doAction("append_postbox",r)}return r.showEnable(),e.visible.push(n.id),n})),acf.getPostboxes().map((function(t){-1===e.visible.indexOf(t.get("id"))&&(t.hideDisable(),e.hidden.push(t.get("id")))})),t("#acf-style").html(e.style),acf.doAction("refresh_post_screen",e)},renderUserScreen:function(t){}});var i=new acf.Model({postEdits:{},wait:"prepare",initialize:function(){var t;acf.isGutenberg()&&(wp.data.subscribe(acf.debounce(this.onChange).bind(this)),acf.screen.getPageTemplate=this.getPageTemplate,acf.screen.getPageParent=this.getPageParent,acf.screen.getPostType=this.getPostType,acf.screen.getPostFormat=this.getPostFormat,acf.screen.getPostCoreTerms=this.getPostCoreTerms,acf.unload.disable(),parseFloat(acf.get("wp_version"))>=5.3&&this.addAction("refresh_post_screen",this.onRefreshPostScreen),wp.domReady(acf.refresh))},onChange:function(){var t=["template","parent","format"];(wp.data.select("core").getTaxonomies()||[]).map((function(e){t.push(e.rest_base)}));var e=wp.data.select("core/editor").getPostEdits(),i={};t.map((function(t){void 0!==e[t]&&(i[t]=e[t])})),JSON.stringify(i)!==JSON.stringify(this.postEdits)&&(this.postEdits=i,acf.screen.check())},getPageTemplate:function(){return wp.data.select("core/editor").getEditedPostAttribute("template")},getPageParent:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("parent")},getPostType:function(){return wp.data.select("core/editor").getEditedPostAttribute("type")},getPostFormat:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("format")},getPostCoreTerms:function(){var t={},e;return(wp.data.select("core").getTaxonomies()||[]).map((function(e){var i=wp.data.select("core/editor").getEditedPostAttribute(e.rest_base);i&&(t[e.slug]=i)})),t},onRefreshPostScreen:function(t){var e=wp.data.select("core/edit-post"),i=wp.data.dispatch("core/edit-post"),a={};e.getActiveMetaBoxLocations().map((function(t){a[t]=e.getMetaBoxesPerLocation(t)}));var n=[];for(var s in a)a[s].map((function(t){n.push(t.id)}));for(var s in t.results.filter((function(t){return-1===n.indexOf(t.id)})).map((function(t,e){var i=t.position;a[i]=a[i]||[],a[i].push({id:t.id,title:t.title})})),a)a[s]=a[s].filter((function(e){return-1===t.hidden.indexOf(e.id)}));i.setAvailableMetaBoxesPerLocation(a)}})}(jQuery),function(t,e){function i(){return acf.isset(window,"jQuery","fn","select2","amd")?4:!!acf.isset(window,"Select2")&&3}acf.newSelect2=function(t,e){if(e=acf.parseArgs(e,{allowNull:!1,placeholder:"",multiple:!1,field:!1,ajax:!1,ajaxAction:"",ajaxData:function(t){return t},ajaxResults:function(t){return t}}),4==i())var a=new n(t,e);else var a=new s(t,e);return acf.doAction("new_select2",a),a};var a=acf.Model.extend({setup:function(e,i){t.extend(this.data,i),this.$el=e},initialize:function(){},selectOption:function(t){var e=this.getOption(t);e.prop("selected")||e.prop("selected",!0).trigger("change")},unselectOption:function(t){var e=this.getOption(t);e.prop("selected")&&e.prop("selected",!1).trigger("change")},getOption:function(t){return this.$('option[value="'+t+'"]')},addOption:function(e){e=acf.parseArgs(e,{id:"",text:"",selected:!1});var i=this.getOption(e.id);return i.length||((i=t("<option></option>")).html(e.text),i.attr("value",e.id),i.prop("selected",e.selected),this.$el.append(i)),i},getValue:function(){var e=[],i=this.$el.find("option:selected");return i.exists()?((i=i.sort((function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")}))).each((function(){var i=t(this);e.push({$el:i,id:i.attr("value"),text:i.text()})})),e):e},mergeOptions:function(){},getChoices:function(){var e=function(i){var a=[];return i.children().each((function(){var i=t(this);i.is("optgroup")?a.push({text:i.attr("label"),children:e(i)}):a.push({id:i.attr("value"),text:i.text()})})),a};return e(this.$el)},getAjaxData:function(t){var e={action:this.get("ajaxAction"),s:t.term||"",paged:t.page||1},i=this.get("field");i&&(e.field_key=i.get("key"));var a=this.get("ajaxData");return a&&(e=a.apply(this,[e,t])),e=acf.applyFilters("select2_ajax_data",e,this.data,this.$el,i||!1,this),acf.prepareForAjax(e)},getAjaxResults:function(t,e){t=acf.parseArgs(t,{results:!1,more:!1});var i=this.get("ajaxResults");return i&&(t=i.apply(this,[t,e])),t=acf.applyFilters("select2_ajax_results",t,e,this)},processAjaxResults:function(e,i){var e;return(e=this.getAjaxResults(e,i)).more&&(e.pagination={more:!0}),setTimeout(t.proxy(this.mergeOptions,this),1),e},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),n=a.extend({initialize:function(){var e=this.$el,i={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return acf.escHtml(t)}};i.multiple&&this.getValue().map((function(t){t.$el.detach().appendTo(e)})),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(i.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),processResults:t.proxy(this.processAjaxResults,this)});var a=this.get("field");i=acf.applyFilters("select2_args",i,e,this.data,a||!1,this),e.select2(i);var n=e.next(".select2-container");if(i.multiple){var s=n.find("ul");s.sortable({stop:function(i){s.find(".select2-selection__choice").each((function(){var i;t(t(this).data("data").element).detach().appendTo(e)})),e.trigger("change")}}),e.on("select2:select",this.proxy((function(t){this.getOption(t.params.data.id).detach().appendTo(this.$el)})))}n.addClass("-acf"),acf.doAction("select2_init",e,i,this.data,a||!1,this)},mergeOptions:function(){var e=!1,i=!1;t('.select2-results__option[role="group"]').each((function(){var a=t(this).children("ul"),n=t(this).children("strong");if(i&&i.text()===n.text())return e.append(a.children()),void t(this).remove();e=a,i=n}))}}),s=a.extend({initialize:function(){var e=this.$el,i=this.getValue(),a=this.get("multiple"),n={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),separator:"||",multiple:this.get("multiple"),data:this.getChoices(),escapeMarkup:function(t){return acf.escHtml(t)},dropdownCss:{"z-index":"999999999"},initSelection:function(t,e){e(a?i:i.shift())}},s=e.siblings("input");s.length||(s=t('<input type="hidden" />'),e.before(s)),inputValue=i.map((function(t){return t.id})).join("||"),s.val(inputValue),n.multiple&&i.map((function(t){t.$el.detach().appendTo(e)})),n.allowClear&&(n.data=n.data.filter((function(t){return""!==t.id}))),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(n.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),results:t.proxy(this.processAjaxResults,this)});var r=this.get("field");n=acf.applyFilters("select2_args",n,e,this.data,r||!1,this),s.select2(n);var o=s.select2("container"),c=t.proxy(this.getOption,this);if(n.multiple){var l=o.find("ul");l.sortable({stop:function(){l.find(".select2-search-choice").each((function(){var i=t(this).data("select2Data"),a;c(i.id).detach().appendTo(e)})),e.trigger("change")}})}s.on("select2-selecting",(function(i){var a=i.choice,n=c(a.id);n.length||(n=t('<option value="'+a.id+'">'+a.text+"</option>")),n.detach().appendTo(e)})),o.addClass("-acf"),acf.doAction("select2_init",e,n,this.data,r||!1,this),s.on("change",(function(){var t=s.val();t.indexOf("||")&&(t=t.split("||")),e.val(t).trigger("change")})),e.hide()},mergeOptions:function(){var e=!1,i=!1;t("#select2-drop .select2-result-with-children").each((function(){var a=t(this).children("ul"),n=t(this).children(".select2-result-label");if(i&&i.text()===n.text())return i.append(a.children()),void t(this).remove();e=a,i=n}))},getAjaxData:function(t,e){var i={term:t,page:e};return a.prototype.getAjaxData.apply(this,[i])}}),r=new acf.Model({priority:5,wait:"prepare",actions:{duplicate:"onDuplicate"},initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),a=acf.get("select2L10n"),n=i();return!!a&&(0!==t.indexOf("en")&&void(4==n?this.addTranslations4():3==n&&this.addTranslations3()))},addTranslations4:function(){var t=acf.get("select2L10n"),e=acf.get("locale");e=e.replace("_","-");var i={errorLoading:function(){return t.load_fail},inputTooLong:function(e){var i=e.input.length-e.maximum;return i>1?t.input_too_long_n.replace("%d",i):t.input_too_long_1},inputTooShort:function(e){var i=e.minimum-e.input.length;return i>1?t.input_too_short_n.replace("%d",i):t.input_too_short_1},loadingMore:function(){return t.load_more},maximumSelected:function(e){var i=e.maximum;return i>1?t.selection_too_long_n.replace("%d",i):t.selection_too_long_1},noResults:function(){return t.matches_0},searching:function(){return t.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+e,[],(function(){return i}))},addTranslations3:function(){var e=acf.get("select2L10n"),i=acf.get("locale");i=i.replace("_","-");var a={formatMatches:function(t){return t>1?e.matches_n.replace("%d",t):e.matches_1},formatNoMatches:function(){return e.matches_0},formatAjaxError:function(){return e.load_fail},formatInputTooShort:function(t,i){var a=i-t.length;return a>1?e.input_too_short_n.replace("%d",a):e.input_too_short_1},formatInputTooLong:function(t,i){var a=t.length-i;return a>1?e.input_too_long_n.replace("%d",a):e.input_too_long_1},formatSelectionTooBig:function(t){return t>1?e.selection_too_long_n.replace("%d",t):e.selection_too_long_1},formatLoadMore:function(){return e.load_more},formatSearching:function(){return e.searching}};t.fn.select2.locales=t.fn.select2.locales||{},t.fn.select2.locales[i]=a,t.extend(t.fn.select2.defaults,a)},onDuplicate:function(t,e){e.find(".select2-container").remove()}})}(jQuery),function(t,e){acf.tinymce={defaults:function(){return"undefined"!=typeof tinyMCEPreInit&&{tinymce:tinyMCEPreInit.mceInit.acf_content,quicktags:tinyMCEPreInit.qtInit.acf_content};var t},initialize:function(t,e){(e=acf.parseArgs(e,{tinymce:!0,quicktags:!0,toolbar:"full",mode:"visual",field:!1})).tinymce&&this.initializeTinymce(t,e),e.quicktags&&this.initializeQuicktags(t,e)},initializeTinymce:function(e,i){var a=t("#"+e),n=this.defaults(),s=acf.get("toolbars"),r=i.field||!1,o=r.$el||!1;if("undefined"==typeof tinymce)return!1;if(!n)return!1;if(tinymce.get(e))return this.enable(e);var c=t.extend({},n.tinymce,i.tinymce);c.id=e,c.selector="#"+e;var l=i.toolbar;if(l&&s&&s[l])for(var d=1;d<=4;d++)c["toolbar"+d]=s[l][d]||"";if(c.setup=function(t){t.on("change",(function(e){t.save(),a.trigger("change")})),t.on("mouseup",(function(t){var e=new MouseEvent("mouseup");window.dispatchEvent(e)}))},c.wp_autoresize_on=!1,c.tadv_noautop||(c.wpautop=!0),c=acf.applyFilters("wysiwyg_tinymce_settings",c,e,r),tinyMCEPreInit.mceInit[e]=c,"visual"==i.mode){var u=tinymce.init(c),f=tinymce.get(e);if(!f)return!1;f.acf=i.field,acf.doAction("wysiwyg_tinymce_init",f,f.id,c,r)}},initializeQuicktags:function(e,i){var a=this.defaults();if("undefined"==typeof quicktags)return!1;if(!a)return!1;var n=t.extend({},a.quicktags,i.quicktags);n.id=e;var s=i.field||!1,r=s.$el||!1;n=acf.applyFilters("wysiwyg_quicktags_settings",n,n.id,s),tinyMCEPreInit.qtInit[e]=n;var o=quicktags(n);if(!o)return!1;this.buildQuicktags(o),acf.doAction("wysiwyg_quicktags_init",o,o.id,n,s)},buildQuicktags:function(t){var e,i,a,n,s,t,r,o,c,l,d=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(o in e=t.canvas,i=t.name,a=t.settings,s="",n={},c="",l=t.id,a.buttons&&(c=","+a.buttons+","),edButtons)edButtons[o]&&(r=edButtons[o].id,c&&-1!==d.indexOf(","+r+",")&&-1===c.indexOf(","+r+",")||edButtons[o].instance&&edButtons[o].instance!==l||(n[r]=edButtons[o],edButtons[o].html&&(s+=edButtons[o].html(i+"_"))));c&&-1!==c.indexOf(",dfw,")&&(n.dfw=new QTags.DFWButton,s+=n.dfw.html(i+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(n.textdirection=new QTags.TextDirectionButton,s+=n.textdirection.html(i+"_")),t.toolbar.innerHTML=s,t.theButtons=n,"undefined"!=typeof jQuery&&jQuery(document).triggerHandler("quicktags-init",[t])},disable:function(t){this.destroyTinymce(t)},remove:function(t){this.destroyTinymce(t)},destroy:function(t){this.destroyTinymce(t)},destroyTinymce:function(t){if("undefined"==typeof tinymce)return!1;var e=tinymce.get(t);return!!e&&(e.save(),e.destroy(),!0)},enable:function(t){this.enableTinymce(t)},enableTinymce:function(e){return"undefined"!=typeof switchEditors&&(void 0!==tinyMCEPreInit.mceInit[e]&&(t("#"+e).show(),switchEditors.go(e,"tmce"),!0))}};var i=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var e=t("#acf-hidden-wp-editor");e.exists()&&e.appendTo("body")},onReady:function(){acf.isset(window,"wp","oldEditor")&&(wp.editor.autop=wp.oldEditor.autop,wp.editor.removep=wp.oldEditor.removep),acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",(function(t){var e=t.editor;"acf"===e.id.substr(0,3)&&(e=tinymce.editors.content||e,tinymce.activeEditor=e,wpActiveEditor=e.id)}))}})}(jQuery),function(t,e){var i=acf.Model.extend({id:"Validator",data:{errors:[],notice:null,status:""},events:{"changed:status":"onChangeStatus"},addErrors:function(t){t.map(this.addError,this)},addError:function(t){this.data.errors.push(t)},hasErrors:function(){return this.data.errors.length},clearErrors:function(){return this.data.errors=[]},getErrors:function(){return this.data.errors},getFieldErrors:function(){var t=[],e=[];return this.getErrors().map((function(i){if(i.input){var a=e.indexOf(i.input);a>-1?t[a]=i:(t.push(i),e.push(i.input))}})),t},getGlobalErrors:function(){return this.getErrors().filter((function(t){return!t.input}))},showErrors:function(){if(this.hasErrors()){var e=this.getFieldErrors(),i=this.getGlobalErrors(),a=0,n=!1;e.map((function(t){var e=this.$('[name="'+t.input+'"]').first();if(e.length||(e=this.$('[name^="'+t.input+'"]').first()),e.length){a++;var i=acf.getClosestField(e);i.showError(t.message),n||(n=i.$el)}}),this);var s=acf.__("Validation failed");if(i.map((function(t){s+=". "+t.message})),1==a?s+=". "+acf.__("1 field requires attention"):a>1&&(s+=". "+acf.__("%d fields require attention").replace("%d",a)),this.has("notice"))this.get("notice").update({type:"error",text:s});else{var r=acf.newNotice({type:"error",text:s,target:this.$el});this.set("notice",r)}n||(n=this.get("notice").$el),setTimeout((function(){t("html, body").animate({scrollTop:n.offset().top-t(window).height()/2},500)}),10)}},onChangeStatus:function(t,e,i,a){this.$el.removeClass("is-"+a).addClass("is-"+i)},validate:function(e){if(e=acf.parseArgs(e,{event:!1,reset:!1,loading:function(){},complete:function(){},failure:function(){},success:function(t){t.submit()}}),"valid"==this.get("status"))return!0;if("validating"==this.get("status"))return!1;if(!this.$(".acf-field").length)return!0;if(e.event){var i=t.Event(null,e.event);e.success=function(){acf.enableSubmit(t(i.target)).trigger(i)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),e.loading(this.$el,this),this.set("status","validating");var a=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el,this);e.valid||this.addErrors(e.errors)}},n=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el,this),this.showErrors(),e.failure(this.$el,this)):(this.set("status","valid"),this.has("notice")&&this.get("notice").update({type:"success",text:acf.__("Validation successful"),timeout:1e3}),acf.doAction("validation_success",this.$el,this),acf.doAction("submit",this.$el),e.success(this.$el,this),acf.lockForm(this.$el),e.reset&&this.reset()),e.complete(this.$el,this),this.clearErrors()},s=acf.serialize(this.$el);return s.action="acf/validate_save_post",t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(s),type:"post",dataType:"json",context:this,success:a,complete:n}),!1},setup:function(t){this.$el=t},reset:function(){this.set("errors",[]),this.set("notice",null),this.set("status",""),acf.unlockForm(this.$el)}}),a=function(t){var e=t.data("acf");return e||(e=new i(t)),e};acf.validateForm=function(t){return a(t.form).validate(t)},acf.enableSubmit=function(t){return t.removeClass("disabled")},acf.disableSubmit=function(t){return t.addClass("disabled")},acf.showSpinner=function(t){return t.addClass("is-active"),t.css("display","inline-block"),t},acf.hideSpinner=function(t){return t.removeClass("is-active"),t.css("display","none"),t},acf.lockForm=function(t){var e=n(t),i=e.find('.button, [type="submit"]'),a=e.find(".spinner, .acf-spinner");return acf.hideSpinner(a),acf.disableSubmit(i),acf.showSpinner(a.last()),t},acf.unlockForm=function(t){var e=n(t),i=e.find('.button, [type="submit"]'),a=e.find(".spinner, .acf-spinner");return acf.enableSubmit(i),acf.hideSpinner(a),t};var n=function(t){var e,e,e,e;return(e=t.find("#submitdiv")).length||(e=t.find("#submitpost")).length||(e=t.find("p.submit").last()).length||(e=t.find(".acf-form-submit")).length?e:t},s=acf.debounce((function(t){t.submit()}));acf.validation=new acf.Model({id:"validation",active:!0,wait:"prepare",actions:{ready:"addInputEvents",append:"addInputEvents"},events:{'click input[type="submit"]':"onClickSubmit",'click button[type="submit"]':"onClickSubmit","click #save-post":"onClickSave","submit form#post":"onSubmitPost","submit form":"onSubmit"},initialize:function(){acf.get("validation")||(this.active=!1,this.actions={},this.events={})},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(t){a(t).reset()},addInputEvents:function(e){if("safari"!==acf.get("browser")){var i=t(".acf-field [name]",e);i.length&&this.on(i,"invalid","onInvalid")}},onInvalid:function(t,e){t.preventDefault();var i=e.closest("form");i.length&&(a(i).addError({input:e.attr("name"),message:acf.strEscape(t.target.validationMessage)}),s(i))},onClickSubmit:function(t,e){this.set("originalEvent",t)},onClickSave:function(t,e){this.set("ignore",!0)},onClickSubmitGutenberg:function(e,i){var a;acf.validateForm({form:t("#editor"),event:e,reset:!0,failure:function(t,e){var i=e.get("notice").$el;i.appendTo(".components-notice-list"),i.find(".acf-notice-dismiss").removeClass("small")}})||(e.preventDefault(),e.stopImmediatePropagation())},onSubmitPost:function(e,i){"dopreview"===t("input#wp-preview").val()&&(this.set("ignore",!0),acf.unlockForm(i))},onSubmit:function(t,e){if(!this.active||this.get("ignore")||t.isDefaultPrevented())return this.allowSubmit();var i;acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault()},allowSubmit:function(){return this.set("ignore",!1),this.set("originalEvent",!1),!0}});var r=new acf.Model({wait:"prepare",initialize:function(){acf.isGutenberg()&&this.customizeEditor()},customizeEditor:function(){var e=wp.data.dispatch("core/editor"),i=wp.data.select("core/editor"),a=wp.data.dispatch("core/notices"),n=e.savePost,s=!1,r="";wp.data.subscribe((function(){var t=i.getEditedPostAttribute("status");s="publish"===t,r="publish"!==t?t:r})),e.savePost=function(i){i=i||{};var o=this,c=arguments;return new Promise((function(n,o){return i.isAutosave||i.isPreview?n("Validation ignored (autosave)."):s?void(acf.validateForm({form:t("#editor"),reset:!0,complete:function(t,i){e.unlockPostSaving("acf")},failure:function(t,i){var n=i.get("notice");a.createErrorNotice(n.get("text"),{id:"acf-validation",isDismissible:!0}),n.remove(),r&&e.editPost({status:r}),o("Validation failed.")},success:function(){a.removeNotice("acf-validation"),n("Validation success.")}})?n("Validation bypassed."):e.lockPostSaving("acf")):n("Validation ignored (draft).");var c})).then((function(){return n.apply(o,c)}))}}})}(jQuery),function(t,e){var i=new acf.Model({priority:90,actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh",unmount_field:"refresh",remount_field:"refresh"},refresh:function(){acf.refresh()}}),a=new acf.Model({priority:1,actions:{sortstart:"onSortstart",sortstop:"onSortstop"},onSortstart:function(t){acf.doAction("unmount",t)},onSortstop:function(t){acf.doAction("remount",t)}}),n=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(e,i){e.is("tr")&&(i.html('<td style="padding:0;" colspan="'+i.children().length+'"></td>'),e.addClass("acf-sortable-tr-helper"),e.children().each((function(){t(this).width(t(this).width())})),i.height(e.height()+"px"),e.removeClass("acf-sortable-tr-helper"))}}),s=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(e,i){var a=[];e.find("select").each((function(e){a.push(t(this).val())})),i.find("select").each((function(e){t(this).val(a[e])}))}}),r=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(e){var i=this;t(".acf-table:visible").each((function(){i.renderTable(t(this))}))},renderTable:function(e){var i=e.find("> thead > tr:visible > th[data-key]"),a=e.find("> tbody > tr:visible > td[data-key]");if(!i.length||!a.length)return!1;i.each((function(e){var i=t(this),n=i.data("key"),s=a.filter('[data-key="'+n+'"]'),r=s.filter(".acf-hidden");s.removeClass("acf-empty"),s.length===r.length?acf.hide(i):(acf.show(i),r.addClass("acf-empty"))})),i.css("width","auto"),i=i.not(".acf-hidden");var n=100,s=i.length,r;i.filter("[data-width]").each((function(){var e=t(this).data("width");t(this).css("width",e+"%"),n-=e}));var o=i.not("[data-width]");if(o.length){var c=n/o.length;o.css("width",c+"%"),n=0}n>0&&i.last().css("width","auto"),a.filter(".-collapsed-target").each((function(){var e=t(this);e.parent().hasClass("-collapsed")?e.attr("colspan",i.length):e.removeAttr("colspan")}))}}),o=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var e=this;t(".acf-fields:visible").each((function(){e.renderGroup(t(this))}))},renderGroup:function(e){var i=0,a=0,n=t(),s=e.children(".acf-field[data-width]:visible");return!!s.length&&(e.hasClass("-left")?(s.removeAttr("data-width"),s.css("width","auto"),!1):(s.removeClass("-r0 -c0").css({"min-height":0}),s.each((function(e){var s=t(this),r=s.position(),o=Math.ceil(r.top),c=Math.ceil(r.left);n.length&&o>i&&(n.css({"min-height":a+"px"}),r=s.position(),o=Math.ceil(r.top),c=Math.ceil(r.left),i=0,a=0,n=t()),acf.get("rtl")&&(c=Math.ceil(s.parent().width()-(r.left+s.outerWidth()))),0==o?s.addClass("-r0"):0==c&&s.addClass("-c0");var l=Math.ceil(s.outerHeight())+1;a=Math.max(a,l),i=Math.max(i,o),n=n.add(s)})),void(n.length&&n.css({"min-height":a+"px"}))))}}),c=new acf.Model({id:"bodyClassShiftHelper",events:{keydown:"onKeyDown",keyup:"onKeyUp"},isShiftKey:function(t){return 16===t.keyCode},onKeyDown:function(e){this.isShiftKey(e)&&t("body").addClass("acf-keydown-shift")},onKeyUp:function(e){this.isShiftKey(e)&&t("body").removeClass("acf-keydown-shift")}})}(jQuery),function(t,e){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e,e},acf.getCompatibility=function(t){return t.compatibility||null};var i=acf.newCompatibility(acf,{l10n:{},o:{},fields:{},update:acf.set,add_action:acf.addAction,remove_action:acf.removeAction,do_action:acf.doAction,add_filter:acf.addFilter,remove_filter:acf.removeFilter,apply_filters:acf.applyFilters,parse_args:acf.parseArgs,disable_el:acf.disable,disable_form:acf.disable,enable_el:acf.enable,enable_form:acf.enable,update_user_setting:acf.updateUserSetting,prepare_for_ajax:acf.prepareForAjax,is_ajax_success:acf.isAjaxSuccess,remove_el:acf.remove,remove_tr:acf.remove,str_replace:acf.strReplace,render_select:acf.renderSelect,get_uniqid:acf.uniqid,serialize_form:acf.serialize,esc_html:acf.strEscape,str_sanitize:acf.strSanitize});i._e=function(t,e){t=t||"";var i=(e=e||"")?t+"."+e:t,a={"image.select":"Select Image","image.edit":"Edit Image","image.update":"Update Image"};if(a[i])return acf.__(a[i]);var n=this.l10n[t]||"";return e&&(n=n[e]||""),n},i.get_selector=function(e){var i=".acf-field";if(!e)return i;if(t.isPlainObject(e)){if(t.isEmptyObject(e))return i;for(var a in e){e=e[a];break}}return i+="-"+e,i=acf.strReplace("_","-",i),i=acf.strReplace("field-field-","field-",i)},i.get_fields=function(t,e,i){var a={is:t||"",parent:e||!1,suppressFilters:i||!1};return a.is&&(a.is=this.get_selector(a.is)),acf.findFields(a)},i.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},i.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},i.get_field_wrap=function(t){return t.closest(this.get_selector())},i.get_field_key=function(t){return t.data("key")},i.get_field_type=function(t){return t.data("type")},i.get_data=function(t,e){return acf.parseArgs(t.data(),e)},i.maybe_get=function(t,e,i){void 0===i&&(i=null),keys=String(e).split(".");for(var a=0;a<keys.length;a++){if(!t.hasOwnProperty(keys[a]))return i;t=t[keys[a]]}return t};var a=function(t){return t instanceof acf.Field?t.$el:t},n=function(t){return acf.arrayArgs(t).map(a)},s=function(e){return function(){if(arguments.length)var i=n(arguments);else var i=[t(document)];return e.apply(this,i)}};i.add_action=function(t,e,a,n){var r=t.split(" "),o=r.length;if(o>1){for(var c=0;c<o;c++)t=r[c],i.add_action.apply(this,arguments);return this}var e=s(e);return acf.addAction.apply(this,arguments)},i.add_filter=function(t,e,i,a){var e=s(e);return acf.addFilter.apply(this,arguments)},i.model={actions:{},filters:{},events:{},extend:function(e){var i=t.extend({},this,e);return t.each(i.actions,(function(t,e){i._add_action(t,e)})),t.each(i.filters,(function(t,e){i._add_filter(t,e)})),t.each(i.events,(function(t,e){i._add_event(t,e)})),i},_add_action:function(t,e){var i=this,a=t.split(" "),t=a[0]||"",n=a[1]||10;acf.add_action(t,this[e],n,this)},_add_filter:function(t,e){var i=this,a=t.split(" "),t=a[0]||"",n=a[1]||10;acf.add_filter(t,this[e],n,this)},_add_event:function(e,i){var a=this,n=e.indexOf(" "),s=n>0?e.substr(0,n):e,r=n>0?e.substr(n+1):"",o=function(e){e.$el=t(this),acf.field_group&&(e.$field=e.$el.closest(".acf-field-object")),"function"==typeof a.event&&(e=a.event(e)),a[i].apply(a,arguments)};r?t(document).on(s,r,o):t(document).on(s,o)},get:function(t,e){return e=e||null,void 0!==this[t]&&(e=this[t]),e},set:function(t,e){return this[t]=e,"function"==typeof this["_set_"+t]&&this["_set_"+t].apply(this),this}},
|
4 |
+
i.field=acf.model.extend({type:"",o:{},$field:null,_add_action:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_action(t,(function(t){i.set("$field",t),i[e].apply(i,arguments)}))},_add_filter:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_filter(t,(function(t){i.set("$field",t),i[e].apply(i,arguments)}))},_add_event:function(e,i){var a=this,n=e.substr(0,e.indexOf(" ")),s=e.substr(e.indexOf(" ")+1),r=acf.get_selector(a.type);t(document).on(n,r+" "+s,(function(e){var n=t(this),s=acf.get_closest_field(n,a.type);s.length&&(s.is(a.$field)||a.set("$field",s),e.$el=n,e.$field=s,a[i].apply(a,[e]))}))},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var r=acf.newCompatibility(acf.validation,{remove_error:function(t){acf.getField(t).removeError()},add_warning:function(t,e){acf.getField(t).showNotice({text:e,type:"warning",timeout:1e3})},fetch:acf.validateForm,enableSubmit:acf.enableSubmit,disableSubmit:acf.disableSubmit,showSpinner:acf.showSpinner,hideSpinner:acf.hideSpinner,unlockForm:acf.unlockForm,lockForm:acf.lockForm});i.tooltip={tooltip:function(t,e){var i;return acf.newTooltip({text:t,target:e}).$el},temp:function(t,e){var i=acf.newTooltip({text:t,target:e,timeout:250})},confirm:function(t,e,i,a,n){var s=acf.newTooltip({confirm:!0,text:i,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})},confirm_remove:function(t,e){var i=acf.newTooltip({confirmRemove:!0,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})}},i.media=new acf.Model({activeFrame:!1,actions:{new_media_popup:"onNewMediaPopup"},frame:function(){return this.activeFrame},onNewMediaPopup:function(t){this.activeFrame=t.frame},popup:function(t){var e;return t.mime_types&&(t.allowedTypes=t.mime_types),t.id&&(t.attachment=t.id),acf.newMediaPopup(t).frame}}),i.select2={init:function(t,e,i){return e.allow_null&&(e.allowNull=e.allow_null),e.ajax_action&&(e.ajaxAction=e.ajax_action),i&&(e.field=acf.getField(i)),acf.newSelect2(t,e)},destroy:function(t){return acf.getInstance(t).destroy()}},i.postbox={render:function(t){return t.edit_url&&(t.editLink=t.edit_url),t.edit_title&&(t.editTitle=t.edit_title),acf.newPostbox(t)}},acf.newCompatibility(acf.screen,{update:function(){return this.set.apply(this,arguments)},fetch:acf.screen.check}),i.ajax=acf.screen}(jQuery);
|
includes/assets.php
CHANGED
@@ -442,6 +442,11 @@ class ACF_Assets {
|
|
442 |
public function print_footer_scripts() {
|
443 |
global $wp_version;
|
444 |
|
|
|
|
|
|
|
|
|
|
|
445 |
// Localize data.
|
446 |
acf_localize_data(array(
|
447 |
'admin_url' => admin_url(),
|
442 |
public function print_footer_scripts() {
|
443 |
global $wp_version;
|
444 |
|
445 |
+
// Bail early if 'acf' script was never enqueued (fixes Elementor enqueue reset conflict).
|
446 |
+
if( !wp_script_is('acf') ) {
|
447 |
+
return;
|
448 |
+
}
|
449 |
+
|
450 |
// Localize data.
|
451 |
acf_localize_data(array(
|
452 |
'admin_url' => admin_url(),
|
includes/fields/class-acf-field-color_picker.php
CHANGED
@@ -45,40 +45,20 @@ class acf_field_color_picker extends acf_field {
|
|
45 |
*/
|
46 |
|
47 |
function input_admin_enqueue_scripts() {
|
48 |
-
|
49 |
-
//
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
// styles
|
58 |
-
wp_register_style('wp-color-picker', admin_url('css/color-picker.css'), array(), '', true);
|
59 |
-
|
60 |
-
|
61 |
-
// scripts
|
62 |
-
wp_register_script('iris', admin_url('js/iris.min.js'), array('jquery-ui-draggable', 'jquery-ui-slider', 'jquery-touch-punch'), '1.0.7', true);
|
63 |
-
wp_register_script('wp-color-picker', admin_url('js/color-picker.min.js'), array('iris'), '', true);
|
64 |
-
|
65 |
-
|
66 |
-
// localize
|
67 |
-
wp_localize_script('wp-color-picker', 'wpColorPickerL10n', array(
|
68 |
-
'clear' => __('Clear', 'acf' ),
|
69 |
-
'defaultString' => __('Default', 'acf' ),
|
70 |
-
'pick' => __('Select Color', 'acf' ),
|
71 |
-
'current' => __('Current Color', 'acf' )
|
72 |
-
));
|
73 |
-
|
74 |
}
|
75 |
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
wp_enqueue_script('wp-color-picker');
|
80 |
-
|
81 |
-
|
82 |
}
|
83 |
|
84 |
|
45 |
*/
|
46 |
|
47 |
function input_admin_enqueue_scripts() {
|
48 |
+
|
49 |
+
// Register scripts for non-admin.
|
50 |
+
// Applies logic from wp_default_scripts() function.
|
51 |
+
if( !is_admin() ) {
|
52 |
+
$suffix = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min';
|
53 |
+
$scripts = wp_scripts();
|
54 |
+
$scripts->add( 'iris', '/wp-admin/js/iris.min.js', array( 'jquery-ui-draggable', 'jquery-ui-slider', 'jquery-touch-punch' ), '1.0.7', 1 );
|
55 |
+
$scripts->add( 'wp-color-picker', "/wp-admin/js/color-picker$suffix.js", array( 'iris' ), false, 1 );
|
56 |
+
$scripts->set_translations( 'wp-color-picker' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
}
|
58 |
|
59 |
+
// Enqueue.
|
60 |
+
wp_enqueue_style( 'wp-color-picker' );
|
61 |
+
wp_enqueue_script( 'wp-color-picker' );
|
|
|
|
|
|
|
62 |
}
|
63 |
|
64 |
|
includes/local-json.php
CHANGED
@@ -203,17 +203,10 @@ class ACF_Local_JSON {
|
|
203 |
* @return bool
|
204 |
*/
|
205 |
public function save_file( $key, $field_group ) {
|
206 |
-
|
207 |
-
|
208 |
-
if(
|
209 |
-
|
210 |
-
} else {
|
211 |
-
$path = untrailingslashit( acf_get_setting( 'save_json' ) );
|
212 |
-
if( is_writable($path) ) {
|
213 |
-
$file = "$path/$key.json";
|
214 |
-
} else {
|
215 |
-
return false;
|
216 |
-
}
|
217 |
}
|
218 |
|
219 |
// Append modified time.
|
@@ -241,8 +234,10 @@ class ACF_Local_JSON {
|
|
241 |
* @return bool True on success.
|
242 |
*/
|
243 |
public function delete_file( $key ) {
|
244 |
-
|
245 |
-
|
|
|
|
|
246 |
return true;
|
247 |
}
|
248 |
return false;
|
203 |
* @return bool
|
204 |
*/
|
205 |
public function save_file( $key, $field_group ) {
|
206 |
+
$path = acf_get_setting( 'save_json' );
|
207 |
+
$file = untrailingslashit( $path ) . '/' . $key . '.json';
|
208 |
+
if( !is_writable($path) ) {
|
209 |
+
return false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
}
|
211 |
|
212 |
// Append modified time.
|
234 |
* @return bool True on success.
|
235 |
*/
|
236 |
public function delete_file( $key ) {
|
237 |
+
$path = acf_get_setting( 'save_json' );
|
238 |
+
$file = untrailingslashit( $path ) . '/' . $key . '.json';
|
239 |
+
if( is_readable($file) ) {
|
240 |
+
unlink( $file );
|
241 |
return true;
|
242 |
}
|
243 |
return false;
|
includes/locations/class-acf-location-post-category.php
CHANGED
@@ -47,17 +47,11 @@ class ACF_Location_Post_Category extends ACF_Location {
|
|
47 |
* @return array
|
48 |
*/
|
49 |
public function get_values( $rule ) {
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
)
|
55 |
-
|
56 |
-
// Convert grouped terms into grouped choices.
|
57 |
-
$grouped_choices = acf_get_choices_from_grouped_terms( $groups, 'slug' );
|
58 |
-
|
59 |
-
// Return first group.
|
60 |
-
return reset( $grouped_choices );
|
61 |
}
|
62 |
|
63 |
/**
|
47 |
* @return array
|
48 |
*/
|
49 |
public function get_values( $rule ) {
|
50 |
+
$choices = acf_get_taxonomy_terms(array( 'category' ));
|
51 |
+
if( $choices ) {
|
52 |
+
return reset( $choices );
|
53 |
+
}
|
54 |
+
return array();
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
|
57 |
/**
|
includes/locations/class-acf-location-post-taxonomy.php
CHANGED
@@ -82,20 +82,7 @@ class ACF_Location_Post_Taxonomy extends ACF_Location {
|
|
82 |
* @return array
|
83 |
*/
|
84 |
public function get_values( $rule ) {
|
85 |
-
|
86 |
-
// Get taxonomies.
|
87 |
-
$taxonomies = acf_get_taxonomies();
|
88 |
-
if( isset($taxonomies['post_format']) ) {
|
89 |
-
unset( $taxonomies['post_format']) ;
|
90 |
-
}
|
91 |
-
|
92 |
-
// Get grouped terms.
|
93 |
-
$groups = acf_get_grouped_terms(array(
|
94 |
-
'taxonomy' => $taxonomies
|
95 |
-
));
|
96 |
-
|
97 |
-
// Return grouped terms as choices.
|
98 |
-
return acf_get_choices_from_grouped_terms( $groups, 'slug' );
|
99 |
}
|
100 |
|
101 |
/**
|
82 |
* @return array
|
83 |
*/
|
84 |
public function get_values( $rule ) {
|
85 |
+
return acf_get_taxonomy_terms();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
}
|
87 |
|
88 |
/**
|
lang/acf-id_ID.mo
CHANGED
Binary file
|
lang/acf-id_ID.po
CHANGED
@@ -2,2461 +2,3622 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Advanced Custom Fields\n"
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
|
|
7 |
"Language-Team: Elliot Condon <e@elliotcondon.com>\n"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit
|
12 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;
|
13 |
-
"
|
|
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-WPHeader: acf.php\n"
|
17 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
18 |
-
"Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
|
19 |
-
"Language: id_ID\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: acf.php:
|
24 |
msgid "Advanced Custom Fields"
|
25 |
msgstr "Advanced Custom Fields"
|
26 |
|
27 |
-
#: acf.php:
|
28 |
msgid "Field Groups"
|
29 |
msgstr "Grup Bidang"
|
30 |
|
31 |
-
#: acf.php:
|
32 |
msgid "Field Group"
|
33 |
msgstr "Grup Bidang"
|
34 |
|
35 |
-
#: acf.php:
|
|
|
36 |
msgid "Add New"
|
37 |
msgstr "Tambah Baru"
|
38 |
|
39 |
-
#: acf.php:
|
40 |
msgid "Add New Field Group"
|
41 |
msgstr "Tambah Grup Bidang Baru"
|
42 |
|
43 |
-
#: acf.php:
|
44 |
msgid "Edit Field Group"
|
45 |
-
msgstr "
|
46 |
|
47 |
-
#: acf.php:
|
48 |
msgid "New Field Group"
|
49 |
msgstr "Grup Bidang Baru"
|
50 |
|
51 |
-
#: acf.php:
|
52 |
msgid "View Field Group"
|
53 |
msgstr "Lihat Grup Bidang"
|
54 |
|
55 |
-
#: acf.php:
|
56 |
msgid "Search Field Groups"
|
57 |
msgstr "Cari Grup Bidang"
|
58 |
|
59 |
-
#: acf.php:
|
60 |
msgid "No Field Groups found"
|
61 |
msgstr "Tidak Ada Grup Bidang Ditemukan"
|
62 |
|
63 |
-
#: acf.php:
|
64 |
msgid "No Field Groups found in Trash"
|
65 |
msgstr "Tidak Ditemukan Grup Bidang di Tong Sampah"
|
66 |
|
67 |
-
#: acf.php:
|
|
|
|
|
68 |
msgid "Fields"
|
69 |
msgstr "Bidang"
|
70 |
|
71 |
-
#: acf.php:
|
72 |
msgid "Field"
|
73 |
msgstr "Bidang"
|
74 |
|
75 |
-
#: acf.php:
|
76 |
msgid "Add New Field"
|
77 |
msgstr "Tambah bidang baru"
|
78 |
|
79 |
-
#: acf.php:
|
80 |
msgid "Edit Field"
|
81 |
-
msgstr "
|
82 |
|
83 |
-
#: acf.php:
|
84 |
msgid "New Field"
|
85 |
msgstr "Bidang Baru"
|
86 |
|
87 |
-
#: acf.php:
|
88 |
msgid "View Field"
|
89 |
msgstr "Lihat Bidang"
|
90 |
|
91 |
-
#: acf.php:
|
92 |
msgid "Search Fields"
|
93 |
msgstr "Bidang Pencarian"
|
94 |
|
95 |
-
#: acf.php:
|
96 |
msgid "No Fields found"
|
97 |
msgstr "Tidak ada bidang yang ditemukan"
|
98 |
|
99 |
-
#: acf.php:
|
100 |
msgid "No Fields found in Trash"
|
101 |
msgstr "Tidak ada bidang yang ditemukan di tempat sampah"
|
102 |
|
103 |
-
#: acf.php:
|
|
|
104 |
msgid "Disabled"
|
105 |
msgstr "Dimatikan"
|
106 |
|
107 |
-
#: acf.php:
|
108 |
#, php-format
|
109 |
msgid "Disabled <span class=\"count\">(%s)</span>"
|
110 |
msgid_plural "Disabled <span class=\"count\">(%s)</span>"
|
111 |
msgstr[0] "Dimatikan <span class=\"count\">(%s)</span>"
|
112 |
|
113 |
-
#:
|
114 |
-
|
115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
|
117 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
msgid "Field group updated."
|
119 |
msgstr "Grup bidang diperbarui."
|
120 |
|
121 |
-
#: admin/field-group.php:
|
122 |
msgid "Field group deleted."
|
123 |
msgstr "Grup bidang dihapus."
|
124 |
|
125 |
-
#: admin/field-group.php:
|
126 |
msgid "Field group published."
|
127 |
msgstr "Grup bidang diterbitkan."
|
128 |
|
129 |
-
#: admin/field-group.php:
|
130 |
msgid "Field group saved."
|
131 |
msgstr "Grup bidang disimpan."
|
132 |
|
133 |
-
#: admin/field-group.php:
|
134 |
msgid "Field group submitted."
|
135 |
msgstr "Grup bidang dikirim."
|
136 |
|
137 |
-
#: admin/field-group.php:
|
138 |
msgid "Field group scheduled for."
|
139 |
msgstr "Grup bidang dijadwalkan untuk."
|
140 |
|
141 |
-
#: admin/field-group.php:
|
142 |
msgid "Field group draft updated."
|
143 |
msgstr "Draft grup bidang diperbarui."
|
144 |
|
145 |
-
#: admin/field-group.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
msgid "Move to trash. Are you sure?"
|
147 |
msgstr "Pindahkan ke tong sampah. Yakin?"
|
148 |
|
149 |
-
#: admin/field-group.php:
|
150 |
-
msgid "checked"
|
151 |
-
msgstr "diperiksa"
|
152 |
-
|
153 |
-
#: admin/field-group.php:178
|
154 |
msgid "No toggle fields available"
|
155 |
msgstr "Tidak ada bidang toggle yang tersedia"
|
156 |
|
157 |
-
#: admin/field-group.php:
|
158 |
-
msgid "
|
159 |
-
msgstr "
|
160 |
|
161 |
-
#: admin/
|
162 |
-
msgid "
|
163 |
-
msgstr "
|
164 |
|
165 |
-
#: admin/
|
166 |
-
|
167 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
msgid "or"
|
169 |
msgstr "atau"
|
170 |
|
171 |
-
#: admin/field-group.php:
|
172 |
-
msgid "
|
173 |
-
msgstr "
|
|
|
|
|
|
|
|
|
174 |
|
175 |
-
#: admin/field-group.php:
|
176 |
-
msgid "
|
177 |
-
msgstr "
|
178 |
|
179 |
-
#: admin/field-group.php:
|
180 |
-
msgid "
|
181 |
-
msgstr "
|
182 |
|
183 |
-
#: admin/field-group.php:
|
184 |
-
msgid "
|
185 |
-
msgstr "
|
186 |
|
187 |
-
#: admin/field-group.php:
|
188 |
-
msgid "
|
189 |
-
msgstr "
|
190 |
|
191 |
-
#: admin/field-group.php:
|
192 |
-
msgid "
|
193 |
-
msgstr "
|
194 |
|
195 |
-
#: admin/field-group.php:
|
196 |
-
msgid "
|
197 |
-
msgstr "
|
|
|
|
|
|
|
|
|
198 |
|
199 |
-
#: admin/field-group.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
msgid "Location"
|
201 |
msgstr "Lokasi"
|
202 |
|
203 |
-
#: admin/field-group.php:
|
|
|
204 |
msgid "Settings"
|
205 |
msgstr "Pengaturan"
|
206 |
|
207 |
-
#: admin/field-group.php:
|
208 |
msgid "Field Keys"
|
209 |
msgstr "Kunci Bidang"
|
210 |
|
211 |
-
#: admin/
|
|
|
212 |
msgid "Active"
|
213 |
msgstr "Aktif"
|
214 |
|
215 |
-
#: admin/field-group.php:
|
216 |
-
msgid "
|
217 |
-
msgstr "
|
218 |
-
|
219 |
-
#: admin/field-group.php:753
|
220 |
-
msgid "Posts Page"
|
221 |
-
msgstr "Laman Post"
|
222 |
-
|
223 |
-
#: admin/field-group.php:754
|
224 |
-
msgid "Top Level Page (no parent)"
|
225 |
-
msgstr "Laman Tingkat Atas (tanpa parent)"
|
226 |
-
|
227 |
-
#: admin/field-group.php:755
|
228 |
-
msgid "Parent Page (has children)"
|
229 |
-
msgstr "Laman Parent (memiliki anak)"
|
230 |
-
|
231 |
-
#: admin/field-group.php:756
|
232 |
-
msgid "Child Page (has parent)"
|
233 |
-
msgstr "Laman Anak (memiliki parent)"
|
234 |
-
|
235 |
-
#: admin/field-group.php:772
|
236 |
-
msgid "Default Template"
|
237 |
-
msgstr "Template Default"
|
238 |
-
|
239 |
-
#: admin/field-group.php:794
|
240 |
-
msgid "Logged in"
|
241 |
-
msgstr "Log masuk"
|
242 |
-
|
243 |
-
#: admin/field-group.php:795
|
244 |
-
msgid "Viewing front end"
|
245 |
-
msgstr "Melihat front end"
|
246 |
-
|
247 |
-
#: admin/field-group.php:796
|
248 |
-
msgid "Viewing back end"
|
249 |
-
msgstr "Melihat back end"
|
250 |
-
|
251 |
-
#: admin/field-group.php:815
|
252 |
-
msgid "Super Admin"
|
253 |
-
msgstr "Super Admin"
|
254 |
-
|
255 |
-
#: admin/field-group.php:826 admin/field-group.php:834 admin/field-group.php:848 admin/field-group.php:855
|
256 |
-
#: admin/field-group.php:870 admin/field-group.php:880 fields/file.php:235 fields/image.php:226
|
257 |
-
#: pro/fields/gallery.php:661
|
258 |
-
msgid "All"
|
259 |
-
msgstr "Semua"
|
260 |
-
|
261 |
-
#: admin/field-group.php:835
|
262 |
-
msgid "Add / Edit"
|
263 |
-
msgstr "Tambah / Edit"
|
264 |
-
|
265 |
-
#: admin/field-group.php:836
|
266 |
-
msgid "Register"
|
267 |
-
msgstr "Daftar"
|
268 |
|
269 |
-
#: admin/field-group.php:
|
270 |
msgid "Move Complete."
|
271 |
msgstr "Pindah yang Lengkap."
|
272 |
|
273 |
-
#: admin/field-group.php:
|
274 |
#, php-format
|
275 |
msgid "The %s field can now be found in the %s field group"
|
276 |
msgstr "Bidang %s sekarang dapat ditemukan di bidang grup %s"
|
277 |
|
278 |
-
#: admin/field-group.php:
|
279 |
msgid "Close Window"
|
280 |
msgstr "Tutup window"
|
281 |
|
282 |
-
#: admin/field-group.php:
|
283 |
msgid "Please select the destination for this field"
|
284 |
msgstr "Silakan pilih tujuan untuk bidang ini"
|
285 |
|
286 |
-
#: admin/field-group.php:
|
287 |
msgid "Move Field"
|
288 |
msgstr "Pindahkan Bidang"
|
289 |
|
290 |
-
#: admin/field-groups.php:
|
291 |
#, php-format
|
292 |
msgid "Active <span class=\"count\">(%s)</span>"
|
293 |
msgid_plural "Active <span class=\"count\">(%s)</span>"
|
294 |
msgstr[0] "Aktif <span class=\"count\">(%s)</span>"
|
295 |
|
296 |
-
#: admin/field-groups.php:
|
297 |
-
|
298 |
-
|
299 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
-
#: admin/field-groups.php:
|
302 |
#, php-format
|
303 |
-
msgid "
|
304 |
-
|
305 |
-
msgstr[0] "Grup bidang %s diduplikat"
|
306 |
|
307 |
-
#: admin/field-groups.php:
|
308 |
#, php-format
|
309 |
-
msgid "
|
310 |
-
msgstr "
|
311 |
|
312 |
-
#: admin/field-groups.php:
|
313 |
#, php-format
|
314 |
-
msgid "%s
|
315 |
-
|
316 |
-
msgstr[0] "bidang grup %s disinkronkan."
|
317 |
|
318 |
-
#: admin/
|
|
|
319 |
msgid "Sync available"
|
320 |
msgstr "Sinkronisasi tersedia"
|
321 |
|
322 |
-
#: admin/field-groups.php:
|
323 |
-
msgid "
|
324 |
-
msgstr "
|
325 |
|
326 |
-
#: admin/field-groups.php:
|
327 |
-
|
328 |
-
|
329 |
-
msgstr "Deskripsi"
|
330 |
|
331 |
-
#: admin/field-groups.php:
|
332 |
-
msgid "
|
333 |
-
msgstr "
|
334 |
|
335 |
-
#: admin/field-groups.php:
|
336 |
-
msgid "
|
337 |
-
msgstr "
|
338 |
|
339 |
-
#: admin/field-groups.php:
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
342 |
|
343 |
-
#: admin/field-groups.php:
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
346 |
|
347 |
-
#: admin/field-groups.php:
|
348 |
-
|
349 |
-
|
|
|
|
|
|
|
350 |
|
351 |
-
#: admin/field-groups.php:
|
352 |
-
|
353 |
-
|
|
|
|
|
354 |
|
355 |
-
#: admin/field-groups.php:
|
356 |
-
|
357 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
358 |
|
359 |
-
#: admin/
|
360 |
-
|
361 |
-
|
|
|
|
|
|
|
362 |
|
363 |
-
#: admin/
|
364 |
-
msgid "
|
365 |
-
msgstr "
|
366 |
|
367 |
-
#: admin/field-
|
368 |
-
msgid "
|
369 |
-
msgstr "
|
370 |
|
371 |
-
#: admin/
|
372 |
-
msgid "
|
373 |
-
msgstr "
|
374 |
|
375 |
-
#: admin/
|
376 |
-
msgid "
|
377 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
378 |
|
379 |
-
#: admin/
|
380 |
-
|
381 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
|
383 |
-
#: admin/
|
384 |
-
msgid "
|
385 |
-
|
|
|
|
|
|
|
|
|
386 |
|
387 |
-
#: admin/
|
388 |
-
msgid "
|
389 |
-
msgstr "
|
390 |
|
391 |
-
#:
|
392 |
-
|
393 |
-
|
394 |
-
|
|
|
|
|
|
|
|
|
|
|
395 |
|
396 |
-
#: admin/
|
397 |
#, php-format
|
398 |
-
msgid "
|
399 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
400 |
|
401 |
-
#: admin/
|
402 |
-
|
403 |
-
|
|
|
|
|
|
|
|
|
|
|
404 |
|
405 |
-
#: admin/
|
406 |
-
msgid "
|
407 |
-
msgstr "
|
408 |
|
409 |
-
#: admin/
|
410 |
-
|
411 |
-
|
|
|
412 |
|
413 |
-
#: admin/
|
414 |
-
msgid "
|
415 |
-
msgstr "
|
416 |
|
417 |
-
#: admin/
|
418 |
-
msgid "
|
419 |
-
msgstr "
|
420 |
|
421 |
-
#: admin/
|
422 |
-
|
423 |
-
|
|
|
|
|
424 |
|
425 |
-
#: admin/
|
426 |
-
msgid "
|
427 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
|
429 |
-
#: admin/
|
|
|
430 |
msgid "No field groups selected"
|
431 |
msgstr "Tidak ada grup bidang yang dipilih"
|
432 |
|
433 |
-
#: admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
msgid "No file selected"
|
435 |
msgstr "Tak ada file yang dipilih"
|
436 |
|
437 |
-
#: admin/
|
438 |
msgid "Error uploading file. Please try again"
|
439 |
msgstr "Kesalahan mengunggah file. Silakan coba lagi"
|
440 |
|
441 |
-
#: admin/
|
442 |
msgid "Incorrect file type"
|
443 |
msgstr "Jenis file salah"
|
444 |
|
445 |
-
#: admin/
|
446 |
msgid "Import file empty"
|
447 |
msgstr "File yang diimpor kosong"
|
448 |
|
449 |
-
#: admin/
|
450 |
-
#, php-format
|
451 |
-
msgid "<b>Success</b>. Import tool added %s field groups: %s"
|
452 |
-
msgstr "<b>Sukses</b>. Impor alat ditambahkan %s grup bidang: %s"
|
453 |
-
|
454 |
-
#: admin/settings-tools.php:332
|
455 |
#, php-format
|
456 |
-
msgid "
|
457 |
-
|
458 |
-
|
459 |
-
#: admin/update.php:113
|
460 |
-
msgid "Upgrade ACF"
|
461 |
-
msgstr "Tingkatkan ACF"
|
462 |
-
|
463 |
-
#: admin/update.php:143
|
464 |
-
msgid "Review sites & upgrade"
|
465 |
-
msgstr "Meninjau situs & tingkatkan"
|
466 |
-
|
467 |
-
#: admin/update.php:298
|
468 |
-
msgid "Upgrade"
|
469 |
-
msgstr "Tingkatkan"
|
470 |
-
|
471 |
-
#: admin/update.php:328
|
472 |
-
msgid "Upgrade Database"
|
473 |
-
msgstr "Tingkatkan Database"
|
474 |
|
475 |
-
#: admin/views/field-group-field-conditional-logic.php:
|
476 |
msgid "Conditional Logic"
|
477 |
msgstr "Logika Kondisional"
|
478 |
|
479 |
-
#: admin/views/field-group-field-conditional-logic.php:
|
480 |
-
#: fields/checkbox.php:246 fields/message.php:144 fields/page_link.php:553 fields/page_link.php:567
|
481 |
-
#: fields/post_object.php:419 fields/post_object.php:433 fields/select.php:385 fields/select.php:399
|
482 |
-
#: fields/select.php:413 fields/select.php:427 fields/tab.php:161 fields/taxonomy.php:796 fields/taxonomy.php:810
|
483 |
-
#: fields/taxonomy.php:824 fields/taxonomy.php:838 fields/user.php:457 fields/user.php:471 fields/wysiwyg.php:407
|
484 |
-
#: pro/admin/views/settings-updates.php:93
|
485 |
-
msgid "Yes"
|
486 |
-
msgstr "Ya"
|
487 |
-
|
488 |
-
#: admin/views/field-group-field-conditional-logic.php:41 admin/views/field-group-field.php:142
|
489 |
-
#: fields/checkbox.php:247 fields/message.php:145 fields/page_link.php:554 fields/page_link.php:568
|
490 |
-
#: fields/post_object.php:420 fields/post_object.php:434 fields/select.php:386 fields/select.php:400
|
491 |
-
#: fields/select.php:414 fields/select.php:428 fields/tab.php:162 fields/taxonomy.php:711 fields/taxonomy.php:797
|
492 |
-
#: fields/taxonomy.php:811 fields/taxonomy.php:825 fields/taxonomy.php:839 fields/user.php:458 fields/user.php:472
|
493 |
-
#: fields/wysiwyg.php:408 pro/admin/views/settings-updates.php:103
|
494 |
-
msgid "No"
|
495 |
-
msgstr "Tidak"
|
496 |
-
|
497 |
-
#: admin/views/field-group-field-conditional-logic.php:62
|
498 |
msgid "Show this field if"
|
499 |
msgstr "Tampilkan bidang ini jika"
|
500 |
|
501 |
-
#: admin/views/field-group-field-conditional-logic.php:
|
502 |
-
|
503 |
-
msgstr "sama dengan"
|
504 |
-
|
505 |
-
#: admin/views/field-group-field-conditional-logic.php:112 admin/views/field-group-locations.php:35
|
506 |
-
msgid "is not equal to"
|
507 |
-
msgstr "tidak sama dengan"
|
508 |
-
|
509 |
-
#: admin/views/field-group-field-conditional-logic.php:149 admin/views/field-group-locations.php:122
|
510 |
-
msgid "and"
|
511 |
-
msgstr "dan"
|
512 |
-
|
513 |
-
#: admin/views/field-group-field-conditional-logic.php:164 admin/views/field-group-locations.php:137
|
514 |
msgid "Add rule group"
|
515 |
msgstr "Tambahkan peraturan grup"
|
516 |
|
517 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
518 |
msgid "Edit field"
|
519 |
-
msgstr "
|
520 |
|
521 |
-
#: admin/views/field-group-field.php:
|
|
|
|
|
|
|
|
|
522 |
msgid "Edit"
|
523 |
-
msgstr "
|
524 |
|
525 |
-
#: admin/views/field-group-field.php:
|
526 |
msgid "Duplicate field"
|
527 |
msgstr "Duplikat Bidang"
|
528 |
|
529 |
-
#: admin/views/field-group-field.php:
|
530 |
msgid "Move field to another group"
|
531 |
msgstr "Pindahkan Bidang ke grup lain"
|
532 |
|
533 |
-
#: admin/views/field-group-field.php:
|
534 |
msgid "Move"
|
535 |
msgstr "Pindahkan"
|
536 |
|
537 |
-
#: admin/views/field-group-field.php:
|
538 |
msgid "Delete field"
|
539 |
msgstr "Hapus bidang"
|
540 |
|
541 |
-
#: admin/views/field-group-field.php:
|
|
|
542 |
msgid "Delete"
|
543 |
msgstr "Hapus"
|
544 |
|
545 |
-
#: admin/views/field-group-field.php:
|
546 |
-
msgid "Error"
|
547 |
-
msgstr "Error"
|
548 |
-
|
549 |
-
#: fields/oembed.php:220 fields/taxonomy.php:900
|
550 |
-
msgid "Error."
|
551 |
-
msgstr "Error."
|
552 |
-
|
553 |
-
#: admin/views/field-group-field.php:69
|
554 |
-
msgid "Field type does not exist"
|
555 |
-
msgstr "Jenis bidang tidak ada"
|
556 |
-
|
557 |
-
#: admin/views/field-group-field.php:82
|
558 |
msgid "Field Label"
|
559 |
msgstr "Label Bidang"
|
560 |
|
561 |
-
#: admin/views/field-group-field.php:
|
562 |
msgid "This is the name which will appear on the EDIT page"
|
563 |
-
msgstr "Ini nama yang akan muncul pada laman
|
564 |
|
565 |
-
#: admin/views/field-group-field.php:
|
566 |
msgid "Field Name"
|
567 |
msgstr "Nama Bidang"
|
568 |
|
569 |
-
#: admin/views/field-group-field.php:
|
570 |
msgid "Single word, no spaces. Underscores and dashes allowed"
|
571 |
msgstr "Satu kata, tanpa spasi. Garis bawah dan strip dibolehkan"
|
572 |
|
573 |
-
#: admin/views/field-group-field.php:
|
574 |
msgid "Field Type"
|
575 |
msgstr "Jenis Bidang"
|
576 |
|
577 |
-
#: admin/views/field-group-field.php:
|
578 |
msgid "Instructions"
|
579 |
msgstr "Instruksi"
|
580 |
|
581 |
-
#: admin/views/field-group-field.php:
|
582 |
msgid "Instructions for authors. Shown when submitting data"
|
583 |
msgstr "Instruksi untuk author. Terlihat ketika mengirim data"
|
584 |
|
585 |
-
#: admin/views/field-group-field.php:
|
586 |
msgid "Required?"
|
587 |
msgstr "Diperlukan?"
|
588 |
|
589 |
-
#: admin/views/field-group-field.php:
|
590 |
msgid "Wrapper Attributes"
|
591 |
msgstr "Atribut Wrapper"
|
592 |
|
593 |
-
#: admin/views/field-group-field.php:
|
594 |
msgid "width"
|
595 |
msgstr "lebar"
|
596 |
|
597 |
-
#: admin/views/field-group-field.php:
|
598 |
msgid "class"
|
599 |
msgstr "class"
|
600 |
|
601 |
-
#: admin/views/field-group-field.php:
|
602 |
msgid "id"
|
603 |
msgstr "id"
|
604 |
|
605 |
-
#: admin/views/field-group-field.php:
|
606 |
msgid "Close Field"
|
607 |
msgstr "Tutup Bidang"
|
608 |
|
609 |
-
#: admin/views/field-group-fields.php:
|
610 |
msgid "Order"
|
611 |
msgstr "Suruh"
|
612 |
|
613 |
-
#: admin/views/field-group-fields.php:
|
|
|
|
|
|
|
|
|
|
|
614 |
msgid "Label"
|
615 |
msgstr "Label"
|
616 |
|
617 |
-
#: admin/views/field-group-fields.php:
|
|
|
|
|
618 |
msgid "Name"
|
619 |
msgstr "Nama"
|
620 |
|
621 |
-
#: admin/views/field-group-fields.php:
|
622 |
msgid "Type"
|
623 |
msgstr "Tipe"
|
624 |
|
625 |
-
#: admin/views/field-group-fields.php:
|
626 |
-
msgid "
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
|
633 |
-
#: admin/views/field-group-fields.php:
|
634 |
msgid "+ Add Field"
|
635 |
msgstr "+ Tambah Bidang"
|
636 |
|
637 |
-
#:
|
638 |
-
msgid "
|
639 |
-
msgstr "
|
640 |
|
641 |
-
#: admin/views/field-group-locations.php:
|
642 |
-
msgid "
|
643 |
-
|
|
|
|
|
|
|
|
|
644 |
|
645 |
-
#: admin/views/field-group-
|
646 |
-
msgid "
|
647 |
-
msgstr "
|
648 |
|
649 |
-
#: admin/views/field-group-
|
650 |
-
msgid "
|
651 |
-
msgstr "
|
652 |
|
653 |
-
#: admin/views/field-group-
|
654 |
-
msgid "
|
655 |
-
msgstr "
|
656 |
|
657 |
-
#: admin/views/field-group-
|
658 |
-
msgid "Post Taxonomy"
|
659 |
-
msgstr "Post Taksonomi"
|
660 |
-
|
661 |
-
#: admin/views/field-group-locations.php:13 admin/views/field-group-locations.php:17
|
662 |
-
msgid "Page"
|
663 |
-
msgstr "Laman"
|
664 |
-
|
665 |
-
#: admin/views/field-group-locations.php:14
|
666 |
-
msgid "Page Template"
|
667 |
-
msgstr "Template Laman"
|
668 |
-
|
669 |
-
#: admin/views/field-group-locations.php:15
|
670 |
-
msgid "Page Type"
|
671 |
-
msgstr "Jenis Laman"
|
672 |
-
|
673 |
-
#: admin/views/field-group-locations.php:16
|
674 |
-
msgid "Page Parent"
|
675 |
-
msgstr "Laman Parent"
|
676 |
-
|
677 |
-
#: admin/views/field-group-locations.php:19 fields/user.php:36
|
678 |
-
msgid "User"
|
679 |
-
msgstr "Pengguna"
|
680 |
-
|
681 |
-
#: admin/views/field-group-locations.php:20
|
682 |
-
msgid "Current User"
|
683 |
-
msgstr "Pengguna saat ini"
|
684 |
-
|
685 |
-
#: admin/views/field-group-locations.php:21
|
686 |
-
msgid "Current User Role"
|
687 |
-
msgstr "Peran pengguna saat ini"
|
688 |
-
|
689 |
-
#: admin/views/field-group-locations.php:22
|
690 |
-
msgid "User Form"
|
691 |
-
msgstr "Form Pengguna"
|
692 |
-
|
693 |
-
#: admin/views/field-group-locations.php:23
|
694 |
-
msgid "User Role"
|
695 |
-
msgstr "Peran pengguna"
|
696 |
-
|
697 |
-
#: admin/views/field-group-locations.php:25 pro/admin/options-page.php:48
|
698 |
-
msgid "Forms"
|
699 |
-
msgstr "Form"
|
700 |
-
|
701 |
-
#: admin/views/field-group-locations.php:26
|
702 |
-
msgid "Attachment"
|
703 |
-
msgstr "Lampiran"
|
704 |
-
|
705 |
-
#: admin/views/field-group-locations.php:27
|
706 |
-
msgid "Taxonomy Term"
|
707 |
-
msgstr "Taksonomi Persyaratan"
|
708 |
-
|
709 |
-
#: admin/views/field-group-locations.php:28
|
710 |
-
msgid "Comment"
|
711 |
-
msgstr "Komentar"
|
712 |
-
|
713 |
-
#: admin/views/field-group-locations.php:29
|
714 |
-
msgid "Widget"
|
715 |
-
msgstr "Widget"
|
716 |
-
|
717 |
-
#: admin/views/field-group-locations.php:41
|
718 |
-
msgid "Rules"
|
719 |
-
msgstr "Peraturan"
|
720 |
-
|
721 |
-
#: admin/views/field-group-locations.php:42
|
722 |
-
msgid "Create a set of rules to determine which edit screens will use these advanced custom fields"
|
723 |
-
msgstr "Buat pengaturan peraturan untuk menentukan layar edit yang akan menggunakan advanced custom fields ini"
|
724 |
-
|
725 |
-
#: admin/views/field-group-locations.php:59
|
726 |
-
msgid "Show this field group if"
|
727 |
-
msgstr "Tampilkan grup bidang jika"
|
728 |
-
|
729 |
-
#: admin/views/field-group-options.php:20
|
730 |
-
msgid "Style"
|
731 |
-
msgstr "Gaya"
|
732 |
-
|
733 |
-
#: admin/views/field-group-options.php:27
|
734 |
-
msgid "Standard (WP metabox)"
|
735 |
-
msgstr "Standar (WP metabox)"
|
736 |
-
|
737 |
-
#: admin/views/field-group-options.php:28
|
738 |
-
msgid "Seamless (no metabox)"
|
739 |
-
msgstr "Mulus (tanpa metabox)"
|
740 |
-
|
741 |
-
#: admin/views/field-group-options.php:35
|
742 |
msgid "Position"
|
743 |
msgstr "Posisi"
|
744 |
|
745 |
-
#: admin/views/field-group-options.php:
|
746 |
msgid "High (after title)"
|
747 |
msgstr "Tinggi (setelah judul)"
|
748 |
|
749 |
-
#: admin/views/field-group-options.php:
|
750 |
msgid "Normal (after content)"
|
751 |
msgstr "Normal (setelah konten)"
|
752 |
|
753 |
-
#: admin/views/field-group-options.php:
|
754 |
msgid "Side"
|
755 |
msgstr "Samping"
|
756 |
|
757 |
-
#: admin/views/field-group-options.php:
|
758 |
msgid "Label placement"
|
759 |
msgstr "Penempatan Label"
|
760 |
|
761 |
-
#: admin/views/field-group-options.php:
|
|
|
762 |
msgid "Top aligned"
|
763 |
msgstr "Selaras atas"
|
764 |
|
765 |
-
#: admin/views/field-group-options.php:
|
|
|
766 |
msgid "Left aligned"
|
767 |
msgstr "Selaras kiri"
|
768 |
|
769 |
-
#: admin/views/field-group-options.php:
|
770 |
msgid "Instruction placement"
|
771 |
msgstr "Penempatan instruksi"
|
772 |
|
773 |
-
#: admin/views/field-group-options.php:
|
774 |
msgid "Below labels"
|
775 |
msgstr "Di bawah label"
|
776 |
|
777 |
-
#: admin/views/field-group-options.php:
|
778 |
msgid "Below fields"
|
779 |
msgstr "Di bawah bidang"
|
780 |
|
781 |
-
#: admin/views/field-group-options.php:
|
782 |
msgid "Order No."
|
783 |
-
msgstr "No.
|
784 |
|
785 |
-
#: admin/views/field-group-options.php:
|
786 |
msgid "Field groups with a lower order will appear first"
|
787 |
-
msgstr "
|
|
|
788 |
|
789 |
-
#: admin/views/field-group-options.php:
|
790 |
msgid "Shown in field group list"
|
791 |
msgstr "Ditampilkan dalam daftar Grup bidang"
|
792 |
|
793 |
-
#: admin/views/field-group-options.php:
|
794 |
-
msgid "Hide on screen"
|
795 |
-
msgstr "Sembunyikan pada layar"
|
796 |
-
|
797 |
-
#: admin/views/field-group-options.php:105
|
798 |
-
msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
|
799 |
-
msgstr "<b>Pilih</b> item untuk <b>menyembunyikan</b> mereka dari layar edit."
|
800 |
-
|
801 |
-
#: admin/views/field-group-options.php:105
|
802 |
-
msgid ""
|
803 |
-
"If multiple field groups appear on an edit screen, the first field group's options will be used (the one with the "
|
804 |
-
"lowest order number)"
|
805 |
-
msgstr ""
|
806 |
-
"Jika beberapa kelompok bidang ditampilkan pada layar edit, pilihan bidang kelompok yang pertama akan digunakan "
|
807 |
-
"(pertama nomor urutan terendah)"
|
808 |
-
|
809 |
-
#: admin/views/field-group-options.php:112
|
810 |
msgid "Permalink"
|
811 |
msgstr "Permalink"
|
812 |
|
813 |
-
#: admin/views/field-group-options.php:
|
814 |
msgid "Content Editor"
|
815 |
msgstr "Konten Edior"
|
816 |
|
817 |
-
#: admin/views/field-group-options.php:
|
818 |
msgid "Excerpt"
|
819 |
msgstr "Kutipan"
|
820 |
|
821 |
-
#: admin/views/field-group-options.php:
|
822 |
msgid "Discussion"
|
823 |
msgstr "Diskusi"
|
824 |
|
825 |
-
#: admin/views/field-group-options.php:
|
826 |
-
msgid "Comments"
|
827 |
-
msgstr "Komentar"
|
828 |
-
|
829 |
-
#: admin/views/field-group-options.php:118
|
830 |
msgid "Revisions"
|
831 |
msgstr "Revisi"
|
832 |
|
833 |
-
#: admin/views/field-group-options.php:
|
834 |
msgid "Slug"
|
835 |
msgstr "Slug"
|
836 |
|
837 |
-
#: admin/views/field-group-options.php:
|
838 |
msgid "Author"
|
839 |
-
msgstr "
|
840 |
|
841 |
-
#: admin/views/field-group-options.php:
|
842 |
msgid "Format"
|
843 |
msgstr "Format"
|
844 |
|
845 |
-
#: admin/views/field-group-options.php:
|
846 |
msgid "Page Attributes"
|
847 |
msgstr "Atribut Laman"
|
848 |
|
849 |
-
#: admin/views/field-group-options.php:
|
|
|
850 |
msgid "Featured Image"
|
851 |
msgstr "Gambar Fitur"
|
852 |
|
853 |
-
#: admin/views/field-group-options.php:
|
854 |
msgid "Categories"
|
855 |
msgstr "Kategori"
|
856 |
|
857 |
-
#: admin/views/field-group-options.php:
|
858 |
msgid "Tags"
|
859 |
msgstr "Tag"
|
860 |
|
861 |
-
#: admin/views/field-group-options.php:
|
862 |
msgid "Send Trackbacks"
|
863 |
msgstr "Kirim Pelacakan"
|
864 |
|
865 |
-
#: admin/views/
|
866 |
-
msgid "
|
867 |
-
msgstr "
|
868 |
-
|
869 |
-
#: admin/views/settings-addons.php:42
|
870 |
-
msgid "Installed"
|
871 |
-
msgstr "Sudah Terinstall"
|
872 |
-
|
873 |
-
#: admin/views/settings-info.php:9
|
874 |
-
msgid "Welcome to Advanced Custom Fields"
|
875 |
-
msgstr "Selamat datang di Advanced Custom Fields"
|
876 |
|
877 |
-
#: admin/views/
|
878 |
-
|
879 |
-
msgid "Thank you for updating! ACF %s is bigger and better than ever before. We hope you like it."
|
880 |
msgstr ""
|
881 |
-
"
|
882 |
-
|
883 |
-
#: admin/views/settings-info.php:23
|
884 |
-
msgid "A smoother custom field experience"
|
885 |
-
msgstr "Pengalaman bidang kustom yang halus"
|
886 |
|
887 |
-
#: admin/views/
|
888 |
-
msgid "Improved Usability"
|
889 |
-
msgstr "Peningkatan kegunaan"
|
890 |
-
|
891 |
-
#: admin/views/settings-info.php:29
|
892 |
msgid ""
|
893 |
-
"
|
894 |
-
"
|
895 |
msgstr ""
|
896 |
-
"
|
897 |
-
"
|
898 |
-
|
899 |
-
#: admin/views/settings-info.php:33
|
900 |
-
msgid "Improved Design"
|
901 |
-
msgstr "Peningkatan Desain"
|
902 |
|
903 |
-
#: admin/views/
|
|
|
904 |
msgid ""
|
905 |
-
"
|
906 |
-
"
|
907 |
msgstr ""
|
908 |
-
"
|
909 |
-
"
|
910 |
-
|
911 |
-
#: admin/views/settings-info.php:38
|
912 |
-
msgid "Improved Data"
|
913 |
-
msgstr "Peningkatan Data"
|
914 |
|
915 |
-
#: admin/views/
|
916 |
-
|
917 |
-
|
918 |
-
"
|
919 |
-
msgstr ""
|
920 |
-
"Mendesain ulang arsitektur data telah memungkinkan sub bidang untuk yang mandiri dari parentnya. Hal ini "
|
921 |
-
"memungkinkan Anda untuk seret dan jatuhkan bidang masuk dan keluar dari bidang parent!"
|
922 |
|
923 |
-
#: admin/views/
|
924 |
-
|
925 |
-
|
|
|
926 |
|
927 |
-
#: admin/views/
|
928 |
-
|
929 |
-
|
|
|
930 |
|
931 |
-
#: admin/views/
|
932 |
-
msgid "
|
933 |
-
msgstr "
|
934 |
|
935 |
-
#: admin/views/
|
936 |
#, php-format
|
937 |
msgid ""
|
938 |
-
"
|
939 |
-
"developer licenses available, premium functionality is more affordable and accessible than ever before!"
|
940 |
msgstr ""
|
941 |
-
"
|
942 |
-
"personal dan pengembang, fungsi premuim lebih terjangkan dan dapat diakses keseluruhan daripada sebelumnya!"
|
943 |
|
944 |
-
#: admin/views/
|
945 |
-
msgid "
|
946 |
-
msgstr "
|
947 |
|
948 |
-
#: admin/views/
|
|
|
949 |
msgid ""
|
950 |
-
"
|
951 |
-
"
|
952 |
-
msgstr ""
|
953 |
-
"ACF PRO memiliki fitur canggih seperti data yang berulang, layout konten yang fleksibel, bidang galeri yang cantik "
|
954 |
-
"dan kemampuan membuat laman opsi ekstra admin!"
|
955 |
-
|
956 |
-
#: admin/views/settings-info.php:58
|
957 |
-
#, php-format
|
958 |
-
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
959 |
-
msgstr "Baca lebih tentang <a href=\"%s\">Fitur ACF PRO</a>."
|
960 |
-
|
961 |
-
#: admin/views/settings-info.php:62
|
962 |
-
msgid "Easy Upgrading"
|
963 |
-
msgstr "Upgrade Mudah"
|
964 |
-
|
965 |
-
#: admin/views/settings-info.php:63
|
966 |
-
#, php-format
|
967 |
-
msgid "To help make upgrading easy, <a href=\"%s\">login to your store account</a> and claim a free copy of ACF PRO!"
|
968 |
msgstr ""
|
969 |
-
"
|
|
|
970 |
|
971 |
-
#: admin/views/
|
|
|
972 |
#, php-format
|
973 |
-
msgid ""
|
974 |
-
"
|
975 |
-
"our support team via the <a href=\"%s\">help desk</a>"
|
976 |
-
msgstr ""
|
977 |
-
"Kami juga menulis <a href=\"%s\">panduan upgrade</a> untuk menjawab pertanyaan apapun, jika Anda sudah punya, "
|
978 |
-
"silahkan hubungi tim support kami via <a href=\"%s\">help desk</a>"
|
979 |
-
|
980 |
-
#: admin/views/settings-info.php:72
|
981 |
-
msgid "Under the Hood"
|
982 |
-
msgstr "Dibawah judul blog"
|
983 |
-
|
984 |
-
#: admin/views/settings-info.php:77
|
985 |
-
msgid "Smarter field settings"
|
986 |
-
msgstr "Pengaturan bidang yang pintar"
|
987 |
-
|
988 |
-
#: admin/views/settings-info.php:78
|
989 |
-
msgid "ACF now saves its field settings as individual post objects"
|
990 |
-
msgstr "ACF sekarang menyimpan pengaturan bidang sebagai objek post individu"
|
991 |
-
|
992 |
-
#: admin/views/settings-info.php:82
|
993 |
-
msgid "More AJAX"
|
994 |
-
msgstr "Lebih banyak AJAX"
|
995 |
-
|
996 |
-
#: admin/views/settings-info.php:83
|
997 |
-
msgid "More fields use AJAX powered search to speed up page loading"
|
998 |
-
msgstr "Banyak bidang yang menggunakan pencarian AJAX untuk mempercepat loading laman"
|
999 |
-
|
1000 |
-
#: admin/views/settings-info.php:87
|
1001 |
-
msgid "Local JSON"
|
1002 |
-
msgstr "JSON Lokal"
|
1003 |
-
|
1004 |
-
#: admin/views/settings-info.php:88
|
1005 |
-
msgid "New auto export to JSON feature improves speed"
|
1006 |
-
msgstr "Ekspor otomatis ke fitur JSON meningkatkan kecepatan"
|
1007 |
-
|
1008 |
-
#: admin/views/settings-info.php:94
|
1009 |
-
msgid "Better version control"
|
1010 |
-
msgstr "Kontolr versi terbaik"
|
1011 |
-
|
1012 |
-
#: admin/views/settings-info.php:95
|
1013 |
-
msgid "New auto export to JSON feature allows field settings to be version controlled"
|
1014 |
-
msgstr "Ekspor otomatis ke fitur JSON memungkinkan pengaturan bidang menjadi versi yang terkontrol"
|
1015 |
-
|
1016 |
-
#: admin/views/settings-info.php:99
|
1017 |
-
msgid "Swapped XML for JSON"
|
1018 |
-
msgstr "Swap XML untuk JSON"
|
1019 |
-
|
1020 |
-
#: admin/views/settings-info.php:100
|
1021 |
-
msgid "Import / Export now uses JSON in favour of XML"
|
1022 |
-
msgstr "Impor / ekspor sekarang menggunakan JSON yang mendukung XML"
|
1023 |
-
|
1024 |
-
#: admin/views/settings-info.php:104
|
1025 |
-
msgid "New Forms"
|
1026 |
-
msgstr "Form Baru"
|
1027 |
-
|
1028 |
-
#: admin/views/settings-info.php:105
|
1029 |
-
msgid "Fields can now be mapped to comments, widgets and all user forms!"
|
1030 |
-
msgstr "Bidang sekarang dapat dipetakan ke komentar, widget dan semua bentuk pengguna!"
|
1031 |
-
|
1032 |
-
#: admin/views/settings-info.php:112
|
1033 |
-
msgid "A new field for embedding content has been added"
|
1034 |
-
msgstr "Bidang baru untuk melekatkan konten telah ditambahkan"
|
1035 |
-
|
1036 |
-
#: admin/views/settings-info.php:116
|
1037 |
-
msgid "New Gallery"
|
1038 |
-
msgstr "Galeri baru"
|
1039 |
-
|
1040 |
-
#: admin/views/settings-info.php:117
|
1041 |
-
msgid "The gallery field has undergone a much needed facelift"
|
1042 |
-
msgstr "Bidang Galeri telah mengalami banyak dibutuhkan facelift"
|
1043 |
-
|
1044 |
-
#: admin/views/settings-info.php:121
|
1045 |
-
msgid "New Settings"
|
1046 |
-
msgstr "Pengaturan baru"
|
1047 |
-
|
1048 |
-
#: admin/views/settings-info.php:122
|
1049 |
-
msgid "Field group settings have been added for label placement and instruction placement"
|
1050 |
-
msgstr "Pengaturan grup bidang telah ditambahkan untuk penempatan label dan penempatan instruksi"
|
1051 |
-
|
1052 |
-
#: admin/views/settings-info.php:128
|
1053 |
-
msgid "Better Front End Forms"
|
1054 |
-
msgstr "Form Front End Terbaik"
|
1055 |
-
|
1056 |
-
#: admin/views/settings-info.php:129
|
1057 |
-
msgid "acf_form() can now create a new post on submission"
|
1058 |
-
msgstr "acf_form() dapat membuat post baru di oengajuan"
|
1059 |
-
|
1060 |
-
#: admin/views/settings-info.php:133
|
1061 |
-
msgid "Better Validation"
|
1062 |
-
msgstr "Validasi lebih baik"
|
1063 |
-
|
1064 |
-
#: admin/views/settings-info.php:134
|
1065 |
-
msgid "Form validation is now done via PHP + AJAX in favour of only JS"
|
1066 |
-
msgstr "Validasi form sekarang dilakukan melalui PHP + AJAX dalam hanya mendukung JS"
|
1067 |
-
|
1068 |
-
#: admin/views/settings-info.php:138
|
1069 |
-
msgid "Relationship Field"
|
1070 |
-
msgstr "Bidang hubungan"
|
1071 |
-
|
1072 |
-
#: admin/views/settings-info.php:139
|
1073 |
-
msgid "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
|
1074 |
-
msgstr "Pengaturan bidang hubungan untuk 'Saringan' (Pencarian, Tipe Post, Taksonomi)"
|
1075 |
-
|
1076 |
-
#: admin/views/settings-info.php:145
|
1077 |
-
msgid "Moving Fields"
|
1078 |
-
msgstr "Memindahkan Bidang"
|
1079 |
-
|
1080 |
-
#: admin/views/settings-info.php:146
|
1081 |
-
msgid "New field group functionality allows you to move a field between groups & parents"
|
1082 |
-
msgstr "Fungsionalitas grup bidang memungkinkan Anda memindahkan bidang antara grup & parent"
|
1083 |
-
|
1084 |
-
#: admin/views/settings-info.php:150 fields/page_link.php:36
|
1085 |
-
msgid "Page Link"
|
1086 |
-
msgstr "Link Halaman"
|
1087 |
|
1088 |
-
#: admin/views/
|
1089 |
-
msgid "
|
1090 |
-
msgstr "
|
1091 |
|
1092 |
-
#: admin/views/
|
1093 |
-
|
1094 |
-
|
|
|
1095 |
|
1096 |
-
#: admin/views/
|
1097 |
-
msgid "
|
1098 |
-
msgstr "
|
1099 |
|
1100 |
-
#: admin/views/
|
1101 |
#, php-format
|
1102 |
-
msgid "
|
1103 |
-
msgstr "
|
1104 |
-
|
1105 |
-
#: admin/views/settings-tools-export.php:27
|
1106 |
-
msgid "Export Field Groups to PHP"
|
1107 |
-
msgstr "Ekspor grup bidang ke PHP"
|
1108 |
-
|
1109 |
-
#: admin/views/settings-tools-export.php:31
|
1110 |
-
msgid ""
|
1111 |
-
"The following code can be used to register a local version of the selected field group(s). A local field group can "
|
1112 |
-
"provide many benefits such as faster load times, version control & dynamic fields/settings. Simply copy and paste "
|
1113 |
-
"the following code to your theme's functions.php file or include it within an external file."
|
1114 |
-
msgstr ""
|
1115 |
-
"Kode berikutini dapat digunakan untuk mendaftar versi lokal dari bidang yang dipilih. Grup bidang lokal dapat "
|
1116 |
-
"memberikan banyak manfaat sepmacam waktu loading yang cepat, kontrol versi & pengaturan bidang dinamis. Salin dan "
|
1117 |
-
"tempel kode berikut ke tema Anda file function.php atau masukkan kedalam file eksternal."
|
1118 |
-
|
1119 |
-
#: admin/views/settings-tools.php:5
|
1120 |
-
msgid "Select Field Groups"
|
1121 |
-
msgstr "Pilih Grup Bidang"
|
1122 |
|
1123 |
-
#: admin/views/
|
1124 |
-
|
1125 |
-
|
|
|
1126 |
|
1127 |
-
#: admin/views/
|
1128 |
-
msgid ""
|
1129 |
-
"
|
1130 |
-
"export to a .json file which you can then import to another ACF installation. Use the generate button to export to "
|
1131 |
-
"PHP code which you can place in your theme."
|
1132 |
-
msgstr ""
|
1133 |
-
"Pilih grup bidang yang Anda ingin ekspor dan pilih metode ekspor. Gunakan tombol unduh untuk ekspor ke file .json "
|
1134 |
-
"yang nantinya bisa Anda impor ke instalasi ACF yang lain. Gunakan tombol hasilkan untuk ekspor ke kode PHP yang "
|
1135 |
-
"bisa Anda simpan di tema Anda."
|
1136 |
|
1137 |
-
#: admin/views/
|
1138 |
-
msgid "
|
1139 |
-
msgstr "
|
1140 |
|
1141 |
-
#: admin/views/
|
1142 |
-
|
1143 |
-
|
|
|
1144 |
|
1145 |
-
#: admin/views/
|
1146 |
-
|
1147 |
-
|
|
|
1148 |
|
1149 |
-
#: admin/views/
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
msgstr ""
|
1154 |
-
"Pilih file JSON Advanced Custom Fields yang ingin Anda impor. Ketika Anda mengklik tombol impor, ACF akan impor "
|
1155 |
-
"grup bidang."
|
1156 |
|
1157 |
-
#: admin/views/
|
1158 |
-
|
1159 |
-
|
|
|
1160 |
|
1161 |
-
#: admin/views/
|
1162 |
-
msgid "
|
1163 |
-
msgstr "
|
1164 |
|
1165 |
-
#: admin/views/
|
1166 |
-
|
1167 |
-
|
|
|
1168 |
|
1169 |
-
#: admin/views/
|
1170 |
msgid ""
|
1171 |
-
"
|
1172 |
msgstr ""
|
1173 |
-
"
|
1174 |
-
|
1175 |
-
#: admin/views/update-network.php:19 admin/views/update-network.php:27
|
1176 |
-
msgid "Site"
|
1177 |
-
msgstr "Situs"
|
1178 |
|
1179 |
-
#: admin/views/
|
1180 |
#, php-format
|
1181 |
-
msgid "Site requires database upgrade from %s to %s"
|
1182 |
-
msgstr "Situs memerlukan database upgrade dari %s ke %s"
|
1183 |
-
|
1184 |
-
#: admin/views/update-network.php:49
|
1185 |
-
msgid "Site is up to date"
|
1186 |
-
msgstr "Situs ini up-to-date"
|
1187 |
-
|
1188 |
-
#: admin/views/update-network.php:62 admin/views/update.php:16
|
1189 |
-
msgid "Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
|
1190 |
-
msgstr "Upgrade database selesai. <a href=\"%s\">Kembali ke dasbor jaringan</a>"
|
1191 |
-
|
1192 |
-
#: admin/views/update-network.php:101 admin/views/update-notice.php:35
|
1193 |
msgid ""
|
1194 |
-
"
|
1195 |
-
"updater now?"
|
1196 |
msgstr ""
|
1197 |
-
"
|
1198 |
-
"peningkatan sekarang?"
|
1199 |
|
1200 |
-
#:
|
1201 |
-
msgid "
|
1202 |
-
msgstr "
|
1203 |
|
1204 |
-
#:
|
1205 |
-
msgid "
|
1206 |
-
msgstr "
|
1207 |
|
1208 |
-
#:
|
1209 |
-
msgid "
|
1210 |
-
msgstr "
|
1211 |
|
1212 |
-
#:
|
1213 |
#, php-format
|
1214 |
-
msgid "
|
1215 |
-
msgstr "
|
1216 |
-
|
1217 |
-
#: admin/views/update-notice.php:25
|
1218 |
-
msgid "Before you start using the new awesome features, please update your database to the newest version."
|
1219 |
-
msgstr "Sebelum Anda mula menggunakan fitur keren, silahkan tingkatkan database Anda ke versi terbaru."
|
1220 |
-
|
1221 |
-
#: admin/views/update.php:12
|
1222 |
-
msgid "Reading upgrade tasks..."
|
1223 |
-
msgstr "Membaca tugas upgrade..."
|
1224 |
|
1225 |
-
#:
|
1226 |
-
|
1227 |
-
|
1228 |
-
msgstr "Meningkatkan data ke versi %s"
|
1229 |
|
1230 |
-
#:
|
1231 |
-
msgid "
|
1232 |
-
msgstr "
|
1233 |
|
1234 |
-
#:
|
1235 |
-
msgid "
|
1236 |
-
msgstr "
|
1237 |
|
1238 |
-
#: api/api-helpers.php:
|
1239 |
msgid "Thumbnail"
|
1240 |
msgstr "Thumbnail"
|
1241 |
|
1242 |
-
#: api/api-helpers.php:
|
1243 |
msgid "Medium"
|
1244 |
msgstr "Sedang"
|
1245 |
|
1246 |
-
#: api/api-helpers.php:
|
1247 |
msgid "Large"
|
1248 |
msgstr "Besar"
|
1249 |
|
1250 |
-
#: api/api-helpers.php:
|
1251 |
msgid "Full Size"
|
1252 |
msgstr "Ukuran Penuh"
|
1253 |
|
1254 |
-
#: api/api-helpers.php:
|
|
|
1255 |
msgid "(no title)"
|
1256 |
msgstr "(tanpa judul)"
|
1257 |
|
1258 |
-
#: api/api-helpers.php:
|
1259 |
#, php-format
|
1260 |
msgid "Image width must be at least %dpx."
|
1261 |
-
msgstr "Lebar gambar harus
|
1262 |
|
1263 |
-
#: api/api-helpers.php:
|
1264 |
#, php-format
|
1265 |
msgid "Image width must not exceed %dpx."
|
1266 |
msgstr "Lebar gambar tidak boleh melebihi %dpx."
|
1267 |
|
1268 |
-
#: api/api-helpers.php:
|
1269 |
#, php-format
|
1270 |
msgid "Image height must be at least %dpx."
|
1271 |
-
msgstr "Tinggi gambar harus
|
1272 |
|
1273 |
-
#: api/api-helpers.php:
|
1274 |
#, php-format
|
1275 |
msgid "Image height must not exceed %dpx."
|
1276 |
msgstr "Tinggi gambar tidak boleh melebihi %dpx."
|
1277 |
|
1278 |
-
#: api/api-helpers.php:
|
1279 |
#, php-format
|
1280 |
msgid "File size must be at least %s."
|
1281 |
-
msgstr "Ukuran file harus
|
1282 |
|
1283 |
-
#: api/api-helpers.php:
|
1284 |
#, php-format
|
1285 |
-
msgid "File size must
|
1286 |
msgstr "Ukuran file harus tidak boleh melebihi %s."
|
1287 |
|
1288 |
-
#: api/api-helpers.php:
|
1289 |
#, php-format
|
1290 |
msgid "File type must be %s."
|
1291 |
msgstr "Jenis file harus %s."
|
1292 |
|
1293 |
-
#:
|
1294 |
-
msgid "
|
1295 |
-
msgstr "
|
1296 |
|
1297 |
-
#:
|
1298 |
-
|
1299 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1300 |
|
1301 |
-
#:
|
1302 |
msgid "Basic"
|
1303 |
msgstr "Dasar"
|
1304 |
|
1305 |
-
#:
|
1306 |
msgid "Content"
|
1307 |
msgstr "Konten"
|
1308 |
|
1309 |
-
#:
|
1310 |
msgid "Choice"
|
1311 |
msgstr "Pilihan"
|
1312 |
|
1313 |
-
#:
|
1314 |
msgid "Relational"
|
1315 |
msgstr "Relasional"
|
1316 |
|
1317 |
-
#:
|
1318 |
msgid "jQuery"
|
1319 |
msgstr "jQuery"
|
1320 |
|
1321 |
-
#:
|
1322 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
1323 |
msgid "Layout"
|
1324 |
msgstr "Layout"
|
1325 |
|
1326 |
-
#:
|
1327 |
-
msgid "
|
1328 |
-
msgstr "
|
1329 |
-
|
1330 |
-
#: core/input.php:130
|
1331 |
-
msgid "Collapse Details"
|
1332 |
-
msgstr "Persempit Rincian"
|
1333 |
-
|
1334 |
-
#: core/input.php:131
|
1335 |
-
msgid "Validation successful"
|
1336 |
-
msgstr "Validasi Sukses"
|
1337 |
|
1338 |
-
#:
|
1339 |
-
msgid "
|
1340 |
-
msgstr "
|
1341 |
|
1342 |
-
#:
|
1343 |
-
msgid "
|
1344 |
-
msgstr "
|
1345 |
|
1346 |
-
#:
|
1347 |
-
|
1348 |
-
|
1349 |
-
msgstr "Bidang %d memerlukan perhatian"
|
1350 |
|
1351 |
-
#:
|
1352 |
-
msgid "
|
1353 |
-
msgstr "
|
1354 |
|
1355 |
-
#:
|
1356 |
-
|
1357 |
-
msgid "
|
1358 |
-
msgstr "
|
1359 |
|
1360 |
-
#:
|
1361 |
-
msgid "
|
1362 |
-
|
|
|
|
|
|
|
|
|
1363 |
|
1364 |
-
#: fields/
|
1365 |
-
msgid "
|
1366 |
-
msgstr "
|
1367 |
|
1368 |
-
#:
|
|
|
|
|
|
|
1369 |
msgid "Choices"
|
1370 |
msgstr "Pilihan"
|
1371 |
|
1372 |
-
#:
|
|
|
|
|
|
|
1373 |
msgid "Enter each choice on a new line."
|
1374 |
msgstr "Masukkan setiap pilihan pada baris baru."
|
1375 |
|
1376 |
-
#:
|
|
|
|
|
|
|
1377 |
msgid "For more control, you may specify both a value and label like this:"
|
1378 |
-
msgstr "
|
|
|
|
|
1379 |
|
1380 |
-
#:
|
|
|
|
|
|
|
1381 |
msgid "red : Red"
|
1382 |
msgstr "merah : Merah"
|
1383 |
|
1384 |
-
#:
|
1385 |
-
#:
|
1386 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1387 |
msgid "Default Value"
|
1388 |
msgstr "Nilai Default"
|
1389 |
|
1390 |
-
#:
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
#:
|
1395 |
-
|
1396 |
-
|
|
|
|
|
|
|
|
|
1397 |
|
1398 |
-
#:
|
|
|
|
|
1399 |
msgid "Horizontal"
|
1400 |
msgstr "Horizontal"
|
1401 |
|
1402 |
-
#: fields/
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
msgid "Prepend an extra checkbox to toggle all choices"
|
1408 |
-
msgstr "Tambahkan sebuah kotak centang untuk toggle semua pilihan"
|
1409 |
|
1410 |
-
#: fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1411 |
msgid "Color Picker"
|
1412 |
msgstr "Pengambil Warna"
|
1413 |
|
1414 |
-
#: fields/color_picker.php:
|
1415 |
msgid "Clear"
|
1416 |
msgstr "Bersihkan"
|
1417 |
|
1418 |
-
#: fields/color_picker.php:
|
1419 |
msgid "Default"
|
1420 |
msgstr "Default"
|
1421 |
|
1422 |
-
#: fields/color_picker.php:
|
1423 |
msgid "Select Color"
|
1424 |
msgstr "Pilih Warna"
|
1425 |
|
1426 |
-
#: fields/
|
|
|
|
|
|
|
|
|
1427 |
msgid "Date Picker"
|
1428 |
msgstr "Pengambil Tanggal"
|
1429 |
|
1430 |
-
#: fields/date_picker.php:
|
|
|
1431 |
msgid "Done"
|
1432 |
msgstr "Selesai"
|
1433 |
|
1434 |
-
#: fields/date_picker.php:
|
|
|
1435 |
msgid "Today"
|
1436 |
msgstr "Hari ini"
|
1437 |
|
1438 |
-
#: fields/date_picker.php:
|
1439 |
-
|
1440 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1441 |
|
1442 |
-
#: fields/date_picker.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1443 |
msgid "Display Format"
|
1444 |
msgstr "Format tampilan"
|
1445 |
|
1446 |
-
#: fields/date_picker.php:
|
|
|
|
|
1447 |
msgid "The format displayed when editing a post"
|
1448 |
-
msgstr "
|
1449 |
-
|
1450 |
-
#: fields/date_picker.php:
|
1451 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1452 |
msgstr "Kembalikan format"
|
1453 |
|
1454 |
-
#: fields/date_picker.php:
|
|
|
|
|
1455 |
msgid "The format returned via template functions"
|
1456 |
msgstr "Format dikembalikan via template function"
|
1457 |
|
1458 |
-
#: fields/date_picker.php:
|
|
|
1459 |
msgid "Week Starts On"
|
1460 |
msgstr "Minggu Dimulai Pada"
|
1461 |
|
1462 |
-
#: fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1463 |
msgid "Email"
|
1464 |
msgstr "Email"
|
1465 |
|
1466 |
-
#: fields/email.php:
|
1467 |
-
#:
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
#:
|
1472 |
-
#: fields/url.php:126
|
1473 |
msgid "Placeholder Text"
|
1474 |
msgstr "Teks Placeholder"
|
1475 |
|
1476 |
-
#: fields/email.php:
|
1477 |
-
#: fields/
|
|
|
|
|
|
|
|
|
1478 |
msgid "Appears within the input"
|
1479 |
msgstr "Muncul didalam input"
|
1480 |
|
1481 |
-
#: fields/email.php:
|
|
|
|
|
|
|
|
|
1482 |
msgid "Prepend"
|
1483 |
-
msgstr "
|
1484 |
|
1485 |
-
#: fields/email.php:
|
|
|
|
|
|
|
|
|
1486 |
msgid "Appears before the input"
|
1487 |
msgstr "Muncul sebelum input"
|
1488 |
|
1489 |
-
#: fields/email.php:
|
|
|
|
|
|
|
|
|
1490 |
msgid "Append"
|
1491 |
-
msgstr "
|
1492 |
|
1493 |
-
#: fields/email.php:
|
|
|
|
|
|
|
|
|
1494 |
msgid "Appears after the input"
|
1495 |
msgstr "Muncul setelah input"
|
1496 |
|
1497 |
-
#: fields/file.php:
|
1498 |
msgid "File"
|
1499 |
-
msgstr "
|
1500 |
|
1501 |
-
#: fields/file.php:
|
1502 |
msgid "Edit File"
|
1503 |
-
msgstr "
|
1504 |
|
1505 |
-
#: fields/file.php:
|
1506 |
msgid "Update File"
|
1507 |
-
msgstr "Perbarui
|
1508 |
-
|
1509 |
-
#: fields/file.php:
|
1510 |
-
msgid "
|
1511 |
-
msgstr "
|
1512 |
-
|
1513 |
-
#: fields/file.php:
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
#: fields/
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
msgid "No File selected"
|
1523 |
-
msgstr "Tak ada file yang dipilih"
|
1524 |
|
1525 |
-
#: fields/file.php:169
|
1526 |
msgid "Add File"
|
1527 |
-
msgstr "
|
1528 |
|
1529 |
-
#: fields/file.php:
|
1530 |
-
msgid "Return Value"
|
1531 |
-
msgstr "Nilai Kembali"
|
1532 |
-
|
1533 |
-
#: fields/file.php:215 fields/image.php:196
|
1534 |
-
msgid "Specify the returned value on front end"
|
1535 |
-
msgstr "Tentukan nilai yang dikembalikan di front-end"
|
1536 |
-
|
1537 |
-
#: fields/file.php:220
|
1538 |
msgid "File Array"
|
1539 |
-
msgstr "
|
1540 |
|
1541 |
-
#: fields/file.php:221
|
1542 |
msgid "File URL"
|
1543 |
-
msgstr "URL
|
1544 |
|
1545 |
-
#: fields/file.php:222
|
1546 |
msgid "File ID"
|
1547 |
-
msgstr "ID
|
1548 |
|
1549 |
-
#: fields/file.php:229
|
|
|
|
|
1550 |
msgid "Library"
|
1551 |
msgstr "Perpustakaan"
|
1552 |
|
1553 |
-
#: fields/file.php:230
|
|
|
|
|
1554 |
msgid "Limit the media library choice"
|
1555 |
msgstr "Batasi pilihan pustaka media"
|
1556 |
|
1557 |
-
#: fields/file.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1558 |
msgid "Uploaded to post"
|
1559 |
msgstr "Diunggah ke post"
|
1560 |
|
1561 |
-
#: fields/file.php:243
|
|
|
|
|
1562 |
msgid "Minimum"
|
1563 |
msgstr "Minimum"
|
1564 |
|
1565 |
-
#: fields/file.php:244
|
|
|
1566 |
msgid "Restrict which files can be uploaded"
|
1567 |
msgstr "Batasi file mana yang dapat diunggah"
|
1568 |
|
1569 |
-
#:
|
1570 |
-
#:
|
1571 |
-
|
1572 |
-
msgstr "Ukuran File"
|
1573 |
-
|
1574 |
-
#: fields/file.php:254 fields/image.php:267 pro/fields/gallery.php:702
|
1575 |
msgid "Maximum"
|
1576 |
msgstr "Maksimum"
|
1577 |
|
1578 |
-
#: fields/file.php:265
|
|
|
|
|
1579 |
msgid "Allowed file types"
|
1580 |
-
msgstr "Jenis
|
1581 |
|
1582 |
-
#: fields/file.php:266
|
|
|
|
|
1583 |
msgid "Comma separated list. Leave blank for all types"
|
1584 |
msgstr "Daftar dipisahkan koma. Kosongkan untuk semua jenis"
|
1585 |
|
1586 |
-
#: fields/google-map.php:
|
1587 |
msgid "Google Map"
|
1588 |
msgstr "Peta Google"
|
1589 |
|
1590 |
-
#: fields/google-map.php:
|
1591 |
-
msgid "Locating"
|
1592 |
-
msgstr "Melokasikan"
|
1593 |
-
|
1594 |
-
#: fields/google-map.php:52
|
1595 |
msgid "Sorry, this browser does not support geolocation"
|
1596 |
msgstr "Maaf, browser ini tidak support geolocation"
|
1597 |
|
1598 |
-
#: fields/google-map.php:
|
|
|
1599 |
msgid "Search"
|
1600 |
msgstr "Cari"
|
1601 |
|
1602 |
-
#: fields/google-map.php:
|
1603 |
msgid "Clear location"
|
1604 |
msgstr "Bersihkan lokasi"
|
1605 |
|
1606 |
-
#: fields/google-map.php:
|
1607 |
msgid "Find current location"
|
1608 |
msgstr "Temukan lokasi saat ini"
|
1609 |
|
1610 |
-
#: fields/google-map.php:
|
1611 |
msgid "Search for address..."
|
1612 |
msgstr "Cari alamat..."
|
1613 |
|
1614 |
-
#: fields/
|
|
|
1615 |
msgid "Center"
|
1616 |
msgstr "Tengah"
|
1617 |
|
1618 |
-
#: fields/
|
|
|
1619 |
msgid "Center the initial map"
|
1620 |
msgstr "Pusat peta awal"
|
1621 |
|
1622 |
-
#: fields/google-map.php:
|
1623 |
msgid "Zoom"
|
1624 |
-
msgstr "
|
1625 |
|
1626 |
-
#: fields/google-map.php:
|
1627 |
msgid "Set the initial zoom level"
|
1628 |
msgstr "Mengatur tingkat awal zoom"
|
1629 |
|
1630 |
-
#: fields/google-map.php:
|
1631 |
-
#:
|
|
|
|
|
|
|
|
|
1632 |
msgid "Height"
|
1633 |
msgstr "Tinggi"
|
1634 |
|
1635 |
-
#: fields/google-map.php:
|
1636 |
-
msgid "
|
1637 |
msgstr "Sesuaikan ketinggian peta"
|
1638 |
|
1639 |
-
#: fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1640 |
msgid "Image"
|
1641 |
msgstr "Gambar"
|
1642 |
|
1643 |
-
#: fields/image.php:
|
1644 |
msgid "Select Image"
|
1645 |
msgstr "Pilih Gambar"
|
1646 |
|
1647 |
-
#: fields/image.php:
|
1648 |
msgid "Edit Image"
|
1649 |
-
msgstr "
|
1650 |
|
1651 |
-
#: fields/image.php:
|
1652 |
msgid "Update Image"
|
1653 |
msgstr "Perbarui Gambar"
|
1654 |
|
1655 |
-
#: fields/image.php:
|
1656 |
-
msgid "Uploaded to this post"
|
1657 |
-
msgstr "Diunggah ke post ini"
|
1658 |
-
|
1659 |
-
#: fields/image.php:55
|
1660 |
msgid "All images"
|
1661 |
msgstr "Semua gambar"
|
1662 |
|
1663 |
-
#: fields/image.php:
|
1664 |
msgid "No image selected"
|
1665 |
msgstr "Tak ada gambar yang dipilih"
|
1666 |
|
1667 |
-
#: fields/image.php:
|
1668 |
msgid "Add Image"
|
1669 |
msgstr "Tambahkan Gambar"
|
1670 |
|
1671 |
-
#: fields/image.php:
|
|
|
1672 |
msgid "Image Array"
|
1673 |
msgstr "Gambar Array"
|
1674 |
|
1675 |
-
#: fields/image.php:
|
|
|
1676 |
msgid "Image URL"
|
1677 |
msgstr "URL Gambar"
|
1678 |
|
1679 |
-
#: fields/image.php:
|
|
|
1680 |
msgid "Image ID"
|
1681 |
msgstr "ID Gambar"
|
1682 |
|
1683 |
-
#: fields/image.php:
|
|
|
1684 |
msgid "Preview Size"
|
1685 |
msgstr "Ukuran Tinjauan"
|
1686 |
|
1687 |
-
#: fields/image.php:
|
1688 |
-
|
1689 |
-
|
1690 |
-
|
1691 |
-
#: fields/image.php:235 fields/image.php:268 pro/fields/gallery.php:670 pro/fields/gallery.php:703
|
1692 |
msgid "Restrict which images can be uploaded"
|
1693 |
msgstr "Batasi gambar mana yang dapat diunggah"
|
1694 |
|
1695 |
-
#:
|
1696 |
-
#:
|
|
|
|
|
|
|
1697 |
msgid "Width"
|
1698 |
msgstr "Lebar"
|
1699 |
|
1700 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1701 |
msgid "Message"
|
1702 |
msgstr "Pesan"
|
1703 |
|
1704 |
-
#: fields/message.php:
|
|
|
1705 |
msgid "New Lines"
|
1706 |
msgstr "Garis baru"
|
1707 |
|
1708 |
-
#: fields/message.php:
|
|
|
1709 |
msgid "Controls how new lines are rendered"
|
1710 |
msgstr "Kontrol bagaimana baris baru diberikan"
|
1711 |
|
1712 |
-
#: fields/message.php:
|
|
|
1713 |
msgid "Automatically add paragraphs"
|
1714 |
msgstr "Tambah paragraf secara otomatis"
|
1715 |
|
1716 |
-
#: fields/message.php:
|
|
|
1717 |
msgid "Automatically add <br>"
|
1718 |
msgstr "Otomatis Tambah <br>"
|
1719 |
|
1720 |
-
#: fields/message.php:
|
|
|
1721 |
msgid "No Formatting"
|
1722 |
msgstr "Jangan format"
|
1723 |
|
1724 |
-
#: fields/message.php:
|
1725 |
msgid "Escape HTML"
|
1726 |
msgstr "Keluar HTML"
|
1727 |
|
1728 |
-
#: fields/message.php:
|
1729 |
msgid "Allow HTML markup to display as visible text instead of rendering"
|
1730 |
-
msgstr "
|
|
|
1731 |
|
1732 |
-
#: fields/number.php:
|
1733 |
msgid "Number"
|
1734 |
-
msgstr "
|
1735 |
|
1736 |
-
#: fields/number.php:
|
|
|
1737 |
msgid "Minimum Value"
|
1738 |
msgstr "Nilai Minimum"
|
1739 |
|
1740 |
-
#: fields/number.php:
|
|
|
1741 |
msgid "Maximum Value"
|
1742 |
msgstr "Nilai Maksimum"
|
1743 |
|
1744 |
-
#: fields/number.php:
|
|
|
1745 |
msgid "Step Size"
|
1746 |
msgstr "Ukuran Langkah"
|
1747 |
|
1748 |
-
#: fields/number.php:
|
1749 |
msgid "Value must be a number"
|
1750 |
msgstr "Nilai harus berupa angka"
|
1751 |
|
1752 |
-
#: fields/number.php:
|
1753 |
#, php-format
|
1754 |
msgid "Value must be equal to or higher than %d"
|
1755 |
msgstr "Nilai harus sama dengan atau lebih tinggi dari %d"
|
1756 |
|
1757 |
-
#: fields/number.php:
|
1758 |
#, php-format
|
1759 |
msgid "Value must be equal to or lower than %d"
|
1760 |
msgstr "Nilai harus sama dengan atau lebih rendah dari %d"
|
1761 |
|
1762 |
-
#: fields/oembed.php:
|
1763 |
msgid "oEmbed"
|
1764 |
msgstr "oEmbed"
|
1765 |
|
1766 |
-
#: fields/oembed.php:
|
1767 |
msgid "Enter URL"
|
1768 |
msgstr "Masukkan URL"
|
1769 |
|
1770 |
-
#: fields/oembed.php:
|
1771 |
-
|
1772 |
-
msgstr "Tidak ada embed ditemukan dari URL yang diberikan."
|
1773 |
-
|
1774 |
-
#: fields/oembed.php:261 fields/oembed.php:272
|
1775 |
msgid "Embed Size"
|
1776 |
msgstr "Ukuran Embed (Semat)"
|
1777 |
|
1778 |
-
#: fields/page_link.php:
|
|
|
|
|
|
|
|
|
1779 |
msgid "Archives"
|
1780 |
msgstr "Arsip"
|
1781 |
|
1782 |
-
#: fields/page_link.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1783 |
msgid "Filter by Post Type"
|
1784 |
msgstr "Saring dengan jenis post"
|
1785 |
|
1786 |
-
#: fields/page_link.php:
|
|
|
|
|
1787 |
msgid "All post types"
|
1788 |
msgstr "Semua Tipe Post"
|
1789 |
|
1790 |
-
#: fields/page_link.php:
|
|
|
|
|
1791 |
msgid "Filter by Taxonomy"
|
1792 |
msgstr "Filter dengan Taksonomi"
|
1793 |
|
1794 |
-
#: fields/page_link.php:
|
|
|
|
|
1795 |
msgid "All taxonomies"
|
1796 |
msgstr "Semua Taksonomi"
|
1797 |
|
1798 |
-
#: fields/page_link.php:
|
1799 |
-
|
1800 |
-
|
1801 |
-
msgstr "Izinkan Nol?"
|
1802 |
|
1803 |
-
#: fields/page_link.php:
|
|
|
|
|
|
|
1804 |
msgid "Select multiple values?"
|
1805 |
msgstr "Pilih beberapa nilai?"
|
1806 |
|
1807 |
-
#: fields/password.php:
|
1808 |
msgid "Password"
|
1809 |
msgstr "Kata Sandi"
|
1810 |
|
1811 |
-
#:
|
|
|
|
|
1812 |
msgid "Post Object"
|
1813 |
msgstr "Objek Post"
|
1814 |
|
1815 |
-
#: fields/post_object.php:
|
1816 |
-
|
1817 |
-
msgstr "Kembalikan format"
|
1818 |
-
|
1819 |
-
#: fields/post_object.php:448 fields/relationship.php:769
|
1820 |
msgid "Post ID"
|
1821 |
msgstr "ID Post"
|
1822 |
|
1823 |
-
#: fields/radio.php:
|
1824 |
msgid "Radio Button"
|
1825 |
msgstr "Tombol Radio"
|
1826 |
|
1827 |
-
#: fields/radio.php:
|
1828 |
msgid "Other"
|
1829 |
msgstr "Lainnya"
|
1830 |
|
1831 |
-
#: fields/radio.php:
|
1832 |
msgid "Add 'other' choice to allow for custom values"
|
1833 |
msgstr "Tambah pilihan 'lainnya' untuk mengizinkan nilai kustom"
|
1834 |
|
1835 |
-
#: fields/radio.php:
|
1836 |
msgid "Save Other"
|
1837 |
msgstr "Simpan Lainnya"
|
1838 |
|
1839 |
-
#: fields/radio.php:
|
1840 |
msgid "Save 'other' values to the field's choices"
|
1841 |
msgstr "Simpan nilai 'lainnya' ke bidang pilihan"
|
1842 |
|
1843 |
-
#: fields/
|
|
|
|
|
|
|
|
|
1844 |
msgid "Relationship"
|
1845 |
msgstr "Hubungan"
|
1846 |
|
1847 |
-
#: fields/relationship.php:
|
1848 |
-
msgid "Minimum values reached ( {min} values )"
|
1849 |
-
msgstr "Nilai minimum mencapai (nilai {min})"
|
1850 |
-
|
1851 |
-
#: fields/relationship.php:49
|
1852 |
msgid "Maximum values reached ( {max} values )"
|
1853 |
msgstr "Nilai maksimum mencapai ( nilai {maks} )"
|
1854 |
|
1855 |
-
#: fields/relationship.php:
|
1856 |
msgid "Loading"
|
1857 |
-
msgstr "
|
1858 |
|
1859 |
-
#: fields/relationship.php:
|
1860 |
msgid "No matches found"
|
1861 |
-
msgstr "Tidak
|
1862 |
-
|
1863 |
-
#: fields/relationship.php:570
|
1864 |
-
msgid "Search..."
|
1865 |
-
msgstr "Cari ..."
|
1866 |
|
1867 |
-
#: fields/relationship.php:
|
1868 |
msgid "Select post type"
|
1869 |
msgstr "Pilih jenis posting"
|
1870 |
|
1871 |
-
#: fields/relationship.php:
|
1872 |
msgid "Select taxonomy"
|
1873 |
msgstr "Pilih taksonomi"
|
1874 |
|
1875 |
-
#: fields/relationship.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1876 |
msgid "Taxonomy"
|
1877 |
msgstr "Taksonomi"
|
1878 |
|
1879 |
-
#: fields/relationship.php:
|
1880 |
msgid "Elements"
|
1881 |
msgstr "Elemen"
|
1882 |
|
1883 |
-
#: fields/relationship.php:
|
1884 |
msgid "Selected elements will be displayed in each result"
|
1885 |
msgstr "Elemen terpilih akan ditampilkan disetiap hasil"
|
1886 |
|
1887 |
-
#: fields/relationship.php:
|
1888 |
msgid "Minimum posts"
|
1889 |
msgstr "Posting minimal"
|
1890 |
|
1891 |
-
#: fields/relationship.php:
|
1892 |
msgid "Maximum posts"
|
1893 |
msgstr "Posting maksimum"
|
1894 |
|
1895 |
-
#: fields/relationship.php:
|
|
|
1896 |
#, php-format
|
1897 |
msgid "%s requires at least %s selection"
|
1898 |
msgid_plural "%s requires at least %s selections"
|
1899 |
msgstr[0] "%s diperlukan setidaknya %s pilihan"
|
1900 |
|
1901 |
-
#:
|
|
|
|
|
1902 |
msgid "Select"
|
1903 |
msgstr "Pilih"
|
1904 |
|
1905 |
-
#: fields/select.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1906 |
msgid "Stylised UI"
|
1907 |
-
msgstr "
|
1908 |
|
1909 |
-
#: fields/select.php:
|
1910 |
msgid "Use AJAX to lazy load choices?"
|
1911 |
msgstr "Gunakan AJAX untuk pilihan lazy load?"
|
1912 |
|
1913 |
-
#: fields/
|
1914 |
-
msgid "
|
1915 |
-
msgstr "
|
1916 |
-
|
1917 |
-
#: fields/tab.php:128
|
1918 |
-
msgid ""
|
1919 |
-
"The tab field will display incorrectly when added to a Table style repeater field or flexible content field layout"
|
1920 |
-
msgstr ""
|
1921 |
-
"Bidang tab tidak akan tampil dengan baik ketika ditambahkan ke Gaya Tabel repeater atau layout bidang konten yang "
|
1922 |
-
"fleksibel"
|
1923 |
|
1924 |
-
#: fields/
|
1925 |
-
msgid "
|
1926 |
-
msgstr "
|
1927 |
|
1928 |
-
#: fields/tab.php:
|
1929 |
-
msgid ""
|
1930 |
-
|
1931 |
-
"this field's label as the tab heading."
|
1932 |
-
msgstr ""
|
1933 |
-
"Semua bidang mengikuti \"bidang tab\" (atau sampai \"bidang tab\" lainnya ditemukan) akan dikelompokkan bersama-"
|
1934 |
-
"sama menggunakan label bidang ini sebagai judul tab."
|
1935 |
|
1936 |
-
#: fields/tab.php:
|
1937 |
msgid "Placement"
|
1938 |
msgstr "Penempatan"
|
1939 |
|
1940 |
-
#: fields/tab.php:
|
1941 |
-
msgid "
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
|
1948 |
-
#: fields/taxonomy.php:
|
1949 |
-
|
1950 |
-
|
|
|
|
|
1951 |
|
1952 |
-
#: fields/taxonomy.php:
|
1953 |
msgid "Select the taxonomy to be displayed"
|
1954 |
msgstr "Pilih taksonomi yang akan ditampilkan"
|
1955 |
|
1956 |
-
#: fields/taxonomy.php:
|
1957 |
msgid "Appearance"
|
1958 |
msgstr "Tampilan"
|
1959 |
|
1960 |
-
#: fields/taxonomy.php:
|
1961 |
msgid "Select the appearance of this field"
|
1962 |
msgstr "Pilih penampilan bidang ini"
|
1963 |
|
1964 |
-
#: fields/taxonomy.php:
|
1965 |
msgid "Multiple Values"
|
1966 |
msgstr "Beberapa Nilai"
|
1967 |
|
1968 |
-
#: fields/taxonomy.php:
|
1969 |
msgid "Multi Select"
|
1970 |
msgstr "Pilihan Multi"
|
1971 |
|
1972 |
-
#: fields/taxonomy.php:
|
1973 |
msgid "Single Value"
|
1974 |
msgstr "Nilai Tunggal"
|
1975 |
|
1976 |
-
#: fields/taxonomy.php:
|
1977 |
msgid "Radio Buttons"
|
1978 |
msgstr "Tombol Radio"
|
1979 |
|
1980 |
-
#: fields/taxonomy.php:
|
1981 |
msgid "Create Terms"
|
1982 |
msgstr "Buat Ketentuan"
|
1983 |
|
1984 |
-
#: fields/taxonomy.php:
|
1985 |
msgid "Allow new terms to be created whilst editing"
|
1986 |
-
msgstr "Izinkan
|
1987 |
|
1988 |
-
#: fields/taxonomy.php:
|
1989 |
msgid "Save Terms"
|
1990 |
msgstr "Simpan Ketentuan"
|
1991 |
|
1992 |
-
#: fields/taxonomy.php:
|
1993 |
msgid "Connect selected terms to the post"
|
1994 |
msgstr "Hubungkan ketentuan yang dipilih ke post"
|
1995 |
|
1996 |
-
#: fields/taxonomy.php:
|
1997 |
msgid "Load Terms"
|
1998 |
msgstr "Load Ketentuan"
|
1999 |
|
2000 |
-
#: fields/taxonomy.php:
|
2001 |
msgid "Load value from posts terms"
|
2002 |
msgstr "Muat nilai dari ketentuan post"
|
2003 |
|
2004 |
-
#: fields/taxonomy.php:
|
2005 |
msgid "Term Object"
|
2006 |
msgstr "Objek ketentuan"
|
2007 |
|
2008 |
-
#: fields/taxonomy.php:
|
2009 |
msgid "Term ID"
|
2010 |
msgstr "ID Ketentuan"
|
2011 |
|
2012 |
-
#: fields/taxonomy.php:
|
2013 |
#, php-format
|
2014 |
msgid "User unable to add new %s"
|
2015 |
msgstr "Pengguna tidak dapat menambahkan %s"
|
2016 |
|
2017 |
-
#: fields/taxonomy.php:
|
2018 |
#, php-format
|
2019 |
msgid "%s already exists"
|
2020 |
msgstr "%s sudah ada"
|
2021 |
|
2022 |
-
#: fields/taxonomy.php:
|
2023 |
#, php-format
|
2024 |
msgid "%s added"
|
2025 |
msgstr "%s ditambahkan"
|
2026 |
|
2027 |
-
#: fields/taxonomy.php:
|
|
|
2028 |
msgid "Add"
|
2029 |
msgstr "Tambah"
|
2030 |
|
2031 |
-
#: fields/text.php:
|
2032 |
msgid "Text"
|
2033 |
msgstr "Teks"
|
2034 |
|
2035 |
-
#: fields/text.php:
|
|
|
2036 |
msgid "Character Limit"
|
2037 |
msgstr "Batas Karakter"
|
2038 |
|
2039 |
-
#: fields/text.php:
|
|
|
2040 |
msgid "Leave blank for no limit"
|
2041 |
msgstr "Biarkan kosong untuk tidak terbatas"
|
2042 |
|
2043 |
-
#: fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
2044 |
msgid "Text Area"
|
2045 |
msgstr "Area Teks"
|
2046 |
|
2047 |
-
#: fields/textarea.php:
|
2048 |
msgid "Rows"
|
2049 |
msgstr "Baris"
|
2050 |
|
2051 |
-
#: fields/textarea.php:
|
2052 |
msgid "Sets the textarea height"
|
2053 |
msgstr "Atur tinggi area teks"
|
2054 |
|
2055 |
-
#: fields/
|
|
|
|
|
|
|
|
|
2056 |
msgid "True / False"
|
2057 |
msgstr "Benar / Salah"
|
2058 |
|
2059 |
-
#: fields/true_false.php:
|
2060 |
-
msgid "
|
2061 |
-
msgstr "
|
|
|
|
|
|
|
|
|
2062 |
|
2063 |
-
#: fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2064 |
msgid "Url"
|
2065 |
-
msgstr "
|
2066 |
|
2067 |
-
#: fields/url.php:
|
2068 |
msgid "Value must be a valid URL"
|
2069 |
msgstr "Nilai harus URL yang valid"
|
2070 |
|
2071 |
-
#: fields/user.php:
|
|
|
|
|
|
|
|
|
2072 |
msgid "Filter by role"
|
2073 |
msgstr "Saring berdasarkan peran"
|
2074 |
|
2075 |
-
#: fields/user.php:
|
2076 |
msgid "All user roles"
|
2077 |
msgstr "Semua peran pengguna"
|
2078 |
|
2079 |
-
#: fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2080 |
msgid "Wysiwyg Editor"
|
2081 |
-
msgstr "WYSIWYG
|
2082 |
|
2083 |
-
#: fields/wysiwyg.php:320
|
2084 |
msgid "Visual"
|
2085 |
msgstr "Visual"
|
2086 |
|
2087 |
-
#: fields/wysiwyg.php:321
|
2088 |
msgctxt "Name for the Text editor tab (formerly HTML)"
|
2089 |
msgid "Text"
|
2090 |
msgstr "Teks"
|
2091 |
|
2092 |
-
#: fields/wysiwyg.php:
|
|
|
|
|
|
|
|
|
2093 |
msgid "Tabs"
|
2094 |
msgstr "Tab"
|
2095 |
|
2096 |
-
#: fields/wysiwyg.php:
|
2097 |
msgid "Visual & Text"
|
2098 |
msgstr "Visual & Teks"
|
2099 |
|
2100 |
-
#: fields/wysiwyg.php:
|
2101 |
msgid "Visual Only"
|
2102 |
msgstr "Visual Saja"
|
2103 |
|
2104 |
-
#: fields/wysiwyg.php:
|
2105 |
msgid "Text Only"
|
2106 |
msgstr "Teks saja"
|
2107 |
|
2108 |
-
#: fields/wysiwyg.php:
|
2109 |
msgid "Toolbar"
|
2110 |
msgstr "Toolbar"
|
2111 |
|
2112 |
-
#: fields/wysiwyg.php:
|
2113 |
msgid "Show Media Upload Buttons?"
|
2114 |
msgstr "Tampilkan Tombol Unggah Media?"
|
2115 |
|
2116 |
-
#:
|
2117 |
-
msgid "
|
2118 |
-
msgstr "
|
2119 |
|
2120 |
-
#:
|
2121 |
-
msgid "
|
2122 |
-
msgstr "
|
2123 |
|
2124 |
-
#: pro/acf-
|
2125 |
-
msgid "
|
2126 |
-
msgstr "
|
2127 |
|
2128 |
-
#:
|
2129 |
-
msgid "
|
2130 |
-
msgstr "
|
2131 |
|
2132 |
-
#: pro/
|
2133 |
-
|
2134 |
-
|
|
|
2135 |
|
2136 |
-
#:
|
2137 |
-
msgid "
|
2138 |
-
msgstr "
|
2139 |
|
2140 |
-
#:
|
2141 |
-
msgid "
|
2142 |
-
msgstr "
|
2143 |
|
2144 |
-
#:
|
2145 |
-
|
2146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2147 |
|
2148 |
-
#:
|
2149 |
-
|
2150 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2151 |
|
2152 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2153 |
msgid "Publish"
|
2154 |
msgstr "Terbitkan"
|
2155 |
|
2156 |
-
#: pro/admin/
|
2157 |
-
|
2158 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2159 |
|
2160 |
-
#: pro/admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2161 |
msgid "Deactivate License"
|
2162 |
msgstr "Nonaktifkan Lisensi"
|
2163 |
|
2164 |
-
#: pro/admin/views/settings-updates.php:
|
2165 |
msgid "Activate License"
|
2166 |
msgstr "Aktifkan Lisensi"
|
2167 |
|
2168 |
-
#: pro/admin/views/settings-updates.php:
|
2169 |
-
msgid "License"
|
2170 |
-
msgstr "Lisensi"
|
2171 |
|
2172 |
-
#: pro/admin/views/settings-updates.php:
|
2173 |
-
|
|
|
|
|
|
|
|
|
2174 |
msgstr ""
|
2175 |
-
"Untuk membuka
|
2176 |
-
"lihat"
|
2177 |
-
|
2178 |
-
#: pro/admin/views/settings-updates.php:24
|
2179 |
-
msgid "details & pricing"
|
2180 |
-
msgstr "Rincian & harga"
|
2181 |
|
2182 |
-
#: pro/admin/views/settings-updates.php:
|
2183 |
msgid "License Key"
|
2184 |
msgstr "Kunci lisensi"
|
2185 |
|
2186 |
-
#: pro/admin/views/settings-updates.php:
|
2187 |
msgid "Update Information"
|
2188 |
msgstr "Informasi Pembaruan"
|
2189 |
|
2190 |
-
#: pro/admin/views/settings-updates.php:
|
2191 |
msgid "Current Version"
|
2192 |
msgstr "Versi sekarang"
|
2193 |
|
2194 |
-
#: pro/admin/views/settings-updates.php:
|
2195 |
msgid "Latest Version"
|
2196 |
msgstr "Versi terbaru"
|
2197 |
|
2198 |
-
#: pro/admin/views/settings-updates.php:
|
2199 |
msgid "Update Available"
|
2200 |
msgstr "Pembaruan Tersedia"
|
2201 |
|
2202 |
-
#: pro/admin/views/settings-updates.php:
|
2203 |
msgid "Update Plugin"
|
2204 |
msgstr "Perbarui Plugin"
|
2205 |
|
2206 |
-
#: pro/admin/views/settings-updates.php:
|
2207 |
msgid "Please enter your license key above to unlock updates"
|
2208 |
msgstr "Masukkan kunci lisensi Anda di atas untuk membuka pembaruan"
|
2209 |
|
2210 |
-
#: pro/admin/views/settings-updates.php:
|
2211 |
msgid "Check Again"
|
2212 |
msgstr "Periksa lagi"
|
2213 |
|
2214 |
-
#: pro/admin/views/settings-updates.php:
|
|
|
|
|
|
|
|
|
2215 |
msgid "Upgrade Notice"
|
2216 |
msgstr "Pemberitahuan Upgrade"
|
2217 |
|
2218 |
-
#: pro/
|
2219 |
-
msgid "
|
2220 |
-
msgstr "
|
2221 |
|
2222 |
-
#: pro/
|
2223 |
#, php-format
|
2224 |
-
msgid ""
|
2225 |
-
"
|
2226 |
-
"licence key, please see <a href=\"%s\">details & pricing</a>"
|
2227 |
-
msgstr ""
|
2228 |
-
"Untuk mengaktifkan update, masukkan kunci lisensi Anda pada <a href=\"%s\">Laman</a> pembaruan. Jika Anda tidak "
|
2229 |
-
"memiliki kunci lisensi, silakan lihat <a href=\"%s\">rincian & harga</a>"
|
2230 |
|
2231 |
-
#: pro/
|
2232 |
-
msgid "
|
2233 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2234 |
|
2235 |
-
#: pro/fields/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2236 |
msgid "Add Row"
|
2237 |
msgstr "Tambah Baris"
|
2238 |
|
2239 |
-
#: pro/fields/flexible-content.php:
|
|
|
|
|
2240 |
msgid "layout"
|
2241 |
-
|
|
|
2242 |
|
2243 |
-
#: pro/fields/flexible-content.php:
|
2244 |
msgid "layouts"
|
2245 |
msgstr "layout"
|
2246 |
|
2247 |
-
#: pro/fields/flexible-content.php:
|
2248 |
-
|
2249 |
-
|
2250 |
-
|
2251 |
-
#: pro/fields/flexible-content.php:48
|
2252 |
-
msgid "This field requires at least {min} {identifier}"
|
2253 |
-
msgstr "Bidang ini membutuhkan setidaknya {min} {identifier}"
|
2254 |
-
|
2255 |
-
#: pro/fields/flexible-content.php:49
|
2256 |
-
msgid "This field has a limit of {max} {identifier}"
|
2257 |
-
msgstr "Bidang ini memiliki batas {max} {identifier}"
|
2258 |
-
|
2259 |
-
#: pro/fields/flexible-content.php:50
|
2260 |
msgid "This field requires at least {min} {label} {identifier}"
|
2261 |
msgstr "Bidang ini membutuhkan setidaknya {min} {label} {identifier}"
|
2262 |
|
2263 |
-
#: pro/fields/flexible-content.php:
|
2264 |
-
msgid "
|
2265 |
-
msgstr "
|
2266 |
|
2267 |
-
#: pro/fields/flexible-content.php:
|
2268 |
msgid "{available} {label} {identifier} available (max {max})"
|
2269 |
-
msgstr "{
|
2270 |
|
2271 |
-
#: pro/fields/flexible-content.php:
|
2272 |
msgid "{required} {label} {identifier} required (min {min})"
|
2273 |
-
msgstr "{
|
|
|
|
|
|
|
|
|
2274 |
|
2275 |
-
#: pro/fields/flexible-content.php:
|
2276 |
#, php-format
|
2277 |
msgid "Click the \"%s\" button below to start creating your layout"
|
2278 |
msgstr "Klik tombol\"%s\" dibawah untuk mulai membuat layout Anda"
|
2279 |
|
2280 |
-
#: pro/fields/flexible-content.php:
|
2281 |
msgid "Add layout"
|
2282 |
msgstr "Tambah Layout"
|
2283 |
|
2284 |
-
#: pro/fields/flexible-content.php:
|
|
|
|
|
|
|
|
|
2285 |
msgid "Remove layout"
|
2286 |
msgstr "Hapus layout"
|
2287 |
|
2288 |
-
#: pro/fields/flexible-content.php:
|
|
|
2289 |
msgid "Click to toggle"
|
2290 |
msgstr "Klik untuk toggle"
|
2291 |
|
2292 |
-
#: pro/fields/flexible-content.php:
|
2293 |
msgid "Reorder Layout"
|
2294 |
msgstr "Susun ulang Layout"
|
2295 |
|
2296 |
-
#: pro/fields/flexible-content.php:
|
2297 |
msgid "Reorder"
|
2298 |
msgstr "Susun Ulang"
|
2299 |
|
2300 |
-
#: pro/fields/flexible-content.php:
|
2301 |
msgid "Delete Layout"
|
2302 |
msgstr "Hapus Layout"
|
2303 |
|
2304 |
-
#: pro/fields/flexible-content.php:
|
2305 |
msgid "Duplicate Layout"
|
2306 |
msgstr "Duplikat Layout"
|
2307 |
|
2308 |
-
#: pro/fields/flexible-content.php:
|
2309 |
msgid "Add New Layout"
|
2310 |
msgstr "Tambah Layout Baru"
|
2311 |
|
2312 |
-
#: pro/fields/flexible-content.php:
|
2313 |
-
msgid "Table"
|
2314 |
-
msgstr "Tabel"
|
2315 |
-
|
2316 |
-
#: pro/fields/flexible-content.php:560 pro/fields/repeater.php:475
|
2317 |
-
msgid "Block"
|
2318 |
-
msgstr "Blok"
|
2319 |
-
|
2320 |
-
#: pro/fields/flexible-content.php:561 pro/fields/repeater.php:476
|
2321 |
-
msgid "Row"
|
2322 |
-
msgstr "Baris"
|
2323 |
-
|
2324 |
-
#: pro/fields/flexible-content.php:576
|
2325 |
msgid "Min"
|
2326 |
msgstr "Min"
|
2327 |
|
2328 |
-
#: pro/fields/flexible-content.php:
|
2329 |
msgid "Max"
|
2330 |
msgstr "Maks"
|
2331 |
|
2332 |
-
#: pro/fields/flexible-content.php:
|
|
|
2333 |
msgid "Button Label"
|
2334 |
msgstr "Label tombol"
|
2335 |
|
2336 |
-
#: pro/fields/flexible-content.php:
|
2337 |
msgid "Minimum Layouts"
|
2338 |
msgstr "Minimum Layouts"
|
2339 |
|
2340 |
-
#: pro/fields/flexible-content.php:
|
2341 |
msgid "Maximum Layouts"
|
2342 |
msgstr "Maksimum Layout"
|
2343 |
|
2344 |
-
#: pro/fields/gallery.php:
|
2345 |
-
msgid "Gallery"
|
2346 |
-
msgstr "Galeri"
|
2347 |
-
|
2348 |
-
#: pro/fields/gallery.php:52
|
2349 |
msgid "Add Image to Gallery"
|
2350 |
msgstr "Tambahkan Gambar ke Galeri"
|
2351 |
|
2352 |
-
#: pro/fields/gallery.php:
|
2353 |
msgid "Maximum selection reached"
|
2354 |
msgstr "Batas pilihan maksimum"
|
2355 |
|
2356 |
-
#: pro/fields/gallery.php:
|
2357 |
msgid "Length"
|
2358 |
msgstr "Panjang"
|
2359 |
|
2360 |
-
#: pro/fields/gallery.php:
|
2361 |
-
msgid "
|
2362 |
-
msgstr "
|
|
|
|
|
|
|
|
|
2363 |
|
2364 |
-
#: pro/fields/gallery.php:
|
2365 |
msgid "Add to gallery"
|
2366 |
msgstr "Tambahkan ke galeri"
|
2367 |
|
2368 |
-
#: pro/fields/gallery.php:
|
2369 |
msgid "Bulk actions"
|
2370 |
msgstr "Aksi besar"
|
2371 |
|
2372 |
-
#: pro/fields/gallery.php:
|
2373 |
msgid "Sort by date uploaded"
|
2374 |
msgstr "Urutkan berdasarkan tanggal unggah"
|
2375 |
|
2376 |
-
#: pro/fields/gallery.php:
|
2377 |
msgid "Sort by date modified"
|
2378 |
msgstr "Urutkan berdasarkan tanggal modifikasi"
|
2379 |
|
2380 |
-
#: pro/fields/gallery.php:
|
2381 |
msgid "Sort by title"
|
2382 |
msgstr "Urutkan menurut judul"
|
2383 |
|
2384 |
-
#: pro/fields/gallery.php:
|
2385 |
msgid "Reverse current order"
|
2386 |
-
msgstr "
|
2387 |
|
2388 |
-
#: pro/fields/gallery.php:
|
2389 |
msgid "Close"
|
2390 |
msgstr "Tutup"
|
2391 |
|
2392 |
-
#: pro/fields/gallery.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2393 |
msgid "Minimum Selection"
|
2394 |
msgstr "Seleksi Minimum"
|
2395 |
|
2396 |
-
#: pro/fields/gallery.php:
|
2397 |
msgid "Maximum Selection"
|
2398 |
msgstr "Seleksi maksimum"
|
2399 |
|
2400 |
-
#: pro/fields/repeater.php:
|
2401 |
-
|
2402 |
-
msgstr "Pengulang"
|
2403 |
-
|
2404 |
-
#: pro/fields/repeater.php:47
|
2405 |
msgid "Minimum rows reached ({min} rows)"
|
2406 |
msgstr "Baris minimal mencapai ({min} baris)"
|
2407 |
|
2408 |
-
#: pro/fields/repeater.php:
|
2409 |
msgid "Maximum rows reached ({max} rows)"
|
2410 |
msgstr "Baris maksimum mencapai ({max} baris)"
|
2411 |
|
2412 |
-
#: pro/fields/repeater.php:
|
2413 |
-
msgid "Drag to reorder"
|
2414 |
-
msgstr "Seret untuk menyusun ulang"
|
2415 |
-
|
2416 |
-
#: pro/fields/repeater.php:357
|
2417 |
msgid "Add row"
|
2418 |
msgstr "Tambah Baris"
|
2419 |
|
2420 |
-
#: pro/fields/repeater.php:
|
|
|
|
|
|
|
|
|
2421 |
msgid "Remove row"
|
2422 |
msgstr "Hapus baris"
|
2423 |
|
2424 |
-
#: pro/fields/repeater.php:
|
2425 |
-
msgid "Sub Fields"
|
2426 |
-
msgstr "Sub Bidang"
|
2427 |
-
|
2428 |
-
#: pro/fields/repeater.php:436
|
2429 |
msgid "Collapsed"
|
2430 |
msgstr "Disempitkan"
|
2431 |
|
2432 |
-
#: pro/fields/repeater.php:
|
2433 |
msgid "Select a sub field to show when row is collapsed"
|
2434 |
msgstr "Pilih sub bidang untuk ditampilkan ketika baris disempitkan"
|
2435 |
|
2436 |
-
#: pro/fields/repeater.php:
|
2437 |
msgid "Minimum Rows"
|
2438 |
msgstr "Minimum Baris"
|
2439 |
|
2440 |
-
#: pro/fields/repeater.php:
|
2441 |
msgid "Maximum Rows"
|
2442 |
msgstr "Maksimum Baris"
|
2443 |
|
2444 |
-
|
2445 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2446 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2447 |
|
2448 |
#. Plugin URI of the plugin/theme
|
2449 |
-
|
2450 |
-
|
|
|
2451 |
|
2452 |
#. Description of the plugin/theme
|
2453 |
-
msgid "
|
2454 |
msgstr ""
|
|
|
|
|
2455 |
|
2456 |
#. Author of the plugin/theme
|
2457 |
-
msgid "
|
2458 |
-
msgstr ""
|
2459 |
|
2460 |
-
|
2461 |
-
|
2462 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Advanced Custom Fields\n"
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
+
"POT-Creation-Date: 2020-08-20 08:47+0700\n"
|
6 |
+
"PO-Revision-Date: 2020-08-20 11:13+0700\n"
|
7 |
+
"Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
|
8 |
"Language-Team: Elliot Condon <e@elliotcondon.com>\n"
|
9 |
+
"Language: id_ID\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.4.1\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
15 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
16 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-Basepath: ..\n"
|
19 |
"X-Poedit-WPHeader: acf.php\n"
|
20 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: acf.php:68
|
25 |
msgid "Advanced Custom Fields"
|
26 |
msgstr "Advanced Custom Fields"
|
27 |
|
28 |
+
#: acf.php:348 includes/admin/admin.php:49
|
29 |
msgid "Field Groups"
|
30 |
msgstr "Grup Bidang"
|
31 |
|
32 |
+
#: acf.php:349
|
33 |
msgid "Field Group"
|
34 |
msgstr "Grup Bidang"
|
35 |
|
36 |
+
#: acf.php:350 acf.php:382 includes/admin/admin.php:50
|
37 |
+
#: pro/fields/class-acf-field-flexible-content.php:559
|
38 |
msgid "Add New"
|
39 |
msgstr "Tambah Baru"
|
40 |
|
41 |
+
#: acf.php:351
|
42 |
msgid "Add New Field Group"
|
43 |
msgstr "Tambah Grup Bidang Baru"
|
44 |
|
45 |
+
#: acf.php:352
|
46 |
msgid "Edit Field Group"
|
47 |
+
msgstr "Sunting Grup Bidang"
|
48 |
|
49 |
+
#: acf.php:353
|
50 |
msgid "New Field Group"
|
51 |
msgstr "Grup Bidang Baru"
|
52 |
|
53 |
+
#: acf.php:354
|
54 |
msgid "View Field Group"
|
55 |
msgstr "Lihat Grup Bidang"
|
56 |
|
57 |
+
#: acf.php:355
|
58 |
msgid "Search Field Groups"
|
59 |
msgstr "Cari Grup Bidang"
|
60 |
|
61 |
+
#: acf.php:356
|
62 |
msgid "No Field Groups found"
|
63 |
msgstr "Tidak Ada Grup Bidang Ditemukan"
|
64 |
|
65 |
+
#: acf.php:357
|
66 |
msgid "No Field Groups found in Trash"
|
67 |
msgstr "Tidak Ditemukan Grup Bidang di Tong Sampah"
|
68 |
|
69 |
+
#: acf.php:380 includes/admin/admin-field-group.php:232
|
70 |
+
#: includes/admin/admin-field-groups.php:262
|
71 |
+
#: pro/fields/class-acf-field-clone.php:811
|
72 |
msgid "Fields"
|
73 |
msgstr "Bidang"
|
74 |
|
75 |
+
#: acf.php:381
|
76 |
msgid "Field"
|
77 |
msgstr "Bidang"
|
78 |
|
79 |
+
#: acf.php:383
|
80 |
msgid "Add New Field"
|
81 |
msgstr "Tambah bidang baru"
|
82 |
|
83 |
+
#: acf.php:384
|
84 |
msgid "Edit Field"
|
85 |
+
msgstr "Sunting Bidang"
|
86 |
|
87 |
+
#: acf.php:385 includes/admin/views/field-group-fields.php:41
|
88 |
msgid "New Field"
|
89 |
msgstr "Bidang Baru"
|
90 |
|
91 |
+
#: acf.php:386
|
92 |
msgid "View Field"
|
93 |
msgstr "Lihat Bidang"
|
94 |
|
95 |
+
#: acf.php:387
|
96 |
msgid "Search Fields"
|
97 |
msgstr "Bidang Pencarian"
|
98 |
|
99 |
+
#: acf.php:388
|
100 |
msgid "No Fields found"
|
101 |
msgstr "Tidak ada bidang yang ditemukan"
|
102 |
|
103 |
+
#: acf.php:389
|
104 |
msgid "No Fields found in Trash"
|
105 |
msgstr "Tidak ada bidang yang ditemukan di tempat sampah"
|
106 |
|
107 |
+
#: acf.php:424 includes/admin/admin-field-groups.php:226
|
108 |
+
msgctxt "post status"
|
109 |
msgid "Disabled"
|
110 |
msgstr "Dimatikan"
|
111 |
|
112 |
+
#: acf.php:429
|
113 |
#, php-format
|
114 |
msgid "Disabled <span class=\"count\">(%s)</span>"
|
115 |
msgid_plural "Disabled <span class=\"count\">(%s)</span>"
|
116 |
msgstr[0] "Dimatikan <span class=\"count\">(%s)</span>"
|
117 |
|
118 |
+
#: includes/acf-field-functions.php:831
|
119 |
+
#: includes/admin/admin-field-group.php:178
|
120 |
+
msgid "(no label)"
|
121 |
+
msgstr "(tanpa label)"
|
122 |
+
|
123 |
+
#: includes/acf-field-group-functions.php:820
|
124 |
+
#: includes/admin/admin-field-group.php:180
|
125 |
+
msgid "copy"
|
126 |
+
msgstr "salin"
|
127 |
+
|
128 |
+
#: includes/acf-wp-functions.php:41
|
129 |
+
msgid "Posts"
|
130 |
+
msgstr "Pos"
|
131 |
+
|
132 |
+
#: includes/acf-wp-functions.php:54
|
133 |
+
msgid "Taxonomies"
|
134 |
+
msgstr "Taksonomi"
|
135 |
+
|
136 |
+
#: includes/acf-wp-functions.php:59
|
137 |
+
msgid "Attachments"
|
138 |
+
msgstr "Lampiran"
|
139 |
|
140 |
+
#: includes/acf-wp-functions.php:63
|
141 |
+
#: includes/admin/views/field-group-options.php:112
|
142 |
+
msgid "Comments"
|
143 |
+
msgstr "Komentar"
|
144 |
+
|
145 |
+
#: includes/acf-wp-functions.php:67
|
146 |
+
msgid "Widgets"
|
147 |
+
msgstr "Widget"
|
148 |
+
|
149 |
+
#: includes/acf-wp-functions.php:71
|
150 |
+
#: includes/locations/class-acf-location-nav-menu.php:87
|
151 |
+
msgid "Menus"
|
152 |
+
msgstr "Menu"
|
153 |
+
|
154 |
+
#: includes/acf-wp-functions.php:75
|
155 |
+
msgid "Menu items"
|
156 |
+
msgstr "Menu item"
|
157 |
+
|
158 |
+
#: includes/acf-wp-functions.php:79
|
159 |
+
msgid "Users"
|
160 |
+
msgstr "Pengguna"
|
161 |
+
|
162 |
+
#: includes/acf-wp-functions.php:83 pro/options-page.php:51
|
163 |
+
msgid "Options"
|
164 |
+
msgstr "Pengaturan"
|
165 |
+
|
166 |
+
#: includes/acf-wp-functions.php:87
|
167 |
+
msgid "Blocks"
|
168 |
+
msgstr "Blok"
|
169 |
+
|
170 |
+
#: includes/admin/admin-field-group.php:86
|
171 |
+
#: includes/admin/admin-field-group.php:87
|
172 |
+
#: includes/admin/admin-field-group.php:89
|
173 |
msgid "Field group updated."
|
174 |
msgstr "Grup bidang diperbarui."
|
175 |
|
176 |
+
#: includes/admin/admin-field-group.php:88
|
177 |
msgid "Field group deleted."
|
178 |
msgstr "Grup bidang dihapus."
|
179 |
|
180 |
+
#: includes/admin/admin-field-group.php:91
|
181 |
msgid "Field group published."
|
182 |
msgstr "Grup bidang diterbitkan."
|
183 |
|
184 |
+
#: includes/admin/admin-field-group.php:92
|
185 |
msgid "Field group saved."
|
186 |
msgstr "Grup bidang disimpan."
|
187 |
|
188 |
+
#: includes/admin/admin-field-group.php:93
|
189 |
msgid "Field group submitted."
|
190 |
msgstr "Grup bidang dikirim."
|
191 |
|
192 |
+
#: includes/admin/admin-field-group.php:94
|
193 |
msgid "Field group scheduled for."
|
194 |
msgstr "Grup bidang dijadwalkan untuk."
|
195 |
|
196 |
+
#: includes/admin/admin-field-group.php:95
|
197 |
msgid "Field group draft updated."
|
198 |
msgstr "Draft grup bidang diperbarui."
|
199 |
|
200 |
+
#: includes/admin/admin-field-group.php:171
|
201 |
+
msgid "The string \"field_\" may not be used at the start of a field name"
|
202 |
+
msgstr "String \"field_\" tidak dapat digunakan pada awal nama field"
|
203 |
+
|
204 |
+
#: includes/admin/admin-field-group.php:172
|
205 |
+
msgid "This field cannot be moved until its changes have been saved"
|
206 |
+
msgstr "Bidang ini tidak dapat dipindahkan sampai perubahan sudah disimpan"
|
207 |
+
|
208 |
+
#: includes/admin/admin-field-group.php:173
|
209 |
+
msgid "Field group title is required"
|
210 |
+
msgstr "Judul grup bidang diperlukan"
|
211 |
+
|
212 |
+
#: includes/admin/admin-field-group.php:174
|
213 |
msgid "Move to trash. Are you sure?"
|
214 |
msgstr "Pindahkan ke tong sampah. Yakin?"
|
215 |
|
216 |
+
#: includes/admin/admin-field-group.php:175
|
|
|
|
|
|
|
|
|
217 |
msgid "No toggle fields available"
|
218 |
msgstr "Tidak ada bidang toggle yang tersedia"
|
219 |
|
220 |
+
#: includes/admin/admin-field-group.php:176
|
221 |
+
msgid "Move Custom Field"
|
222 |
+
msgstr "Pindahkan Bidang Kustom"
|
223 |
|
224 |
+
#: includes/admin/admin-field-group.php:177
|
225 |
+
msgid "Checked"
|
226 |
+
msgstr "Diperiksa"
|
227 |
|
228 |
+
#: includes/admin/admin-field-group.php:179
|
229 |
+
msgid "(this field)"
|
230 |
+
msgstr "(bidang ini)"
|
231 |
+
|
232 |
+
#: includes/admin/admin-field-group.php:181
|
233 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:51
|
234 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:151
|
235 |
+
#: includes/admin/views/field-group-locations.php:29
|
236 |
+
#: includes/admin/views/html-location-group.php:3
|
237 |
+
#: includes/api/api-helpers.php:3675
|
238 |
msgid "or"
|
239 |
msgstr "atau"
|
240 |
|
241 |
+
#: includes/admin/admin-field-group.php:182
|
242 |
+
msgid "Null"
|
243 |
+
msgstr "Nol"
|
244 |
+
|
245 |
+
#: includes/admin/admin-field-group.php:185
|
246 |
+
msgid "Has any value"
|
247 |
+
msgstr "Memiliki banyak nilai"
|
248 |
|
249 |
+
#: includes/admin/admin-field-group.php:186
|
250 |
+
msgid "Has no value"
|
251 |
+
msgstr "Tidak memiliki nilai"
|
252 |
|
253 |
+
#: includes/admin/admin-field-group.php:187
|
254 |
+
msgid "Value is equal to"
|
255 |
+
msgstr "Nilai sama dengan"
|
256 |
|
257 |
+
#: includes/admin/admin-field-group.php:188
|
258 |
+
msgid "Value is not equal to"
|
259 |
+
msgstr "Nilai tidak sama dengan"
|
260 |
|
261 |
+
#: includes/admin/admin-field-group.php:189
|
262 |
+
msgid "Value matches pattern"
|
263 |
+
msgstr "Nilai cocok dengan pola"
|
264 |
|
265 |
+
#: includes/admin/admin-field-group.php:190
|
266 |
+
msgid "Value contains"
|
267 |
+
msgstr "Nilai mengandung"
|
268 |
|
269 |
+
#: includes/admin/admin-field-group.php:191
|
270 |
+
msgid "Value is greater than"
|
271 |
+
msgstr "Nilai lebih besar dari"
|
272 |
+
|
273 |
+
#: includes/admin/admin-field-group.php:192
|
274 |
+
msgid "Value is less than"
|
275 |
+
msgstr "Nilai lebih kurang dari"
|
276 |
|
277 |
+
#: includes/admin/admin-field-group.php:193
|
278 |
+
msgid "Selection is greater than"
|
279 |
+
msgstr "Seleksi lebih besar dari"
|
280 |
+
|
281 |
+
#: includes/admin/admin-field-group.php:194
|
282 |
+
msgid "Selection is less than"
|
283 |
+
msgstr "Seleksi kurang dari"
|
284 |
+
|
285 |
+
#: includes/admin/admin-field-group.php:233
|
286 |
+
#: includes/admin/admin-field-groups.php:261
|
287 |
msgid "Location"
|
288 |
msgstr "Lokasi"
|
289 |
|
290 |
+
#: includes/admin/admin-field-group.php:234
|
291 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:295
|
292 |
msgid "Settings"
|
293 |
msgstr "Pengaturan"
|
294 |
|
295 |
+
#: includes/admin/admin-field-group.php:384
|
296 |
msgid "Field Keys"
|
297 |
msgstr "Kunci Bidang"
|
298 |
|
299 |
+
#: includes/admin/admin-field-group.php:414
|
300 |
+
#: includes/admin/views/field-group-options.php:9
|
301 |
msgid "Active"
|
302 |
msgstr "Aktif"
|
303 |
|
304 |
+
#: includes/admin/admin-field-group.php:414
|
305 |
+
msgid "Inactive"
|
306 |
+
msgstr "Tidak Aktif"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
+
#: includes/admin/admin-field-group.php:775
|
309 |
msgid "Move Complete."
|
310 |
msgstr "Pindah yang Lengkap."
|
311 |
|
312 |
+
#: includes/admin/admin-field-group.php:776
|
313 |
#, php-format
|
314 |
msgid "The %s field can now be found in the %s field group"
|
315 |
msgstr "Bidang %s sekarang dapat ditemukan di bidang grup %s"
|
316 |
|
317 |
+
#: includes/admin/admin-field-group.php:777
|
318 |
msgid "Close Window"
|
319 |
msgstr "Tutup window"
|
320 |
|
321 |
+
#: includes/admin/admin-field-group.php:818
|
322 |
msgid "Please select the destination for this field"
|
323 |
msgstr "Silakan pilih tujuan untuk bidang ini"
|
324 |
|
325 |
+
#: includes/admin/admin-field-group.php:825
|
326 |
msgid "Move Field"
|
327 |
msgstr "Pindahkan Bidang"
|
328 |
|
329 |
+
#: includes/admin/admin-field-groups.php:114
|
330 |
#, php-format
|
331 |
msgid "Active <span class=\"count\">(%s)</span>"
|
332 |
msgid_plural "Active <span class=\"count\">(%s)</span>"
|
333 |
msgstr[0] "Aktif <span class=\"count\">(%s)</span>"
|
334 |
|
335 |
+
#: includes/admin/admin-field-groups.php:193
|
336 |
+
msgid "Review local JSON changes"
|
337 |
+
msgstr "Tinjau perubahan JSON lokal"
|
338 |
+
|
339 |
+
#: includes/admin/admin-field-groups.php:194
|
340 |
+
msgid "Loading diff"
|
341 |
+
msgstr "Memuat perbedaan"
|
342 |
+
|
343 |
+
#: includes/admin/admin-field-groups.php:195
|
344 |
+
#: includes/admin/admin-field-groups.php:529
|
345 |
+
msgid "Sync changes"
|
346 |
+
msgstr "Sinkronkan perubahan"
|
347 |
+
|
348 |
+
#: includes/admin/admin-field-groups.php:259
|
349 |
+
#: includes/admin/views/field-group-options.php:96
|
350 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:38
|
351 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:49
|
352 |
+
#: pro/fields/class-acf-field-gallery.php:380
|
353 |
+
msgid "Description"
|
354 |
+
msgstr "Deskripsi"
|
355 |
+
|
356 |
+
#: includes/admin/admin-field-groups.php:260
|
357 |
+
#: includes/admin/views/field-group-fields.php:7
|
358 |
+
msgid "Key"
|
359 |
+
msgstr "Kunci"
|
360 |
+
|
361 |
+
#: includes/admin/admin-field-groups.php:265
|
362 |
+
msgid "Local JSON"
|
363 |
+
msgstr "JSON Lokal"
|
364 |
+
|
365 |
+
#: includes/admin/admin-field-groups.php:415
|
366 |
+
msgid "Various"
|
367 |
+
msgstr "Berbagai"
|
368 |
|
369 |
+
#: includes/admin/admin-field-groups.php:437
|
370 |
#, php-format
|
371 |
+
msgid "Located in theme: %s"
|
372 |
+
msgstr "Terletak di tema: %s"
|
|
|
373 |
|
374 |
+
#: includes/admin/admin-field-groups.php:441
|
375 |
#, php-format
|
376 |
+
msgid "Located in plugin: %s"
|
377 |
+
msgstr "Terletak di plugin: %s"
|
378 |
|
379 |
+
#: includes/admin/admin-field-groups.php:445
|
380 |
#, php-format
|
381 |
+
msgid "Located in: %s"
|
382 |
+
msgstr "Terletak di: %s"
|
|
|
383 |
|
384 |
+
#: includes/admin/admin-field-groups.php:465
|
385 |
+
#: includes/admin/admin-field-groups.php:683
|
386 |
msgid "Sync available"
|
387 |
msgstr "Sinkronisasi tersedia"
|
388 |
|
389 |
+
#: includes/admin/admin-field-groups.php:468
|
390 |
+
msgid "Sync"
|
391 |
+
msgstr "Sinkronkan"
|
392 |
|
393 |
+
#: includes/admin/admin-field-groups.php:469
|
394 |
+
msgid "Review changes"
|
395 |
+
msgstr "Tinjau perubahan"
|
|
|
396 |
|
397 |
+
#: includes/admin/admin-field-groups.php:473
|
398 |
+
msgid "Import"
|
399 |
+
msgstr "Impor"
|
400 |
|
401 |
+
#: includes/admin/admin-field-groups.php:477
|
402 |
+
msgid "Saved"
|
403 |
+
msgstr "Disimpan"
|
404 |
|
405 |
+
#: includes/admin/admin-field-groups.php:480
|
406 |
+
msgid "Awaiting save"
|
407 |
+
msgstr "Awaiting disimpan"
|
408 |
|
409 |
+
#: includes/admin/admin-field-groups.php:501
|
410 |
+
msgid "Duplicate this item"
|
411 |
+
msgstr "Gandakan item ini"
|
412 |
|
413 |
+
#: includes/admin/admin-field-groups.php:501
|
414 |
+
#: includes/admin/admin-field-groups.php:521
|
415 |
+
#: includes/admin/views/field-group-field.php:46
|
416 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
417 |
+
msgid "Duplicate"
|
418 |
+
msgstr "Gandakan"
|
419 |
|
420 |
+
#: includes/admin/admin-field-groups.php:551
|
421 |
+
#, php-format
|
422 |
+
msgid "Field group duplicated."
|
423 |
+
msgid_plural "%s field groups duplicated."
|
424 |
+
msgstr[0] "%s grup bidang diduplikasi."
|
425 |
|
426 |
+
#: includes/admin/admin-field-groups.php:608
|
427 |
+
#, php-format
|
428 |
+
msgid "Field group synchronised."
|
429 |
+
msgid_plural "%s field groups synchronised."
|
430 |
+
msgstr[0] "%s grup lapangan disinkronkan."
|
431 |
+
|
432 |
+
#: includes/admin/admin-field-groups.php:794
|
433 |
+
#, php-format
|
434 |
+
msgid "Select %s"
|
435 |
+
msgstr "Pilih %s"
|
436 |
+
|
437 |
+
#: includes/admin/admin-tools.php:116
|
438 |
+
#: includes/admin/views/html-admin-tools.php:21
|
439 |
+
msgid "Tools"
|
440 |
+
msgstr "Perkakas"
|
441 |
|
442 |
+
#: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
|
443 |
+
#: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
|
444 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:24
|
445 |
+
#: includes/admin/views/html-admin-page-upgrade.php:26
|
446 |
+
msgid "Upgrade Database"
|
447 |
+
msgstr "Tingkatkan Database"
|
448 |
|
449 |
+
#: includes/admin/admin-upgrade.php:199
|
450 |
+
msgid "Review sites & upgrade"
|
451 |
+
msgstr "Meninjau situs & tingkatkan"
|
452 |
|
453 |
+
#: includes/admin/admin.php:48 includes/admin/views/field-group-options.php:110
|
454 |
+
msgid "Custom Fields"
|
455 |
+
msgstr "Bidang Kustom"
|
456 |
|
457 |
+
#: includes/admin/admin.php:128 includes/admin/admin.php:130
|
458 |
+
msgid "Overview"
|
459 |
+
msgstr "Gambaran"
|
460 |
|
461 |
+
#: includes/admin/admin.php:131
|
462 |
+
msgid ""
|
463 |
+
"The Advanced Custom Fields plugin provides a visual form builder to "
|
464 |
+
"customize WordPress edit screens with extra fields, and an intuitive API to "
|
465 |
+
"display custom field values in any theme template file."
|
466 |
+
msgstr ""
|
467 |
+
"Plugin Advanced Custom Fields menyediakan pembuat formulir visual untuk "
|
468 |
+
"menyesuaikan layar sunting WordPress dengan bidang ekstra, dan API intuitif "
|
469 |
+
"untuk menampilkan nilai bidang khusus dalam file template tema apa pun."
|
470 |
|
471 |
+
#: includes/admin/admin.php:133
|
472 |
+
#, php-format
|
473 |
+
msgid ""
|
474 |
+
"Before creating your first Field Group, we recommend first reading our <a "
|
475 |
+
"href=\"%s\" target=\"_blank\">Getting started</a> guide to familiarize "
|
476 |
+
"yourself with the plugin's philosophy and best practises."
|
477 |
+
msgstr ""
|
478 |
+
"Sebelum membuat Grup Bidang pertama Anda, sebaiknya baca panduan <a "
|
479 |
+
"href=“%s” target=“_blank”>Memulai </a> kami terlebih dahulu untuk "
|
480 |
+
"membiasakan diri Anda dengan filosofi dan praktik terbaik plugin."
|
481 |
|
482 |
+
#: includes/admin/admin.php:136
|
483 |
+
msgid ""
|
484 |
+
"Please use the Help & Support tab to get in touch should you find yourself "
|
485 |
+
"requiring assistance."
|
486 |
+
msgstr ""
|
487 |
+
"Silakan gunakan tab Bantuan & Dukungan untuk menghubungi jika Anda merasa "
|
488 |
+
"membutuhkan bantuan."
|
489 |
|
490 |
+
#: includes/admin/admin.php:145 includes/admin/admin.php:147
|
491 |
+
msgid "Help & Support"
|
492 |
+
msgstr "Bantuan & Dukungan"
|
493 |
|
494 |
+
#: includes/admin/admin.php:148
|
495 |
+
msgid ""
|
496 |
+
"We are fanatical about support, and want you to get the best out of your "
|
497 |
+
"website with ACF. If you run into any difficulties, there are several places "
|
498 |
+
"you can find help:"
|
499 |
+
msgstr ""
|
500 |
+
"Kami sangat fanatik tentang dukungan, dan ingin Anda mendapatkan yang "
|
501 |
+
"terbaik dari situs web Anda dengan ACF. Jika Anda mengalami kesulitan, ada "
|
502 |
+
"beberapa tempat untuk mendapatkan bantuan:"
|
503 |
|
504 |
+
#: includes/admin/admin.php:151
|
505 |
#, php-format
|
506 |
+
msgid ""
|
507 |
+
"<a href=\"%s\" target=\"_blank\">Documentation</a>. Our extensive "
|
508 |
+
"documentation contains references and guides for most situations you may "
|
509 |
+
"encounter."
|
510 |
+
msgstr ""
|
511 |
+
"<a href=“%s” target=“_blank”>Dokumentasi</a>. Dokumentasi ekstensif kami "
|
512 |
+
"berisi referensi dan panduan untuk sebagian besar situasi yang mungkin Anda "
|
513 |
+
"temui."
|
514 |
+
|
515 |
+
#: includes/admin/admin.php:155
|
516 |
+
#, php-format
|
517 |
+
msgid ""
|
518 |
+
"<a href=\"%s\" target=\"_blank\">Discussions</a>. We have an active and "
|
519 |
+
"friendly community on our Community Forums who may be able to help you "
|
520 |
+
"figure out the ‘how-tos’ of the ACF world."
|
521 |
+
msgstr ""
|
522 |
+
"<a href=“%s” target=“_blank”>Diskusi</a>. Kami memiliki komunitas yang aktif "
|
523 |
+
"dan ramah di Forum Komunitas kami yang mungkin dapat membantu Anda "
|
524 |
+
"mengetahui ‘cara’ dari dunia ACF."
|
525 |
|
526 |
+
#: includes/admin/admin.php:159
|
527 |
+
#, php-format
|
528 |
+
msgid ""
|
529 |
+
"<a href=\"%s\" target=\"_blank\">Help Desk</a>. The support professionals on "
|
530 |
+
"our Help Desk will assist with your more in depth, technical challenges."
|
531 |
+
msgstr ""
|
532 |
+
"<a href=“%s” target=“_blank”>Help Desk</a>. Profesional dukungan di Help "
|
533 |
+
"Desk kami akan membantu Anda mengatasi tantangan teknis yang lebih mendalam."
|
534 |
|
535 |
+
#: includes/admin/admin.php:168
|
536 |
+
msgid "Information"
|
537 |
+
msgstr "Informasi"
|
538 |
|
539 |
+
#: includes/admin/admin.php:169
|
540 |
+
#, php-format
|
541 |
+
msgid "Version %s"
|
542 |
+
msgstr "Versi %s"
|
543 |
|
544 |
+
#: includes/admin/admin.php:170
|
545 |
+
msgid "View details"
|
546 |
+
msgstr "Lihat Rincian"
|
547 |
|
548 |
+
#: includes/admin/admin.php:171
|
549 |
+
msgid "Visit website"
|
550 |
+
msgstr "Kunjungi Website"
|
551 |
|
552 |
+
#: includes/admin/admin.php:200
|
553 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:138
|
554 |
+
#: includes/admin/views/html-location-rule.php:86
|
555 |
+
msgid "and"
|
556 |
+
msgstr "dan"
|
557 |
|
558 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:33
|
559 |
+
msgid "Export Field Groups"
|
560 |
+
msgstr "Ekspor Grup Bidang"
|
561 |
+
|
562 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:38
|
563 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:342
|
564 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:371
|
565 |
+
msgid "Generate PHP"
|
566 |
+
msgstr "Hasilkan PHP"
|
567 |
|
568 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:97
|
569 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:135
|
570 |
msgid "No field groups selected"
|
571 |
msgstr "Tidak ada grup bidang yang dipilih"
|
572 |
|
573 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:174
|
574 |
+
#, php-format
|
575 |
+
msgid "Exported 1 field group."
|
576 |
+
msgid_plural "Exported %s field groups."
|
577 |
+
msgstr[0] "Mengekspor %s grup bidang."
|
578 |
+
|
579 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:241
|
580 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:269
|
581 |
+
msgid "Select Field Groups"
|
582 |
+
msgstr "Pilih Grup Bidang"
|
583 |
+
|
584 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:336
|
585 |
+
msgid ""
|
586 |
+
"Select the field groups you would like to export and then select your export "
|
587 |
+
"method. Use the download button to export to a .json file which you can then "
|
588 |
+
"import to another ACF installation. Use the generate button to export to PHP "
|
589 |
+
"code which you can place in your theme."
|
590 |
+
msgstr ""
|
591 |
+
"Pilih grup bidang yang Anda ingin ekspor dan pilih metode ekspor. Gunakan "
|
592 |
+
"tombol unduh untuk ekspor ke file .json yang nantinya bisa Anda impor ke "
|
593 |
+
"instalasi ACF yang lain. Gunakan tombol hasilkan untuk ekspor ke kode PHP "
|
594 |
+
"yang bisa Anda simpan di tema Anda."
|
595 |
+
|
596 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:341
|
597 |
+
msgid "Export File"
|
598 |
+
msgstr "Ekspor Berkas"
|
599 |
+
|
600 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:414
|
601 |
+
msgid ""
|
602 |
+
"The following code can be used to register a local version of the selected "
|
603 |
+
"field group(s). A local field group can provide many benefits such as faster "
|
604 |
+
"load times, version control & dynamic fields/settings. Simply copy and paste "
|
605 |
+
"the following code to your theme's functions.php file or include it within "
|
606 |
+
"an external file."
|
607 |
+
msgstr ""
|
608 |
+
"Kode berikut dapat digunakan untuk mendaftarkan versi lokal dari grup bidang "
|
609 |
+
"yang dipilih. Grup bidang lokal dapat memberikan banyak manfaat seperti "
|
610 |
+
"waktu muat yang lebih cepat, kontrol versi & bidang / setelan dinamis. Cukup "
|
611 |
+
"salin dan tempel kode berikut ke file functions.php tema Anda atau sertakan "
|
612 |
+
"di dalam file eksternal."
|
613 |
+
|
614 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:446
|
615 |
+
msgid "Copy to clipboard"
|
616 |
+
msgstr "Menyalin ke clipboard"
|
617 |
+
|
618 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:483
|
619 |
+
msgid "Copied"
|
620 |
+
msgstr "Tersalin"
|
621 |
+
|
622 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:26
|
623 |
+
msgid "Import Field Groups"
|
624 |
+
msgstr "Impor grup bidang"
|
625 |
+
|
626 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:47
|
627 |
+
msgid ""
|
628 |
+
"Select the Advanced Custom Fields JSON file you would like to import. When "
|
629 |
+
"you click the import button below, ACF will import the field groups."
|
630 |
+
msgstr ""
|
631 |
+
"Pilih berkas JSON Advanced Custom Fields yang ingin Anda impor. Ketika anda "
|
632 |
+
"mengklik tombol impor, ACF akan impor grup bidang."
|
633 |
+
|
634 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:52
|
635 |
+
#: includes/fields/class-acf-field-file.php:57
|
636 |
+
msgid "Select File"
|
637 |
+
msgstr "Pilih Berkas"
|
638 |
+
|
639 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:62
|
640 |
+
msgid "Import File"
|
641 |
+
msgstr "Impor Berkas"
|
642 |
+
|
643 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:85
|
644 |
+
#: includes/fields/class-acf-field-file.php:169
|
645 |
msgid "No file selected"
|
646 |
msgstr "Tak ada file yang dipilih"
|
647 |
|
648 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:93
|
649 |
msgid "Error uploading file. Please try again"
|
650 |
msgstr "Kesalahan mengunggah file. Silakan coba lagi"
|
651 |
|
652 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:98
|
653 |
msgid "Incorrect file type"
|
654 |
msgstr "Jenis file salah"
|
655 |
|
656 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:107
|
657 |
msgid "Import file empty"
|
658 |
msgstr "File yang diimpor kosong"
|
659 |
|
660 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:138
|
|
|
|
|
|
|
|
|
|
|
661 |
#, php-format
|
662 |
+
msgid "Imported 1 field group"
|
663 |
+
msgid_plural "Imported %s field groups"
|
664 |
+
msgstr[0] "Mengimpor %s grup bidang"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
665 |
|
666 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:25
|
667 |
msgid "Conditional Logic"
|
668 |
msgstr "Logika Kondisional"
|
669 |
|
670 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:51
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
671 |
msgid "Show this field if"
|
672 |
msgstr "Tampilkan bidang ini jika"
|
673 |
|
674 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:153
|
675 |
+
#: includes/admin/views/field-group-locations.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
676 |
msgid "Add rule group"
|
677 |
msgstr "Tambahkan peraturan grup"
|
678 |
|
679 |
+
#: includes/admin/views/field-group-field.php:38
|
680 |
+
#: pro/fields/class-acf-field-flexible-content.php:410
|
681 |
+
#: pro/fields/class-acf-field-repeater.php:299
|
682 |
+
msgid "Drag to reorder"
|
683 |
+
msgstr "Seret untuk menyusun ulang"
|
684 |
+
|
685 |
+
#: includes/admin/views/field-group-field.php:42
|
686 |
+
#: includes/admin/views/field-group-field.php:45
|
687 |
msgid "Edit field"
|
688 |
+
msgstr "Sunting Bidang"
|
689 |
|
690 |
+
#: includes/admin/views/field-group-field.php:45
|
691 |
+
#: includes/fields/class-acf-field-file.php:151
|
692 |
+
#: includes/fields/class-acf-field-image.php:131
|
693 |
+
#: includes/fields/class-acf-field-link.php:139
|
694 |
+
#: pro/fields/class-acf-field-gallery.php:337
|
695 |
msgid "Edit"
|
696 |
+
msgstr "Sunting"
|
697 |
|
698 |
+
#: includes/admin/views/field-group-field.php:46
|
699 |
msgid "Duplicate field"
|
700 |
msgstr "Duplikat Bidang"
|
701 |
|
702 |
+
#: includes/admin/views/field-group-field.php:47
|
703 |
msgid "Move field to another group"
|
704 |
msgstr "Pindahkan Bidang ke grup lain"
|
705 |
|
706 |
+
#: includes/admin/views/field-group-field.php:47
|
707 |
msgid "Move"
|
708 |
msgstr "Pindahkan"
|
709 |
|
710 |
+
#: includes/admin/views/field-group-field.php:48
|
711 |
msgid "Delete field"
|
712 |
msgstr "Hapus bidang"
|
713 |
|
714 |
+
#: includes/admin/views/field-group-field.php:48
|
715 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
716 |
msgid "Delete"
|
717 |
msgstr "Hapus"
|
718 |
|
719 |
+
#: includes/admin/views/field-group-field.php:65
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
720 |
msgid "Field Label"
|
721 |
msgstr "Label Bidang"
|
722 |
|
723 |
+
#: includes/admin/views/field-group-field.php:66
|
724 |
msgid "This is the name which will appear on the EDIT page"
|
725 |
+
msgstr "Ini nama yang akan muncul pada laman PENYUNTINGAN"
|
726 |
|
727 |
+
#: includes/admin/views/field-group-field.php:75
|
728 |
msgid "Field Name"
|
729 |
msgstr "Nama Bidang"
|
730 |
|
731 |
+
#: includes/admin/views/field-group-field.php:76
|
732 |
msgid "Single word, no spaces. Underscores and dashes allowed"
|
733 |
msgstr "Satu kata, tanpa spasi. Garis bawah dan strip dibolehkan"
|
734 |
|
735 |
+
#: includes/admin/views/field-group-field.php:85
|
736 |
msgid "Field Type"
|
737 |
msgstr "Jenis Bidang"
|
738 |
|
739 |
+
#: includes/admin/views/field-group-field.php:96
|
740 |
msgid "Instructions"
|
741 |
msgstr "Instruksi"
|
742 |
|
743 |
+
#: includes/admin/views/field-group-field.php:97
|
744 |
msgid "Instructions for authors. Shown when submitting data"
|
745 |
msgstr "Instruksi untuk author. Terlihat ketika mengirim data"
|
746 |
|
747 |
+
#: includes/admin/views/field-group-field.php:106
|
748 |
msgid "Required?"
|
749 |
msgstr "Diperlukan?"
|
750 |
|
751 |
+
#: includes/admin/views/field-group-field.php:129
|
752 |
msgid "Wrapper Attributes"
|
753 |
msgstr "Atribut Wrapper"
|
754 |
|
755 |
+
#: includes/admin/views/field-group-field.php:135
|
756 |
msgid "width"
|
757 |
msgstr "lebar"
|
758 |
|
759 |
+
#: includes/admin/views/field-group-field.php:150
|
760 |
msgid "class"
|
761 |
msgstr "class"
|
762 |
|
763 |
+
#: includes/admin/views/field-group-field.php:163
|
764 |
msgid "id"
|
765 |
msgstr "id"
|
766 |
|
767 |
+
#: includes/admin/views/field-group-field.php:175
|
768 |
msgid "Close Field"
|
769 |
msgstr "Tutup Bidang"
|
770 |
|
771 |
+
#: includes/admin/views/field-group-fields.php:4
|
772 |
msgid "Order"
|
773 |
msgstr "Suruh"
|
774 |
|
775 |
+
#: includes/admin/views/field-group-fields.php:5
|
776 |
+
#: includes/fields/class-acf-field-button-group.php:198
|
777 |
+
#: includes/fields/class-acf-field-checkbox.php:420
|
778 |
+
#: includes/fields/class-acf-field-radio.php:311
|
779 |
+
#: includes/fields/class-acf-field-select.php:433
|
780 |
+
#: pro/fields/class-acf-field-flexible-content.php:583
|
781 |
msgid "Label"
|
782 |
msgstr "Label"
|
783 |
|
784 |
+
#: includes/admin/views/field-group-fields.php:6
|
785 |
+
#: includes/fields/class-acf-field-taxonomy.php:936
|
786 |
+
#: pro/fields/class-acf-field-flexible-content.php:597
|
787 |
msgid "Name"
|
788 |
msgstr "Nama"
|
789 |
|
790 |
+
#: includes/admin/views/field-group-fields.php:8
|
791 |
msgid "Type"
|
792 |
msgstr "Tipe"
|
793 |
|
794 |
+
#: includes/admin/views/field-group-fields.php:14
|
795 |
+
msgid ""
|
796 |
+
"No fields. Click the <strong>+ Add Field</strong> button to create your "
|
797 |
+
"first field."
|
798 |
+
msgstr ""
|
799 |
+
"Tidak ada bidang. Klik tombol <strong>+ Tambah Bidang</strong> untuk membuat "
|
800 |
+
"bidang pertama Anda."
|
801 |
|
802 |
+
#: includes/admin/views/field-group-fields.php:31
|
803 |
msgid "+ Add Field"
|
804 |
msgstr "+ Tambah Bidang"
|
805 |
|
806 |
+
#: includes/admin/views/field-group-locations.php:9
|
807 |
+
msgid "Rules"
|
808 |
+
msgstr "Peraturan"
|
809 |
|
810 |
+
#: includes/admin/views/field-group-locations.php:10
|
811 |
+
msgid ""
|
812 |
+
"Create a set of rules to determine which edit screens will use these "
|
813 |
+
"advanced custom fields"
|
814 |
+
msgstr ""
|
815 |
+
"Buat sekumpulan aturan untuk menentukan layar sunting mana yang akan "
|
816 |
+
"menggunakan bidang kustom lanjutan ini"
|
817 |
|
818 |
+
#: includes/admin/views/field-group-options.php:23
|
819 |
+
msgid "Style"
|
820 |
+
msgstr "Gaya"
|
821 |
|
822 |
+
#: includes/admin/views/field-group-options.php:30
|
823 |
+
msgid "Standard (WP metabox)"
|
824 |
+
msgstr "Standar (WP metabox)"
|
825 |
|
826 |
+
#: includes/admin/views/field-group-options.php:31
|
827 |
+
msgid "Seamless (no metabox)"
|
828 |
+
msgstr "Mulus (tanpa metabox)"
|
829 |
|
830 |
+
#: includes/admin/views/field-group-options.php:38
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
831 |
msgid "Position"
|
832 |
msgstr "Posisi"
|
833 |
|
834 |
+
#: includes/admin/views/field-group-options.php:45
|
835 |
msgid "High (after title)"
|
836 |
msgstr "Tinggi (setelah judul)"
|
837 |
|
838 |
+
#: includes/admin/views/field-group-options.php:46
|
839 |
msgid "Normal (after content)"
|
840 |
msgstr "Normal (setelah konten)"
|
841 |
|
842 |
+
#: includes/admin/views/field-group-options.php:47
|
843 |
msgid "Side"
|
844 |
msgstr "Samping"
|
845 |
|
846 |
+
#: includes/admin/views/field-group-options.php:55
|
847 |
msgid "Label placement"
|
848 |
msgstr "Penempatan Label"
|
849 |
|
850 |
+
#: includes/admin/views/field-group-options.php:62
|
851 |
+
#: includes/fields/class-acf-field-tab.php:106
|
852 |
msgid "Top aligned"
|
853 |
msgstr "Selaras atas"
|
854 |
|
855 |
+
#: includes/admin/views/field-group-options.php:63
|
856 |
+
#: includes/fields/class-acf-field-tab.php:107
|
857 |
msgid "Left aligned"
|
858 |
msgstr "Selaras kiri"
|
859 |
|
860 |
+
#: includes/admin/views/field-group-options.php:70
|
861 |
msgid "Instruction placement"
|
862 |
msgstr "Penempatan instruksi"
|
863 |
|
864 |
+
#: includes/admin/views/field-group-options.php:77
|
865 |
msgid "Below labels"
|
866 |
msgstr "Di bawah label"
|
867 |
|
868 |
+
#: includes/admin/views/field-group-options.php:78
|
869 |
msgid "Below fields"
|
870 |
msgstr "Di bawah bidang"
|
871 |
|
872 |
+
#: includes/admin/views/field-group-options.php:85
|
873 |
msgid "Order No."
|
874 |
+
msgstr "Urutan No."
|
875 |
|
876 |
+
#: includes/admin/views/field-group-options.php:86
|
877 |
msgid "Field groups with a lower order will appear first"
|
878 |
+
msgstr ""
|
879 |
+
"Bidang kelompok dengan urutan yang lebih rendah akan muncul pertama kali"
|
880 |
|
881 |
+
#: includes/admin/views/field-group-options.php:97
|
882 |
msgid "Shown in field group list"
|
883 |
msgstr "Ditampilkan dalam daftar Grup bidang"
|
884 |
|
885 |
+
#: includes/admin/views/field-group-options.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
886 |
msgid "Permalink"
|
887 |
msgstr "Permalink"
|
888 |
|
889 |
+
#: includes/admin/views/field-group-options.php:108
|
890 |
msgid "Content Editor"
|
891 |
msgstr "Konten Edior"
|
892 |
|
893 |
+
#: includes/admin/views/field-group-options.php:109
|
894 |
msgid "Excerpt"
|
895 |
msgstr "Kutipan"
|
896 |
|
897 |
+
#: includes/admin/views/field-group-options.php:111
|
898 |
msgid "Discussion"
|
899 |
msgstr "Diskusi"
|
900 |
|
901 |
+
#: includes/admin/views/field-group-options.php:113
|
|
|
|
|
|
|
|
|
902 |
msgid "Revisions"
|
903 |
msgstr "Revisi"
|
904 |
|
905 |
+
#: includes/admin/views/field-group-options.php:114
|
906 |
msgid "Slug"
|
907 |
msgstr "Slug"
|
908 |
|
909 |
+
#: includes/admin/views/field-group-options.php:115
|
910 |
msgid "Author"
|
911 |
+
msgstr "Penulis"
|
912 |
|
913 |
+
#: includes/admin/views/field-group-options.php:116
|
914 |
msgid "Format"
|
915 |
msgstr "Format"
|
916 |
|
917 |
+
#: includes/admin/views/field-group-options.php:117
|
918 |
msgid "Page Attributes"
|
919 |
msgstr "Atribut Laman"
|
920 |
|
921 |
+
#: includes/admin/views/field-group-options.php:118
|
922 |
+
#: includes/fields/class-acf-field-relationship.php:601
|
923 |
msgid "Featured Image"
|
924 |
msgstr "Gambar Fitur"
|
925 |
|
926 |
+
#: includes/admin/views/field-group-options.php:119
|
927 |
msgid "Categories"
|
928 |
msgstr "Kategori"
|
929 |
|
930 |
+
#: includes/admin/views/field-group-options.php:120
|
931 |
msgid "Tags"
|
932 |
msgstr "Tag"
|
933 |
|
934 |
+
#: includes/admin/views/field-group-options.php:121
|
935 |
msgid "Send Trackbacks"
|
936 |
msgstr "Kirim Pelacakan"
|
937 |
|
938 |
+
#: includes/admin/views/field-group-options.php:128
|
939 |
+
msgid "Hide on screen"
|
940 |
+
msgstr "Sembunyikan pada layar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
941 |
|
942 |
+
#: includes/admin/views/field-group-options.php:129
|
943 |
+
msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
|
|
|
944 |
msgstr ""
|
945 |
+
"<b>Pilih</b> item untuk <b>menyembunyikan</b> mereka dari layar penyuntingan."
|
|
|
|
|
|
|
|
|
946 |
|
947 |
+
#: includes/admin/views/field-group-options.php:129
|
|
|
|
|
|
|
|
|
948 |
msgid ""
|
949 |
+
"If multiple field groups appear on an edit screen, the first field group's "
|
950 |
+
"options will be used (the one with the lowest order number)"
|
951 |
msgstr ""
|
952 |
+
"Jika beberapa kelompok bidang ditampilkan pada layar penyuntingan, pilihan "
|
953 |
+
"bidang kelompok yang pertama akan digunakan (yang memiliki nomor urutan "
|
954 |
+
"terendah)"
|
|
|
|
|
|
|
955 |
|
956 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:26
|
957 |
+
#, php-format
|
958 |
msgid ""
|
959 |
+
"The following sites require a DB upgrade. Check the ones you want to update "
|
960 |
+
"and then click %s."
|
961 |
msgstr ""
|
962 |
+
"Situs-situs berikut memerlukan upgrade DB. Centang yang ingin Anda perbarui "
|
963 |
+
"dan kemudian klik %s."
|
|
|
|
|
|
|
|
|
964 |
|
965 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:26
|
966 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:27
|
967 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:92
|
968 |
+
msgid "Upgrade Sites"
|
969 |
+
msgstr "Perbarui Situs"
|
|
|
|
|
970 |
|
971 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:36
|
972 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:47
|
973 |
+
msgid "Site"
|
974 |
+
msgstr "Situs"
|
975 |
|
976 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:74
|
977 |
+
#, php-format
|
978 |
+
msgid "Site requires database upgrade from %s to %s"
|
979 |
+
msgstr "Situs memerlukan pembaruan database dari %s ke %s"
|
980 |
|
981 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:76
|
982 |
+
msgid "Site is up to date"
|
983 |
+
msgstr "Situs ini dalam versi terbaru"
|
984 |
|
985 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:93
|
986 |
#, php-format
|
987 |
msgid ""
|
988 |
+
"Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
|
|
|
989 |
msgstr ""
|
990 |
+
"Pembaruan database selesai. <a href=\"%s\">Kembali ke dasbor jaringan</a>"
|
|
|
991 |
|
992 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:113
|
993 |
+
msgid "Please select at least one site to upgrade."
|
994 |
+
msgstr "Pilih setidaknya satu situs untuk ditingkatkan."
|
995 |
|
996 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:117
|
997 |
+
#: includes/admin/views/html-notice-upgrade.php:38
|
998 |
msgid ""
|
999 |
+
"It is strongly recommended that you backup your database before proceeding. "
|
1000 |
+
"Are you sure you wish to run the updater now?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1001 |
msgstr ""
|
1002 |
+
"Sangat direkomendasikan untuk mencadangkan database situs anda sebelum "
|
1003 |
+
"memproses. Apakah Anda yakin menjalankan pembaruan sekarang?"
|
1004 |
|
1005 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:144
|
1006 |
+
#: includes/admin/views/html-admin-page-upgrade.php:31
|
1007 |
#, php-format
|
1008 |
+
msgid "Upgrading data to version %s"
|
1009 |
+
msgstr "Meningkatkan data ke versi %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1010 |
|
1011 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:158
|
1012 |
+
msgid "Upgrade complete."
|
1013 |
+
msgstr "Pembaruan selesai."
|
1014 |
|
1015 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:161
|
1016 |
+
#: includes/admin/views/html-admin-page-upgrade.php:65
|
1017 |
+
msgid "Upgrade failed."
|
1018 |
+
msgstr "Pembaruan gagal."
|
1019 |
|
1020 |
+
#: includes/admin/views/html-admin-page-upgrade.php:30
|
1021 |
+
msgid "Reading upgrade tasks..."
|
1022 |
+
msgstr "Membaca tugas upgrade..."
|
1023 |
|
1024 |
+
#: includes/admin/views/html-admin-page-upgrade.php:33
|
1025 |
#, php-format
|
1026 |
+
msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
|
1027 |
+
msgstr "Pembaruan database selesai. <a href=\"%s\">Lihat apa yang baru</a>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1028 |
|
1029 |
+
#: includes/admin/views/html-admin-page-upgrade.php:94
|
1030 |
+
#: includes/ajax/class-acf-ajax-upgrade.php:32
|
1031 |
+
msgid "No updates available."
|
1032 |
+
msgstr "Pembaruan tidak tersedia ."
|
1033 |
|
1034 |
+
#: includes/admin/views/html-admin-tools.php:21
|
1035 |
+
msgid "Back to all tools"
|
1036 |
+
msgstr "Kembali ke semua alat"
|
|
|
|
|
|
|
|
|
|
|
|
|
1037 |
|
1038 |
+
#: includes/admin/views/html-location-group.php:3
|
1039 |
+
msgid "Show this field group if"
|
1040 |
+
msgstr "Tampilkan grup bidang jika"
|
1041 |
|
1042 |
+
#: includes/admin/views/html-notice-upgrade.php:8
|
1043 |
+
#: pro/fields/class-acf-field-repeater.php:25
|
1044 |
+
msgid "Repeater"
|
1045 |
+
msgstr "Pengulang"
|
1046 |
|
1047 |
+
#: includes/admin/views/html-notice-upgrade.php:9
|
1048 |
+
#: pro/fields/class-acf-field-flexible-content.php:25
|
1049 |
+
msgid "Flexible Content"
|
1050 |
+
msgstr "Konten Fleksibel"
|
1051 |
|
1052 |
+
#: includes/admin/views/html-notice-upgrade.php:10
|
1053 |
+
#: pro/fields/class-acf-field-gallery.php:25
|
1054 |
+
msgid "Gallery"
|
1055 |
+
msgstr "Galeri"
|
|
|
|
|
|
|
1056 |
|
1057 |
+
#: includes/admin/views/html-notice-upgrade.php:11
|
1058 |
+
#: pro/locations/class-acf-location-options-page.php:20
|
1059 |
+
msgid "Options Page"
|
1060 |
+
msgstr "Opsi Laman"
|
1061 |
|
1062 |
+
#: includes/admin/views/html-notice-upgrade.php:21
|
1063 |
+
msgid "Database Upgrade Required"
|
1064 |
+
msgstr "Diperlukan Peningkatan Database"
|
1065 |
|
1066 |
+
#: includes/admin/views/html-notice-upgrade.php:22
|
1067 |
+
#, php-format
|
1068 |
+
msgid "Thank you for updating to %s v%s!"
|
1069 |
+
msgstr "Terimakasih sudah memperbarui ke %s v%s!"
|
1070 |
|
1071 |
+
#: includes/admin/views/html-notice-upgrade.php:22
|
1072 |
msgid ""
|
1073 |
+
"This version contains improvements to your database and requires an upgrade."
|
1074 |
msgstr ""
|
1075 |
+
"Versi ini berisi perbaikan pada database Anda dan membutuhkan peningkatan."
|
|
|
|
|
|
|
|
|
1076 |
|
1077 |
+
#: includes/admin/views/html-notice-upgrade.php:24
|
1078 |
#, php-format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1079 |
msgid ""
|
1080 |
+
"Please also check all premium add-ons (%s) are updated to the latest version."
|
|
|
1081 |
msgstr ""
|
1082 |
+
"Harap periksa juga semua pengaya premium (%s) diperbarui ke versi terbaru."
|
|
|
1083 |
|
1084 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:34
|
1085 |
+
msgid "Invalid field group parameter(s)."
|
1086 |
+
msgstr "Parameter grup bidang tidak valid."
|
1087 |
|
1088 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:41
|
1089 |
+
msgid "Invalid field group ID."
|
1090 |
+
msgstr "ID grup bidang tidak valid."
|
1091 |
|
1092 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:51
|
1093 |
+
msgid "Sorry, this field group is unavailable for diff comparison."
|
1094 |
+
msgstr "Maaf, grup bidang ini tidak tersedia untuk perbandingan perbedaan."
|
1095 |
|
1096 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:57
|
1097 |
#, php-format
|
1098 |
+
msgid "Last updated: %s"
|
1099 |
+
msgstr "Terakhir diperbarui: %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1100 |
|
1101 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:62
|
1102 |
+
msgid "Original field group"
|
1103 |
+
msgstr "Grup bidang asli"
|
|
|
1104 |
|
1105 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:66
|
1106 |
+
msgid "JSON field group (newer)"
|
1107 |
+
msgstr "Grup bidang JSON (lebih baru)"
|
1108 |
|
1109 |
+
#: includes/ajax/class-acf-ajax.php:157
|
1110 |
+
msgid "Invalid nonce."
|
1111 |
+
msgstr "Nonce tidak valid."
|
1112 |
|
1113 |
+
#: includes/api/api-helpers.php:844
|
1114 |
msgid "Thumbnail"
|
1115 |
msgstr "Thumbnail"
|
1116 |
|
1117 |
+
#: includes/api/api-helpers.php:845
|
1118 |
msgid "Medium"
|
1119 |
msgstr "Sedang"
|
1120 |
|
1121 |
+
#: includes/api/api-helpers.php:846
|
1122 |
msgid "Large"
|
1123 |
msgstr "Besar"
|
1124 |
|
1125 |
+
#: includes/api/api-helpers.php:895
|
1126 |
msgid "Full Size"
|
1127 |
msgstr "Ukuran Penuh"
|
1128 |
|
1129 |
+
#: includes/api/api-helpers.php:1632 includes/api/api-term.php:147
|
1130 |
+
#: pro/fields/class-acf-field-clone.php:996
|
1131 |
msgid "(no title)"
|
1132 |
msgstr "(tanpa judul)"
|
1133 |
|
1134 |
+
#: includes/api/api-helpers.php:3596
|
1135 |
#, php-format
|
1136 |
msgid "Image width must be at least %dpx."
|
1137 |
+
msgstr "Lebar gambar setidaknya harus %dpx."
|
1138 |
|
1139 |
+
#: includes/api/api-helpers.php:3601
|
1140 |
#, php-format
|
1141 |
msgid "Image width must not exceed %dpx."
|
1142 |
msgstr "Lebar gambar tidak boleh melebihi %dpx."
|
1143 |
|
1144 |
+
#: includes/api/api-helpers.php:3617
|
1145 |
#, php-format
|
1146 |
msgid "Image height must be at least %dpx."
|
1147 |
+
msgstr "Tinggi gambar setidaknya harus %dpx."
|
1148 |
|
1149 |
+
#: includes/api/api-helpers.php:3622
|
1150 |
#, php-format
|
1151 |
msgid "Image height must not exceed %dpx."
|
1152 |
msgstr "Tinggi gambar tidak boleh melebihi %dpx."
|
1153 |
|
1154 |
+
#: includes/api/api-helpers.php:3640
|
1155 |
#, php-format
|
1156 |
msgid "File size must be at least %s."
|
1157 |
+
msgstr "Ukuran file setidaknya harus %s."
|
1158 |
|
1159 |
+
#: includes/api/api-helpers.php:3645
|
1160 |
#, php-format
|
1161 |
+
msgid "File size must not exceed %s."
|
1162 |
msgstr "Ukuran file harus tidak boleh melebihi %s."
|
1163 |
|
1164 |
+
#: includes/api/api-helpers.php:3679
|
1165 |
#, php-format
|
1166 |
msgid "File type must be %s."
|
1167 |
msgstr "Jenis file harus %s."
|
1168 |
|
1169 |
+
#: includes/assets.php:343
|
1170 |
+
msgid "Are you sure?"
|
1171 |
+
msgstr "Anda Yakin?"
|
1172 |
|
1173 |
+
#: includes/assets.php:344 includes/fields/class-acf-field-true_false.php:79
|
1174 |
+
#: includes/fields/class-acf-field-true_false.php:159
|
1175 |
+
#: pro/admin/views/html-settings-updates.php:88
|
1176 |
+
msgid "Yes"
|
1177 |
+
msgstr "Ya"
|
1178 |
+
|
1179 |
+
#: includes/assets.php:345 includes/fields/class-acf-field-true_false.php:80
|
1180 |
+
#: includes/fields/class-acf-field-true_false.php:174
|
1181 |
+
#: pro/admin/views/html-settings-updates.php:98
|
1182 |
+
msgid "No"
|
1183 |
+
msgstr "Tidak"
|
1184 |
+
|
1185 |
+
#: includes/assets.php:346 includes/fields/class-acf-field-file.php:153
|
1186 |
+
#: includes/fields/class-acf-field-image.php:133
|
1187 |
+
#: includes/fields/class-acf-field-link.php:140
|
1188 |
+
#: pro/fields/class-acf-field-gallery.php:338
|
1189 |
+
#: pro/fields/class-acf-field-gallery.php:478
|
1190 |
+
msgid "Remove"
|
1191 |
+
msgstr "Singkirkan"
|
1192 |
+
|
1193 |
+
#: includes/assets.php:347
|
1194 |
+
msgid "Cancel"
|
1195 |
+
msgstr "Batalkan"
|
1196 |
+
|
1197 |
+
#: includes/assets.php:355
|
1198 |
+
msgid "The changes you made will be lost if you navigate away from this page"
|
1199 |
+
msgstr ""
|
1200 |
+
"Perubahan yang Anda buat akan hilang jika Anda menavigasi keluar dari laman "
|
1201 |
+
"ini"
|
1202 |
+
|
1203 |
+
#: includes/assets.php:358
|
1204 |
+
msgid "Validation successful"
|
1205 |
+
msgstr "Validasi Sukses"
|
1206 |
+
|
1207 |
+
#: includes/assets.php:359 includes/validation.php:285
|
1208 |
+
#: includes/validation.php:296
|
1209 |
+
msgid "Validation failed"
|
1210 |
+
msgstr "Validasi Gagal"
|
1211 |
+
|
1212 |
+
#: includes/assets.php:360
|
1213 |
+
msgid "1 field requires attention"
|
1214 |
+
msgstr "1 Bidang memerlukan perhatian"
|
1215 |
+
|
1216 |
+
#: includes/assets.php:361
|
1217 |
+
#, php-format
|
1218 |
+
msgid "%d fields require attention"
|
1219 |
+
msgstr "Bidang %d memerlukan perhatian"
|
1220 |
+
|
1221 |
+
#: includes/assets.php:364 includes/forms/form-comment.php:166
|
1222 |
+
#: pro/admin/admin-options-page.php:325
|
1223 |
+
msgid "Edit field group"
|
1224 |
+
msgstr "Sunting Grup Bidang"
|
1225 |
+
|
1226 |
+
#: includes/fields.php:308
|
1227 |
+
msgid "Field type does not exist"
|
1228 |
+
msgstr "Jenis bidang tidak ada"
|
1229 |
+
|
1230 |
+
#: includes/fields.php:308
|
1231 |
+
msgid "Unknown"
|
1232 |
+
msgstr "Tidak diketahui"
|
1233 |
|
1234 |
+
#: includes/fields.php:349
|
1235 |
msgid "Basic"
|
1236 |
msgstr "Dasar"
|
1237 |
|
1238 |
+
#: includes/fields.php:350 includes/forms/form-front.php:47
|
1239 |
msgid "Content"
|
1240 |
msgstr "Konten"
|
1241 |
|
1242 |
+
#: includes/fields.php:351
|
1243 |
msgid "Choice"
|
1244 |
msgstr "Pilihan"
|
1245 |
|
1246 |
+
#: includes/fields.php:352
|
1247 |
msgid "Relational"
|
1248 |
msgstr "Relasional"
|
1249 |
|
1250 |
+
#: includes/fields.php:353
|
1251 |
msgid "jQuery"
|
1252 |
msgstr "jQuery"
|
1253 |
|
1254 |
+
#: includes/fields.php:354 includes/fields/class-acf-field-button-group.php:177
|
1255 |
+
#: includes/fields/class-acf-field-checkbox.php:389
|
1256 |
+
#: includes/fields/class-acf-field-group.php:474
|
1257 |
+
#: includes/fields/class-acf-field-radio.php:290
|
1258 |
+
#: pro/fields/class-acf-field-clone.php:843
|
1259 |
+
#: pro/fields/class-acf-field-flexible-content.php:554
|
1260 |
+
#: pro/fields/class-acf-field-flexible-content.php:603
|
1261 |
+
#: pro/fields/class-acf-field-repeater.php:449
|
1262 |
msgid "Layout"
|
1263 |
msgstr "Layout"
|
1264 |
|
1265 |
+
#: includes/fields/class-acf-field-accordion.php:24
|
1266 |
+
msgid "Accordion"
|
1267 |
+
msgstr "Accordion"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1268 |
|
1269 |
+
#: includes/fields/class-acf-field-accordion.php:99
|
1270 |
+
msgid "Open"
|
1271 |
+
msgstr "Buka"
|
1272 |
|
1273 |
+
#: includes/fields/class-acf-field-accordion.php:100
|
1274 |
+
msgid "Display this accordion as open on page load."
|
1275 |
+
msgstr "Tampilkan accordion ini sebagai terbuka pada pemuatan halaman."
|
1276 |
|
1277 |
+
#: includes/fields/class-acf-field-accordion.php:109
|
1278 |
+
msgid "Multi-expand"
|
1279 |
+
msgstr "Multi-perluasan"
|
|
|
1280 |
|
1281 |
+
#: includes/fields/class-acf-field-accordion.php:110
|
1282 |
+
msgid "Allow this accordion to open without closing others."
|
1283 |
+
msgstr "Biarkan accordion ini terbuka tanpa menutup yang lain."
|
1284 |
|
1285 |
+
#: includes/fields/class-acf-field-accordion.php:119
|
1286 |
+
#: includes/fields/class-acf-field-tab.php:114
|
1287 |
+
msgid "Endpoint"
|
1288 |
+
msgstr "Titik akhir"
|
1289 |
|
1290 |
+
#: includes/fields/class-acf-field-accordion.php:120
|
1291 |
+
msgid ""
|
1292 |
+
"Define an endpoint for the previous accordion to stop. This accordion will "
|
1293 |
+
"not be visible."
|
1294 |
+
msgstr ""
|
1295 |
+
"Tentukan titik akhir untuk Accordion sebelumnya untuk berhenti. Accordion "
|
1296 |
+
"ini tidak akan terlihat."
|
1297 |
|
1298 |
+
#: includes/fields/class-acf-field-button-group.php:24
|
1299 |
+
msgid "Button Group"
|
1300 |
+
msgstr "Grup Tombol"
|
1301 |
|
1302 |
+
#: includes/fields/class-acf-field-button-group.php:149
|
1303 |
+
#: includes/fields/class-acf-field-checkbox.php:344
|
1304 |
+
#: includes/fields/class-acf-field-radio.php:235
|
1305 |
+
#: includes/fields/class-acf-field-select.php:364
|
1306 |
msgid "Choices"
|
1307 |
msgstr "Pilihan"
|
1308 |
|
1309 |
+
#: includes/fields/class-acf-field-button-group.php:150
|
1310 |
+
#: includes/fields/class-acf-field-checkbox.php:345
|
1311 |
+
#: includes/fields/class-acf-field-radio.php:236
|
1312 |
+
#: includes/fields/class-acf-field-select.php:365
|
1313 |
msgid "Enter each choice on a new line."
|
1314 |
msgstr "Masukkan setiap pilihan pada baris baru."
|
1315 |
|
1316 |
+
#: includes/fields/class-acf-field-button-group.php:150
|
1317 |
+
#: includes/fields/class-acf-field-checkbox.php:345
|
1318 |
+
#: includes/fields/class-acf-field-radio.php:236
|
1319 |
+
#: includes/fields/class-acf-field-select.php:365
|
1320 |
msgid "For more control, you may specify both a value and label like this:"
|
1321 |
+
msgstr ""
|
1322 |
+
"Untuk kontrol lebih, Anda dapat menentukan keduanya antara nilai dan bidang "
|
1323 |
+
"seperti ini:"
|
1324 |
|
1325 |
+
#: includes/fields/class-acf-field-button-group.php:150
|
1326 |
+
#: includes/fields/class-acf-field-checkbox.php:345
|
1327 |
+
#: includes/fields/class-acf-field-radio.php:236
|
1328 |
+
#: includes/fields/class-acf-field-select.php:365
|
1329 |
msgid "red : Red"
|
1330 |
msgstr "merah : Merah"
|
1331 |
|
1332 |
+
#: includes/fields/class-acf-field-button-group.php:158
|
1333 |
+
#: includes/fields/class-acf-field-page_link.php:506
|
1334 |
+
#: includes/fields/class-acf-field-post_object.php:411
|
1335 |
+
#: includes/fields/class-acf-field-radio.php:244
|
1336 |
+
#: includes/fields/class-acf-field-select.php:382
|
1337 |
+
#: includes/fields/class-acf-field-taxonomy.php:781
|
1338 |
+
#: includes/fields/class-acf-field-user.php:63
|
1339 |
+
msgid "Allow Null?"
|
1340 |
+
msgstr "Izinkan Null?"
|
1341 |
+
|
1342 |
+
#: includes/fields/class-acf-field-button-group.php:168
|
1343 |
+
#: includes/fields/class-acf-field-checkbox.php:380
|
1344 |
+
#: includes/fields/class-acf-field-color_picker.php:131
|
1345 |
+
#: includes/fields/class-acf-field-email.php:118
|
1346 |
+
#: includes/fields/class-acf-field-number.php:127
|
1347 |
+
#: includes/fields/class-acf-field-radio.php:281
|
1348 |
+
#: includes/fields/class-acf-field-range.php:155
|
1349 |
+
#: includes/fields/class-acf-field-select.php:373
|
1350 |
+
#: includes/fields/class-acf-field-text.php:95
|
1351 |
+
#: includes/fields/class-acf-field-textarea.php:102
|
1352 |
+
#: includes/fields/class-acf-field-true_false.php:135
|
1353 |
+
#: includes/fields/class-acf-field-url.php:100
|
1354 |
+
#: includes/fields/class-acf-field-wysiwyg.php:371
|
1355 |
msgid "Default Value"
|
1356 |
msgstr "Nilai Default"
|
1357 |
|
1358 |
+
#: includes/fields/class-acf-field-button-group.php:169
|
1359 |
+
#: includes/fields/class-acf-field-email.php:119
|
1360 |
+
#: includes/fields/class-acf-field-number.php:128
|
1361 |
+
#: includes/fields/class-acf-field-radio.php:282
|
1362 |
+
#: includes/fields/class-acf-field-range.php:156
|
1363 |
+
#: includes/fields/class-acf-field-text.php:96
|
1364 |
+
#: includes/fields/class-acf-field-textarea.php:103
|
1365 |
+
#: includes/fields/class-acf-field-url.php:101
|
1366 |
+
#: includes/fields/class-acf-field-wysiwyg.php:372
|
1367 |
+
msgid "Appears when creating a new post"
|
1368 |
+
msgstr "Muncul ketika membuat sebuah post baru"
|
1369 |
|
1370 |
+
#: includes/fields/class-acf-field-button-group.php:183
|
1371 |
+
#: includes/fields/class-acf-field-checkbox.php:396
|
1372 |
+
#: includes/fields/class-acf-field-radio.php:297
|
1373 |
msgid "Horizontal"
|
1374 |
msgstr "Horizontal"
|
1375 |
|
1376 |
+
#: includes/fields/class-acf-field-button-group.php:184
|
1377 |
+
#: includes/fields/class-acf-field-checkbox.php:395
|
1378 |
+
#: includes/fields/class-acf-field-radio.php:296
|
1379 |
+
msgid "Vertical"
|
1380 |
+
msgstr "Vertikal"
|
|
|
|
|
1381 |
|
1382 |
+
#: includes/fields/class-acf-field-button-group.php:191
|
1383 |
+
#: includes/fields/class-acf-field-checkbox.php:413
|
1384 |
+
#: includes/fields/class-acf-field-file.php:214
|
1385 |
+
#: includes/fields/class-acf-field-link.php:166
|
1386 |
+
#: includes/fields/class-acf-field-radio.php:304
|
1387 |
+
#: includes/fields/class-acf-field-taxonomy.php:826
|
1388 |
+
msgid "Return Value"
|
1389 |
+
msgstr "Nilai Kembali"
|
1390 |
+
|
1391 |
+
#: includes/fields/class-acf-field-button-group.php:192
|
1392 |
+
#: includes/fields/class-acf-field-checkbox.php:414
|
1393 |
+
#: includes/fields/class-acf-field-file.php:215
|
1394 |
+
#: includes/fields/class-acf-field-link.php:167
|
1395 |
+
#: includes/fields/class-acf-field-radio.php:305
|
1396 |
+
msgid "Specify the returned value on front end"
|
1397 |
+
msgstr "Tentukan nilai yang dikembalikan di front-end"
|
1398 |
+
|
1399 |
+
#: includes/fields/class-acf-field-button-group.php:197
|
1400 |
+
#: includes/fields/class-acf-field-checkbox.php:419
|
1401 |
+
#: includes/fields/class-acf-field-radio.php:310
|
1402 |
+
#: includes/fields/class-acf-field-select.php:432
|
1403 |
+
msgid "Value"
|
1404 |
+
msgstr "Nilai"
|
1405 |
+
|
1406 |
+
#: includes/fields/class-acf-field-button-group.php:199
|
1407 |
+
#: includes/fields/class-acf-field-checkbox.php:421
|
1408 |
+
#: includes/fields/class-acf-field-radio.php:312
|
1409 |
+
#: includes/fields/class-acf-field-select.php:434
|
1410 |
+
msgid "Both (Array)"
|
1411 |
+
msgstr "Keduanya (Array)"
|
1412 |
+
|
1413 |
+
#: includes/fields/class-acf-field-checkbox.php:25
|
1414 |
+
#: includes/fields/class-acf-field-taxonomy.php:768
|
1415 |
+
msgid "Checkbox"
|
1416 |
+
msgstr "Kotak centang"
|
1417 |
+
|
1418 |
+
#: includes/fields/class-acf-field-checkbox.php:154
|
1419 |
+
msgid "Toggle All"
|
1420 |
+
msgstr "Centang Semua"
|
1421 |
+
|
1422 |
+
#: includes/fields/class-acf-field-checkbox.php:221
|
1423 |
+
msgid "Add new choice"
|
1424 |
+
msgstr "Tambah pilihan baru"
|
1425 |
+
|
1426 |
+
#: includes/fields/class-acf-field-checkbox.php:353
|
1427 |
+
msgid "Allow Custom"
|
1428 |
+
msgstr "Izinkan Kustom"
|
1429 |
+
|
1430 |
+
#: includes/fields/class-acf-field-checkbox.php:358
|
1431 |
+
msgid "Allow 'custom' values to be added"
|
1432 |
+
msgstr "Izinkan ‘kustom’ nilai untuk ditambahkan"
|
1433 |
+
|
1434 |
+
#: includes/fields/class-acf-field-checkbox.php:364
|
1435 |
+
msgid "Save Custom"
|
1436 |
+
msgstr "Simpan Kustom"
|
1437 |
+
|
1438 |
+
#: includes/fields/class-acf-field-checkbox.php:369
|
1439 |
+
msgid "Save 'custom' values to the field's choices"
|
1440 |
+
msgstr "Simpan nilai ‘kustom’ ke bidang pilihan"
|
1441 |
+
|
1442 |
+
#: includes/fields/class-acf-field-checkbox.php:381
|
1443 |
+
#: includes/fields/class-acf-field-select.php:374
|
1444 |
+
msgid "Enter each default value on a new line"
|
1445 |
+
msgstr "Masukkan setiap nilai default pada baris baru"
|
1446 |
+
|
1447 |
+
#: includes/fields/class-acf-field-checkbox.php:403
|
1448 |
+
msgid "Toggle"
|
1449 |
+
msgstr "Toggle"
|
1450 |
+
|
1451 |
+
#: includes/fields/class-acf-field-checkbox.php:404
|
1452 |
+
msgid "Prepend an extra checkbox to toggle all choices"
|
1453 |
+
msgstr "Tambahkan sebuah kotak centang untuk centang semua pilihan"
|
1454 |
+
|
1455 |
+
#: includes/fields/class-acf-field-color_picker.php:25
|
1456 |
msgid "Color Picker"
|
1457 |
msgstr "Pengambil Warna"
|
1458 |
|
1459 |
+
#: includes/fields/class-acf-field-color_picker.php:68
|
1460 |
msgid "Clear"
|
1461 |
msgstr "Bersihkan"
|
1462 |
|
1463 |
+
#: includes/fields/class-acf-field-color_picker.php:69
|
1464 |
msgid "Default"
|
1465 |
msgstr "Default"
|
1466 |
|
1467 |
+
#: includes/fields/class-acf-field-color_picker.php:70
|
1468 |
msgid "Select Color"
|
1469 |
msgstr "Pilih Warna"
|
1470 |
|
1471 |
+
#: includes/fields/class-acf-field-color_picker.php:71
|
1472 |
+
msgid "Current Color"
|
1473 |
+
msgstr "Warna Saat Ini"
|
1474 |
+
|
1475 |
+
#: includes/fields/class-acf-field-date_picker.php:25
|
1476 |
msgid "Date Picker"
|
1477 |
msgstr "Pengambil Tanggal"
|
1478 |
|
1479 |
+
#: includes/fields/class-acf-field-date_picker.php:59
|
1480 |
+
msgctxt "Date Picker JS closeText"
|
1481 |
msgid "Done"
|
1482 |
msgstr "Selesai"
|
1483 |
|
1484 |
+
#: includes/fields/class-acf-field-date_picker.php:60
|
1485 |
+
msgctxt "Date Picker JS currentText"
|
1486 |
msgid "Today"
|
1487 |
msgstr "Hari ini"
|
1488 |
|
1489 |
+
#: includes/fields/class-acf-field-date_picker.php:61
|
1490 |
+
msgctxt "Date Picker JS nextText"
|
1491 |
+
msgid "Next"
|
1492 |
+
msgstr "Selanjutnya"
|
1493 |
+
|
1494 |
+
#: includes/fields/class-acf-field-date_picker.php:62
|
1495 |
+
msgctxt "Date Picker JS prevText"
|
1496 |
+
msgid "Prev"
|
1497 |
+
msgstr "Sebelumnya"
|
1498 |
|
1499 |
+
#: includes/fields/class-acf-field-date_picker.php:63
|
1500 |
+
msgctxt "Date Picker JS weekHeader"
|
1501 |
+
msgid "Wk"
|
1502 |
+
msgstr "Mg"
|
1503 |
+
|
1504 |
+
#: includes/fields/class-acf-field-date_picker.php:178
|
1505 |
+
#: includes/fields/class-acf-field-date_time_picker.php:183
|
1506 |
+
#: includes/fields/class-acf-field-time_picker.php:109
|
1507 |
msgid "Display Format"
|
1508 |
msgstr "Format tampilan"
|
1509 |
|
1510 |
+
#: includes/fields/class-acf-field-date_picker.php:179
|
1511 |
+
#: includes/fields/class-acf-field-date_time_picker.php:184
|
1512 |
+
#: includes/fields/class-acf-field-time_picker.php:110
|
1513 |
msgid "The format displayed when editing a post"
|
1514 |
+
msgstr "Format tampilan ketika menyunting post"
|
1515 |
+
|
1516 |
+
#: includes/fields/class-acf-field-date_picker.php:187
|
1517 |
+
#: includes/fields/class-acf-field-date_picker.php:218
|
1518 |
+
#: includes/fields/class-acf-field-date_time_picker.php:193
|
1519 |
+
#: includes/fields/class-acf-field-date_time_picker.php:210
|
1520 |
+
#: includes/fields/class-acf-field-time_picker.php:117
|
1521 |
+
#: includes/fields/class-acf-field-time_picker.php:132
|
1522 |
+
msgid "Custom:"
|
1523 |
+
msgstr "Kustom:"
|
1524 |
+
|
1525 |
+
#: includes/fields/class-acf-field-date_picker.php:197
|
1526 |
+
msgid "Save Format"
|
1527 |
+
msgstr "Simpan Format"
|
1528 |
+
|
1529 |
+
#: includes/fields/class-acf-field-date_picker.php:198
|
1530 |
+
msgid "The format used when saving a value"
|
1531 |
+
msgstr "Format yang digunakan ketika menyimpan sebuah nilai"
|
1532 |
+
|
1533 |
+
#: includes/fields/class-acf-field-date_picker.php:208
|
1534 |
+
#: includes/fields/class-acf-field-date_time_picker.php:200
|
1535 |
+
#: includes/fields/class-acf-field-image.php:194
|
1536 |
+
#: includes/fields/class-acf-field-post_object.php:431
|
1537 |
+
#: includes/fields/class-acf-field-relationship.php:628
|
1538 |
+
#: includes/fields/class-acf-field-select.php:427
|
1539 |
+
#: includes/fields/class-acf-field-time_picker.php:124
|
1540 |
+
#: includes/fields/class-acf-field-user.php:79
|
1541 |
+
#: pro/fields/class-acf-field-gallery.php:557
|
1542 |
+
msgid "Return Format"
|
1543 |
msgstr "Kembalikan format"
|
1544 |
|
1545 |
+
#: includes/fields/class-acf-field-date_picker.php:209
|
1546 |
+
#: includes/fields/class-acf-field-date_time_picker.php:201
|
1547 |
+
#: includes/fields/class-acf-field-time_picker.php:125
|
1548 |
msgid "The format returned via template functions"
|
1549 |
msgstr "Format dikembalikan via template function"
|
1550 |
|
1551 |
+
#: includes/fields/class-acf-field-date_picker.php:227
|
1552 |
+
#: includes/fields/class-acf-field-date_time_picker.php:217
|
1553 |
msgid "Week Starts On"
|
1554 |
msgstr "Minggu Dimulai Pada"
|
1555 |
|
1556 |
+
#: includes/fields/class-acf-field-date_time_picker.php:25
|
1557 |
+
msgid "Date Time Picker"
|
1558 |
+
msgstr "Pengambil Tanggal dan Jam"
|
1559 |
+
|
1560 |
+
#: includes/fields/class-acf-field-date_time_picker.php:68
|
1561 |
+
msgctxt "Date Time Picker JS timeOnlyTitle"
|
1562 |
+
msgid "Choose Time"
|
1563 |
+
msgstr "Pilih Waktu"
|
1564 |
+
|
1565 |
+
#: includes/fields/class-acf-field-date_time_picker.php:69
|
1566 |
+
msgctxt "Date Time Picker JS timeText"
|
1567 |
+
msgid "Time"
|
1568 |
+
msgstr "Time"
|
1569 |
+
|
1570 |
+
#: includes/fields/class-acf-field-date_time_picker.php:70
|
1571 |
+
msgctxt "Date Time Picker JS hourText"
|
1572 |
+
msgid "Hour"
|
1573 |
+
msgstr "Jam"
|
1574 |
+
|
1575 |
+
#: includes/fields/class-acf-field-date_time_picker.php:71
|
1576 |
+
msgctxt "Date Time Picker JS minuteText"
|
1577 |
+
msgid "Minute"
|
1578 |
+
msgstr "Menit"
|
1579 |
+
|
1580 |
+
#: includes/fields/class-acf-field-date_time_picker.php:72
|
1581 |
+
msgctxt "Date Time Picker JS secondText"
|
1582 |
+
msgid "Second"
|
1583 |
+
msgstr "Detik"
|
1584 |
+
|
1585 |
+
#: includes/fields/class-acf-field-date_time_picker.php:73
|
1586 |
+
msgctxt "Date Time Picker JS millisecText"
|
1587 |
+
msgid "Millisecond"
|
1588 |
+
msgstr "Mili detik"
|
1589 |
+
|
1590 |
+
#: includes/fields/class-acf-field-date_time_picker.php:74
|
1591 |
+
msgctxt "Date Time Picker JS microsecText"
|
1592 |
+
msgid "Microsecond"
|
1593 |
+
msgstr "Mikrodetik"
|
1594 |
+
|
1595 |
+
#: includes/fields/class-acf-field-date_time_picker.php:75
|
1596 |
+
msgctxt "Date Time Picker JS timezoneText"
|
1597 |
+
msgid "Time Zone"
|
1598 |
+
msgstr "Zona Waktu"
|
1599 |
+
|
1600 |
+
#: includes/fields/class-acf-field-date_time_picker.php:76
|
1601 |
+
msgctxt "Date Time Picker JS currentText"
|
1602 |
+
msgid "Now"
|
1603 |
+
msgstr "Sekarang"
|
1604 |
+
|
1605 |
+
#: includes/fields/class-acf-field-date_time_picker.php:77
|
1606 |
+
msgctxt "Date Time Picker JS closeText"
|
1607 |
+
msgid "Done"
|
1608 |
+
msgstr "Selesai"
|
1609 |
+
|
1610 |
+
#: includes/fields/class-acf-field-date_time_picker.php:78
|
1611 |
+
msgctxt "Date Time Picker JS selectText"
|
1612 |
+
msgid "Select"
|
1613 |
+
msgstr "Pilih"
|
1614 |
+
|
1615 |
+
#: includes/fields/class-acf-field-date_time_picker.php:80
|
1616 |
+
msgctxt "Date Time Picker JS amText"
|
1617 |
+
msgid "AM"
|
1618 |
+
msgstr "AM"
|
1619 |
+
|
1620 |
+
#: includes/fields/class-acf-field-date_time_picker.php:81
|
1621 |
+
msgctxt "Date Time Picker JS amTextShort"
|
1622 |
+
msgid "A"
|
1623 |
+
msgstr "A"
|
1624 |
+
|
1625 |
+
#: includes/fields/class-acf-field-date_time_picker.php:84
|
1626 |
+
msgctxt "Date Time Picker JS pmText"
|
1627 |
+
msgid "PM"
|
1628 |
+
msgstr "PM"
|
1629 |
+
|
1630 |
+
#: includes/fields/class-acf-field-date_time_picker.php:85
|
1631 |
+
msgctxt "Date Time Picker JS pmTextShort"
|
1632 |
+
msgid "P"
|
1633 |
+
msgstr "P"
|
1634 |
+
|
1635 |
+
#: includes/fields/class-acf-field-email.php:25
|
1636 |
msgid "Email"
|
1637 |
msgstr "Email"
|
1638 |
|
1639 |
+
#: includes/fields/class-acf-field-email.php:127
|
1640 |
+
#: includes/fields/class-acf-field-number.php:136
|
1641 |
+
#: includes/fields/class-acf-field-password.php:71
|
1642 |
+
#: includes/fields/class-acf-field-text.php:104
|
1643 |
+
#: includes/fields/class-acf-field-textarea.php:111
|
1644 |
+
#: includes/fields/class-acf-field-url.php:109
|
|
|
1645 |
msgid "Placeholder Text"
|
1646 |
msgstr "Teks Placeholder"
|
1647 |
|
1648 |
+
#: includes/fields/class-acf-field-email.php:128
|
1649 |
+
#: includes/fields/class-acf-field-number.php:137
|
1650 |
+
#: includes/fields/class-acf-field-password.php:72
|
1651 |
+
#: includes/fields/class-acf-field-text.php:105
|
1652 |
+
#: includes/fields/class-acf-field-textarea.php:112
|
1653 |
+
#: includes/fields/class-acf-field-url.php:110
|
1654 |
msgid "Appears within the input"
|
1655 |
msgstr "Muncul didalam input"
|
1656 |
|
1657 |
+
#: includes/fields/class-acf-field-email.php:136
|
1658 |
+
#: includes/fields/class-acf-field-number.php:145
|
1659 |
+
#: includes/fields/class-acf-field-password.php:80
|
1660 |
+
#: includes/fields/class-acf-field-range.php:194
|
1661 |
+
#: includes/fields/class-acf-field-text.php:113
|
1662 |
msgid "Prepend"
|
1663 |
+
msgstr "Prepend"
|
1664 |
|
1665 |
+
#: includes/fields/class-acf-field-email.php:137
|
1666 |
+
#: includes/fields/class-acf-field-number.php:146
|
1667 |
+
#: includes/fields/class-acf-field-password.php:81
|
1668 |
+
#: includes/fields/class-acf-field-range.php:195
|
1669 |
+
#: includes/fields/class-acf-field-text.php:114
|
1670 |
msgid "Appears before the input"
|
1671 |
msgstr "Muncul sebelum input"
|
1672 |
|
1673 |
+
#: includes/fields/class-acf-field-email.php:145
|
1674 |
+
#: includes/fields/class-acf-field-number.php:154
|
1675 |
+
#: includes/fields/class-acf-field-password.php:89
|
1676 |
+
#: includes/fields/class-acf-field-range.php:203
|
1677 |
+
#: includes/fields/class-acf-field-text.php:122
|
1678 |
msgid "Append"
|
1679 |
+
msgstr "Append"
|
1680 |
|
1681 |
+
#: includes/fields/class-acf-field-email.php:146
|
1682 |
+
#: includes/fields/class-acf-field-number.php:155
|
1683 |
+
#: includes/fields/class-acf-field-password.php:90
|
1684 |
+
#: includes/fields/class-acf-field-range.php:204
|
1685 |
+
#: includes/fields/class-acf-field-text.php:123
|
1686 |
msgid "Appears after the input"
|
1687 |
msgstr "Muncul setelah input"
|
1688 |
|
1689 |
+
#: includes/fields/class-acf-field-file.php:25
|
1690 |
msgid "File"
|
1691 |
+
msgstr "Berkas"
|
1692 |
|
1693 |
+
#: includes/fields/class-acf-field-file.php:58
|
1694 |
msgid "Edit File"
|
1695 |
+
msgstr "Sunting Berkas"
|
1696 |
|
1697 |
+
#: includes/fields/class-acf-field-file.php:59
|
1698 |
msgid "Update File"
|
1699 |
+
msgstr "Perbarui Berkas"
|
1700 |
+
|
1701 |
+
#: includes/fields/class-acf-field-file.php:141
|
1702 |
+
msgid "File name"
|
1703 |
+
msgstr "Nama Berkas"
|
1704 |
+
|
1705 |
+
#: includes/fields/class-acf-field-file.php:145
|
1706 |
+
#: includes/fields/class-acf-field-file.php:247
|
1707 |
+
#: includes/fields/class-acf-field-file.php:258
|
1708 |
+
#: includes/fields/class-acf-field-image.php:254
|
1709 |
+
#: includes/fields/class-acf-field-image.php:283
|
1710 |
+
#: pro/fields/class-acf-field-gallery.php:642
|
1711 |
+
#: pro/fields/class-acf-field-gallery.php:671
|
1712 |
+
msgid "File size"
|
1713 |
+
msgstr "Ukuran Berkas"
|
|
|
|
|
1714 |
|
1715 |
+
#: includes/fields/class-acf-field-file.php:169
|
1716 |
msgid "Add File"
|
1717 |
+
msgstr "Tambah Berkas"
|
1718 |
|
1719 |
+
#: includes/fields/class-acf-field-file.php:220
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1720 |
msgid "File Array"
|
1721 |
+
msgstr "Berkas Array"
|
1722 |
|
1723 |
+
#: includes/fields/class-acf-field-file.php:221
|
1724 |
msgid "File URL"
|
1725 |
+
msgstr "URL Berkas"
|
1726 |
|
1727 |
+
#: includes/fields/class-acf-field-file.php:222
|
1728 |
msgid "File ID"
|
1729 |
+
msgstr "ID Berkas"
|
1730 |
|
1731 |
+
#: includes/fields/class-acf-field-file.php:229
|
1732 |
+
#: includes/fields/class-acf-field-image.php:219
|
1733 |
+
#: pro/fields/class-acf-field-gallery.php:592
|
1734 |
msgid "Library"
|
1735 |
msgstr "Perpustakaan"
|
1736 |
|
1737 |
+
#: includes/fields/class-acf-field-file.php:230
|
1738 |
+
#: includes/fields/class-acf-field-image.php:220
|
1739 |
+
#: pro/fields/class-acf-field-gallery.php:593
|
1740 |
msgid "Limit the media library choice"
|
1741 |
msgstr "Batasi pilihan pustaka media"
|
1742 |
|
1743 |
+
#: includes/fields/class-acf-field-file.php:235
|
1744 |
+
#: includes/fields/class-acf-field-image.php:225
|
1745 |
+
#: includes/locations/class-acf-location-attachment.php:71
|
1746 |
+
#: includes/locations/class-acf-location-comment.php:59
|
1747 |
+
#: includes/locations/class-acf-location-nav-menu.php:72
|
1748 |
+
#: includes/locations/class-acf-location-taxonomy.php:61
|
1749 |
+
#: includes/locations/class-acf-location-user-form.php:65
|
1750 |
+
#: includes/locations/class-acf-location-user-role.php:76
|
1751 |
+
#: includes/locations/class-acf-location-widget.php:63
|
1752 |
+
#: pro/fields/class-acf-field-gallery.php:598
|
1753 |
+
#: pro/locations/class-acf-location-block.php:64
|
1754 |
+
msgid "All"
|
1755 |
+
msgstr "Semua"
|
1756 |
+
|
1757 |
+
#: includes/fields/class-acf-field-file.php:236
|
1758 |
+
#: includes/fields/class-acf-field-image.php:226
|
1759 |
+
#: pro/fields/class-acf-field-gallery.php:599
|
1760 |
msgid "Uploaded to post"
|
1761 |
msgstr "Diunggah ke post"
|
1762 |
|
1763 |
+
#: includes/fields/class-acf-field-file.php:243
|
1764 |
+
#: includes/fields/class-acf-field-image.php:233
|
1765 |
+
#: pro/fields/class-acf-field-gallery.php:621
|
1766 |
msgid "Minimum"
|
1767 |
msgstr "Minimum"
|
1768 |
|
1769 |
+
#: includes/fields/class-acf-field-file.php:244
|
1770 |
+
#: includes/fields/class-acf-field-file.php:255
|
1771 |
msgid "Restrict which files can be uploaded"
|
1772 |
msgstr "Batasi file mana yang dapat diunggah"
|
1773 |
|
1774 |
+
#: includes/fields/class-acf-field-file.php:254
|
1775 |
+
#: includes/fields/class-acf-field-image.php:262
|
1776 |
+
#: pro/fields/class-acf-field-gallery.php:650
|
|
|
|
|
|
|
1777 |
msgid "Maximum"
|
1778 |
msgstr "Maksimum"
|
1779 |
|
1780 |
+
#: includes/fields/class-acf-field-file.php:265
|
1781 |
+
#: includes/fields/class-acf-field-image.php:291
|
1782 |
+
#: pro/fields/class-acf-field-gallery.php:678
|
1783 |
msgid "Allowed file types"
|
1784 |
+
msgstr "Jenis berkas yang diperbolehkan"
|
1785 |
|
1786 |
+
#: includes/fields/class-acf-field-file.php:266
|
1787 |
+
#: includes/fields/class-acf-field-image.php:292
|
1788 |
+
#: pro/fields/class-acf-field-gallery.php:679
|
1789 |
msgid "Comma separated list. Leave blank for all types"
|
1790 |
msgstr "Daftar dipisahkan koma. Kosongkan untuk semua jenis"
|
1791 |
|
1792 |
+
#: includes/fields/class-acf-field-google-map.php:25
|
1793 |
msgid "Google Map"
|
1794 |
msgstr "Peta Google"
|
1795 |
|
1796 |
+
#: includes/fields/class-acf-field-google-map.php:59
|
|
|
|
|
|
|
|
|
1797 |
msgid "Sorry, this browser does not support geolocation"
|
1798 |
msgstr "Maaf, browser ini tidak support geolocation"
|
1799 |
|
1800 |
+
#: includes/fields/class-acf-field-google-map.php:146
|
1801 |
+
#: includes/fields/class-acf-field-relationship.php:587
|
1802 |
msgid "Search"
|
1803 |
msgstr "Cari"
|
1804 |
|
1805 |
+
#: includes/fields/class-acf-field-google-map.php:147
|
1806 |
msgid "Clear location"
|
1807 |
msgstr "Bersihkan lokasi"
|
1808 |
|
1809 |
+
#: includes/fields/class-acf-field-google-map.php:148
|
1810 |
msgid "Find current location"
|
1811 |
msgstr "Temukan lokasi saat ini"
|
1812 |
|
1813 |
+
#: includes/fields/class-acf-field-google-map.php:151
|
1814 |
msgid "Search for address..."
|
1815 |
msgstr "Cari alamat..."
|
1816 |
|
1817 |
+
#: includes/fields/class-acf-field-google-map.php:181
|
1818 |
+
#: includes/fields/class-acf-field-google-map.php:192
|
1819 |
msgid "Center"
|
1820 |
msgstr "Tengah"
|
1821 |
|
1822 |
+
#: includes/fields/class-acf-field-google-map.php:182
|
1823 |
+
#: includes/fields/class-acf-field-google-map.php:193
|
1824 |
msgid "Center the initial map"
|
1825 |
msgstr "Pusat peta awal"
|
1826 |
|
1827 |
+
#: includes/fields/class-acf-field-google-map.php:204
|
1828 |
msgid "Zoom"
|
1829 |
+
msgstr "Perbesar"
|
1830 |
|
1831 |
+
#: includes/fields/class-acf-field-google-map.php:205
|
1832 |
msgid "Set the initial zoom level"
|
1833 |
msgstr "Mengatur tingkat awal zoom"
|
1834 |
|
1835 |
+
#: includes/fields/class-acf-field-google-map.php:214
|
1836 |
+
#: includes/fields/class-acf-field-image.php:245
|
1837 |
+
#: includes/fields/class-acf-field-image.php:274
|
1838 |
+
#: includes/fields/class-acf-field-oembed.php:268
|
1839 |
+
#: pro/fields/class-acf-field-gallery.php:633
|
1840 |
+
#: pro/fields/class-acf-field-gallery.php:662
|
1841 |
msgid "Height"
|
1842 |
msgstr "Tinggi"
|
1843 |
|
1844 |
+
#: includes/fields/class-acf-field-google-map.php:215
|
1845 |
+
msgid "Customize the map height"
|
1846 |
msgstr "Sesuaikan ketinggian peta"
|
1847 |
|
1848 |
+
#: includes/fields/class-acf-field-group.php:25
|
1849 |
+
msgid "Group"
|
1850 |
+
msgstr "Grup"
|
1851 |
+
|
1852 |
+
#: includes/fields/class-acf-field-group.php:459
|
1853 |
+
#: pro/fields/class-acf-field-repeater.php:385
|
1854 |
+
msgid "Sub Fields"
|
1855 |
+
msgstr "Sub Bidang"
|
1856 |
+
|
1857 |
+
#: includes/fields/class-acf-field-group.php:475
|
1858 |
+
#: pro/fields/class-acf-field-clone.php:844
|
1859 |
+
msgid "Specify the style used to render the selected fields"
|
1860 |
+
msgstr "Tentukan gaya yang digunakan untuk merender bidang yang dipilih"
|
1861 |
+
|
1862 |
+
#: includes/fields/class-acf-field-group.php:480
|
1863 |
+
#: pro/fields/class-acf-field-clone.php:849
|
1864 |
+
#: pro/fields/class-acf-field-flexible-content.php:615
|
1865 |
+
#: pro/fields/class-acf-field-repeater.php:457
|
1866 |
+
#: pro/locations/class-acf-location-block.php:20
|
1867 |
+
msgid "Block"
|
1868 |
+
msgstr "Blok"
|
1869 |
+
|
1870 |
+
#: includes/fields/class-acf-field-group.php:481
|
1871 |
+
#: pro/fields/class-acf-field-clone.php:850
|
1872 |
+
#: pro/fields/class-acf-field-flexible-content.php:614
|
1873 |
+
#: pro/fields/class-acf-field-repeater.php:456
|
1874 |
+
msgid "Table"
|
1875 |
+
msgstr "Tabel"
|
1876 |
+
|
1877 |
+
#: includes/fields/class-acf-field-group.php:482
|
1878 |
+
#: pro/fields/class-acf-field-clone.php:851
|
1879 |
+
#: pro/fields/class-acf-field-flexible-content.php:616
|
1880 |
+
#: pro/fields/class-acf-field-repeater.php:458
|
1881 |
+
msgid "Row"
|
1882 |
+
msgstr "Baris"
|
1883 |
+
|
1884 |
+
#: includes/fields/class-acf-field-image.php:25
|
1885 |
msgid "Image"
|
1886 |
msgstr "Gambar"
|
1887 |
|
1888 |
+
#: includes/fields/class-acf-field-image.php:63
|
1889 |
msgid "Select Image"
|
1890 |
msgstr "Pilih Gambar"
|
1891 |
|
1892 |
+
#: includes/fields/class-acf-field-image.php:64
|
1893 |
msgid "Edit Image"
|
1894 |
+
msgstr "Sunting Gambar"
|
1895 |
|
1896 |
+
#: includes/fields/class-acf-field-image.php:65
|
1897 |
msgid "Update Image"
|
1898 |
msgstr "Perbarui Gambar"
|
1899 |
|
1900 |
+
#: includes/fields/class-acf-field-image.php:66 includes/media.php:61
|
|
|
|
|
|
|
|
|
1901 |
msgid "All images"
|
1902 |
msgstr "Semua gambar"
|
1903 |
|
1904 |
+
#: includes/fields/class-acf-field-image.php:148
|
1905 |
msgid "No image selected"
|
1906 |
msgstr "Tak ada gambar yang dipilih"
|
1907 |
|
1908 |
+
#: includes/fields/class-acf-field-image.php:148
|
1909 |
msgid "Add Image"
|
1910 |
msgstr "Tambahkan Gambar"
|
1911 |
|
1912 |
+
#: includes/fields/class-acf-field-image.php:200
|
1913 |
+
#: pro/fields/class-acf-field-gallery.php:563
|
1914 |
msgid "Image Array"
|
1915 |
msgstr "Gambar Array"
|
1916 |
|
1917 |
+
#: includes/fields/class-acf-field-image.php:201
|
1918 |
+
#: pro/fields/class-acf-field-gallery.php:564
|
1919 |
msgid "Image URL"
|
1920 |
msgstr "URL Gambar"
|
1921 |
|
1922 |
+
#: includes/fields/class-acf-field-image.php:202
|
1923 |
+
#: pro/fields/class-acf-field-gallery.php:565
|
1924 |
msgid "Image ID"
|
1925 |
msgstr "ID Gambar"
|
1926 |
|
1927 |
+
#: includes/fields/class-acf-field-image.php:209
|
1928 |
+
#: pro/fields/class-acf-field-gallery.php:571
|
1929 |
msgid "Preview Size"
|
1930 |
msgstr "Ukuran Tinjauan"
|
1931 |
|
1932 |
+
#: includes/fields/class-acf-field-image.php:234
|
1933 |
+
#: includes/fields/class-acf-field-image.php:263
|
1934 |
+
#: pro/fields/class-acf-field-gallery.php:622
|
1935 |
+
#: pro/fields/class-acf-field-gallery.php:651
|
|
|
1936 |
msgid "Restrict which images can be uploaded"
|
1937 |
msgstr "Batasi gambar mana yang dapat diunggah"
|
1938 |
|
1939 |
+
#: includes/fields/class-acf-field-image.php:237
|
1940 |
+
#: includes/fields/class-acf-field-image.php:266
|
1941 |
+
#: includes/fields/class-acf-field-oembed.php:257
|
1942 |
+
#: pro/fields/class-acf-field-gallery.php:625
|
1943 |
+
#: pro/fields/class-acf-field-gallery.php:654
|
1944 |
msgid "Width"
|
1945 |
msgstr "Lebar"
|
1946 |
|
1947 |
+
#: includes/fields/class-acf-field-link.php:25
|
1948 |
+
msgid "Link"
|
1949 |
+
msgstr "Tautan"
|
1950 |
+
|
1951 |
+
#: includes/fields/class-acf-field-link.php:133
|
1952 |
+
msgid "Select Link"
|
1953 |
+
msgstr "Pilih Tautan"
|
1954 |
+
|
1955 |
+
#: includes/fields/class-acf-field-link.php:138
|
1956 |
+
msgid "Opens in a new window/tab"
|
1957 |
+
msgstr "Buka di halaman/tab baru"
|
1958 |
+
|
1959 |
+
#: includes/fields/class-acf-field-link.php:172
|
1960 |
+
msgid "Link Array"
|
1961 |
+
msgstr "Tautan Array"
|
1962 |
+
|
1963 |
+
#: includes/fields/class-acf-field-link.php:173
|
1964 |
+
msgid "Link URL"
|
1965 |
+
msgstr "URL Tautan"
|
1966 |
+
|
1967 |
+
#: includes/fields/class-acf-field-message.php:25
|
1968 |
+
#: includes/fields/class-acf-field-message.php:101
|
1969 |
+
#: includes/fields/class-acf-field-true_false.php:126
|
1970 |
msgid "Message"
|
1971 |
msgstr "Pesan"
|
1972 |
|
1973 |
+
#: includes/fields/class-acf-field-message.php:110
|
1974 |
+
#: includes/fields/class-acf-field-textarea.php:139
|
1975 |
msgid "New Lines"
|
1976 |
msgstr "Garis baru"
|
1977 |
|
1978 |
+
#: includes/fields/class-acf-field-message.php:111
|
1979 |
+
#: includes/fields/class-acf-field-textarea.php:140
|
1980 |
msgid "Controls how new lines are rendered"
|
1981 |
msgstr "Kontrol bagaimana baris baru diberikan"
|
1982 |
|
1983 |
+
#: includes/fields/class-acf-field-message.php:115
|
1984 |
+
#: includes/fields/class-acf-field-textarea.php:144
|
1985 |
msgid "Automatically add paragraphs"
|
1986 |
msgstr "Tambah paragraf secara otomatis"
|
1987 |
|
1988 |
+
#: includes/fields/class-acf-field-message.php:116
|
1989 |
+
#: includes/fields/class-acf-field-textarea.php:145
|
1990 |
msgid "Automatically add <br>"
|
1991 |
msgstr "Otomatis Tambah <br>"
|
1992 |
|
1993 |
+
#: includes/fields/class-acf-field-message.php:117
|
1994 |
+
#: includes/fields/class-acf-field-textarea.php:146
|
1995 |
msgid "No Formatting"
|
1996 |
msgstr "Jangan format"
|
1997 |
|
1998 |
+
#: includes/fields/class-acf-field-message.php:124
|
1999 |
msgid "Escape HTML"
|
2000 |
msgstr "Keluar HTML"
|
2001 |
|
2002 |
+
#: includes/fields/class-acf-field-message.php:125
|
2003 |
msgid "Allow HTML markup to display as visible text instead of rendering"
|
2004 |
+
msgstr ""
|
2005 |
+
"Memungkinkan HTML markup untuk menampilkan teks terlihat sebagai render"
|
2006 |
|
2007 |
+
#: includes/fields/class-acf-field-number.php:25
|
2008 |
msgid "Number"
|
2009 |
+
msgstr "Nomor"
|
2010 |
|
2011 |
+
#: includes/fields/class-acf-field-number.php:163
|
2012 |
+
#: includes/fields/class-acf-field-range.php:164
|
2013 |
msgid "Minimum Value"
|
2014 |
msgstr "Nilai Minimum"
|
2015 |
|
2016 |
+
#: includes/fields/class-acf-field-number.php:172
|
2017 |
+
#: includes/fields/class-acf-field-range.php:174
|
2018 |
msgid "Maximum Value"
|
2019 |
msgstr "Nilai Maksimum"
|
2020 |
|
2021 |
+
#: includes/fields/class-acf-field-number.php:181
|
2022 |
+
#: includes/fields/class-acf-field-range.php:184
|
2023 |
msgid "Step Size"
|
2024 |
msgstr "Ukuran Langkah"
|
2025 |
|
2026 |
+
#: includes/fields/class-acf-field-number.php:219
|
2027 |
msgid "Value must be a number"
|
2028 |
msgstr "Nilai harus berupa angka"
|
2029 |
|
2030 |
+
#: includes/fields/class-acf-field-number.php:237
|
2031 |
#, php-format
|
2032 |
msgid "Value must be equal to or higher than %d"
|
2033 |
msgstr "Nilai harus sama dengan atau lebih tinggi dari %d"
|
2034 |
|
2035 |
+
#: includes/fields/class-acf-field-number.php:245
|
2036 |
#, php-format
|
2037 |
msgid "Value must be equal to or lower than %d"
|
2038 |
msgstr "Nilai harus sama dengan atau lebih rendah dari %d"
|
2039 |
|
2040 |
+
#: includes/fields/class-acf-field-oembed.php:25
|
2041 |
msgid "oEmbed"
|
2042 |
msgstr "oEmbed"
|
2043 |
|
2044 |
+
#: includes/fields/class-acf-field-oembed.php:216
|
2045 |
msgid "Enter URL"
|
2046 |
msgstr "Masukkan URL"
|
2047 |
|
2048 |
+
#: includes/fields/class-acf-field-oembed.php:254
|
2049 |
+
#: includes/fields/class-acf-field-oembed.php:265
|
|
|
|
|
|
|
2050 |
msgid "Embed Size"
|
2051 |
msgstr "Ukuran Embed (Semat)"
|
2052 |
|
2053 |
+
#: includes/fields/class-acf-field-page_link.php:25
|
2054 |
+
msgid "Page Link"
|
2055 |
+
msgstr "Link Halaman"
|
2056 |
+
|
2057 |
+
#: includes/fields/class-acf-field-page_link.php:170
|
2058 |
msgid "Archives"
|
2059 |
msgstr "Arsip"
|
2060 |
|
2061 |
+
#: includes/fields/class-acf-field-page_link.php:262
|
2062 |
+
#: includes/fields/class-acf-field-post_object.php:267
|
2063 |
+
#: includes/fields/class-acf-field-taxonomy.php:958
|
2064 |
+
msgid "Parent"
|
2065 |
+
msgstr "Induk"
|
2066 |
+
|
2067 |
+
#: includes/fields/class-acf-field-page_link.php:478
|
2068 |
+
#: includes/fields/class-acf-field-post_object.php:383
|
2069 |
+
#: includes/fields/class-acf-field-relationship.php:554
|
2070 |
msgid "Filter by Post Type"
|
2071 |
msgstr "Saring dengan jenis post"
|
2072 |
|
2073 |
+
#: includes/fields/class-acf-field-page_link.php:486
|
2074 |
+
#: includes/fields/class-acf-field-post_object.php:391
|
2075 |
+
#: includes/fields/class-acf-field-relationship.php:562
|
2076 |
msgid "All post types"
|
2077 |
msgstr "Semua Tipe Post"
|
2078 |
|
2079 |
+
#: includes/fields/class-acf-field-page_link.php:492
|
2080 |
+
#: includes/fields/class-acf-field-post_object.php:397
|
2081 |
+
#: includes/fields/class-acf-field-relationship.php:568
|
2082 |
msgid "Filter by Taxonomy"
|
2083 |
msgstr "Filter dengan Taksonomi"
|
2084 |
|
2085 |
+
#: includes/fields/class-acf-field-page_link.php:500
|
2086 |
+
#: includes/fields/class-acf-field-post_object.php:405
|
2087 |
+
#: includes/fields/class-acf-field-relationship.php:576
|
2088 |
msgid "All taxonomies"
|
2089 |
msgstr "Semua Taksonomi"
|
2090 |
|
2091 |
+
#: includes/fields/class-acf-field-page_link.php:516
|
2092 |
+
msgid "Allow Archives URLs"
|
2093 |
+
msgstr "Izinkan mengarsipkan tautan-tautan"
|
|
|
2094 |
|
2095 |
+
#: includes/fields/class-acf-field-page_link.php:526
|
2096 |
+
#: includes/fields/class-acf-field-post_object.php:421
|
2097 |
+
#: includes/fields/class-acf-field-select.php:392
|
2098 |
+
#: includes/fields/class-acf-field-user.php:71
|
2099 |
msgid "Select multiple values?"
|
2100 |
msgstr "Pilih beberapa nilai?"
|
2101 |
|
2102 |
+
#: includes/fields/class-acf-field-password.php:25
|
2103 |
msgid "Password"
|
2104 |
msgstr "Kata Sandi"
|
2105 |
|
2106 |
+
#: includes/fields/class-acf-field-post_object.php:25
|
2107 |
+
#: includes/fields/class-acf-field-post_object.php:436
|
2108 |
+
#: includes/fields/class-acf-field-relationship.php:633
|
2109 |
msgid "Post Object"
|
2110 |
msgstr "Objek Post"
|
2111 |
|
2112 |
+
#: includes/fields/class-acf-field-post_object.php:437
|
2113 |
+
#: includes/fields/class-acf-field-relationship.php:634
|
|
|
|
|
|
|
2114 |
msgid "Post ID"
|
2115 |
msgstr "ID Post"
|
2116 |
|
2117 |
+
#: includes/fields/class-acf-field-radio.php:25
|
2118 |
msgid "Radio Button"
|
2119 |
msgstr "Tombol Radio"
|
2120 |
|
2121 |
+
#: includes/fields/class-acf-field-radio.php:254
|
2122 |
msgid "Other"
|
2123 |
msgstr "Lainnya"
|
2124 |
|
2125 |
+
#: includes/fields/class-acf-field-radio.php:259
|
2126 |
msgid "Add 'other' choice to allow for custom values"
|
2127 |
msgstr "Tambah pilihan 'lainnya' untuk mengizinkan nilai kustom"
|
2128 |
|
2129 |
+
#: includes/fields/class-acf-field-radio.php:265
|
2130 |
msgid "Save Other"
|
2131 |
msgstr "Simpan Lainnya"
|
2132 |
|
2133 |
+
#: includes/fields/class-acf-field-radio.php:270
|
2134 |
msgid "Save 'other' values to the field's choices"
|
2135 |
msgstr "Simpan nilai 'lainnya' ke bidang pilihan"
|
2136 |
|
2137 |
+
#: includes/fields/class-acf-field-range.php:25
|
2138 |
+
msgid "Range"
|
2139 |
+
msgstr "Rentang"
|
2140 |
+
|
2141 |
+
#: includes/fields/class-acf-field-relationship.php:25
|
2142 |
msgid "Relationship"
|
2143 |
msgstr "Hubungan"
|
2144 |
|
2145 |
+
#: includes/fields/class-acf-field-relationship.php:62
|
|
|
|
|
|
|
|
|
2146 |
msgid "Maximum values reached ( {max} values )"
|
2147 |
msgstr "Nilai maksimum mencapai ( nilai {maks} )"
|
2148 |
|
2149 |
+
#: includes/fields/class-acf-field-relationship.php:63
|
2150 |
msgid "Loading"
|
2151 |
+
msgstr "Silahkan Tunggu"
|
2152 |
|
2153 |
+
#: includes/fields/class-acf-field-relationship.php:64
|
2154 |
msgid "No matches found"
|
2155 |
+
msgstr "Tidak ada yang cocok"
|
|
|
|
|
|
|
|
|
2156 |
|
2157 |
+
#: includes/fields/class-acf-field-relationship.php:411
|
2158 |
msgid "Select post type"
|
2159 |
msgstr "Pilih jenis posting"
|
2160 |
|
2161 |
+
#: includes/fields/class-acf-field-relationship.php:420
|
2162 |
msgid "Select taxonomy"
|
2163 |
msgstr "Pilih taksonomi"
|
2164 |
|
2165 |
+
#: includes/fields/class-acf-field-relationship.php:476
|
2166 |
+
msgid "Search..."
|
2167 |
+
msgstr "Cari ..."
|
2168 |
+
|
2169 |
+
#: includes/fields/class-acf-field-relationship.php:582
|
2170 |
+
msgid "Filters"
|
2171 |
+
msgstr "Saringan"
|
2172 |
+
|
2173 |
+
#: includes/fields/class-acf-field-relationship.php:588
|
2174 |
+
#: includes/locations/class-acf-location-post-type.php:20
|
2175 |
+
msgid "Post Type"
|
2176 |
+
msgstr "Jenis Post"
|
2177 |
+
|
2178 |
+
#: includes/fields/class-acf-field-relationship.php:589
|
2179 |
+
#: includes/fields/class-acf-field-taxonomy.php:28
|
2180 |
+
#: includes/fields/class-acf-field-taxonomy.php:751
|
2181 |
+
#: includes/locations/class-acf-location-taxonomy.php:20
|
2182 |
msgid "Taxonomy"
|
2183 |
msgstr "Taksonomi"
|
2184 |
|
2185 |
+
#: includes/fields/class-acf-field-relationship.php:596
|
2186 |
msgid "Elements"
|
2187 |
msgstr "Elemen"
|
2188 |
|
2189 |
+
#: includes/fields/class-acf-field-relationship.php:597
|
2190 |
msgid "Selected elements will be displayed in each result"
|
2191 |
msgstr "Elemen terpilih akan ditampilkan disetiap hasil"
|
2192 |
|
2193 |
+
#: includes/fields/class-acf-field-relationship.php:608
|
2194 |
msgid "Minimum posts"
|
2195 |
msgstr "Posting minimal"
|
2196 |
|
2197 |
+
#: includes/fields/class-acf-field-relationship.php:617
|
2198 |
msgid "Maximum posts"
|
2199 |
msgstr "Posting maksimum"
|
2200 |
|
2201 |
+
#: includes/fields/class-acf-field-relationship.php:721
|
2202 |
+
#: pro/fields/class-acf-field-gallery.php:779
|
2203 |
#, php-format
|
2204 |
msgid "%s requires at least %s selection"
|
2205 |
msgid_plural "%s requires at least %s selections"
|
2206 |
msgstr[0] "%s diperlukan setidaknya %s pilihan"
|
2207 |
|
2208 |
+
#: includes/fields/class-acf-field-select.php:25
|
2209 |
+
#: includes/fields/class-acf-field-taxonomy.php:773
|
2210 |
+
msgctxt "noun"
|
2211 |
msgid "Select"
|
2212 |
msgstr "Pilih"
|
2213 |
|
2214 |
+
#: includes/fields/class-acf-field-select.php:111
|
2215 |
+
msgctxt "Select2 JS matches_1"
|
2216 |
+
msgid "One result is available, press enter to select it."
|
2217 |
+
msgstr "Satu hasil tersedia, tekan enter untuk memilihnya."
|
2218 |
+
|
2219 |
+
#: includes/fields/class-acf-field-select.php:112
|
2220 |
+
#, php-format
|
2221 |
+
msgctxt "Select2 JS matches_n"
|
2222 |
+
msgid "%d results are available, use up and down arrow keys to navigate."
|
2223 |
+
msgstr ""
|
2224 |
+
"%d hasil tersedia, gunakan tombol panah atas dan bawah untuk menavigasi."
|
2225 |
+
|
2226 |
+
#: includes/fields/class-acf-field-select.php:113
|
2227 |
+
msgctxt "Select2 JS matches_0"
|
2228 |
+
msgid "No matches found"
|
2229 |
+
msgstr "Tidak ada yang cocok"
|
2230 |
+
|
2231 |
+
#: includes/fields/class-acf-field-select.php:114
|
2232 |
+
msgctxt "Select2 JS input_too_short_1"
|
2233 |
+
msgid "Please enter 1 or more characters"
|
2234 |
+
msgstr "Harap masukkan 1 karakter atau lebih"
|
2235 |
+
|
2236 |
+
#: includes/fields/class-acf-field-select.php:115
|
2237 |
+
#, php-format
|
2238 |
+
msgctxt "Select2 JS input_too_short_n"
|
2239 |
+
msgid "Please enter %d or more characters"
|
2240 |
+
msgstr "Harap masukkan %d karakter atau lebih"
|
2241 |
+
|
2242 |
+
#: includes/fields/class-acf-field-select.php:116
|
2243 |
+
msgctxt "Select2 JS input_too_long_1"
|
2244 |
+
msgid "Please delete 1 character"
|
2245 |
+
msgstr "Harap hapus 1 karakter"
|
2246 |
+
|
2247 |
+
#: includes/fields/class-acf-field-select.php:117
|
2248 |
+
#, php-format
|
2249 |
+
msgctxt "Select2 JS input_too_long_n"
|
2250 |
+
msgid "Please delete %d characters"
|
2251 |
+
msgstr "Please delete %d character"
|
2252 |
+
|
2253 |
+
#: includes/fields/class-acf-field-select.php:118
|
2254 |
+
msgctxt "Select2 JS selection_too_long_1"
|
2255 |
+
msgid "You can only select 1 item"
|
2256 |
+
msgstr "Anda hanya dapat memilih 1 item"
|
2257 |
+
|
2258 |
+
#: includes/fields/class-acf-field-select.php:119
|
2259 |
+
#, php-format
|
2260 |
+
msgctxt "Select2 JS selection_too_long_n"
|
2261 |
+
msgid "You can only select %d items"
|
2262 |
+
msgstr "Anda hanya dapat memilih %d item"
|
2263 |
+
|
2264 |
+
#: includes/fields/class-acf-field-select.php:120
|
2265 |
+
msgctxt "Select2 JS load_more"
|
2266 |
+
msgid "Loading more results…"
|
2267 |
+
msgstr "Memuat lebih banyak hasil…"
|
2268 |
+
|
2269 |
+
#: includes/fields/class-acf-field-select.php:121
|
2270 |
+
msgctxt "Select2 JS searching"
|
2271 |
+
msgid "Searching…"
|
2272 |
+
msgstr "Pencarian…"
|
2273 |
+
|
2274 |
+
#: includes/fields/class-acf-field-select.php:122
|
2275 |
+
msgctxt "Select2 JS load_fail"
|
2276 |
+
msgid "Loading failed"
|
2277 |
+
msgstr "Gagal Memuat"
|
2278 |
+
|
2279 |
+
#: includes/fields/class-acf-field-select.php:259 includes/media.php:54
|
2280 |
+
msgctxt "verb"
|
2281 |
+
msgid "Select"
|
2282 |
+
msgstr "Pilih"
|
2283 |
+
|
2284 |
+
#: includes/fields/class-acf-field-select.php:402
|
2285 |
+
#: includes/fields/class-acf-field-true_false.php:144
|
2286 |
msgid "Stylised UI"
|
2287 |
+
msgstr "UI bergaya"
|
2288 |
|
2289 |
+
#: includes/fields/class-acf-field-select.php:412
|
2290 |
msgid "Use AJAX to lazy load choices?"
|
2291 |
msgstr "Gunakan AJAX untuk pilihan lazy load?"
|
2292 |
|
2293 |
+
#: includes/fields/class-acf-field-select.php:428
|
2294 |
+
msgid "Specify the value returned"
|
2295 |
+
msgstr "Tentukan nilai yang dikembalikan"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2296 |
|
2297 |
+
#: includes/fields/class-acf-field-separator.php:25
|
2298 |
+
msgid "Separator"
|
2299 |
+
msgstr "Pemisah"
|
2300 |
|
2301 |
+
#: includes/fields/class-acf-field-tab.php:25
|
2302 |
+
msgid "Tab"
|
2303 |
+
msgstr "Tab"
|
|
|
|
|
|
|
|
|
2304 |
|
2305 |
+
#: includes/fields/class-acf-field-tab.php:102
|
2306 |
msgid "Placement"
|
2307 |
msgstr "Penempatan"
|
2308 |
|
2309 |
+
#: includes/fields/class-acf-field-tab.php:115
|
2310 |
+
msgid ""
|
2311 |
+
"Define an endpoint for the previous tabs to stop. This will start a new "
|
2312 |
+
"group of tabs."
|
2313 |
+
msgstr ""
|
2314 |
+
"Tentukan titik akhir untuk tab sebelumnya berhenti. Ini akan memulai grup "
|
2315 |
+
"tab baru."
|
2316 |
|
2317 |
+
#: includes/fields/class-acf-field-taxonomy.php:711
|
2318 |
+
#, php-format
|
2319 |
+
msgctxt "No terms"
|
2320 |
+
msgid "No %s"
|
2321 |
+
msgstr "No %s"
|
2322 |
|
2323 |
+
#: includes/fields/class-acf-field-taxonomy.php:752
|
2324 |
msgid "Select the taxonomy to be displayed"
|
2325 |
msgstr "Pilih taksonomi yang akan ditampilkan"
|
2326 |
|
2327 |
+
#: includes/fields/class-acf-field-taxonomy.php:761
|
2328 |
msgid "Appearance"
|
2329 |
msgstr "Tampilan"
|
2330 |
|
2331 |
+
#: includes/fields/class-acf-field-taxonomy.php:762
|
2332 |
msgid "Select the appearance of this field"
|
2333 |
msgstr "Pilih penampilan bidang ini"
|
2334 |
|
2335 |
+
#: includes/fields/class-acf-field-taxonomy.php:767
|
2336 |
msgid "Multiple Values"
|
2337 |
msgstr "Beberapa Nilai"
|
2338 |
|
2339 |
+
#: includes/fields/class-acf-field-taxonomy.php:769
|
2340 |
msgid "Multi Select"
|
2341 |
msgstr "Pilihan Multi"
|
2342 |
|
2343 |
+
#: includes/fields/class-acf-field-taxonomy.php:771
|
2344 |
msgid "Single Value"
|
2345 |
msgstr "Nilai Tunggal"
|
2346 |
|
2347 |
+
#: includes/fields/class-acf-field-taxonomy.php:772
|
2348 |
msgid "Radio Buttons"
|
2349 |
msgstr "Tombol Radio"
|
2350 |
|
2351 |
+
#: includes/fields/class-acf-field-taxonomy.php:796
|
2352 |
msgid "Create Terms"
|
2353 |
msgstr "Buat Ketentuan"
|
2354 |
|
2355 |
+
#: includes/fields/class-acf-field-taxonomy.php:797
|
2356 |
msgid "Allow new terms to be created whilst editing"
|
2357 |
+
msgstr "Izinkan istilah baru dibuat saat menyunting"
|
2358 |
|
2359 |
+
#: includes/fields/class-acf-field-taxonomy.php:806
|
2360 |
msgid "Save Terms"
|
2361 |
msgstr "Simpan Ketentuan"
|
2362 |
|
2363 |
+
#: includes/fields/class-acf-field-taxonomy.php:807
|
2364 |
msgid "Connect selected terms to the post"
|
2365 |
msgstr "Hubungkan ketentuan yang dipilih ke post"
|
2366 |
|
2367 |
+
#: includes/fields/class-acf-field-taxonomy.php:816
|
2368 |
msgid "Load Terms"
|
2369 |
msgstr "Load Ketentuan"
|
2370 |
|
2371 |
+
#: includes/fields/class-acf-field-taxonomy.php:817
|
2372 |
msgid "Load value from posts terms"
|
2373 |
msgstr "Muat nilai dari ketentuan post"
|
2374 |
|
2375 |
+
#: includes/fields/class-acf-field-taxonomy.php:831
|
2376 |
msgid "Term Object"
|
2377 |
msgstr "Objek ketentuan"
|
2378 |
|
2379 |
+
#: includes/fields/class-acf-field-taxonomy.php:832
|
2380 |
msgid "Term ID"
|
2381 |
msgstr "ID Ketentuan"
|
2382 |
|
2383 |
+
#: includes/fields/class-acf-field-taxonomy.php:882
|
2384 |
#, php-format
|
2385 |
msgid "User unable to add new %s"
|
2386 |
msgstr "Pengguna tidak dapat menambahkan %s"
|
2387 |
|
2388 |
+
#: includes/fields/class-acf-field-taxonomy.php:892
|
2389 |
#, php-format
|
2390 |
msgid "%s already exists"
|
2391 |
msgstr "%s sudah ada"
|
2392 |
|
2393 |
+
#: includes/fields/class-acf-field-taxonomy.php:924
|
2394 |
#, php-format
|
2395 |
msgid "%s added"
|
2396 |
msgstr "%s ditambahkan"
|
2397 |
|
2398 |
+
#: includes/fields/class-acf-field-taxonomy.php:970
|
2399 |
+
#: includes/locations/class-acf-location-user-form.php:66
|
2400 |
msgid "Add"
|
2401 |
msgstr "Tambah"
|
2402 |
|
2403 |
+
#: includes/fields/class-acf-field-text.php:25
|
2404 |
msgid "Text"
|
2405 |
msgstr "Teks"
|
2406 |
|
2407 |
+
#: includes/fields/class-acf-field-text.php:131
|
2408 |
+
#: includes/fields/class-acf-field-textarea.php:120
|
2409 |
msgid "Character Limit"
|
2410 |
msgstr "Batas Karakter"
|
2411 |
|
2412 |
+
#: includes/fields/class-acf-field-text.php:132
|
2413 |
+
#: includes/fields/class-acf-field-textarea.php:121
|
2414 |
msgid "Leave blank for no limit"
|
2415 |
msgstr "Biarkan kosong untuk tidak terbatas"
|
2416 |
|
2417 |
+
#: includes/fields/class-acf-field-text.php:157
|
2418 |
+
#: includes/fields/class-acf-field-textarea.php:213
|
2419 |
+
#, php-format
|
2420 |
+
msgid "Value must not exceed %d characters"
|
2421 |
+
msgstr "Nilai tidak boleh lebih dari %d karakter"
|
2422 |
+
|
2423 |
+
#: includes/fields/class-acf-field-textarea.php:25
|
2424 |
msgid "Text Area"
|
2425 |
msgstr "Area Teks"
|
2426 |
|
2427 |
+
#: includes/fields/class-acf-field-textarea.php:129
|
2428 |
msgid "Rows"
|
2429 |
msgstr "Baris"
|
2430 |
|
2431 |
+
#: includes/fields/class-acf-field-textarea.php:130
|
2432 |
msgid "Sets the textarea height"
|
2433 |
msgstr "Atur tinggi area teks"
|
2434 |
|
2435 |
+
#: includes/fields/class-acf-field-time_picker.php:25
|
2436 |
+
msgid "Time Picker"
|
2437 |
+
msgstr "Pengambil Jam"
|
2438 |
+
|
2439 |
+
#: includes/fields/class-acf-field-true_false.php:25
|
2440 |
msgid "True / False"
|
2441 |
msgstr "Benar / Salah"
|
2442 |
|
2443 |
+
#: includes/fields/class-acf-field-true_false.php:127
|
2444 |
+
msgid "Displays text alongside the checkbox"
|
2445 |
+
msgstr "Menampilkan teks di samping kotak centang"
|
2446 |
+
|
2447 |
+
#: includes/fields/class-acf-field-true_false.php:155
|
2448 |
+
msgid "On Text"
|
2449 |
+
msgstr "Dalam Teks"
|
2450 |
|
2451 |
+
#: includes/fields/class-acf-field-true_false.php:156
|
2452 |
+
msgid "Text shown when active"
|
2453 |
+
msgstr "Teks muncul ketika aktif"
|
2454 |
+
|
2455 |
+
#: includes/fields/class-acf-field-true_false.php:170
|
2456 |
+
msgid "Off Text"
|
2457 |
+
msgstr "Off Teks"
|
2458 |
+
|
2459 |
+
#: includes/fields/class-acf-field-true_false.php:171
|
2460 |
+
msgid "Text shown when inactive"
|
2461 |
+
msgstr "Teks muncul ketika tidak aktif"
|
2462 |
+
|
2463 |
+
#: includes/fields/class-acf-field-url.php:25
|
2464 |
msgid "Url"
|
2465 |
+
msgstr "Url"
|
2466 |
|
2467 |
+
#: includes/fields/class-acf-field-url.php:151
|
2468 |
msgid "Value must be a valid URL"
|
2469 |
msgstr "Nilai harus URL yang valid"
|
2470 |
|
2471 |
+
#: includes/fields/class-acf-field-user.php:20 includes/locations.php:99
|
2472 |
+
msgid "User"
|
2473 |
+
msgstr "Pengguna"
|
2474 |
+
|
2475 |
+
#: includes/fields/class-acf-field-user.php:51
|
2476 |
msgid "Filter by role"
|
2477 |
msgstr "Saring berdasarkan peran"
|
2478 |
|
2479 |
+
#: includes/fields/class-acf-field-user.php:59
|
2480 |
msgid "All user roles"
|
2481 |
msgstr "Semua peran pengguna"
|
2482 |
|
2483 |
+
#: includes/fields/class-acf-field-user.php:84
|
2484 |
+
msgid "User Array"
|
2485 |
+
msgstr "Array Pengguna"
|
2486 |
+
|
2487 |
+
#: includes/fields/class-acf-field-user.php:85
|
2488 |
+
msgid "User Object"
|
2489 |
+
msgstr "Object Pengguna"
|
2490 |
+
|
2491 |
+
#: includes/fields/class-acf-field-user.php:86
|
2492 |
+
msgid "User ID"
|
2493 |
+
msgstr "ID Pengguna"
|
2494 |
+
|
2495 |
+
#: includes/fields/class-acf-field-user.php:334
|
2496 |
+
msgid "Error loading field."
|
2497 |
+
msgstr "Kesalahan saat memproses bidang."
|
2498 |
+
|
2499 |
+
#: includes/fields/class-acf-field-wysiwyg.php:25
|
2500 |
msgid "Wysiwyg Editor"
|
2501 |
+
msgstr "Penyuntingan WYSIWYG"
|
2502 |
|
2503 |
+
#: includes/fields/class-acf-field-wysiwyg.php:320
|
2504 |
msgid "Visual"
|
2505 |
msgstr "Visual"
|
2506 |
|
2507 |
+
#: includes/fields/class-acf-field-wysiwyg.php:321
|
2508 |
msgctxt "Name for the Text editor tab (formerly HTML)"
|
2509 |
msgid "Text"
|
2510 |
msgstr "Teks"
|
2511 |
|
2512 |
+
#: includes/fields/class-acf-field-wysiwyg.php:327
|
2513 |
+
msgid "Click to initialize TinyMCE"
|
2514 |
+
msgstr "Klik untuk inisiasi TinyMCE"
|
2515 |
+
|
2516 |
+
#: includes/fields/class-acf-field-wysiwyg.php:380
|
2517 |
msgid "Tabs"
|
2518 |
msgstr "Tab"
|
2519 |
|
2520 |
+
#: includes/fields/class-acf-field-wysiwyg.php:385
|
2521 |
msgid "Visual & Text"
|
2522 |
msgstr "Visual & Teks"
|
2523 |
|
2524 |
+
#: includes/fields/class-acf-field-wysiwyg.php:386
|
2525 |
msgid "Visual Only"
|
2526 |
msgstr "Visual Saja"
|
2527 |
|
2528 |
+
#: includes/fields/class-acf-field-wysiwyg.php:387
|
2529 |
msgid "Text Only"
|
2530 |
msgstr "Teks saja"
|
2531 |
|
2532 |
+
#: includes/fields/class-acf-field-wysiwyg.php:394
|
2533 |
msgid "Toolbar"
|
2534 |
msgstr "Toolbar"
|
2535 |
|
2536 |
+
#: includes/fields/class-acf-field-wysiwyg.php:409
|
2537 |
msgid "Show Media Upload Buttons?"
|
2538 |
msgstr "Tampilkan Tombol Unggah Media?"
|
2539 |
|
2540 |
+
#: includes/fields/class-acf-field-wysiwyg.php:419
|
2541 |
+
msgid "Delay initialization?"
|
2542 |
+
msgstr "Tunda Inisiasi?"
|
2543 |
|
2544 |
+
#: includes/fields/class-acf-field-wysiwyg.php:420
|
2545 |
+
msgid "TinyMCE will not be initialized until field is clicked"
|
2546 |
+
msgstr "TinyMCE tidak akan di inisiasi hingga bidang diklik"
|
2547 |
|
2548 |
+
#: includes/forms/form-front.php:38 pro/fields/class-acf-field-gallery.php:353
|
2549 |
+
msgid "Title"
|
2550 |
+
msgstr "Judul"
|
2551 |
|
2552 |
+
#: includes/forms/form-front.php:55
|
2553 |
+
msgid "Validate Email"
|
2554 |
+
msgstr "Validasi Email"
|
2555 |
|
2556 |
+
#: includes/forms/form-front.php:104 pro/fields/class-acf-field-gallery.php:510
|
2557 |
+
#: pro/options-page.php:81
|
2558 |
+
msgid "Update"
|
2559 |
+
msgstr "Perbarui"
|
2560 |
|
2561 |
+
#: includes/forms/form-front.php:105
|
2562 |
+
msgid "Post updated"
|
2563 |
+
msgstr "Pos Diperbarui"
|
2564 |
|
2565 |
+
#: includes/forms/form-front.php:231
|
2566 |
+
msgid "Spam Detected"
|
2567 |
+
msgstr "Spam Terdeteksi"
|
2568 |
|
2569 |
+
#: includes/forms/form-user.php:336
|
2570 |
+
#, php-format
|
2571 |
+
msgid "<strong>ERROR</strong>: %s"
|
2572 |
+
msgstr "<strong>TERJADI KESALAHAN</strong>: %s"
|
2573 |
+
|
2574 |
+
#: includes/locations.php:23
|
2575 |
+
#, php-format
|
2576 |
+
msgid "Class \"%s\" does not exist."
|
2577 |
+
msgstr "Class “%s” tidak ditemukan."
|
2578 |
+
|
2579 |
+
#: includes/locations.php:34
|
2580 |
+
#, php-format
|
2581 |
+
msgid "Location type \"%s\" is already registered."
|
2582 |
+
msgstr "Tipe lokasi “%s” telah terdaftar."
|
2583 |
+
|
2584 |
+
#: includes/locations.php:97 includes/locations/class-acf-location-post.php:20
|
2585 |
+
msgid "Post"
|
2586 |
+
msgstr "Pos"
|
2587 |
+
|
2588 |
+
#: includes/locations.php:98 includes/locations/class-acf-location-page.php:20
|
2589 |
+
msgid "Page"
|
2590 |
+
msgstr "Laman"
|
2591 |
+
|
2592 |
+
#: includes/locations.php:100
|
2593 |
+
msgid "Forms"
|
2594 |
+
msgstr "Form"
|
2595 |
+
|
2596 |
+
#: includes/locations/abstract-acf-location.php:103
|
2597 |
+
msgid "is equal to"
|
2598 |
+
msgstr "sama dengan"
|
2599 |
+
|
2600 |
+
#: includes/locations/abstract-acf-location.php:104
|
2601 |
+
msgid "is not equal to"
|
2602 |
+
msgstr "tidak sama dengan"
|
2603 |
+
|
2604 |
+
#: includes/locations/class-acf-location-attachment.php:20
|
2605 |
+
msgid "Attachment"
|
2606 |
+
msgstr "Lampiran"
|
2607 |
+
|
2608 |
+
#: includes/locations/class-acf-location-attachment.php:82
|
2609 |
+
#, php-format
|
2610 |
+
msgid "All %s formats"
|
2611 |
+
msgstr "Semua %s format"
|
2612 |
+
|
2613 |
+
#: includes/locations/class-acf-location-comment.php:20
|
2614 |
+
msgid "Comment"
|
2615 |
+
msgstr "Komentar"
|
2616 |
+
|
2617 |
+
#: includes/locations/class-acf-location-current-user-role.php:20
|
2618 |
+
msgid "Current User Role"
|
2619 |
+
msgstr "Peran pengguna saat ini"
|
2620 |
+
|
2621 |
+
#: includes/locations/class-acf-location-current-user-role.php:75
|
2622 |
+
msgid "Super Admin"
|
2623 |
+
msgstr "Super Admin"
|
2624 |
+
|
2625 |
+
#: includes/locations/class-acf-location-current-user.php:20
|
2626 |
+
msgid "Current User"
|
2627 |
+
msgstr "Pengguna saat ini"
|
2628 |
+
|
2629 |
+
#: includes/locations/class-acf-location-current-user.php:69
|
2630 |
+
msgid "Logged in"
|
2631 |
+
msgstr "Log masuk"
|
2632 |
+
|
2633 |
+
#: includes/locations/class-acf-location-current-user.php:70
|
2634 |
+
msgid "Viewing front end"
|
2635 |
+
msgstr "Melihat front end"
|
2636 |
+
|
2637 |
+
#: includes/locations/class-acf-location-current-user.php:71
|
2638 |
+
msgid "Viewing back end"
|
2639 |
+
msgstr "Melihat back end"
|
2640 |
+
|
2641 |
+
#: includes/locations/class-acf-location-nav-menu-item.php:20
|
2642 |
+
msgid "Menu Item"
|
2643 |
+
msgstr "Menu Item"
|
2644 |
+
|
2645 |
+
#: includes/locations/class-acf-location-nav-menu.php:20
|
2646 |
+
msgid "Menu"
|
2647 |
+
msgstr "Menu"
|
2648 |
+
|
2649 |
+
#: includes/locations/class-acf-location-nav-menu.php:78
|
2650 |
+
msgid "Menu Locations"
|
2651 |
+
msgstr "Lokasi Menu"
|
2652 |
+
|
2653 |
+
#: includes/locations/class-acf-location-page-parent.php:20
|
2654 |
+
msgid "Page Parent"
|
2655 |
+
msgstr "Laman Parent"
|
2656 |
+
|
2657 |
+
#: includes/locations/class-acf-location-page-template.php:20
|
2658 |
+
msgid "Page Template"
|
2659 |
+
msgstr "Template Laman"
|
2660 |
+
|
2661 |
+
#: includes/locations/class-acf-location-page-template.php:71
|
2662 |
+
#: includes/locations/class-acf-location-post-template.php:83
|
2663 |
+
msgid "Default Template"
|
2664 |
+
msgstr "Template Default"
|
2665 |
+
|
2666 |
+
#: includes/locations/class-acf-location-page-type.php:20
|
2667 |
+
msgid "Page Type"
|
2668 |
+
msgstr "Jenis Laman"
|
2669 |
+
|
2670 |
+
#: includes/locations/class-acf-location-page-type.php:106
|
2671 |
+
msgid "Front Page"
|
2672 |
+
msgstr "Laman Depan"
|
2673 |
+
|
2674 |
+
#: includes/locations/class-acf-location-page-type.php:107
|
2675 |
+
msgid "Posts Page"
|
2676 |
+
msgstr "Laman Post"
|
2677 |
+
|
2678 |
+
#: includes/locations/class-acf-location-page-type.php:108
|
2679 |
+
msgid "Top Level Page (no parent)"
|
2680 |
+
msgstr "Laman Tingkat Atas (tanpa parent)"
|
2681 |
+
|
2682 |
+
#: includes/locations/class-acf-location-page-type.php:109
|
2683 |
+
msgid "Parent Page (has children)"
|
2684 |
+
msgstr "Laman Parent (memiliki anak)"
|
2685 |
+
|
2686 |
+
#: includes/locations/class-acf-location-page-type.php:110
|
2687 |
+
msgid "Child Page (has parent)"
|
2688 |
+
msgstr "Laman Anak (memiliki parent)"
|
2689 |
+
|
2690 |
+
#: includes/locations/class-acf-location-post-category.php:20
|
2691 |
+
msgid "Post Category"
|
2692 |
+
msgstr "Kategori Post"
|
2693 |
+
|
2694 |
+
#: includes/locations/class-acf-location-post-format.php:20
|
2695 |
+
msgid "Post Format"
|
2696 |
+
msgstr "Format Post"
|
2697 |
+
|
2698 |
+
#: includes/locations/class-acf-location-post-status.php:20
|
2699 |
+
msgid "Post Status"
|
2700 |
+
msgstr "Status Post"
|
2701 |
+
|
2702 |
+
#: includes/locations/class-acf-location-post-taxonomy.php:20
|
2703 |
+
msgid "Post Taxonomy"
|
2704 |
+
msgstr "Post Taksonomi"
|
2705 |
+
|
2706 |
+
#: includes/locations/class-acf-location-post-template.php:20
|
2707 |
+
msgid "Post Template"
|
2708 |
+
msgstr "Template Laman"
|
2709 |
+
|
2710 |
+
#: includes/locations/class-acf-location-user-form.php:20
|
2711 |
+
msgid "User Form"
|
2712 |
+
msgstr "Form Pengguna"
|
2713 |
+
|
2714 |
+
#: includes/locations/class-acf-location-user-form.php:67
|
2715 |
+
msgid "Add / Edit"
|
2716 |
+
msgstr "Tambah / Sunting"
|
2717 |
+
|
2718 |
+
#: includes/locations/class-acf-location-user-form.php:68
|
2719 |
+
msgid "Register"
|
2720 |
+
msgstr "Daftar"
|
2721 |
+
|
2722 |
+
#: includes/locations/class-acf-location-user-role.php:22
|
2723 |
+
msgid "User Role"
|
2724 |
+
msgstr "Peran pengguna"
|
2725 |
+
|
2726 |
+
#: includes/locations/class-acf-location-widget.php:20
|
2727 |
+
msgid "Widget"
|
2728 |
+
msgstr "Widget"
|
2729 |
|
2730 |
+
#: includes/media.php:55
|
2731 |
+
msgctxt "verb"
|
2732 |
+
msgid "Edit"
|
2733 |
+
msgstr "Sunting"
|
2734 |
+
|
2735 |
+
#: includes/media.php:56
|
2736 |
+
msgctxt "verb"
|
2737 |
+
msgid "Update"
|
2738 |
+
msgstr "Perbarui"
|
2739 |
|
2740 |
+
#: includes/media.php:57
|
2741 |
+
msgid "Uploaded to this post"
|
2742 |
+
msgstr "Diunggah ke post ini"
|
2743 |
+
|
2744 |
+
#: includes/media.php:58
|
2745 |
+
msgid "Expand Details"
|
2746 |
+
msgstr "Perluas Rincian"
|
2747 |
+
|
2748 |
+
#: includes/media.php:59
|
2749 |
+
msgid "Collapse Details"
|
2750 |
+
msgstr "Persempit Rincian"
|
2751 |
+
|
2752 |
+
#: includes/media.php:60
|
2753 |
+
msgid "Restricted"
|
2754 |
+
msgstr "Dibatasi"
|
2755 |
+
|
2756 |
+
#: includes/validation.php:364
|
2757 |
+
#, php-format
|
2758 |
+
msgid "%s value is required"
|
2759 |
+
msgstr "Nilai %s diharuskan"
|
2760 |
+
|
2761 |
+
#. Plugin Name of the plugin/theme
|
2762 |
+
#: pro/acf-pro.php:28
|
2763 |
+
msgid "Advanced Custom Fields PRO"
|
2764 |
+
msgstr "Advanced Custom Fields PRO"
|
2765 |
+
|
2766 |
+
#: pro/admin/admin-options-page.php:198
|
2767 |
msgid "Publish"
|
2768 |
msgstr "Terbitkan"
|
2769 |
|
2770 |
+
#: pro/admin/admin-options-page.php:204
|
2771 |
+
#, php-format
|
2772 |
+
msgid ""
|
2773 |
+
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
|
2774 |
+
"Custom Field Group</a>"
|
2775 |
+
msgstr ""
|
2776 |
+
"Tidak ada Grup Bidang Kustom ditemukan untuk halaman pilihan ini. <a href="
|
2777 |
+
"\"%s\">Buat Grup Bidang Kustom</a>"
|
2778 |
+
|
2779 |
+
#: pro/admin/admin-updates.php:49
|
2780 |
+
msgid "<b>Error</b>. Could not connect to update server"
|
2781 |
+
msgstr "<b>Kesalahan.</b> Tidak dapat terhubung ke server yang memperbarui"
|
2782 |
+
|
2783 |
+
#: pro/admin/admin-updates.php:118 pro/admin/views/html-settings-updates.php:12
|
2784 |
+
msgid "Updates"
|
2785 |
+
msgstr "Pembaruan"
|
2786 |
|
2787 |
+
#: pro/admin/admin-updates.php:191
|
2788 |
+
msgid ""
|
2789 |
+
"<b>Error</b>. Could not authenticate update package. Please check again or "
|
2790 |
+
"deactivate and reactivate your ACF PRO license."
|
2791 |
+
msgstr ""
|
2792 |
+
"<b>Terjadi Kesalahan</b>. Tidak dapat mengautentikasi paket pembaruan. "
|
2793 |
+
"Silakan periksa lagi atau nonaktifkan dan aktifkan kembali lisensi ACF PRO "
|
2794 |
+
"Anda."
|
2795 |
+
|
2796 |
+
#: pro/admin/views/html-settings-updates.php:6
|
2797 |
msgid "Deactivate License"
|
2798 |
msgstr "Nonaktifkan Lisensi"
|
2799 |
|
2800 |
+
#: pro/admin/views/html-settings-updates.php:6
|
2801 |
msgid "Activate License"
|
2802 |
msgstr "Aktifkan Lisensi"
|
2803 |
|
2804 |
+
#: pro/admin/views/html-settings-updates.php:16
|
2805 |
+
msgid "License Information"
|
2806 |
+
msgstr "Informasi Lisensi"
|
2807 |
|
2808 |
+
#: pro/admin/views/html-settings-updates.php:19
|
2809 |
+
#, php-format
|
2810 |
+
msgid ""
|
2811 |
+
"To unlock updates, please enter your license key below. If you don't have a "
|
2812 |
+
"licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
|
2813 |
+
"a>."
|
2814 |
msgstr ""
|
2815 |
+
"Untuk membuka kunci pembaruan, masukkan kunci lisensi Anda di bawah. Jika "
|
2816 |
+
"Anda tidak memiliki kunci lisensi, silakan lihat <a href=\"%s\">rincian & "
|
2817 |
+
"harga</a>."
|
|
|
|
|
|
|
2818 |
|
2819 |
+
#: pro/admin/views/html-settings-updates.php:28
|
2820 |
msgid "License Key"
|
2821 |
msgstr "Kunci lisensi"
|
2822 |
|
2823 |
+
#: pro/admin/views/html-settings-updates.php:60
|
2824 |
msgid "Update Information"
|
2825 |
msgstr "Informasi Pembaruan"
|
2826 |
|
2827 |
+
#: pro/admin/views/html-settings-updates.php:67
|
2828 |
msgid "Current Version"
|
2829 |
msgstr "Versi sekarang"
|
2830 |
|
2831 |
+
#: pro/admin/views/html-settings-updates.php:75
|
2832 |
msgid "Latest Version"
|
2833 |
msgstr "Versi terbaru"
|
2834 |
|
2835 |
+
#: pro/admin/views/html-settings-updates.php:83
|
2836 |
msgid "Update Available"
|
2837 |
msgstr "Pembaruan Tersedia"
|
2838 |
|
2839 |
+
#: pro/admin/views/html-settings-updates.php:91
|
2840 |
msgid "Update Plugin"
|
2841 |
msgstr "Perbarui Plugin"
|
2842 |
|
2843 |
+
#: pro/admin/views/html-settings-updates.php:93
|
2844 |
msgid "Please enter your license key above to unlock updates"
|
2845 |
msgstr "Masukkan kunci lisensi Anda di atas untuk membuka pembaruan"
|
2846 |
|
2847 |
+
#: pro/admin/views/html-settings-updates.php:99
|
2848 |
msgid "Check Again"
|
2849 |
msgstr "Periksa lagi"
|
2850 |
|
2851 |
+
#: pro/admin/views/html-settings-updates.php:106
|
2852 |
+
msgid "Changelog"
|
2853 |
+
msgstr "Changelog"
|
2854 |
+
|
2855 |
+
#: pro/admin/views/html-settings-updates.php:116
|
2856 |
msgid "Upgrade Notice"
|
2857 |
msgstr "Pemberitahuan Upgrade"
|
2858 |
|
2859 |
+
#: pro/blocks.php:36
|
2860 |
+
msgid "Block type name is required."
|
2861 |
+
msgstr "Blok tipe nama diharuskan."
|
2862 |
|
2863 |
+
#: pro/blocks.php:43
|
2864 |
#, php-format
|
2865 |
+
msgid "Block type \"%s\" is already registered."
|
2866 |
+
msgstr "Blok tipe “%s” telah terdaftar."
|
|
|
|
|
|
|
|
|
2867 |
|
2868 |
+
#: pro/blocks.php:418
|
2869 |
+
msgid "Switch to Edit"
|
2870 |
+
msgstr "Beralih ke Penyuntingan"
|
2871 |
+
|
2872 |
+
#: pro/blocks.php:419
|
2873 |
+
msgid "Switch to Preview"
|
2874 |
+
msgstr "Beralih ke Pratinjau"
|
2875 |
+
|
2876 |
+
#: pro/blocks.php:420
|
2877 |
+
msgid "Change content alignment"
|
2878 |
+
msgstr "Sunting perataan konten"
|
2879 |
+
|
2880 |
+
#: pro/blocks.php:423
|
2881 |
+
#, php-format
|
2882 |
+
msgid "%s settings"
|
2883 |
+
msgstr "%s pengaturan"
|
2884 |
+
|
2885 |
+
#: pro/fields/class-acf-field-clone.php:25
|
2886 |
+
msgctxt "noun"
|
2887 |
+
msgid "Clone"
|
2888 |
+
msgstr "Klon"
|
2889 |
+
|
2890 |
+
#: pro/fields/class-acf-field-clone.php:812
|
2891 |
+
msgid "Select one or more fields you wish to clone"
|
2892 |
+
msgstr "Pilih satu atau lebih bidang yang ingin Anda gandakan"
|
2893 |
+
|
2894 |
+
#: pro/fields/class-acf-field-clone.php:829
|
2895 |
+
msgid "Display"
|
2896 |
+
msgstr "Tampilan"
|
2897 |
|
2898 |
+
#: pro/fields/class-acf-field-clone.php:830
|
2899 |
+
msgid "Specify the style used to render the clone field"
|
2900 |
+
msgstr "Tentukan gaya yang digunakan untuk merender bidang ganda"
|
2901 |
+
|
2902 |
+
#: pro/fields/class-acf-field-clone.php:835
|
2903 |
+
msgid "Group (displays selected fields in a group within this field)"
|
2904 |
+
msgstr "Grup (menampilkan bidang yang dipilih dalam grup dalam bidang ini)"
|
2905 |
+
|
2906 |
+
#: pro/fields/class-acf-field-clone.php:836
|
2907 |
+
msgid "Seamless (replaces this field with selected fields)"
|
2908 |
+
msgstr "Seamless (mengganti bidang ini dengan bidang yang dipilih)"
|
2909 |
+
|
2910 |
+
#: pro/fields/class-acf-field-clone.php:857
|
2911 |
+
#, php-format
|
2912 |
+
msgid "Labels will be displayed as %s"
|
2913 |
+
msgstr "Label akan ditampilkan sebagai %s"
|
2914 |
+
|
2915 |
+
#: pro/fields/class-acf-field-clone.php:860
|
2916 |
+
msgid "Prefix Field Labels"
|
2917 |
+
msgstr "Awalan Label Bidang"
|
2918 |
+
|
2919 |
+
#: pro/fields/class-acf-field-clone.php:871
|
2920 |
+
#, php-format
|
2921 |
+
msgid "Values will be saved as %s"
|
2922 |
+
msgstr "Nilai akan disimpan sebagai %s"
|
2923 |
+
|
2924 |
+
#: pro/fields/class-acf-field-clone.php:874
|
2925 |
+
msgid "Prefix Field Names"
|
2926 |
+
msgstr "Awalan Nama Bidang"
|
2927 |
+
|
2928 |
+
#: pro/fields/class-acf-field-clone.php:992
|
2929 |
+
msgid "Unknown field"
|
2930 |
+
msgstr "Bidang tidak diketahui"
|
2931 |
+
|
2932 |
+
#: pro/fields/class-acf-field-clone.php:1031
|
2933 |
+
msgid "Unknown field group"
|
2934 |
+
msgstr "Grup bidang tidak diketahui"
|
2935 |
+
|
2936 |
+
#: pro/fields/class-acf-field-clone.php:1035
|
2937 |
+
#, php-format
|
2938 |
+
msgid "All fields from %s field group"
|
2939 |
+
msgstr "Semua bidang dari %s grup bidang"
|
2940 |
+
|
2941 |
+
#: pro/fields/class-acf-field-flexible-content.php:31
|
2942 |
+
#: pro/fields/class-acf-field-repeater.php:193
|
2943 |
+
#: pro/fields/class-acf-field-repeater.php:469
|
2944 |
msgid "Add Row"
|
2945 |
msgstr "Tambah Baris"
|
2946 |
|
2947 |
+
#: pro/fields/class-acf-field-flexible-content.php:73
|
2948 |
+
#: pro/fields/class-acf-field-flexible-content.php:926
|
2949 |
+
#: pro/fields/class-acf-field-flexible-content.php:1008
|
2950 |
msgid "layout"
|
2951 |
+
msgid_plural "layouts"
|
2952 |
+
msgstr[0] "tata letak"
|
2953 |
|
2954 |
+
#: pro/fields/class-acf-field-flexible-content.php:74
|
2955 |
msgid "layouts"
|
2956 |
msgstr "layout"
|
2957 |
|
2958 |
+
#: pro/fields/class-acf-field-flexible-content.php:77
|
2959 |
+
#: pro/fields/class-acf-field-flexible-content.php:925
|
2960 |
+
#: pro/fields/class-acf-field-flexible-content.php:1007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2961 |
msgid "This field requires at least {min} {label} {identifier}"
|
2962 |
msgstr "Bidang ini membutuhkan setidaknya {min} {label} {identifier}"
|
2963 |
|
2964 |
+
#: pro/fields/class-acf-field-flexible-content.php:78
|
2965 |
+
msgid "This field has a limit of {max} {label} {identifier}"
|
2966 |
+
msgstr "Bidang ini memiliki batas {max} {label} {identifier}"
|
2967 |
|
2968 |
+
#: pro/fields/class-acf-field-flexible-content.php:81
|
2969 |
msgid "{available} {label} {identifier} available (max {max})"
|
2970 |
+
msgstr "{available} {label} {identifier} tersedia (max {max})"
|
2971 |
|
2972 |
+
#: pro/fields/class-acf-field-flexible-content.php:82
|
2973 |
msgid "{required} {label} {identifier} required (min {min})"
|
2974 |
+
msgstr "{required} {label} {identifier} diperlukan (min {min})"
|
2975 |
+
|
2976 |
+
#: pro/fields/class-acf-field-flexible-content.php:85
|
2977 |
+
msgid "Flexible Content requires at least 1 layout"
|
2978 |
+
msgstr "Konten fleksibel memerlukan setidaknya 1 layout"
|
2979 |
|
2980 |
+
#: pro/fields/class-acf-field-flexible-content.php:287
|
2981 |
#, php-format
|
2982 |
msgid "Click the \"%s\" button below to start creating your layout"
|
2983 |
msgstr "Klik tombol\"%s\" dibawah untuk mulai membuat layout Anda"
|
2984 |
|
2985 |
+
#: pro/fields/class-acf-field-flexible-content.php:413
|
2986 |
msgid "Add layout"
|
2987 |
msgstr "Tambah Layout"
|
2988 |
|
2989 |
+
#: pro/fields/class-acf-field-flexible-content.php:414
|
2990 |
+
msgid "Duplicate layout"
|
2991 |
+
msgstr "Gandakan Layout"
|
2992 |
+
|
2993 |
+
#: pro/fields/class-acf-field-flexible-content.php:415
|
2994 |
msgid "Remove layout"
|
2995 |
msgstr "Hapus layout"
|
2996 |
|
2997 |
+
#: pro/fields/class-acf-field-flexible-content.php:416
|
2998 |
+
#: pro/fields/class-acf-field-repeater.php:301
|
2999 |
msgid "Click to toggle"
|
3000 |
msgstr "Klik untuk toggle"
|
3001 |
|
3002 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
3003 |
msgid "Reorder Layout"
|
3004 |
msgstr "Susun ulang Layout"
|
3005 |
|
3006 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
3007 |
msgid "Reorder"
|
3008 |
msgstr "Susun Ulang"
|
3009 |
|
3010 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
3011 |
msgid "Delete Layout"
|
3012 |
msgstr "Hapus Layout"
|
3013 |
|
3014 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
3015 |
msgid "Duplicate Layout"
|
3016 |
msgstr "Duplikat Layout"
|
3017 |
|
3018 |
+
#: pro/fields/class-acf-field-flexible-content.php:559
|
3019 |
msgid "Add New Layout"
|
3020 |
msgstr "Tambah Layout Baru"
|
3021 |
|
3022 |
+
#: pro/fields/class-acf-field-flexible-content.php:631
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3023 |
msgid "Min"
|
3024 |
msgstr "Min"
|
3025 |
|
3026 |
+
#: pro/fields/class-acf-field-flexible-content.php:644
|
3027 |
msgid "Max"
|
3028 |
msgstr "Maks"
|
3029 |
|
3030 |
+
#: pro/fields/class-acf-field-flexible-content.php:671
|
3031 |
+
#: pro/fields/class-acf-field-repeater.php:465
|
3032 |
msgid "Button Label"
|
3033 |
msgstr "Label tombol"
|
3034 |
|
3035 |
+
#: pro/fields/class-acf-field-flexible-content.php:680
|
3036 |
msgid "Minimum Layouts"
|
3037 |
msgstr "Minimum Layouts"
|
3038 |
|
3039 |
+
#: pro/fields/class-acf-field-flexible-content.php:689
|
3040 |
msgid "Maximum Layouts"
|
3041 |
msgstr "Maksimum Layout"
|
3042 |
|
3043 |
+
#: pro/fields/class-acf-field-gallery.php:73
|
|
|
|
|
|
|
|
|
3044 |
msgid "Add Image to Gallery"
|
3045 |
msgstr "Tambahkan Gambar ke Galeri"
|
3046 |
|
3047 |
+
#: pro/fields/class-acf-field-gallery.php:74
|
3048 |
msgid "Maximum selection reached"
|
3049 |
msgstr "Batas pilihan maksimum"
|
3050 |
|
3051 |
+
#: pro/fields/class-acf-field-gallery.php:322
|
3052 |
msgid "Length"
|
3053 |
msgstr "Panjang"
|
3054 |
|
3055 |
+
#: pro/fields/class-acf-field-gallery.php:362
|
3056 |
+
msgid "Caption"
|
3057 |
+
msgstr "Judul"
|
3058 |
+
|
3059 |
+
#: pro/fields/class-acf-field-gallery.php:371
|
3060 |
+
msgid "Alt Text"
|
3061 |
+
msgstr "Alt Teks"
|
3062 |
|
3063 |
+
#: pro/fields/class-acf-field-gallery.php:487
|
3064 |
msgid "Add to gallery"
|
3065 |
msgstr "Tambahkan ke galeri"
|
3066 |
|
3067 |
+
#: pro/fields/class-acf-field-gallery.php:491
|
3068 |
msgid "Bulk actions"
|
3069 |
msgstr "Aksi besar"
|
3070 |
|
3071 |
+
#: pro/fields/class-acf-field-gallery.php:492
|
3072 |
msgid "Sort by date uploaded"
|
3073 |
msgstr "Urutkan berdasarkan tanggal unggah"
|
3074 |
|
3075 |
+
#: pro/fields/class-acf-field-gallery.php:493
|
3076 |
msgid "Sort by date modified"
|
3077 |
msgstr "Urutkan berdasarkan tanggal modifikasi"
|
3078 |
|
3079 |
+
#: pro/fields/class-acf-field-gallery.php:494
|
3080 |
msgid "Sort by title"
|
3081 |
msgstr "Urutkan menurut judul"
|
3082 |
|
3083 |
+
#: pro/fields/class-acf-field-gallery.php:495
|
3084 |
msgid "Reverse current order"
|
3085 |
+
msgstr "Balik urutan saat ini"
|
3086 |
|
3087 |
+
#: pro/fields/class-acf-field-gallery.php:507
|
3088 |
msgid "Close"
|
3089 |
msgstr "Tutup"
|
3090 |
|
3091 |
+
#: pro/fields/class-acf-field-gallery.php:580
|
3092 |
+
msgid "Insert"
|
3093 |
+
msgstr "Masukkan"
|
3094 |
+
|
3095 |
+
#: pro/fields/class-acf-field-gallery.php:581
|
3096 |
+
msgid "Specify where new attachments are added"
|
3097 |
+
msgstr "Tentukan di mana lampiran baru ditambahkan"
|
3098 |
+
|
3099 |
+
#: pro/fields/class-acf-field-gallery.php:585
|
3100 |
+
msgid "Append to the end"
|
3101 |
+
msgstr "Tambahkan ke bagian akhir"
|
3102 |
+
|
3103 |
+
#: pro/fields/class-acf-field-gallery.php:586
|
3104 |
+
msgid "Prepend to the beginning"
|
3105 |
+
msgstr "Tambahkan ke bagian awal"
|
3106 |
+
|
3107 |
+
#: pro/fields/class-acf-field-gallery.php:605
|
3108 |
msgid "Minimum Selection"
|
3109 |
msgstr "Seleksi Minimum"
|
3110 |
|
3111 |
+
#: pro/fields/class-acf-field-gallery.php:613
|
3112 |
msgid "Maximum Selection"
|
3113 |
msgstr "Seleksi maksimum"
|
3114 |
|
3115 |
+
#: pro/fields/class-acf-field-repeater.php:65
|
3116 |
+
#: pro/fields/class-acf-field-repeater.php:662
|
|
|
|
|
|
|
3117 |
msgid "Minimum rows reached ({min} rows)"
|
3118 |
msgstr "Baris minimal mencapai ({min} baris)"
|
3119 |
|
3120 |
+
#: pro/fields/class-acf-field-repeater.php:66
|
3121 |
msgid "Maximum rows reached ({max} rows)"
|
3122 |
msgstr "Baris maksimum mencapai ({max} baris)"
|
3123 |
|
3124 |
+
#: pro/fields/class-acf-field-repeater.php:338
|
|
|
|
|
|
|
|
|
3125 |
msgid "Add row"
|
3126 |
msgstr "Tambah Baris"
|
3127 |
|
3128 |
+
#: pro/fields/class-acf-field-repeater.php:339
|
3129 |
+
msgid "Duplicate row"
|
3130 |
+
msgstr "Gandakan baris"
|
3131 |
+
|
3132 |
+
#: pro/fields/class-acf-field-repeater.php:340
|
3133 |
msgid "Remove row"
|
3134 |
msgstr "Hapus baris"
|
3135 |
|
3136 |
+
#: pro/fields/class-acf-field-repeater.php:418
|
|
|
|
|
|
|
|
|
3137 |
msgid "Collapsed"
|
3138 |
msgstr "Disempitkan"
|
3139 |
|
3140 |
+
#: pro/fields/class-acf-field-repeater.php:419
|
3141 |
msgid "Select a sub field to show when row is collapsed"
|
3142 |
msgstr "Pilih sub bidang untuk ditampilkan ketika baris disempitkan"
|
3143 |
|
3144 |
+
#: pro/fields/class-acf-field-repeater.php:429
|
3145 |
msgid "Minimum Rows"
|
3146 |
msgstr "Minimum Baris"
|
3147 |
|
3148 |
+
#: pro/fields/class-acf-field-repeater.php:439
|
3149 |
msgid "Maximum Rows"
|
3150 |
msgstr "Maksimum Baris"
|
3151 |
|
3152 |
+
#: pro/locations/class-acf-location-block.php:69
|
3153 |
+
msgid "No block types exist"
|
3154 |
+
msgstr "Tidak ada tipe blok tersedia"
|
3155 |
+
|
3156 |
+
#: pro/locations/class-acf-location-options-page.php:68
|
3157 |
+
msgid "No options pages exist"
|
3158 |
+
msgstr "Tidak ada pilihan halaman yang ada"
|
3159 |
+
|
3160 |
+
#: pro/options-page.php:82
|
3161 |
+
msgid "Options Updated"
|
3162 |
+
msgstr "Pilihan Diperbarui"
|
3163 |
+
|
3164 |
+
#: pro/updates.php:97
|
3165 |
+
#, php-format
|
3166 |
+
msgid ""
|
3167 |
+
"To enable updates, please enter your license key on the <a href=\"%s"
|
3168 |
+
"\">Updates</a> page. If you don't have a licence key, please see <a href=\"%s"
|
3169 |
+
"\">details & pricing</a>."
|
3170 |
msgstr ""
|
3171 |
+
"Untuk mengaktifkan update, masukkan kunci lisensi Anda pada halaman <a href="
|
3172 |
+
"\"%s\">Pembaruan</a>. Jika anda tidak memiliki kunci lisensi, silakan lihat "
|
3173 |
+
"<a href=\"%s\">rincian & harga</a>."
|
3174 |
+
|
3175 |
+
#: tests/basic/test-blocks.php:279
|
3176 |
+
msgid "Hero"
|
3177 |
+
msgstr "Utama"
|
3178 |
+
|
3179 |
+
#: tests/basic/test-blocks.php:280
|
3180 |
+
msgid "Display a random hero image."
|
3181 |
+
msgstr "Tampilkan sebuah gambar utama acak."
|
3182 |
|
3183 |
#. Plugin URI of the plugin/theme
|
3184 |
+
#. Author URI of the plugin/theme
|
3185 |
+
msgid "https://www.advancedcustomfields.com"
|
3186 |
+
msgstr "https://www.advancedcustomfields.com/"
|
3187 |
|
3188 |
#. Description of the plugin/theme
|
3189 |
+
msgid "Customize WordPress with powerful, professional and intuitive fields."
|
3190 |
msgstr ""
|
3191 |
+
"Sesuaikan WordPress dengan bidang kustom yang kuat, profesional, dan "
|
3192 |
+
"intuitif."
|
3193 |
|
3194 |
#. Author of the plugin/theme
|
3195 |
+
msgid "Elliot Condon"
|
3196 |
+
msgstr "Elliot Condon"
|
3197 |
|
3198 |
+
#~ msgid "Parent fields"
|
3199 |
+
#~ msgstr "Bidang parent"
|
3200 |
+
|
3201 |
+
#~ msgid "Sibling fields"
|
3202 |
+
#~ msgstr "Bidang sibling"
|
3203 |
+
|
3204 |
+
#, php-format
|
3205 |
+
#~ msgid "%s field group synchronised."
|
3206 |
+
#~ msgid_plural "%s field groups synchronised."
|
3207 |
+
#~ msgstr[0] "bidang grup %s disinkronkan."
|
3208 |
+
|
3209 |
+
#~ msgid "Status"
|
3210 |
+
#~ msgstr "Status"
|
3211 |
+
|
3212 |
+
#~ msgid "See what's new in"
|
3213 |
+
#~ msgstr "Lihat apa yang baru di"
|
3214 |
+
|
3215 |
+
#~ msgid "Resources"
|
3216 |
+
#~ msgstr "Sumber"
|
3217 |
+
|
3218 |
+
#~ msgid "Getting Started"
|
3219 |
+
#~ msgstr "Perkenalan"
|
3220 |
+
|
3221 |
+
#~ msgid "Field Types"
|
3222 |
+
#~ msgstr "Jenis Field"
|
3223 |
+
|
3224 |
+
#~ msgid "Functions"
|
3225 |
+
#~ msgstr "Fungsi"
|
3226 |
+
|
3227 |
+
#~ msgid "Actions"
|
3228 |
+
#~ msgstr "Tindakan"
|
3229 |
+
|
3230 |
+
#~ msgid "'How to' guides"
|
3231 |
+
#~ msgstr "Panduan \"Bagaimana Caranya\""
|
3232 |
+
|
3233 |
+
#~ msgid "Tutorials"
|
3234 |
+
#~ msgstr "Tutorial"
|
3235 |
+
|
3236 |
+
#~ msgid "Created by"
|
3237 |
+
#~ msgstr "Dibuat oleh"
|
3238 |
+
|
3239 |
+
#~ msgid "Add-ons"
|
3240 |
+
#~ msgstr "Add-on"
|
3241 |
+
|
3242 |
+
#~ msgid "<b>Error</b>. Could not load add-ons list"
|
3243 |
+
#~ msgstr "<b>Kesalahan</b>. Tidak dapat memuat daftar add-on"
|
3244 |
+
|
3245 |
+
#~ msgid "Info"
|
3246 |
+
#~ msgstr "Info"
|
3247 |
+
|
3248 |
+
#~ msgid "What's New"
|
3249 |
+
#~ msgstr "Apa yang Baru"
|
3250 |
+
|
3251 |
+
#, php-format
|
3252 |
+
#~ msgid "<b>Success</b>. Import tool added %s field groups: %s"
|
3253 |
+
#~ msgstr "<b>Sukses</b>. Impor alat ditambahkan %s grup bidang: %s"
|
3254 |
+
|
3255 |
+
#, php-format
|
3256 |
+
#~ msgid ""
|
3257 |
+
#~ "<b>Warning</b>. Import tool detected %s field groups already exist and "
|
3258 |
+
#~ "have been ignored: %s"
|
3259 |
+
#~ msgstr ""
|
3260 |
+
#~ "<b>Peringatan</b>. Impor alat terdeteksi grup bidang %s sudah ada dan "
|
3261 |
+
#~ "telah diabaikan: %s"
|
3262 |
+
|
3263 |
+
#~ msgid "Upgrade ACF"
|
3264 |
+
#~ msgstr "Tingkatkan ACF"
|
3265 |
+
|
3266 |
+
#~ msgid "Upgrade"
|
3267 |
+
#~ msgstr "Tingkatkan"
|
3268 |
+
|
3269 |
+
#~ msgid "Error"
|
3270 |
+
#~ msgstr "Error"
|
3271 |
+
|
3272 |
+
#~ msgid "Error."
|
3273 |
+
#~ msgstr "Error."
|
3274 |
+
|
3275 |
+
#~ msgid "Drag and drop to reorder"
|
3276 |
+
#~ msgstr "Seret dan jatuhkan untuk mengatur ulang"
|
3277 |
+
|
3278 |
+
#~ msgid "Taxonomy Term"
|
3279 |
+
#~ msgstr "Taksonomi Persyaratan"
|
3280 |
+
|
3281 |
+
#~ msgid "Download & Install"
|
3282 |
+
#~ msgstr "Undah dan Instal"
|
3283 |
+
|
3284 |
+
#~ msgid "Installed"
|
3285 |
+
#~ msgstr "Sudah Terinstall"
|
3286 |
+
|
3287 |
+
#~ msgid "Welcome to Advanced Custom Fields"
|
3288 |
+
#~ msgstr "Selamat datang di Advanced Custom Fields"
|
3289 |
+
|
3290 |
+
#, php-format
|
3291 |
+
#~ msgid ""
|
3292 |
+
#~ "Thank you for updating! ACF %s is bigger and better than ever before. We "
|
3293 |
+
#~ "hope you like it."
|
3294 |
+
#~ msgstr ""
|
3295 |
+
#~ "Terima kasih sudah memperbarui! ACF %s lebih besar dan lebih baik "
|
3296 |
+
#~ "daripada sebelumnya. Kami harap Anda menyukainya."
|
3297 |
+
|
3298 |
+
#~ msgid "A smoother custom field experience"
|
3299 |
+
#~ msgstr "Pengalaman bidang kustom yang halus"
|
3300 |
+
|
3301 |
+
#~ msgid "Improved Usability"
|
3302 |
+
#~ msgstr "Peningkatan Kegunaan"
|
3303 |
+
|
3304 |
+
#~ msgid ""
|
3305 |
+
#~ "Including the popular Select2 library has improved both usability and "
|
3306 |
+
#~ "speed across a number of field types including post object, page link, "
|
3307 |
+
#~ "taxonomy and select."
|
3308 |
+
#~ msgstr ""
|
3309 |
+
#~ "Termasuk Perpustakaan Select2 populer telah meningkatkan kegunaan dan "
|
3310 |
+
#~ "kecepatan di sejumlah bidang jenis termasuk posting objek, link halaman, "
|
3311 |
+
#~ "taksonomi, dan pilih."
|
3312 |
+
|
3313 |
+
#~ msgid "Improved Design"
|
3314 |
+
#~ msgstr "Peningkatan Desain"
|
3315 |
+
|
3316 |
+
#~ msgid ""
|
3317 |
+
#~ "Many fields have undergone a visual refresh to make ACF look better than "
|
3318 |
+
#~ "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
|
3319 |
+
#~ "(new) fields!"
|
3320 |
+
#~ msgstr ""
|
3321 |
+
#~ "Berbagai bidang telah mengalami refresh visual untuk membuat ACF terlihat "
|
3322 |
+
#~ "lebih baik daripada sebelumnya! Perubahan nyata terlihat pada galeri, "
|
3323 |
+
#~ "hubungan dan oEmbed bidang (baru)!"
|
3324 |
+
|
3325 |
+
#~ msgid "Improved Data"
|
3326 |
+
#~ msgstr "Peningkatan Data"
|
3327 |
+
|
3328 |
+
#~ msgid ""
|
3329 |
+
#~ "Redesigning the data architecture has allowed sub fields to live "
|
3330 |
+
#~ "independently from their parents. This allows you to drag and drop fields "
|
3331 |
+
#~ "in and out of parent fields!"
|
3332 |
+
#~ msgstr ""
|
3333 |
+
#~ "Mendesain ulang arsitektur data telah memungkinkan sub bidang untuk yang "
|
3334 |
+
#~ "mandiri dari parentnya. Hal ini memungkinkan Anda untuk seret dan "
|
3335 |
+
#~ "jatuhkan bidang masuk dan keluar dari bidang parent!"
|
3336 |
+
|
3337 |
+
#~ msgid "Goodbye Add-ons. Hello PRO"
|
3338 |
+
#~ msgstr "Selamat tinggal Add-on. Halo PRO"
|
3339 |
+
|
3340 |
+
#~ msgid "Introducing ACF PRO"
|
3341 |
+
#~ msgstr "Memperkenalkan ACF PRO"
|
3342 |
+
|
3343 |
+
#~ msgid ""
|
3344 |
+
#~ "We're changing the way premium functionality is delivered in an exciting "
|
3345 |
+
#~ "way!"
|
3346 |
+
#~ msgstr "Kami mengubah fungsionalitas premium dengan cara yang menarik!"
|
3347 |
+
|
3348 |
+
#, php-format
|
3349 |
+
#~ msgid ""
|
3350 |
+
#~ "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
|
3351 |
+
#~ "version of ACF</a>. With both personal and developer licenses available, "
|
3352 |
+
#~ "premium functionality is more affordable and accessible than ever before!"
|
3353 |
+
#~ msgstr ""
|
3354 |
+
#~ "Semua 4 add-on premium sudah dikombinasikan kedalam <a href=\"%s\">versi "
|
3355 |
+
#~ "Pro ACF</a>. Dengan ketersediaan lisensi personal dan pengembang, fungsi "
|
3356 |
+
#~ "premuim lebih terjangkau dan dapat diakses keseluruhan dibanding "
|
3357 |
+
#~ "sebelumnya!"
|
3358 |
+
|
3359 |
+
#~ msgid "Powerful Features"
|
3360 |
+
#~ msgstr "Fitur kuat"
|
3361 |
+
|
3362 |
+
#~ msgid ""
|
3363 |
+
#~ "ACF PRO contains powerful features such as repeatable data, flexible "
|
3364 |
+
#~ "content layouts, a beautiful gallery field and the ability to create "
|
3365 |
+
#~ "extra admin options pages!"
|
3366 |
+
#~ msgstr ""
|
3367 |
+
#~ "ACF PRO memiliki fitur canggih seperti data yang berulang, layout konten "
|
3368 |
+
#~ "yang fleksibel, bidang galeri yang cantik dan kemampuan membuat laman "
|
3369 |
+
#~ "opsi ekstra admin!"
|
3370 |
+
|
3371 |
+
#, php-format
|
3372 |
+
#~ msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
3373 |
+
#~ msgstr "Baca selengkapnya tentang <a href=\"%s\">Fitur-fitur ACF PRO</a>."
|
3374 |
+
|
3375 |
+
#~ msgid "Easy Upgrading"
|
3376 |
+
#~ msgstr "Upgrade Mudah"
|
3377 |
+
|
3378 |
+
#, php-format
|
3379 |
+
#~ msgid ""
|
3380 |
+
#~ "To help make upgrading easy, <a href=\"%s\">login to your store account</"
|
3381 |
+
#~ "a> and claim a free copy of ACF PRO!"
|
3382 |
+
#~ msgstr ""
|
3383 |
+
#~ "Untuk membuat peningkatan yang mudah, <a href=\"%s\">masuk ke akun toko</"
|
3384 |
+
#~ "a> dan klaim salinan gratis ACF PRO!"
|
3385 |
+
|
3386 |
+
#, php-format
|
3387 |
+
#~ msgid ""
|
3388 |
+
#~ "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any "
|
3389 |
+
#~ "questions, but if you do have one, please contact our support team via "
|
3390 |
+
#~ "the <a href=\"%s\">help desk</a>"
|
3391 |
+
#~ msgstr ""
|
3392 |
+
#~ "Kami juga menulis <a href=\"%s\">panduan upgrade</a> untuk menjawab "
|
3393 |
+
#~ "pertanyaan apapun, jika Anda sudah punya, silahkan hubungi tim support "
|
3394 |
+
#~ "kami via <a href=\"%s\">help desk</a>"
|
3395 |
+
|
3396 |
+
#~ msgid "Under the Hood"
|
3397 |
+
#~ msgstr "Dibawah judul blog"
|
3398 |
+
|
3399 |
+
#~ msgid "Smarter field settings"
|
3400 |
+
#~ msgstr "Pengaturan bidang yang pintar"
|
3401 |
+
|
3402 |
+
#~ msgid "ACF now saves its field settings as individual post objects"
|
3403 |
+
#~ msgstr ""
|
3404 |
+
#~ "ACF sekarang menyimpan pengaturan bidang sebagai objek post individu"
|
3405 |
+
|
3406 |
+
#~ msgid "More AJAX"
|
3407 |
+
#~ msgstr "Lebih banyak AJAX"
|
3408 |
+
|
3409 |
+
#~ msgid "More fields use AJAX powered search to speed up page loading"
|
3410 |
+
#~ msgstr ""
|
3411 |
+
#~ "Banyak bidang yang menggunakan pencarian AJAX untuk mempercepat loading "
|
3412 |
+
#~ "laman"
|
3413 |
+
|
3414 |
+
#~ msgid "New auto export to JSON feature improves speed"
|
3415 |
+
#~ msgstr "Ekspor otomatis ke fitur JSON meningkatkan kecepatan"
|
3416 |
+
|
3417 |
+
#~ msgid "Better version control"
|
3418 |
+
#~ msgstr "Pengaturan versi terbaik"
|
3419 |
+
|
3420 |
+
#~ msgid ""
|
3421 |
+
#~ "New auto export to JSON feature allows field settings to be version "
|
3422 |
+
#~ "controlled"
|
3423 |
+
#~ msgstr ""
|
3424 |
+
#~ "Ekspor otomatis ke fitur JSON memungkinkan pengaturan bidang menjadi "
|
3425 |
+
#~ "versi yang terkontrol"
|
3426 |
+
|
3427 |
+
#~ msgid "Swapped XML for JSON"
|
3428 |
+
#~ msgstr "Ubah XML ke JSON"
|
3429 |
+
|
3430 |
+
#~ msgid "Import / Export now uses JSON in favour of XML"
|
3431 |
+
#~ msgstr "Impor / ekspor sekarang menggunakan JSON yang mendukung XML"
|
3432 |
+
|
3433 |
+
#~ msgid "New Forms"
|
3434 |
+
#~ msgstr "Form Baru"
|
3435 |
+
|
3436 |
+
#~ msgid "Fields can now be mapped to comments, widgets and all user forms!"
|
3437 |
+
#~ msgstr ""
|
3438 |
+
#~ "Bidang sekarang dapat dipetakan ke komentar, widget dan semua bentuk "
|
3439 |
+
#~ "pengguna!"
|
3440 |
+
|
3441 |
+
#~ msgid "A new field for embedding content has been added"
|
3442 |
+
#~ msgstr "Bidang baru untuk melekatkan konten telah ditambahkan"
|
3443 |
+
|
3444 |
+
#~ msgid "New Gallery"
|
3445 |
+
#~ msgstr "Galeri baru"
|
3446 |
+
|
3447 |
+
#~ msgid "The gallery field has undergone a much needed facelift"
|
3448 |
+
#~ msgstr "Bidang Galeri telah mengalami banyak dibutuhkan facelift"
|
3449 |
+
|
3450 |
+
#~ msgid "New Settings"
|
3451 |
+
#~ msgstr "Pengaturan baru"
|
3452 |
+
|
3453 |
+
#~ msgid ""
|
3454 |
+
#~ "Field group settings have been added for label placement and instruction "
|
3455 |
+
#~ "placement"
|
3456 |
+
#~ msgstr ""
|
3457 |
+
#~ "Pengaturan grup bidang telah ditambahkan untuk penempatan label dan "
|
3458 |
+
#~ "penempatan instruksi"
|
3459 |
+
|
3460 |
+
#~ msgid "Better Front End Forms"
|
3461 |
+
#~ msgstr "Form Front End Terbaik"
|
3462 |
+
|
3463 |
+
#~ msgid "acf_form() can now create a new post on submission"
|
3464 |
+
#~ msgstr "acf_form() dapat membuat post baru saat di kirimkan"
|
3465 |
+
|
3466 |
+
#~ msgid "Better Validation"
|
3467 |
+
#~ msgstr "Validasi lebih baik"
|
3468 |
+
|
3469 |
+
#~ msgid "Form validation is now done via PHP + AJAX in favour of only JS"
|
3470 |
+
#~ msgstr ""
|
3471 |
+
#~ "Validasi form sekarang dilakukan melalui PHP + AJAX yang sebelumnya hanya "
|
3472 |
+
#~ "mendukung JS"
|
3473 |
+
|
3474 |
+
#~ msgid "Relationship Field"
|
3475 |
+
#~ msgstr "Bidang hubungan"
|
3476 |
+
|
3477 |
+
#~ msgid ""
|
3478 |
+
#~ "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
|
3479 |
+
#~ msgstr ""
|
3480 |
+
#~ "Pengaturan bidang hubungan untuk 'Saringan' (Pencarian, Tipe Post, "
|
3481 |
+
#~ "Taksonomi)"
|
3482 |
+
|
3483 |
+
#~ msgid "Moving Fields"
|
3484 |
+
#~ msgstr "Memindahkan Bidang"
|
3485 |
+
|
3486 |
+
#~ msgid ""
|
3487 |
+
#~ "New field group functionality allows you to move a field between groups & "
|
3488 |
+
#~ "parents"
|
3489 |
+
#~ msgstr ""
|
3490 |
+
#~ "Fungsionalitas grup bidang memungkinkan Anda memindahkan bidang antara "
|
3491 |
+
#~ "grup & parent"
|
3492 |
+
|
3493 |
+
#~ msgid "New archives group in page_link field selection"
|
3494 |
+
#~ msgstr "Grup arsip di page_link bidang seleksi"
|
3495 |
+
|
3496 |
+
#~ msgid "Better Options Pages"
|
3497 |
+
#~ msgstr "Opsi Laman Lebih Baik"
|
3498 |
+
|
3499 |
+
#~ msgid ""
|
3500 |
+
#~ "New functions for options page allow creation of both parent and child "
|
3501 |
+
#~ "menu pages"
|
3502 |
+
#~ msgstr ""
|
3503 |
+
#~ "Fungsi baru untuk opsi laman memungkinkan pembuatan laman menu parent dan "
|
3504 |
+
#~ "child"
|
3505 |
+
|
3506 |
+
#, php-format
|
3507 |
+
#~ msgid "We think you'll love the changes in %s."
|
3508 |
+
#~ msgstr "Kami kira Anda akan menyukai perbahan di %s."
|
3509 |
+
|
3510 |
+
#~ msgid "Export Field Groups to PHP"
|
3511 |
+
#~ msgstr "Ekspor grup bidang ke PHP"
|
3512 |
+
|
3513 |
+
#~ msgid "Download export file"
|
3514 |
+
#~ msgstr "Unduh berkas ekspor"
|
3515 |
+
|
3516 |
+
#~ msgid "Generate export code"
|
3517 |
+
#~ msgstr "Hasilkan kode ekspor"
|
3518 |
+
|
3519 |
+
#~ msgid "Advanced Custom Fields Database Upgrade"
|
3520 |
+
#~ msgstr "Peningkatan Database Advanced Custom Fields"
|
3521 |
+
|
3522 |
+
#~ msgid "Upgrading data to"
|
3523 |
+
#~ msgstr "Meningkatkan data ke"
|
3524 |
+
|
3525 |
+
#~ msgid ""
|
3526 |
+
#~ "Before you start using the new awesome features, please update your "
|
3527 |
+
#~ "database to the newest version."
|
3528 |
+
#~ msgstr ""
|
3529 |
+
#~ "Sebelum anda mulai menggunakan fitur keren baru ini, silahkan perbarui "
|
3530 |
+
#~ "database anda ke versi terbaru."
|
3531 |
+
|
3532 |
+
#~ msgid "See what's new"
|
3533 |
+
#~ msgstr "Lihat apa yang baru"
|
3534 |
+
|
3535 |
+
#~ msgid "Show a different month"
|
3536 |
+
#~ msgstr "Tampilkan bulan berbeda"
|
3537 |
+
|
3538 |
+
#~ msgid "Return format"
|
3539 |
+
#~ msgstr "Kembalikan format"
|
3540 |
+
|
3541 |
+
#~ msgid "uploaded to this post"
|
3542 |
+
#~ msgstr "diunggah ke post ini"
|
3543 |
+
|
3544 |
+
#~ msgid "File Size"
|
3545 |
+
#~ msgstr "Ukuran Berkas"
|
3546 |
+
|
3547 |
+
#~ msgid "No File selected"
|
3548 |
+
#~ msgstr "Tak ada file yang dipilih"
|
3549 |
+
|
3550 |
+
#~ msgid "Locating"
|
3551 |
+
#~ msgstr "Melokasikan"
|
3552 |
+
|
3553 |
+
#~ msgid "Shown when entering data"
|
3554 |
+
#~ msgstr "Tampilkan ketika memasukkan data"
|
3555 |
+
|
3556 |
+
#~ msgid "No embed found for the given URL."
|
3557 |
+
#~ msgstr "Tidak ada embed ditemukan dari URL yang diberikan."
|
3558 |
+
|
3559 |
+
#~ msgid "Minimum values reached ( {min} values )"
|
3560 |
+
#~ msgstr "Nilai minimum mencapai (nilai {min})"
|
3561 |
+
|
3562 |
+
#~ msgid ""
|
3563 |
+
#~ "The tab field will display incorrectly when added to a Table style "
|
3564 |
+
#~ "repeater field or flexible content field layout"
|
3565 |
+
#~ msgstr ""
|
3566 |
+
#~ "Bidang tab tidak akan tampil dengan baik ketika ditambahkan ke Gaya Tabel "
|
3567 |
+
#~ "repeater atau layout bidang konten yang fleksibel"
|
3568 |
+
|
3569 |
+
#~ msgid ""
|
3570 |
+
#~ "Use \"Tab Fields\" to better organize your edit screen by grouping fields "
|
3571 |
+
#~ "together."
|
3572 |
+
#~ msgstr ""
|
3573 |
+
#~ "Gunakan \"Bidang Tab\" untuk mengatur penyuntingan layar anda dengan "
|
3574 |
+
#~ "menggabungkan bidang bersamaan."
|
3575 |
+
|
3576 |
+
#~ msgid ""
|
3577 |
+
#~ "All fields following this \"tab field\" (or until another \"tab field\" "
|
3578 |
+
#~ "is defined) will be grouped together using this field's label as the tab "
|
3579 |
+
#~ "heading."
|
3580 |
+
#~ msgstr ""
|
3581 |
+
#~ "Semua bidang mengikuti \"bidang tab\" (atau sampai \"bidang tab\" lainnya "
|
3582 |
+
#~ "ditemukan) akan dikelompokkan bersama-sama menggunakan label bidang ini "
|
3583 |
+
#~ "sebagai judul tab."
|
3584 |
+
|
3585 |
+
#~ msgid "None"
|
3586 |
+
#~ msgstr "Tidak ada"
|
3587 |
+
|
3588 |
+
#~ msgid "eg. Show extra content"
|
3589 |
+
#~ msgstr "contoh. Tampilkan konten ekstra"
|
3590 |
+
|
3591 |
+
#~ msgid "<b>Connection Error</b>. Sorry, please try again"
|
3592 |
+
#~ msgstr "<b>Kesalahan Koneksi.</b> Maaf, silakan coba lagi"
|
3593 |
+
|
3594 |
+
#~ msgid "Save Options"
|
3595 |
+
#~ msgstr "Simpan Pengaturan"
|
3596 |
+
|
3597 |
+
#~ msgid "License"
|
3598 |
+
#~ msgstr "Lisensi"
|
3599 |
+
|
3600 |
+
#~ msgid ""
|
3601 |
+
#~ "To unlock updates, please enter your license key below. If you don't have "
|
3602 |
+
#~ "a licence key, please see"
|
3603 |
+
#~ msgstr ""
|
3604 |
+
#~ "Untuk membuka update, masukkan kunci lisensi Anda di bawah ini. Jika Anda "
|
3605 |
+
#~ "tidak memiliki kunci lisensi, silakan lihat"
|
3606 |
+
|
3607 |
+
#~ msgid "details & pricing"
|
3608 |
+
#~ msgstr "rincian & harga"
|
3609 |
+
|
3610 |
+
#~ msgid "remove {layout}?"
|
3611 |
+
#~ msgstr "singkirkan {layout}?"
|
3612 |
+
|
3613 |
+
#~ msgid "This field requires at least {min} {identifier}"
|
3614 |
+
#~ msgstr "Bidang ini membutuhkan setidaknya {min} {identifier}"
|
3615 |
+
|
3616 |
+
#~ msgid "Maximum {label} limit reached ({max} {identifier})"
|
3617 |
+
#~ msgstr "Maksimum {label} mencapai ({max} {identifier})"
|
3618 |
+
|
3619 |
+
#~ msgid "Advanced Custom Fields Pro"
|
3620 |
+
#~ msgstr "Advanced Custom Fields Pro"
|
3621 |
+
|
3622 |
+
#~ msgid "http://www.elliotcondon.com/"
|
3623 |
+
#~ msgstr "http://www.elliotcondon.com/"
|
lang/acf-tr_TR.mo
CHANGED
Binary file
|
lang/acf-tr_TR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Advanced Custom Fields Pro v5.
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Emre Erkan <kara@karalamalar.net>\n"
|
8 |
"Language-Team: Emre Erkan <emre@ada.agency>\n"
|
9 |
"Language: tr_TR\n"
|
@@ -26,107 +26,149 @@ msgstr ""
|
|
26 |
msgid "Advanced Custom Fields"
|
27 |
msgstr "Advanced Custom Fields"
|
28 |
|
29 |
-
#: acf.php:
|
30 |
msgid "Field Groups"
|
31 |
msgstr "Alan grupları"
|
32 |
|
33 |
-
#: acf.php:
|
34 |
msgid "Field Group"
|
35 |
msgstr "Alan grubu"
|
36 |
|
37 |
-
#: acf.php:
|
38 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
39 |
msgid "Add New"
|
40 |
msgstr "Yeni ekle"
|
41 |
|
42 |
-
#: acf.php:
|
43 |
msgid "Add New Field Group"
|
44 |
msgstr "Yeni alan grubu ekle"
|
45 |
|
46 |
-
#: acf.php:
|
47 |
msgid "Edit Field Group"
|
48 |
msgstr "Alan grubunu düzenle"
|
49 |
|
50 |
-
#: acf.php:
|
51 |
msgid "New Field Group"
|
52 |
msgstr "Yeni alan grubu"
|
53 |
|
54 |
-
#: acf.php:
|
55 |
msgid "View Field Group"
|
56 |
msgstr "Alan grubunu görüntüle"
|
57 |
|
58 |
-
#: acf.php:
|
59 |
msgid "Search Field Groups"
|
60 |
msgstr "Alan gruplarında ara"
|
61 |
|
62 |
-
#: acf.php:
|
63 |
msgid "No Field Groups found"
|
64 |
msgstr "Hiç alan grubu bulunamadı"
|
65 |
|
66 |
-
#: acf.php:
|
67 |
msgid "No Field Groups found in Trash"
|
68 |
msgstr "Çöpte alan grubu bulunamadı"
|
69 |
|
70 |
-
#: acf.php:
|
71 |
-
#: includes/admin/admin-field-groups.php:
|
72 |
#: pro/fields/class-acf-field-clone.php:811
|
73 |
msgid "Fields"
|
74 |
msgstr "Alanlar"
|
75 |
|
76 |
-
#: acf.php:
|
77 |
msgid "Field"
|
78 |
msgstr "Alan"
|
79 |
|
80 |
-
#: acf.php:
|
81 |
msgid "Add New Field"
|
82 |
msgstr "Yeni elan ekle"
|
83 |
|
84 |
-
#: acf.php:
|
85 |
msgid "Edit Field"
|
86 |
msgstr "Alanı düzenle"
|
87 |
|
88 |
-
#: acf.php:
|
89 |
msgid "New Field"
|
90 |
msgstr "Yeni alan"
|
91 |
|
92 |
-
#: acf.php:
|
93 |
msgid "View Field"
|
94 |
msgstr "Alanı görüntüle"
|
95 |
|
96 |
-
#: acf.php:
|
97 |
msgid "Search Fields"
|
98 |
msgstr "Alanlarda ara"
|
99 |
|
100 |
-
#: acf.php:
|
101 |
msgid "No Fields found"
|
102 |
msgstr "Hiç alan bulunamadı"
|
103 |
|
104 |
-
#: acf.php:
|
105 |
msgid "No Fields found in Trash"
|
106 |
msgstr "Çöpte alan bulunamadı"
|
107 |
|
108 |
-
#: acf.php:
|
109 |
-
|
110 |
-
msgid "
|
111 |
-
msgstr "
|
112 |
|
113 |
-
#: acf.php:
|
114 |
#, php-format
|
115 |
-
msgid "
|
116 |
-
msgid_plural "
|
117 |
-
msgstr[0] "
|
118 |
-
msgstr[1] "
|
119 |
|
120 |
#: includes/acf-field-functions.php:831
|
121 |
#: includes/admin/admin-field-group.php:178
|
122 |
msgid "(no label)"
|
123 |
msgstr "(etiket yok)"
|
124 |
|
125 |
-
#: includes/acf-field-group-functions.php:
|
126 |
#: includes/admin/admin-field-group.php:180
|
127 |
msgid "copy"
|
128 |
msgstr "kopyala"
|
129 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
130 |
#: includes/admin/admin-field-group.php:86
|
131 |
#: includes/admin/admin-field-group.php:87
|
132 |
#: includes/admin/admin-field-group.php:89
|
@@ -194,7 +236,7 @@ msgstr "(bu alan)"
|
|
194 |
#: includes/admin/views/field-group-field-conditional-logic.php:151
|
195 |
#: includes/admin/views/field-group-locations.php:29
|
196 |
#: includes/admin/views/html-location-group.php:3
|
197 |
-
#: includes/api/api-helpers.php:
|
198 |
msgid "or"
|
199 |
msgstr "veya"
|
200 |
|
@@ -202,77 +244,111 @@ msgstr "veya"
|
|
202 |
msgid "Null"
|
203 |
msgstr "Boş"
|
204 |
|
205 |
-
#: includes/admin/admin-field-group.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
msgid "Location"
|
207 |
msgstr "Konum"
|
208 |
|
209 |
-
#: includes/admin/admin-field-group.php:
|
210 |
#: includes/admin/tools/class-acf-admin-tool-export.php:295
|
211 |
msgid "Settings"
|
212 |
msgstr "Ayarlar"
|
213 |
|
214 |
-
#: includes/admin/admin-field-group.php:
|
215 |
msgid "Field Keys"
|
216 |
msgstr "Alan anahtarları"
|
217 |
|
218 |
-
#: includes/admin/admin-field-group.php:
|
219 |
#: includes/admin/views/field-group-options.php:9
|
220 |
msgid "Active"
|
221 |
msgstr "Etkin"
|
222 |
|
223 |
-
#: includes/admin/admin-field-group.php:
|
|
|
|
|
|
|
|
|
224 |
msgid "Move Complete."
|
225 |
msgstr "Taşıma tamamlandı."
|
226 |
|
227 |
-
#: includes/admin/admin-field-group.php:
|
228 |
#, php-format
|
229 |
msgid "The %s field can now be found in the %s field group"
|
230 |
msgstr "%s alanı artık %s alan grubu altında bulunabilir"
|
231 |
|
232 |
-
#: includes/admin/admin-field-group.php:
|
233 |
msgid "Close Window"
|
234 |
msgstr "Pencereyi kapat"
|
235 |
|
236 |
-
#: includes/admin/admin-field-group.php:
|
237 |
msgid "Please select the destination for this field"
|
238 |
msgstr "Lütfen bu alan için bir hedef seçin"
|
239 |
|
240 |
-
#: includes/admin/admin-field-group.php:
|
241 |
msgid "Move Field"
|
242 |
msgstr "Alanı taşı"
|
243 |
|
244 |
-
#: includes/admin/admin-field-groups.php:
|
245 |
#, php-format
|
246 |
msgid "Active <span class=\"count\">(%s)</span>"
|
247 |
msgid_plural "Active <span class=\"count\">(%s)</span>"
|
248 |
-
msgstr[0] "Etkin <span class
|
249 |
-
msgstr[1] "Etkin <span class
|
250 |
|
251 |
-
#: includes/admin/admin-field-groups.php:
|
252 |
-
|
253 |
-
|
254 |
-
msgid_plural "%s field groups duplicated."
|
255 |
-
msgstr[0] "Alan grubu çoğaltıldı."
|
256 |
-
msgstr[1] "%s alan grubu çoğaltıldı."
|
257 |
|
258 |
-
#: includes/admin/admin-field-groups.php:
|
259 |
-
|
260 |
-
|
261 |
-
msgid_plural "%s field groups synchronised."
|
262 |
-
msgstr[0] "Alan grubu eşitlendi."
|
263 |
-
msgstr[1] "%s alan grubu eşitlendi."
|
264 |
|
265 |
-
#: includes/admin/admin-field-groups.php:
|
266 |
-
#: includes/admin/admin-field-groups.php:
|
267 |
-
msgid "Sync
|
268 |
-
msgstr "
|
269 |
-
|
270 |
-
#: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
|
271 |
-
#: pro/fields/class-acf-field-gallery.php:353
|
272 |
-
msgid "Title"
|
273 |
-
msgstr "Başlık"
|
274 |
|
275 |
-
#: includes/admin/admin-field-groups.php:
|
276 |
#: includes/admin/views/field-group-options.php:96
|
277 |
#: includes/admin/views/html-admin-page-upgrade-network.php:38
|
278 |
#: includes/admin/views/html-admin-page-upgrade-network.php:49
|
@@ -280,90 +356,89 @@ msgstr "Başlık"
|
|
280 |
msgid "Description"
|
281 |
msgstr "Açıklama"
|
282 |
|
283 |
-
#: includes/admin/admin-field-groups.php:
|
284 |
-
|
285 |
-
|
|
|
286 |
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
msgstr "Güçlü, profesyonel ve sezgisel alanlar ile WordPress'i özelleştirin."
|
291 |
|
292 |
-
#: includes/admin/admin-field-groups.php:
|
293 |
-
|
294 |
-
|
295 |
-
msgstr "Değişiklik kayıtları"
|
296 |
|
297 |
-
#: includes/admin/admin-field-groups.php:
|
298 |
#, php-format
|
299 |
-
msgid "
|
300 |
-
msgstr "
|
301 |
|
302 |
-
#: includes/admin/admin-field-groups.php:
|
303 |
-
|
304 |
-
|
|
|
305 |
|
306 |
-
#: includes/admin/admin-field-groups.php:
|
307 |
-
|
308 |
-
|
|
|
309 |
|
310 |
-
#: includes/admin/admin-field-groups.php:
|
311 |
-
|
312 |
-
|
|
|
313 |
|
314 |
-
#: includes/admin/admin-field-groups.php:
|
315 |
-
msgid "
|
316 |
-
msgstr "
|
317 |
|
318 |
-
#: includes/admin/admin-field-groups.php:
|
319 |
-
|
320 |
-
|
321 |
-
msgstr "Pro"
|
322 |
|
323 |
-
#: includes/admin/admin-field-groups.php:
|
324 |
-
|
325 |
-
|
326 |
-
|
|
|
|
|
|
|
327 |
|
328 |
-
#: includes/admin/admin-field-groups.php:
|
|
|
|
|
|
|
|
|
329 |
msgid "Duplicate this item"
|
330 |
msgstr "Bu ögeyi çoğalt"
|
331 |
|
332 |
-
#: includes/admin/admin-field-groups.php:
|
333 |
-
#: includes/admin/admin-field-groups.php:
|
334 |
#: includes/admin/views/field-group-field.php:46
|
335 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
336 |
msgid "Duplicate"
|
337 |
msgstr "Çoğalt"
|
338 |
|
339 |
-
#: includes/admin/admin-field-groups.php:
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
msgstr "
|
|
|
344 |
|
345 |
-
#: includes/admin/admin-field-groups.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
346 |
#, php-format
|
347 |
msgid "Select %s"
|
348 |
msgstr "Seç %s"
|
349 |
|
350 |
-
#: includes/admin/admin-field-groups.php:786
|
351 |
-
msgid "Synchronise field group"
|
352 |
-
msgstr "Alan grubunu eşitle"
|
353 |
-
|
354 |
-
#: includes/admin/admin-field-groups.php:786
|
355 |
-
#: includes/admin/admin-field-groups.php:816
|
356 |
-
msgid "Sync"
|
357 |
-
msgstr "Eşitle"
|
358 |
-
|
359 |
-
#: includes/admin/admin-field-groups.php:798
|
360 |
-
msgid "Apply"
|
361 |
-
msgstr "Uygula"
|
362 |
-
|
363 |
-
#: includes/admin/admin-field-groups.php:816
|
364 |
-
msgid "Bulk Actions"
|
365 |
-
msgstr "Toplu eylemler"
|
366 |
-
|
367 |
#: includes/admin/admin-tools.php:116
|
368 |
#: includes/admin/views/html-admin-tools.php:21
|
369 |
msgid "Tools"
|
@@ -380,17 +455,111 @@ msgstr "Veritabanını güncelle"
|
|
380 |
msgid "Review sites & upgrade"
|
381 |
msgstr "Siteleri incele ve güncelle"
|
382 |
|
383 |
-
#: includes/admin/admin.php:
|
384 |
msgid "Custom Fields"
|
385 |
msgstr "Özel alanlar"
|
386 |
|
387 |
-
#: includes/admin/admin.php:
|
388 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
389 |
msgstr "Bilgi"
|
390 |
|
391 |
-
#: includes/admin/admin.php:
|
392 |
-
|
393 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
|
395 |
#: includes/admin/tools/class-acf-admin-tool-export.php:33
|
396 |
msgid "Export Field Groups"
|
@@ -480,7 +649,7 @@ msgid "Import File"
|
|
480 |
msgstr "Dosyayı içeri aktar"
|
481 |
|
482 |
#: includes/admin/tools/class-acf-admin-tool-import.php:85
|
483 |
-
#: includes/fields/class-acf-field-file.php:
|
484 |
msgid "No file selected"
|
485 |
msgstr "Dosya seçilmedi"
|
486 |
|
@@ -511,11 +680,6 @@ msgstr "Koşullu mantık"
|
|
511 |
msgid "Show this field if"
|
512 |
msgstr "Alanı bu şart gerçekleşirse göster"
|
513 |
|
514 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:138
|
515 |
-
#: includes/admin/views/html-location-rule.php:86
|
516 |
-
msgid "and"
|
517 |
-
msgstr "ve"
|
518 |
-
|
519 |
#: includes/admin/views/field-group-field-conditional-logic.php:153
|
520 |
#: includes/admin/views/field-group-locations.php:31
|
521 |
msgid "Add rule group"
|
@@ -533,8 +697,8 @@ msgid "Edit field"
|
|
533 |
msgstr "Alanı düzenle"
|
534 |
|
535 |
#: includes/admin/views/field-group-field.php:45
|
536 |
-
#: includes/fields/class-acf-field-file.php:
|
537 |
-
#: includes/fields/class-acf-field-image.php:
|
538 |
#: includes/fields/class-acf-field-link.php:139
|
539 |
#: pro/fields/class-acf-field-gallery.php:337
|
540 |
msgid "Edit"
|
@@ -557,7 +721,7 @@ msgid "Delete field"
|
|
557 |
msgstr "Alanı sil"
|
558 |
|
559 |
#: includes/admin/views/field-group-field.php:48
|
560 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
561 |
msgid "Delete"
|
562 |
msgstr "Sil"
|
563 |
|
@@ -622,20 +786,16 @@ msgstr "Sırala"
|
|
622 |
#: includes/fields/class-acf-field-checkbox.php:420
|
623 |
#: includes/fields/class-acf-field-radio.php:311
|
624 |
#: includes/fields/class-acf-field-select.php:433
|
625 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
626 |
msgid "Label"
|
627 |
msgstr "Etiket"
|
628 |
|
629 |
#: includes/admin/views/field-group-fields.php:6
|
630 |
#: includes/fields/class-acf-field-taxonomy.php:936
|
631 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
632 |
msgid "Name"
|
633 |
msgstr "İsim"
|
634 |
|
635 |
-
#: includes/admin/views/field-group-fields.php:7
|
636 |
-
msgid "Key"
|
637 |
-
msgstr "Anahtar"
|
638 |
-
|
639 |
#: includes/admin/views/field-group-fields.php:8
|
640 |
msgid "Type"
|
641 |
msgstr "Tip"
|
@@ -746,10 +906,6 @@ msgstr "Özet"
|
|
746 |
msgid "Discussion"
|
747 |
msgstr "Tartışma"
|
748 |
|
749 |
-
#: includes/admin/views/field-group-options.php:112
|
750 |
-
msgid "Comments"
|
751 |
-
msgstr "Yorumlar"
|
752 |
-
|
753 |
#: includes/admin/views/field-group-options.php:113
|
754 |
msgid "Revisions"
|
755 |
msgstr "Sürümler"
|
@@ -771,7 +927,7 @@ msgid "Page Attributes"
|
|
771 |
msgstr "Sayfa öznitelikleri"
|
772 |
|
773 |
#: includes/admin/views/field-group-options.php:118
|
774 |
-
#: includes/fields/class-acf-field-relationship.php:
|
775 |
msgid "Featured Image"
|
776 |
msgstr "Öne çıkarılmış görsel"
|
777 |
|
@@ -907,7 +1063,7 @@ msgid "Gallery"
|
|
907 |
msgstr "Galeri"
|
908 |
|
909 |
#: includes/admin/views/html-notice-upgrade.php:11
|
910 |
-
#: pro/locations/class-acf-location-options-page.php:
|
911 |
msgid "Options Page"
|
912 |
msgstr "Seçenekler sayfası"
|
913 |
|
@@ -935,477 +1091,143 @@ msgstr ""
|
|
935 |
"Lütfen ayrıca premium eklentilerin de (%s) en üst sürüme güncellendiğinden "
|
936 |
"emin olun."
|
937 |
|
938 |
-
#: includes/
|
939 |
-
msgid "
|
940 |
-
msgstr "
|
941 |
|
942 |
-
#: includes/
|
943 |
-
|
944 |
-
|
945 |
-
"Thank you for updating! ACF %s is bigger and better than ever before. We "
|
946 |
-
"hope you like it."
|
947 |
-
msgstr ""
|
948 |
-
"Güncelleme için teşekkür ederiz! ACF %s zamankinden daha büyük ve daha iyi. "
|
949 |
-
"Umarız beğenirsiniz."
|
950 |
|
951 |
-
#: includes/
|
952 |
-
msgid "
|
953 |
-
msgstr "
|
954 |
|
955 |
-
#: includes/
|
956 |
-
msgid "Improved Usability"
|
957 |
-
msgstr "Geliştirilmiş kullanılabilirlik"
|
958 |
-
|
959 |
-
#: includes/admin/views/settings-info.php:19
|
960 |
-
msgid ""
|
961 |
-
"Including the popular Select2 library has improved both usability and speed "
|
962 |
-
"across a number of field types including post object, page link, taxonomy "
|
963 |
-
"and select."
|
964 |
-
msgstr ""
|
965 |
-
"Popüler Select2 kütüphanesini ekleyerek yazı nesnesi, sayfa bağlantısı, "
|
966 |
-
"taksonomi ve seçim kutusu gibi bir çok alan tipinde hem kullanışlılık hem de "
|
967 |
-
"hız iyileştirmeleri gerçekleşti."
|
968 |
-
|
969 |
-
#: includes/admin/views/settings-info.php:22
|
970 |
-
msgid "Improved Design"
|
971 |
-
msgstr "Geliştirilmiş tasarım"
|
972 |
-
|
973 |
-
#: includes/admin/views/settings-info.php:23
|
974 |
-
msgid ""
|
975 |
-
"Many fields have undergone a visual refresh to make ACF look better than "
|
976 |
-
"ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
|
977 |
-
"(new) fields!"
|
978 |
-
msgstr ""
|
979 |
-
"ACF daha iyi görünsün diye bir çok alan görsel yenilemeden geçirildi! Gözle "
|
980 |
-
"görülür değişiklikler galeri, ilişki ve oEmbed (yeni) alanlarında!"
|
981 |
-
|
982 |
-
#: includes/admin/views/settings-info.php:26
|
983 |
-
msgid "Improved Data"
|
984 |
-
msgstr "Geliştirilmiş veri"
|
985 |
-
|
986 |
-
#: includes/admin/views/settings-info.php:27
|
987 |
-
msgid ""
|
988 |
-
"Redesigning the data architecture has allowed sub fields to live "
|
989 |
-
"independently from their parents. This allows you to drag and drop fields in "
|
990 |
-
"and out of parent fields!"
|
991 |
-
msgstr ""
|
992 |
-
"Veri mimarisinin yeniden düzenlenmesi sayesinde alt alanlar üst alanlara "
|
993 |
-
"bağlı olmadan var olabiliyorlar. Bu da üst alanların dışına sürükle bırak "
|
994 |
-
"yapılabilmesine olanak sağlıyor!"
|
995 |
-
|
996 |
-
#: includes/admin/views/settings-info.php:35
|
997 |
-
msgid "Goodbye Add-ons. Hello PRO"
|
998 |
-
msgstr "Elveda eklentiler. Merhaba PRO"
|
999 |
-
|
1000 |
-
#: includes/admin/views/settings-info.php:38
|
1001 |
-
msgid "Introducing ACF PRO"
|
1002 |
-
msgstr "Karşınızda ACF PRO"
|
1003 |
-
|
1004 |
-
#: includes/admin/views/settings-info.php:39
|
1005 |
-
msgid ""
|
1006 |
-
"We're changing the way premium functionality is delivered in an exciting way!"
|
1007 |
-
msgstr ""
|
1008 |
-
"Premium işlevlerin size ulaştırılmasını daha heyecanlı bir hale getiriyoruz!"
|
1009 |
-
|
1010 |
-
#: includes/admin/views/settings-info.php:40
|
1011 |
#, php-format
|
1012 |
-
msgid ""
|
1013 |
-
"
|
1014 |
-
"version of ACF</a>. With both personal and developer licenses available, "
|
1015 |
-
"premium functionality is more affordable and accessible than ever before!"
|
1016 |
-
msgstr ""
|
1017 |
-
"Yeni <a href=\"%s\">ACF Pro sürümününe</a> 4 premium eklenti dahil edildi. "
|
1018 |
-
"Hem kişisel hem geliştirici lisansında, özel beceriler hiç olmadığı kadar "
|
1019 |
-
"edinilebilir ve erişilebilir!"
|
1020 |
|
1021 |
-
#: includes/
|
1022 |
-
msgid "
|
1023 |
-
msgstr "
|
1024 |
-
|
1025 |
-
#: includes/admin/views/settings-info.php:45
|
1026 |
-
msgid ""
|
1027 |
-
"ACF PRO contains powerful features such as repeatable data, flexible content "
|
1028 |
-
"layouts, a beautiful gallery field and the ability to create extra admin "
|
1029 |
-
"options pages!"
|
1030 |
-
msgstr ""
|
1031 |
-
"ACF PRO, tekrarlanabilir veri, esnek içerik yerleşimleri, harika bir galeri "
|
1032 |
-
"alanı ve ekstra yönetim seçenekleri sayfaları oluşturma gibi güçlü "
|
1033 |
-
"özellikler içerir!"
|
1034 |
-
|
1035 |
-
#: includes/admin/views/settings-info.php:46
|
1036 |
-
#, php-format
|
1037 |
-
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
1038 |
-
msgstr "<a href=\"%s\">ACF PRO özellikleri</a> hakkında daha fazlasını okuyun."
|
1039 |
-
|
1040 |
-
#: includes/admin/views/settings-info.php:50
|
1041 |
-
msgid "Easy Upgrading"
|
1042 |
-
msgstr "Kolay yükseltme"
|
1043 |
-
|
1044 |
-
#: includes/admin/views/settings-info.php:51
|
1045 |
-
msgid ""
|
1046 |
-
"Upgrading to ACF PRO is easy. Simply purchase a license online and download "
|
1047 |
-
"the plugin!"
|
1048 |
-
msgstr ""
|
1049 |
-
"ACF PRO’ya yükseltmek çok kolay. Çevrimiçi bir lisans satın alın ve "
|
1050 |
-
"eklentiyi indirin!"
|
1051 |
-
|
1052 |
-
#: includes/admin/views/settings-info.php:52
|
1053 |
-
#, php-format
|
1054 |
-
msgid ""
|
1055 |
-
"We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
|
1056 |
-
"but if you do have one, please contact our support team via the <a href=\"%s"
|
1057 |
-
"\">help desk</a>."
|
1058 |
-
msgstr ""
|
1059 |
-
"Her türlü soruya cevap verebilecek <a href=\"%s\">bir yükseltme rehberi</a> "
|
1060 |
-
"hazırladık, fakat yine de bir sorunuz varsa lütfen <a href=\"%s\">yardım "
|
1061 |
-
"masası</a>nı kullanarak destek ekibimize danışın."
|
1062 |
-
|
1063 |
-
#: includes/admin/views/settings-info.php:61
|
1064 |
-
msgid "New Features"
|
1065 |
-
msgstr "Yeni özellikler"
|
1066 |
-
|
1067 |
-
#: includes/admin/views/settings-info.php:66
|
1068 |
-
msgid "Link Field"
|
1069 |
-
msgstr "Bağlantı alanı"
|
1070 |
-
|
1071 |
-
#: includes/admin/views/settings-info.php:67
|
1072 |
-
msgid ""
|
1073 |
-
"The Link field provides a simple way to select or define a link (url, title, "
|
1074 |
-
"target)."
|
1075 |
-
msgstr ""
|
1076 |
-
"Bağlantı alanı bir bağlantı (adres, başlık, hedef) seçmek ya da tanımlamak "
|
1077 |
-
"için basit bir yol sunar."
|
1078 |
-
|
1079 |
-
#: includes/admin/views/settings-info.php:71
|
1080 |
-
msgid "Group Field"
|
1081 |
-
msgstr "Grup alanı"
|
1082 |
-
|
1083 |
-
#: includes/admin/views/settings-info.php:72
|
1084 |
-
msgid "The Group field provides a simple way to create a group of fields."
|
1085 |
-
msgstr "Grup alanı birden çok alanı basitçe gruplamanıza olanak sağlar."
|
1086 |
-
|
1087 |
-
#: includes/admin/views/settings-info.php:76
|
1088 |
-
msgid "oEmbed Field"
|
1089 |
-
msgstr "oEmbed alanı"
|
1090 |
-
|
1091 |
-
#: includes/admin/views/settings-info.php:77
|
1092 |
-
msgid ""
|
1093 |
-
"The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
|
1094 |
-
"and other content."
|
1095 |
-
msgstr ""
|
1096 |
-
"oEmbed alanı videolar, görseller, tweetler, ses ve diğer içeriği kolayca "
|
1097 |
-
"gömebilmenizi sağlar."
|
1098 |
-
|
1099 |
-
#: includes/admin/views/settings-info.php:81
|
1100 |
-
msgid "Clone Field"
|
1101 |
-
msgstr "Kopya alanı"
|
1102 |
-
|
1103 |
-
#: includes/admin/views/settings-info.php:82
|
1104 |
-
msgid "The clone field allows you to select and display existing fields."
|
1105 |
-
msgstr "Kopya alanı var olan alanları seçme ve görüntülemenize olanak sağlar."
|
1106 |
-
|
1107 |
-
#: includes/admin/views/settings-info.php:86
|
1108 |
-
msgid "More AJAX"
|
1109 |
-
msgstr "Daha fazla AJAX"
|
1110 |
-
|
1111 |
-
#: includes/admin/views/settings-info.php:87
|
1112 |
-
msgid "More fields use AJAX powered search to speed up page loading."
|
1113 |
-
msgstr ""
|
1114 |
-
"Sayfa yüklenmesini hızlandırmak adına daha çok alan AJAX ile güçlendirilmiş "
|
1115 |
-
"arama kullanıyor."
|
1116 |
-
|
1117 |
-
#: includes/admin/views/settings-info.php:91
|
1118 |
-
msgid "Local JSON"
|
1119 |
-
msgstr "Yerel JSON"
|
1120 |
-
|
1121 |
-
#: includes/admin/views/settings-info.php:92
|
1122 |
-
msgid ""
|
1123 |
-
"New auto export to JSON feature improves speed and allows for syncronisation."
|
1124 |
-
msgstr ""
|
1125 |
-
"Yeni otomatik JSON dışarı aktarma özelliği ile hız artıyor ve "
|
1126 |
-
"senkronizasyona imkan sağlanıyor."
|
1127 |
-
|
1128 |
-
#: includes/admin/views/settings-info.php:96
|
1129 |
-
msgid "Easy Import / Export"
|
1130 |
-
msgstr "Kolayca içe / dışa aktarma"
|
1131 |
-
|
1132 |
-
#: includes/admin/views/settings-info.php:97
|
1133 |
-
msgid "Both import and export can easily be done through a new tools page."
|
1134 |
-
msgstr ""
|
1135 |
-
"İçeri ve dışarı aktarma işlemleri yeni araçlar sayfasından kolayca "
|
1136 |
-
"yapılabilir."
|
1137 |
|
1138 |
-
#: includes/
|
1139 |
-
msgid "
|
1140 |
-
msgstr "
|
1141 |
-
|
1142 |
-
#: includes/admin/views/settings-info.php:102
|
1143 |
-
msgid ""
|
1144 |
-
"Fields can now be mapped to menus, menu items, comments, widgets and all "
|
1145 |
-
"user forms!"
|
1146 |
-
msgstr ""
|
1147 |
-
"Alanlar artık menülere, menü elemanlarına, yorumlara, bileşenlere ve tüm "
|
1148 |
-
"kullanıcı formlarına eşlenebiliyor!"
|
1149 |
-
|
1150 |
-
#: includes/admin/views/settings-info.php:106
|
1151 |
-
msgid "More Customization"
|
1152 |
-
msgstr "Daha fazla özelleştirme"
|
1153 |
-
|
1154 |
-
#: includes/admin/views/settings-info.php:107
|
1155 |
-
msgid ""
|
1156 |
-
"New PHP (and JS) actions and filters have been added to allow for more "
|
1157 |
-
"customization."
|
1158 |
-
msgstr ""
|
1159 |
-
"Daha fazla özelleştirmeye izin veren yeni PHP (ve JS) eylem ve filtreleri "
|
1160 |
-
"eklendi."
|
1161 |
-
|
1162 |
-
#: includes/admin/views/settings-info.php:111
|
1163 |
-
msgid "Fresh UI"
|
1164 |
-
msgstr "Taze arayüz"
|
1165 |
-
|
1166 |
-
#: includes/admin/views/settings-info.php:112
|
1167 |
-
msgid ""
|
1168 |
-
"The entire plugin has had a design refresh including new field types, "
|
1169 |
-
"settings and design!"
|
1170 |
-
msgstr ""
|
1171 |
-
"Eklentinin tasarımı yeni alan tipleri, ayarlar ve tasarımı da içerecek "
|
1172 |
-
"şekilde yenilendi!"
|
1173 |
-
|
1174 |
-
#: includes/admin/views/settings-info.php:116
|
1175 |
-
msgid "New Settings"
|
1176 |
-
msgstr "Yeni ayarlar"
|
1177 |
-
|
1178 |
-
#: includes/admin/views/settings-info.php:117
|
1179 |
-
msgid ""
|
1180 |
-
"Field group settings have been added for Active, Label Placement, "
|
1181 |
-
"Instructions Placement and Description."
|
1182 |
-
msgstr ""
|
1183 |
-
"Etkin, etiket yerleşimi, talimatlar yerleşimi ve açıklama için alan grubu "
|
1184 |
-
"ayarları eklendi."
|
1185 |
-
|
1186 |
-
#: includes/admin/views/settings-info.php:121
|
1187 |
-
msgid "Better Front End Forms"
|
1188 |
-
msgstr "Daha iyi ön yüz formları"
|
1189 |
-
|
1190 |
-
#: includes/admin/views/settings-info.php:122
|
1191 |
-
msgid ""
|
1192 |
-
"acf_form() can now create a new post on submission with lots of new settings."
|
1193 |
-
msgstr ""
|
1194 |
-
"acf_form() artık gönderim halinde bir sürü yeni ayar ile yeni bir yazı "
|
1195 |
-
"oluşturabilir."
|
1196 |
-
|
1197 |
-
#: includes/admin/views/settings-info.php:126
|
1198 |
-
msgid "Better Validation"
|
1199 |
-
msgstr "Daha iyi doğrulama"
|
1200 |
-
|
1201 |
-
#: includes/admin/views/settings-info.php:127
|
1202 |
-
msgid "Form validation is now done via PHP + AJAX in favour of only JS."
|
1203 |
-
msgstr "Form doğrulama artık sadece JS yerine PHP + AJAX ile yapılıyor."
|
1204 |
-
|
1205 |
-
#: includes/admin/views/settings-info.php:131
|
1206 |
-
msgid "Moving Fields"
|
1207 |
-
msgstr "Taşınabilir alanlar"
|
1208 |
-
|
1209 |
-
#: includes/admin/views/settings-info.php:132
|
1210 |
-
msgid ""
|
1211 |
-
"New field group functionality allows you to move a field between groups & "
|
1212 |
-
"parents."
|
1213 |
-
msgstr ""
|
1214 |
-
"Yeni gruplama becerisi, bir alanı gruplar ve üst alanlar arasında "
|
1215 |
-
"taşıyabilmenize olanak sağlar."
|
1216 |
-
|
1217 |
-
#: includes/admin/views/settings-info.php:143
|
1218 |
-
#, php-format
|
1219 |
-
msgid "We think you'll love the changes in %s."
|
1220 |
-
msgstr "%s sürümündeki değişiklikleri seveceğinizi düşünüyoruz."
|
1221 |
|
1222 |
#: includes/ajax/class-acf-ajax.php:157
|
1223 |
msgid "Invalid nonce."
|
1224 |
msgstr "Geçersiz nonce."
|
1225 |
|
1226 |
-
#: includes/api/api-helpers.php:
|
1227 |
msgid "Thumbnail"
|
1228 |
msgstr "Küçük görsel"
|
1229 |
|
1230 |
-
#: includes/api/api-helpers.php:
|
1231 |
msgid "Medium"
|
1232 |
msgstr "Orta"
|
1233 |
|
1234 |
-
#: includes/api/api-helpers.php:
|
1235 |
msgid "Large"
|
1236 |
msgstr "Büyük"
|
1237 |
|
1238 |
-
#: includes/api/api-helpers.php:
|
1239 |
msgid "Full Size"
|
1240 |
msgstr "Tam boyut"
|
1241 |
|
1242 |
-
#: includes/api/api-helpers.php:
|
1243 |
#: pro/fields/class-acf-field-clone.php:996
|
1244 |
msgid "(no title)"
|
1245 |
msgstr "(başlıksız)"
|
1246 |
|
1247 |
-
#: includes/api/api-helpers.php:
|
1248 |
#, php-format
|
1249 |
msgid "Image width must be at least %dpx."
|
1250 |
msgstr "Görsel genişliği en az %dpx olmalı."
|
1251 |
|
1252 |
-
#: includes/api/api-helpers.php:
|
1253 |
#, php-format
|
1254 |
msgid "Image width must not exceed %dpx."
|
1255 |
msgstr "Görsel genişliği %dpx değerini geçmemeli."
|
1256 |
|
1257 |
-
#: includes/api/api-helpers.php:
|
1258 |
#, php-format
|
1259 |
msgid "Image height must be at least %dpx."
|
1260 |
msgstr "Görsel yüksekliği en az %dpx olmalı."
|
1261 |
|
1262 |
-
#: includes/api/api-helpers.php:
|
1263 |
#, php-format
|
1264 |
msgid "Image height must not exceed %dpx."
|
1265 |
msgstr "Görsel yüksekliği %dpx değerini geçmemeli."
|
1266 |
|
1267 |
-
#: includes/api/api-helpers.php:
|
1268 |
#, php-format
|
1269 |
-
msgid "File size must be at least %s."
|
1270 |
-
msgstr "Dosya boyutu en az %s olmalı."
|
1271 |
-
|
1272 |
-
#: includes/api/api-helpers.php:3619
|
1273 |
-
#, php-format
|
1274 |
-
msgid "File size must must not exceed %s."
|
1275 |
-
msgstr "Dosya boyutu %s boyutunu geçmemeli."
|
1276 |
-
|
1277 |
-
#: includes/api/api-helpers.php:3653
|
1278 |
-
#, php-format
|
1279 |
-
msgid "File type must be %s."
|
1280 |
-
msgstr "Dosya tipi %s olmalı."
|
1281 |
-
|
1282 |
-
#: includes/assets.php:184
|
1283 |
-
msgid "The changes you made will be lost if you navigate away from this page"
|
1284 |
-
msgstr ""
|
1285 |
-
"Bu sayfadan başka bir sayfaya geçerseniz yaptığınız değişiklikler kaybolacak"
|
1286 |
-
|
1287 |
-
#: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
|
1288 |
-
msgctxt "verb"
|
1289 |
-
msgid "Select"
|
1290 |
-
msgstr "Seç"
|
1291 |
-
|
1292 |
-
#: includes/assets.php:188
|
1293 |
-
msgctxt "verb"
|
1294 |
-
msgid "Edit"
|
1295 |
-
msgstr "Düzenle"
|
1296 |
-
|
1297 |
-
#: includes/assets.php:189
|
1298 |
-
msgctxt "verb"
|
1299 |
-
msgid "Update"
|
1300 |
-
msgstr "Güncelle"
|
1301 |
-
|
1302 |
-
#: includes/assets.php:190
|
1303 |
-
msgid "Uploaded to this post"
|
1304 |
-
msgstr "Bu yazıya yüklenmiş"
|
1305 |
-
|
1306 |
-
#: includes/assets.php:191
|
1307 |
-
msgid "Expand Details"
|
1308 |
-
msgstr "Ayrıntıları genişlet"
|
1309 |
-
|
1310 |
-
#: includes/assets.php:192
|
1311 |
-
msgid "Collapse Details"
|
1312 |
-
msgstr "Detayları daralt"
|
1313 |
-
|
1314 |
-
#: includes/assets.php:193
|
1315 |
-
msgid "Restricted"
|
1316 |
-
msgstr "Kısıtlı"
|
1317 |
-
|
1318 |
-
#: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
|
1319 |
-
msgid "All images"
|
1320 |
-
msgstr "Tüm görseller"
|
1321 |
-
|
1322 |
-
#: includes/assets.php:197
|
1323 |
-
msgid "Validation successful"
|
1324 |
-
msgstr "Doğrulama başarılı"
|
1325 |
-
|
1326 |
-
#: includes/assets.php:198 includes/validation.php:285
|
1327 |
-
#: includes/validation.php:296
|
1328 |
-
msgid "Validation failed"
|
1329 |
-
msgstr "Doğrulama başarısız"
|
1330 |
|
1331 |
-
#: includes/
|
1332 |
-
|
1333 |
-
|
|
|
1334 |
|
1335 |
-
#: includes/
|
1336 |
#, php-format
|
1337 |
-
msgid "
|
1338 |
-
msgstr "
|
1339 |
|
1340 |
-
#: includes/assets.php:
|
1341 |
msgid "Are you sure?"
|
1342 |
msgstr "Emin misiniz?"
|
1343 |
|
1344 |
-
#: includes/assets.php:
|
1345 |
#: includes/fields/class-acf-field-true_false.php:159
|
1346 |
-
#: pro/admin/views/html-settings-updates.php:
|
1347 |
msgid "Yes"
|
1348 |
msgstr "Evet"
|
1349 |
|
1350 |
-
#: includes/assets.php:
|
1351 |
#: includes/fields/class-acf-field-true_false.php:174
|
1352 |
-
#: pro/admin/views/html-settings-updates.php:
|
1353 |
msgid "No"
|
1354 |
msgstr "Hayır"
|
1355 |
|
1356 |
-
#: includes/assets.php:
|
1357 |
-
#: includes/fields/class-acf-field-image.php:
|
1358 |
#: includes/fields/class-acf-field-link.php:140
|
1359 |
#: pro/fields/class-acf-field-gallery.php:338
|
1360 |
#: pro/fields/class-acf-field-gallery.php:478
|
1361 |
msgid "Remove"
|
1362 |
msgstr "Kaldır"
|
1363 |
|
1364 |
-
#: includes/assets.php:
|
1365 |
msgid "Cancel"
|
1366 |
msgstr "İptal"
|
1367 |
|
1368 |
-
#: includes/assets.php:
|
1369 |
-
msgid "
|
1370 |
-
msgstr "
|
1371 |
-
|
1372 |
-
#: includes/assets.php:211
|
1373 |
-
msgid "Has no value"
|
1374 |
-
msgstr "Hiçbir değer"
|
1375 |
-
|
1376 |
-
#: includes/assets.php:212
|
1377 |
-
msgid "Value is equal to"
|
1378 |
-
msgstr "Değer eşitse"
|
1379 |
-
|
1380 |
-
#: includes/assets.php:213
|
1381 |
-
msgid "Value is not equal to"
|
1382 |
-
msgstr "Değer eşit değilse"
|
1383 |
-
|
1384 |
-
#: includes/assets.php:214
|
1385 |
-
msgid "Value matches pattern"
|
1386 |
-
msgstr "Değer bir desenle eşleşir"
|
1387 |
-
|
1388 |
-
#: includes/assets.php:215
|
1389 |
-
msgid "Value contains"
|
1390 |
-
msgstr "Değer içeriyor"
|
1391 |
|
1392 |
-
#: includes/assets.php:
|
1393 |
-
msgid "
|
1394 |
-
msgstr "
|
1395 |
|
1396 |
-
#: includes/assets.php:
|
1397 |
-
|
1398 |
-
|
|
|
1399 |
|
1400 |
-
#: includes/assets.php:
|
1401 |
-
msgid "
|
1402 |
-
msgstr "
|
1403 |
|
1404 |
-
#: includes/assets.php:
|
1405 |
-
|
1406 |
-
|
|
|
1407 |
|
1408 |
-
#: includes/assets.php:
|
1409 |
#: pro/admin/admin-options-page.php:325
|
1410 |
msgid "Edit field group"
|
1411 |
msgstr "Alan grubunu düzenle"
|
@@ -1443,9 +1265,9 @@ msgstr "jQuery"
|
|
1443 |
#: includes/fields/class-acf-field-group.php:474
|
1444 |
#: includes/fields/class-acf-field-radio.php:290
|
1445 |
#: pro/fields/class-acf-field-clone.php:843
|
1446 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1447 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1448 |
-
#: pro/fields/class-acf-field-repeater.php:
|
1449 |
msgid "Layout"
|
1450 |
msgstr "Yerleşim"
|
1451 |
|
@@ -1517,7 +1339,7 @@ msgid "red : Red"
|
|
1517 |
msgstr "kirmizi : Kırmızı"
|
1518 |
|
1519 |
#: includes/fields/class-acf-field-button-group.php:158
|
1520 |
-
#: includes/fields/class-acf-field-page_link.php:
|
1521 |
#: includes/fields/class-acf-field-post_object.php:411
|
1522 |
#: includes/fields/class-acf-field-radio.php:244
|
1523 |
#: includes/fields/class-acf-field-select.php:382
|
@@ -1538,7 +1360,7 @@ msgstr "Boş geçilebilir mi?"
|
|
1538 |
#: includes/fields/class-acf-field-textarea.php:102
|
1539 |
#: includes/fields/class-acf-field-true_false.php:135
|
1540 |
#: includes/fields/class-acf-field-url.php:100
|
1541 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
1542 |
msgid "Default Value"
|
1543 |
msgstr "Varsayılan değer"
|
1544 |
|
@@ -1550,7 +1372,7 @@ msgstr "Varsayılan değer"
|
|
1550 |
#: includes/fields/class-acf-field-text.php:96
|
1551 |
#: includes/fields/class-acf-field-textarea.php:103
|
1552 |
#: includes/fields/class-acf-field-url.php:101
|
1553 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
1554 |
msgid "Appears when creating a new post"
|
1555 |
msgstr "Yeni bir yazı oluştururken görünür"
|
1556 |
|
@@ -1568,7 +1390,7 @@ msgstr "Dikey"
|
|
1568 |
|
1569 |
#: includes/fields/class-acf-field-button-group.php:191
|
1570 |
#: includes/fields/class-acf-field-checkbox.php:413
|
1571 |
-
#: includes/fields/class-acf-field-file.php:
|
1572 |
#: includes/fields/class-acf-field-link.php:166
|
1573 |
#: includes/fields/class-acf-field-radio.php:304
|
1574 |
#: includes/fields/class-acf-field-taxonomy.php:826
|
@@ -1577,7 +1399,7 @@ msgstr "Dönüş değeri"
|
|
1577 |
|
1578 |
#: includes/fields/class-acf-field-button-group.php:192
|
1579 |
#: includes/fields/class-acf-field-checkbox.php:414
|
1580 |
-
#: includes/fields/class-acf-field-file.php:
|
1581 |
#: includes/fields/class-acf-field-link.php:167
|
1582 |
#: includes/fields/class-acf-field-radio.php:305
|
1583 |
msgid "Specify the returned value on front end"
|
@@ -1720,9 +1542,9 @@ msgstr "Bir değer kaydedilirken kullanılacak biçim"
|
|
1720 |
|
1721 |
#: includes/fields/class-acf-field-date_picker.php:208
|
1722 |
#: includes/fields/class-acf-field-date_time_picker.php:200
|
1723 |
-
#: includes/fields/class-acf-field-image.php:
|
1724 |
#: includes/fields/class-acf-field-post_object.php:431
|
1725 |
-
#: includes/fields/class-acf-field-relationship.php:
|
1726 |
#: includes/fields/class-acf-field-select.php:427
|
1727 |
#: includes/fields/class-acf-field-time_picker.php:124
|
1728 |
#: includes/fields/class-acf-field-user.php:79
|
@@ -1891,88 +1713,88 @@ msgid "File name"
|
|
1891 |
msgstr "Dosya adı"
|
1892 |
|
1893 |
#: includes/fields/class-acf-field-file.php:145
|
1894 |
-
#: includes/fields/class-acf-field-file.php:
|
1895 |
-
#: includes/fields/class-acf-field-file.php:
|
1896 |
-
#: includes/fields/class-acf-field-image.php:
|
1897 |
-
#: includes/fields/class-acf-field-image.php:
|
1898 |
#: pro/fields/class-acf-field-gallery.php:642
|
1899 |
#: pro/fields/class-acf-field-gallery.php:671
|
1900 |
msgid "File size"
|
1901 |
msgstr "Dosya boyutu"
|
1902 |
|
1903 |
-
#: includes/fields/class-acf-field-file.php:
|
1904 |
msgid "Add File"
|
1905 |
msgstr "Dosya ekle"
|
1906 |
|
1907 |
-
#: includes/fields/class-acf-field-file.php:
|
1908 |
msgid "File Array"
|
1909 |
msgstr "Dosya dizisi"
|
1910 |
|
1911 |
-
#: includes/fields/class-acf-field-file.php:
|
1912 |
msgid "File URL"
|
1913 |
msgstr "Dosya adresi"
|
1914 |
|
1915 |
-
#: includes/fields/class-acf-field-file.php:
|
1916 |
msgid "File ID"
|
1917 |
msgstr "Dosya no"
|
1918 |
|
1919 |
-
#: includes/fields/class-acf-field-file.php:
|
1920 |
-
#: includes/fields/class-acf-field-image.php:
|
1921 |
#: pro/fields/class-acf-field-gallery.php:592
|
1922 |
msgid "Library"
|
1923 |
msgstr "Kitaplık"
|
1924 |
|
1925 |
-
#: includes/fields/class-acf-field-file.php:
|
1926 |
-
#: includes/fields/class-acf-field-image.php:
|
1927 |
#: pro/fields/class-acf-field-gallery.php:593
|
1928 |
msgid "Limit the media library choice"
|
1929 |
msgstr "Ortam kitaplığı seçimini sınırlayın"
|
1930 |
|
1931 |
-
#: includes/fields/class-acf-field-file.php:
|
1932 |
-
#: includes/fields/class-acf-field-image.php:
|
1933 |
-
#: includes/locations/class-acf-location-attachment.php:
|
1934 |
-
#: includes/locations/class-acf-location-comment.php:
|
1935 |
-
#: includes/locations/class-acf-location-nav-menu.php:
|
1936 |
-
#: includes/locations/class-acf-location-taxonomy.php:
|
1937 |
-
#: includes/locations/class-acf-location-user-form.php:
|
1938 |
-
#: includes/locations/class-acf-location-user-role.php:
|
1939 |
-
#: includes/locations/class-acf-location-widget.php:
|
1940 |
#: pro/fields/class-acf-field-gallery.php:598
|
1941 |
-
#: pro/locations/class-acf-location-block.php:
|
1942 |
msgid "All"
|
1943 |
msgstr "Tümü"
|
1944 |
|
1945 |
-
#: includes/fields/class-acf-field-file.php:
|
1946 |
-
#: includes/fields/class-acf-field-image.php:
|
1947 |
#: pro/fields/class-acf-field-gallery.php:599
|
1948 |
msgid "Uploaded to post"
|
1949 |
msgstr "Yazıya yüklendi"
|
1950 |
|
1951 |
-
#: includes/fields/class-acf-field-file.php:
|
1952 |
-
#: includes/fields/class-acf-field-image.php:
|
1953 |
#: pro/fields/class-acf-field-gallery.php:621
|
1954 |
msgid "Minimum"
|
1955 |
msgstr "En az"
|
1956 |
|
1957 |
-
#: includes/fields/class-acf-field-file.php:
|
1958 |
-
#: includes/fields/class-acf-field-file.php:
|
1959 |
msgid "Restrict which files can be uploaded"
|
1960 |
msgstr "Yüklenebilecek dosyaları sınırlandırın"
|
1961 |
|
1962 |
-
#: includes/fields/class-acf-field-file.php:
|
1963 |
-
#: includes/fields/class-acf-field-image.php:
|
1964 |
#: pro/fields/class-acf-field-gallery.php:650
|
1965 |
msgid "Maximum"
|
1966 |
msgstr "En fazla"
|
1967 |
|
1968 |
-
#: includes/fields/class-acf-field-file.php:
|
1969 |
-
#: includes/fields/class-acf-field-image.php:
|
1970 |
#: pro/fields/class-acf-field-gallery.php:678
|
1971 |
msgid "Allowed file types"
|
1972 |
msgstr "İzin verilen dosya tipleri"
|
1973 |
|
1974 |
-
#: includes/fields/class-acf-field-file.php:
|
1975 |
-
#: includes/fields/class-acf-field-image.php:
|
1976 |
#: pro/fields/class-acf-field-gallery.php:679
|
1977 |
msgid "Comma separated list. Leave blank for all types"
|
1978 |
msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın"
|
@@ -1985,6 +1807,11 @@ msgstr "Google haritası"
|
|
1985 |
msgid "Sorry, this browser does not support geolocation"
|
1986 |
msgstr "Üzgünüz, bu tarayıcı konumlandırma desteklemiyor"
|
1987 |
|
|
|
|
|
|
|
|
|
|
|
1988 |
#: includes/fields/class-acf-field-google-map.php:147
|
1989 |
msgid "Clear location"
|
1990 |
msgstr "Konumu temizle"
|
@@ -2016,8 +1843,8 @@ msgid "Set the initial zoom level"
|
|
2016 |
msgstr "Temel yaklaşma seviyesini belirle"
|
2017 |
|
2018 |
#: includes/fields/class-acf-field-google-map.php:214
|
2019 |
-
#: includes/fields/class-acf-field-image.php:
|
2020 |
-
#: includes/fields/class-acf-field-image.php:
|
2021 |
#: includes/fields/class-acf-field-oembed.php:268
|
2022 |
#: pro/fields/class-acf-field-gallery.php:633
|
2023 |
#: pro/fields/class-acf-field-gallery.php:662
|
@@ -2033,7 +1860,7 @@ msgid "Group"
|
|
2033 |
msgstr "Grup"
|
2034 |
|
2035 |
#: includes/fields/class-acf-field-group.php:459
|
2036 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2037 |
msgid "Sub Fields"
|
2038 |
msgstr "Alt alanlar"
|
2039 |
|
@@ -2044,23 +1871,23 @@ msgstr "Seçili alanları görüntülemek için kullanılacak stili belirtin"
|
|
2044 |
|
2045 |
#: includes/fields/class-acf-field-group.php:480
|
2046 |
#: pro/fields/class-acf-field-clone.php:849
|
2047 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
2048 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2049 |
-
#: pro/locations/class-acf-location-block.php:
|
2050 |
msgid "Block"
|
2051 |
msgstr "Blok"
|
2052 |
|
2053 |
#: includes/fields/class-acf-field-group.php:481
|
2054 |
#: pro/fields/class-acf-field-clone.php:850
|
2055 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
2056 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2057 |
msgid "Table"
|
2058 |
msgstr "Tablo"
|
2059 |
|
2060 |
#: includes/fields/class-acf-field-group.php:482
|
2061 |
#: pro/fields/class-acf-field-clone.php:851
|
2062 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
2063 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2064 |
msgid "Row"
|
2065 |
msgstr "Satır"
|
2066 |
|
@@ -2080,43 +1907,47 @@ msgstr "Görseli düzenle"
|
|
2080 |
msgid "Update Image"
|
2081 |
msgstr "Görseli güncelle"
|
2082 |
|
2083 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
|
|
|
|
|
|
2084 |
msgid "No image selected"
|
2085 |
msgstr "Görsel seçilmedi"
|
2086 |
|
2087 |
-
#: includes/fields/class-acf-field-image.php:
|
2088 |
msgid "Add Image"
|
2089 |
msgstr "Görsel ekle"
|
2090 |
|
2091 |
-
#: includes/fields/class-acf-field-image.php:
|
2092 |
#: pro/fields/class-acf-field-gallery.php:563
|
2093 |
msgid "Image Array"
|
2094 |
msgstr "Görsel dizisi"
|
2095 |
|
2096 |
-
#: includes/fields/class-acf-field-image.php:
|
2097 |
#: pro/fields/class-acf-field-gallery.php:564
|
2098 |
msgid "Image URL"
|
2099 |
msgstr "Görsel adresi"
|
2100 |
|
2101 |
-
#: includes/fields/class-acf-field-image.php:
|
2102 |
#: pro/fields/class-acf-field-gallery.php:565
|
2103 |
msgid "Image ID"
|
2104 |
msgstr "Görsel no"
|
2105 |
|
2106 |
-
#: includes/fields/class-acf-field-image.php:
|
2107 |
#: pro/fields/class-acf-field-gallery.php:571
|
2108 |
msgid "Preview Size"
|
2109 |
msgstr "Önizleme boyutu"
|
2110 |
|
2111 |
-
#: includes/fields/class-acf-field-image.php:
|
2112 |
-
#: includes/fields/class-acf-field-image.php:
|
2113 |
#: pro/fields/class-acf-field-gallery.php:622
|
2114 |
#: pro/fields/class-acf-field-gallery.php:651
|
2115 |
msgid "Restrict which images can be uploaded"
|
2116 |
msgstr "Hangi görsellerin yüklenebileceğini sınırlandırın"
|
2117 |
|
2118 |
-
#: includes/fields/class-acf-field-image.php:
|
2119 |
-
#: includes/fields/class-acf-field-image.php:
|
2120 |
#: includes/fields/class-acf-field-oembed.php:257
|
2121 |
#: pro/fields/class-acf-field-gallery.php:625
|
2122 |
#: pro/fields/class-acf-field-gallery.php:654
|
@@ -2232,45 +2063,45 @@ msgstr "Gömme boyutu"
|
|
2232 |
msgid "Page Link"
|
2233 |
msgstr "Sayfa bağlantısı"
|
2234 |
|
2235 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2236 |
msgid "Archives"
|
2237 |
msgstr "Arşivler"
|
2238 |
|
2239 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2240 |
#: includes/fields/class-acf-field-post_object.php:267
|
2241 |
#: includes/fields/class-acf-field-taxonomy.php:958
|
2242 |
msgid "Parent"
|
2243 |
msgstr "Ebeveyn"
|
2244 |
|
2245 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2246 |
#: includes/fields/class-acf-field-post_object.php:383
|
2247 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2248 |
msgid "Filter by Post Type"
|
2249 |
msgstr "Yazı tipine göre filtre"
|
2250 |
|
2251 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2252 |
#: includes/fields/class-acf-field-post_object.php:391
|
2253 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2254 |
msgid "All post types"
|
2255 |
msgstr "Tüm yazı tipleri"
|
2256 |
|
2257 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2258 |
#: includes/fields/class-acf-field-post_object.php:397
|
2259 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2260 |
msgid "Filter by Taxonomy"
|
2261 |
msgstr "Taksonomiye göre filtre"
|
2262 |
|
2263 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2264 |
#: includes/fields/class-acf-field-post_object.php:405
|
2265 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2266 |
msgid "All taxonomies"
|
2267 |
msgstr "Tüm taksonomiler"
|
2268 |
|
2269 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2270 |
msgid "Allow Archives URLs"
|
2271 |
msgstr "Arşivler adresine izin ver"
|
2272 |
|
2273 |
-
#: includes/fields/class-acf-field-page_link.php:
|
2274 |
#: includes/fields/class-acf-field-post_object.php:421
|
2275 |
#: includes/fields/class-acf-field-select.php:392
|
2276 |
#: includes/fields/class-acf-field-user.php:71
|
@@ -2283,12 +2114,12 @@ msgstr "Parola"
|
|
2283 |
|
2284 |
#: includes/fields/class-acf-field-post_object.php:25
|
2285 |
#: includes/fields/class-acf-field-post_object.php:436
|
2286 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2287 |
msgid "Post Object"
|
2288 |
msgstr "Yazı nesnesi"
|
2289 |
|
2290 |
#: includes/fields/class-acf-field-post_object.php:437
|
2291 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2292 |
msgid "Post ID"
|
2293 |
msgstr "Yazı No"
|
2294 |
|
@@ -2340,43 +2171,43 @@ msgstr "Yazı tipi seç"
|
|
2340 |
msgid "Select taxonomy"
|
2341 |
msgstr "Taksonomi seç"
|
2342 |
|
2343 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2344 |
msgid "Search..."
|
2345 |
msgstr "Ara…"
|
2346 |
|
2347 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2348 |
msgid "Filters"
|
2349 |
msgstr "Filtreler"
|
2350 |
|
2351 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2352 |
-
#: includes/locations/class-acf-location-post-type.php:
|
2353 |
msgid "Post Type"
|
2354 |
msgstr "Yazı tipi"
|
2355 |
|
2356 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2357 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2358 |
#: includes/fields/class-acf-field-taxonomy.php:751
|
2359 |
-
#: includes/locations/class-acf-location-taxonomy.php:
|
2360 |
msgid "Taxonomy"
|
2361 |
msgstr "Taksonomi"
|
2362 |
|
2363 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2364 |
msgid "Elements"
|
2365 |
msgstr "Elemanlar"
|
2366 |
|
2367 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2368 |
msgid "Selected elements will be displayed in each result"
|
2369 |
msgstr "Her sonuç içinde seçilmiş elemanlar görüntülenir"
|
2370 |
|
2371 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2372 |
msgid "Minimum posts"
|
2373 |
msgstr "En az gönderi"
|
2374 |
|
2375 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2376 |
msgid "Maximum posts"
|
2377 |
msgstr "En fazla yazı"
|
2378 |
|
2379 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2380 |
#: pro/fields/class-acf-field-gallery.php:779
|
2381 |
#, php-format
|
2382 |
msgid "%s requires at least %s selection"
|
@@ -2454,6 +2285,11 @@ msgctxt "Select2 JS load_fail"
|
|
2454 |
msgid "Loading failed"
|
2455 |
msgstr "Yükleme başarısız oldu"
|
2456 |
|
|
|
|
|
|
|
|
|
|
|
2457 |
#: includes/fields/class-acf-field-select.php:402
|
2458 |
#: includes/fields/class-acf-field-true_false.php:144
|
2459 |
msgid "Stylised UI"
|
@@ -2569,7 +2405,7 @@ msgid "%s added"
|
|
2569 |
msgstr "%s eklendi"
|
2570 |
|
2571 |
#: includes/fields/class-acf-field-taxonomy.php:970
|
2572 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2573 |
msgid "Add"
|
2574 |
msgstr "Ekle"
|
2575 |
|
@@ -2588,7 +2424,7 @@ msgid "Leave blank for no limit"
|
|
2588 |
msgstr "Limit olmaması için boş bırakın"
|
2589 |
|
2590 |
#: includes/fields/class-acf-field-text.php:157
|
2591 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2592 |
#, php-format
|
2593 |
msgid "Value must not exceed %d characters"
|
2594 |
msgstr "Değer %d karakteri geçmemelidir"
|
@@ -2641,7 +2477,7 @@ msgstr "Web adresi"
|
|
2641 |
msgid "Value must be a valid URL"
|
2642 |
msgstr "Değer geçerli bir web adresi olmalı"
|
2643 |
|
2644 |
-
#: includes/fields/class-acf-field-user.php:20 includes/locations.php:
|
2645 |
msgid "User"
|
2646 |
msgstr "Kullanıcı"
|
2647 |
|
@@ -2673,51 +2509,55 @@ msgstr "Alan yükleme sırasında hata."
|
|
2673 |
msgid "Wysiwyg Editor"
|
2674 |
msgstr "Wysiwyg düzenleyici"
|
2675 |
|
2676 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2677 |
msgid "Visual"
|
2678 |
msgstr "Görsel"
|
2679 |
|
2680 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2681 |
msgctxt "Name for the Text editor tab (formerly HTML)"
|
2682 |
msgid "Text"
|
2683 |
msgstr "Metin"
|
2684 |
|
2685 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2686 |
msgid "Click to initialize TinyMCE"
|
2687 |
msgstr "TinyMCE hazırlamak için tıklayın"
|
2688 |
|
2689 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2690 |
msgid "Tabs"
|
2691 |
msgstr "Sekmeler"
|
2692 |
|
2693 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2694 |
msgid "Visual & Text"
|
2695 |
msgstr "Görsel ve metin"
|
2696 |
|
2697 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2698 |
msgid "Visual Only"
|
2699 |
msgstr "Sadece görsel"
|
2700 |
|
2701 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2702 |
msgid "Text Only"
|
2703 |
msgstr "Sadece metin"
|
2704 |
|
2705 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2706 |
msgid "Toolbar"
|
2707 |
msgstr "Araç çubuğu"
|
2708 |
|
2709 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2710 |
msgid "Show Media Upload Buttons?"
|
2711 |
msgstr "Ortam yükleme tuşları gösterilsin mi?"
|
2712 |
|
2713 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2714 |
msgid "Delay initialization?"
|
2715 |
msgstr "Hazırlık geciktirilsin mi?"
|
2716 |
|
2717 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2718 |
msgid "TinyMCE will not be initialized until field is clicked"
|
2719 |
msgstr "Alan tıklanana kadar TinyMCE hazırlanmayacaktır"
|
2720 |
|
|
|
|
|
|
|
|
|
2721 |
#: includes/forms/form-front.php:55
|
2722 |
msgid "Validate Email"
|
2723 |
msgstr "E-postayı doğrula"
|
@@ -2740,145 +2580,151 @@ msgstr "İstenmeyen tespit edildi"
|
|
2740 |
msgid "<strong>ERROR</strong>: %s"
|
2741 |
msgstr "<strong>HATA</strong>: %s"
|
2742 |
|
2743 |
-
#: includes/locations.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2744 |
msgid "Post"
|
2745 |
msgstr "Yazı"
|
2746 |
|
2747 |
-
#: includes/locations.php:
|
2748 |
msgid "Page"
|
2749 |
msgstr "Sayfa"
|
2750 |
|
2751 |
-
#: includes/locations.php:
|
2752 |
msgid "Forms"
|
2753 |
msgstr "Formlar"
|
2754 |
|
2755 |
-
#: includes/locations.php:
|
2756 |
msgid "is equal to"
|
2757 |
msgstr "eşitse"
|
2758 |
|
2759 |
-
#: includes/locations.php:
|
2760 |
msgid "is not equal to"
|
2761 |
msgstr "eşit değilse"
|
2762 |
|
2763 |
-
#: includes/locations/class-acf-location-attachment.php:
|
2764 |
msgid "Attachment"
|
2765 |
msgstr "Ek"
|
2766 |
|
2767 |
-
#: includes/locations/class-acf-location-attachment.php:
|
2768 |
#, php-format
|
2769 |
msgid "All %s formats"
|
2770 |
msgstr "Tüm %s biçimleri"
|
2771 |
|
2772 |
-
#: includes/locations/class-acf-location-comment.php:
|
2773 |
msgid "Comment"
|
2774 |
msgstr "Yorum"
|
2775 |
|
2776 |
-
#: includes/locations/class-acf-location-current-user-role.php:
|
2777 |
msgid "Current User Role"
|
2778 |
msgstr "Şu anki kullanıcı rolü"
|
2779 |
|
2780 |
-
#: includes/locations/class-acf-location-current-user-role.php:
|
2781 |
msgid "Super Admin"
|
2782 |
msgstr "Süper yönetici"
|
2783 |
|
2784 |
-
#: includes/locations/class-acf-location-current-user.php:
|
2785 |
msgid "Current User"
|
2786 |
msgstr "Şu anki kullanıcı"
|
2787 |
|
2788 |
-
#: includes/locations/class-acf-location-current-user.php:
|
2789 |
msgid "Logged in"
|
2790 |
msgstr "Giriş yapıldı"
|
2791 |
|
2792 |
-
#: includes/locations/class-acf-location-current-user.php:
|
2793 |
msgid "Viewing front end"
|
2794 |
msgstr "Ön yüz görüntüleniyor"
|
2795 |
|
2796 |
-
#: includes/locations/class-acf-location-current-user.php:
|
2797 |
msgid "Viewing back end"
|
2798 |
msgstr "Arka yüz görüntüleniyor"
|
2799 |
|
2800 |
-
#: includes/locations/class-acf-location-nav-menu-item.php:
|
2801 |
msgid "Menu Item"
|
2802 |
msgstr "Menü ögesi"
|
2803 |
|
2804 |
-
#: includes/locations/class-acf-location-nav-menu.php:
|
2805 |
msgid "Menu"
|
2806 |
msgstr "Menü"
|
2807 |
|
2808 |
-
#: includes/locations/class-acf-location-nav-menu.php:
|
2809 |
msgid "Menu Locations"
|
2810 |
msgstr "Menü konumları"
|
2811 |
|
2812 |
-
#: includes/locations/class-acf-location-
|
2813 |
-
msgid "Menus"
|
2814 |
-
msgstr "Menüler"
|
2815 |
-
|
2816 |
-
#: includes/locations/class-acf-location-page-parent.php:27
|
2817 |
msgid "Page Parent"
|
2818 |
msgstr "Sayfa ebeveyni"
|
2819 |
|
2820 |
-
#: includes/locations/class-acf-location-page-template.php:
|
2821 |
msgid "Page Template"
|
2822 |
msgstr "Sayfa şablonu"
|
2823 |
|
2824 |
-
#: includes/locations/class-acf-location-page-template.php:
|
2825 |
-
#: includes/locations/class-acf-location-post-template.php:
|
2826 |
msgid "Default Template"
|
2827 |
msgstr "Varsayılan şablon"
|
2828 |
|
2829 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2830 |
msgid "Page Type"
|
2831 |
msgstr "Sayfa tipi"
|
2832 |
|
2833 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2834 |
msgid "Front Page"
|
2835 |
msgstr "Ön sayfa"
|
2836 |
|
2837 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2838 |
msgid "Posts Page"
|
2839 |
msgstr "Yazılar sayfası"
|
2840 |
|
2841 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2842 |
msgid "Top Level Page (no parent)"
|
2843 |
msgstr "Üst düzey sayfa (ebeveynsiz)"
|
2844 |
|
2845 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2846 |
msgid "Parent Page (has children)"
|
2847 |
msgstr "Üst sayfa (alt sayfası olan)"
|
2848 |
|
2849 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2850 |
msgid "Child Page (has parent)"
|
2851 |
msgstr "Alt sayfa (ebeveyni olan)"
|
2852 |
|
2853 |
-
#: includes/locations/class-acf-location-post-category.php:
|
2854 |
msgid "Post Category"
|
2855 |
msgstr "Yazı kategorisi"
|
2856 |
|
2857 |
-
#: includes/locations/class-acf-location-post-format.php:
|
2858 |
msgid "Post Format"
|
2859 |
msgstr "Yazı biçimi"
|
2860 |
|
2861 |
-
#: includes/locations/class-acf-location-post-status.php:
|
2862 |
msgid "Post Status"
|
2863 |
msgstr "Yazı durumu"
|
2864 |
|
2865 |
-
#: includes/locations/class-acf-location-post-taxonomy.php:
|
2866 |
msgid "Post Taxonomy"
|
2867 |
msgstr "Yazı taksonomisi"
|
2868 |
|
2869 |
-
#: includes/locations/class-acf-location-post-template.php:
|
2870 |
msgid "Post Template"
|
2871 |
msgstr "Yazı şablonu"
|
2872 |
|
2873 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2874 |
msgid "User Form"
|
2875 |
msgstr "Kullanıcı formu"
|
2876 |
|
2877 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2878 |
msgid "Add / Edit"
|
2879 |
msgstr "Ekle / düzenle"
|
2880 |
|
2881 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2882 |
msgid "Register"
|
2883 |
msgstr "Kaydet"
|
2884 |
|
@@ -2886,10 +2732,36 @@ msgstr "Kaydet"
|
|
2886 |
msgid "User Role"
|
2887 |
msgstr "Kullanıcı kuralı"
|
2888 |
|
2889 |
-
#: includes/locations/class-acf-location-widget.php:
|
2890 |
msgid "Widget"
|
2891 |
msgstr "Bileşen"
|
2892 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2893 |
#: includes/validation.php:364
|
2894 |
#, php-format
|
2895 |
msgid "%s value is required"
|
@@ -2917,7 +2789,7 @@ msgstr ""
|
|
2917 |
msgid "<b>Error</b>. Could not connect to update server"
|
2918 |
msgstr "<b> Hata</b>. Güncelleme sunucusu ile bağlantı kurulamadı"
|
2919 |
|
2920 |
-
#: pro/admin/admin-updates.php:118 pro/admin/views/html-settings-updates.php:
|
2921 |
msgid "Updates"
|
2922 |
msgstr "Güncellemeler"
|
2923 |
|
@@ -2930,19 +2802,19 @@ msgstr ""
|
|
2930 |
"ACF PRO lisansınızı kontrol edin ya da lisansınızı etkisizleştirip, tekrar "
|
2931 |
"etkinleştirin."
|
2932 |
|
2933 |
-
#: pro/admin/views/html-settings-updates.php:
|
2934 |
msgid "Deactivate License"
|
2935 |
msgstr "Lisansı devre dışı bırak"
|
2936 |
|
2937 |
-
#: pro/admin/views/html-settings-updates.php:
|
2938 |
msgid "Activate License"
|
2939 |
msgstr "Lisansı etkinleştir"
|
2940 |
|
2941 |
-
#: pro/admin/views/html-settings-updates.php:
|
2942 |
msgid "License Information"
|
2943 |
msgstr "Lisans bilgisi"
|
2944 |
|
2945 |
-
#: pro/admin/views/html-settings-updates.php:
|
2946 |
#, php-format
|
2947 |
msgid ""
|
2948 |
"To unlock updates, please enter your license key below. If you don't have a "
|
@@ -2950,44 +2822,48 @@ msgid ""
|
|
2950 |
"a>."
|
2951 |
msgstr ""
|
2952 |
"Güncellemeleri açmak için lisans anahtarınızı aşağıya girin. Eğer bir lisans "
|
2953 |
-
"anahtarınız yoksa lütfen <a href
|
2954 |
-
"a> sayfasına bakın."
|
2955 |
|
2956 |
-
#: pro/admin/views/html-settings-updates.php:
|
2957 |
msgid "License Key"
|
2958 |
msgstr "Lisans anahtarı"
|
2959 |
|
2960 |
-
#: pro/admin/views/html-settings-updates.php:
|
2961 |
msgid "Update Information"
|
2962 |
msgstr "Güncelleme bilgisi"
|
2963 |
|
2964 |
-
#: pro/admin/views/html-settings-updates.php:
|
2965 |
msgid "Current Version"
|
2966 |
msgstr "Mevcut sürüm"
|
2967 |
|
2968 |
-
#: pro/admin/views/html-settings-updates.php:
|
2969 |
msgid "Latest Version"
|
2970 |
msgstr "En son sürüm"
|
2971 |
|
2972 |
-
#: pro/admin/views/html-settings-updates.php:
|
2973 |
msgid "Update Available"
|
2974 |
msgstr "Güncelleme mevcut"
|
2975 |
|
2976 |
-
#: pro/admin/views/html-settings-updates.php:
|
2977 |
msgid "Update Plugin"
|
2978 |
msgstr "Eklentiyi güncelle"
|
2979 |
|
2980 |
-
#: pro/admin/views/html-settings-updates.php:
|
2981 |
msgid "Please enter your license key above to unlock updates"
|
2982 |
msgstr ""
|
2983 |
"Güncelleştirmelerin kilidini açmak için yukardaki alana lisans anahtarını "
|
2984 |
"girin"
|
2985 |
|
2986 |
-
#: pro/admin/views/html-settings-updates.php:
|
2987 |
msgid "Check Again"
|
2988 |
msgstr "Tekrar kontrol et"
|
2989 |
|
2990 |
-
#: pro/admin/views/html-settings-updates.php:
|
|
|
|
|
|
|
|
|
2991 |
msgid "Upgrade Notice"
|
2992 |
msgstr "Yükseltme bildirimi"
|
2993 |
|
@@ -3000,15 +2876,19 @@ msgstr "Blok türü adı gereklidir."
|
|
3000 |
msgid "Block type \"%s\" is already registered."
|
3001 |
msgstr "Blok türü \"%s\" zaten kayıtlı."
|
3002 |
|
3003 |
-
#: pro/blocks.php:
|
3004 |
msgid "Switch to Edit"
|
3005 |
msgstr "Düzenlemeye geç"
|
3006 |
|
3007 |
-
#: pro/blocks.php:
|
3008 |
msgid "Switch to Preview"
|
3009 |
msgstr "Önizlemeye geç"
|
3010 |
|
3011 |
-
#: pro/blocks.php:
|
|
|
|
|
|
|
|
|
3012 |
#, php-format
|
3013 |
msgid "%s settings"
|
3014 |
msgstr "%s ayarları"
|
@@ -3071,13 +2951,13 @@ msgstr "%s alan grubundaki tüm alanlar"
|
|
3071 |
|
3072 |
#: pro/fields/class-acf-field-flexible-content.php:31
|
3073 |
#: pro/fields/class-acf-field-repeater.php:193
|
3074 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3075 |
msgid "Add Row"
|
3076 |
msgstr "Satır ekle"
|
3077 |
|
3078 |
#: pro/fields/class-acf-field-flexible-content.php:73
|
3079 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3080 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3081 |
msgid "layout"
|
3082 |
msgid_plural "layouts"
|
3083 |
msgstr[0] "yerleşim"
|
@@ -3088,8 +2968,8 @@ msgid "layouts"
|
|
3088 |
msgstr "yerleşimler"
|
3089 |
|
3090 |
#: pro/fields/class-acf-field-flexible-content.php:77
|
3091 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3092 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3093 |
msgid "This field requires at least {min} {label} {identifier}"
|
3094 |
msgstr "Bu alan için en az gereken {min} {label} {identifier}"
|
3095 |
|
@@ -3121,52 +3001,56 @@ msgid "Add layout"
|
|
3121 |
msgstr "Yerleşim ekle"
|
3122 |
|
3123 |
#: pro/fields/class-acf-field-flexible-content.php:414
|
|
|
|
|
|
|
|
|
3124 |
msgid "Remove layout"
|
3125 |
msgstr "Yerleşimi çıkar"
|
3126 |
|
3127 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3128 |
#: pro/fields/class-acf-field-repeater.php:301
|
3129 |
msgid "Click to toggle"
|
3130 |
msgstr "Geçiş yapmak için tıklayın"
|
3131 |
|
3132 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3133 |
msgid "Reorder Layout"
|
3134 |
msgstr "Yerleşimi yeniden sırala"
|
3135 |
|
3136 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3137 |
msgid "Reorder"
|
3138 |
msgstr "Yeniden sırala"
|
3139 |
|
3140 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3141 |
msgid "Delete Layout"
|
3142 |
msgstr "Yerleşimi sil"
|
3143 |
|
3144 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3145 |
msgid "Duplicate Layout"
|
3146 |
msgstr "Yerleşimi çoğalt"
|
3147 |
|
3148 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3149 |
msgid "Add New Layout"
|
3150 |
msgstr "Yeni yerleşim ekle"
|
3151 |
|
3152 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3153 |
msgid "Min"
|
3154 |
msgstr "En düşük"
|
3155 |
|
3156 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3157 |
msgid "Max"
|
3158 |
msgstr "En yüksek"
|
3159 |
|
3160 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3161 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3162 |
msgid "Button Label"
|
3163 |
msgstr "Tuş etiketi"
|
3164 |
|
3165 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3166 |
msgid "Minimum Layouts"
|
3167 |
msgstr "En az yerleşim"
|
3168 |
|
3169 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3170 |
msgid "Maximum Layouts"
|
3171 |
msgstr "En fazla yerleşim"
|
3172 |
|
@@ -3243,7 +3127,7 @@ msgid "Maximum Selection"
|
|
3243 |
msgstr "En fazla seçim"
|
3244 |
|
3245 |
#: pro/fields/class-acf-field-repeater.php:65
|
3246 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3247 |
msgid "Minimum rows reached ({min} rows)"
|
3248 |
msgstr "En az satır sayısına ulaşıldı ({min} satır)"
|
3249 |
|
@@ -3256,33 +3140,37 @@ msgid "Add row"
|
|
3256 |
msgstr "Satır ekle"
|
3257 |
|
3258 |
#: pro/fields/class-acf-field-repeater.php:339
|
|
|
|
|
|
|
|
|
3259 |
msgid "Remove row"
|
3260 |
msgstr "Satır çıkar"
|
3261 |
|
3262 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3263 |
msgid "Collapsed"
|
3264 |
msgstr "Daraltılmış"
|
3265 |
|
3266 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3267 |
msgid "Select a sub field to show when row is collapsed"
|
3268 |
msgstr "Satır toparlandığında görüntülenecek alt alanı seçin"
|
3269 |
|
3270 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3271 |
msgid "Minimum Rows"
|
3272 |
msgstr "En az satır"
|
3273 |
|
3274 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3275 |
msgid "Maximum Rows"
|
3276 |
msgstr "En fazla satır"
|
3277 |
|
3278 |
-
#: pro/locations/class-acf-location-
|
|
|
|
|
|
|
|
|
3279 |
msgid "No options pages exist"
|
3280 |
msgstr "Seçenekler sayfayı mevcut değil"
|
3281 |
|
3282 |
-
#: pro/options-page.php:51
|
3283 |
-
msgid "Options"
|
3284 |
-
msgstr "Seçenekler"
|
3285 |
-
|
3286 |
#: pro/options-page.php:82
|
3287 |
msgid "Options Updated"
|
3288 |
msgstr "Seçenekler güncellendi"
|
@@ -3298,24 +3186,304 @@ msgstr ""
|
|
3298 |
"sayfasında lisans anahtarınızı girin. Eğer bir lisans anahtarınız yoksa "
|
3299 |
"lütfen <a href=\"%s\">detaylar ve fiyatlama</a> sayfasına bakın."
|
3300 |
|
3301 |
-
#: tests/basic/test-blocks.php:
|
3302 |
-
msgid "
|
3303 |
-
msgstr "
|
3304 |
|
3305 |
-
#: tests/basic/test-blocks.php:
|
3306 |
-
msgid "
|
3307 |
-
msgstr "
|
3308 |
|
3309 |
#. Plugin URI of the plugin/theme
|
3310 |
#. Author URI of the plugin/theme
|
3311 |
-
#| msgid "https://www.advancedcustomfields.com/"
|
3312 |
msgid "https://www.advancedcustomfields.com"
|
3313 |
msgstr "https://www.advancedcustomfields.com"
|
3314 |
|
|
|
|
|
|
|
|
|
3315 |
#. Author of the plugin/theme
|
3316 |
msgid "Elliot Condon"
|
3317 |
msgstr "Elliot Condon"
|
3318 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3319 |
#~ msgid "Add-ons"
|
3320 |
#~ msgstr "Eklentiler"
|
3321 |
|
@@ -3331,11 +3499,6 @@ msgstr "Elliot Condon"
|
|
3331 |
#~ msgid "http://www.elliotcondon.com/"
|
3332 |
#~ msgstr "http://www.elliotcondon.com/"
|
3333 |
|
3334 |
-
#~ msgid "%s field group duplicated."
|
3335 |
-
#~ msgid_plural "%s field groups duplicated."
|
3336 |
-
#~ msgstr[0] "%s alan grubu çoğaltıldı."
|
3337 |
-
#~ msgstr[1] "%s alan grubu çoğaltıldı."
|
3338 |
-
|
3339 |
#~ msgid "%s field group synchronised."
|
3340 |
#~ msgid_plural "%s field groups synchronised."
|
3341 |
#~ msgstr[0] "%s alan grubu eşitlendi."
|
@@ -3436,9 +3599,6 @@ msgstr "Elliot Condon"
|
|
3436 |
#~ msgid "Generate export code"
|
3437 |
#~ msgstr "Dışarı aktarma kodu oluştur"
|
3438 |
|
3439 |
-
#~ msgid "Import"
|
3440 |
-
#~ msgstr "İçe aktar"
|
3441 |
-
|
3442 |
#~ msgid "Locating"
|
3443 |
#~ msgstr "Konum bulunuyor"
|
3444 |
|
@@ -3514,15 +3674,9 @@ msgstr "Elliot Condon"
|
|
3514 |
#~ msgstr[0] "Bu alan gerektirir, en azından {min} {identifier}"
|
3515 |
#~ msgstr[1] "Bu alan gerektirir, en azından {min} {identifier}"
|
3516 |
|
3517 |
-
#~ msgid "Disabled"
|
3518 |
-
#~ msgstr "Etkisiz"
|
3519 |
-
|
3520 |
#~ msgid "See what's new in"
|
3521 |
#~ msgstr "Neler yeni gözat"
|
3522 |
|
3523 |
-
#~ msgid "version"
|
3524 |
-
#~ msgstr "versiyon"
|
3525 |
-
|
3526 |
#~ msgid "'How to' guides"
|
3527 |
#~ msgstr "Nasıl Yapılır"
|
3528 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Advanced Custom Fields Pro v5.9.0\n"
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
+
"POT-Creation-Date: 2020-08-18 08:57+1000\n"
|
6 |
+
"PO-Revision-Date: 2020-08-20 09:50+0300\n"
|
7 |
"Last-Translator: Emre Erkan <kara@karalamalar.net>\n"
|
8 |
"Language-Team: Emre Erkan <emre@ada.agency>\n"
|
9 |
"Language: tr_TR\n"
|
26 |
msgid "Advanced Custom Fields"
|
27 |
msgstr "Advanced Custom Fields"
|
28 |
|
29 |
+
#: acf.php:348 includes/admin/admin.php:49
|
30 |
msgid "Field Groups"
|
31 |
msgstr "Alan grupları"
|
32 |
|
33 |
+
#: acf.php:349
|
34 |
msgid "Field Group"
|
35 |
msgstr "Alan grubu"
|
36 |
|
37 |
+
#: acf.php:350 acf.php:382 includes/admin/admin.php:50
|
38 |
+
#: pro/fields/class-acf-field-flexible-content.php:559
|
39 |
msgid "Add New"
|
40 |
msgstr "Yeni ekle"
|
41 |
|
42 |
+
#: acf.php:351
|
43 |
msgid "Add New Field Group"
|
44 |
msgstr "Yeni alan grubu ekle"
|
45 |
|
46 |
+
#: acf.php:352
|
47 |
msgid "Edit Field Group"
|
48 |
msgstr "Alan grubunu düzenle"
|
49 |
|
50 |
+
#: acf.php:353
|
51 |
msgid "New Field Group"
|
52 |
msgstr "Yeni alan grubu"
|
53 |
|
54 |
+
#: acf.php:354
|
55 |
msgid "View Field Group"
|
56 |
msgstr "Alan grubunu görüntüle"
|
57 |
|
58 |
+
#: acf.php:355
|
59 |
msgid "Search Field Groups"
|
60 |
msgstr "Alan gruplarında ara"
|
61 |
|
62 |
+
#: acf.php:356
|
63 |
msgid "No Field Groups found"
|
64 |
msgstr "Hiç alan grubu bulunamadı"
|
65 |
|
66 |
+
#: acf.php:357
|
67 |
msgid "No Field Groups found in Trash"
|
68 |
msgstr "Çöpte alan grubu bulunamadı"
|
69 |
|
70 |
+
#: acf.php:380 includes/admin/admin-field-group.php:232
|
71 |
+
#: includes/admin/admin-field-groups.php:262
|
72 |
#: pro/fields/class-acf-field-clone.php:811
|
73 |
msgid "Fields"
|
74 |
msgstr "Alanlar"
|
75 |
|
76 |
+
#: acf.php:381
|
77 |
msgid "Field"
|
78 |
msgstr "Alan"
|
79 |
|
80 |
+
#: acf.php:383
|
81 |
msgid "Add New Field"
|
82 |
msgstr "Yeni elan ekle"
|
83 |
|
84 |
+
#: acf.php:384
|
85 |
msgid "Edit Field"
|
86 |
msgstr "Alanı düzenle"
|
87 |
|
88 |
+
#: acf.php:385 includes/admin/views/field-group-fields.php:41
|
89 |
msgid "New Field"
|
90 |
msgstr "Yeni alan"
|
91 |
|
92 |
+
#: acf.php:386
|
93 |
msgid "View Field"
|
94 |
msgstr "Alanı görüntüle"
|
95 |
|
96 |
+
#: acf.php:387
|
97 |
msgid "Search Fields"
|
98 |
msgstr "Alanlarda ara"
|
99 |
|
100 |
+
#: acf.php:388
|
101 |
msgid "No Fields found"
|
102 |
msgstr "Hiç alan bulunamadı"
|
103 |
|
104 |
+
#: acf.php:389
|
105 |
msgid "No Fields found in Trash"
|
106 |
msgstr "Çöpte alan bulunamadı"
|
107 |
|
108 |
+
#: acf.php:424 includes/admin/admin-field-groups.php:226
|
109 |
+
msgctxt "post status"
|
110 |
+
msgid "Disabled"
|
111 |
+
msgstr "Devre dışı"
|
112 |
|
113 |
+
#: acf.php:429
|
114 |
#, php-format
|
115 |
+
msgid "Disabled <span class=\"count\">(%s)</span>"
|
116 |
+
msgid_plural "Disabled <span class=\"count\">(%s)</span>"
|
117 |
+
msgstr[0] "Devre dışı <span class=\"count\">(%s)</span>"
|
118 |
+
msgstr[1] "Devre dışı <span class=\"count\">(%s)</span>"
|
119 |
|
120 |
#: includes/acf-field-functions.php:831
|
121 |
#: includes/admin/admin-field-group.php:178
|
122 |
msgid "(no label)"
|
123 |
msgstr "(etiket yok)"
|
124 |
|
125 |
+
#: includes/acf-field-group-functions.php:820
|
126 |
#: includes/admin/admin-field-group.php:180
|
127 |
msgid "copy"
|
128 |
msgstr "kopyala"
|
129 |
|
130 |
+
#: includes/acf-wp-functions.php:41
|
131 |
+
msgid "Posts"
|
132 |
+
msgstr "Yazılar"
|
133 |
+
|
134 |
+
#: includes/acf-wp-functions.php:54
|
135 |
+
msgid "Taxonomies"
|
136 |
+
msgstr "Taksonomiler"
|
137 |
+
|
138 |
+
#: includes/acf-wp-functions.php:59
|
139 |
+
msgid "Attachments"
|
140 |
+
msgstr "Ekler"
|
141 |
+
|
142 |
+
#: includes/acf-wp-functions.php:63
|
143 |
+
#: includes/admin/views/field-group-options.php:112
|
144 |
+
msgid "Comments"
|
145 |
+
msgstr "Yorumlar"
|
146 |
+
|
147 |
+
#: includes/acf-wp-functions.php:67
|
148 |
+
msgid "Widgets"
|
149 |
+
msgstr "Bileşenler"
|
150 |
+
|
151 |
+
#: includes/acf-wp-functions.php:71
|
152 |
+
#: includes/locations/class-acf-location-nav-menu.php:87
|
153 |
+
msgid "Menus"
|
154 |
+
msgstr "Menüler"
|
155 |
+
|
156 |
+
#: includes/acf-wp-functions.php:75
|
157 |
+
msgid "Menu items"
|
158 |
+
msgstr "Menü ögeleri"
|
159 |
+
|
160 |
+
#: includes/acf-wp-functions.php:79
|
161 |
+
msgid "Users"
|
162 |
+
msgstr "Kullanıcılar"
|
163 |
+
|
164 |
+
#: includes/acf-wp-functions.php:83 pro/options-page.php:51
|
165 |
+
msgid "Options"
|
166 |
+
msgstr "Seçenekler"
|
167 |
+
|
168 |
+
#: includes/acf-wp-functions.php:87
|
169 |
+
msgid "Blocks"
|
170 |
+
msgstr "Bloklar"
|
171 |
+
|
172 |
#: includes/admin/admin-field-group.php:86
|
173 |
#: includes/admin/admin-field-group.php:87
|
174 |
#: includes/admin/admin-field-group.php:89
|
236 |
#: includes/admin/views/field-group-field-conditional-logic.php:151
|
237 |
#: includes/admin/views/field-group-locations.php:29
|
238 |
#: includes/admin/views/html-location-group.php:3
|
239 |
+
#: includes/api/api-helpers.php:3675
|
240 |
msgid "or"
|
241 |
msgstr "veya"
|
242 |
|
244 |
msgid "Null"
|
245 |
msgstr "Boş"
|
246 |
|
247 |
+
#: includes/admin/admin-field-group.php:185
|
248 |
+
msgid "Has any value"
|
249 |
+
msgstr "Herhangi bir değer"
|
250 |
+
|
251 |
+
#: includes/admin/admin-field-group.php:186
|
252 |
+
msgid "Has no value"
|
253 |
+
msgstr "Hiçbir değer"
|
254 |
+
|
255 |
+
#: includes/admin/admin-field-group.php:187
|
256 |
+
msgid "Value is equal to"
|
257 |
+
msgstr "Değer eşitse"
|
258 |
+
|
259 |
+
#: includes/admin/admin-field-group.php:188
|
260 |
+
msgid "Value is not equal to"
|
261 |
+
msgstr "Değer eşit değilse"
|
262 |
+
|
263 |
+
#: includes/admin/admin-field-group.php:189
|
264 |
+
msgid "Value matches pattern"
|
265 |
+
msgstr "Değer bir desenle eşleşir"
|
266 |
+
|
267 |
+
#: includes/admin/admin-field-group.php:190
|
268 |
+
msgid "Value contains"
|
269 |
+
msgstr "Değer içeriyor"
|
270 |
+
|
271 |
+
#: includes/admin/admin-field-group.php:191
|
272 |
+
msgid "Value is greater than"
|
273 |
+
msgstr "Değer daha büyük"
|
274 |
+
|
275 |
+
#: includes/admin/admin-field-group.php:192
|
276 |
+
msgid "Value is less than"
|
277 |
+
msgstr "Değer daha az"
|
278 |
+
|
279 |
+
#: includes/admin/admin-field-group.php:193
|
280 |
+
msgid "Selection is greater than"
|
281 |
+
msgstr "Seçin daha büyük"
|
282 |
+
|
283 |
+
#: includes/admin/admin-field-group.php:194
|
284 |
+
msgid "Selection is less than"
|
285 |
+
msgstr "Seçim daha az"
|
286 |
+
|
287 |
+
#: includes/admin/admin-field-group.php:233
|
288 |
+
#: includes/admin/admin-field-groups.php:261
|
289 |
msgid "Location"
|
290 |
msgstr "Konum"
|
291 |
|
292 |
+
#: includes/admin/admin-field-group.php:234
|
293 |
#: includes/admin/tools/class-acf-admin-tool-export.php:295
|
294 |
msgid "Settings"
|
295 |
msgstr "Ayarlar"
|
296 |
|
297 |
+
#: includes/admin/admin-field-group.php:384
|
298 |
msgid "Field Keys"
|
299 |
msgstr "Alan anahtarları"
|
300 |
|
301 |
+
#: includes/admin/admin-field-group.php:414
|
302 |
#: includes/admin/views/field-group-options.php:9
|
303 |
msgid "Active"
|
304 |
msgstr "Etkin"
|
305 |
|
306 |
+
#: includes/admin/admin-field-group.php:414
|
307 |
+
msgid "Inactive"
|
308 |
+
msgstr "Etkin değil"
|
309 |
+
|
310 |
+
#: includes/admin/admin-field-group.php:775
|
311 |
msgid "Move Complete."
|
312 |
msgstr "Taşıma tamamlandı."
|
313 |
|
314 |
+
#: includes/admin/admin-field-group.php:776
|
315 |
#, php-format
|
316 |
msgid "The %s field can now be found in the %s field group"
|
317 |
msgstr "%s alanı artık %s alan grubu altında bulunabilir"
|
318 |
|
319 |
+
#: includes/admin/admin-field-group.php:777
|
320 |
msgid "Close Window"
|
321 |
msgstr "Pencereyi kapat"
|
322 |
|
323 |
+
#: includes/admin/admin-field-group.php:818
|
324 |
msgid "Please select the destination for this field"
|
325 |
msgstr "Lütfen bu alan için bir hedef seçin"
|
326 |
|
327 |
+
#: includes/admin/admin-field-group.php:825
|
328 |
msgid "Move Field"
|
329 |
msgstr "Alanı taşı"
|
330 |
|
331 |
+
#: includes/admin/admin-field-groups.php:114
|
332 |
#, php-format
|
333 |
msgid "Active <span class=\"count\">(%s)</span>"
|
334 |
msgid_plural "Active <span class=\"count\">(%s)</span>"
|
335 |
+
msgstr[0] "Etkin <span class=\"count\">(%s)</span>"
|
336 |
+
msgstr[1] "Etkin <span class=\"count\">(%s)</span>"
|
337 |
|
338 |
+
#: includes/admin/admin-field-groups.php:193
|
339 |
+
msgid "Review local JSON changes"
|
340 |
+
msgstr "Yerel JSON değişikliklerini incele"
|
|
|
|
|
|
|
341 |
|
342 |
+
#: includes/admin/admin-field-groups.php:194
|
343 |
+
msgid "Loading diff"
|
344 |
+
msgstr "Fark yükleniyor"
|
|
|
|
|
|
|
345 |
|
346 |
+
#: includes/admin/admin-field-groups.php:195
|
347 |
+
#: includes/admin/admin-field-groups.php:529
|
348 |
+
msgid "Sync changes"
|
349 |
+
msgstr "Değişiklikleri eşitle"
|
|
|
|
|
|
|
|
|
|
|
350 |
|
351 |
+
#: includes/admin/admin-field-groups.php:259
|
352 |
#: includes/admin/views/field-group-options.php:96
|
353 |
#: includes/admin/views/html-admin-page-upgrade-network.php:38
|
354 |
#: includes/admin/views/html-admin-page-upgrade-network.php:49
|
356 |
msgid "Description"
|
357 |
msgstr "Açıklama"
|
358 |
|
359 |
+
#: includes/admin/admin-field-groups.php:260
|
360 |
+
#: includes/admin/views/field-group-fields.php:7
|
361 |
+
msgid "Key"
|
362 |
+
msgstr "Anahtar"
|
363 |
|
364 |
+
#: includes/admin/admin-field-groups.php:265
|
365 |
+
msgid "Local JSON"
|
366 |
+
msgstr "Yerel JSON"
|
|
|
367 |
|
368 |
+
#: includes/admin/admin-field-groups.php:415
|
369 |
+
msgid "Various"
|
370 |
+
msgstr "Çeşitli"
|
|
|
371 |
|
372 |
+
#: includes/admin/admin-field-groups.php:437
|
373 |
#, php-format
|
374 |
+
msgid "Located in theme: %s"
|
375 |
+
msgstr "Tema içinde konumlu: %s"
|
376 |
|
377 |
+
#: includes/admin/admin-field-groups.php:441
|
378 |
+
#, php-format
|
379 |
+
msgid "Located in plugin: %s"
|
380 |
+
msgstr "Eklenti içinde konumlu: %s"
|
381 |
|
382 |
+
#: includes/admin/admin-field-groups.php:445
|
383 |
+
#, php-format
|
384 |
+
msgid "Located in: %s"
|
385 |
+
msgstr "Konumu: %s"
|
386 |
|
387 |
+
#: includes/admin/admin-field-groups.php:465
|
388 |
+
#: includes/admin/admin-field-groups.php:683
|
389 |
+
msgid "Sync available"
|
390 |
+
msgstr "Eşitleme mevcut"
|
391 |
|
392 |
+
#: includes/admin/admin-field-groups.php:468
|
393 |
+
msgid "Sync"
|
394 |
+
msgstr "Eşitle"
|
395 |
|
396 |
+
#: includes/admin/admin-field-groups.php:469
|
397 |
+
msgid "Review changes"
|
398 |
+
msgstr "Değişiklikleri incele"
|
|
|
399 |
|
400 |
+
#: includes/admin/admin-field-groups.php:473
|
401 |
+
msgid "Import"
|
402 |
+
msgstr "İçe aktar"
|
403 |
+
|
404 |
+
#: includes/admin/admin-field-groups.php:477
|
405 |
+
msgid "Saved"
|
406 |
+
msgstr "Kaydedildi"
|
407 |
|
408 |
+
#: includes/admin/admin-field-groups.php:480
|
409 |
+
msgid "Awaiting save"
|
410 |
+
msgstr "Kayıt edilmeyi bekliyor"
|
411 |
+
|
412 |
+
#: includes/admin/admin-field-groups.php:501
|
413 |
msgid "Duplicate this item"
|
414 |
msgstr "Bu ögeyi çoğalt"
|
415 |
|
416 |
+
#: includes/admin/admin-field-groups.php:501
|
417 |
+
#: includes/admin/admin-field-groups.php:521
|
418 |
#: includes/admin/views/field-group-field.php:46
|
419 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
420 |
msgid "Duplicate"
|
421 |
msgstr "Çoğalt"
|
422 |
|
423 |
+
#: includes/admin/admin-field-groups.php:551
|
424 |
+
#, php-format
|
425 |
+
msgid "Field group duplicated."
|
426 |
+
msgid_plural "%s field groups duplicated."
|
427 |
+
msgstr[0] "Alan grubu çoğaltıldı."
|
428 |
+
msgstr[1] "%s alan grubu çoğaltıldı."
|
429 |
|
430 |
+
#: includes/admin/admin-field-groups.php:608
|
431 |
+
#, php-format
|
432 |
+
msgid "Field group synchronised."
|
433 |
+
msgid_plural "%s field groups synchronised."
|
434 |
+
msgstr[0] "Alan grubu eşitlendi."
|
435 |
+
msgstr[1] "%s alan grubu eşitlendi."
|
436 |
+
|
437 |
+
#: includes/admin/admin-field-groups.php:794
|
438 |
#, php-format
|
439 |
msgid "Select %s"
|
440 |
msgstr "Seç %s"
|
441 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
#: includes/admin/admin-tools.php:116
|
443 |
#: includes/admin/views/html-admin-tools.php:21
|
444 |
msgid "Tools"
|
455 |
msgid "Review sites & upgrade"
|
456 |
msgstr "Siteleri incele ve güncelle"
|
457 |
|
458 |
+
#: includes/admin/admin.php:48 includes/admin/views/field-group-options.php:110
|
459 |
msgid "Custom Fields"
|
460 |
msgstr "Özel alanlar"
|
461 |
|
462 |
+
#: includes/admin/admin.php:128 includes/admin/admin.php:130
|
463 |
+
msgid "Overview"
|
464 |
+
msgstr "Genel bakış"
|
465 |
+
|
466 |
+
#: includes/admin/admin.php:131
|
467 |
+
msgid ""
|
468 |
+
"The Advanced Custom Fields plugin provides a visual form builder to "
|
469 |
+
"customize WordPress edit screens with extra fields, and an intuitive API to "
|
470 |
+
"display custom field values in any theme template file."
|
471 |
+
msgstr ""
|
472 |
+
"The Advanced Custom Fields eklentisi bir görsel form oluşturucu ile "
|
473 |
+
"WordPress düzenleme ekranlarını ek alanlarla özelleştirme imkanı sağlıyor, "
|
474 |
+
"ve sezgisel API ile her türlü tema şablon dosyasında bu özel alanlar "
|
475 |
+
"gösterilebiliyor."
|
476 |
+
|
477 |
+
#: includes/admin/admin.php:133
|
478 |
+
#, php-format
|
479 |
+
msgid ""
|
480 |
+
"Before creating your first Field Group, we recommend first reading our <a "
|
481 |
+
"href=\"%s\" target=\"_blank\">Getting started</a> guide to familiarize "
|
482 |
+
"yourself with the plugin's philosophy and best practises."
|
483 |
+
msgstr ""
|
484 |
+
"İlk alan grubunuzu oluşturmadan önce <a href=\"%s\" target=\"_blank"
|
485 |
+
"\">Başlarken</a> rehberimize okumanızı öneririz, bu sayede eklentinin "
|
486 |
+
"filozofisini daha iyi anlayabilir ve en iyi çözümleri öğrenebilirsiniz."
|
487 |
+
|
488 |
+
#: includes/admin/admin.php:136
|
489 |
+
msgid ""
|
490 |
+
"Please use the Help & Support tab to get in touch should you find yourself "
|
491 |
+
"requiring assistance."
|
492 |
+
msgstr ""
|
493 |
+
"İşin içinden çıkamadığınızda lütfen Yardım ve destek sekmesinden irtibata "
|
494 |
+
"geçin."
|
495 |
+
|
496 |
+
#: includes/admin/admin.php:145 includes/admin/admin.php:147
|
497 |
+
msgid "Help & Support"
|
498 |
+
msgstr "Yardım ve destek"
|
499 |
+
|
500 |
+
#: includes/admin/admin.php:148
|
501 |
+
msgid ""
|
502 |
+
"We are fanatical about support, and want you to get the best out of your "
|
503 |
+
"website with ACF. If you run into any difficulties, there are several places "
|
504 |
+
"you can find help:"
|
505 |
+
msgstr ""
|
506 |
+
"Destek konusunu çok ciddiye alıyoruz ve size ACF ile sitenizde en iyi "
|
507 |
+
"çözümlere ulaşmanızı istiyoruz. Eğer bir sorunla karşılaşırsanız yardım "
|
508 |
+
"alabileceğiniz bir kaç yer var:"
|
509 |
+
|
510 |
+
#: includes/admin/admin.php:151
|
511 |
+
#, php-format
|
512 |
+
msgid ""
|
513 |
+
"<a href=\"%s\" target=\"_blank\">Documentation</a>. Our extensive "
|
514 |
+
"documentation contains references and guides for most situations you may "
|
515 |
+
"encounter."
|
516 |
+
msgstr ""
|
517 |
+
"<a href=\"%s\" target=\"_blank\">Belgeler</a>. Karşınıza çıkabilecek bir çok "
|
518 |
+
"konu hakkında geniş içerikli belgelerimize baş vurabilirsiniz."
|
519 |
+
|
520 |
+
#: includes/admin/admin.php:155
|
521 |
+
#, php-format
|
522 |
+
msgid ""
|
523 |
+
"<a href=\"%s\" target=\"_blank\">Discussions</a>. We have an active and "
|
524 |
+
"friendly community on our Community Forums who may be able to help you "
|
525 |
+
"figure out the ‘how-tos’ of the ACF world."
|
526 |
+
msgstr ""
|
527 |
+
"<a href=\"%s\" target=\"_blank\">Tartışmalar</a>. Topluluk forumlarımızda "
|
528 |
+
"etkin ve dost canlısı bir topluluğumuz var, sizi ACF dünyasının 'nasıl "
|
529 |
+
"yaparım'ları ile ilgili yardımcı olabilirler."
|
530 |
+
|
531 |
+
#: includes/admin/admin.php:159
|
532 |
+
#, php-format
|
533 |
+
msgid ""
|
534 |
+
"<a href=\"%s\" target=\"_blank\">Help Desk</a>. The support professionals on "
|
535 |
+
"our Help Desk will assist with your more in depth, technical challenges."
|
536 |
+
msgstr ""
|
537 |
+
"<a href=\"%s\" target=\"_blank\">Yardım masası</a>. Yardım masamızdaki "
|
538 |
+
"profesyonel destek çalışanlarımızı daha derin, teknik sorunların üstesinden "
|
539 |
+
"gelmenize yardımcı olabilirler."
|
540 |
+
|
541 |
+
#: includes/admin/admin.php:168
|
542 |
+
msgid "Information"
|
543 |
msgstr "Bilgi"
|
544 |
|
545 |
+
#: includes/admin/admin.php:169
|
546 |
+
#, php-format
|
547 |
+
msgid "Version %s"
|
548 |
+
msgstr "Sürüm %s"
|
549 |
+
|
550 |
+
#: includes/admin/admin.php:170
|
551 |
+
msgid "View details"
|
552 |
+
msgstr "Ayrıntıları görüntüle"
|
553 |
+
|
554 |
+
#: includes/admin/admin.php:171
|
555 |
+
msgid "Visit website"
|
556 |
+
msgstr "Web sitesini ziyaret et"
|
557 |
+
|
558 |
+
#: includes/admin/admin.php:200
|
559 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:138
|
560 |
+
#: includes/admin/views/html-location-rule.php:86
|
561 |
+
msgid "and"
|
562 |
+
msgstr "ve"
|
563 |
|
564 |
#: includes/admin/tools/class-acf-admin-tool-export.php:33
|
565 |
msgid "Export Field Groups"
|
649 |
msgstr "Dosyayı içeri aktar"
|
650 |
|
651 |
#: includes/admin/tools/class-acf-admin-tool-import.php:85
|
652 |
+
#: includes/fields/class-acf-field-file.php:169
|
653 |
msgid "No file selected"
|
654 |
msgstr "Dosya seçilmedi"
|
655 |
|
680 |
msgid "Show this field if"
|
681 |
msgstr "Alanı bu şart gerçekleşirse göster"
|
682 |
|
|
|
|
|
|
|
|
|
|
|
683 |
#: includes/admin/views/field-group-field-conditional-logic.php:153
|
684 |
#: includes/admin/views/field-group-locations.php:31
|
685 |
msgid "Add rule group"
|
697 |
msgstr "Alanı düzenle"
|
698 |
|
699 |
#: includes/admin/views/field-group-field.php:45
|
700 |
+
#: includes/fields/class-acf-field-file.php:151
|
701 |
+
#: includes/fields/class-acf-field-image.php:131
|
702 |
#: includes/fields/class-acf-field-link.php:139
|
703 |
#: pro/fields/class-acf-field-gallery.php:337
|
704 |
msgid "Edit"
|
721 |
msgstr "Alanı sil"
|
722 |
|
723 |
#: includes/admin/views/field-group-field.php:48
|
724 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
725 |
msgid "Delete"
|
726 |
msgstr "Sil"
|
727 |
|
786 |
#: includes/fields/class-acf-field-checkbox.php:420
|
787 |
#: includes/fields/class-acf-field-radio.php:311
|
788 |
#: includes/fields/class-acf-field-select.php:433
|
789 |
+
#: pro/fields/class-acf-field-flexible-content.php:583
|
790 |
msgid "Label"
|
791 |
msgstr "Etiket"
|
792 |
|
793 |
#: includes/admin/views/field-group-fields.php:6
|
794 |
#: includes/fields/class-acf-field-taxonomy.php:936
|
795 |
+
#: pro/fields/class-acf-field-flexible-content.php:597
|
796 |
msgid "Name"
|
797 |
msgstr "İsim"
|
798 |
|
|
|
|
|
|
|
|
|
799 |
#: includes/admin/views/field-group-fields.php:8
|
800 |
msgid "Type"
|
801 |
msgstr "Tip"
|
906 |
msgid "Discussion"
|
907 |
msgstr "Tartışma"
|
908 |
|
|
|
|
|
|
|
|
|
909 |
#: includes/admin/views/field-group-options.php:113
|
910 |
msgid "Revisions"
|
911 |
msgstr "Sürümler"
|
927 |
msgstr "Sayfa öznitelikleri"
|
928 |
|
929 |
#: includes/admin/views/field-group-options.php:118
|
930 |
+
#: includes/fields/class-acf-field-relationship.php:601
|
931 |
msgid "Featured Image"
|
932 |
msgstr "Öne çıkarılmış görsel"
|
933 |
|
1063 |
msgstr "Galeri"
|
1064 |
|
1065 |
#: includes/admin/views/html-notice-upgrade.php:11
|
1066 |
+
#: pro/locations/class-acf-location-options-page.php:20
|
1067 |
msgid "Options Page"
|
1068 |
msgstr "Seçenekler sayfası"
|
1069 |
|
1091 |
"Lütfen ayrıca premium eklentilerin de (%s) en üst sürüme güncellendiğinden "
|
1092 |
"emin olun."
|
1093 |
|
1094 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:34
|
1095 |
+
msgid "Invalid field group parameter(s)."
|
1096 |
+
msgstr "Geçersiz alan grubu parametresi/leri."
|
1097 |
|
1098 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:41
|
1099 |
+
msgid "Invalid field group ID."
|
1100 |
+
msgstr "Geçersiz alan grup no."
|
|
|
|
|
|
|
|
|
|
|
1101 |
|
1102 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:51
|
1103 |
+
msgid "Sorry, this field group is unavailable for diff comparison."
|
1104 |
+
msgstr "Üzgünüz, bu alan grubu fark karşılaştırma için uygun değil."
|
1105 |
|
1106 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:57
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1107 |
#, php-format
|
1108 |
+
msgid "Last updated: %s"
|
1109 |
+
msgstr "Son güncellenme: %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
1110 |
|
1111 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:62
|
1112 |
+
msgid "Original field group"
|
1113 |
+
msgstr "Orijinal alan grubu"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1114 |
|
1115 |
+
#: includes/ajax/class-acf-ajax-local-json-diff.php:66
|
1116 |
+
msgid "JSON field group (newer)"
|
1117 |
+
msgstr "JSON alan grubu (daha yeni)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1118 |
|
1119 |
#: includes/ajax/class-acf-ajax.php:157
|
1120 |
msgid "Invalid nonce."
|
1121 |
msgstr "Geçersiz nonce."
|
1122 |
|
1123 |
+
#: includes/api/api-helpers.php:844
|
1124 |
msgid "Thumbnail"
|
1125 |
msgstr "Küçük görsel"
|
1126 |
|
1127 |
+
#: includes/api/api-helpers.php:845
|
1128 |
msgid "Medium"
|
1129 |
msgstr "Orta"
|
1130 |
|
1131 |
+
#: includes/api/api-helpers.php:846
|
1132 |
msgid "Large"
|
1133 |
msgstr "Büyük"
|
1134 |
|
1135 |
+
#: includes/api/api-helpers.php:895
|
1136 |
msgid "Full Size"
|
1137 |
msgstr "Tam boyut"
|
1138 |
|
1139 |
+
#: includes/api/api-helpers.php:1632 includes/api/api-term.php:147
|
1140 |
#: pro/fields/class-acf-field-clone.php:996
|
1141 |
msgid "(no title)"
|
1142 |
msgstr "(başlıksız)"
|
1143 |
|
1144 |
+
#: includes/api/api-helpers.php:3596
|
1145 |
#, php-format
|
1146 |
msgid "Image width must be at least %dpx."
|
1147 |
msgstr "Görsel genişliği en az %dpx olmalı."
|
1148 |
|
1149 |
+
#: includes/api/api-helpers.php:3601
|
1150 |
#, php-format
|
1151 |
msgid "Image width must not exceed %dpx."
|
1152 |
msgstr "Görsel genişliği %dpx değerini geçmemeli."
|
1153 |
|
1154 |
+
#: includes/api/api-helpers.php:3617
|
1155 |
#, php-format
|
1156 |
msgid "Image height must be at least %dpx."
|
1157 |
msgstr "Görsel yüksekliği en az %dpx olmalı."
|
1158 |
|
1159 |
+
#: includes/api/api-helpers.php:3622
|
1160 |
#, php-format
|
1161 |
msgid "Image height must not exceed %dpx."
|
1162 |
msgstr "Görsel yüksekliği %dpx değerini geçmemeli."
|
1163 |
|
1164 |
+
#: includes/api/api-helpers.php:3640
|
1165 |
#, php-format
|
1166 |
+
msgid "File size must be at least %s."
|
1167 |
+
msgstr "Dosya boyutu en az %s olmalı."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1168 |
|
1169 |
+
#: includes/api/api-helpers.php:3645
|
1170 |
+
#, php-format
|
1171 |
+
msgid "File size must not exceed %s."
|
1172 |
+
msgstr "Dosya boyutu %s boyutunu geçmemeli."
|
1173 |
|
1174 |
+
#: includes/api/api-helpers.php:3679
|
1175 |
#, php-format
|
1176 |
+
msgid "File type must be %s."
|
1177 |
+
msgstr "Dosya tipi %s olmalı."
|
1178 |
|
1179 |
+
#: includes/assets.php:343
|
1180 |
msgid "Are you sure?"
|
1181 |
msgstr "Emin misiniz?"
|
1182 |
|
1183 |
+
#: includes/assets.php:344 includes/fields/class-acf-field-true_false.php:79
|
1184 |
#: includes/fields/class-acf-field-true_false.php:159
|
1185 |
+
#: pro/admin/views/html-settings-updates.php:88
|
1186 |
msgid "Yes"
|
1187 |
msgstr "Evet"
|
1188 |
|
1189 |
+
#: includes/assets.php:345 includes/fields/class-acf-field-true_false.php:80
|
1190 |
#: includes/fields/class-acf-field-true_false.php:174
|
1191 |
+
#: pro/admin/views/html-settings-updates.php:98
|
1192 |
msgid "No"
|
1193 |
msgstr "Hayır"
|
1194 |
|
1195 |
+
#: includes/assets.php:346 includes/fields/class-acf-field-file.php:153
|
1196 |
+
#: includes/fields/class-acf-field-image.php:133
|
1197 |
#: includes/fields/class-acf-field-link.php:140
|
1198 |
#: pro/fields/class-acf-field-gallery.php:338
|
1199 |
#: pro/fields/class-acf-field-gallery.php:478
|
1200 |
msgid "Remove"
|
1201 |
msgstr "Kaldır"
|
1202 |
|
1203 |
+
#: includes/assets.php:347
|
1204 |
msgid "Cancel"
|
1205 |
msgstr "İptal"
|
1206 |
|
1207 |
+
#: includes/assets.php:355
|
1208 |
+
msgid "The changes you made will be lost if you navigate away from this page"
|
1209 |
+
msgstr ""
|
1210 |
+
"Bu sayfadan başka bir sayfaya geçerseniz yaptığınız değişiklikler kaybolacak"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1211 |
|
1212 |
+
#: includes/assets.php:358
|
1213 |
+
msgid "Validation successful"
|
1214 |
+
msgstr "Doğrulama başarılı"
|
1215 |
|
1216 |
+
#: includes/assets.php:359 includes/validation.php:285
|
1217 |
+
#: includes/validation.php:296
|
1218 |
+
msgid "Validation failed"
|
1219 |
+
msgstr "Doğrulama başarısız"
|
1220 |
|
1221 |
+
#: includes/assets.php:360
|
1222 |
+
msgid "1 field requires attention"
|
1223 |
+
msgstr "1 alan dikkatinizi gerektiriyor"
|
1224 |
|
1225 |
+
#: includes/assets.php:361
|
1226 |
+
#, php-format
|
1227 |
+
msgid "%d fields require attention"
|
1228 |
+
msgstr "%d alan dikkatinizi gerektiriyor"
|
1229 |
|
1230 |
+
#: includes/assets.php:364 includes/forms/form-comment.php:166
|
1231 |
#: pro/admin/admin-options-page.php:325
|
1232 |
msgid "Edit field group"
|
1233 |
msgstr "Alan grubunu düzenle"
|
1265 |
#: includes/fields/class-acf-field-group.php:474
|
1266 |
#: includes/fields/class-acf-field-radio.php:290
|
1267 |
#: pro/fields/class-acf-field-clone.php:843
|
1268 |
+
#: pro/fields/class-acf-field-flexible-content.php:554
|
1269 |
+
#: pro/fields/class-acf-field-flexible-content.php:603
|
1270 |
+
#: pro/fields/class-acf-field-repeater.php:449
|
1271 |
msgid "Layout"
|
1272 |
msgstr "Yerleşim"
|
1273 |
|
1339 |
msgstr "kirmizi : Kırmızı"
|
1340 |
|
1341 |
#: includes/fields/class-acf-field-button-group.php:158
|
1342 |
+
#: includes/fields/class-acf-field-page_link.php:506
|
1343 |
#: includes/fields/class-acf-field-post_object.php:411
|
1344 |
#: includes/fields/class-acf-field-radio.php:244
|
1345 |
#: includes/fields/class-acf-field-select.php:382
|
1360 |
#: includes/fields/class-acf-field-textarea.php:102
|
1361 |
#: includes/fields/class-acf-field-true_false.php:135
|
1362 |
#: includes/fields/class-acf-field-url.php:100
|
1363 |
+
#: includes/fields/class-acf-field-wysiwyg.php:371
|
1364 |
msgid "Default Value"
|
1365 |
msgstr "Varsayılan değer"
|
1366 |
|
1372 |
#: includes/fields/class-acf-field-text.php:96
|
1373 |
#: includes/fields/class-acf-field-textarea.php:103
|
1374 |
#: includes/fields/class-acf-field-url.php:101
|
1375 |
+
#: includes/fields/class-acf-field-wysiwyg.php:372
|
1376 |
msgid "Appears when creating a new post"
|
1377 |
msgstr "Yeni bir yazı oluştururken görünür"
|
1378 |
|
1390 |
|
1391 |
#: includes/fields/class-acf-field-button-group.php:191
|
1392 |
#: includes/fields/class-acf-field-checkbox.php:413
|
1393 |
+
#: includes/fields/class-acf-field-file.php:214
|
1394 |
#: includes/fields/class-acf-field-link.php:166
|
1395 |
#: includes/fields/class-acf-field-radio.php:304
|
1396 |
#: includes/fields/class-acf-field-taxonomy.php:826
|
1399 |
|
1400 |
#: includes/fields/class-acf-field-button-group.php:192
|
1401 |
#: includes/fields/class-acf-field-checkbox.php:414
|
1402 |
+
#: includes/fields/class-acf-field-file.php:215
|
1403 |
#: includes/fields/class-acf-field-link.php:167
|
1404 |
#: includes/fields/class-acf-field-radio.php:305
|
1405 |
msgid "Specify the returned value on front end"
|
1542 |
|
1543 |
#: includes/fields/class-acf-field-date_picker.php:208
|
1544 |
#: includes/fields/class-acf-field-date_time_picker.php:200
|
1545 |
+
#: includes/fields/class-acf-field-image.php:194
|
1546 |
#: includes/fields/class-acf-field-post_object.php:431
|
1547 |
+
#: includes/fields/class-acf-field-relationship.php:628
|
1548 |
#: includes/fields/class-acf-field-select.php:427
|
1549 |
#: includes/fields/class-acf-field-time_picker.php:124
|
1550 |
#: includes/fields/class-acf-field-user.php:79
|
1713 |
msgstr "Dosya adı"
|
1714 |
|
1715 |
#: includes/fields/class-acf-field-file.php:145
|
1716 |
+
#: includes/fields/class-acf-field-file.php:247
|
1717 |
+
#: includes/fields/class-acf-field-file.php:258
|
1718 |
+
#: includes/fields/class-acf-field-image.php:254
|
1719 |
+
#: includes/fields/class-acf-field-image.php:283
|
1720 |
#: pro/fields/class-acf-field-gallery.php:642
|
1721 |
#: pro/fields/class-acf-field-gallery.php:671
|
1722 |
msgid "File size"
|
1723 |
msgstr "Dosya boyutu"
|
1724 |
|
1725 |
+
#: includes/fields/class-acf-field-file.php:169
|
1726 |
msgid "Add File"
|
1727 |
msgstr "Dosya ekle"
|
1728 |
|
1729 |
+
#: includes/fields/class-acf-field-file.php:220
|
1730 |
msgid "File Array"
|
1731 |
msgstr "Dosya dizisi"
|
1732 |
|
1733 |
+
#: includes/fields/class-acf-field-file.php:221
|
1734 |
msgid "File URL"
|
1735 |
msgstr "Dosya adresi"
|
1736 |
|
1737 |
+
#: includes/fields/class-acf-field-file.php:222
|
1738 |
msgid "File ID"
|
1739 |
msgstr "Dosya no"
|
1740 |
|
1741 |
+
#: includes/fields/class-acf-field-file.php:229
|
1742 |
+
#: includes/fields/class-acf-field-image.php:219
|
1743 |
#: pro/fields/class-acf-field-gallery.php:592
|
1744 |
msgid "Library"
|
1745 |
msgstr "Kitaplık"
|
1746 |
|
1747 |
+
#: includes/fields/class-acf-field-file.php:230
|
1748 |
+
#: includes/fields/class-acf-field-image.php:220
|
1749 |
#: pro/fields/class-acf-field-gallery.php:593
|
1750 |
msgid "Limit the media library choice"
|
1751 |
msgstr "Ortam kitaplığı seçimini sınırlayın"
|
1752 |
|
1753 |
+
#: includes/fields/class-acf-field-file.php:235
|
1754 |
+
#: includes/fields/class-acf-field-image.php:225
|
1755 |
+
#: includes/locations/class-acf-location-attachment.php:71
|
1756 |
+
#: includes/locations/class-acf-location-comment.php:59
|
1757 |
+
#: includes/locations/class-acf-location-nav-menu.php:72
|
1758 |
+
#: includes/locations/class-acf-location-taxonomy.php:61
|
1759 |
+
#: includes/locations/class-acf-location-user-form.php:65
|
1760 |
+
#: includes/locations/class-acf-location-user-role.php:76
|
1761 |
+
#: includes/locations/class-acf-location-widget.php:63
|
1762 |
#: pro/fields/class-acf-field-gallery.php:598
|
1763 |
+
#: pro/locations/class-acf-location-block.php:64
|
1764 |
msgid "All"
|
1765 |
msgstr "Tümü"
|
1766 |
|
1767 |
+
#: includes/fields/class-acf-field-file.php:236
|
1768 |
+
#: includes/fields/class-acf-field-image.php:226
|
1769 |
#: pro/fields/class-acf-field-gallery.php:599
|
1770 |
msgid "Uploaded to post"
|
1771 |
msgstr "Yazıya yüklendi"
|
1772 |
|
1773 |
+
#: includes/fields/class-acf-field-file.php:243
|
1774 |
+
#: includes/fields/class-acf-field-image.php:233
|
1775 |
#: pro/fields/class-acf-field-gallery.php:621
|
1776 |
msgid "Minimum"
|
1777 |
msgstr "En az"
|
1778 |
|
1779 |
+
#: includes/fields/class-acf-field-file.php:244
|
1780 |
+
#: includes/fields/class-acf-field-file.php:255
|
1781 |
msgid "Restrict which files can be uploaded"
|
1782 |
msgstr "Yüklenebilecek dosyaları sınırlandırın"
|
1783 |
|
1784 |
+
#: includes/fields/class-acf-field-file.php:254
|
1785 |
+
#: includes/fields/class-acf-field-image.php:262
|
1786 |
#: pro/fields/class-acf-field-gallery.php:650
|
1787 |
msgid "Maximum"
|
1788 |
msgstr "En fazla"
|
1789 |
|
1790 |
+
#: includes/fields/class-acf-field-file.php:265
|
1791 |
+
#: includes/fields/class-acf-field-image.php:291
|
1792 |
#: pro/fields/class-acf-field-gallery.php:678
|
1793 |
msgid "Allowed file types"
|
1794 |
msgstr "İzin verilen dosya tipleri"
|
1795 |
|
1796 |
+
#: includes/fields/class-acf-field-file.php:266
|
1797 |
+
#: includes/fields/class-acf-field-image.php:292
|
1798 |
#: pro/fields/class-acf-field-gallery.php:679
|
1799 |
msgid "Comma separated list. Leave blank for all types"
|
1800 |
msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın"
|
1807 |
msgid "Sorry, this browser does not support geolocation"
|
1808 |
msgstr "Üzgünüz, bu tarayıcı konumlandırma desteklemiyor"
|
1809 |
|
1810 |
+
#: includes/fields/class-acf-field-google-map.php:146
|
1811 |
+
#: includes/fields/class-acf-field-relationship.php:587
|
1812 |
+
msgid "Search"
|
1813 |
+
msgstr "Ara"
|
1814 |
+
|
1815 |
#: includes/fields/class-acf-field-google-map.php:147
|
1816 |
msgid "Clear location"
|
1817 |
msgstr "Konumu temizle"
|
1843 |
msgstr "Temel yaklaşma seviyesini belirle"
|
1844 |
|
1845 |
#: includes/fields/class-acf-field-google-map.php:214
|
1846 |
+
#: includes/fields/class-acf-field-image.php:245
|
1847 |
+
#: includes/fields/class-acf-field-image.php:274
|
1848 |
#: includes/fields/class-acf-field-oembed.php:268
|
1849 |
#: pro/fields/class-acf-field-gallery.php:633
|
1850 |
#: pro/fields/class-acf-field-gallery.php:662
|
1860 |
msgstr "Grup"
|
1861 |
|
1862 |
#: includes/fields/class-acf-field-group.php:459
|
1863 |
+
#: pro/fields/class-acf-field-repeater.php:385
|
1864 |
msgid "Sub Fields"
|
1865 |
msgstr "Alt alanlar"
|
1866 |
|
1871 |
|
1872 |
#: includes/fields/class-acf-field-group.php:480
|
1873 |
#: pro/fields/class-acf-field-clone.php:849
|
1874 |
+
#: pro/fields/class-acf-field-flexible-content.php:615
|
1875 |
+
#: pro/fields/class-acf-field-repeater.php:457
|
1876 |
+
#: pro/locations/class-acf-location-block.php:20
|
1877 |
msgid "Block"
|
1878 |
msgstr "Blok"
|
1879 |
|
1880 |
#: includes/fields/class-acf-field-group.php:481
|
1881 |
#: pro/fields/class-acf-field-clone.php:850
|
1882 |
+
#: pro/fields/class-acf-field-flexible-content.php:614
|
1883 |
+
#: pro/fields/class-acf-field-repeater.php:456
|
1884 |
msgid "Table"
|
1885 |
msgstr "Tablo"
|
1886 |
|
1887 |
#: includes/fields/class-acf-field-group.php:482
|
1888 |
#: pro/fields/class-acf-field-clone.php:851
|
1889 |
+
#: pro/fields/class-acf-field-flexible-content.php:616
|
1890 |
+
#: pro/fields/class-acf-field-repeater.php:458
|
1891 |
msgid "Row"
|
1892 |
msgstr "Satır"
|
1893 |
|
1907 |
msgid "Update Image"
|
1908 |
msgstr "Görseli güncelle"
|
1909 |
|
1910 |
+
#: includes/fields/class-acf-field-image.php:66 includes/media.php:61
|
1911 |
+
msgid "All images"
|
1912 |
+
msgstr "Tüm görseller"
|
1913 |
+
|
1914 |
+
#: includes/fields/class-acf-field-image.php:148
|
1915 |
msgid "No image selected"
|
1916 |
msgstr "Görsel seçilmedi"
|
1917 |
|
1918 |
+
#: includes/fields/class-acf-field-image.php:148
|
1919 |
msgid "Add Image"
|
1920 |
msgstr "Görsel ekle"
|
1921 |
|
1922 |
+
#: includes/fields/class-acf-field-image.php:200
|
1923 |
#: pro/fields/class-acf-field-gallery.php:563
|
1924 |
msgid "Image Array"
|
1925 |
msgstr "Görsel dizisi"
|
1926 |
|
1927 |
+
#: includes/fields/class-acf-field-image.php:201
|
1928 |
#: pro/fields/class-acf-field-gallery.php:564
|
1929 |
msgid "Image URL"
|
1930 |
msgstr "Görsel adresi"
|
1931 |
|
1932 |
+
#: includes/fields/class-acf-field-image.php:202
|
1933 |
#: pro/fields/class-acf-field-gallery.php:565
|
1934 |
msgid "Image ID"
|
1935 |
msgstr "Görsel no"
|
1936 |
|
1937 |
+
#: includes/fields/class-acf-field-image.php:209
|
1938 |
#: pro/fields/class-acf-field-gallery.php:571
|
1939 |
msgid "Preview Size"
|
1940 |
msgstr "Önizleme boyutu"
|
1941 |
|
1942 |
+
#: includes/fields/class-acf-field-image.php:234
|
1943 |
+
#: includes/fields/class-acf-field-image.php:263
|
1944 |
#: pro/fields/class-acf-field-gallery.php:622
|
1945 |
#: pro/fields/class-acf-field-gallery.php:651
|
1946 |
msgid "Restrict which images can be uploaded"
|
1947 |
msgstr "Hangi görsellerin yüklenebileceğini sınırlandırın"
|
1948 |
|
1949 |
+
#: includes/fields/class-acf-field-image.php:237
|
1950 |
+
#: includes/fields/class-acf-field-image.php:266
|
1951 |
#: includes/fields/class-acf-field-oembed.php:257
|
1952 |
#: pro/fields/class-acf-field-gallery.php:625
|
1953 |
#: pro/fields/class-acf-field-gallery.php:654
|
2063 |
msgid "Page Link"
|
2064 |
msgstr "Sayfa bağlantısı"
|
2065 |
|
2066 |
+
#: includes/fields/class-acf-field-page_link.php:170
|
2067 |
msgid "Archives"
|
2068 |
msgstr "Arşivler"
|
2069 |
|
2070 |
+
#: includes/fields/class-acf-field-page_link.php:262
|
2071 |
#: includes/fields/class-acf-field-post_object.php:267
|
2072 |
#: includes/fields/class-acf-field-taxonomy.php:958
|
2073 |
msgid "Parent"
|
2074 |
msgstr "Ebeveyn"
|
2075 |
|
2076 |
+
#: includes/fields/class-acf-field-page_link.php:478
|
2077 |
#: includes/fields/class-acf-field-post_object.php:383
|
2078 |
+
#: includes/fields/class-acf-field-relationship.php:554
|
2079 |
msgid "Filter by Post Type"
|
2080 |
msgstr "Yazı tipine göre filtre"
|
2081 |
|
2082 |
+
#: includes/fields/class-acf-field-page_link.php:486
|
2083 |
#: includes/fields/class-acf-field-post_object.php:391
|
2084 |
+
#: includes/fields/class-acf-field-relationship.php:562
|
2085 |
msgid "All post types"
|
2086 |
msgstr "Tüm yazı tipleri"
|
2087 |
|
2088 |
+
#: includes/fields/class-acf-field-page_link.php:492
|
2089 |
#: includes/fields/class-acf-field-post_object.php:397
|
2090 |
+
#: includes/fields/class-acf-field-relationship.php:568
|
2091 |
msgid "Filter by Taxonomy"
|
2092 |
msgstr "Taksonomiye göre filtre"
|
2093 |
|
2094 |
+
#: includes/fields/class-acf-field-page_link.php:500
|
2095 |
#: includes/fields/class-acf-field-post_object.php:405
|
2096 |
+
#: includes/fields/class-acf-field-relationship.php:576
|
2097 |
msgid "All taxonomies"
|
2098 |
msgstr "Tüm taksonomiler"
|
2099 |
|
2100 |
+
#: includes/fields/class-acf-field-page_link.php:516
|
2101 |
msgid "Allow Archives URLs"
|
2102 |
msgstr "Arşivler adresine izin ver"
|
2103 |
|
2104 |
+
#: includes/fields/class-acf-field-page_link.php:526
|
2105 |
#: includes/fields/class-acf-field-post_object.php:421
|
2106 |
#: includes/fields/class-acf-field-select.php:392
|
2107 |
#: includes/fields/class-acf-field-user.php:71
|
2114 |
|
2115 |
#: includes/fields/class-acf-field-post_object.php:25
|
2116 |
#: includes/fields/class-acf-field-post_object.php:436
|
2117 |
+
#: includes/fields/class-acf-field-relationship.php:633
|
2118 |
msgid "Post Object"
|
2119 |
msgstr "Yazı nesnesi"
|
2120 |
|
2121 |
#: includes/fields/class-acf-field-post_object.php:437
|
2122 |
+
#: includes/fields/class-acf-field-relationship.php:634
|
2123 |
msgid "Post ID"
|
2124 |
msgstr "Yazı No"
|
2125 |
|
2171 |
msgid "Select taxonomy"
|
2172 |
msgstr "Taksonomi seç"
|
2173 |
|
2174 |
+
#: includes/fields/class-acf-field-relationship.php:476
|
2175 |
msgid "Search..."
|
2176 |
msgstr "Ara…"
|
2177 |
|
2178 |
+
#: includes/fields/class-acf-field-relationship.php:582
|
2179 |
msgid "Filters"
|
2180 |
msgstr "Filtreler"
|
2181 |
|
2182 |
+
#: includes/fields/class-acf-field-relationship.php:588
|
2183 |
+
#: includes/locations/class-acf-location-post-type.php:20
|
2184 |
msgid "Post Type"
|
2185 |
msgstr "Yazı tipi"
|
2186 |
|
2187 |
+
#: includes/fields/class-acf-field-relationship.php:589
|
2188 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2189 |
#: includes/fields/class-acf-field-taxonomy.php:751
|
2190 |
+
#: includes/locations/class-acf-location-taxonomy.php:20
|
2191 |
msgid "Taxonomy"
|
2192 |
msgstr "Taksonomi"
|
2193 |
|
2194 |
+
#: includes/fields/class-acf-field-relationship.php:596
|
2195 |
msgid "Elements"
|
2196 |
msgstr "Elemanlar"
|
2197 |
|
2198 |
+
#: includes/fields/class-acf-field-relationship.php:597
|
2199 |
msgid "Selected elements will be displayed in each result"
|
2200 |
msgstr "Her sonuç içinde seçilmiş elemanlar görüntülenir"
|
2201 |
|
2202 |
+
#: includes/fields/class-acf-field-relationship.php:608
|
2203 |
msgid "Minimum posts"
|
2204 |
msgstr "En az gönderi"
|
2205 |
|
2206 |
+
#: includes/fields/class-acf-field-relationship.php:617
|
2207 |
msgid "Maximum posts"
|
2208 |
msgstr "En fazla yazı"
|
2209 |
|
2210 |
+
#: includes/fields/class-acf-field-relationship.php:721
|
2211 |
#: pro/fields/class-acf-field-gallery.php:779
|
2212 |
#, php-format
|
2213 |
msgid "%s requires at least %s selection"
|
2285 |
msgid "Loading failed"
|
2286 |
msgstr "Yükleme başarısız oldu"
|
2287 |
|
2288 |
+
#: includes/fields/class-acf-field-select.php:259 includes/media.php:54
|
2289 |
+
msgctxt "verb"
|
2290 |
+
msgid "Select"
|
2291 |
+
msgstr "Seç"
|
2292 |
+
|
2293 |
#: includes/fields/class-acf-field-select.php:402
|
2294 |
#: includes/fields/class-acf-field-true_false.php:144
|
2295 |
msgid "Stylised UI"
|
2405 |
msgstr "%s eklendi"
|
2406 |
|
2407 |
#: includes/fields/class-acf-field-taxonomy.php:970
|
2408 |
+
#: includes/locations/class-acf-location-user-form.php:66
|
2409 |
msgid "Add"
|
2410 |
msgstr "Ekle"
|
2411 |
|
2424 |
msgstr "Limit olmaması için boş bırakın"
|
2425 |
|
2426 |
#: includes/fields/class-acf-field-text.php:157
|
2427 |
+
#: includes/fields/class-acf-field-textarea.php:213
|
2428 |
#, php-format
|
2429 |
msgid "Value must not exceed %d characters"
|
2430 |
msgstr "Değer %d karakteri geçmemelidir"
|
2477 |
msgid "Value must be a valid URL"
|
2478 |
msgstr "Değer geçerli bir web adresi olmalı"
|
2479 |
|
2480 |
+
#: includes/fields/class-acf-field-user.php:20 includes/locations.php:99
|
2481 |
msgid "User"
|
2482 |
msgstr "Kullanıcı"
|
2483 |
|
2509 |
msgid "Wysiwyg Editor"
|
2510 |
msgstr "Wysiwyg düzenleyici"
|
2511 |
|
2512 |
+
#: includes/fields/class-acf-field-wysiwyg.php:320
|
2513 |
msgid "Visual"
|
2514 |
msgstr "Görsel"
|
2515 |
|
2516 |
+
#: includes/fields/class-acf-field-wysiwyg.php:321
|
2517 |
msgctxt "Name for the Text editor tab (formerly HTML)"
|
2518 |
msgid "Text"
|
2519 |
msgstr "Metin"
|
2520 |
|
2521 |
+
#: includes/fields/class-acf-field-wysiwyg.php:327
|
2522 |
msgid "Click to initialize TinyMCE"
|
2523 |
msgstr "TinyMCE hazırlamak için tıklayın"
|
2524 |
|
2525 |
+
#: includes/fields/class-acf-field-wysiwyg.php:380
|
2526 |
msgid "Tabs"
|
2527 |
msgstr "Sekmeler"
|
2528 |
|
2529 |
+
#: includes/fields/class-acf-field-wysiwyg.php:385
|
2530 |
msgid "Visual & Text"
|
2531 |
msgstr "Görsel ve metin"
|
2532 |
|
2533 |
+
#: includes/fields/class-acf-field-wysiwyg.php:386
|
2534 |
msgid "Visual Only"
|
2535 |
msgstr "Sadece görsel"
|
2536 |
|
2537 |
+
#: includes/fields/class-acf-field-wysiwyg.php:387
|
2538 |
msgid "Text Only"
|
2539 |
msgstr "Sadece metin"
|
2540 |
|
2541 |
+
#: includes/fields/class-acf-field-wysiwyg.php:394
|
2542 |
msgid "Toolbar"
|
2543 |
msgstr "Araç çubuğu"
|
2544 |
|
2545 |
+
#: includes/fields/class-acf-field-wysiwyg.php:409
|
2546 |
msgid "Show Media Upload Buttons?"
|
2547 |
msgstr "Ortam yükleme tuşları gösterilsin mi?"
|
2548 |
|
2549 |
+
#: includes/fields/class-acf-field-wysiwyg.php:419
|
2550 |
msgid "Delay initialization?"
|
2551 |
msgstr "Hazırlık geciktirilsin mi?"
|
2552 |
|
2553 |
+
#: includes/fields/class-acf-field-wysiwyg.php:420
|
2554 |
msgid "TinyMCE will not be initialized until field is clicked"
|
2555 |
msgstr "Alan tıklanana kadar TinyMCE hazırlanmayacaktır"
|
2556 |
|
2557 |
+
#: includes/forms/form-front.php:38 pro/fields/class-acf-field-gallery.php:353
|
2558 |
+
msgid "Title"
|
2559 |
+
msgstr "Başlık"
|
2560 |
+
|
2561 |
#: includes/forms/form-front.php:55
|
2562 |
msgid "Validate Email"
|
2563 |
msgstr "E-postayı doğrula"
|
2580 |
msgid "<strong>ERROR</strong>: %s"
|
2581 |
msgstr "<strong>HATA</strong>: %s"
|
2582 |
|
2583 |
+
#: includes/locations.php:23
|
2584 |
+
#, php-format
|
2585 |
+
msgid "Class \"%s\" does not exist."
|
2586 |
+
msgstr "\"%s\" sınıfı mevcut değil."
|
2587 |
+
|
2588 |
+
#: includes/locations.php:34
|
2589 |
+
#, php-format
|
2590 |
+
msgid "Location type \"%s\" is already registered."
|
2591 |
+
msgstr "Konum türü \"%s\" zaten kayıtlı."
|
2592 |
+
|
2593 |
+
#: includes/locations.php:97 includes/locations/class-acf-location-post.php:20
|
2594 |
msgid "Post"
|
2595 |
msgstr "Yazı"
|
2596 |
|
2597 |
+
#: includes/locations.php:98 includes/locations/class-acf-location-page.php:20
|
2598 |
msgid "Page"
|
2599 |
msgstr "Sayfa"
|
2600 |
|
2601 |
+
#: includes/locations.php:100
|
2602 |
msgid "Forms"
|
2603 |
msgstr "Formlar"
|
2604 |
|
2605 |
+
#: includes/locations/abstract-acf-location.php:103
|
2606 |
msgid "is equal to"
|
2607 |
msgstr "eşitse"
|
2608 |
|
2609 |
+
#: includes/locations/abstract-acf-location.php:104
|
2610 |
msgid "is not equal to"
|
2611 |
msgstr "eşit değilse"
|
2612 |
|
2613 |
+
#: includes/locations/class-acf-location-attachment.php:20
|
2614 |
msgid "Attachment"
|
2615 |
msgstr "Ek"
|
2616 |
|
2617 |
+
#: includes/locations/class-acf-location-attachment.php:82
|
2618 |
#, php-format
|
2619 |
msgid "All %s formats"
|
2620 |
msgstr "Tüm %s biçimleri"
|
2621 |
|
2622 |
+
#: includes/locations/class-acf-location-comment.php:20
|
2623 |
msgid "Comment"
|
2624 |
msgstr "Yorum"
|
2625 |
|
2626 |
+
#: includes/locations/class-acf-location-current-user-role.php:20
|
2627 |
msgid "Current User Role"
|
2628 |
msgstr "Şu anki kullanıcı rolü"
|
2629 |
|
2630 |
+
#: includes/locations/class-acf-location-current-user-role.php:75
|
2631 |
msgid "Super Admin"
|
2632 |
msgstr "Süper yönetici"
|
2633 |
|
2634 |
+
#: includes/locations/class-acf-location-current-user.php:20
|
2635 |
msgid "Current User"
|
2636 |
msgstr "Şu anki kullanıcı"
|
2637 |
|
2638 |
+
#: includes/locations/class-acf-location-current-user.php:69
|
2639 |
msgid "Logged in"
|
2640 |
msgstr "Giriş yapıldı"
|
2641 |
|
2642 |
+
#: includes/locations/class-acf-location-current-user.php:70
|
2643 |
msgid "Viewing front end"
|
2644 |
msgstr "Ön yüz görüntüleniyor"
|
2645 |
|
2646 |
+
#: includes/locations/class-acf-location-current-user.php:71
|
2647 |
msgid "Viewing back end"
|
2648 |
msgstr "Arka yüz görüntüleniyor"
|
2649 |
|
2650 |
+
#: includes/locations/class-acf-location-nav-menu-item.php:20
|
2651 |
msgid "Menu Item"
|
2652 |
msgstr "Menü ögesi"
|
2653 |
|
2654 |
+
#: includes/locations/class-acf-location-nav-menu.php:20
|
2655 |
msgid "Menu"
|
2656 |
msgstr "Menü"
|
2657 |
|
2658 |
+
#: includes/locations/class-acf-location-nav-menu.php:78
|
2659 |
msgid "Menu Locations"
|
2660 |
msgstr "Menü konumları"
|
2661 |
|
2662 |
+
#: includes/locations/class-acf-location-page-parent.php:20
|
|
|
|
|
|
|
|
|
2663 |
msgid "Page Parent"
|
2664 |
msgstr "Sayfa ebeveyni"
|
2665 |
|
2666 |
+
#: includes/locations/class-acf-location-page-template.php:20
|
2667 |
msgid "Page Template"
|
2668 |
msgstr "Sayfa şablonu"
|
2669 |
|
2670 |
+
#: includes/locations/class-acf-location-page-template.php:71
|
2671 |
+
#: includes/locations/class-acf-location-post-template.php:83
|
2672 |
msgid "Default Template"
|
2673 |
msgstr "Varsayılan şablon"
|
2674 |
|
2675 |
+
#: includes/locations/class-acf-location-page-type.php:20
|
2676 |
msgid "Page Type"
|
2677 |
msgstr "Sayfa tipi"
|
2678 |
|
2679 |
+
#: includes/locations/class-acf-location-page-type.php:106
|
2680 |
msgid "Front Page"
|
2681 |
msgstr "Ön sayfa"
|
2682 |
|
2683 |
+
#: includes/locations/class-acf-location-page-type.php:107
|
2684 |
msgid "Posts Page"
|
2685 |
msgstr "Yazılar sayfası"
|
2686 |
|
2687 |
+
#: includes/locations/class-acf-location-page-type.php:108
|
2688 |
msgid "Top Level Page (no parent)"
|
2689 |
msgstr "Üst düzey sayfa (ebeveynsiz)"
|
2690 |
|
2691 |
+
#: includes/locations/class-acf-location-page-type.php:109
|
2692 |
msgid "Parent Page (has children)"
|
2693 |
msgstr "Üst sayfa (alt sayfası olan)"
|
2694 |
|
2695 |
+
#: includes/locations/class-acf-location-page-type.php:110
|
2696 |
msgid "Child Page (has parent)"
|
2697 |
msgstr "Alt sayfa (ebeveyni olan)"
|
2698 |
|
2699 |
+
#: includes/locations/class-acf-location-post-category.php:20
|
2700 |
msgid "Post Category"
|
2701 |
msgstr "Yazı kategorisi"
|
2702 |
|
2703 |
+
#: includes/locations/class-acf-location-post-format.php:20
|
2704 |
msgid "Post Format"
|
2705 |
msgstr "Yazı biçimi"
|
2706 |
|
2707 |
+
#: includes/locations/class-acf-location-post-status.php:20
|
2708 |
msgid "Post Status"
|
2709 |
msgstr "Yazı durumu"
|
2710 |
|
2711 |
+
#: includes/locations/class-acf-location-post-taxonomy.php:20
|
2712 |
msgid "Post Taxonomy"
|
2713 |
msgstr "Yazı taksonomisi"
|
2714 |
|
2715 |
+
#: includes/locations/class-acf-location-post-template.php:20
|
2716 |
msgid "Post Template"
|
2717 |
msgstr "Yazı şablonu"
|
2718 |
|
2719 |
+
#: includes/locations/class-acf-location-user-form.php:20
|
2720 |
msgid "User Form"
|
2721 |
msgstr "Kullanıcı formu"
|
2722 |
|
2723 |
+
#: includes/locations/class-acf-location-user-form.php:67
|
2724 |
msgid "Add / Edit"
|
2725 |
msgstr "Ekle / düzenle"
|
2726 |
|
2727 |
+
#: includes/locations/class-acf-location-user-form.php:68
|
2728 |
msgid "Register"
|
2729 |
msgstr "Kaydet"
|
2730 |
|
2732 |
msgid "User Role"
|
2733 |
msgstr "Kullanıcı kuralı"
|
2734 |
|
2735 |
+
#: includes/locations/class-acf-location-widget.php:20
|
2736 |
msgid "Widget"
|
2737 |
msgstr "Bileşen"
|
2738 |
|
2739 |
+
#: includes/media.php:55
|
2740 |
+
msgctxt "verb"
|
2741 |
+
msgid "Edit"
|
2742 |
+
msgstr "Düzenle"
|
2743 |
+
|
2744 |
+
#: includes/media.php:56
|
2745 |
+
msgctxt "verb"
|
2746 |
+
msgid "Update"
|
2747 |
+
msgstr "Güncelle"
|
2748 |
+
|
2749 |
+
#: includes/media.php:57
|
2750 |
+
msgid "Uploaded to this post"
|
2751 |
+
msgstr "Bu yazıya yüklenmiş"
|
2752 |
+
|
2753 |
+
#: includes/media.php:58
|
2754 |
+
msgid "Expand Details"
|
2755 |
+
msgstr "Ayrıntıları genişlet"
|
2756 |
+
|
2757 |
+
#: includes/media.php:59
|
2758 |
+
msgid "Collapse Details"
|
2759 |
+
msgstr "Detayları daralt"
|
2760 |
+
|
2761 |
+
#: includes/media.php:60
|
2762 |
+
msgid "Restricted"
|
2763 |
+
msgstr "Kısıtlı"
|
2764 |
+
|
2765 |
#: includes/validation.php:364
|
2766 |
#, php-format
|
2767 |
msgid "%s value is required"
|
2789 |
msgid "<b>Error</b>. Could not connect to update server"
|
2790 |
msgstr "<b> Hata</b>. Güncelleme sunucusu ile bağlantı kurulamadı"
|
2791 |
|
2792 |
+
#: pro/admin/admin-updates.php:118 pro/admin/views/html-settings-updates.php:12
|
2793 |
msgid "Updates"
|
2794 |
msgstr "Güncellemeler"
|
2795 |
|
2802 |
"ACF PRO lisansınızı kontrol edin ya da lisansınızı etkisizleştirip, tekrar "
|
2803 |
"etkinleştirin."
|
2804 |
|
2805 |
+
#: pro/admin/views/html-settings-updates.php:6
|
2806 |
msgid "Deactivate License"
|
2807 |
msgstr "Lisansı devre dışı bırak"
|
2808 |
|
2809 |
+
#: pro/admin/views/html-settings-updates.php:6
|
2810 |
msgid "Activate License"
|
2811 |
msgstr "Lisansı etkinleştir"
|
2812 |
|
2813 |
+
#: pro/admin/views/html-settings-updates.php:16
|
2814 |
msgid "License Information"
|
2815 |
msgstr "Lisans bilgisi"
|
2816 |
|
2817 |
+
#: pro/admin/views/html-settings-updates.php:19
|
2818 |
#, php-format
|
2819 |
msgid ""
|
2820 |
"To unlock updates, please enter your license key below. If you don't have a "
|
2822 |
"a>."
|
2823 |
msgstr ""
|
2824 |
"Güncellemeleri açmak için lisans anahtarınızı aşağıya girin. Eğer bir lisans "
|
2825 |
+
"anahtarınız yoksa lütfen <a href=\"%s\" target=“_blank”>detaylar ve "
|
2826 |
+
"fiyatlama</a> sayfasına bakın."
|
2827 |
|
2828 |
+
#: pro/admin/views/html-settings-updates.php:28
|
2829 |
msgid "License Key"
|
2830 |
msgstr "Lisans anahtarı"
|
2831 |
|
2832 |
+
#: pro/admin/views/html-settings-updates.php:60
|
2833 |
msgid "Update Information"
|
2834 |
msgstr "Güncelleme bilgisi"
|
2835 |
|
2836 |
+
#: pro/admin/views/html-settings-updates.php:67
|
2837 |
msgid "Current Version"
|
2838 |
msgstr "Mevcut sürüm"
|
2839 |
|
2840 |
+
#: pro/admin/views/html-settings-updates.php:75
|
2841 |
msgid "Latest Version"
|
2842 |
msgstr "En son sürüm"
|
2843 |
|
2844 |
+
#: pro/admin/views/html-settings-updates.php:83
|
2845 |
msgid "Update Available"
|
2846 |
msgstr "Güncelleme mevcut"
|
2847 |
|
2848 |
+
#: pro/admin/views/html-settings-updates.php:91
|
2849 |
msgid "Update Plugin"
|
2850 |
msgstr "Eklentiyi güncelle"
|
2851 |
|
2852 |
+
#: pro/admin/views/html-settings-updates.php:93
|
2853 |
msgid "Please enter your license key above to unlock updates"
|
2854 |
msgstr ""
|
2855 |
"Güncelleştirmelerin kilidini açmak için yukardaki alana lisans anahtarını "
|
2856 |
"girin"
|
2857 |
|
2858 |
+
#: pro/admin/views/html-settings-updates.php:99
|
2859 |
msgid "Check Again"
|
2860 |
msgstr "Tekrar kontrol et"
|
2861 |
|
2862 |
+
#: pro/admin/views/html-settings-updates.php:106
|
2863 |
+
msgid "Changelog"
|
2864 |
+
msgstr "Değişiklik kayıtları"
|
2865 |
+
|
2866 |
+
#: pro/admin/views/html-settings-updates.php:116
|
2867 |
msgid "Upgrade Notice"
|
2868 |
msgstr "Yükseltme bildirimi"
|
2869 |
|
2876 |
msgid "Block type \"%s\" is already registered."
|
2877 |
msgstr "Blok türü \"%s\" zaten kayıtlı."
|
2878 |
|
2879 |
+
#: pro/blocks.php:418
|
2880 |
msgid "Switch to Edit"
|
2881 |
msgstr "Düzenlemeye geç"
|
2882 |
|
2883 |
+
#: pro/blocks.php:419
|
2884 |
msgid "Switch to Preview"
|
2885 |
msgstr "Önizlemeye geç"
|
2886 |
|
2887 |
+
#: pro/blocks.php:420
|
2888 |
+
msgid "Change content alignment"
|
2889 |
+
msgstr "İçerik hizalamasını değiştir"
|
2890 |
+
|
2891 |
+
#: pro/blocks.php:423
|
2892 |
#, php-format
|
2893 |
msgid "%s settings"
|
2894 |
msgstr "%s ayarları"
|
2951 |
|
2952 |
#: pro/fields/class-acf-field-flexible-content.php:31
|
2953 |
#: pro/fields/class-acf-field-repeater.php:193
|
2954 |
+
#: pro/fields/class-acf-field-repeater.php:469
|
2955 |
msgid "Add Row"
|
2956 |
msgstr "Satır ekle"
|
2957 |
|
2958 |
#: pro/fields/class-acf-field-flexible-content.php:73
|
2959 |
+
#: pro/fields/class-acf-field-flexible-content.php:926
|
2960 |
+
#: pro/fields/class-acf-field-flexible-content.php:1008
|
2961 |
msgid "layout"
|
2962 |
msgid_plural "layouts"
|
2963 |
msgstr[0] "yerleşim"
|
2968 |
msgstr "yerleşimler"
|
2969 |
|
2970 |
#: pro/fields/class-acf-field-flexible-content.php:77
|
2971 |
+
#: pro/fields/class-acf-field-flexible-content.php:925
|
2972 |
+
#: pro/fields/class-acf-field-flexible-content.php:1007
|
2973 |
msgid "This field requires at least {min} {label} {identifier}"
|
2974 |
msgstr "Bu alan için en az gereken {min} {label} {identifier}"
|
2975 |
|
3001 |
msgstr "Yerleşim ekle"
|
3002 |
|
3003 |
#: pro/fields/class-acf-field-flexible-content.php:414
|
3004 |
+
msgid "Duplicate layout"
|
3005 |
+
msgstr "Düzeni çoğalt"
|
3006 |
+
|
3007 |
+
#: pro/fields/class-acf-field-flexible-content.php:415
|
3008 |
msgid "Remove layout"
|
3009 |
msgstr "Yerleşimi çıkar"
|
3010 |
|
3011 |
+
#: pro/fields/class-acf-field-flexible-content.php:416
|
3012 |
#: pro/fields/class-acf-field-repeater.php:301
|
3013 |
msgid "Click to toggle"
|
3014 |
msgstr "Geçiş yapmak için tıklayın"
|
3015 |
|
3016 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
3017 |
msgid "Reorder Layout"
|
3018 |
msgstr "Yerleşimi yeniden sırala"
|
3019 |
|
3020 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
3021 |
msgid "Reorder"
|
3022 |
msgstr "Yeniden sırala"
|
3023 |
|
3024 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
3025 |
msgid "Delete Layout"
|
3026 |
msgstr "Yerleşimi sil"
|
3027 |
|
3028 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
3029 |
msgid "Duplicate Layout"
|
3030 |
msgstr "Yerleşimi çoğalt"
|
3031 |
|
3032 |
+
#: pro/fields/class-acf-field-flexible-content.php:559
|
3033 |
msgid "Add New Layout"
|
3034 |
msgstr "Yeni yerleşim ekle"
|
3035 |
|
3036 |
+
#: pro/fields/class-acf-field-flexible-content.php:631
|
3037 |
msgid "Min"
|
3038 |
msgstr "En düşük"
|
3039 |
|
3040 |
+
#: pro/fields/class-acf-field-flexible-content.php:644
|
3041 |
msgid "Max"
|
3042 |
msgstr "En yüksek"
|
3043 |
|
3044 |
+
#: pro/fields/class-acf-field-flexible-content.php:671
|
3045 |
+
#: pro/fields/class-acf-field-repeater.php:465
|
3046 |
msgid "Button Label"
|
3047 |
msgstr "Tuş etiketi"
|
3048 |
|
3049 |
+
#: pro/fields/class-acf-field-flexible-content.php:680
|
3050 |
msgid "Minimum Layouts"
|
3051 |
msgstr "En az yerleşim"
|
3052 |
|
3053 |
+
#: pro/fields/class-acf-field-flexible-content.php:689
|
3054 |
msgid "Maximum Layouts"
|
3055 |
msgstr "En fazla yerleşim"
|
3056 |
|
3127 |
msgstr "En fazla seçim"
|
3128 |
|
3129 |
#: pro/fields/class-acf-field-repeater.php:65
|
3130 |
+
#: pro/fields/class-acf-field-repeater.php:662
|
3131 |
msgid "Minimum rows reached ({min} rows)"
|
3132 |
msgstr "En az satır sayısına ulaşıldı ({min} satır)"
|
3133 |
|
3140 |
msgstr "Satır ekle"
|
3141 |
|
3142 |
#: pro/fields/class-acf-field-repeater.php:339
|
3143 |
+
msgid "Duplicate row"
|
3144 |
+
msgstr "Satırı çoğalt"
|
3145 |
+
|
3146 |
+
#: pro/fields/class-acf-field-repeater.php:340
|
3147 |
msgid "Remove row"
|
3148 |
msgstr "Satır çıkar"
|
3149 |
|
3150 |
+
#: pro/fields/class-acf-field-repeater.php:418
|
3151 |
msgid "Collapsed"
|
3152 |
msgstr "Daraltılmış"
|
3153 |
|
3154 |
+
#: pro/fields/class-acf-field-repeater.php:419
|
3155 |
msgid "Select a sub field to show when row is collapsed"
|
3156 |
msgstr "Satır toparlandığında görüntülenecek alt alanı seçin"
|
3157 |
|
3158 |
+
#: pro/fields/class-acf-field-repeater.php:429
|
3159 |
msgid "Minimum Rows"
|
3160 |
msgstr "En az satır"
|
3161 |
|
3162 |
+
#: pro/fields/class-acf-field-repeater.php:439
|
3163 |
msgid "Maximum Rows"
|
3164 |
msgstr "En fazla satır"
|
3165 |
|
3166 |
+
#: pro/locations/class-acf-location-block.php:69
|
3167 |
+
msgid "No block types exist"
|
3168 |
+
msgstr "Hiç blok tipi yok"
|
3169 |
+
|
3170 |
+
#: pro/locations/class-acf-location-options-page.php:68
|
3171 |
msgid "No options pages exist"
|
3172 |
msgstr "Seçenekler sayfayı mevcut değil"
|
3173 |
|
|
|
|
|
|
|
|
|
3174 |
#: pro/options-page.php:82
|
3175 |
msgid "Options Updated"
|
3176 |
msgstr "Seçenekler güncellendi"
|
3186 |
"sayfasında lisans anahtarınızı girin. Eğer bir lisans anahtarınız yoksa "
|
3187 |
"lütfen <a href=\"%s\">detaylar ve fiyatlama</a> sayfasına bakın."
|
3188 |
|
3189 |
+
#: tests/basic/test-blocks.php:279
|
3190 |
+
msgid "Hero"
|
3191 |
+
msgstr "Manşet"
|
3192 |
|
3193 |
+
#: tests/basic/test-blocks.php:280
|
3194 |
+
msgid "Display a random hero image."
|
3195 |
+
msgstr "Rastgele bir manşet görseli göster."
|
3196 |
|
3197 |
#. Plugin URI of the plugin/theme
|
3198 |
#. Author URI of the plugin/theme
|
|
|
3199 |
msgid "https://www.advancedcustomfields.com"
|
3200 |
msgstr "https://www.advancedcustomfields.com"
|
3201 |
|
3202 |
+
#. Description of the plugin/theme
|
3203 |
+
msgid "Customize WordPress with powerful, professional and intuitive fields."
|
3204 |
+
msgstr "Güçlü, profesyonel ve sezgisel alanlar ile WordPress'i özelleştirin."
|
3205 |
+
|
3206 |
#. Author of the plugin/theme
|
3207 |
msgid "Elliot Condon"
|
3208 |
msgstr "Elliot Condon"
|
3209 |
|
3210 |
+
#~ msgid "Inactive <span class=\"count\">(%s)</span>"
|
3211 |
+
#~ msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
3212 |
+
#~ msgstr[0] "Etkin olmayan <span class=“count”>(%s)</span>"
|
3213 |
+
#~ msgstr[1] "Etkin olmayan <span class=“count”>(%s)</span>"
|
3214 |
+
|
3215 |
+
#~ msgid "Status"
|
3216 |
+
#~ msgstr "Durum"
|
3217 |
+
|
3218 |
+
#~ msgid "See what's new in <a href=\"%s\">version %s</a>."
|
3219 |
+
#~ msgstr "<a href=\"%s\">%s sürümünde</a> neler yeni bir göz atın."
|
3220 |
+
|
3221 |
+
#~ msgid "Resources"
|
3222 |
+
#~ msgstr "Kaynaklar"
|
3223 |
+
|
3224 |
+
#~ msgid "Documentation"
|
3225 |
+
#~ msgstr "Belgeler"
|
3226 |
+
|
3227 |
+
#~ msgid "Pro"
|
3228 |
+
#~ msgstr "Pro"
|
3229 |
+
|
3230 |
+
#~ msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
|
3231 |
+
#~ msgstr "<a href=\"%s\">ACF</a> ile oluşturduğunuz için teşekkürler."
|
3232 |
+
|
3233 |
+
#~ msgid "Synchronise field group"
|
3234 |
+
#~ msgstr "Alan grubunu eşitle"
|
3235 |
+
|
3236 |
+
#~ msgid "Apply"
|
3237 |
+
#~ msgstr "Uygula"
|
3238 |
+
|
3239 |
+
#~ msgid "Bulk Actions"
|
3240 |
+
#~ msgstr "Toplu eylemler"
|
3241 |
+
|
3242 |
+
#~ msgid "Info"
|
3243 |
+
#~ msgstr "Bilgi"
|
3244 |
+
|
3245 |
+
#~ msgid "What's New"
|
3246 |
+
#~ msgstr "Neler yeni"
|
3247 |
+
|
3248 |
+
#~ msgid "Welcome to Advanced Custom Fields"
|
3249 |
+
#~ msgstr "Advanced Custom Fields eklentisine hoş geldiniz"
|
3250 |
+
|
3251 |
+
#~ msgid ""
|
3252 |
+
#~ "Thank you for updating! ACF %s is bigger and better than ever before. We "
|
3253 |
+
#~ "hope you like it."
|
3254 |
+
#~ msgstr ""
|
3255 |
+
#~ "Güncelleme için teşekkür ederiz! ACF %s zamankinden daha büyük ve daha "
|
3256 |
+
#~ "iyi. Umarız beğenirsiniz."
|
3257 |
+
|
3258 |
+
#~ msgid "A Smoother Experience"
|
3259 |
+
#~ msgstr "Daha pürüzsüz bir deneyim"
|
3260 |
+
|
3261 |
+
#~ msgid "Improved Usability"
|
3262 |
+
#~ msgstr "Geliştirilmiş kullanılabilirlik"
|
3263 |
+
|
3264 |
+
#~ msgid ""
|
3265 |
+
#~ "Including the popular Select2 library has improved both usability and "
|
3266 |
+
#~ "speed across a number of field types including post object, page link, "
|
3267 |
+
#~ "taxonomy and select."
|
3268 |
+
#~ msgstr ""
|
3269 |
+
#~ "Popüler Select2 kütüphanesini ekleyerek yazı nesnesi, sayfa bağlantısı, "
|
3270 |
+
#~ "taksonomi ve seçim kutusu gibi bir çok alan tipinde hem kullanışlılık hem "
|
3271 |
+
#~ "de hız iyileştirmeleri gerçekleşti."
|
3272 |
+
|
3273 |
+
#~ msgid "Improved Design"
|
3274 |
+
#~ msgstr "Geliştirilmiş tasarım"
|
3275 |
+
|
3276 |
+
#~ msgid ""
|
3277 |
+
#~ "Many fields have undergone a visual refresh to make ACF look better than "
|
3278 |
+
#~ "ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
|
3279 |
+
#~ "(new) fields!"
|
3280 |
+
#~ msgstr ""
|
3281 |
+
#~ "ACF daha iyi görünsün diye bir çok alan görsel yenilemeden geçirildi! "
|
3282 |
+
#~ "Gözle görülür değişiklikler galeri, ilişki ve oEmbed (yeni) alanlarında!"
|
3283 |
+
|
3284 |
+
#~ msgid "Improved Data"
|
3285 |
+
#~ msgstr "Geliştirilmiş veri"
|
3286 |
+
|
3287 |
+
#~ msgid ""
|
3288 |
+
#~ "Redesigning the data architecture has allowed sub fields to live "
|
3289 |
+
#~ "independently from their parents. This allows you to drag and drop fields "
|
3290 |
+
#~ "in and out of parent fields!"
|
3291 |
+
#~ msgstr ""
|
3292 |
+
#~ "Veri mimarisinin yeniden düzenlenmesi sayesinde alt alanlar üst alanlara "
|
3293 |
+
#~ "bağlı olmadan var olabiliyorlar. Bu da üst alanların dışına sürükle bırak "
|
3294 |
+
#~ "yapılabilmesine olanak sağlıyor!"
|
3295 |
+
|
3296 |
+
#~ msgid "Goodbye Add-ons. Hello PRO"
|
3297 |
+
#~ msgstr "Elveda eklentiler. Merhaba PRO"
|
3298 |
+
|
3299 |
+
#~ msgid "Introducing ACF PRO"
|
3300 |
+
#~ msgstr "Karşınızda ACF PRO"
|
3301 |
+
|
3302 |
+
#~ msgid ""
|
3303 |
+
#~ "We're changing the way premium functionality is delivered in an exciting "
|
3304 |
+
#~ "way!"
|
3305 |
+
#~ msgstr ""
|
3306 |
+
#~ "Premium işlevlerin size ulaştırılmasını daha heyecanlı bir hale "
|
3307 |
+
#~ "getiriyoruz!"
|
3308 |
+
|
3309 |
+
#~ msgid ""
|
3310 |
+
#~ "All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
|
3311 |
+
#~ "version of ACF</a>. With both personal and developer licenses available, "
|
3312 |
+
#~ "premium functionality is more affordable and accessible than ever before!"
|
3313 |
+
#~ msgstr ""
|
3314 |
+
#~ "Yeni <a href=\"%s\">ACF Pro sürümününe</a> 4 premium eklenti dahil "
|
3315 |
+
#~ "edildi. Hem kişisel hem geliştirici lisansında, özel beceriler hiç "
|
3316 |
+
#~ "olmadığı kadar edinilebilir ve erişilebilir!"
|
3317 |
+
|
3318 |
+
#~ msgid "Powerful Features"
|
3319 |
+
#~ msgstr "Güçlü özellikler"
|
3320 |
+
|
3321 |
+
#~ msgid ""
|
3322 |
+
#~ "ACF PRO contains powerful features such as repeatable data, flexible "
|
3323 |
+
#~ "content layouts, a beautiful gallery field and the ability to create "
|
3324 |
+
#~ "extra admin options pages!"
|
3325 |
+
#~ msgstr ""
|
3326 |
+
#~ "ACF PRO, tekrarlanabilir veri, esnek içerik yerleşimleri, harika bir "
|
3327 |
+
#~ "galeri alanı ve ekstra yönetim seçenekleri sayfaları oluşturma gibi güçlü "
|
3328 |
+
#~ "özellikler içerir!"
|
3329 |
+
|
3330 |
+
#~ msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
3331 |
+
#~ msgstr ""
|
3332 |
+
#~ "<a href=\"%s\">ACF PRO özellikleri</a> hakkında daha fazlasını okuyun."
|
3333 |
+
|
3334 |
+
#~ msgid "Easy Upgrading"
|
3335 |
+
#~ msgstr "Kolay yükseltme"
|
3336 |
+
|
3337 |
+
#~ msgid ""
|
3338 |
+
#~ "Upgrading to ACF PRO is easy. Simply purchase a license online and "
|
3339 |
+
#~ "download the plugin!"
|
3340 |
+
#~ msgstr ""
|
3341 |
+
#~ "ACF PRO’ya yükseltmek çok kolay. Çevrimiçi bir lisans satın alın ve "
|
3342 |
+
#~ "eklentiyi indirin!"
|
3343 |
+
|
3344 |
+
#~ msgid ""
|
3345 |
+
#~ "We also wrote an <a href=\"%s\">upgrade guide</a> to answer any "
|
3346 |
+
#~ "questions, but if you do have one, please contact our support team via "
|
3347 |
+
#~ "the <a href=\"%s\">help desk</a>."
|
3348 |
+
#~ msgstr ""
|
3349 |
+
#~ "Her türlü soruya cevap verebilecek <a href=\"%s\">bir yükseltme rehberi</"
|
3350 |
+
#~ "a> hazırladık, fakat yine de bir sorunuz varsa lütfen <a href=\"%s"
|
3351 |
+
#~ "\">yardım masası</a>nı kullanarak destek ekibimize danışın."
|
3352 |
+
|
3353 |
+
#~ msgid "New Features"
|
3354 |
+
#~ msgstr "Yeni özellikler"
|
3355 |
+
|
3356 |
+
#~ msgid "Link Field"
|
3357 |
+
#~ msgstr "Bağlantı alanı"
|
3358 |
+
|
3359 |
+
#~ msgid ""
|
3360 |
+
#~ "The Link field provides a simple way to select or define a link (url, "
|
3361 |
+
#~ "title, target)."
|
3362 |
+
#~ msgstr ""
|
3363 |
+
#~ "Bağlantı alanı bir bağlantı (adres, başlık, hedef) seçmek ya da "
|
3364 |
+
#~ "tanımlamak için basit bir yol sunar."
|
3365 |
+
|
3366 |
+
#~ msgid "Group Field"
|
3367 |
+
#~ msgstr "Grup alanı"
|
3368 |
+
|
3369 |
+
#~ msgid "The Group field provides a simple way to create a group of fields."
|
3370 |
+
#~ msgstr "Grup alanı birden çok alanı basitçe gruplamanıza olanak sağlar."
|
3371 |
+
|
3372 |
+
#~ msgid "oEmbed Field"
|
3373 |
+
#~ msgstr "oEmbed alanı"
|
3374 |
+
|
3375 |
+
#~ msgid ""
|
3376 |
+
#~ "The oEmbed field allows an easy way to embed videos, images, tweets, "
|
3377 |
+
#~ "audio, and other content."
|
3378 |
+
#~ msgstr ""
|
3379 |
+
#~ "oEmbed alanı videolar, görseller, tweetler, ses ve diğer içeriği kolayca "
|
3380 |
+
#~ "gömebilmenizi sağlar."
|
3381 |
+
|
3382 |
+
#~ msgid "Clone Field"
|
3383 |
+
#~ msgstr "Kopya alanı"
|
3384 |
+
|
3385 |
+
#~ msgid "The clone field allows you to select and display existing fields."
|
3386 |
+
#~ msgstr ""
|
3387 |
+
#~ "Kopya alanı var olan alanları seçme ve görüntülemenize olanak sağlar."
|
3388 |
+
|
3389 |
+
#~ msgid "More AJAX"
|
3390 |
+
#~ msgstr "Daha fazla AJAX"
|
3391 |
+
|
3392 |
+
#~ msgid "More fields use AJAX powered search to speed up page loading."
|
3393 |
+
#~ msgstr ""
|
3394 |
+
#~ "Sayfa yüklenmesini hızlandırmak adına daha çok alan AJAX ile "
|
3395 |
+
#~ "güçlendirilmiş arama kullanıyor."
|
3396 |
+
|
3397 |
+
#~ msgid ""
|
3398 |
+
#~ "New auto export to JSON feature improves speed and allows for "
|
3399 |
+
#~ "syncronisation."
|
3400 |
+
#~ msgstr ""
|
3401 |
+
#~ "Yeni otomatik JSON dışarı aktarma özelliği ile hız artıyor ve "
|
3402 |
+
#~ "senkronizasyona imkan sağlanıyor."
|
3403 |
+
|
3404 |
+
#~ msgid "Easy Import / Export"
|
3405 |
+
#~ msgstr "Kolayca içe / dışa aktarma"
|
3406 |
+
|
3407 |
+
#~ msgid "Both import and export can easily be done through a new tools page."
|
3408 |
+
#~ msgstr ""
|
3409 |
+
#~ "İçeri ve dışarı aktarma işlemleri yeni araçlar sayfasından kolayca "
|
3410 |
+
#~ "yapılabilir."
|
3411 |
+
|
3412 |
+
#~ msgid "New Form Locations"
|
3413 |
+
#~ msgstr "Yeni form konumları"
|
3414 |
+
|
3415 |
+
#~ msgid ""
|
3416 |
+
#~ "Fields can now be mapped to menus, menu items, comments, widgets and all "
|
3417 |
+
#~ "user forms!"
|
3418 |
+
#~ msgstr ""
|
3419 |
+
#~ "Alanlar artık menülere, menü elemanlarına, yorumlara, bileşenlere ve tüm "
|
3420 |
+
#~ "kullanıcı formlarına eşlenebiliyor!"
|
3421 |
+
|
3422 |
+
#~ msgid "More Customization"
|
3423 |
+
#~ msgstr "Daha fazla özelleştirme"
|
3424 |
+
|
3425 |
+
#~ msgid ""
|
3426 |
+
#~ "New PHP (and JS) actions and filters have been added to allow for more "
|
3427 |
+
#~ "customization."
|
3428 |
+
#~ msgstr ""
|
3429 |
+
#~ "Daha fazla özelleştirmeye izin veren yeni PHP (ve JS) eylem ve filtreleri "
|
3430 |
+
#~ "eklendi."
|
3431 |
+
|
3432 |
+
#~ msgid "Fresh UI"
|
3433 |
+
#~ msgstr "Taze arayüz"
|
3434 |
+
|
3435 |
+
#~ msgid ""
|
3436 |
+
#~ "The entire plugin has had a design refresh including new field types, "
|
3437 |
+
#~ "settings and design!"
|
3438 |
+
#~ msgstr ""
|
3439 |
+
#~ "Eklentinin tasarımı yeni alan tipleri, ayarlar ve tasarımı da içerecek "
|
3440 |
+
#~ "şekilde yenilendi!"
|
3441 |
+
|
3442 |
+
#~ msgid "New Settings"
|
3443 |
+
#~ msgstr "Yeni ayarlar"
|
3444 |
+
|
3445 |
+
#~ msgid ""
|
3446 |
+
#~ "Field group settings have been added for Active, Label Placement, "
|
3447 |
+
#~ "Instructions Placement and Description."
|
3448 |
+
#~ msgstr ""
|
3449 |
+
#~ "Etkin, etiket yerleşimi, talimatlar yerleşimi ve açıklama için alan grubu "
|
3450 |
+
#~ "ayarları eklendi."
|
3451 |
+
|
3452 |
+
#~ msgid "Better Front End Forms"
|
3453 |
+
#~ msgstr "Daha iyi ön yüz formları"
|
3454 |
+
|
3455 |
+
#~ msgid ""
|
3456 |
+
#~ "acf_form() can now create a new post on submission with lots of new "
|
3457 |
+
#~ "settings."
|
3458 |
+
#~ msgstr ""
|
3459 |
+
#~ "acf_form() artık gönderim halinde bir sürü yeni ayar ile yeni bir yazı "
|
3460 |
+
#~ "oluşturabilir."
|
3461 |
+
|
3462 |
+
#~ msgid "Better Validation"
|
3463 |
+
#~ msgstr "Daha iyi doğrulama"
|
3464 |
+
|
3465 |
+
#~ msgid "Form validation is now done via PHP + AJAX in favour of only JS."
|
3466 |
+
#~ msgstr "Form doğrulama artık sadece JS yerine PHP + AJAX ile yapılıyor."
|
3467 |
+
|
3468 |
+
#~ msgid "Moving Fields"
|
3469 |
+
#~ msgstr "Taşınabilir alanlar"
|
3470 |
+
|
3471 |
+
#~ msgid ""
|
3472 |
+
#~ "New field group functionality allows you to move a field between groups & "
|
3473 |
+
#~ "parents."
|
3474 |
+
#~ msgstr ""
|
3475 |
+
#~ "Yeni gruplama becerisi, bir alanı gruplar ve üst alanlar arasında "
|
3476 |
+
#~ "taşıyabilmenize olanak sağlar."
|
3477 |
+
|
3478 |
+
#~ msgid "We think you'll love the changes in %s."
|
3479 |
+
#~ msgstr "%s sürümündeki değişiklikleri seveceğinizi düşünüyoruz."
|
3480 |
+
|
3481 |
+
#~ msgid "Normal"
|
3482 |
+
#~ msgstr "Normal"
|
3483 |
+
|
3484 |
+
#~ msgid "Fancy"
|
3485 |
+
#~ msgstr "Süslü"
|
3486 |
+
|
3487 |
#~ msgid "Add-ons"
|
3488 |
#~ msgstr "Eklentiler"
|
3489 |
|
3499 |
#~ msgid "http://www.elliotcondon.com/"
|
3500 |
#~ msgstr "http://www.elliotcondon.com/"
|
3501 |
|
|
|
|
|
|
|
|
|
|
|
3502 |
#~ msgid "%s field group synchronised."
|
3503 |
#~ msgid_plural "%s field groups synchronised."
|
3504 |
#~ msgstr[0] "%s alan grubu eşitlendi."
|
3599 |
#~ msgid "Generate export code"
|
3600 |
#~ msgstr "Dışarı aktarma kodu oluştur"
|
3601 |
|
|
|
|
|
|
|
3602 |
#~ msgid "Locating"
|
3603 |
#~ msgstr "Konum bulunuyor"
|
3604 |
|
3674 |
#~ msgstr[0] "Bu alan gerektirir, en azından {min} {identifier}"
|
3675 |
#~ msgstr[1] "Bu alan gerektirir, en azından {min} {identifier}"
|
3676 |
|
|
|
|
|
|
|
3677 |
#~ msgid "See what's new in"
|
3678 |
#~ msgstr "Neler yeni gözat"
|
3679 |
|
|
|
|
|
|
|
3680 |
#~ msgid "'How to' guides"
|
3681 |
#~ msgstr "Nasıl Yapılır"
|
3682 |
|
readme.txt
CHANGED
@@ -67,6 +67,17 @@ From your WordPress dashboard
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
= 5.9.0 =
|
71 |
*Release Date - 17 August 2020*
|
72 |
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
= 5.9.1 =
|
71 |
+
*Release Date - 8 September 2020*
|
72 |
+
|
73 |
+
* Fix - Fixed guten-bug causing "Preview Post" button to publish changes.
|
74 |
+
* Fix - Fixed guten-bug causing JS errors when editing with Elementor or Beaver Builder.
|
75 |
+
* Fix - Fixed bug in Color Picker field causing JS error on front-end forms.
|
76 |
+
* Fix - Fixed bug in Post Taxonomy location rule causing incomplete list of rule choices.
|
77 |
+
* Fix - Reverted Local JSON "save to source path" enhancement due to DX feedback.
|
78 |
+
* i18n - Updated Indonesian translations thanks to Rio Bahtiar.
|
79 |
+
* i18n - Updated Turkish translation thanks to Emre Erkan.
|
80 |
+
|
81 |
= 5.9.0 =
|
82 |
*Release Date - 17 August 2020*
|
83 |
|